@aws-sdk/client-macie2 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/Macie2.js +862 -0
- package/dist-cjs/Macie2Client.js +35 -0
- package/dist-cjs/commands/AcceptInvitationCommand.js +36 -0
- package/dist-cjs/commands/BatchGetCustomDataIdentifiersCommand.js +36 -0
- package/dist-cjs/commands/CreateClassificationJobCommand.js +36 -0
- package/dist-cjs/commands/CreateCustomDataIdentifierCommand.js +36 -0
- package/dist-cjs/commands/CreateFindingsFilterCommand.js +36 -0
- package/dist-cjs/commands/CreateInvitationsCommand.js +36 -0
- package/dist-cjs/commands/CreateMemberCommand.js +36 -0
- package/dist-cjs/commands/CreateSampleFindingsCommand.js +36 -0
- package/dist-cjs/commands/DeclineInvitationsCommand.js +36 -0
- package/dist-cjs/commands/DeleteCustomDataIdentifierCommand.js +36 -0
- package/dist-cjs/commands/DeleteFindingsFilterCommand.js +36 -0
- package/dist-cjs/commands/DeleteInvitationsCommand.js +36 -0
- package/dist-cjs/commands/DeleteMemberCommand.js +36 -0
- package/dist-cjs/commands/DescribeBucketsCommand.js +36 -0
- package/dist-cjs/commands/DescribeClassificationJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DisableMacieCommand.js +36 -0
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +36 -0
- package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +36 -0
- package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +36 -0
- package/dist-cjs/commands/DisassociateMemberCommand.js +36 -0
- package/dist-cjs/commands/EnableMacieCommand.js +36 -0
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +36 -0
- package/dist-cjs/commands/GetAdministratorAccountCommand.js +36 -0
- package/dist-cjs/commands/GetBucketStatisticsCommand.js +36 -0
- package/dist-cjs/commands/GetClassificationExportConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetCustomDataIdentifierCommand.js +36 -0
- package/dist-cjs/commands/GetFindingStatisticsCommand.js +36 -0
- package/dist-cjs/commands/GetFindingsCommand.js +36 -0
- package/dist-cjs/commands/GetFindingsFilterCommand.js +36 -0
- package/dist-cjs/commands/GetFindingsPublicationConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetInvitationsCountCommand.js +36 -0
- package/dist-cjs/commands/GetMacieSessionCommand.js +36 -0
- package/dist-cjs/commands/GetMasterAccountCommand.js +36 -0
- package/dist-cjs/commands/GetMemberCommand.js +36 -0
- package/dist-cjs/commands/GetUsageStatisticsCommand.js +36 -0
- package/dist-cjs/commands/GetUsageTotalsCommand.js +36 -0
- package/dist-cjs/commands/ListClassificationJobsCommand.js +36 -0
- package/dist-cjs/commands/ListCustomDataIdentifiersCommand.js +36 -0
- package/dist-cjs/commands/ListFindingsCommand.js +36 -0
- package/dist-cjs/commands/ListFindingsFiltersCommand.js +36 -0
- package/dist-cjs/commands/ListInvitationsCommand.js +36 -0
- package/dist-cjs/commands/ListManagedDataIdentifiersCommand.js +36 -0
- package/dist-cjs/commands/ListMembersCommand.js +36 -0
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +36 -0
- package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +36 -0
- package/dist-cjs/commands/SearchResourcesCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateClassificationJobCommand.js +36 -0
- package/dist-cjs/commands/UpdateFindingsFilterCommand.js +36 -0
- package/dist-cjs/commands/UpdateMacieSessionCommand.js +36 -0
- package/dist-cjs/commands/UpdateMemberSessionCommand.js +36 -0
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +36 -0
- package/dist-cjs/endpoints.js +77 -0
- package/dist-cjs/index.js +74 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1728 -0
- package/dist-cjs/pagination/DescribeBucketsPaginator.js +35 -0
- package/dist-cjs/pagination/GetUsageStatisticsPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListClassificationJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListCustomDataIdentifiersPaginator.js +35 -0
- package/dist-cjs/pagination/ListFindingsFiltersPaginator.js +35 -0
- package/dist-cjs/pagination/ListFindingsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInvitationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListMembersPaginator.js +35 -0
- package/dist-cjs/pagination/ListOrganizationAdminAccountsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchResourcesPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8854 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Macie2.js +865 -0
- package/dist-es/Macie2Client.js +37 -0
- package/dist-es/commands/AcceptInvitationCommand.js +39 -0
- package/dist-es/commands/BatchGetCustomDataIdentifiersCommand.js +39 -0
- package/dist-es/commands/CreateClassificationJobCommand.js +39 -0
- package/dist-es/commands/CreateCustomDataIdentifierCommand.js +39 -0
- package/dist-es/commands/CreateFindingsFilterCommand.js +39 -0
- package/dist-es/commands/CreateInvitationsCommand.js +39 -0
- package/dist-es/commands/CreateMemberCommand.js +39 -0
- package/dist-es/commands/CreateSampleFindingsCommand.js +39 -0
- package/dist-es/commands/DeclineInvitationsCommand.js +39 -0
- package/dist-es/commands/DeleteCustomDataIdentifierCommand.js +39 -0
- package/dist-es/commands/DeleteFindingsFilterCommand.js +39 -0
- package/dist-es/commands/DeleteInvitationsCommand.js +39 -0
- package/dist-es/commands/DeleteMemberCommand.js +39 -0
- package/dist-es/commands/DescribeBucketsCommand.js +39 -0
- package/dist-es/commands/DescribeClassificationJobCommand.js +39 -0
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +39 -0
- package/dist-es/commands/DisableMacieCommand.js +39 -0
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +39 -0
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +39 -0
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +39 -0
- package/dist-es/commands/DisassociateMemberCommand.js +39 -0
- package/dist-es/commands/EnableMacieCommand.js +39 -0
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +39 -0
- package/dist-es/commands/GetAdministratorAccountCommand.js +39 -0
- package/dist-es/commands/GetBucketStatisticsCommand.js +39 -0
- package/dist-es/commands/GetClassificationExportConfigurationCommand.js +39 -0
- package/dist-es/commands/GetCustomDataIdentifierCommand.js +39 -0
- package/dist-es/commands/GetFindingStatisticsCommand.js +39 -0
- package/dist-es/commands/GetFindingsCommand.js +39 -0
- package/dist-es/commands/GetFindingsFilterCommand.js +39 -0
- package/dist-es/commands/GetFindingsPublicationConfigurationCommand.js +39 -0
- package/dist-es/commands/GetInvitationsCountCommand.js +39 -0
- package/dist-es/commands/GetMacieSessionCommand.js +39 -0
- package/dist-es/commands/GetMasterAccountCommand.js +39 -0
- package/dist-es/commands/GetMemberCommand.js +39 -0
- package/dist-es/commands/GetUsageStatisticsCommand.js +39 -0
- package/dist-es/commands/GetUsageTotalsCommand.js +39 -0
- package/dist-es/commands/ListClassificationJobsCommand.js +39 -0
- package/dist-es/commands/ListCustomDataIdentifiersCommand.js +39 -0
- package/dist-es/commands/ListFindingsCommand.js +39 -0
- package/dist-es/commands/ListFindingsFiltersCommand.js +39 -0
- package/dist-es/commands/ListInvitationsCommand.js +39 -0
- package/dist-es/commands/ListManagedDataIdentifiersCommand.js +39 -0
- package/dist-es/commands/ListMembersCommand.js +39 -0
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PutClassificationExportConfigurationCommand.js +39 -0
- package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +39 -0
- package/dist-es/commands/SearchResourcesCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/TestCustomDataIdentifierCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateClassificationJobCommand.js +39 -0
- package/dist-es/commands/UpdateFindingsFilterCommand.js +39 -0
- package/dist-es/commands/UpdateMacieSessionCommand.js +39 -0
- package/dist-es/commands/UpdateMemberSessionCommand.js +39 -0
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +39 -0
- package/dist-es/endpoints.js +73 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1247 -0
- package/dist-es/pagination/DescribeBucketsPaginator.js +74 -0
- package/dist-es/pagination/GetUsageStatisticsPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListClassificationJobsPaginator.js +74 -0
- package/dist-es/pagination/ListCustomDataIdentifiersPaginator.js +74 -0
- package/dist-es/pagination/ListFindingsFiltersPaginator.js +74 -0
- package/dist-es/pagination/ListFindingsPaginator.js +74 -0
- package/dist-es/pagination/ListInvitationsPaginator.js +74 -0
- package/dist-es/pagination/ListMembersPaginator.js +74 -0
- package/dist-es/pagination/ListOrganizationAdminAccountsPaginator.js +74 -0
- package/dist-es/pagination/SearchResourcesPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +9627 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Macie2.d.ts +406 -0
- package/dist-types/Macie2Client.d.ts +189 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +35 -0
- package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +35 -0
- package/dist-types/commands/CreateClassificationJobCommand.d.ts +35 -0
- package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +35 -0
- package/dist-types/commands/CreateFindingsFilterCommand.d.ts +35 -0
- package/dist-types/commands/CreateInvitationsCommand.d.ts +35 -0
- package/dist-types/commands/CreateMemberCommand.d.ts +35 -0
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +35 -0
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +35 -0
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMemberCommand.d.ts +35 -0
- package/dist-types/commands/DescribeBucketsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeClassificationJobCommand.d.ts +35 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DisableMacieCommand.d.ts +35 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateMemberCommand.d.ts +35 -0
- package/dist-types/commands/EnableMacieCommand.d.ts +35 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +35 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +35 -0
- package/dist-types/commands/GetBucketStatisticsCommand.d.ts +35 -0
- package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +35 -0
- package/dist-types/commands/GetFindingStatisticsCommand.d.ts +35 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +35 -0
- package/dist-types/commands/GetFindingsFilterCommand.d.ts +35 -0
- package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +35 -0
- package/dist-types/commands/GetMacieSessionCommand.d.ts +35 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +35 -0
- package/dist-types/commands/GetMemberCommand.d.ts +35 -0
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +35 -0
- package/dist-types/commands/GetUsageTotalsCommand.d.ts +35 -0
- package/dist-types/commands/ListClassificationJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +35 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +35 -0
- package/dist-types/commands/ListFindingsFiltersCommand.d.ts +35 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +35 -0
- package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +35 -0
- package/dist-types/commands/ListMembersCommand.d.ts +35 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/SearchResourcesCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateClassificationJobCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMacieSessionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMemberSessionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/dist-types/models/models_0.d.ts +5113 -0
- package/dist-types/pagination/DescribeBucketsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListClassificationJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomDataIdentifiersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFindingsFiltersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFindingsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMembersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchResourcesPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +173 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Macie2.d.ts +290 -0
- package/dist-types/ts3.4/Macie2Client.d.ts +124 -0
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetCustomDataIdentifiersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClassificationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomDataIdentifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFindingsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInvitationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomDataIdentifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFindingsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBucketsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClassificationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableMacieCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableMacieCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetClassificationExportConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCustomDataIdentifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFindingStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFindingsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFindingsPublicationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMacieSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUsageTotalsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListClassificationJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3117 -0
- package/dist-types/ts3.4/pagination/DescribeBucketsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListClassificationJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomDataIdentifiersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFindingsFiltersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +45 -42
- package/Macie2.ts +0 -2054
- package/Macie2Client.ts +0 -505
- package/commands/AcceptInvitationCommand.ts +0 -94
- package/commands/BatchGetCustomDataIdentifiersCommand.ts +0 -99
- package/commands/CreateClassificationJobCommand.ts +0 -94
- package/commands/CreateCustomDataIdentifierCommand.ts +0 -97
- package/commands/CreateFindingsFilterCommand.ts +0 -94
- package/commands/CreateInvitationsCommand.ts +0 -94
- package/commands/CreateMemberCommand.ts +0 -94
- package/commands/CreateSampleFindingsCommand.ts +0 -94
- package/commands/DeclineInvitationsCommand.ts +0 -94
- package/commands/DeleteCustomDataIdentifierCommand.ts +0 -97
- package/commands/DeleteFindingsFilterCommand.ts +0 -94
- package/commands/DeleteInvitationsCommand.ts +0 -94
- package/commands/DeleteMemberCommand.ts +0 -94
- package/commands/DescribeBucketsCommand.ts +0 -94
- package/commands/DescribeClassificationJobCommand.ts +0 -97
- package/commands/DescribeOrganizationConfigurationCommand.ts +0 -105
- package/commands/DisableMacieCommand.ts +0 -94
- package/commands/DisableOrganizationAdminAccountCommand.ts +0 -102
- package/commands/DisassociateFromAdministratorAccountCommand.ts +0 -105
- package/commands/DisassociateFromMasterAccountCommand.ts +0 -99
- package/commands/DisassociateMemberCommand.ts +0 -94
- package/commands/EnableMacieCommand.ts +0 -94
- package/commands/EnableOrganizationAdminAccountCommand.ts +0 -102
- package/commands/GetAdministratorAccountCommand.ts +0 -94
- package/commands/GetBucketStatisticsCommand.ts +0 -94
- package/commands/GetClassificationExportConfigurationCommand.ts +0 -105
- package/commands/GetCustomDataIdentifierCommand.ts +0 -94
- package/commands/GetFindingStatisticsCommand.ts +0 -94
- package/commands/GetFindingsCommand.ts +0 -94
- package/commands/GetFindingsFilterCommand.ts +0 -94
- package/commands/GetFindingsPublicationConfigurationCommand.ts +0 -105
- package/commands/GetInvitationsCountCommand.ts +0 -94
- package/commands/GetMacieSessionCommand.ts +0 -94
- package/commands/GetMasterAccountCommand.ts +0 -94
- package/commands/GetMemberCommand.ts +0 -94
- package/commands/GetUsageStatisticsCommand.ts +0 -94
- package/commands/GetUsageTotalsCommand.ts +0 -94
- package/commands/ListClassificationJobsCommand.ts +0 -94
- package/commands/ListCustomDataIdentifiersCommand.ts +0 -97
- package/commands/ListFindingsCommand.ts +0 -94
- package/commands/ListFindingsFiltersCommand.ts +0 -94
- package/commands/ListInvitationsCommand.ts +0 -94
- package/commands/ListManagedDataIdentifiersCommand.ts +0 -97
- package/commands/ListMembersCommand.ts +0 -94
- package/commands/ListOrganizationAdminAccountsCommand.ts +0 -99
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutClassificationExportConfigurationCommand.ts +0 -105
- package/commands/PutFindingsPublicationConfigurationCommand.ts +0 -105
- package/commands/SearchResourcesCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/TestCustomDataIdentifierCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateClassificationJobCommand.ts +0 -94
- package/commands/UpdateFindingsFilterCommand.ts +0 -94
- package/commands/UpdateMacieSessionCommand.ts +0 -94
- package/commands/UpdateMemberSessionCommand.ts +0 -94
- package/commands/UpdateOrganizationConfigurationCommand.ts +0 -102
- package/dist/cjs/Macie2.js +0 -866
- package/dist/cjs/Macie2.js.map +0 -1
- package/dist/cjs/Macie2Client.js +0 -44
- package/dist/cjs/Macie2Client.js.map +0 -1
- package/dist/cjs/commands/AcceptInvitationCommand.js +0 -61
- package/dist/cjs/commands/AcceptInvitationCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetCustomDataIdentifiersCommand.js +0 -61
- package/dist/cjs/commands/BatchGetCustomDataIdentifiersCommand.js.map +0 -1
- package/dist/cjs/commands/CreateClassificationJobCommand.js +0 -61
- package/dist/cjs/commands/CreateClassificationJobCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomDataIdentifierCommand.js +0 -61
- package/dist/cjs/commands/CreateCustomDataIdentifierCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFindingsFilterCommand.js +0 -61
- package/dist/cjs/commands/CreateFindingsFilterCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInvitationsCommand.js +0 -61
- package/dist/cjs/commands/CreateInvitationsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMemberCommand.js +0 -61
- package/dist/cjs/commands/CreateMemberCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSampleFindingsCommand.js +0 -61
- package/dist/cjs/commands/CreateSampleFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/DeclineInvitationsCommand.js +0 -61
- package/dist/cjs/commands/DeclineInvitationsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCustomDataIdentifierCommand.js +0 -61
- package/dist/cjs/commands/DeleteCustomDataIdentifierCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFindingsFilterCommand.js +0 -61
- package/dist/cjs/commands/DeleteFindingsFilterCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInvitationsCommand.js +0 -61
- package/dist/cjs/commands/DeleteInvitationsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMemberCommand.js +0 -61
- package/dist/cjs/commands/DeleteMemberCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBucketsCommand.js +0 -61
- package/dist/cjs/commands/DescribeBucketsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeClassificationJobCommand.js +0 -61
- package/dist/cjs/commands/DescribeClassificationJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeOrganizationConfigurationCommand.js +0 -61
- package/dist/cjs/commands/DescribeOrganizationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DisableMacieCommand.js +0 -61
- package/dist/cjs/commands/DisableMacieCommand.js.map +0 -1
- package/dist/cjs/commands/DisableOrganizationAdminAccountCommand.js +0 -61
- package/dist/cjs/commands/DisableOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateFromAdministratorAccountCommand.js +0 -61
- package/dist/cjs/commands/DisassociateFromAdministratorAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateFromMasterAccountCommand.js +0 -61
- package/dist/cjs/commands/DisassociateFromMasterAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateMemberCommand.js +0 -61
- package/dist/cjs/commands/DisassociateMemberCommand.js.map +0 -1
- package/dist/cjs/commands/EnableMacieCommand.js +0 -61
- package/dist/cjs/commands/EnableMacieCommand.js.map +0 -1
- package/dist/cjs/commands/EnableOrganizationAdminAccountCommand.js +0 -61
- package/dist/cjs/commands/EnableOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetAdministratorAccountCommand.js +0 -61
- package/dist/cjs/commands/GetAdministratorAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketStatisticsCommand.js +0 -61
- package/dist/cjs/commands/GetBucketStatisticsCommand.js.map +0 -1
- package/dist/cjs/commands/GetClassificationExportConfigurationCommand.js +0 -61
- package/dist/cjs/commands/GetClassificationExportConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetCustomDataIdentifierCommand.js +0 -61
- package/dist/cjs/commands/GetCustomDataIdentifierCommand.js.map +0 -1
- package/dist/cjs/commands/GetFindingStatisticsCommand.js +0 -61
- package/dist/cjs/commands/GetFindingStatisticsCommand.js.map +0 -1
- package/dist/cjs/commands/GetFindingsCommand.js +0 -61
- package/dist/cjs/commands/GetFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetFindingsFilterCommand.js +0 -61
- package/dist/cjs/commands/GetFindingsFilterCommand.js.map +0 -1
- package/dist/cjs/commands/GetFindingsPublicationConfigurationCommand.js +0 -61
- package/dist/cjs/commands/GetFindingsPublicationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetInvitationsCountCommand.js +0 -61
- package/dist/cjs/commands/GetInvitationsCountCommand.js.map +0 -1
- package/dist/cjs/commands/GetMacieSessionCommand.js +0 -61
- package/dist/cjs/commands/GetMacieSessionCommand.js.map +0 -1
- package/dist/cjs/commands/GetMasterAccountCommand.js +0 -61
- package/dist/cjs/commands/GetMasterAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetMemberCommand.js +0 -61
- package/dist/cjs/commands/GetMemberCommand.js.map +0 -1
- package/dist/cjs/commands/GetUsageStatisticsCommand.js +0 -61
- package/dist/cjs/commands/GetUsageStatisticsCommand.js.map +0 -1
- package/dist/cjs/commands/GetUsageTotalsCommand.js +0 -61
- package/dist/cjs/commands/GetUsageTotalsCommand.js.map +0 -1
- package/dist/cjs/commands/ListClassificationJobsCommand.js +0 -61
- package/dist/cjs/commands/ListClassificationJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomDataIdentifiersCommand.js +0 -61
- package/dist/cjs/commands/ListCustomDataIdentifiersCommand.js.map +0 -1
- package/dist/cjs/commands/ListFindingsCommand.js +0 -61
- package/dist/cjs/commands/ListFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFindingsFiltersCommand.js +0 -61
- package/dist/cjs/commands/ListFindingsFiltersCommand.js.map +0 -1
- package/dist/cjs/commands/ListInvitationsCommand.js +0 -61
- package/dist/cjs/commands/ListInvitationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListManagedDataIdentifiersCommand.js +0 -61
- package/dist/cjs/commands/ListManagedDataIdentifiersCommand.js.map +0 -1
- package/dist/cjs/commands/ListMembersCommand.js +0 -61
- package/dist/cjs/commands/ListMembersCommand.js.map +0 -1
- package/dist/cjs/commands/ListOrganizationAdminAccountsCommand.js +0 -61
- package/dist/cjs/commands/ListOrganizationAdminAccountsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutClassificationExportConfigurationCommand.js +0 -61
- package/dist/cjs/commands/PutClassificationExportConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutFindingsPublicationConfigurationCommand.js +0 -61
- package/dist/cjs/commands/PutFindingsPublicationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/SearchResourcesCommand.js +0 -61
- package/dist/cjs/commands/SearchResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TestCustomDataIdentifierCommand.js +0 -61
- package/dist/cjs/commands/TestCustomDataIdentifierCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateClassificationJobCommand.js +0 -61
- package/dist/cjs/commands/UpdateClassificationJobCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFindingsFilterCommand.js +0 -61
- package/dist/cjs/commands/UpdateFindingsFilterCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMacieSessionCommand.js +0 -61
- package/dist/cjs/commands/UpdateMacieSessionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMemberSessionCommand.js +0 -61
- package/dist/cjs/commands/UpdateMemberSessionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateOrganizationConfigurationCommand.js +0 -61
- package/dist/cjs/commands/UpdateOrganizationConfigurationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -78
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -75
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2436
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/DescribeBucketsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeBucketsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetUsageStatisticsPaginator.js +0 -46
- package/dist/cjs/pagination/GetUsageStatisticsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListClassificationJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListClassificationJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomDataIdentifiersPaginator.js +0 -46
- package/dist/cjs/pagination/ListCustomDataIdentifiersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFindingsFiltersPaginator.js +0 -46
- package/dist/cjs/pagination/ListFindingsFiltersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFindingsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFindingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInvitationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInvitationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMembersPaginator.js +0 -46
- package/dist/cjs/pagination/ListMembersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOrganizationAdminAccountsPaginator.js +0 -46
- package/dist/cjs/pagination/ListOrganizationAdminAccountsPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchResourcesPaginator.js +0 -46
- package/dist/cjs/pagination/SearchResourcesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -8856
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Macie2.js +0 -866
- package/dist/es/Macie2.js.map +0 -1
- package/dist/es/Macie2Client.js +0 -38
- package/dist/es/Macie2Client.js.map +0 -1
- package/dist/es/commands/AcceptInvitationCommand.js +0 -40
- package/dist/es/commands/AcceptInvitationCommand.js.map +0 -1
- package/dist/es/commands/BatchGetCustomDataIdentifiersCommand.js +0 -40
- package/dist/es/commands/BatchGetCustomDataIdentifiersCommand.js.map +0 -1
- package/dist/es/commands/CreateClassificationJobCommand.js +0 -40
- package/dist/es/commands/CreateClassificationJobCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomDataIdentifierCommand.js +0 -40
- package/dist/es/commands/CreateCustomDataIdentifierCommand.js.map +0 -1
- package/dist/es/commands/CreateFindingsFilterCommand.js +0 -40
- package/dist/es/commands/CreateFindingsFilterCommand.js.map +0 -1
- package/dist/es/commands/CreateInvitationsCommand.js +0 -40
- package/dist/es/commands/CreateInvitationsCommand.js.map +0 -1
- package/dist/es/commands/CreateMemberCommand.js +0 -40
- package/dist/es/commands/CreateMemberCommand.js.map +0 -1
- package/dist/es/commands/CreateSampleFindingsCommand.js +0 -40
- package/dist/es/commands/CreateSampleFindingsCommand.js.map +0 -1
- package/dist/es/commands/DeclineInvitationsCommand.js +0 -40
- package/dist/es/commands/DeclineInvitationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomDataIdentifierCommand.js +0 -40
- package/dist/es/commands/DeleteCustomDataIdentifierCommand.js.map +0 -1
- package/dist/es/commands/DeleteFindingsFilterCommand.js +0 -40
- package/dist/es/commands/DeleteFindingsFilterCommand.js.map +0 -1
- package/dist/es/commands/DeleteInvitationsCommand.js +0 -40
- package/dist/es/commands/DeleteInvitationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteMemberCommand.js +0 -40
- package/dist/es/commands/DeleteMemberCommand.js.map +0 -1
- package/dist/es/commands/DescribeBucketsCommand.js +0 -40
- package/dist/es/commands/DescribeBucketsCommand.js.map +0 -1
- package/dist/es/commands/DescribeClassificationJobCommand.js +0 -40
- package/dist/es/commands/DescribeClassificationJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeOrganizationConfigurationCommand.js +0 -40
- package/dist/es/commands/DescribeOrganizationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DisableMacieCommand.js +0 -40
- package/dist/es/commands/DisableMacieCommand.js.map +0 -1
- package/dist/es/commands/DisableOrganizationAdminAccountCommand.js +0 -40
- package/dist/es/commands/DisableOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/DisassociateFromAdministratorAccountCommand.js +0 -40
- package/dist/es/commands/DisassociateFromAdministratorAccountCommand.js.map +0 -1
- package/dist/es/commands/DisassociateFromMasterAccountCommand.js +0 -40
- package/dist/es/commands/DisassociateFromMasterAccountCommand.js.map +0 -1
- package/dist/es/commands/DisassociateMemberCommand.js +0 -40
- package/dist/es/commands/DisassociateMemberCommand.js.map +0 -1
- package/dist/es/commands/EnableMacieCommand.js +0 -40
- package/dist/es/commands/EnableMacieCommand.js.map +0 -1
- package/dist/es/commands/EnableOrganizationAdminAccountCommand.js +0 -40
- package/dist/es/commands/EnableOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/GetAdministratorAccountCommand.js +0 -40
- package/dist/es/commands/GetAdministratorAccountCommand.js.map +0 -1
- package/dist/es/commands/GetBucketStatisticsCommand.js +0 -40
- package/dist/es/commands/GetBucketStatisticsCommand.js.map +0 -1
- package/dist/es/commands/GetClassificationExportConfigurationCommand.js +0 -40
- package/dist/es/commands/GetClassificationExportConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetCustomDataIdentifierCommand.js +0 -40
- package/dist/es/commands/GetCustomDataIdentifierCommand.js.map +0 -1
- package/dist/es/commands/GetFindingStatisticsCommand.js +0 -40
- package/dist/es/commands/GetFindingStatisticsCommand.js.map +0 -1
- package/dist/es/commands/GetFindingsCommand.js +0 -40
- package/dist/es/commands/GetFindingsCommand.js.map +0 -1
- package/dist/es/commands/GetFindingsFilterCommand.js +0 -40
- package/dist/es/commands/GetFindingsFilterCommand.js.map +0 -1
- package/dist/es/commands/GetFindingsPublicationConfigurationCommand.js +0 -40
- package/dist/es/commands/GetFindingsPublicationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetInvitationsCountCommand.js +0 -40
- package/dist/es/commands/GetInvitationsCountCommand.js.map +0 -1
- package/dist/es/commands/GetMacieSessionCommand.js +0 -40
- package/dist/es/commands/GetMacieSessionCommand.js.map +0 -1
- package/dist/es/commands/GetMasterAccountCommand.js +0 -40
- package/dist/es/commands/GetMasterAccountCommand.js.map +0 -1
- package/dist/es/commands/GetMemberCommand.js +0 -40
- package/dist/es/commands/GetMemberCommand.js.map +0 -1
- package/dist/es/commands/GetUsageStatisticsCommand.js +0 -40
- package/dist/es/commands/GetUsageStatisticsCommand.js.map +0 -1
- package/dist/es/commands/GetUsageTotalsCommand.js +0 -40
- package/dist/es/commands/GetUsageTotalsCommand.js.map +0 -1
- package/dist/es/commands/ListClassificationJobsCommand.js +0 -40
- package/dist/es/commands/ListClassificationJobsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomDataIdentifiersCommand.js +0 -40
- package/dist/es/commands/ListCustomDataIdentifiersCommand.js.map +0 -1
- package/dist/es/commands/ListFindingsCommand.js +0 -40
- package/dist/es/commands/ListFindingsCommand.js.map +0 -1
- package/dist/es/commands/ListFindingsFiltersCommand.js +0 -40
- package/dist/es/commands/ListFindingsFiltersCommand.js.map +0 -1
- package/dist/es/commands/ListInvitationsCommand.js +0 -40
- package/dist/es/commands/ListInvitationsCommand.js.map +0 -1
- package/dist/es/commands/ListManagedDataIdentifiersCommand.js +0 -40
- package/dist/es/commands/ListManagedDataIdentifiersCommand.js.map +0 -1
- package/dist/es/commands/ListMembersCommand.js +0 -40
- package/dist/es/commands/ListMembersCommand.js.map +0 -1
- package/dist/es/commands/ListOrganizationAdminAccountsCommand.js +0 -40
- package/dist/es/commands/ListOrganizationAdminAccountsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutClassificationExportConfigurationCommand.js +0 -40
- package/dist/es/commands/PutClassificationExportConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutFindingsPublicationConfigurationCommand.js +0 -40
- package/dist/es/commands/PutFindingsPublicationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/SearchResourcesCommand.js +0 -40
- package/dist/es/commands/SearchResourcesCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/TestCustomDataIdentifierCommand.js +0 -40
- package/dist/es/commands/TestCustomDataIdentifierCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateClassificationJobCommand.js +0 -40
- package/dist/es/commands/UpdateClassificationJobCommand.js.map +0 -1
- package/dist/es/commands/UpdateFindingsFilterCommand.js +0 -40
- package/dist/es/commands/UpdateFindingsFilterCommand.js.map +0 -1
- package/dist/es/commands/UpdateMacieSessionCommand.js +0 -40
- package/dist/es/commands/UpdateMacieSessionCommand.js.map +0 -1
- package/dist/es/commands/UpdateMemberSessionCommand.js +0 -40
- package/dist/es/commands/UpdateMemberSessionCommand.js.map +0 -1
- package/dist/es/commands/UpdateOrganizationConfigurationCommand.js +0 -40
- package/dist/es/commands/UpdateOrganizationConfigurationCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -74
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -72
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1244
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/DescribeBucketsPaginator.js +0 -75
- package/dist/es/pagination/DescribeBucketsPaginator.js.map +0 -1
- package/dist/es/pagination/GetUsageStatisticsPaginator.js +0 -75
- package/dist/es/pagination/GetUsageStatisticsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListClassificationJobsPaginator.js +0 -75
- package/dist/es/pagination/ListClassificationJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomDataIdentifiersPaginator.js +0 -75
- package/dist/es/pagination/ListCustomDataIdentifiersPaginator.js.map +0 -1
- package/dist/es/pagination/ListFindingsFiltersPaginator.js +0 -75
- package/dist/es/pagination/ListFindingsFiltersPaginator.js.map +0 -1
- package/dist/es/pagination/ListFindingsPaginator.js +0 -75
- package/dist/es/pagination/ListFindingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInvitationsPaginator.js +0 -75
- package/dist/es/pagination/ListInvitationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMembersPaginator.js +0 -75
- package/dist/es/pagination/ListMembersPaginator.js.map +0 -1
- package/dist/es/pagination/ListOrganizationAdminAccountsPaginator.js +0 -75
- package/dist/es/pagination/ListOrganizationAdminAccountsPaginator.js.map +0 -1
- package/dist/es/pagination/SearchResourcesPaginator.js +0 -75
- package/dist/es/pagination/SearchResourcesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -9624
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Macie2.d.ts +0 -406
- package/dist/types/Macie2Client.d.ts +0 -189
- package/dist/types/commands/AcceptInvitationCommand.d.ts +0 -35
- package/dist/types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +0 -35
- package/dist/types/commands/CreateClassificationJobCommand.d.ts +0 -35
- package/dist/types/commands/CreateCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/commands/CreateFindingsFilterCommand.d.ts +0 -35
- package/dist/types/commands/CreateInvitationsCommand.d.ts +0 -35
- package/dist/types/commands/CreateMemberCommand.d.ts +0 -35
- package/dist/types/commands/CreateSampleFindingsCommand.d.ts +0 -35
- package/dist/types/commands/DeclineInvitationsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFindingsFilterCommand.d.ts +0 -35
- package/dist/types/commands/DeleteInvitationsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteMemberCommand.d.ts +0 -35
- package/dist/types/commands/DescribeBucketsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeClassificationJobCommand.d.ts +0 -35
- package/dist/types/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/DisableMacieCommand.d.ts +0 -35
- package/dist/types/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateFromAdministratorAccountCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateFromMasterAccountCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateMemberCommand.d.ts +0 -35
- package/dist/types/commands/EnableMacieCommand.d.ts +0 -35
- package/dist/types/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -35
- package/dist/types/commands/GetAdministratorAccountCommand.d.ts +0 -35
- package/dist/types/commands/GetBucketStatisticsCommand.d.ts +0 -35
- package/dist/types/commands/GetClassificationExportConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/GetCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/commands/GetFindingStatisticsCommand.d.ts +0 -35
- package/dist/types/commands/GetFindingsCommand.d.ts +0 -35
- package/dist/types/commands/GetFindingsFilterCommand.d.ts +0 -35
- package/dist/types/commands/GetFindingsPublicationConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/GetInvitationsCountCommand.d.ts +0 -35
- package/dist/types/commands/GetMacieSessionCommand.d.ts +0 -35
- package/dist/types/commands/GetMasterAccountCommand.d.ts +0 -35
- package/dist/types/commands/GetMemberCommand.d.ts +0 -35
- package/dist/types/commands/GetUsageStatisticsCommand.d.ts +0 -35
- package/dist/types/commands/GetUsageTotalsCommand.d.ts +0 -35
- package/dist/types/commands/ListClassificationJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListCustomDataIdentifiersCommand.d.ts +0 -35
- package/dist/types/commands/ListFindingsCommand.d.ts +0 -35
- package/dist/types/commands/ListFindingsFiltersCommand.d.ts +0 -35
- package/dist/types/commands/ListInvitationsCommand.d.ts +0 -35
- package/dist/types/commands/ListManagedDataIdentifiersCommand.d.ts +0 -35
- package/dist/types/commands/ListMembersCommand.d.ts +0 -35
- package/dist/types/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/PutClassificationExportConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/PutFindingsPublicationConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/SearchResourcesCommand.d.ts +0 -35
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/TestCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateClassificationJobCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFindingsFilterCommand.d.ts +0 -35
- package/dist/types/commands/UpdateMacieSessionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateMemberSessionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -35
- package/dist/types/models/models_0.d.ts +0 -5094
- package/dist/types/pagination/DescribeBucketsPaginator.d.ts +0 -4
- package/dist/types/pagination/GetUsageStatisticsPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListClassificationJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCustomDataIdentifiersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFindingsFiltersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFindingsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInvitationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMembersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +0 -4
- package/dist/types/pagination/SearchResourcesPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -173
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Macie2.d.ts +0 -406
- package/dist/types/ts3.4/Macie2Client.d.ts +0 -189
- package/dist/types/ts3.4/commands/AcceptInvitationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchGetCustomDataIdentifiersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateClassificationJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFindingsFilterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateInvitationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateMemberCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeclineInvitationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFindingsFilterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteInvitationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteMemberCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeBucketsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeClassificationJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisableMacieCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateMemberCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/EnableMacieCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetBucketStatisticsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetClassificationExportConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFindingStatisticsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFindingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFindingsFilterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFindingsPublicationConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetInvitationsCountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMacieSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMasterAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMemberCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetUsageTotalsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListClassificationJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFindingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInvitationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListMembersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/SearchResourcesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -5094
- package/dist/types/ts3.4/pagination/DescribeBucketsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListClassificationJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCustomDataIdentifiersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFindingsFiltersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFindingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInvitationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMembersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/SearchResourcesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -173
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -78
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -6455
- package/pagination/DescribeBucketsPaginator.ts +0 -58
- package/pagination/GetUsageStatisticsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListClassificationJobsPaginator.ts +0 -58
- package/pagination/ListCustomDataIdentifiersPaginator.ts +0 -58
- package/pagination/ListFindingsFiltersPaginator.ts +0 -58
- package/pagination/ListFindingsPaginator.ts +0 -58
- package/pagination/ListInvitationsPaginator.ts +0 -58
- package/pagination/ListMembersPaginator.ts +0 -54
- package/pagination/ListOrganizationAdminAccountsPaginator.ts +0 -58
- package/pagination/SearchResourcesPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -10255
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
package/Macie2Client.ts
DELETED
|
@@ -1,505 +0,0 @@
|
|
|
1
|
-
import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
|
|
2
|
-
import {
|
|
3
|
-
BatchGetCustomDataIdentifiersCommandInput,
|
|
4
|
-
BatchGetCustomDataIdentifiersCommandOutput,
|
|
5
|
-
} from "./commands/BatchGetCustomDataIdentifiersCommand";
|
|
6
|
-
import {
|
|
7
|
-
CreateClassificationJobCommandInput,
|
|
8
|
-
CreateClassificationJobCommandOutput,
|
|
9
|
-
} from "./commands/CreateClassificationJobCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateCustomDataIdentifierCommandInput,
|
|
12
|
-
CreateCustomDataIdentifierCommandOutput,
|
|
13
|
-
} from "./commands/CreateCustomDataIdentifierCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateFindingsFilterCommandInput,
|
|
16
|
-
CreateFindingsFilterCommandOutput,
|
|
17
|
-
} from "./commands/CreateFindingsFilterCommand";
|
|
18
|
-
import { CreateInvitationsCommandInput, CreateInvitationsCommandOutput } from "./commands/CreateInvitationsCommand";
|
|
19
|
-
import { CreateMemberCommandInput, CreateMemberCommandOutput } from "./commands/CreateMemberCommand";
|
|
20
|
-
import {
|
|
21
|
-
CreateSampleFindingsCommandInput,
|
|
22
|
-
CreateSampleFindingsCommandOutput,
|
|
23
|
-
} from "./commands/CreateSampleFindingsCommand";
|
|
24
|
-
import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
|
|
25
|
-
import {
|
|
26
|
-
DeleteCustomDataIdentifierCommandInput,
|
|
27
|
-
DeleteCustomDataIdentifierCommandOutput,
|
|
28
|
-
} from "./commands/DeleteCustomDataIdentifierCommand";
|
|
29
|
-
import {
|
|
30
|
-
DeleteFindingsFilterCommandInput,
|
|
31
|
-
DeleteFindingsFilterCommandOutput,
|
|
32
|
-
} from "./commands/DeleteFindingsFilterCommand";
|
|
33
|
-
import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
|
|
34
|
-
import { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "./commands/DeleteMemberCommand";
|
|
35
|
-
import { DescribeBucketsCommandInput, DescribeBucketsCommandOutput } from "./commands/DescribeBucketsCommand";
|
|
36
|
-
import {
|
|
37
|
-
DescribeClassificationJobCommandInput,
|
|
38
|
-
DescribeClassificationJobCommandOutput,
|
|
39
|
-
} from "./commands/DescribeClassificationJobCommand";
|
|
40
|
-
import {
|
|
41
|
-
DescribeOrganizationConfigurationCommandInput,
|
|
42
|
-
DescribeOrganizationConfigurationCommandOutput,
|
|
43
|
-
} from "./commands/DescribeOrganizationConfigurationCommand";
|
|
44
|
-
import { DisableMacieCommandInput, DisableMacieCommandOutput } from "./commands/DisableMacieCommand";
|
|
45
|
-
import {
|
|
46
|
-
DisableOrganizationAdminAccountCommandInput,
|
|
47
|
-
DisableOrganizationAdminAccountCommandOutput,
|
|
48
|
-
} from "./commands/DisableOrganizationAdminAccountCommand";
|
|
49
|
-
import {
|
|
50
|
-
DisassociateFromAdministratorAccountCommandInput,
|
|
51
|
-
DisassociateFromAdministratorAccountCommandOutput,
|
|
52
|
-
} from "./commands/DisassociateFromAdministratorAccountCommand";
|
|
53
|
-
import {
|
|
54
|
-
DisassociateFromMasterAccountCommandInput,
|
|
55
|
-
DisassociateFromMasterAccountCommandOutput,
|
|
56
|
-
} from "./commands/DisassociateFromMasterAccountCommand";
|
|
57
|
-
import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "./commands/DisassociateMemberCommand";
|
|
58
|
-
import { EnableMacieCommandInput, EnableMacieCommandOutput } from "./commands/EnableMacieCommand";
|
|
59
|
-
import {
|
|
60
|
-
EnableOrganizationAdminAccountCommandInput,
|
|
61
|
-
EnableOrganizationAdminAccountCommandOutput,
|
|
62
|
-
} from "./commands/EnableOrganizationAdminAccountCommand";
|
|
63
|
-
import {
|
|
64
|
-
GetAdministratorAccountCommandInput,
|
|
65
|
-
GetAdministratorAccountCommandOutput,
|
|
66
|
-
} from "./commands/GetAdministratorAccountCommand";
|
|
67
|
-
import {
|
|
68
|
-
GetBucketStatisticsCommandInput,
|
|
69
|
-
GetBucketStatisticsCommandOutput,
|
|
70
|
-
} from "./commands/GetBucketStatisticsCommand";
|
|
71
|
-
import {
|
|
72
|
-
GetClassificationExportConfigurationCommandInput,
|
|
73
|
-
GetClassificationExportConfigurationCommandOutput,
|
|
74
|
-
} from "./commands/GetClassificationExportConfigurationCommand";
|
|
75
|
-
import {
|
|
76
|
-
GetCustomDataIdentifierCommandInput,
|
|
77
|
-
GetCustomDataIdentifierCommandOutput,
|
|
78
|
-
} from "./commands/GetCustomDataIdentifierCommand";
|
|
79
|
-
import {
|
|
80
|
-
GetFindingStatisticsCommandInput,
|
|
81
|
-
GetFindingStatisticsCommandOutput,
|
|
82
|
-
} from "./commands/GetFindingStatisticsCommand";
|
|
83
|
-
import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
|
|
84
|
-
import { GetFindingsFilterCommandInput, GetFindingsFilterCommandOutput } from "./commands/GetFindingsFilterCommand";
|
|
85
|
-
import {
|
|
86
|
-
GetFindingsPublicationConfigurationCommandInput,
|
|
87
|
-
GetFindingsPublicationConfigurationCommandOutput,
|
|
88
|
-
} from "./commands/GetFindingsPublicationConfigurationCommand";
|
|
89
|
-
import {
|
|
90
|
-
GetInvitationsCountCommandInput,
|
|
91
|
-
GetInvitationsCountCommandOutput,
|
|
92
|
-
} from "./commands/GetInvitationsCountCommand";
|
|
93
|
-
import { GetMacieSessionCommandInput, GetMacieSessionCommandOutput } from "./commands/GetMacieSessionCommand";
|
|
94
|
-
import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
|
|
95
|
-
import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
|
|
96
|
-
import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
|
|
97
|
-
import { GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput } from "./commands/GetUsageTotalsCommand";
|
|
98
|
-
import {
|
|
99
|
-
ListClassificationJobsCommandInput,
|
|
100
|
-
ListClassificationJobsCommandOutput,
|
|
101
|
-
} from "./commands/ListClassificationJobsCommand";
|
|
102
|
-
import {
|
|
103
|
-
ListCustomDataIdentifiersCommandInput,
|
|
104
|
-
ListCustomDataIdentifiersCommandOutput,
|
|
105
|
-
} from "./commands/ListCustomDataIdentifiersCommand";
|
|
106
|
-
import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
|
|
107
|
-
import {
|
|
108
|
-
ListFindingsFiltersCommandInput,
|
|
109
|
-
ListFindingsFiltersCommandOutput,
|
|
110
|
-
} from "./commands/ListFindingsFiltersCommand";
|
|
111
|
-
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
|
|
112
|
-
import {
|
|
113
|
-
ListManagedDataIdentifiersCommandInput,
|
|
114
|
-
ListManagedDataIdentifiersCommandOutput,
|
|
115
|
-
} from "./commands/ListManagedDataIdentifiersCommand";
|
|
116
|
-
import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
117
|
-
import {
|
|
118
|
-
ListOrganizationAdminAccountsCommandInput,
|
|
119
|
-
ListOrganizationAdminAccountsCommandOutput,
|
|
120
|
-
} from "./commands/ListOrganizationAdminAccountsCommand";
|
|
121
|
-
import {
|
|
122
|
-
ListTagsForResourceCommandInput,
|
|
123
|
-
ListTagsForResourceCommandOutput,
|
|
124
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
125
|
-
import {
|
|
126
|
-
PutClassificationExportConfigurationCommandInput,
|
|
127
|
-
PutClassificationExportConfigurationCommandOutput,
|
|
128
|
-
} from "./commands/PutClassificationExportConfigurationCommand";
|
|
129
|
-
import {
|
|
130
|
-
PutFindingsPublicationConfigurationCommandInput,
|
|
131
|
-
PutFindingsPublicationConfigurationCommandOutput,
|
|
132
|
-
} from "./commands/PutFindingsPublicationConfigurationCommand";
|
|
133
|
-
import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "./commands/SearchResourcesCommand";
|
|
134
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
135
|
-
import {
|
|
136
|
-
TestCustomDataIdentifierCommandInput,
|
|
137
|
-
TestCustomDataIdentifierCommandOutput,
|
|
138
|
-
} from "./commands/TestCustomDataIdentifierCommand";
|
|
139
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
140
|
-
import {
|
|
141
|
-
UpdateClassificationJobCommandInput,
|
|
142
|
-
UpdateClassificationJobCommandOutput,
|
|
143
|
-
} from "./commands/UpdateClassificationJobCommand";
|
|
144
|
-
import {
|
|
145
|
-
UpdateFindingsFilterCommandInput,
|
|
146
|
-
UpdateFindingsFilterCommandOutput,
|
|
147
|
-
} from "./commands/UpdateFindingsFilterCommand";
|
|
148
|
-
import { UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput } from "./commands/UpdateMacieSessionCommand";
|
|
149
|
-
import {
|
|
150
|
-
UpdateMemberSessionCommandInput,
|
|
151
|
-
UpdateMemberSessionCommandOutput,
|
|
152
|
-
} from "./commands/UpdateMemberSessionCommand";
|
|
153
|
-
import {
|
|
154
|
-
UpdateOrganizationConfigurationCommandInput,
|
|
155
|
-
UpdateOrganizationConfigurationCommandOutput,
|
|
156
|
-
} from "./commands/UpdateOrganizationConfigurationCommand";
|
|
157
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
158
|
-
import {
|
|
159
|
-
EndpointsInputConfig,
|
|
160
|
-
EndpointsResolvedConfig,
|
|
161
|
-
RegionInputConfig,
|
|
162
|
-
RegionResolvedConfig,
|
|
163
|
-
resolveEndpointsConfig,
|
|
164
|
-
resolveRegionConfig,
|
|
165
|
-
} from "@aws-sdk/config-resolver";
|
|
166
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
167
|
-
import {
|
|
168
|
-
HostHeaderInputConfig,
|
|
169
|
-
HostHeaderResolvedConfig,
|
|
170
|
-
getHostHeaderPlugin,
|
|
171
|
-
resolveHostHeaderConfig,
|
|
172
|
-
} from "@aws-sdk/middleware-host-header";
|
|
173
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
174
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
175
|
-
import {
|
|
176
|
-
AwsAuthInputConfig,
|
|
177
|
-
AwsAuthResolvedConfig,
|
|
178
|
-
getAwsAuthPlugin,
|
|
179
|
-
resolveAwsAuthConfig,
|
|
180
|
-
} from "@aws-sdk/middleware-signing";
|
|
181
|
-
import {
|
|
182
|
-
UserAgentInputConfig,
|
|
183
|
-
UserAgentResolvedConfig,
|
|
184
|
-
getUserAgentPlugin,
|
|
185
|
-
resolveUserAgentConfig,
|
|
186
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
187
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
188
|
-
import {
|
|
189
|
-
Client as __Client,
|
|
190
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
191
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
192
|
-
} from "@aws-sdk/smithy-client";
|
|
193
|
-
import {
|
|
194
|
-
Provider,
|
|
195
|
-
RegionInfoProvider,
|
|
196
|
-
Credentials as __Credentials,
|
|
197
|
-
Decoder as __Decoder,
|
|
198
|
-
Encoder as __Encoder,
|
|
199
|
-
Hash as __Hash,
|
|
200
|
-
HashConstructor as __HashConstructor,
|
|
201
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
202
|
-
Logger as __Logger,
|
|
203
|
-
Provider as __Provider,
|
|
204
|
-
StreamCollector as __StreamCollector,
|
|
205
|
-
UrlParser as __UrlParser,
|
|
206
|
-
UserAgent as __UserAgent,
|
|
207
|
-
} from "@aws-sdk/types";
|
|
208
|
-
|
|
209
|
-
export type ServiceInputTypes =
|
|
210
|
-
| AcceptInvitationCommandInput
|
|
211
|
-
| BatchGetCustomDataIdentifiersCommandInput
|
|
212
|
-
| CreateClassificationJobCommandInput
|
|
213
|
-
| CreateCustomDataIdentifierCommandInput
|
|
214
|
-
| CreateFindingsFilterCommandInput
|
|
215
|
-
| CreateInvitationsCommandInput
|
|
216
|
-
| CreateMemberCommandInput
|
|
217
|
-
| CreateSampleFindingsCommandInput
|
|
218
|
-
| DeclineInvitationsCommandInput
|
|
219
|
-
| DeleteCustomDataIdentifierCommandInput
|
|
220
|
-
| DeleteFindingsFilterCommandInput
|
|
221
|
-
| DeleteInvitationsCommandInput
|
|
222
|
-
| DeleteMemberCommandInput
|
|
223
|
-
| DescribeBucketsCommandInput
|
|
224
|
-
| DescribeClassificationJobCommandInput
|
|
225
|
-
| DescribeOrganizationConfigurationCommandInput
|
|
226
|
-
| DisableMacieCommandInput
|
|
227
|
-
| DisableOrganizationAdminAccountCommandInput
|
|
228
|
-
| DisassociateFromAdministratorAccountCommandInput
|
|
229
|
-
| DisassociateFromMasterAccountCommandInput
|
|
230
|
-
| DisassociateMemberCommandInput
|
|
231
|
-
| EnableMacieCommandInput
|
|
232
|
-
| EnableOrganizationAdminAccountCommandInput
|
|
233
|
-
| GetAdministratorAccountCommandInput
|
|
234
|
-
| GetBucketStatisticsCommandInput
|
|
235
|
-
| GetClassificationExportConfigurationCommandInput
|
|
236
|
-
| GetCustomDataIdentifierCommandInput
|
|
237
|
-
| GetFindingStatisticsCommandInput
|
|
238
|
-
| GetFindingsCommandInput
|
|
239
|
-
| GetFindingsFilterCommandInput
|
|
240
|
-
| GetFindingsPublicationConfigurationCommandInput
|
|
241
|
-
| GetInvitationsCountCommandInput
|
|
242
|
-
| GetMacieSessionCommandInput
|
|
243
|
-
| GetMasterAccountCommandInput
|
|
244
|
-
| GetMemberCommandInput
|
|
245
|
-
| GetUsageStatisticsCommandInput
|
|
246
|
-
| GetUsageTotalsCommandInput
|
|
247
|
-
| ListClassificationJobsCommandInput
|
|
248
|
-
| ListCustomDataIdentifiersCommandInput
|
|
249
|
-
| ListFindingsCommandInput
|
|
250
|
-
| ListFindingsFiltersCommandInput
|
|
251
|
-
| ListInvitationsCommandInput
|
|
252
|
-
| ListManagedDataIdentifiersCommandInput
|
|
253
|
-
| ListMembersCommandInput
|
|
254
|
-
| ListOrganizationAdminAccountsCommandInput
|
|
255
|
-
| ListTagsForResourceCommandInput
|
|
256
|
-
| PutClassificationExportConfigurationCommandInput
|
|
257
|
-
| PutFindingsPublicationConfigurationCommandInput
|
|
258
|
-
| SearchResourcesCommandInput
|
|
259
|
-
| TagResourceCommandInput
|
|
260
|
-
| TestCustomDataIdentifierCommandInput
|
|
261
|
-
| UntagResourceCommandInput
|
|
262
|
-
| UpdateClassificationJobCommandInput
|
|
263
|
-
| UpdateFindingsFilterCommandInput
|
|
264
|
-
| UpdateMacieSessionCommandInput
|
|
265
|
-
| UpdateMemberSessionCommandInput
|
|
266
|
-
| UpdateOrganizationConfigurationCommandInput;
|
|
267
|
-
|
|
268
|
-
export type ServiceOutputTypes =
|
|
269
|
-
| AcceptInvitationCommandOutput
|
|
270
|
-
| BatchGetCustomDataIdentifiersCommandOutput
|
|
271
|
-
| CreateClassificationJobCommandOutput
|
|
272
|
-
| CreateCustomDataIdentifierCommandOutput
|
|
273
|
-
| CreateFindingsFilterCommandOutput
|
|
274
|
-
| CreateInvitationsCommandOutput
|
|
275
|
-
| CreateMemberCommandOutput
|
|
276
|
-
| CreateSampleFindingsCommandOutput
|
|
277
|
-
| DeclineInvitationsCommandOutput
|
|
278
|
-
| DeleteCustomDataIdentifierCommandOutput
|
|
279
|
-
| DeleteFindingsFilterCommandOutput
|
|
280
|
-
| DeleteInvitationsCommandOutput
|
|
281
|
-
| DeleteMemberCommandOutput
|
|
282
|
-
| DescribeBucketsCommandOutput
|
|
283
|
-
| DescribeClassificationJobCommandOutput
|
|
284
|
-
| DescribeOrganizationConfigurationCommandOutput
|
|
285
|
-
| DisableMacieCommandOutput
|
|
286
|
-
| DisableOrganizationAdminAccountCommandOutput
|
|
287
|
-
| DisassociateFromAdministratorAccountCommandOutput
|
|
288
|
-
| DisassociateFromMasterAccountCommandOutput
|
|
289
|
-
| DisassociateMemberCommandOutput
|
|
290
|
-
| EnableMacieCommandOutput
|
|
291
|
-
| EnableOrganizationAdminAccountCommandOutput
|
|
292
|
-
| GetAdministratorAccountCommandOutput
|
|
293
|
-
| GetBucketStatisticsCommandOutput
|
|
294
|
-
| GetClassificationExportConfigurationCommandOutput
|
|
295
|
-
| GetCustomDataIdentifierCommandOutput
|
|
296
|
-
| GetFindingStatisticsCommandOutput
|
|
297
|
-
| GetFindingsCommandOutput
|
|
298
|
-
| GetFindingsFilterCommandOutput
|
|
299
|
-
| GetFindingsPublicationConfigurationCommandOutput
|
|
300
|
-
| GetInvitationsCountCommandOutput
|
|
301
|
-
| GetMacieSessionCommandOutput
|
|
302
|
-
| GetMasterAccountCommandOutput
|
|
303
|
-
| GetMemberCommandOutput
|
|
304
|
-
| GetUsageStatisticsCommandOutput
|
|
305
|
-
| GetUsageTotalsCommandOutput
|
|
306
|
-
| ListClassificationJobsCommandOutput
|
|
307
|
-
| ListCustomDataIdentifiersCommandOutput
|
|
308
|
-
| ListFindingsCommandOutput
|
|
309
|
-
| ListFindingsFiltersCommandOutput
|
|
310
|
-
| ListInvitationsCommandOutput
|
|
311
|
-
| ListManagedDataIdentifiersCommandOutput
|
|
312
|
-
| ListMembersCommandOutput
|
|
313
|
-
| ListOrganizationAdminAccountsCommandOutput
|
|
314
|
-
| ListTagsForResourceCommandOutput
|
|
315
|
-
| PutClassificationExportConfigurationCommandOutput
|
|
316
|
-
| PutFindingsPublicationConfigurationCommandOutput
|
|
317
|
-
| SearchResourcesCommandOutput
|
|
318
|
-
| TagResourceCommandOutput
|
|
319
|
-
| TestCustomDataIdentifierCommandOutput
|
|
320
|
-
| UntagResourceCommandOutput
|
|
321
|
-
| UpdateClassificationJobCommandOutput
|
|
322
|
-
| UpdateFindingsFilterCommandOutput
|
|
323
|
-
| UpdateMacieSessionCommandOutput
|
|
324
|
-
| UpdateMemberSessionCommandOutput
|
|
325
|
-
| UpdateOrganizationConfigurationCommandOutput;
|
|
326
|
-
|
|
327
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
328
|
-
/**
|
|
329
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
330
|
-
*/
|
|
331
|
-
requestHandler?: __HttpHandler;
|
|
332
|
-
|
|
333
|
-
/**
|
|
334
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
335
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
|
-
sha256?: __HashConstructor;
|
|
339
|
-
|
|
340
|
-
/**
|
|
341
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
|
-
urlParser?: __UrlParser;
|
|
345
|
-
|
|
346
|
-
/**
|
|
347
|
-
* A function that can calculate the length of a request body.
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
351
|
-
|
|
352
|
-
/**
|
|
353
|
-
* A function that converts a stream into an array of bytes.
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
|
-
streamCollector?: __StreamCollector;
|
|
357
|
-
|
|
358
|
-
/**
|
|
359
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
|
-
base64Decoder?: __Decoder;
|
|
363
|
-
|
|
364
|
-
/**
|
|
365
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
366
|
-
* @internal
|
|
367
|
-
*/
|
|
368
|
-
base64Encoder?: __Encoder;
|
|
369
|
-
|
|
370
|
-
/**
|
|
371
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
|
-
utf8Decoder?: __Decoder;
|
|
375
|
-
|
|
376
|
-
/**
|
|
377
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
|
-
utf8Encoder?: __Encoder;
|
|
381
|
-
|
|
382
|
-
/**
|
|
383
|
-
* The runtime environment.
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
|
-
runtime?: string;
|
|
387
|
-
|
|
388
|
-
/**
|
|
389
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
390
|
-
* trait of an operation.
|
|
391
|
-
*/
|
|
392
|
-
disableHostPrefix?: boolean;
|
|
393
|
-
|
|
394
|
-
/**
|
|
395
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
396
|
-
*/
|
|
397
|
-
maxAttempts?: number | __Provider<number>;
|
|
398
|
-
|
|
399
|
-
/**
|
|
400
|
-
* Specifies which retry algorithm to use.
|
|
401
|
-
*/
|
|
402
|
-
retryMode?: string | __Provider<string>;
|
|
403
|
-
|
|
404
|
-
/**
|
|
405
|
-
* Optional logger for logging debug/info/warn/error.
|
|
406
|
-
*/
|
|
407
|
-
logger?: __Logger;
|
|
408
|
-
|
|
409
|
-
/**
|
|
410
|
-
* Unique service identifier.
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
|
-
serviceId?: string;
|
|
414
|
-
|
|
415
|
-
/**
|
|
416
|
-
* The AWS region to which this client will send requests
|
|
417
|
-
*/
|
|
418
|
-
region?: string | __Provider<string>;
|
|
419
|
-
|
|
420
|
-
/**
|
|
421
|
-
* Default credentials provider; Not available in browser runtime.
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
425
|
-
|
|
426
|
-
/**
|
|
427
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
428
|
-
* @internal
|
|
429
|
-
*/
|
|
430
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
431
|
-
|
|
432
|
-
/**
|
|
433
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
434
|
-
* @internal
|
|
435
|
-
*/
|
|
436
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
type Macie2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
440
|
-
ClientDefaults &
|
|
441
|
-
RegionInputConfig &
|
|
442
|
-
EndpointsInputConfig &
|
|
443
|
-
RetryInputConfig &
|
|
444
|
-
HostHeaderInputConfig &
|
|
445
|
-
AwsAuthInputConfig &
|
|
446
|
-
UserAgentInputConfig;
|
|
447
|
-
/**
|
|
448
|
-
* The configuration interface of Macie2Client class constructor that set the region, credentials and other options.
|
|
449
|
-
*/
|
|
450
|
-
export interface Macie2ClientConfig extends Macie2ClientConfigType {}
|
|
451
|
-
|
|
452
|
-
type Macie2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
453
|
-
Required<ClientDefaults> &
|
|
454
|
-
RegionResolvedConfig &
|
|
455
|
-
EndpointsResolvedConfig &
|
|
456
|
-
RetryResolvedConfig &
|
|
457
|
-
HostHeaderResolvedConfig &
|
|
458
|
-
AwsAuthResolvedConfig &
|
|
459
|
-
UserAgentResolvedConfig;
|
|
460
|
-
/**
|
|
461
|
-
* The resolved configuration interface of Macie2Client class. This is resolved and normalized from the {@link Macie2ClientConfig | constructor configuration interface}.
|
|
462
|
-
*/
|
|
463
|
-
export interface Macie2ClientResolvedConfig extends Macie2ClientResolvedConfigType {}
|
|
464
|
-
|
|
465
|
-
/**
|
|
466
|
-
* <p>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.</p>
|
|
467
|
-
*/
|
|
468
|
-
export class Macie2Client extends __Client<
|
|
469
|
-
__HttpHandlerOptions,
|
|
470
|
-
ServiceInputTypes,
|
|
471
|
-
ServiceOutputTypes,
|
|
472
|
-
Macie2ClientResolvedConfig
|
|
473
|
-
> {
|
|
474
|
-
/**
|
|
475
|
-
* The resolved configuration of Macie2Client class. This is resolved and normalized from the {@link Macie2ClientConfig | constructor configuration interface}.
|
|
476
|
-
*/
|
|
477
|
-
readonly config: Macie2ClientResolvedConfig;
|
|
478
|
-
|
|
479
|
-
constructor(configuration: Macie2ClientConfig) {
|
|
480
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
481
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
482
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
483
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
484
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
485
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
486
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
487
|
-
super(_config_6);
|
|
488
|
-
this.config = _config_6;
|
|
489
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
490
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
491
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
492
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
493
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
494
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
/**
|
|
498
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
499
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
500
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
501
|
-
*/
|
|
502
|
-
destroy(): void {
|
|
503
|
-
super.destroy();
|
|
504
|
-
}
|
|
505
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
2
|
-
import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1AcceptInvitationCommand,
|
|
5
|
-
serializeAws_restJson1AcceptInvitationCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {}
|
|
21
|
-
export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Accepts an Amazon Macie membership invitation that was received from a specific account.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { Macie2Client, AcceptInvitationCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
29
|
-
* // const { Macie2Client, AcceptInvitationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
30
|
-
* const client = new Macie2Client(config);
|
|
31
|
-
* const command = new AcceptInvitationCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link AcceptInvitationCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link AcceptInvitationCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class AcceptInvitationCommand extends $Command<
|
|
41
|
-
AcceptInvitationCommandInput,
|
|
42
|
-
AcceptInvitationCommandOutput,
|
|
43
|
-
Macie2ClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: AcceptInvitationCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: Macie2ClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<AcceptInvitationCommandInput, AcceptInvitationCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "Macie2Client";
|
|
68
|
-
const commandName = "AcceptInvitationCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: AcceptInvitationRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: AcceptInvitationResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: AcceptInvitationCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1AcceptInvitationCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<AcceptInvitationCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1AcceptInvitationCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
2
|
-
import { BatchGetCustomDataIdentifiersRequest, BatchGetCustomDataIdentifiersResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1BatchGetCustomDataIdentifiersCommand,
|
|
5
|
-
serializeAws_restJson1BatchGetCustomDataIdentifiersCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface BatchGetCustomDataIdentifiersCommandInput extends BatchGetCustomDataIdentifiersRequest {}
|
|
21
|
-
export interface BatchGetCustomDataIdentifiersCommandOutput
|
|
22
|
-
extends BatchGetCustomDataIdentifiersResponse,
|
|
23
|
-
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* <p>Retrieves information about one or more custom data identifiers.</p>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { Macie2Client, BatchGetCustomDataIdentifiersCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
31
|
-
* // const { Macie2Client, BatchGetCustomDataIdentifiersCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
32
|
-
* const client = new Macie2Client(config);
|
|
33
|
-
* const command = new BatchGetCustomDataIdentifiersCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link BatchGetCustomDataIdentifiersCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link BatchGetCustomDataIdentifiersCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export class BatchGetCustomDataIdentifiersCommand extends $Command<
|
|
43
|
-
BatchGetCustomDataIdentifiersCommandInput,
|
|
44
|
-
BatchGetCustomDataIdentifiersCommandOutput,
|
|
45
|
-
Macie2ClientResolvedConfig
|
|
46
|
-
> {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
|
|
50
|
-
constructor(readonly input: BatchGetCustomDataIdentifiersCommandInput) {
|
|
51
|
-
// Start section: command_constructor
|
|
52
|
-
super();
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(
|
|
60
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
61
|
-
configuration: Macie2ClientResolvedConfig,
|
|
62
|
-
options?: __HttpHandlerOptions
|
|
63
|
-
): Handler<BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput> {
|
|
64
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
65
|
-
|
|
66
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
67
|
-
|
|
68
|
-
const { logger } = configuration;
|
|
69
|
-
const clientName = "Macie2Client";
|
|
70
|
-
const commandName = "BatchGetCustomDataIdentifiersCommand";
|
|
71
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
72
|
-
logger,
|
|
73
|
-
clientName,
|
|
74
|
-
commandName,
|
|
75
|
-
inputFilterSensitiveLog: BatchGetCustomDataIdentifiersRequest.filterSensitiveLog,
|
|
76
|
-
outputFilterSensitiveLog: BatchGetCustomDataIdentifiersResponse.filterSensitiveLog,
|
|
77
|
-
};
|
|
78
|
-
const { requestHandler } = configuration;
|
|
79
|
-
return stack.resolve(
|
|
80
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
81
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
82
|
-
handlerExecutionContext
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
private serialize(input: BatchGetCustomDataIdentifiersCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
87
|
-
return serializeAws_restJson1BatchGetCustomDataIdentifiersCommand(input, context);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private deserialize(
|
|
91
|
-
output: __HttpResponse,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
): Promise<BatchGetCustomDataIdentifiersCommandOutput> {
|
|
94
|
-
return deserializeAws_restJson1BatchGetCustomDataIdentifiersCommand(output, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// Start section: command_body_extra
|
|
98
|
-
// End section: command_body_extra
|
|
99
|
-
}
|