package macie2
import "github.com/aws/aws-sdk-go-v2/service/macie2"
Package macie2 provides the API client, operations, and parameter types for Amazon Macie 2.
Amazon Macie is a fully managed data security and data privacy service that uses machine learning and pattern matching to discover and protect your sensitive data in AWS. Macie automates the discovery of sensitive data, such as PII and intellectual property, to provide you with insight into the data that your organization stores in AWS. Macie also provides an inventory of your Amazon S3 buckets, which it continually monitors for you. If Macie detects sensitive data or potential data access issues, it generates detailed findings for you to review and act upon as necessary.
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- type AcceptInvitationInput
- type AcceptInvitationOutput
- type BatchGetCustomDataIdentifiersInput
- type BatchGetCustomDataIdentifiersOutput
- type Client
- func New(options Options, optFns ...func(*Options)) *Client
- func NewFromConfig(cfg aws.Config, optFns ...func(*Options)) *Client
- func (c *Client) AcceptInvitation(ctx context.Context, params *AcceptInvitationInput, optFns ...func(*Options)) (*AcceptInvitationOutput, error)
- func (c *Client) BatchGetCustomDataIdentifiers(ctx context.Context, params *BatchGetCustomDataIdentifiersInput, optFns ...func(*Options)) (*BatchGetCustomDataIdentifiersOutput, error)
- func (c *Client) CreateClassificationJob(ctx context.Context, params *CreateClassificationJobInput, optFns ...func(*Options)) (*CreateClassificationJobOutput, error)
- func (c *Client) CreateCustomDataIdentifier(ctx context.Context, params *CreateCustomDataIdentifierInput, optFns ...func(*Options)) (*CreateCustomDataIdentifierOutput, error)
- func (c *Client) CreateFindingsFilter(ctx context.Context, params *CreateFindingsFilterInput, optFns ...func(*Options)) (*CreateFindingsFilterOutput, error)
- func (c *Client) CreateInvitations(ctx context.Context, params *CreateInvitationsInput, optFns ...func(*Options)) (*CreateInvitationsOutput, error)
- func (c *Client) CreateMember(ctx context.Context, params *CreateMemberInput, optFns ...func(*Options)) (*CreateMemberOutput, error)
- func (c *Client) CreateSampleFindings(ctx context.Context, params *CreateSampleFindingsInput, optFns ...func(*Options)) (*CreateSampleFindingsOutput, error)
- func (c *Client) DeclineInvitations(ctx context.Context, params *DeclineInvitationsInput, optFns ...func(*Options)) (*DeclineInvitationsOutput, error)
- func (c *Client) DeleteCustomDataIdentifier(ctx context.Context, params *DeleteCustomDataIdentifierInput, optFns ...func(*Options)) (*DeleteCustomDataIdentifierOutput, error)
- func (c *Client) DeleteFindingsFilter(ctx context.Context, params *DeleteFindingsFilterInput, optFns ...func(*Options)) (*DeleteFindingsFilterOutput, error)
- func (c *Client) DeleteInvitations(ctx context.Context, params *DeleteInvitationsInput, optFns ...func(*Options)) (*DeleteInvitationsOutput, error)
- func (c *Client) DeleteMember(ctx context.Context, params *DeleteMemberInput, optFns ...func(*Options)) (*DeleteMemberOutput, error)
- func (c *Client) DescribeBuckets(ctx context.Context, params *DescribeBucketsInput, optFns ...func(*Options)) (*DescribeBucketsOutput, error)
- func (c *Client) DescribeClassificationJob(ctx context.Context, params *DescribeClassificationJobInput, optFns ...func(*Options)) (*DescribeClassificationJobOutput, error)
- func (c *Client) DescribeOrganizationConfiguration(ctx context.Context, params *DescribeOrganizationConfigurationInput, optFns ...func(*Options)) (*DescribeOrganizationConfigurationOutput, error)
- func (c *Client) DisableMacie(ctx context.Context, params *DisableMacieInput, optFns ...func(*Options)) (*DisableMacieOutput, error)
- func (c *Client) DisableOrganizationAdminAccount(ctx context.Context, params *DisableOrganizationAdminAccountInput, optFns ...func(*Options)) (*DisableOrganizationAdminAccountOutput, error)
- func (c *Client) DisassociateFromMasterAccount(ctx context.Context, params *DisassociateFromMasterAccountInput, optFns ...func(*Options)) (*DisassociateFromMasterAccountOutput, error)
- func (c *Client) DisassociateMember(ctx context.Context, params *DisassociateMemberInput, optFns ...func(*Options)) (*DisassociateMemberOutput, error)
- func (c *Client) EnableMacie(ctx context.Context, params *EnableMacieInput, optFns ...func(*Options)) (*EnableMacieOutput, error)
- func (c *Client) EnableOrganizationAdminAccount(ctx context.Context, params *EnableOrganizationAdminAccountInput, optFns ...func(*Options)) (*EnableOrganizationAdminAccountOutput, error)
- func (c *Client) GetBucketStatistics(ctx context.Context, params *GetBucketStatisticsInput, optFns ...func(*Options)) (*GetBucketStatisticsOutput, error)
- func (c *Client) GetClassificationExportConfiguration(ctx context.Context, params *GetClassificationExportConfigurationInput, optFns ...func(*Options)) (*GetClassificationExportConfigurationOutput, error)
- func (c *Client) GetCustomDataIdentifier(ctx context.Context, params *GetCustomDataIdentifierInput, optFns ...func(*Options)) (*GetCustomDataIdentifierOutput, error)
- func (c *Client) GetFindingStatistics(ctx context.Context, params *GetFindingStatisticsInput, optFns ...func(*Options)) (*GetFindingStatisticsOutput, error)
- func (c *Client) GetFindings(ctx context.Context, params *GetFindingsInput, optFns ...func(*Options)) (*GetFindingsOutput, error)
- func (c *Client) GetFindingsFilter(ctx context.Context, params *GetFindingsFilterInput, optFns ...func(*Options)) (*GetFindingsFilterOutput, error)
- func (c *Client) GetInvitationsCount(ctx context.Context, params *GetInvitationsCountInput, optFns ...func(*Options)) (*GetInvitationsCountOutput, error)
- func (c *Client) GetMacieSession(ctx context.Context, params *GetMacieSessionInput, optFns ...func(*Options)) (*GetMacieSessionOutput, error)
- func (c *Client) GetMasterAccount(ctx context.Context, params *GetMasterAccountInput, optFns ...func(*Options)) (*GetMasterAccountOutput, error)
- func (c *Client) GetMember(ctx context.Context, params *GetMemberInput, optFns ...func(*Options)) (*GetMemberOutput, error)
- func (c *Client) GetUsageStatistics(ctx context.Context, params *GetUsageStatisticsInput, optFns ...func(*Options)) (*GetUsageStatisticsOutput, error)
- func (c *Client) GetUsageTotals(ctx context.Context, params *GetUsageTotalsInput, optFns ...func(*Options)) (*GetUsageTotalsOutput, error)
- func (c *Client) ListClassificationJobs(ctx context.Context, params *ListClassificationJobsInput, optFns ...func(*Options)) (*ListClassificationJobsOutput, error)
- func (c *Client) ListCustomDataIdentifiers(ctx context.Context, params *ListCustomDataIdentifiersInput, optFns ...func(*Options)) (*ListCustomDataIdentifiersOutput, error)
- func (c *Client) ListFindings(ctx context.Context, params *ListFindingsInput, optFns ...func(*Options)) (*ListFindingsOutput, error)
- func (c *Client) ListFindingsFilters(ctx context.Context, params *ListFindingsFiltersInput, optFns ...func(*Options)) (*ListFindingsFiltersOutput, error)
- func (c *Client) ListInvitations(ctx context.Context, params *ListInvitationsInput, optFns ...func(*Options)) (*ListInvitationsOutput, error)
- func (c *Client) ListMembers(ctx context.Context, params *ListMembersInput, optFns ...func(*Options)) (*ListMembersOutput, error)
- func (c *Client) ListOrganizationAdminAccounts(ctx context.Context, params *ListOrganizationAdminAccountsInput, optFns ...func(*Options)) (*ListOrganizationAdminAccountsOutput, error)
- func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
- func (c *Client) PutClassificationExportConfiguration(ctx context.Context, params *PutClassificationExportConfigurationInput, optFns ...func(*Options)) (*PutClassificationExportConfigurationOutput, error)
- func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
- func (c *Client) TestCustomDataIdentifier(ctx context.Context, params *TestCustomDataIdentifierInput, optFns ...func(*Options)) (*TestCustomDataIdentifierOutput, error)
- func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
- func (c *Client) UpdateClassificationJob(ctx context.Context, params *UpdateClassificationJobInput, optFns ...func(*Options)) (*UpdateClassificationJobOutput, error)
- func (c *Client) UpdateFindingsFilter(ctx context.Context, params *UpdateFindingsFilterInput, optFns ...func(*Options)) (*UpdateFindingsFilterOutput, error)
- func (c *Client) UpdateMacieSession(ctx context.Context, params *UpdateMacieSessionInput, optFns ...func(*Options)) (*UpdateMacieSessionOutput, error)
- func (c *Client) UpdateMemberSession(ctx context.Context, params *UpdateMemberSessionInput, optFns ...func(*Options)) (*UpdateMemberSessionOutput, error)
- func (c *Client) UpdateOrganizationConfiguration(ctx context.Context, params *UpdateOrganizationConfigurationInput, optFns ...func(*Options)) (*UpdateOrganizationConfigurationOutput, error)
- type CreateClassificationJobInput
- type CreateClassificationJobOutput
- type CreateCustomDataIdentifierInput
- type CreateCustomDataIdentifierOutput
- type CreateFindingsFilterInput
- type CreateFindingsFilterOutput
- type CreateInvitationsInput
- type CreateInvitationsOutput
- type CreateMemberInput
- type CreateMemberOutput
- type CreateSampleFindingsInput
- type CreateSampleFindingsOutput
- type DeclineInvitationsInput
- type DeclineInvitationsOutput
- type DeleteCustomDataIdentifierInput
- type DeleteCustomDataIdentifierOutput
- type DeleteFindingsFilterInput
- type DeleteFindingsFilterOutput
- type DeleteInvitationsInput
- type DeleteInvitationsOutput
- type DeleteMemberInput
- type DeleteMemberOutput
- type DescribeBucketsInput
- type DescribeBucketsOutput
- type DescribeClassificationJobInput
- type DescribeClassificationJobOutput
- type DescribeOrganizationConfigurationInput
- type DescribeOrganizationConfigurationOutput
- type DisableMacieInput
- type DisableMacieOutput
- type DisableOrganizationAdminAccountInput
- type DisableOrganizationAdminAccountOutput
- type DisassociateFromMasterAccountInput
- type DisassociateFromMasterAccountOutput
- type DisassociateMemberInput
- type DisassociateMemberOutput
- type EnableMacieInput
- type EnableMacieOutput
- type EnableOrganizationAdminAccountInput
- type EnableOrganizationAdminAccountOutput
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type GetBucketStatisticsInput
- type GetBucketStatisticsOutput
- type GetClassificationExportConfigurationInput
- type GetClassificationExportConfigurationOutput
- type GetCustomDataIdentifierInput
- type GetCustomDataIdentifierOutput
- type GetFindingStatisticsInput
- type GetFindingStatisticsOutput
- type GetFindingsFilterInput
- type GetFindingsFilterOutput
- type GetFindingsInput
- type GetFindingsOutput
- type GetInvitationsCountInput
- type GetInvitationsCountOutput
- type GetMacieSessionInput
- type GetMacieSessionOutput
- type GetMasterAccountInput
- type GetMasterAccountOutput
- type GetMemberInput
- type GetMemberOutput
- type GetUsageStatisticsInput
- type GetUsageStatisticsOutput
- type GetUsageTotalsInput
- type GetUsageTotalsOutput
- type HTTPClient
- type HTTPSignerV4
- type IdempotencyTokenProvider
- type ListClassificationJobsInput
- type ListClassificationJobsOutput
- type ListCustomDataIdentifiersInput
- type ListCustomDataIdentifiersOutput
- type ListFindingsFiltersInput
- type ListFindingsFiltersOutput
- type ListFindingsInput
- type ListFindingsOutput
- type ListInvitationsInput
- type ListInvitationsOutput
- type ListMembersInput
- type ListMembersOutput
- type ListOrganizationAdminAccountsInput
- type ListOrganizationAdminAccountsOutput
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type Options
- type PutClassificationExportConfigurationInput
- type PutClassificationExportConfigurationOutput
- type ResolveEndpoint
- func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
- func (*ResolveEndpoint) ID() string
- type TagResourceInput
- type TagResourceOutput
- type TestCustomDataIdentifierInput
- type TestCustomDataIdentifierOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateClassificationJobInput
- type UpdateClassificationJobOutput
- type UpdateFindingsFilterInput
- type UpdateFindingsFilterOutput
- type UpdateMacieSessionInput
- type UpdateMacieSessionOutput
- type UpdateMemberSessionInput
- type UpdateMemberSessionOutput
- type UpdateOrganizationConfigurationInput
- type UpdateOrganizationConfigurationOutput
Constants ¶
const ServiceAPIVersion = "2020-01-01"
const ServiceID = "Macie2"
Functions ¶
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
Types ¶
type AcceptInvitationInput ¶
type AcceptInvitationInput struct { // The unique identifier for the invitation to accept. // // This member is required. InvitationId *string // The AWS account ID for the account that sent the invitation. // // This member is required. MasterAccount *string }
type AcceptInvitationOutput ¶
type AcceptInvitationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type BatchGetCustomDataIdentifiersInput ¶
type BatchGetCustomDataIdentifiersInput struct { // An array of strings that lists the unique identifiers for the custom data // identifiers to retrieve information about. Ids []*string }
type BatchGetCustomDataIdentifiersOutput ¶
type BatchGetCustomDataIdentifiersOutput struct { // An array of objects, one for each custom data identifier that meets the criteria // specified in the request. CustomDataIdentifiers []*types.BatchGetCustomDataIdentifierSummary // An array of identifiers, one for each identifier that was specified in the // request, but doesn't correlate to an existing custom data identifier. NotFoundIdentifierIds []*string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides the API client to make operations call for Amazon Macie 2.
func New ¶
New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.
func NewFromConfig ¶
NewFromConfig returns a new client from the provided config.
func (*Client) AcceptInvitation ¶
func (c *Client) AcceptInvitation(ctx context.Context, params *AcceptInvitationInput, optFns ...func(*Options)) (*AcceptInvitationOutput, error)
Accepts an Amazon Macie membership invitation that was received from a specific account.
func (*Client) BatchGetCustomDataIdentifiers ¶
func (c *Client) BatchGetCustomDataIdentifiers(ctx context.Context, params *BatchGetCustomDataIdentifiersInput, optFns ...func(*Options)) (*BatchGetCustomDataIdentifiersOutput, error)
Retrieves information about one or more custom data identifiers.
func (*Client) CreateClassificationJob ¶
func (c *Client) CreateClassificationJob(ctx context.Context, params *CreateClassificationJobInput, optFns ...func(*Options)) (*CreateClassificationJobOutput, error)
Creates and defines the settings for a classification job.
func (*Client) CreateCustomDataIdentifier ¶
func (c *Client) CreateCustomDataIdentifier(ctx context.Context, params *CreateCustomDataIdentifierInput, optFns ...func(*Options)) (*CreateCustomDataIdentifierOutput, error)
Creates and defines the criteria and other settings for a custom data identifier.
func (*Client) CreateFindingsFilter ¶
func (c *Client) CreateFindingsFilter(ctx context.Context, params *CreateFindingsFilterInput, optFns ...func(*Options)) (*CreateFindingsFilterOutput, error)
Creates and defines the criteria and other settings for a findings filter.
func (*Client) CreateInvitations ¶
func (c *Client) CreateInvitations(ctx context.Context, params *CreateInvitationsInput, optFns ...func(*Options)) (*CreateInvitationsOutput, error)
Sends an Amazon Macie membership invitation to one or more accounts.
func (*Client) CreateMember ¶
func (c *Client) CreateMember(ctx context.Context, params *CreateMemberInput, optFns ...func(*Options)) (*CreateMemberOutput, error)
Associates an account with an Amazon Macie master account.
func (*Client) CreateSampleFindings ¶
func (c *Client) CreateSampleFindings(ctx context.Context, params *CreateSampleFindingsInput, optFns ...func(*Options)) (*CreateSampleFindingsOutput, error)
Creates sample findings.
func (*Client) DeclineInvitations ¶
func (c *Client) DeclineInvitations(ctx context.Context, params *DeclineInvitationsInput, optFns ...func(*Options)) (*DeclineInvitationsOutput, error)
Declines Amazon Macie membership invitations that were received from specific accounts.
func (*Client) DeleteCustomDataIdentifier ¶
func (c *Client) DeleteCustomDataIdentifier(ctx context.Context, params *DeleteCustomDataIdentifierInput, optFns ...func(*Options)) (*DeleteCustomDataIdentifierOutput, error)
Soft deletes a custom data identifier.
func (*Client) DeleteFindingsFilter ¶
func (c *Client) DeleteFindingsFilter(ctx context.Context, params *DeleteFindingsFilterInput, optFns ...func(*Options)) (*DeleteFindingsFilterOutput, error)
Deletes a findings filter.
func (*Client) DeleteInvitations ¶
func (c *Client) DeleteInvitations(ctx context.Context, params *DeleteInvitationsInput, optFns ...func(*Options)) (*DeleteInvitationsOutput, error)
Deletes Amazon Macie membership invitations that were received from specific accounts.
func (*Client) DeleteMember ¶
func (c *Client) DeleteMember(ctx context.Context, params *DeleteMemberInput, optFns ...func(*Options)) (*DeleteMemberOutput, error)
Deletes the association between an Amazon Macie master account and an account.
func (*Client) DescribeBuckets ¶
func (c *Client) DescribeBuckets(ctx context.Context, params *DescribeBucketsInput, optFns ...func(*Options)) (*DescribeBucketsOutput, error)
Retrieves (queries) statistical data and other information about one or more S3 buckets that Amazon Macie monitors and analyzes.
func (*Client) DescribeClassificationJob ¶
func (c *Client) DescribeClassificationJob(ctx context.Context, params *DescribeClassificationJobInput, optFns ...func(*Options)) (*DescribeClassificationJobOutput, error)
Retrieves the status and settings for a classification job.
func (*Client) DescribeOrganizationConfiguration ¶
func (c *Client) DescribeOrganizationConfiguration(ctx context.Context, params *DescribeOrganizationConfigurationInput, optFns ...func(*Options)) (*DescribeOrganizationConfigurationOutput, error)
Retrieves the Amazon Macie configuration settings for an AWS organization.
func (*Client) DisableMacie ¶
func (c *Client) DisableMacie(ctx context.Context, params *DisableMacieInput, optFns ...func(*Options)) (*DisableMacieOutput, error)
Disables an Amazon Macie account and deletes Macie resources for the account.
func (*Client) DisableOrganizationAdminAccount ¶
func (c *Client) DisableOrganizationAdminAccount(ctx context.Context, params *DisableOrganizationAdminAccountInput, optFns ...func(*Options)) (*DisableOrganizationAdminAccountOutput, error)
Disables an account as the delegated Amazon Macie administrator account for an AWS organization.
func (*Client) DisassociateFromMasterAccount ¶
func (c *Client) DisassociateFromMasterAccount(ctx context.Context, params *DisassociateFromMasterAccountInput, optFns ...func(*Options)) (*DisassociateFromMasterAccountOutput, error)
Disassociates a member account from its Amazon Macie master account.
func (*Client) DisassociateMember ¶
func (c *Client) DisassociateMember(ctx context.Context, params *DisassociateMemberInput, optFns ...func(*Options)) (*DisassociateMemberOutput, error)
Disassociates an Amazon Macie master account from a member account.
func (*Client) EnableMacie ¶
func (c *Client) EnableMacie(ctx context.Context, params *EnableMacieInput, optFns ...func(*Options)) (*EnableMacieOutput, error)
Enables Amazon Macie and specifies the configuration settings for a Macie account.
func (*Client) EnableOrganizationAdminAccount ¶
func (c *Client) EnableOrganizationAdminAccount(ctx context.Context, params *EnableOrganizationAdminAccountInput, optFns ...func(*Options)) (*EnableOrganizationAdminAccountOutput, error)
Designates an account as the delegated Amazon Macie administrator account for an AWS organization.
func (*Client) GetBucketStatistics ¶
func (c *Client) GetBucketStatistics(ctx context.Context, params *GetBucketStatisticsInput, optFns ...func(*Options)) (*GetBucketStatisticsOutput, error)
Retrieves (queries) aggregated statistical data for all the S3 buckets that Amazon Macie monitors and analyzes.
func (*Client) GetClassificationExportConfiguration ¶
func (c *Client) GetClassificationExportConfiguration(ctx context.Context, params *GetClassificationExportConfigurationInput, optFns ...func(*Options)) (*GetClassificationExportConfigurationOutput, error)
Retrieves the configuration settings for storing data classification results.
func (*Client) GetCustomDataIdentifier ¶
func (c *Client) GetCustomDataIdentifier(ctx context.Context, params *GetCustomDataIdentifierInput, optFns ...func(*Options)) (*GetCustomDataIdentifierOutput, error)
Retrieves the criteria and other settings for a custom data identifier.
func (*Client) GetFindingStatistics ¶
func (c *Client) GetFindingStatistics(ctx context.Context, params *GetFindingStatisticsInput, optFns ...func(*Options)) (*GetFindingStatisticsOutput, error)
Retrieves (queries) aggregated statistical data about findings.
func (*Client) GetFindings ¶
func (c *Client) GetFindings(ctx context.Context, params *GetFindingsInput, optFns ...func(*Options)) (*GetFindingsOutput, error)
Retrieves the details of one or more findings.
func (*Client) GetFindingsFilter ¶
func (c *Client) GetFindingsFilter(ctx context.Context, params *GetFindingsFilterInput, optFns ...func(*Options)) (*GetFindingsFilterOutput, error)
Retrieves the criteria and other settings for a findings filter.
func (*Client) GetInvitationsCount ¶
func (c *Client) GetInvitationsCount(ctx context.Context, params *GetInvitationsCountInput, optFns ...func(*Options)) (*GetInvitationsCountOutput, error)
Retrieves the count of Amazon Macie membership invitations that were received by an account.
func (*Client) GetMacieSession ¶
func (c *Client) GetMacieSession(ctx context.Context, params *GetMacieSessionInput, optFns ...func(*Options)) (*GetMacieSessionOutput, error)
Retrieves the current status and configuration settings for an Amazon Macie account.
func (*Client) GetMasterAccount ¶
func (c *Client) GetMasterAccount(ctx context.Context, params *GetMasterAccountInput, optFns ...func(*Options)) (*GetMasterAccountOutput, error)
Retrieves information about the Amazon Macie master account for an account.
func (*Client) GetMember ¶
func (c *Client) GetMember(ctx context.Context, params *GetMemberInput, optFns ...func(*Options)) (*GetMemberOutput, error)
Retrieves information about a member account that's associated with an Amazon Macie master account.
func (*Client) GetUsageStatistics ¶
func (c *Client) GetUsageStatistics(ctx context.Context, params *GetUsageStatisticsInput, optFns ...func(*Options)) (*GetUsageStatisticsOutput, error)
Retrieves (queries) quotas and aggregated usage data for one or more accounts.
func (*Client) GetUsageTotals ¶
func (c *Client) GetUsageTotals(ctx context.Context, params *GetUsageTotalsInput, optFns ...func(*Options)) (*GetUsageTotalsOutput, error)
Retrieves (queries) aggregated usage data for an account.
func (*Client) ListClassificationJobs ¶
func (c *Client) ListClassificationJobs(ctx context.Context, params *ListClassificationJobsInput, optFns ...func(*Options)) (*ListClassificationJobsOutput, error)
Retrieves a subset of information about one or more classification jobs.
func (*Client) ListCustomDataIdentifiers ¶
func (c *Client) ListCustomDataIdentifiers(ctx context.Context, params *ListCustomDataIdentifiersInput, optFns ...func(*Options)) (*ListCustomDataIdentifiersOutput, error)
Retrieves a subset of information about all the custom data identifiers for an account.
func (*Client) ListFindings ¶
func (c *Client) ListFindings(ctx context.Context, params *ListFindingsInput, optFns ...func(*Options)) (*ListFindingsOutput, error)
Retrieves a subset of information about one or more findings.
func (*Client) ListFindingsFilters ¶
func (c *Client) ListFindingsFilters(ctx context.Context, params *ListFindingsFiltersInput, optFns ...func(*Options)) (*ListFindingsFiltersOutput, error)
Retrieves a subset of information about all the findings filters for an account.
func (*Client) ListInvitations ¶
func (c *Client) ListInvitations(ctx context.Context, params *ListInvitationsInput, optFns ...func(*Options)) (*ListInvitationsOutput, error)
Retrieves information about all the Amazon Macie membership invitations that were received by an account.
func (*Client) ListMembers ¶
func (c *Client) ListMembers(ctx context.Context, params *ListMembersInput, optFns ...func(*Options)) (*ListMembersOutput, error)
Retrieves information about the accounts that are associated with an Amazon Macie master account.
func (*Client) ListOrganizationAdminAccounts ¶
func (c *Client) ListOrganizationAdminAccounts(ctx context.Context, params *ListOrganizationAdminAccountsInput, optFns ...func(*Options)) (*ListOrganizationAdminAccountsOutput, error)
Retrieves information about the delegated Amazon Macie administrator account for an AWS organization.
func (*Client) ListTagsForResource ¶
func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
Retrieves the tags (keys and values) that are associated with a classification job, custom data identifier, findings filter, or member account.
func (*Client) PutClassificationExportConfiguration ¶
func (c *Client) PutClassificationExportConfiguration(ctx context.Context, params *PutClassificationExportConfigurationInput, optFns ...func(*Options)) (*PutClassificationExportConfigurationOutput, error)
Creates or updates the configuration settings for storing data classification results.
func (*Client) TagResource ¶
func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
Adds or updates one or more tags (keys and values) that are associated with a classification job, custom data identifier, findings filter, or member account.
func (*Client) TestCustomDataIdentifier ¶
func (c *Client) TestCustomDataIdentifier(ctx context.Context, params *TestCustomDataIdentifierInput, optFns ...func(*Options)) (*TestCustomDataIdentifierOutput, error)
Tests a custom data identifier.
func (*Client) UntagResource ¶
func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
Removes one or more tags (keys and values) from a classification job, custom data identifier, findings filter, or member account.
func (*Client) UpdateClassificationJob ¶
func (c *Client) UpdateClassificationJob(ctx context.Context, params *UpdateClassificationJobInput, optFns ...func(*Options)) (*UpdateClassificationJobOutput, error)
Changes the status of a classification job.
func (*Client) UpdateFindingsFilter ¶
func (c *Client) UpdateFindingsFilter(ctx context.Context, params *UpdateFindingsFilterInput, optFns ...func(*Options)) (*UpdateFindingsFilterOutput, error)
Updates the criteria and other settings for a findings filter.
func (*Client) UpdateMacieSession ¶
func (c *Client) UpdateMacieSession(ctx context.Context, params *UpdateMacieSessionInput, optFns ...func(*Options)) (*UpdateMacieSessionOutput, error)
Suspends or re-enables an Amazon Macie account, or updates the configuration settings for a Macie account.
func (*Client) UpdateMemberSession ¶
func (c *Client) UpdateMemberSession(ctx context.Context, params *UpdateMemberSessionInput, optFns ...func(*Options)) (*UpdateMemberSessionOutput, error)
Enables an Amazon Macie master account to suspend or re-enable a member account.
func (*Client) UpdateOrganizationConfiguration ¶
func (c *Client) UpdateOrganizationConfiguration(ctx context.Context, params *UpdateOrganizationConfigurationInput, optFns ...func(*Options)) (*UpdateOrganizationConfigurationOutput, error)
Updates the Amazon Macie configuration settings for an AWS organization.
type CreateClassificationJobInput ¶
type CreateClassificationJobInput struct { // A unique, case-sensitive token that you provide to ensure the idempotency of the // request. // // This member is required. ClientToken *string // The schedule for running the job. Valid values are: // // * ONE_TIME - Run the job // only once. If you specify this value, don't specify a value for the // scheduleFrequency property. // // * SCHEDULED - Run the job on a daily, weekly, or // monthly basis. If you specify this value, use the scheduleFrequency property to // define the recurrence pattern for the job. // // This member is required. JobType types.JobType // A custom name for the job. The name can contain as many as 500 characters. // // This member is required. Name *string // The S3 buckets that contain the objects to analyze, and the scope of that // analysis. // // This member is required. S3JobDefinition *types.S3JobDefinition // The custom data identifiers to use for data analysis and classification. CustomDataIdentifierIds []*string // A custom description of the job. The description can contain as many as 200 // characters. Description *string // Specifies whether to analyze all existing, eligible objects immediately after // the job is created. InitialRun *bool // The sampling depth, as a percentage, to apply when processing objects. This // value determines the percentage of eligible objects that the job analyzes. If // this value is less than 100, Amazon Macie selects the objects to analyze at // random, up to the specified percentage, and analyzes all the data in those // objects. SamplingPercentage *int32 // The recurrence pattern for running the job. To run the job only once, don't // specify a value for this property and set the value for the jobType property to // ONE_TIME. ScheduleFrequency *types.JobScheduleFrequency // A map of key-value pairs that specifies the tags to associate with the job. A // job can have a maximum of 50 tags. Each tag consists of a tag key and an // associated tag value. The maximum length of a tag key is 128 characters. The // maximum length of a tag value is 256 characters. Tags map[string]*string }
type CreateClassificationJobOutput ¶
type CreateClassificationJobOutput struct { // The Amazon Resource Name (ARN) of the job. JobArn *string // The unique identifier for the job. JobId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type CreateCustomDataIdentifierInput ¶
type CreateCustomDataIdentifierInput struct { // A unique, case-sensitive token that you provide to ensure the idempotency of the // request. ClientToken *string // A custom description of the custom data identifier. The description can contain // as many as 512 characters. We strongly recommend that you avoid including any // sensitive data in the description of a custom data identifier. Other users of // your account might be able to see the identifier's description, depending on the // actions that they're allowed to perform in Amazon Macie. Description *string // An array that lists specific character sequences (ignore words) to exclude from // the results. If the text matched by the regular expression is the same as any // string in this array, Amazon Macie ignores it. The array can contain as many as // 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words // are case sensitive. IgnoreWords []*string // An array that lists specific character sequences (keywords), one of which must // be within proximity (maximumMatchDistance) of the regular expression to match. // The array can contain as many as 50 keywords. Each keyword can contain 4 - 90 // characters. Keywords aren't case sensitive. Keywords []*string // The maximum number of characters that can exist between text that matches the // regex pattern and the character sequences specified by the keywords array. Macie // includes or excludes a result based on the proximity of a keyword to text that // matches the regex pattern. The distance can be 1 - 300 characters. The default // value is 50. MaximumMatchDistance *int32 // A custom name for the custom data identifier. The name can contain as many as // 128 characters. We strongly recommend that you avoid including any sensitive // data in the name of a custom data identifier. Other users of your account might // be able to see the identifier's name, depending on the actions that they're // allowed to perform in Amazon Macie. Name *string // The regular expression (regex) that defines the pattern to match. The expression // can contain as many as 512 characters. Regex *string // A map of key-value pairs that specifies the tags to associate with the custom // data identifier. A custom data identifier can have a maximum of 50 tags. Each // tag consists of a tag key and an associated tag value. The maximum length of a // tag key is 128 characters. The maximum length of a tag value is 256 characters. Tags map[string]*string }
type CreateCustomDataIdentifierOutput ¶
type CreateCustomDataIdentifierOutput struct { // The unique identifier for the custom data identifier that was created. CustomDataIdentifierId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type CreateFindingsFilterInput ¶
type CreateFindingsFilterInput struct { // The action to perform on findings that meet the filter criteria // (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) // the findings; and, NOOP, don't perform any action on the findings. // // This member is required. Action types.FindingsFilterAction // The criteria to use to filter findings. // // This member is required. FindingCriteria *types.FindingCriteria // A custom name for the filter. The name must contain at least 3 characters and // can contain as many as 64 characters. We strongly recommend that you avoid // including any sensitive data in the name of a filter. Other users of your // account might be able to see the filter's name, depending on the actions that // they're allowed to perform in Amazon Macie. // // This member is required. Name *string // A unique, case-sensitive token that you provide to ensure the idempotency of the // request. ClientToken *string // A custom description of the filter. The description can contain as many as 512 // characters. We strongly recommend that you avoid including any sensitive data in // the description of a filter. Other users of your account might be able to see // the filter's description, depending on the actions that they're allowed to // perform in Amazon Macie. Description *string // The position of the filter in the list of saved filters on the Amazon Macie // console. This value also determines the order in which the filter is applied to // findings, relative to other filters that are also applied to the findings. Position *int32 // A map of key-value pairs that specifies the tags to associate with the filter. A // findings filter can have a maximum of 50 tags. Each tag consists of a tag key // and an associated tag value. The maximum length of a tag key is 128 characters. // The maximum length of a tag value is 256 characters. Tags map[string]*string }
type CreateFindingsFilterOutput ¶
type CreateFindingsFilterOutput struct { // The Amazon Resource Name (ARN) of the filter that was created. Arn *string // The unique identifier for the filter that was created. Id *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type CreateInvitationsInput ¶
type CreateInvitationsInput struct { // An array that lists AWS account IDs, one for each account to send the invitation // to. // // This member is required. AccountIds []*string // Specifies whether to send an email notification to the root user of each account // that the invitation will be sent to. This notification is in addition to an // alert that the root user receives in AWS Personal Health Dashboard. To send an // email notification to the root user of each account, set this value to true. DisableEmailNotification *bool // A custom message to include in the invitation. Amazon Macie adds this message to // the standard content that it sends for an invitation. Message *string }
type CreateInvitationsOutput ¶
type CreateInvitationsOutput struct { // An array of objects, one for each account whose invitation hasn't been // processed. Each object identifies the account and explains why the invitation // hasn't been processed for the account. UnprocessedAccounts []*types.UnprocessedAccount // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type CreateMemberInput ¶
type CreateMemberInput struct { // The details for the account to associate with the master account. // // This member is required. Account *types.AccountDetail // A map of key-value pairs that specifies the tags to associate with the account // in Amazon Macie. An account can have a maximum of 50 tags. Each tag consists of // a tag key and an associated tag value. The maximum length of a tag key is 128 // characters. The maximum length of a tag value is 256 characters. Tags map[string]*string }
type CreateMemberOutput ¶
type CreateMemberOutput struct { // The Amazon Resource Name (ARN) of the account that was associated with the // master account. Arn *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type CreateSampleFindingsInput ¶
type CreateSampleFindingsInput struct { // An array that lists one or more types of findings to include in the set of // sample findings. Currently, the only supported value is // Policy:IAMUser/S3BucketEncryptionDisabled. FindingTypes []types.FindingType }
type CreateSampleFindingsOutput ¶
type CreateSampleFindingsOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DeclineInvitationsInput ¶
type DeclineInvitationsInput struct { // An array that lists AWS account IDs, one for each account that sent an // invitation to decline. // // This member is required. AccountIds []*string }
type DeclineInvitationsOutput ¶
type DeclineInvitationsOutput struct { // An array of objects, one for each account whose invitation hasn't been declined. // Each object identifies the account and explains why the request hasn't been // processed for that account. UnprocessedAccounts []*types.UnprocessedAccount // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DeleteCustomDataIdentifierInput ¶
type DeleteCustomDataIdentifierInput struct { // The unique identifier for the Amazon Macie resource or account that the request // applies to. // // This member is required. Id *string }
type DeleteCustomDataIdentifierOutput ¶
type DeleteCustomDataIdentifierOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DeleteFindingsFilterInput ¶
type DeleteFindingsFilterInput struct { // The unique identifier for the Amazon Macie resource or account that the request // applies to. // // This member is required. Id *string }
type DeleteFindingsFilterOutput ¶
type DeleteFindingsFilterOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DeleteInvitationsInput ¶
type DeleteInvitationsInput struct { // An array that lists AWS account IDs, one for each account that sent an // invitation to delete. // // This member is required. AccountIds []*string }
type DeleteInvitationsOutput ¶
type DeleteInvitationsOutput struct { // An array of objects, one for each account whose invitation hasn't been deleted. // Each object identifies the account and explains why the request hasn't been // processed for that account. UnprocessedAccounts []*types.UnprocessedAccount // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DeleteMemberInput ¶
type DeleteMemberInput struct { // The unique identifier for the Amazon Macie resource or account that the request // applies to. // // This member is required. Id *string }
type DeleteMemberOutput ¶
type DeleteMemberOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DescribeBucketsInput ¶
type DescribeBucketsInput struct { // The criteria to use to filter the query results. Criteria map[string]*types.BucketCriteriaAdditionalProperties // The maximum number of items to include in each page of the response. The default // value is 50. MaxResults *int32 // The nextToken string that specifies which page of results to return in a // paginated response. NextToken *string // The criteria to use to sort the query results. SortCriteria *types.BucketSortCriteria }
type DescribeBucketsOutput ¶
type DescribeBucketsOutput struct { // An array of objects, one for each bucket that meets the filter criteria // specified in the request. Buckets []*types.BucketMetadata // The string to use in a subsequent request to get the next page of results in a // paginated response. This value is null if there are no additional pages. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DescribeClassificationJobInput ¶
type DescribeClassificationJobInput struct { // The unique identifier for the classification job. // // This member is required. JobId *string }
type DescribeClassificationJobOutput ¶
type DescribeClassificationJobOutput struct { // The token that was provided to ensure the idempotency of the request to create // the job. ClientToken *string // The date and time, in UTC and extended ISO 8601 format, when the job was // created. CreatedAt *time.Time // The custom data identifiers that the job uses to analyze data. CustomDataIdentifierIds []*string // The custom description of the job. Description *string // Specifies whether the job is configured to analyze all existing, eligible // objects immediately after it's created. InitialRun *bool // The Amazon Resource Name (ARN) of the job. JobArn *string // The unique identifier for the job. JobId *string // The current status of the job. Possible values are: // // * CANCELLED - You cancelled // the job, or you paused the job and didn't resume it within 30 days of pausing // it. // // * COMPLETE - For a one-time job, Amazon Macie finished processing all the // data specified for the job. This value doesn't apply to recurring jobs. // // * IDLE // - For a recurring job, the previous scheduled run is complete and the next // scheduled run is pending. This value doesn't apply to one-time jobs. // // * PAUSED - // Amazon Macie started running the job but completion of the job would exceed one // or more quotas for your account. // // * RUNNING - For a one-time job, the job is in // progress. For a recurring job, a scheduled run is in progress. // // * USER_PAUSED - // You paused the job. If you don't resume the job within 30 days of pausing it, // the job will expire and be cancelled. JobStatus types.JobStatus // The schedule for running the job. Possible values are: // // * ONE_TIME - The job // runs only once. // // * SCHEDULED - The job runs on a daily, weekly, or monthly // basis. The scheduleFrequency property indicates the recurrence pattern for the // job. JobType types.JobType // The date and time, in UTC and extended ISO 8601 format, when the job last ran. LastRunTime *time.Time // The custom name of the job. Name *string // The S3 buckets that the job is configured to analyze, and the scope of that // analysis. S3JobDefinition *types.S3JobDefinition // The sampling depth, as a percentage, that determines the percentage of eligible // objects that the job analyzes. SamplingPercentage *int32 // The recurrence pattern for running the job. If the job is configured to run only // once, this value is null. ScheduleFrequency *types.JobScheduleFrequency // The number of times that the job has run and processing statistics for the job's // current run. Statistics *types.Statistics // A map of key-value pairs that specifies which tags (keys and values) are // associated with the classification job. Tags map[string]*string // If the current status of the job is USER_PAUSED, specifies when the job was // paused and when the job will expire and be cancelled if it isn't resumed. This // value is present only if the value for jobStatus is USER_PAUSED. UserPausedDetails *types.UserPausedDetails // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DescribeOrganizationConfigurationInput ¶
type DescribeOrganizationConfigurationInput struct { }
type DescribeOrganizationConfigurationOutput ¶
type DescribeOrganizationConfigurationOutput struct { // Specifies whether Amazon Macie is enabled automatically for accounts that are // added to the AWS organization. AutoEnable *bool // Specifies whether the maximum number of Amazon Macie member accounts are part of // the AWS organization. MaxAccountLimitReached *bool // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DisableMacieInput ¶
type DisableMacieInput struct { }
type DisableMacieOutput ¶
type DisableMacieOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DisableOrganizationAdminAccountInput ¶
type DisableOrganizationAdminAccountInput struct { // The AWS account ID of the delegated administrator account. // // This member is required. AdminAccountId *string }
type DisableOrganizationAdminAccountOutput ¶
type DisableOrganizationAdminAccountOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DisassociateFromMasterAccountInput ¶
type DisassociateFromMasterAccountInput struct { }
type DisassociateFromMasterAccountOutput ¶
type DisassociateFromMasterAccountOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DisassociateMemberInput ¶
type DisassociateMemberInput struct { // The unique identifier for the Amazon Macie resource or account that the request // applies to. // // This member is required. Id *string }
type DisassociateMemberOutput ¶
type DisassociateMemberOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type EnableMacieInput ¶
type EnableMacieInput struct { // A unique, case-sensitive token that you provide to ensure the idempotency of the // request. ClientToken *string // Specifies how often to publish updates to policy findings for the account. This // includes publishing updates to AWS Security Hub and Amazon EventBridge (formerly // called Amazon CloudWatch Events). FindingPublishingFrequency types.FindingPublishingFrequency // Specifies the status for the account. To enable Amazon Macie and start all // Amazon Macie activities for the account, set this value to ENABLED. Status types.MacieStatus }
type EnableMacieOutput ¶
type EnableMacieOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type EnableOrganizationAdminAccountInput ¶
type EnableOrganizationAdminAccountInput struct { // The AWS account ID for the account to designate as the delegated Amazon Macie // administrator account for the organization. // // This member is required. AdminAccountId *string // A unique, case-sensitive token that you provide to ensure the idempotency of the // request. ClientToken *string }
type EnableOrganizationAdminAccountOutput ¶
type EnableOrganizationAdminAccountOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type EndpointResolver ¶
type EndpointResolver interface { ResolveEndpoint(region string, options EndpointResolverOptions) (aws.Endpoint, error) }
EndpointResolver interface for resolving service endpoints.
func WithEndpointResolver ¶
func WithEndpointResolver(awsResolver aws.EndpointResolver, fallbackResolver EndpointResolver) EndpointResolver
WithEndpointResolver returns an EndpointResolver that first delegates endpoint resolution to the awsResolver. If awsResolver returns aws.EndpointNotFoundError error, the resolver will use the the provided fallbackResolver for resolution. awsResolver and fallbackResolver must not be nil
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options EndpointResolverOptions) (aws.Endpoint, error)
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.
func (EndpointResolverFunc) ResolveEndpoint ¶
func (fn EndpointResolverFunc) ResolveEndpoint(region string, options EndpointResolverOptions) (endpoint aws.Endpoint, err error)
type EndpointResolverOptions ¶
type EndpointResolverOptions = internalendpoints.Options
EndpointResolverOptions is the service endpoint resolver options
type GetBucketStatisticsInput ¶
type GetBucketStatisticsInput struct { // The unique identifier for the AWS account. AccountId *string }
type GetBucketStatisticsOutput ¶
type GetBucketStatisticsOutput struct { // The total number of buckets. BucketCount *int64 // The total number of buckets that are publicly accessible based on a combination // of permissions settings for each bucket. BucketCountByEffectivePermission *types.BucketCountByEffectivePermission // The total number of buckets, grouped by server-side encryption type. This object // also reports the total number of buckets that don't encrypt objects by default. BucketCountByEncryptionType *types.BucketCountByEncryptionType // The total number of buckets that are shared with another AWS account. *types.BucketCountBySharedAccessType // The total number of objects that Amazon Macie can analyze in the buckets. These // objects use a supported storage class and have a file name extension for a // supported file or storage format. ClassifiableObjectCount *int64 // The total storage size, in bytes, of all the objects that Amazon Macie can // analyze in the buckets. These objects use a supported storage class and have a // file name extension for a supported file or storage format. ClassifiableSizeInBytes *int64 // The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most // recently retrieved data about the buckets from Amazon S3. LastUpdated *time.Time // The total number of objects in the buckets. ObjectCount *int64 // The total storage size, in bytes, of the buckets. SizeInBytes *int64 // The total compressed storage size, in bytes, of the buckets. SizeInBytesCompressed *int64 // The total number of objects that Amazon Macie can't analyze in the buckets. // These objects don't use a supported storage class or don't have a file name // extension for a supported file or storage format. UnclassifiableObjectCount *types.ObjectLevelStatistics // The total storage size, in bytes, of all the objects that Amazon Macie can't // analyze in the buckets. These objects don't use a supported storage class or // don't have a file name extension for a supported file or storage format. UnclassifiableObjectSizeInBytes *types.ObjectLevelStatistics // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type GetClassificationExportConfigurationInput ¶
type GetClassificationExportConfigurationInput struct { }
type GetClassificationExportConfigurationOutput ¶
type GetClassificationExportConfigurationOutput struct { // The location where data classification results are stored, and the encryption // settings that are used when storing results in that location. Configuration *types.ClassificationExportConfiguration // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type GetCustomDataIdentifierInput ¶
type GetCustomDataIdentifierInput struct { // The unique identifier for the Amazon Macie resource or account that the request // applies to. // // This member is required. Id *string }
type GetCustomDataIdentifierOutput ¶
type GetCustomDataIdentifierOutput struct { // The Amazon Resource Name (ARN) of the custom data identifier. Arn *string // The date and time, in UTC and extended ISO 8601 format, when the custom data // identifier was created. CreatedAt *time.Time // Specifies whether the custom data identifier was deleted. If you delete a custom // data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft // deletes the identifier. Deleted *bool // The custom description of the custom data identifier. Description *string // The unique identifier for the custom data identifier. Id *string // An array that lists specific character sequences (ignore words) to exclude from // the results. If the text matched by the regular expression is the same as any // string in this array, Amazon Macie ignores it. Ignore words are case sensitive. IgnoreWords []*string // An array that lists specific character sequences (keywords), one of which must // be within proximity (maximumMatchDistance) of the regular expression to match. // Keywords aren't case sensitive. Keywords []*string // The maximum number of characters that can exist between text that matches the // regex pattern and the character sequences specified by the keywords array. Macie // includes or excludes a result based on the proximity of a keyword to text that // matches the regex pattern. MaximumMatchDistance *int32 // The custom name of the custom data identifier. Name *string // The regular expression (regex) that defines the pattern to match. Regex *string // A map of key-value pairs that identifies the tags (keys and values) that are // associated with the custom data identifier. Tags map[string]*string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type GetFindingStatisticsInput ¶
type GetFindingStatisticsInput struct { // The finding property to use to group the query results. Valid values are: // // * // classificationDetails.jobId - The unique identifier for the classification job // that produced the finding. // // * resourcesAffected.s3Bucket.name - The name of the // S3 bucket that the finding applies to. // // * severity.description - The severity // level of the finding, such as High or Medium. // // * type - The type of finding, // such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal. // // This member is required. GroupBy types.GroupBy // The criteria to use to filter the query results. FindingCriteria *types.FindingCriteria // The maximum number of items to include in each page of the response. Size *int32 // The criteria to use to sort the query results. SortCriteria *types.FindingStatisticsSortCriteria }
type GetFindingStatisticsOutput ¶
type GetFindingStatisticsOutput struct { // An array of objects, one for each group of findings that meet the filter // criteria specified in the request. CountsByGroup []*types.GroupCount // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type GetFindingsFilterInput ¶
type GetFindingsFilterInput struct { // The unique identifier for the Amazon Macie resource or account that the request // applies to. // // This member is required. Id *string }
type GetFindingsFilterOutput ¶
type GetFindingsFilterOutput struct { // The action that's performed on findings that meet the filter criteria // (findingCriteria). Possible values are: ARCHIVE, suppress (automatically // archive) the findings; and, NOOP, don't perform any action on the findings. Action types.FindingsFilterAction // The Amazon Resource Name (ARN) of the filter. Arn *string // The custom description of the filter. Description *string // The criteria that's used to filter findings. FindingCriteria *types.FindingCriteria // The unique identifier for the filter. Id *string // The custom name of the filter. Name *string // The position of the filter in the list of saved filters on the Amazon Macie // console. This value also determines the order in which the filter is applied to // findings, relative to other filters that are also applied to the findings. Position *int32 // A map of key-value pairs that identifies the tags (keys and values) that are // associated with the filter. Tags map[string]*string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type GetFindingsInput ¶
type GetFindingsInput struct { // An array of strings that lists the unique identifiers for the findings to // retrieve. // // This member is required. FindingIds []*string // The criteria for sorting the results of the request. SortCriteria *types.SortCriteria }
type GetFindingsOutput ¶
type GetFindingsOutput struct { // An array of objects, one for each finding that meets the criteria specified in // the request. Findings []*types.Finding // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type GetInvitationsCountInput ¶
type GetInvitationsCountInput struct { }
type GetInvitationsCountOutput ¶
type GetInvitationsCountOutput struct { // The total number of invitations that were received by the account, not including // the currently accepted invitation. InvitationsCount *int64 // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type GetMacieSessionInput ¶
type GetMacieSessionInput struct { }
type GetMacieSessionOutput ¶
type GetMacieSessionOutput struct { // The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie // account was created. CreatedAt *time.Time // The frequency with which Amazon Macie publishes updates to policy findings for // the account. This includes publishing updates to AWS Security Hub and Amazon // EventBridge (formerly called Amazon CloudWatch Events). FindingPublishingFrequency types.FindingPublishingFrequency // The Amazon Resource Name (ARN) of the service-linked role that allows Amazon // Macie to monitor and analyze data in AWS resources for the account. ServiceRole *string // The current status of the Amazon Macie account. Possible values are: PAUSED, the // account is enabled but all Amazon Macie activities are suspended (paused) for // the account; and, ENABLED, the account is enabled and all Amazon Macie // activities are enabled for the account. Status types.MacieStatus // The date and time, in UTC and extended ISO 8601 format, of the most recent // change to the status of the Amazon Macie account. UpdatedAt *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type GetMasterAccountInput ¶
type GetMasterAccountInput struct { }
type GetMasterAccountOutput ¶
type GetMasterAccountOutput struct { // The AWS account ID for the master account. If the accounts are associated by a // Macie membership invitation, this object also provides details about the // invitation that was sent and accepted to establish the relationship between the // accounts. Master *types.Invitation // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type GetMemberInput ¶
type GetMemberInput struct { // The unique identifier for the Amazon Macie resource or account that the request // applies to. // // This member is required. Id *string }
type GetMemberOutput ¶
type GetMemberOutput struct { // The AWS account ID for the account. AccountId *string // The Amazon Resource Name (ARN) of the account. Arn *string // The email address for the account. Email *string // The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie // membership invitation was last sent to the account. This value is null if a // Macie invitation hasn't been sent to the account. InvitedAt *time.Time // The AWS account ID for the master account. MasterAccountId *string // The current status of the relationship between the account and the master // account. RelationshipStatus types.RelationshipStatus // A map of key-value pairs that identifies the tags (keys and values) that are // associated with the member account in Amazon Macie. Tags map[string]*string // The date and time, in UTC and extended ISO 8601 format, of the most recent // change to the status of the relationship between the account and the master // account. UpdatedAt *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type GetUsageStatisticsInput ¶
type GetUsageStatisticsInput struct { // An array of objects, one for each condition to use to filter the query results. // If the array contains more than one object, Amazon Macie uses an AND operator to // join the conditions specified by the objects. FilterBy []*types.UsageStatisticsFilter // The maximum number of items to include in each page of the response. MaxResults *int32 // The nextToken string that specifies which page of results to return in a // paginated response. NextToken *string // The criteria to use to sort the query results. SortBy *types.UsageStatisticsSortBy }
type GetUsageStatisticsOutput ¶
type GetUsageStatisticsOutput struct { // The string to use in a subsequent request to get the next page of results in a // paginated response. This value is null if there are no additional pages. NextToken *string // An array of objects that contains the results of the query. Each object contains // the data for an account that meets the filter criteria specified in the request. Records []*types.UsageRecord // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type GetUsageTotalsInput ¶
type GetUsageTotalsInput struct { }
type GetUsageTotalsOutput ¶
type GetUsageTotalsOutput struct { // An array of objects that contains the results of the query. Each object contains // the data for a specific usage metric. UsageTotals []*types.UsageTotal // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type HTTPClient ¶
type HTTPSignerV4 ¶
type HTTPSignerV4 interface { SignHTTP(ctx context.Context, credentials aws.Credentials, r *http.Request, payloadHash string, service string, region string, signingTime time.Time) error }
type IdempotencyTokenProvider ¶
IdempotencyTokenProvider interface for providing idempotency token
type ListClassificationJobsInput ¶
type ListClassificationJobsInput struct { // The criteria to use to filter the results. FilterCriteria *types.ListJobsFilterCriteria // The maximum number of items to include in each page of the response. MaxResults *int32 // The nextToken string that specifies which page of results to return in a // paginated response. NextToken *string // The criteria to use to sort the results. SortCriteria *types.ListJobsSortCriteria }
type ListClassificationJobsOutput ¶
type ListClassificationJobsOutput struct { // An array of objects, one for each job that meets the filter criteria specified // in the request. Items []*types.JobSummary // The string to use in a subsequent request to get the next page of results in a // paginated response. This value is null if there are no additional pages. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ListCustomDataIdentifiersInput ¶
type ListCustomDataIdentifiersInput struct { // The maximum number of items to include in each page of the response. MaxResults *int32 // The nextToken string that specifies which page of results to return in a // paginated response. NextToken *string }
type ListCustomDataIdentifiersOutput ¶
type ListCustomDataIdentifiersOutput struct { // An array of objects, one for each custom data identifier. Items []*types.CustomDataIdentifierSummary // The string to use in a subsequent request to get the next page of results in a // paginated response. This value is null if there are no additional pages. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ListFindingsFiltersInput ¶
type ListFindingsFiltersInput struct { // The maximum number of items to include in each page of a paginated response. MaxResults *int32 // The nextToken string that specifies which page of results to return in a // paginated response. NextToken *string }
type ListFindingsFiltersOutput ¶
type ListFindingsFiltersOutput struct { // An array of objects, one for each filter that's associated with the account. FindingsFilterListItems []*types.FindingsFilterListItem // The string to use in a subsequent request to get the next page of results in a // paginated response. This value is null if there are no additional pages. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ListFindingsInput ¶
type ListFindingsInput struct { // The criteria to use to filter the results. FindingCriteria *types.FindingCriteria // The maximum number of items to include in each page of the response. MaxResults *int32 // The nextToken string that specifies which page of results to return in a // paginated response. NextToken *string // The criteria to use to sort the results. SortCriteria *types.SortCriteria }
type ListFindingsOutput ¶
type ListFindingsOutput struct { // An array of strings, where each string is the unique identifier for a finding // that meets the filter criteria specified in the request. FindingIds []*string // The string to use in a subsequent request to get the next page of results in a // paginated response. This value is null if there are no additional pages. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ListInvitationsInput ¶
type ListInvitationsInput struct { // The maximum number of items to include in each page of a paginated response. MaxResults *int32 // The nextToken string that specifies which page of results to return in a // paginated response. NextToken *string }
type ListInvitationsOutput ¶
type ListInvitationsOutput struct { // An array of objects, one for each invitation that was received by the account. Invitations []*types.Invitation // The string to use in a subsequent request to get the next page of results in a // paginated response. This value is null if there are no additional pages. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ListMembersInput ¶
type ListMembersInput struct { // The maximum number of items to include in each page of a paginated response. MaxResults *int32 // The nextToken string that specifies which page of results to return in a // paginated response. NextToken *string // Specifies which accounts to include in the response, based on the status of an // account's relationship with the master account. By default, the response // includes only current member accounts. To include all accounts, set the value // for this parameter to false. OnlyAssociated *string }
type ListMembersOutput ¶
type ListMembersOutput struct { // An array of objects, one for each account that's associated with the master // account and meets the criteria specified by the onlyAssociated request // parameter. Members []*types.Member // The string to use in a subsequent request to get the next page of results in a // paginated response. This value is null if there are no additional pages. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ListOrganizationAdminAccountsInput ¶
type ListOrganizationAdminAccountsInput struct { // The maximum number of items to include in each page of a paginated response. MaxResults *int32 // The nextToken string that specifies which page of results to return in a // paginated response. NextToken *string }
type ListOrganizationAdminAccountsOutput ¶
type ListOrganizationAdminAccountsOutput struct { // An array of objects, one for each delegated Amazon Macie administrator account // for the organization. Only one of these accounts can have a status of ENABLED. AdminAccounts []*types.AdminAccount // The string to use in a subsequent request to get the next page of results in a // paginated response. This value is null if there are no additional pages. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the classification job, custom data // identifier, findings filter, or member account. // // This member is required. ResourceArn *string }
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // A map of key-value pairs that identifies the tags (keys and values) that are // associated with the resource. Tags map[string]*string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type Options ¶
type Options struct { // Set of options to modify how an operation is invoked. These apply to all // operations invoked for this client. Use functional options on operation call to // modify this list for per operation behavior. APIOptions []func(*middleware.Stack) error // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions EndpointResolverOptions // The service endpoint resolver. EndpointResolver EndpointResolver // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // Provides idempotency tokens values that will be automatically populated into // idempotent API operations. IdempotencyTokenProvider IdempotencyTokenProvider // The region to send requests to. (Required) Region string // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. Retryer retry.Retryer // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient }
func (Options) Copy ¶
Copy creates a clone where the APIOptions list is deep copied.
type PutClassificationExportConfigurationInput ¶
type PutClassificationExportConfigurationInput struct { // The location to store data classification results in, and the encryption // settings to use when storing results in that location. // // This member is required. Configuration *types.ClassificationExportConfiguration }
type PutClassificationExportConfigurationOutput ¶
type PutClassificationExportConfigurationOutput struct { // The location where the data classification results are stored, and the // encryption settings that are used when storing results in that location. Configuration *types.ClassificationExportConfiguration // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options EndpointResolverOptions }
func (*ResolveEndpoint) HandleSerialize ¶
func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
func (*ResolveEndpoint) ID ¶
func (*ResolveEndpoint) ID() string
type TagResourceInput ¶
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the classification job, custom data // identifier, findings filter, or member account. // // This member is required. ResourceArn *string // A map of key-value pairs that specifies the tags to associate with the resource. // A resource can have a maximum of 50 tags. Each tag consists of a tag key and an // associated tag value. The maximum length of a tag key is 128 characters. The // maximum length of a tag value is 256 characters. // // This member is required. Tags map[string]*string }
type TagResourceOutput ¶
type TagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type TestCustomDataIdentifierInput ¶
type TestCustomDataIdentifierInput struct { // The regular expression (regex) that defines the pattern to match. The expression // can contain as many as 512 characters. // // This member is required. Regex *string // The sample text to inspect by using the custom data identifier. The text can // contain as many as 1,000 characters. // // This member is required. SampleText *string // An array that lists specific character sequences (ignore words) to exclude from // the results. If the text matched by the regular expression is the same as any // string in this array, Amazon Macie ignores it. The array can contain as many as // 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words // are case sensitive. IgnoreWords []*string // An array that lists specific character sequences (keywords), one of which must // be within proximity (maximumMatchDistance) of the regular expression to match. // The array can contain as many as 50 keywords. Each keyword can contain 4 - 90 // characters. Keywords aren't case sensitive. Keywords []*string // The maximum number of characters that can exist between text that matches the // regex pattern and the character sequences specified by the keywords array. Macie // includes or excludes a result based on the proximity of a keyword to text that // matches the regex pattern. The distance can be 1 - 300 characters. The default // value is 50. MaximumMatchDistance *int32 }
type TestCustomDataIdentifierOutput ¶
type TestCustomDataIdentifierOutput struct { // The number of instances of sample text that matched the detection criteria // specified in the custom data identifier. MatchCount *int32 // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UntagResourceInput ¶
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the classification job, custom data // identifier, findings filter, or member account. // // This member is required. ResourceArn *string // The key of the tag to remove from the resource. To remove multiple tags, append // the tagKeys parameter and argument for each additional tag to remove, separated // by an ampersand (&). // // This member is required. TagKeys []*string }
type UntagResourceOutput ¶
type UntagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UpdateClassificationJobInput ¶
type UpdateClassificationJobInput struct { // The unique identifier for the classification job. // // This member is required. JobId *string // The new status for the job. Valid values are: // // * CANCELLED - Stops the job // permanently and cancels it. You can't resume a job after you cancel it. This // value is valid only if the job's current status is IDLE, PAUSED, RUNNING, or // USER_PAUSED. // // * RUNNING - Resumes the job. This value is valid only if the job's // current status is USER_PAUSED. If you specify this value, Amazon Macie // immediately resumes the job. // // * USER_PAUSED - Pauses the job. This value is // valid only if the job's current status is IDLE or RUNNING. If you specify this // value and the job is currently running, Macie immediately stops running the job. // To resume a job after you pause it, change the job's status to RUNNING. If you // don't resume a job within 30 days of pausing it, the job expires and Macie // cancels it. You can't resume a job after it's cancelled. // // This member is required. JobStatus types.JobStatus }
type UpdateClassificationJobOutput ¶
type UpdateClassificationJobOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UpdateFindingsFilterInput ¶
type UpdateFindingsFilterInput struct { // The unique identifier for the Amazon Macie resource or account that the request // applies to. // // This member is required. Id *string // The action to perform on findings that meet the filter criteria // (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) // the findings; and, NOOP, don't perform any action on the findings. Action types.FindingsFilterAction // A custom description of the filter. The description can contain as many as 512 // characters. We strongly recommend that you avoid including any sensitive data in // the description of a filter. Other users might be able to see the filter's // description, depending on the actions that they're allowed to perform in Amazon // Macie. Description *string // The criteria to use to filter findings. FindingCriteria *types.FindingCriteria // A custom name for the filter. The name must contain at least 3 characters and // can contain as many as 64 characters. We strongly recommend that you avoid // including any sensitive data in the name of a filter. Other users might be able // to see the filter's name, depending on the actions that they're allowed to // perform in Amazon Macie. Name *string // The position of the filter in the list of saved filters on the Amazon Macie // console. This value also determines the order in which the filter is applied to // findings, relative to other filters that are also applied to the findings. Position *int32 }
type UpdateFindingsFilterOutput ¶
type UpdateFindingsFilterOutput struct { // The Amazon Resource Name (ARN) of the filter that was updated. Arn *string // The unique identifier for the filter that was updated. Id *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UpdateMacieSessionInput ¶
type UpdateMacieSessionInput struct { // Specifies how often to publish updates to policy findings for the account. This // includes publishing updates to AWS Security Hub and Amazon EventBridge (formerly // called Amazon CloudWatch Events). FindingPublishingFrequency types.FindingPublishingFrequency // Specifies whether to change the status of the account. Valid values are: // ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, // suspend all Macie activities for the account. Status types.MacieStatus }
type UpdateMacieSessionOutput ¶
type UpdateMacieSessionOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UpdateMemberSessionInput ¶
type UpdateMemberSessionInput struct { // The unique identifier for the Amazon Macie resource or account that the request // applies to. // // This member is required. Id *string // Specifies the new status for the account. Valid values are: ENABLED, resume all // Amazon Macie activities for the account; and, PAUSED, suspend all Macie // activities for the account. // // This member is required. Status types.MacieStatus }
type UpdateMemberSessionOutput ¶
type UpdateMemberSessionOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UpdateOrganizationConfigurationInput ¶
type UpdateOrganizationConfigurationInput struct { // Specifies whether Amazon Macie is enabled automatically for each account, when // the account is added to the AWS organization. // // This member is required. AutoEnable *bool }
type UpdateOrganizationConfigurationOutput ¶
type UpdateOrganizationConfigurationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
Source Files ¶
api_client.go api_op_AcceptInvitation.go api_op_BatchGetCustomDataIdentifiers.go api_op_CreateClassificationJob.go api_op_CreateCustomDataIdentifier.go api_op_CreateFindingsFilter.go api_op_CreateInvitations.go api_op_CreateMember.go api_op_CreateSampleFindings.go api_op_DeclineInvitations.go api_op_DeleteCustomDataIdentifier.go api_op_DeleteFindingsFilter.go api_op_DeleteInvitations.go api_op_DeleteMember.go api_op_DescribeBuckets.go api_op_DescribeClassificationJob.go api_op_DescribeOrganizationConfiguration.go api_op_DisableMacie.go api_op_DisableOrganizationAdminAccount.go api_op_DisassociateFromMasterAccount.go api_op_DisassociateMember.go api_op_EnableMacie.go api_op_EnableOrganizationAdminAccount.go api_op_GetBucketStatistics.go api_op_GetClassificationExportConfiguration.go api_op_GetCustomDataIdentifier.go api_op_GetFindingStatistics.go api_op_GetFindings.go api_op_GetFindingsFilter.go api_op_GetInvitationsCount.go api_op_GetMacieSession.go api_op_GetMasterAccount.go api_op_GetMember.go api_op_GetUsageStatistics.go api_op_GetUsageTotals.go api_op_ListClassificationJobs.go api_op_ListCustomDataIdentifiers.go api_op_ListFindings.go api_op_ListFindingsFilters.go api_op_ListInvitations.go api_op_ListMembers.go api_op_ListOrganizationAdminAccounts.go api_op_ListTagsForResource.go api_op_PutClassificationExportConfiguration.go api_op_TagResource.go api_op_TestCustomDataIdentifier.go api_op_UntagResource.go api_op_UpdateClassificationJob.go api_op_UpdateFindingsFilter.go api_op_UpdateMacieSession.go api_op_UpdateMemberSession.go api_op_UpdateOrganizationConfiguration.go deserializers.go doc.go endpoints.go serializers.go validators.go
Directories ¶
Path | Synopsis |
---|---|
internal | |
types |
- Version
- v0.29.0
- Published
- Oct 31, 2020
- Platform
- darwin/amd64
- Imports
- 28 packages
- Last checked
- 3 weeks ago –
Tools for package owners.