@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
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisableMacieCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Disables an Amazon Macie account and deletes Macie resources for the account.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { Macie2Client, DisableMacieCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
14
|
-
* // const { Macie2Client, DisableMacieCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
15
|
-
* const client = new Macie2Client(config);
|
|
16
|
-
* const command = new DisableMacieCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DisableMacieCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DisableMacieCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class DisableMacieCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "Macie2Client";
|
|
42
|
-
const commandName = "DisableMacieCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.DisableMacieRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.DisableMacieResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_restJson1_1.serializeAws_restJson1DisableMacieCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_restJson1_1.deserializeAws_restJson1DisableMacieCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.DisableMacieCommand = DisableMacieCommand;
|
|
61
|
-
//# sourceMappingURL=DisableMacieCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DisableMacieCommand.js","sourceRoot":"","sources":["../../../commands/DisableMacieCommand.ts"],"names":[],"mappings":";;;AACA,iDAA+E;AAC/E,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,mBAAoB,SAAQ,uBAIxC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA+B;QAClD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA0B;QAGlD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,cAAc,CAAC;QAClC,MAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,8BAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,+BAAoB,CAAC,kBAAkB;SAClE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA+B,EAAE,OAAuB;QACxE,OAAO,yDAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,2DAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;CAIF;AAtDD,kDAsDC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisableOrganizationAdminAccountCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Disables an account as the delegated Amazon Macie administrator account for an Amazon Web Services organization.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { Macie2Client, DisableOrganizationAdminAccountCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
14
|
-
* // const { Macie2Client, DisableOrganizationAdminAccountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
15
|
-
* const client = new Macie2Client(config);
|
|
16
|
-
* const command = new DisableOrganizationAdminAccountCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DisableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DisableOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class DisableOrganizationAdminAccountCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "Macie2Client";
|
|
42
|
-
const commandName = "DisableOrganizationAdminAccountCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.DisableOrganizationAdminAccountRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.DisableOrganizationAdminAccountResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_restJson1_1.serializeAws_restJson1DisableOrganizationAdminAccountCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_restJson1_1.deserializeAws_restJson1DisableOrganizationAdminAccountCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.DisableOrganizationAdminAccountCommand = DisableOrganizationAdminAccountCommand;
|
|
61
|
-
//# sourceMappingURL=DisableOrganizationAdminAccountCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DisableOrganizationAdminAccountCommand.js","sourceRoot":"","sources":["../../../commands/DisableOrganizationAdminAccountCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqH;AACrH,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,sCAAuC,SAAQ,uBAI3D;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAkD;QACrE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA6C;QAGrE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,cAAc,CAAC;QAClC,MAAM,WAAW,GAAG,wCAAwC,CAAC;QAC7D,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,iDAAsC,CAAC,kBAAkB;YAClF,wBAAwB,EAAE,kDAAuC,CAAC,kBAAkB;SACrF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CACf,KAAkD,EAClD,OAAuB;QAEvB,OAAO,4EAA4D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,8EAA8D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;CAIF;AA5DD,wFA4DC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateFromAdministratorAccountCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Disassociates a member account from its Amazon Macie administrator account.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { Macie2Client, DisassociateFromAdministratorAccountCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
14
|
-
* // const { Macie2Client, DisassociateFromAdministratorAccountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
15
|
-
* const client = new Macie2Client(config);
|
|
16
|
-
* const command = new DisassociateFromAdministratorAccountCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DisassociateFromAdministratorAccountCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DisassociateFromAdministratorAccountCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class DisassociateFromAdministratorAccountCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "Macie2Client";
|
|
42
|
-
const commandName = "DisassociateFromAdministratorAccountCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.DisassociateFromAdministratorAccountRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.DisassociateFromAdministratorAccountResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_restJson1_1.serializeAws_restJson1DisassociateFromAdministratorAccountCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_restJson1_1.deserializeAws_restJson1DisassociateFromAdministratorAccountCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.DisassociateFromAdministratorAccountCommand = DisassociateFromAdministratorAccountCommand;
|
|
61
|
-
//# sourceMappingURL=DisassociateFromAdministratorAccountCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DisassociateFromAdministratorAccountCommand.js","sourceRoot":"","sources":["../../../commands/DisassociateFromAdministratorAccountCommand.ts"],"names":[],"mappings":";;;AACA,iDAG4B;AAC5B,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,2CAA4C,SAAQ,uBAIhE;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAuD;QAC1E,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAkD;QAG1E,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,cAAc,CAAC;QAClC,MAAM,WAAW,GAAG,6CAA6C,CAAC;QAClE,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,sDAA2C,CAAC,kBAAkB;YACvF,wBAAwB,EAAE,uDAA4C,CAAC,kBAAkB;SAC1F,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CACf,KAAuD,EACvD,OAAuB;QAEvB,OAAO,iFAAiE,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3F,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,mFAAmE,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9F,CAAC;CAIF;AA5DD,kGA4DC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateFromMasterAccountCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>(Deprecated) Disassociates a member account from its Amazon Macie administrator account. This operation has been replaced by the <link linkend="DisassociateFromAdministratorAccount">DisassociateFromAdministratorAccount</link> operation.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { Macie2Client, DisassociateFromMasterAccountCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
14
|
-
* // const { Macie2Client, DisassociateFromMasterAccountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
15
|
-
* const client = new Macie2Client(config);
|
|
16
|
-
* const command = new DisassociateFromMasterAccountCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DisassociateFromMasterAccountCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DisassociateFromMasterAccountCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class DisassociateFromMasterAccountCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "Macie2Client";
|
|
42
|
-
const commandName = "DisassociateFromMasterAccountCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.DisassociateFromMasterAccountRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.DisassociateFromMasterAccountResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_restJson1_1.serializeAws_restJson1DisassociateFromMasterAccountCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_restJson1_1.deserializeAws_restJson1DisassociateFromMasterAccountCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.DisassociateFromMasterAccountCommand = DisassociateFromMasterAccountCommand;
|
|
61
|
-
//# sourceMappingURL=DisassociateFromMasterAccountCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DisassociateFromMasterAccountCommand.js","sourceRoot":"","sources":["../../../commands/DisassociateFromMasterAccountCommand.ts"],"names":[],"mappings":";;;AACA,iDAAiH;AACjH,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,oCAAqC,SAAQ,uBAIzD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAgD;QACnE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA2C;QAGnE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,cAAc,CAAC;QAClC,MAAM,WAAW,GAAG,sCAAsC,CAAC;QAC3D,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,+CAAoC,CAAC,kBAAkB;YAChF,wBAAwB,EAAE,gDAAqC,CAAC,kBAAkB;SACnF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAgD,EAAE,OAAuB;QACzF,OAAO,0EAA0D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,4EAA4D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;CAIF;AAzDD,oFAyDC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateMemberCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Disassociates an Amazon Macie administrator account from a member account.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { Macie2Client, DisassociateMemberCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
14
|
-
* // const { Macie2Client, DisassociateMemberCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
15
|
-
* const client = new Macie2Client(config);
|
|
16
|
-
* const command = new DisassociateMemberCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DisassociateMemberCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DisassociateMemberCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class DisassociateMemberCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "Macie2Client";
|
|
42
|
-
const commandName = "DisassociateMemberCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.DisassociateMemberRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.DisassociateMemberResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_restJson1_1.serializeAws_restJson1DisassociateMemberCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_restJson1_1.deserializeAws_restJson1DisassociateMemberCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.DisassociateMemberCommand = DisassociateMemberCommand;
|
|
61
|
-
//# sourceMappingURL=DisassociateMemberCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DisassociateMemberCommand.js","sourceRoot":"","sources":["../../../commands/DisassociateMemberCommand.ts"],"names":[],"mappings":";;;AACA,iDAA2F;AAC3F,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,yBAA0B,SAAQ,uBAI9C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAqC;QACxD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAgC;QAGxD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,cAAc,CAAC;QAClC,MAAM,WAAW,GAAG,2BAA2B,CAAC;QAChD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,oCAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,qCAA0B,CAAC,kBAAkB;SACxE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAqC,EAAE,OAAuB;QAC9E,OAAO,+DAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,iEAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;CAIF;AAtDD,8DAsDC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnableMacieCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Enables Amazon Macie and specifies the configuration settings for a Macie account.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { Macie2Client, EnableMacieCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
14
|
-
* // const { Macie2Client, EnableMacieCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
15
|
-
* const client = new Macie2Client(config);
|
|
16
|
-
* const command = new EnableMacieCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link EnableMacieCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link EnableMacieCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class EnableMacieCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "Macie2Client";
|
|
42
|
-
const commandName = "EnableMacieCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.EnableMacieRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.EnableMacieResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_restJson1_1.serializeAws_restJson1EnableMacieCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_restJson1_1.deserializeAws_restJson1EnableMacieCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.EnableMacieCommand = EnableMacieCommand;
|
|
61
|
-
//# sourceMappingURL=EnableMacieCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EnableMacieCommand.js","sourceRoot":"","sources":["../../../commands/EnableMacieCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6E;AAC7E,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,kBAAmB,SAAQ,uBAIvC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA8B;QACjD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAyB;QAGjD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,cAAc,CAAC;QAClC,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,6BAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,8BAAmB,CAAC,kBAAkB;SACjE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA8B,EAAE,OAAuB;QACvE,OAAO,wDAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,0DAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;CAIF;AAtDD,gDAsDC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnableOrganizationAdminAccountCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Designates an account as the delegated Amazon Macie administrator account for an Amazon Web Services organization.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { Macie2Client, EnableOrganizationAdminAccountCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
14
|
-
* // const { Macie2Client, EnableOrganizationAdminAccountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
15
|
-
* const client = new Macie2Client(config);
|
|
16
|
-
* const command = new EnableOrganizationAdminAccountCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link EnableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link EnableOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class EnableOrganizationAdminAccountCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "Macie2Client";
|
|
42
|
-
const commandName = "EnableOrganizationAdminAccountCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.EnableOrganizationAdminAccountRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.EnableOrganizationAdminAccountResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_restJson1_1.serializeAws_restJson1EnableOrganizationAdminAccountCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_restJson1_1.deserializeAws_restJson1EnableOrganizationAdminAccountCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.EnableOrganizationAdminAccountCommand = EnableOrganizationAdminAccountCommand;
|
|
61
|
-
//# sourceMappingURL=EnableOrganizationAdminAccountCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EnableOrganizationAdminAccountCommand.js","sourceRoot":"","sources":["../../../commands/EnableOrganizationAdminAccountCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmH;AACnH,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,qCAAsC,SAAQ,uBAI1D;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAiD;QACpE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA4C;QAGpE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,cAAc,CAAC;QAClC,MAAM,WAAW,GAAG,uCAAuC,CAAC;QAC5D,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,gDAAqC,CAAC,kBAAkB;YACjF,wBAAwB,EAAE,iDAAsC,CAAC,kBAAkB;SACpF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CACf,KAAiD,EACjD,OAAuB;QAEvB,OAAO,2EAA2D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,6EAA6D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;CAIF;AA5DD,sFA4DC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAdministratorAccountCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Retrieves information about the Amazon Macie administrator account for an account.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { Macie2Client, GetAdministratorAccountCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
14
|
-
* // const { Macie2Client, GetAdministratorAccountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
15
|
-
* const client = new Macie2Client(config);
|
|
16
|
-
* const command = new GetAdministratorAccountCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link GetAdministratorAccountCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link GetAdministratorAccountCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class GetAdministratorAccountCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "Macie2Client";
|
|
42
|
-
const commandName = "GetAdministratorAccountCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.GetAdministratorAccountRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.GetAdministratorAccountResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_restJson1_1.serializeAws_restJson1GetAdministratorAccountCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_restJson1_1.deserializeAws_restJson1GetAdministratorAccountCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.GetAdministratorAccountCommand = GetAdministratorAccountCommand;
|
|
61
|
-
//# sourceMappingURL=GetAdministratorAccountCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetAdministratorAccountCommand.js","sourceRoot":"","sources":["../../../commands/GetAdministratorAccountCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqG;AACrG,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,8BAA+B,SAAQ,uBAInD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA0C;QAC7D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAqC;QAG7D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,cAAc,CAAC;QAClC,MAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,yCAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,0CAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA0C,EAAE,OAAuB;QACnF,OAAO,oEAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,sEAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CAIF;AAtDD,wEAsDC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetBucketStatisticsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Retrieves (queries) aggregated statistical data for all the S3 buckets that Amazon Macie monitors and analyzes.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { Macie2Client, GetBucketStatisticsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
14
|
-
* // const { Macie2Client, GetBucketStatisticsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
15
|
-
* const client = new Macie2Client(config);
|
|
16
|
-
* const command = new GetBucketStatisticsCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link GetBucketStatisticsCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link GetBucketStatisticsCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link Macie2ClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class GetBucketStatisticsCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "Macie2Client";
|
|
42
|
-
const commandName = "GetBucketStatisticsCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.GetBucketStatisticsRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.GetBucketStatisticsResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_restJson1_1.serializeAws_restJson1GetBucketStatisticsCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_restJson1_1.deserializeAws_restJson1GetBucketStatisticsCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.GetBucketStatisticsCommand = GetBucketStatisticsCommand;
|
|
61
|
-
//# sourceMappingURL=GetBucketStatisticsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetBucketStatisticsCommand.js","sourceRoot":"","sources":["../../../commands/GetBucketStatisticsCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6F;AAC7F,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,0BAA2B,SAAQ,uBAI/C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAsC;QACzD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAiC;QAGzD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,cAAc,CAAC;QAClC,MAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,qCAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,sCAA2B,CAAC,kBAAkB;SACzE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAsC,EAAE,OAAuB;QAC/E,OAAO,gEAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,kEAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;CAIF;AAtDD,gEAsDC"}
|