@aws-sdk/client-macie2 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/Macie2.js +862 -0
- package/dist-cjs/Macie2Client.js +35 -0
- package/dist-cjs/commands/AcceptInvitationCommand.js +36 -0
- package/dist-cjs/commands/BatchGetCustomDataIdentifiersCommand.js +36 -0
- package/dist-cjs/commands/CreateClassificationJobCommand.js +36 -0
- package/dist-cjs/commands/CreateCustomDataIdentifierCommand.js +36 -0
- package/dist-cjs/commands/CreateFindingsFilterCommand.js +36 -0
- package/dist-cjs/commands/CreateInvitationsCommand.js +36 -0
- package/dist-cjs/commands/CreateMemberCommand.js +36 -0
- package/dist-cjs/commands/CreateSampleFindingsCommand.js +36 -0
- package/dist-cjs/commands/DeclineInvitationsCommand.js +36 -0
- package/dist-cjs/commands/DeleteCustomDataIdentifierCommand.js +36 -0
- package/dist-cjs/commands/DeleteFindingsFilterCommand.js +36 -0
- package/dist-cjs/commands/DeleteInvitationsCommand.js +36 -0
- package/dist-cjs/commands/DeleteMemberCommand.js +36 -0
- package/dist-cjs/commands/DescribeBucketsCommand.js +36 -0
- package/dist-cjs/commands/DescribeClassificationJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DisableMacieCommand.js +36 -0
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +36 -0
- package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +36 -0
- package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +36 -0
- package/dist-cjs/commands/DisassociateMemberCommand.js +36 -0
- package/dist-cjs/commands/EnableMacieCommand.js +36 -0
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +36 -0
- package/dist-cjs/commands/GetAdministratorAccountCommand.js +36 -0
- package/dist-cjs/commands/GetBucketStatisticsCommand.js +36 -0
- package/dist-cjs/commands/GetClassificationExportConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetCustomDataIdentifierCommand.js +36 -0
- package/dist-cjs/commands/GetFindingStatisticsCommand.js +36 -0
- package/dist-cjs/commands/GetFindingsCommand.js +36 -0
- package/dist-cjs/commands/GetFindingsFilterCommand.js +36 -0
- package/dist-cjs/commands/GetFindingsPublicationConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetInvitationsCountCommand.js +36 -0
- package/dist-cjs/commands/GetMacieSessionCommand.js +36 -0
- package/dist-cjs/commands/GetMasterAccountCommand.js +36 -0
- package/dist-cjs/commands/GetMemberCommand.js +36 -0
- package/dist-cjs/commands/GetUsageStatisticsCommand.js +36 -0
- package/dist-cjs/commands/GetUsageTotalsCommand.js +36 -0
- package/dist-cjs/commands/ListClassificationJobsCommand.js +36 -0
- package/dist-cjs/commands/ListCustomDataIdentifiersCommand.js +36 -0
- package/dist-cjs/commands/ListFindingsCommand.js +36 -0
- package/dist-cjs/commands/ListFindingsFiltersCommand.js +36 -0
- package/dist-cjs/commands/ListInvitationsCommand.js +36 -0
- package/dist-cjs/commands/ListManagedDataIdentifiersCommand.js +36 -0
- package/dist-cjs/commands/ListMembersCommand.js +36 -0
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +36 -0
- package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +36 -0
- package/dist-cjs/commands/SearchResourcesCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateClassificationJobCommand.js +36 -0
- package/dist-cjs/commands/UpdateFindingsFilterCommand.js +36 -0
- package/dist-cjs/commands/UpdateMacieSessionCommand.js +36 -0
- package/dist-cjs/commands/UpdateMemberSessionCommand.js +36 -0
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +36 -0
- package/dist-cjs/endpoints.js +77 -0
- package/dist-cjs/index.js +74 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1728 -0
- package/dist-cjs/pagination/DescribeBucketsPaginator.js +35 -0
- package/dist-cjs/pagination/GetUsageStatisticsPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListClassificationJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListCustomDataIdentifiersPaginator.js +35 -0
- package/dist-cjs/pagination/ListFindingsFiltersPaginator.js +35 -0
- package/dist-cjs/pagination/ListFindingsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInvitationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListMembersPaginator.js +35 -0
- package/dist-cjs/pagination/ListOrganizationAdminAccountsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchResourcesPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8854 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Macie2.js +865 -0
- package/dist-es/Macie2Client.js +37 -0
- package/dist-es/commands/AcceptInvitationCommand.js +39 -0
- package/dist-es/commands/BatchGetCustomDataIdentifiersCommand.js +39 -0
- package/dist-es/commands/CreateClassificationJobCommand.js +39 -0
- package/dist-es/commands/CreateCustomDataIdentifierCommand.js +39 -0
- package/dist-es/commands/CreateFindingsFilterCommand.js +39 -0
- package/dist-es/commands/CreateInvitationsCommand.js +39 -0
- package/dist-es/commands/CreateMemberCommand.js +39 -0
- package/dist-es/commands/CreateSampleFindingsCommand.js +39 -0
- package/dist-es/commands/DeclineInvitationsCommand.js +39 -0
- package/dist-es/commands/DeleteCustomDataIdentifierCommand.js +39 -0
- package/dist-es/commands/DeleteFindingsFilterCommand.js +39 -0
- package/dist-es/commands/DeleteInvitationsCommand.js +39 -0
- package/dist-es/commands/DeleteMemberCommand.js +39 -0
- package/dist-es/commands/DescribeBucketsCommand.js +39 -0
- package/dist-es/commands/DescribeClassificationJobCommand.js +39 -0
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +39 -0
- package/dist-es/commands/DisableMacieCommand.js +39 -0
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +39 -0
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +39 -0
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +39 -0
- package/dist-es/commands/DisassociateMemberCommand.js +39 -0
- package/dist-es/commands/EnableMacieCommand.js +39 -0
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +39 -0
- package/dist-es/commands/GetAdministratorAccountCommand.js +39 -0
- package/dist-es/commands/GetBucketStatisticsCommand.js +39 -0
- package/dist-es/commands/GetClassificationExportConfigurationCommand.js +39 -0
- package/dist-es/commands/GetCustomDataIdentifierCommand.js +39 -0
- package/dist-es/commands/GetFindingStatisticsCommand.js +39 -0
- package/dist-es/commands/GetFindingsCommand.js +39 -0
- package/dist-es/commands/GetFindingsFilterCommand.js +39 -0
- package/dist-es/commands/GetFindingsPublicationConfigurationCommand.js +39 -0
- package/dist-es/commands/GetInvitationsCountCommand.js +39 -0
- package/dist-es/commands/GetMacieSessionCommand.js +39 -0
- package/dist-es/commands/GetMasterAccountCommand.js +39 -0
- package/dist-es/commands/GetMemberCommand.js +39 -0
- package/dist-es/commands/GetUsageStatisticsCommand.js +39 -0
- package/dist-es/commands/GetUsageTotalsCommand.js +39 -0
- package/dist-es/commands/ListClassificationJobsCommand.js +39 -0
- package/dist-es/commands/ListCustomDataIdentifiersCommand.js +39 -0
- package/dist-es/commands/ListFindingsCommand.js +39 -0
- package/dist-es/commands/ListFindingsFiltersCommand.js +39 -0
- package/dist-es/commands/ListInvitationsCommand.js +39 -0
- package/dist-es/commands/ListManagedDataIdentifiersCommand.js +39 -0
- package/dist-es/commands/ListMembersCommand.js +39 -0
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PutClassificationExportConfigurationCommand.js +39 -0
- package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +39 -0
- package/dist-es/commands/SearchResourcesCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/TestCustomDataIdentifierCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateClassificationJobCommand.js +39 -0
- package/dist-es/commands/UpdateFindingsFilterCommand.js +39 -0
- package/dist-es/commands/UpdateMacieSessionCommand.js +39 -0
- package/dist-es/commands/UpdateMemberSessionCommand.js +39 -0
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +39 -0
- package/dist-es/endpoints.js +73 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1247 -0
- package/dist-es/pagination/DescribeBucketsPaginator.js +74 -0
- package/dist-es/pagination/GetUsageStatisticsPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListClassificationJobsPaginator.js +74 -0
- package/dist-es/pagination/ListCustomDataIdentifiersPaginator.js +74 -0
- package/dist-es/pagination/ListFindingsFiltersPaginator.js +74 -0
- package/dist-es/pagination/ListFindingsPaginator.js +74 -0
- package/dist-es/pagination/ListInvitationsPaginator.js +74 -0
- package/dist-es/pagination/ListMembersPaginator.js +74 -0
- package/dist-es/pagination/ListOrganizationAdminAccountsPaginator.js +74 -0
- package/dist-es/pagination/SearchResourcesPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +9627 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Macie2.d.ts +406 -0
- package/dist-types/Macie2Client.d.ts +189 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +35 -0
- package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +35 -0
- package/dist-types/commands/CreateClassificationJobCommand.d.ts +35 -0
- package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +35 -0
- package/dist-types/commands/CreateFindingsFilterCommand.d.ts +35 -0
- package/dist-types/commands/CreateInvitationsCommand.d.ts +35 -0
- package/dist-types/commands/CreateMemberCommand.d.ts +35 -0
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +35 -0
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +35 -0
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMemberCommand.d.ts +35 -0
- package/dist-types/commands/DescribeBucketsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeClassificationJobCommand.d.ts +35 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DisableMacieCommand.d.ts +35 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateMemberCommand.d.ts +35 -0
- package/dist-types/commands/EnableMacieCommand.d.ts +35 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +35 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +35 -0
- package/dist-types/commands/GetBucketStatisticsCommand.d.ts +35 -0
- package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +35 -0
- package/dist-types/commands/GetFindingStatisticsCommand.d.ts +35 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +35 -0
- package/dist-types/commands/GetFindingsFilterCommand.d.ts +35 -0
- package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +35 -0
- package/dist-types/commands/GetMacieSessionCommand.d.ts +35 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +35 -0
- package/dist-types/commands/GetMemberCommand.d.ts +35 -0
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +35 -0
- package/dist-types/commands/GetUsageTotalsCommand.d.ts +35 -0
- package/dist-types/commands/ListClassificationJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +35 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +35 -0
- package/dist-types/commands/ListFindingsFiltersCommand.d.ts +35 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +35 -0
- package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +35 -0
- package/dist-types/commands/ListMembersCommand.d.ts +35 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/SearchResourcesCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateClassificationJobCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMacieSessionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMemberSessionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/dist-types/models/models_0.d.ts +5113 -0
- package/dist-types/pagination/DescribeBucketsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListClassificationJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomDataIdentifiersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFindingsFiltersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFindingsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMembersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchResourcesPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +173 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Macie2.d.ts +290 -0
- package/dist-types/ts3.4/Macie2Client.d.ts +124 -0
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetCustomDataIdentifiersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClassificationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomDataIdentifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFindingsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInvitationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomDataIdentifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFindingsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBucketsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClassificationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableMacieCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableMacieCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetClassificationExportConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCustomDataIdentifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFindingStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFindingsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFindingsPublicationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMacieSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUsageTotalsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListClassificationJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3117 -0
- package/dist-types/ts3.4/pagination/DescribeBucketsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListClassificationJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomDataIdentifiersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFindingsFiltersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +45 -42
- package/Macie2.ts +0 -2054
- package/Macie2Client.ts +0 -505
- package/commands/AcceptInvitationCommand.ts +0 -94
- package/commands/BatchGetCustomDataIdentifiersCommand.ts +0 -99
- package/commands/CreateClassificationJobCommand.ts +0 -94
- package/commands/CreateCustomDataIdentifierCommand.ts +0 -97
- package/commands/CreateFindingsFilterCommand.ts +0 -94
- package/commands/CreateInvitationsCommand.ts +0 -94
- package/commands/CreateMemberCommand.ts +0 -94
- package/commands/CreateSampleFindingsCommand.ts +0 -94
- package/commands/DeclineInvitationsCommand.ts +0 -94
- package/commands/DeleteCustomDataIdentifierCommand.ts +0 -97
- package/commands/DeleteFindingsFilterCommand.ts +0 -94
- package/commands/DeleteInvitationsCommand.ts +0 -94
- package/commands/DeleteMemberCommand.ts +0 -94
- package/commands/DescribeBucketsCommand.ts +0 -94
- package/commands/DescribeClassificationJobCommand.ts +0 -97
- package/commands/DescribeOrganizationConfigurationCommand.ts +0 -105
- package/commands/DisableMacieCommand.ts +0 -94
- package/commands/DisableOrganizationAdminAccountCommand.ts +0 -102
- package/commands/DisassociateFromAdministratorAccountCommand.ts +0 -105
- package/commands/DisassociateFromMasterAccountCommand.ts +0 -99
- package/commands/DisassociateMemberCommand.ts +0 -94
- package/commands/EnableMacieCommand.ts +0 -94
- package/commands/EnableOrganizationAdminAccountCommand.ts +0 -102
- package/commands/GetAdministratorAccountCommand.ts +0 -94
- package/commands/GetBucketStatisticsCommand.ts +0 -94
- package/commands/GetClassificationExportConfigurationCommand.ts +0 -105
- package/commands/GetCustomDataIdentifierCommand.ts +0 -94
- package/commands/GetFindingStatisticsCommand.ts +0 -94
- package/commands/GetFindingsCommand.ts +0 -94
- package/commands/GetFindingsFilterCommand.ts +0 -94
- package/commands/GetFindingsPublicationConfigurationCommand.ts +0 -105
- package/commands/GetInvitationsCountCommand.ts +0 -94
- package/commands/GetMacieSessionCommand.ts +0 -94
- package/commands/GetMasterAccountCommand.ts +0 -94
- package/commands/GetMemberCommand.ts +0 -94
- package/commands/GetUsageStatisticsCommand.ts +0 -94
- package/commands/GetUsageTotalsCommand.ts +0 -94
- package/commands/ListClassificationJobsCommand.ts +0 -94
- package/commands/ListCustomDataIdentifiersCommand.ts +0 -97
- package/commands/ListFindingsCommand.ts +0 -94
- package/commands/ListFindingsFiltersCommand.ts +0 -94
- package/commands/ListInvitationsCommand.ts +0 -94
- package/commands/ListManagedDataIdentifiersCommand.ts +0 -97
- package/commands/ListMembersCommand.ts +0 -94
- package/commands/ListOrganizationAdminAccountsCommand.ts +0 -99
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutClassificationExportConfigurationCommand.ts +0 -105
- package/commands/PutFindingsPublicationConfigurationCommand.ts +0 -105
- package/commands/SearchResourcesCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/TestCustomDataIdentifierCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateClassificationJobCommand.ts +0 -94
- package/commands/UpdateFindingsFilterCommand.ts +0 -94
- package/commands/UpdateMacieSessionCommand.ts +0 -94
- package/commands/UpdateMemberSessionCommand.ts +0 -94
- package/commands/UpdateOrganizationConfigurationCommand.ts +0 -102
- package/dist/cjs/Macie2.js +0 -866
- package/dist/cjs/Macie2.js.map +0 -1
- package/dist/cjs/Macie2Client.js +0 -44
- package/dist/cjs/Macie2Client.js.map +0 -1
- package/dist/cjs/commands/AcceptInvitationCommand.js +0 -61
- package/dist/cjs/commands/AcceptInvitationCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetCustomDataIdentifiersCommand.js +0 -61
- package/dist/cjs/commands/BatchGetCustomDataIdentifiersCommand.js.map +0 -1
- package/dist/cjs/commands/CreateClassificationJobCommand.js +0 -61
- package/dist/cjs/commands/CreateClassificationJobCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomDataIdentifierCommand.js +0 -61
- package/dist/cjs/commands/CreateCustomDataIdentifierCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFindingsFilterCommand.js +0 -61
- package/dist/cjs/commands/CreateFindingsFilterCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInvitationsCommand.js +0 -61
- package/dist/cjs/commands/CreateInvitationsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMemberCommand.js +0 -61
- package/dist/cjs/commands/CreateMemberCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSampleFindingsCommand.js +0 -61
- package/dist/cjs/commands/CreateSampleFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/DeclineInvitationsCommand.js +0 -61
- package/dist/cjs/commands/DeclineInvitationsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCustomDataIdentifierCommand.js +0 -61
- package/dist/cjs/commands/DeleteCustomDataIdentifierCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFindingsFilterCommand.js +0 -61
- package/dist/cjs/commands/DeleteFindingsFilterCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInvitationsCommand.js +0 -61
- package/dist/cjs/commands/DeleteInvitationsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMemberCommand.js +0 -61
- package/dist/cjs/commands/DeleteMemberCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBucketsCommand.js +0 -61
- package/dist/cjs/commands/DescribeBucketsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeClassificationJobCommand.js +0 -61
- package/dist/cjs/commands/DescribeClassificationJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeOrganizationConfigurationCommand.js +0 -61
- package/dist/cjs/commands/DescribeOrganizationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DisableMacieCommand.js +0 -61
- package/dist/cjs/commands/DisableMacieCommand.js.map +0 -1
- package/dist/cjs/commands/DisableOrganizationAdminAccountCommand.js +0 -61
- package/dist/cjs/commands/DisableOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateFromAdministratorAccountCommand.js +0 -61
- package/dist/cjs/commands/DisassociateFromAdministratorAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateFromMasterAccountCommand.js +0 -61
- package/dist/cjs/commands/DisassociateFromMasterAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateMemberCommand.js +0 -61
- package/dist/cjs/commands/DisassociateMemberCommand.js.map +0 -1
- package/dist/cjs/commands/EnableMacieCommand.js +0 -61
- package/dist/cjs/commands/EnableMacieCommand.js.map +0 -1
- package/dist/cjs/commands/EnableOrganizationAdminAccountCommand.js +0 -61
- package/dist/cjs/commands/EnableOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetAdministratorAccountCommand.js +0 -61
- package/dist/cjs/commands/GetAdministratorAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketStatisticsCommand.js +0 -61
- package/dist/cjs/commands/GetBucketStatisticsCommand.js.map +0 -1
- package/dist/cjs/commands/GetClassificationExportConfigurationCommand.js +0 -61
- package/dist/cjs/commands/GetClassificationExportConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetCustomDataIdentifierCommand.js +0 -61
- package/dist/cjs/commands/GetCustomDataIdentifierCommand.js.map +0 -1
- package/dist/cjs/commands/GetFindingStatisticsCommand.js +0 -61
- package/dist/cjs/commands/GetFindingStatisticsCommand.js.map +0 -1
- package/dist/cjs/commands/GetFindingsCommand.js +0 -61
- package/dist/cjs/commands/GetFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetFindingsFilterCommand.js +0 -61
- package/dist/cjs/commands/GetFindingsFilterCommand.js.map +0 -1
- package/dist/cjs/commands/GetFindingsPublicationConfigurationCommand.js +0 -61
- package/dist/cjs/commands/GetFindingsPublicationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetInvitationsCountCommand.js +0 -61
- package/dist/cjs/commands/GetInvitationsCountCommand.js.map +0 -1
- package/dist/cjs/commands/GetMacieSessionCommand.js +0 -61
- package/dist/cjs/commands/GetMacieSessionCommand.js.map +0 -1
- package/dist/cjs/commands/GetMasterAccountCommand.js +0 -61
- package/dist/cjs/commands/GetMasterAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetMemberCommand.js +0 -61
- package/dist/cjs/commands/GetMemberCommand.js.map +0 -1
- package/dist/cjs/commands/GetUsageStatisticsCommand.js +0 -61
- package/dist/cjs/commands/GetUsageStatisticsCommand.js.map +0 -1
- package/dist/cjs/commands/GetUsageTotalsCommand.js +0 -61
- package/dist/cjs/commands/GetUsageTotalsCommand.js.map +0 -1
- package/dist/cjs/commands/ListClassificationJobsCommand.js +0 -61
- package/dist/cjs/commands/ListClassificationJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomDataIdentifiersCommand.js +0 -61
- package/dist/cjs/commands/ListCustomDataIdentifiersCommand.js.map +0 -1
- package/dist/cjs/commands/ListFindingsCommand.js +0 -61
- package/dist/cjs/commands/ListFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFindingsFiltersCommand.js +0 -61
- package/dist/cjs/commands/ListFindingsFiltersCommand.js.map +0 -1
- package/dist/cjs/commands/ListInvitationsCommand.js +0 -61
- package/dist/cjs/commands/ListInvitationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListManagedDataIdentifiersCommand.js +0 -61
- package/dist/cjs/commands/ListManagedDataIdentifiersCommand.js.map +0 -1
- package/dist/cjs/commands/ListMembersCommand.js +0 -61
- package/dist/cjs/commands/ListMembersCommand.js.map +0 -1
- package/dist/cjs/commands/ListOrganizationAdminAccountsCommand.js +0 -61
- package/dist/cjs/commands/ListOrganizationAdminAccountsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutClassificationExportConfigurationCommand.js +0 -61
- package/dist/cjs/commands/PutClassificationExportConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutFindingsPublicationConfigurationCommand.js +0 -61
- package/dist/cjs/commands/PutFindingsPublicationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/SearchResourcesCommand.js +0 -61
- package/dist/cjs/commands/SearchResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TestCustomDataIdentifierCommand.js +0 -61
- package/dist/cjs/commands/TestCustomDataIdentifierCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateClassificationJobCommand.js +0 -61
- package/dist/cjs/commands/UpdateClassificationJobCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFindingsFilterCommand.js +0 -61
- package/dist/cjs/commands/UpdateFindingsFilterCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMacieSessionCommand.js +0 -61
- package/dist/cjs/commands/UpdateMacieSessionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMemberSessionCommand.js +0 -61
- package/dist/cjs/commands/UpdateMemberSessionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateOrganizationConfigurationCommand.js +0 -61
- package/dist/cjs/commands/UpdateOrganizationConfigurationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -78
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -75
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2436
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/DescribeBucketsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeBucketsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetUsageStatisticsPaginator.js +0 -46
- package/dist/cjs/pagination/GetUsageStatisticsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListClassificationJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListClassificationJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomDataIdentifiersPaginator.js +0 -46
- package/dist/cjs/pagination/ListCustomDataIdentifiersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFindingsFiltersPaginator.js +0 -46
- package/dist/cjs/pagination/ListFindingsFiltersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFindingsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFindingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInvitationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInvitationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMembersPaginator.js +0 -46
- package/dist/cjs/pagination/ListMembersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOrganizationAdminAccountsPaginator.js +0 -46
- package/dist/cjs/pagination/ListOrganizationAdminAccountsPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchResourcesPaginator.js +0 -46
- package/dist/cjs/pagination/SearchResourcesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -8856
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Macie2.js +0 -866
- package/dist/es/Macie2.js.map +0 -1
- package/dist/es/Macie2Client.js +0 -38
- package/dist/es/Macie2Client.js.map +0 -1
- package/dist/es/commands/AcceptInvitationCommand.js +0 -40
- package/dist/es/commands/AcceptInvitationCommand.js.map +0 -1
- package/dist/es/commands/BatchGetCustomDataIdentifiersCommand.js +0 -40
- package/dist/es/commands/BatchGetCustomDataIdentifiersCommand.js.map +0 -1
- package/dist/es/commands/CreateClassificationJobCommand.js +0 -40
- package/dist/es/commands/CreateClassificationJobCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomDataIdentifierCommand.js +0 -40
- package/dist/es/commands/CreateCustomDataIdentifierCommand.js.map +0 -1
- package/dist/es/commands/CreateFindingsFilterCommand.js +0 -40
- package/dist/es/commands/CreateFindingsFilterCommand.js.map +0 -1
- package/dist/es/commands/CreateInvitationsCommand.js +0 -40
- package/dist/es/commands/CreateInvitationsCommand.js.map +0 -1
- package/dist/es/commands/CreateMemberCommand.js +0 -40
- package/dist/es/commands/CreateMemberCommand.js.map +0 -1
- package/dist/es/commands/CreateSampleFindingsCommand.js +0 -40
- package/dist/es/commands/CreateSampleFindingsCommand.js.map +0 -1
- package/dist/es/commands/DeclineInvitationsCommand.js +0 -40
- package/dist/es/commands/DeclineInvitationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomDataIdentifierCommand.js +0 -40
- package/dist/es/commands/DeleteCustomDataIdentifierCommand.js.map +0 -1
- package/dist/es/commands/DeleteFindingsFilterCommand.js +0 -40
- package/dist/es/commands/DeleteFindingsFilterCommand.js.map +0 -1
- package/dist/es/commands/DeleteInvitationsCommand.js +0 -40
- package/dist/es/commands/DeleteInvitationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteMemberCommand.js +0 -40
- package/dist/es/commands/DeleteMemberCommand.js.map +0 -1
- package/dist/es/commands/DescribeBucketsCommand.js +0 -40
- package/dist/es/commands/DescribeBucketsCommand.js.map +0 -1
- package/dist/es/commands/DescribeClassificationJobCommand.js +0 -40
- package/dist/es/commands/DescribeClassificationJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeOrganizationConfigurationCommand.js +0 -40
- package/dist/es/commands/DescribeOrganizationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DisableMacieCommand.js +0 -40
- package/dist/es/commands/DisableMacieCommand.js.map +0 -1
- package/dist/es/commands/DisableOrganizationAdminAccountCommand.js +0 -40
- package/dist/es/commands/DisableOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/DisassociateFromAdministratorAccountCommand.js +0 -40
- package/dist/es/commands/DisassociateFromAdministratorAccountCommand.js.map +0 -1
- package/dist/es/commands/DisassociateFromMasterAccountCommand.js +0 -40
- package/dist/es/commands/DisassociateFromMasterAccountCommand.js.map +0 -1
- package/dist/es/commands/DisassociateMemberCommand.js +0 -40
- package/dist/es/commands/DisassociateMemberCommand.js.map +0 -1
- package/dist/es/commands/EnableMacieCommand.js +0 -40
- package/dist/es/commands/EnableMacieCommand.js.map +0 -1
- package/dist/es/commands/EnableOrganizationAdminAccountCommand.js +0 -40
- package/dist/es/commands/EnableOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/GetAdministratorAccountCommand.js +0 -40
- package/dist/es/commands/GetAdministratorAccountCommand.js.map +0 -1
- package/dist/es/commands/GetBucketStatisticsCommand.js +0 -40
- package/dist/es/commands/GetBucketStatisticsCommand.js.map +0 -1
- package/dist/es/commands/GetClassificationExportConfigurationCommand.js +0 -40
- package/dist/es/commands/GetClassificationExportConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetCustomDataIdentifierCommand.js +0 -40
- package/dist/es/commands/GetCustomDataIdentifierCommand.js.map +0 -1
- package/dist/es/commands/GetFindingStatisticsCommand.js +0 -40
- package/dist/es/commands/GetFindingStatisticsCommand.js.map +0 -1
- package/dist/es/commands/GetFindingsCommand.js +0 -40
- package/dist/es/commands/GetFindingsCommand.js.map +0 -1
- package/dist/es/commands/GetFindingsFilterCommand.js +0 -40
- package/dist/es/commands/GetFindingsFilterCommand.js.map +0 -1
- package/dist/es/commands/GetFindingsPublicationConfigurationCommand.js +0 -40
- package/dist/es/commands/GetFindingsPublicationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetInvitationsCountCommand.js +0 -40
- package/dist/es/commands/GetInvitationsCountCommand.js.map +0 -1
- package/dist/es/commands/GetMacieSessionCommand.js +0 -40
- package/dist/es/commands/GetMacieSessionCommand.js.map +0 -1
- package/dist/es/commands/GetMasterAccountCommand.js +0 -40
- package/dist/es/commands/GetMasterAccountCommand.js.map +0 -1
- package/dist/es/commands/GetMemberCommand.js +0 -40
- package/dist/es/commands/GetMemberCommand.js.map +0 -1
- package/dist/es/commands/GetUsageStatisticsCommand.js +0 -40
- package/dist/es/commands/GetUsageStatisticsCommand.js.map +0 -1
- package/dist/es/commands/GetUsageTotalsCommand.js +0 -40
- package/dist/es/commands/GetUsageTotalsCommand.js.map +0 -1
- package/dist/es/commands/ListClassificationJobsCommand.js +0 -40
- package/dist/es/commands/ListClassificationJobsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomDataIdentifiersCommand.js +0 -40
- package/dist/es/commands/ListCustomDataIdentifiersCommand.js.map +0 -1
- package/dist/es/commands/ListFindingsCommand.js +0 -40
- package/dist/es/commands/ListFindingsCommand.js.map +0 -1
- package/dist/es/commands/ListFindingsFiltersCommand.js +0 -40
- package/dist/es/commands/ListFindingsFiltersCommand.js.map +0 -1
- package/dist/es/commands/ListInvitationsCommand.js +0 -40
- package/dist/es/commands/ListInvitationsCommand.js.map +0 -1
- package/dist/es/commands/ListManagedDataIdentifiersCommand.js +0 -40
- package/dist/es/commands/ListManagedDataIdentifiersCommand.js.map +0 -1
- package/dist/es/commands/ListMembersCommand.js +0 -40
- package/dist/es/commands/ListMembersCommand.js.map +0 -1
- package/dist/es/commands/ListOrganizationAdminAccountsCommand.js +0 -40
- package/dist/es/commands/ListOrganizationAdminAccountsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutClassificationExportConfigurationCommand.js +0 -40
- package/dist/es/commands/PutClassificationExportConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutFindingsPublicationConfigurationCommand.js +0 -40
- package/dist/es/commands/PutFindingsPublicationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/SearchResourcesCommand.js +0 -40
- package/dist/es/commands/SearchResourcesCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/TestCustomDataIdentifierCommand.js +0 -40
- package/dist/es/commands/TestCustomDataIdentifierCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateClassificationJobCommand.js +0 -40
- package/dist/es/commands/UpdateClassificationJobCommand.js.map +0 -1
- package/dist/es/commands/UpdateFindingsFilterCommand.js +0 -40
- package/dist/es/commands/UpdateFindingsFilterCommand.js.map +0 -1
- package/dist/es/commands/UpdateMacieSessionCommand.js +0 -40
- package/dist/es/commands/UpdateMacieSessionCommand.js.map +0 -1
- package/dist/es/commands/UpdateMemberSessionCommand.js +0 -40
- package/dist/es/commands/UpdateMemberSessionCommand.js.map +0 -1
- package/dist/es/commands/UpdateOrganizationConfigurationCommand.js +0 -40
- package/dist/es/commands/UpdateOrganizationConfigurationCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -74
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -72
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1244
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/DescribeBucketsPaginator.js +0 -75
- package/dist/es/pagination/DescribeBucketsPaginator.js.map +0 -1
- package/dist/es/pagination/GetUsageStatisticsPaginator.js +0 -75
- package/dist/es/pagination/GetUsageStatisticsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListClassificationJobsPaginator.js +0 -75
- package/dist/es/pagination/ListClassificationJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomDataIdentifiersPaginator.js +0 -75
- package/dist/es/pagination/ListCustomDataIdentifiersPaginator.js.map +0 -1
- package/dist/es/pagination/ListFindingsFiltersPaginator.js +0 -75
- package/dist/es/pagination/ListFindingsFiltersPaginator.js.map +0 -1
- package/dist/es/pagination/ListFindingsPaginator.js +0 -75
- package/dist/es/pagination/ListFindingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInvitationsPaginator.js +0 -75
- package/dist/es/pagination/ListInvitationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMembersPaginator.js +0 -75
- package/dist/es/pagination/ListMembersPaginator.js.map +0 -1
- package/dist/es/pagination/ListOrganizationAdminAccountsPaginator.js +0 -75
- package/dist/es/pagination/ListOrganizationAdminAccountsPaginator.js.map +0 -1
- package/dist/es/pagination/SearchResourcesPaginator.js +0 -75
- package/dist/es/pagination/SearchResourcesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -9624
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Macie2.d.ts +0 -406
- package/dist/types/Macie2Client.d.ts +0 -189
- package/dist/types/commands/AcceptInvitationCommand.d.ts +0 -35
- package/dist/types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +0 -35
- package/dist/types/commands/CreateClassificationJobCommand.d.ts +0 -35
- package/dist/types/commands/CreateCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/commands/CreateFindingsFilterCommand.d.ts +0 -35
- package/dist/types/commands/CreateInvitationsCommand.d.ts +0 -35
- package/dist/types/commands/CreateMemberCommand.d.ts +0 -35
- package/dist/types/commands/CreateSampleFindingsCommand.d.ts +0 -35
- package/dist/types/commands/DeclineInvitationsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFindingsFilterCommand.d.ts +0 -35
- package/dist/types/commands/DeleteInvitationsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteMemberCommand.d.ts +0 -35
- package/dist/types/commands/DescribeBucketsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeClassificationJobCommand.d.ts +0 -35
- package/dist/types/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/DisableMacieCommand.d.ts +0 -35
- package/dist/types/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateFromAdministratorAccountCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateFromMasterAccountCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateMemberCommand.d.ts +0 -35
- package/dist/types/commands/EnableMacieCommand.d.ts +0 -35
- package/dist/types/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -35
- package/dist/types/commands/GetAdministratorAccountCommand.d.ts +0 -35
- package/dist/types/commands/GetBucketStatisticsCommand.d.ts +0 -35
- package/dist/types/commands/GetClassificationExportConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/GetCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/commands/GetFindingStatisticsCommand.d.ts +0 -35
- package/dist/types/commands/GetFindingsCommand.d.ts +0 -35
- package/dist/types/commands/GetFindingsFilterCommand.d.ts +0 -35
- package/dist/types/commands/GetFindingsPublicationConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/GetInvitationsCountCommand.d.ts +0 -35
- package/dist/types/commands/GetMacieSessionCommand.d.ts +0 -35
- package/dist/types/commands/GetMasterAccountCommand.d.ts +0 -35
- package/dist/types/commands/GetMemberCommand.d.ts +0 -35
- package/dist/types/commands/GetUsageStatisticsCommand.d.ts +0 -35
- package/dist/types/commands/GetUsageTotalsCommand.d.ts +0 -35
- package/dist/types/commands/ListClassificationJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListCustomDataIdentifiersCommand.d.ts +0 -35
- package/dist/types/commands/ListFindingsCommand.d.ts +0 -35
- package/dist/types/commands/ListFindingsFiltersCommand.d.ts +0 -35
- package/dist/types/commands/ListInvitationsCommand.d.ts +0 -35
- package/dist/types/commands/ListManagedDataIdentifiersCommand.d.ts +0 -35
- package/dist/types/commands/ListMembersCommand.d.ts +0 -35
- package/dist/types/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/PutClassificationExportConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/PutFindingsPublicationConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/SearchResourcesCommand.d.ts +0 -35
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/TestCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateClassificationJobCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFindingsFilterCommand.d.ts +0 -35
- package/dist/types/commands/UpdateMacieSessionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateMemberSessionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -35
- package/dist/types/models/models_0.d.ts +0 -5094
- package/dist/types/pagination/DescribeBucketsPaginator.d.ts +0 -4
- package/dist/types/pagination/GetUsageStatisticsPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListClassificationJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCustomDataIdentifiersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFindingsFiltersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFindingsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInvitationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMembersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +0 -4
- package/dist/types/pagination/SearchResourcesPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -173
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Macie2.d.ts +0 -406
- package/dist/types/ts3.4/Macie2Client.d.ts +0 -189
- package/dist/types/ts3.4/commands/AcceptInvitationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchGetCustomDataIdentifiersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateClassificationJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFindingsFilterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateInvitationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateMemberCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeclineInvitationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFindingsFilterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteInvitationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteMemberCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeBucketsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeClassificationJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisableMacieCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateMemberCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/EnableMacieCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetBucketStatisticsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetClassificationExportConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFindingStatisticsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFindingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFindingsFilterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFindingsPublicationConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetInvitationsCountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMacieSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMasterAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMemberCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetUsageTotalsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListClassificationJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFindingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInvitationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListMembersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/SearchResourcesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -5094
- package/dist/types/ts3.4/pagination/DescribeBucketsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListClassificationJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCustomDataIdentifiersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFindingsFiltersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFindingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInvitationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMembersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/SearchResourcesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -173
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -78
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -6455
- package/pagination/DescribeBucketsPaginator.ts +0 -58
- package/pagination/GetUsageStatisticsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListClassificationJobsPaginator.ts +0 -58
- package/pagination/ListCustomDataIdentifiersPaginator.ts +0 -58
- package/pagination/ListFindingsFiltersPaginator.ts +0 -58
- package/pagination/ListFindingsPaginator.ts +0 -58
- package/pagination/ListInvitationsPaginator.ts +0 -58
- package/pagination/ListMembersPaginator.ts +0 -54
- package/pagination/ListOrganizationAdminAccountsPaginator.ts +0 -58
- package/pagination/SearchResourcesPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -10255
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
package/Macie2.ts
DELETED
|
@@ -1,2054 +0,0 @@
|
|
|
1
|
-
import { Macie2Client } from "./Macie2Client";
|
|
2
|
-
import {
|
|
3
|
-
AcceptInvitationCommand,
|
|
4
|
-
AcceptInvitationCommandInput,
|
|
5
|
-
AcceptInvitationCommandOutput,
|
|
6
|
-
} from "./commands/AcceptInvitationCommand";
|
|
7
|
-
import {
|
|
8
|
-
BatchGetCustomDataIdentifiersCommand,
|
|
9
|
-
BatchGetCustomDataIdentifiersCommandInput,
|
|
10
|
-
BatchGetCustomDataIdentifiersCommandOutput,
|
|
11
|
-
} from "./commands/BatchGetCustomDataIdentifiersCommand";
|
|
12
|
-
import {
|
|
13
|
-
CreateClassificationJobCommand,
|
|
14
|
-
CreateClassificationJobCommandInput,
|
|
15
|
-
CreateClassificationJobCommandOutput,
|
|
16
|
-
} from "./commands/CreateClassificationJobCommand";
|
|
17
|
-
import {
|
|
18
|
-
CreateCustomDataIdentifierCommand,
|
|
19
|
-
CreateCustomDataIdentifierCommandInput,
|
|
20
|
-
CreateCustomDataIdentifierCommandOutput,
|
|
21
|
-
} from "./commands/CreateCustomDataIdentifierCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateFindingsFilterCommand,
|
|
24
|
-
CreateFindingsFilterCommandInput,
|
|
25
|
-
CreateFindingsFilterCommandOutput,
|
|
26
|
-
} from "./commands/CreateFindingsFilterCommand";
|
|
27
|
-
import {
|
|
28
|
-
CreateInvitationsCommand,
|
|
29
|
-
CreateInvitationsCommandInput,
|
|
30
|
-
CreateInvitationsCommandOutput,
|
|
31
|
-
} from "./commands/CreateInvitationsCommand";
|
|
32
|
-
import {
|
|
33
|
-
CreateMemberCommand,
|
|
34
|
-
CreateMemberCommandInput,
|
|
35
|
-
CreateMemberCommandOutput,
|
|
36
|
-
} from "./commands/CreateMemberCommand";
|
|
37
|
-
import {
|
|
38
|
-
CreateSampleFindingsCommand,
|
|
39
|
-
CreateSampleFindingsCommandInput,
|
|
40
|
-
CreateSampleFindingsCommandOutput,
|
|
41
|
-
} from "./commands/CreateSampleFindingsCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeclineInvitationsCommand,
|
|
44
|
-
DeclineInvitationsCommandInput,
|
|
45
|
-
DeclineInvitationsCommandOutput,
|
|
46
|
-
} from "./commands/DeclineInvitationsCommand";
|
|
47
|
-
import {
|
|
48
|
-
DeleteCustomDataIdentifierCommand,
|
|
49
|
-
DeleteCustomDataIdentifierCommandInput,
|
|
50
|
-
DeleteCustomDataIdentifierCommandOutput,
|
|
51
|
-
} from "./commands/DeleteCustomDataIdentifierCommand";
|
|
52
|
-
import {
|
|
53
|
-
DeleteFindingsFilterCommand,
|
|
54
|
-
DeleteFindingsFilterCommandInput,
|
|
55
|
-
DeleteFindingsFilterCommandOutput,
|
|
56
|
-
} from "./commands/DeleteFindingsFilterCommand";
|
|
57
|
-
import {
|
|
58
|
-
DeleteInvitationsCommand,
|
|
59
|
-
DeleteInvitationsCommandInput,
|
|
60
|
-
DeleteInvitationsCommandOutput,
|
|
61
|
-
} from "./commands/DeleteInvitationsCommand";
|
|
62
|
-
import {
|
|
63
|
-
DeleteMemberCommand,
|
|
64
|
-
DeleteMemberCommandInput,
|
|
65
|
-
DeleteMemberCommandOutput,
|
|
66
|
-
} from "./commands/DeleteMemberCommand";
|
|
67
|
-
import {
|
|
68
|
-
DescribeBucketsCommand,
|
|
69
|
-
DescribeBucketsCommandInput,
|
|
70
|
-
DescribeBucketsCommandOutput,
|
|
71
|
-
} from "./commands/DescribeBucketsCommand";
|
|
72
|
-
import {
|
|
73
|
-
DescribeClassificationJobCommand,
|
|
74
|
-
DescribeClassificationJobCommandInput,
|
|
75
|
-
DescribeClassificationJobCommandOutput,
|
|
76
|
-
} from "./commands/DescribeClassificationJobCommand";
|
|
77
|
-
import {
|
|
78
|
-
DescribeOrganizationConfigurationCommand,
|
|
79
|
-
DescribeOrganizationConfigurationCommandInput,
|
|
80
|
-
DescribeOrganizationConfigurationCommandOutput,
|
|
81
|
-
} from "./commands/DescribeOrganizationConfigurationCommand";
|
|
82
|
-
import {
|
|
83
|
-
DisableMacieCommand,
|
|
84
|
-
DisableMacieCommandInput,
|
|
85
|
-
DisableMacieCommandOutput,
|
|
86
|
-
} from "./commands/DisableMacieCommand";
|
|
87
|
-
import {
|
|
88
|
-
DisableOrganizationAdminAccountCommand,
|
|
89
|
-
DisableOrganizationAdminAccountCommandInput,
|
|
90
|
-
DisableOrganizationAdminAccountCommandOutput,
|
|
91
|
-
} from "./commands/DisableOrganizationAdminAccountCommand";
|
|
92
|
-
import {
|
|
93
|
-
DisassociateFromAdministratorAccountCommand,
|
|
94
|
-
DisassociateFromAdministratorAccountCommandInput,
|
|
95
|
-
DisassociateFromAdministratorAccountCommandOutput,
|
|
96
|
-
} from "./commands/DisassociateFromAdministratorAccountCommand";
|
|
97
|
-
import {
|
|
98
|
-
DisassociateFromMasterAccountCommand,
|
|
99
|
-
DisassociateFromMasterAccountCommandInput,
|
|
100
|
-
DisassociateFromMasterAccountCommandOutput,
|
|
101
|
-
} from "./commands/DisassociateFromMasterAccountCommand";
|
|
102
|
-
import {
|
|
103
|
-
DisassociateMemberCommand,
|
|
104
|
-
DisassociateMemberCommandInput,
|
|
105
|
-
DisassociateMemberCommandOutput,
|
|
106
|
-
} from "./commands/DisassociateMemberCommand";
|
|
107
|
-
import { EnableMacieCommand, EnableMacieCommandInput, EnableMacieCommandOutput } from "./commands/EnableMacieCommand";
|
|
108
|
-
import {
|
|
109
|
-
EnableOrganizationAdminAccountCommand,
|
|
110
|
-
EnableOrganizationAdminAccountCommandInput,
|
|
111
|
-
EnableOrganizationAdminAccountCommandOutput,
|
|
112
|
-
} from "./commands/EnableOrganizationAdminAccountCommand";
|
|
113
|
-
import {
|
|
114
|
-
GetAdministratorAccountCommand,
|
|
115
|
-
GetAdministratorAccountCommandInput,
|
|
116
|
-
GetAdministratorAccountCommandOutput,
|
|
117
|
-
} from "./commands/GetAdministratorAccountCommand";
|
|
118
|
-
import {
|
|
119
|
-
GetBucketStatisticsCommand,
|
|
120
|
-
GetBucketStatisticsCommandInput,
|
|
121
|
-
GetBucketStatisticsCommandOutput,
|
|
122
|
-
} from "./commands/GetBucketStatisticsCommand";
|
|
123
|
-
import {
|
|
124
|
-
GetClassificationExportConfigurationCommand,
|
|
125
|
-
GetClassificationExportConfigurationCommandInput,
|
|
126
|
-
GetClassificationExportConfigurationCommandOutput,
|
|
127
|
-
} from "./commands/GetClassificationExportConfigurationCommand";
|
|
128
|
-
import {
|
|
129
|
-
GetCustomDataIdentifierCommand,
|
|
130
|
-
GetCustomDataIdentifierCommandInput,
|
|
131
|
-
GetCustomDataIdentifierCommandOutput,
|
|
132
|
-
} from "./commands/GetCustomDataIdentifierCommand";
|
|
133
|
-
import {
|
|
134
|
-
GetFindingStatisticsCommand,
|
|
135
|
-
GetFindingStatisticsCommandInput,
|
|
136
|
-
GetFindingStatisticsCommandOutput,
|
|
137
|
-
} from "./commands/GetFindingStatisticsCommand";
|
|
138
|
-
import { GetFindingsCommand, GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
|
|
139
|
-
import {
|
|
140
|
-
GetFindingsFilterCommand,
|
|
141
|
-
GetFindingsFilterCommandInput,
|
|
142
|
-
GetFindingsFilterCommandOutput,
|
|
143
|
-
} from "./commands/GetFindingsFilterCommand";
|
|
144
|
-
import {
|
|
145
|
-
GetFindingsPublicationConfigurationCommand,
|
|
146
|
-
GetFindingsPublicationConfigurationCommandInput,
|
|
147
|
-
GetFindingsPublicationConfigurationCommandOutput,
|
|
148
|
-
} from "./commands/GetFindingsPublicationConfigurationCommand";
|
|
149
|
-
import {
|
|
150
|
-
GetInvitationsCountCommand,
|
|
151
|
-
GetInvitationsCountCommandInput,
|
|
152
|
-
GetInvitationsCountCommandOutput,
|
|
153
|
-
} from "./commands/GetInvitationsCountCommand";
|
|
154
|
-
import {
|
|
155
|
-
GetMacieSessionCommand,
|
|
156
|
-
GetMacieSessionCommandInput,
|
|
157
|
-
GetMacieSessionCommandOutput,
|
|
158
|
-
} from "./commands/GetMacieSessionCommand";
|
|
159
|
-
import {
|
|
160
|
-
GetMasterAccountCommand,
|
|
161
|
-
GetMasterAccountCommandInput,
|
|
162
|
-
GetMasterAccountCommandOutput,
|
|
163
|
-
} from "./commands/GetMasterAccountCommand";
|
|
164
|
-
import { GetMemberCommand, GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
|
|
165
|
-
import {
|
|
166
|
-
GetUsageStatisticsCommand,
|
|
167
|
-
GetUsageStatisticsCommandInput,
|
|
168
|
-
GetUsageStatisticsCommandOutput,
|
|
169
|
-
} from "./commands/GetUsageStatisticsCommand";
|
|
170
|
-
import {
|
|
171
|
-
GetUsageTotalsCommand,
|
|
172
|
-
GetUsageTotalsCommandInput,
|
|
173
|
-
GetUsageTotalsCommandOutput,
|
|
174
|
-
} from "./commands/GetUsageTotalsCommand";
|
|
175
|
-
import {
|
|
176
|
-
ListClassificationJobsCommand,
|
|
177
|
-
ListClassificationJobsCommandInput,
|
|
178
|
-
ListClassificationJobsCommandOutput,
|
|
179
|
-
} from "./commands/ListClassificationJobsCommand";
|
|
180
|
-
import {
|
|
181
|
-
ListCustomDataIdentifiersCommand,
|
|
182
|
-
ListCustomDataIdentifiersCommandInput,
|
|
183
|
-
ListCustomDataIdentifiersCommandOutput,
|
|
184
|
-
} from "./commands/ListCustomDataIdentifiersCommand";
|
|
185
|
-
import {
|
|
186
|
-
ListFindingsCommand,
|
|
187
|
-
ListFindingsCommandInput,
|
|
188
|
-
ListFindingsCommandOutput,
|
|
189
|
-
} from "./commands/ListFindingsCommand";
|
|
190
|
-
import {
|
|
191
|
-
ListFindingsFiltersCommand,
|
|
192
|
-
ListFindingsFiltersCommandInput,
|
|
193
|
-
ListFindingsFiltersCommandOutput,
|
|
194
|
-
} from "./commands/ListFindingsFiltersCommand";
|
|
195
|
-
import {
|
|
196
|
-
ListInvitationsCommand,
|
|
197
|
-
ListInvitationsCommandInput,
|
|
198
|
-
ListInvitationsCommandOutput,
|
|
199
|
-
} from "./commands/ListInvitationsCommand";
|
|
200
|
-
import {
|
|
201
|
-
ListManagedDataIdentifiersCommand,
|
|
202
|
-
ListManagedDataIdentifiersCommandInput,
|
|
203
|
-
ListManagedDataIdentifiersCommandOutput,
|
|
204
|
-
} from "./commands/ListManagedDataIdentifiersCommand";
|
|
205
|
-
import { ListMembersCommand, ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
206
|
-
import {
|
|
207
|
-
ListOrganizationAdminAccountsCommand,
|
|
208
|
-
ListOrganizationAdminAccountsCommandInput,
|
|
209
|
-
ListOrganizationAdminAccountsCommandOutput,
|
|
210
|
-
} from "./commands/ListOrganizationAdminAccountsCommand";
|
|
211
|
-
import {
|
|
212
|
-
ListTagsForResourceCommand,
|
|
213
|
-
ListTagsForResourceCommandInput,
|
|
214
|
-
ListTagsForResourceCommandOutput,
|
|
215
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
216
|
-
import {
|
|
217
|
-
PutClassificationExportConfigurationCommand,
|
|
218
|
-
PutClassificationExportConfigurationCommandInput,
|
|
219
|
-
PutClassificationExportConfigurationCommandOutput,
|
|
220
|
-
} from "./commands/PutClassificationExportConfigurationCommand";
|
|
221
|
-
import {
|
|
222
|
-
PutFindingsPublicationConfigurationCommand,
|
|
223
|
-
PutFindingsPublicationConfigurationCommandInput,
|
|
224
|
-
PutFindingsPublicationConfigurationCommandOutput,
|
|
225
|
-
} from "./commands/PutFindingsPublicationConfigurationCommand";
|
|
226
|
-
import {
|
|
227
|
-
SearchResourcesCommand,
|
|
228
|
-
SearchResourcesCommandInput,
|
|
229
|
-
SearchResourcesCommandOutput,
|
|
230
|
-
} from "./commands/SearchResourcesCommand";
|
|
231
|
-
import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
232
|
-
import {
|
|
233
|
-
TestCustomDataIdentifierCommand,
|
|
234
|
-
TestCustomDataIdentifierCommandInput,
|
|
235
|
-
TestCustomDataIdentifierCommandOutput,
|
|
236
|
-
} from "./commands/TestCustomDataIdentifierCommand";
|
|
237
|
-
import {
|
|
238
|
-
UntagResourceCommand,
|
|
239
|
-
UntagResourceCommandInput,
|
|
240
|
-
UntagResourceCommandOutput,
|
|
241
|
-
} from "./commands/UntagResourceCommand";
|
|
242
|
-
import {
|
|
243
|
-
UpdateClassificationJobCommand,
|
|
244
|
-
UpdateClassificationJobCommandInput,
|
|
245
|
-
UpdateClassificationJobCommandOutput,
|
|
246
|
-
} from "./commands/UpdateClassificationJobCommand";
|
|
247
|
-
import {
|
|
248
|
-
UpdateFindingsFilterCommand,
|
|
249
|
-
UpdateFindingsFilterCommandInput,
|
|
250
|
-
UpdateFindingsFilterCommandOutput,
|
|
251
|
-
} from "./commands/UpdateFindingsFilterCommand";
|
|
252
|
-
import {
|
|
253
|
-
UpdateMacieSessionCommand,
|
|
254
|
-
UpdateMacieSessionCommandInput,
|
|
255
|
-
UpdateMacieSessionCommandOutput,
|
|
256
|
-
} from "./commands/UpdateMacieSessionCommand";
|
|
257
|
-
import {
|
|
258
|
-
UpdateMemberSessionCommand,
|
|
259
|
-
UpdateMemberSessionCommandInput,
|
|
260
|
-
UpdateMemberSessionCommandOutput,
|
|
261
|
-
} from "./commands/UpdateMemberSessionCommand";
|
|
262
|
-
import {
|
|
263
|
-
UpdateOrganizationConfigurationCommand,
|
|
264
|
-
UpdateOrganizationConfigurationCommandInput,
|
|
265
|
-
UpdateOrganizationConfigurationCommandOutput,
|
|
266
|
-
} from "./commands/UpdateOrganizationConfigurationCommand";
|
|
267
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
268
|
-
|
|
269
|
-
/**
|
|
270
|
-
* <p>Amazon Macie is a fully managed data security and data privacy service that uses machine learning and pattern matching to discover and protect your sensitive data in AWS. Macie automates the discovery of sensitive data, such as PII and intellectual property, to provide you with insight into the data that your organization stores in AWS. Macie also provides an inventory of your Amazon S3 buckets, which it continually monitors for you. If Macie detects sensitive data or potential data access issues, it generates detailed findings for you to review and act upon as necessary.</p>
|
|
271
|
-
*/
|
|
272
|
-
export class Macie2 extends Macie2Client {
|
|
273
|
-
/**
|
|
274
|
-
* <p>Accepts an Amazon Macie membership invitation that was received from a specific account.</p>
|
|
275
|
-
*/
|
|
276
|
-
public acceptInvitation(
|
|
277
|
-
args: AcceptInvitationCommandInput,
|
|
278
|
-
options?: __HttpHandlerOptions
|
|
279
|
-
): Promise<AcceptInvitationCommandOutput>;
|
|
280
|
-
public acceptInvitation(
|
|
281
|
-
args: AcceptInvitationCommandInput,
|
|
282
|
-
cb: (err: any, data?: AcceptInvitationCommandOutput) => void
|
|
283
|
-
): void;
|
|
284
|
-
public acceptInvitation(
|
|
285
|
-
args: AcceptInvitationCommandInput,
|
|
286
|
-
options: __HttpHandlerOptions,
|
|
287
|
-
cb: (err: any, data?: AcceptInvitationCommandOutput) => void
|
|
288
|
-
): void;
|
|
289
|
-
public acceptInvitation(
|
|
290
|
-
args: AcceptInvitationCommandInput,
|
|
291
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AcceptInvitationCommandOutput) => void),
|
|
292
|
-
cb?: (err: any, data?: AcceptInvitationCommandOutput) => void
|
|
293
|
-
): Promise<AcceptInvitationCommandOutput> | void {
|
|
294
|
-
const command = new AcceptInvitationCommand(args);
|
|
295
|
-
if (typeof optionsOrCb === "function") {
|
|
296
|
-
this.send(command, optionsOrCb);
|
|
297
|
-
} else if (typeof cb === "function") {
|
|
298
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
299
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
300
|
-
} else {
|
|
301
|
-
return this.send(command, optionsOrCb);
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
/**
|
|
306
|
-
* <p>Retrieves information about one or more custom data identifiers.</p>
|
|
307
|
-
*/
|
|
308
|
-
public batchGetCustomDataIdentifiers(
|
|
309
|
-
args: BatchGetCustomDataIdentifiersCommandInput,
|
|
310
|
-
options?: __HttpHandlerOptions
|
|
311
|
-
): Promise<BatchGetCustomDataIdentifiersCommandOutput>;
|
|
312
|
-
public batchGetCustomDataIdentifiers(
|
|
313
|
-
args: BatchGetCustomDataIdentifiersCommandInput,
|
|
314
|
-
cb: (err: any, data?: BatchGetCustomDataIdentifiersCommandOutput) => void
|
|
315
|
-
): void;
|
|
316
|
-
public batchGetCustomDataIdentifiers(
|
|
317
|
-
args: BatchGetCustomDataIdentifiersCommandInput,
|
|
318
|
-
options: __HttpHandlerOptions,
|
|
319
|
-
cb: (err: any, data?: BatchGetCustomDataIdentifiersCommandOutput) => void
|
|
320
|
-
): void;
|
|
321
|
-
public batchGetCustomDataIdentifiers(
|
|
322
|
-
args: BatchGetCustomDataIdentifiersCommandInput,
|
|
323
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchGetCustomDataIdentifiersCommandOutput) => void),
|
|
324
|
-
cb?: (err: any, data?: BatchGetCustomDataIdentifiersCommandOutput) => void
|
|
325
|
-
): Promise<BatchGetCustomDataIdentifiersCommandOutput> | void {
|
|
326
|
-
const command = new BatchGetCustomDataIdentifiersCommand(args);
|
|
327
|
-
if (typeof optionsOrCb === "function") {
|
|
328
|
-
this.send(command, optionsOrCb);
|
|
329
|
-
} else if (typeof cb === "function") {
|
|
330
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
331
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
332
|
-
} else {
|
|
333
|
-
return this.send(command, optionsOrCb);
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
/**
|
|
338
|
-
* <p>Creates and defines the settings for a classification job.</p>
|
|
339
|
-
*/
|
|
340
|
-
public createClassificationJob(
|
|
341
|
-
args: CreateClassificationJobCommandInput,
|
|
342
|
-
options?: __HttpHandlerOptions
|
|
343
|
-
): Promise<CreateClassificationJobCommandOutput>;
|
|
344
|
-
public createClassificationJob(
|
|
345
|
-
args: CreateClassificationJobCommandInput,
|
|
346
|
-
cb: (err: any, data?: CreateClassificationJobCommandOutput) => void
|
|
347
|
-
): void;
|
|
348
|
-
public createClassificationJob(
|
|
349
|
-
args: CreateClassificationJobCommandInput,
|
|
350
|
-
options: __HttpHandlerOptions,
|
|
351
|
-
cb: (err: any, data?: CreateClassificationJobCommandOutput) => void
|
|
352
|
-
): void;
|
|
353
|
-
public createClassificationJob(
|
|
354
|
-
args: CreateClassificationJobCommandInput,
|
|
355
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateClassificationJobCommandOutput) => void),
|
|
356
|
-
cb?: (err: any, data?: CreateClassificationJobCommandOutput) => void
|
|
357
|
-
): Promise<CreateClassificationJobCommandOutput> | void {
|
|
358
|
-
const command = new CreateClassificationJobCommand(args);
|
|
359
|
-
if (typeof optionsOrCb === "function") {
|
|
360
|
-
this.send(command, optionsOrCb);
|
|
361
|
-
} else if (typeof cb === "function") {
|
|
362
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
363
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
364
|
-
} else {
|
|
365
|
-
return this.send(command, optionsOrCb);
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
/**
|
|
370
|
-
* <p>Creates and defines the criteria and other settings for a custom data identifier.</p>
|
|
371
|
-
*/
|
|
372
|
-
public createCustomDataIdentifier(
|
|
373
|
-
args: CreateCustomDataIdentifierCommandInput,
|
|
374
|
-
options?: __HttpHandlerOptions
|
|
375
|
-
): Promise<CreateCustomDataIdentifierCommandOutput>;
|
|
376
|
-
public createCustomDataIdentifier(
|
|
377
|
-
args: CreateCustomDataIdentifierCommandInput,
|
|
378
|
-
cb: (err: any, data?: CreateCustomDataIdentifierCommandOutput) => void
|
|
379
|
-
): void;
|
|
380
|
-
public createCustomDataIdentifier(
|
|
381
|
-
args: CreateCustomDataIdentifierCommandInput,
|
|
382
|
-
options: __HttpHandlerOptions,
|
|
383
|
-
cb: (err: any, data?: CreateCustomDataIdentifierCommandOutput) => void
|
|
384
|
-
): void;
|
|
385
|
-
public createCustomDataIdentifier(
|
|
386
|
-
args: CreateCustomDataIdentifierCommandInput,
|
|
387
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateCustomDataIdentifierCommandOutput) => void),
|
|
388
|
-
cb?: (err: any, data?: CreateCustomDataIdentifierCommandOutput) => void
|
|
389
|
-
): Promise<CreateCustomDataIdentifierCommandOutput> | void {
|
|
390
|
-
const command = new CreateCustomDataIdentifierCommand(args);
|
|
391
|
-
if (typeof optionsOrCb === "function") {
|
|
392
|
-
this.send(command, optionsOrCb);
|
|
393
|
-
} else if (typeof cb === "function") {
|
|
394
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
395
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
396
|
-
} else {
|
|
397
|
-
return this.send(command, optionsOrCb);
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
/**
|
|
402
|
-
* <p>Creates and defines the criteria and other settings for a findings filter.</p>
|
|
403
|
-
*/
|
|
404
|
-
public createFindingsFilter(
|
|
405
|
-
args: CreateFindingsFilterCommandInput,
|
|
406
|
-
options?: __HttpHandlerOptions
|
|
407
|
-
): Promise<CreateFindingsFilterCommandOutput>;
|
|
408
|
-
public createFindingsFilter(
|
|
409
|
-
args: CreateFindingsFilterCommandInput,
|
|
410
|
-
cb: (err: any, data?: CreateFindingsFilterCommandOutput) => void
|
|
411
|
-
): void;
|
|
412
|
-
public createFindingsFilter(
|
|
413
|
-
args: CreateFindingsFilterCommandInput,
|
|
414
|
-
options: __HttpHandlerOptions,
|
|
415
|
-
cb: (err: any, data?: CreateFindingsFilterCommandOutput) => void
|
|
416
|
-
): void;
|
|
417
|
-
public createFindingsFilter(
|
|
418
|
-
args: CreateFindingsFilterCommandInput,
|
|
419
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateFindingsFilterCommandOutput) => void),
|
|
420
|
-
cb?: (err: any, data?: CreateFindingsFilterCommandOutput) => void
|
|
421
|
-
): Promise<CreateFindingsFilterCommandOutput> | void {
|
|
422
|
-
const command = new CreateFindingsFilterCommand(args);
|
|
423
|
-
if (typeof optionsOrCb === "function") {
|
|
424
|
-
this.send(command, optionsOrCb);
|
|
425
|
-
} else if (typeof cb === "function") {
|
|
426
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
427
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
428
|
-
} else {
|
|
429
|
-
return this.send(command, optionsOrCb);
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
/**
|
|
434
|
-
* <p>Sends an Amazon Macie membership invitation to one or more accounts.</p>
|
|
435
|
-
*/
|
|
436
|
-
public createInvitations(
|
|
437
|
-
args: CreateInvitationsCommandInput,
|
|
438
|
-
options?: __HttpHandlerOptions
|
|
439
|
-
): Promise<CreateInvitationsCommandOutput>;
|
|
440
|
-
public createInvitations(
|
|
441
|
-
args: CreateInvitationsCommandInput,
|
|
442
|
-
cb: (err: any, data?: CreateInvitationsCommandOutput) => void
|
|
443
|
-
): void;
|
|
444
|
-
public createInvitations(
|
|
445
|
-
args: CreateInvitationsCommandInput,
|
|
446
|
-
options: __HttpHandlerOptions,
|
|
447
|
-
cb: (err: any, data?: CreateInvitationsCommandOutput) => void
|
|
448
|
-
): void;
|
|
449
|
-
public createInvitations(
|
|
450
|
-
args: CreateInvitationsCommandInput,
|
|
451
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateInvitationsCommandOutput) => void),
|
|
452
|
-
cb?: (err: any, data?: CreateInvitationsCommandOutput) => void
|
|
453
|
-
): Promise<CreateInvitationsCommandOutput> | void {
|
|
454
|
-
const command = new CreateInvitationsCommand(args);
|
|
455
|
-
if (typeof optionsOrCb === "function") {
|
|
456
|
-
this.send(command, optionsOrCb);
|
|
457
|
-
} else if (typeof cb === "function") {
|
|
458
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
459
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
460
|
-
} else {
|
|
461
|
-
return this.send(command, optionsOrCb);
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
/**
|
|
466
|
-
* <p>Associates an account with an Amazon Macie administrator account.</p>
|
|
467
|
-
*/
|
|
468
|
-
public createMember(
|
|
469
|
-
args: CreateMemberCommandInput,
|
|
470
|
-
options?: __HttpHandlerOptions
|
|
471
|
-
): Promise<CreateMemberCommandOutput>;
|
|
472
|
-
public createMember(args: CreateMemberCommandInput, cb: (err: any, data?: CreateMemberCommandOutput) => void): void;
|
|
473
|
-
public createMember(
|
|
474
|
-
args: CreateMemberCommandInput,
|
|
475
|
-
options: __HttpHandlerOptions,
|
|
476
|
-
cb: (err: any, data?: CreateMemberCommandOutput) => void
|
|
477
|
-
): void;
|
|
478
|
-
public createMember(
|
|
479
|
-
args: CreateMemberCommandInput,
|
|
480
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateMemberCommandOutput) => void),
|
|
481
|
-
cb?: (err: any, data?: CreateMemberCommandOutput) => void
|
|
482
|
-
): Promise<CreateMemberCommandOutput> | void {
|
|
483
|
-
const command = new CreateMemberCommand(args);
|
|
484
|
-
if (typeof optionsOrCb === "function") {
|
|
485
|
-
this.send(command, optionsOrCb);
|
|
486
|
-
} else if (typeof cb === "function") {
|
|
487
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
488
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
489
|
-
} else {
|
|
490
|
-
return this.send(command, optionsOrCb);
|
|
491
|
-
}
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
/**
|
|
495
|
-
* <p>Creates sample findings.</p>
|
|
496
|
-
*/
|
|
497
|
-
public createSampleFindings(
|
|
498
|
-
args: CreateSampleFindingsCommandInput,
|
|
499
|
-
options?: __HttpHandlerOptions
|
|
500
|
-
): Promise<CreateSampleFindingsCommandOutput>;
|
|
501
|
-
public createSampleFindings(
|
|
502
|
-
args: CreateSampleFindingsCommandInput,
|
|
503
|
-
cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void
|
|
504
|
-
): void;
|
|
505
|
-
public createSampleFindings(
|
|
506
|
-
args: CreateSampleFindingsCommandInput,
|
|
507
|
-
options: __HttpHandlerOptions,
|
|
508
|
-
cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void
|
|
509
|
-
): void;
|
|
510
|
-
public createSampleFindings(
|
|
511
|
-
args: CreateSampleFindingsCommandInput,
|
|
512
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateSampleFindingsCommandOutput) => void),
|
|
513
|
-
cb?: (err: any, data?: CreateSampleFindingsCommandOutput) => void
|
|
514
|
-
): Promise<CreateSampleFindingsCommandOutput> | void {
|
|
515
|
-
const command = new CreateSampleFindingsCommand(args);
|
|
516
|
-
if (typeof optionsOrCb === "function") {
|
|
517
|
-
this.send(command, optionsOrCb);
|
|
518
|
-
} else if (typeof cb === "function") {
|
|
519
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
520
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
521
|
-
} else {
|
|
522
|
-
return this.send(command, optionsOrCb);
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
/**
|
|
527
|
-
* <p>Declines Amazon Macie membership invitations that were received from specific accounts.</p>
|
|
528
|
-
*/
|
|
529
|
-
public declineInvitations(
|
|
530
|
-
args: DeclineInvitationsCommandInput,
|
|
531
|
-
options?: __HttpHandlerOptions
|
|
532
|
-
): Promise<DeclineInvitationsCommandOutput>;
|
|
533
|
-
public declineInvitations(
|
|
534
|
-
args: DeclineInvitationsCommandInput,
|
|
535
|
-
cb: (err: any, data?: DeclineInvitationsCommandOutput) => void
|
|
536
|
-
): void;
|
|
537
|
-
public declineInvitations(
|
|
538
|
-
args: DeclineInvitationsCommandInput,
|
|
539
|
-
options: __HttpHandlerOptions,
|
|
540
|
-
cb: (err: any, data?: DeclineInvitationsCommandOutput) => void
|
|
541
|
-
): void;
|
|
542
|
-
public declineInvitations(
|
|
543
|
-
args: DeclineInvitationsCommandInput,
|
|
544
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeclineInvitationsCommandOutput) => void),
|
|
545
|
-
cb?: (err: any, data?: DeclineInvitationsCommandOutput) => void
|
|
546
|
-
): Promise<DeclineInvitationsCommandOutput> | void {
|
|
547
|
-
const command = new DeclineInvitationsCommand(args);
|
|
548
|
-
if (typeof optionsOrCb === "function") {
|
|
549
|
-
this.send(command, optionsOrCb);
|
|
550
|
-
} else if (typeof cb === "function") {
|
|
551
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
552
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
553
|
-
} else {
|
|
554
|
-
return this.send(command, optionsOrCb);
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
/**
|
|
559
|
-
* <p>Soft deletes a custom data identifier.</p>
|
|
560
|
-
*/
|
|
561
|
-
public deleteCustomDataIdentifier(
|
|
562
|
-
args: DeleteCustomDataIdentifierCommandInput,
|
|
563
|
-
options?: __HttpHandlerOptions
|
|
564
|
-
): Promise<DeleteCustomDataIdentifierCommandOutput>;
|
|
565
|
-
public deleteCustomDataIdentifier(
|
|
566
|
-
args: DeleteCustomDataIdentifierCommandInput,
|
|
567
|
-
cb: (err: any, data?: DeleteCustomDataIdentifierCommandOutput) => void
|
|
568
|
-
): void;
|
|
569
|
-
public deleteCustomDataIdentifier(
|
|
570
|
-
args: DeleteCustomDataIdentifierCommandInput,
|
|
571
|
-
options: __HttpHandlerOptions,
|
|
572
|
-
cb: (err: any, data?: DeleteCustomDataIdentifierCommandOutput) => void
|
|
573
|
-
): void;
|
|
574
|
-
public deleteCustomDataIdentifier(
|
|
575
|
-
args: DeleteCustomDataIdentifierCommandInput,
|
|
576
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteCustomDataIdentifierCommandOutput) => void),
|
|
577
|
-
cb?: (err: any, data?: DeleteCustomDataIdentifierCommandOutput) => void
|
|
578
|
-
): Promise<DeleteCustomDataIdentifierCommandOutput> | void {
|
|
579
|
-
const command = new DeleteCustomDataIdentifierCommand(args);
|
|
580
|
-
if (typeof optionsOrCb === "function") {
|
|
581
|
-
this.send(command, optionsOrCb);
|
|
582
|
-
} else if (typeof cb === "function") {
|
|
583
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
584
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
585
|
-
} else {
|
|
586
|
-
return this.send(command, optionsOrCb);
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
/**
|
|
591
|
-
* <p>Deletes a findings filter.</p>
|
|
592
|
-
*/
|
|
593
|
-
public deleteFindingsFilter(
|
|
594
|
-
args: DeleteFindingsFilterCommandInput,
|
|
595
|
-
options?: __HttpHandlerOptions
|
|
596
|
-
): Promise<DeleteFindingsFilterCommandOutput>;
|
|
597
|
-
public deleteFindingsFilter(
|
|
598
|
-
args: DeleteFindingsFilterCommandInput,
|
|
599
|
-
cb: (err: any, data?: DeleteFindingsFilterCommandOutput) => void
|
|
600
|
-
): void;
|
|
601
|
-
public deleteFindingsFilter(
|
|
602
|
-
args: DeleteFindingsFilterCommandInput,
|
|
603
|
-
options: __HttpHandlerOptions,
|
|
604
|
-
cb: (err: any, data?: DeleteFindingsFilterCommandOutput) => void
|
|
605
|
-
): void;
|
|
606
|
-
public deleteFindingsFilter(
|
|
607
|
-
args: DeleteFindingsFilterCommandInput,
|
|
608
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteFindingsFilterCommandOutput) => void),
|
|
609
|
-
cb?: (err: any, data?: DeleteFindingsFilterCommandOutput) => void
|
|
610
|
-
): Promise<DeleteFindingsFilterCommandOutput> | void {
|
|
611
|
-
const command = new DeleteFindingsFilterCommand(args);
|
|
612
|
-
if (typeof optionsOrCb === "function") {
|
|
613
|
-
this.send(command, optionsOrCb);
|
|
614
|
-
} else if (typeof cb === "function") {
|
|
615
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
616
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
617
|
-
} else {
|
|
618
|
-
return this.send(command, optionsOrCb);
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
/**
|
|
623
|
-
* <p>Deletes Amazon Macie membership invitations that were received from specific accounts.</p>
|
|
624
|
-
*/
|
|
625
|
-
public deleteInvitations(
|
|
626
|
-
args: DeleteInvitationsCommandInput,
|
|
627
|
-
options?: __HttpHandlerOptions
|
|
628
|
-
): Promise<DeleteInvitationsCommandOutput>;
|
|
629
|
-
public deleteInvitations(
|
|
630
|
-
args: DeleteInvitationsCommandInput,
|
|
631
|
-
cb: (err: any, data?: DeleteInvitationsCommandOutput) => void
|
|
632
|
-
): void;
|
|
633
|
-
public deleteInvitations(
|
|
634
|
-
args: DeleteInvitationsCommandInput,
|
|
635
|
-
options: __HttpHandlerOptions,
|
|
636
|
-
cb: (err: any, data?: DeleteInvitationsCommandOutput) => void
|
|
637
|
-
): void;
|
|
638
|
-
public deleteInvitations(
|
|
639
|
-
args: DeleteInvitationsCommandInput,
|
|
640
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteInvitationsCommandOutput) => void),
|
|
641
|
-
cb?: (err: any, data?: DeleteInvitationsCommandOutput) => void
|
|
642
|
-
): Promise<DeleteInvitationsCommandOutput> | void {
|
|
643
|
-
const command = new DeleteInvitationsCommand(args);
|
|
644
|
-
if (typeof optionsOrCb === "function") {
|
|
645
|
-
this.send(command, optionsOrCb);
|
|
646
|
-
} else if (typeof cb === "function") {
|
|
647
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
648
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
649
|
-
} else {
|
|
650
|
-
return this.send(command, optionsOrCb);
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
/**
|
|
655
|
-
* <p>Deletes the association between an Amazon Macie administrator account and an account.</p>
|
|
656
|
-
*/
|
|
657
|
-
public deleteMember(
|
|
658
|
-
args: DeleteMemberCommandInput,
|
|
659
|
-
options?: __HttpHandlerOptions
|
|
660
|
-
): Promise<DeleteMemberCommandOutput>;
|
|
661
|
-
public deleteMember(args: DeleteMemberCommandInput, cb: (err: any, data?: DeleteMemberCommandOutput) => void): void;
|
|
662
|
-
public deleteMember(
|
|
663
|
-
args: DeleteMemberCommandInput,
|
|
664
|
-
options: __HttpHandlerOptions,
|
|
665
|
-
cb: (err: any, data?: DeleteMemberCommandOutput) => void
|
|
666
|
-
): void;
|
|
667
|
-
public deleteMember(
|
|
668
|
-
args: DeleteMemberCommandInput,
|
|
669
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteMemberCommandOutput) => void),
|
|
670
|
-
cb?: (err: any, data?: DeleteMemberCommandOutput) => void
|
|
671
|
-
): Promise<DeleteMemberCommandOutput> | void {
|
|
672
|
-
const command = new DeleteMemberCommand(args);
|
|
673
|
-
if (typeof optionsOrCb === "function") {
|
|
674
|
-
this.send(command, optionsOrCb);
|
|
675
|
-
} else if (typeof cb === "function") {
|
|
676
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
677
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
678
|
-
} else {
|
|
679
|
-
return this.send(command, optionsOrCb);
|
|
680
|
-
}
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
/**
|
|
684
|
-
* <p>Retrieves (queries) statistical data and other information about one or more S3 buckets that Amazon Macie monitors and analyzes.</p>
|
|
685
|
-
*/
|
|
686
|
-
public describeBuckets(
|
|
687
|
-
args: DescribeBucketsCommandInput,
|
|
688
|
-
options?: __HttpHandlerOptions
|
|
689
|
-
): Promise<DescribeBucketsCommandOutput>;
|
|
690
|
-
public describeBuckets(
|
|
691
|
-
args: DescribeBucketsCommandInput,
|
|
692
|
-
cb: (err: any, data?: DescribeBucketsCommandOutput) => void
|
|
693
|
-
): void;
|
|
694
|
-
public describeBuckets(
|
|
695
|
-
args: DescribeBucketsCommandInput,
|
|
696
|
-
options: __HttpHandlerOptions,
|
|
697
|
-
cb: (err: any, data?: DescribeBucketsCommandOutput) => void
|
|
698
|
-
): void;
|
|
699
|
-
public describeBuckets(
|
|
700
|
-
args: DescribeBucketsCommandInput,
|
|
701
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeBucketsCommandOutput) => void),
|
|
702
|
-
cb?: (err: any, data?: DescribeBucketsCommandOutput) => void
|
|
703
|
-
): Promise<DescribeBucketsCommandOutput> | void {
|
|
704
|
-
const command = new DescribeBucketsCommand(args);
|
|
705
|
-
if (typeof optionsOrCb === "function") {
|
|
706
|
-
this.send(command, optionsOrCb);
|
|
707
|
-
} else if (typeof cb === "function") {
|
|
708
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
709
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
710
|
-
} else {
|
|
711
|
-
return this.send(command, optionsOrCb);
|
|
712
|
-
}
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
/**
|
|
716
|
-
* <p>Retrieves the status and settings for a classification job.</p>
|
|
717
|
-
*/
|
|
718
|
-
public describeClassificationJob(
|
|
719
|
-
args: DescribeClassificationJobCommandInput,
|
|
720
|
-
options?: __HttpHandlerOptions
|
|
721
|
-
): Promise<DescribeClassificationJobCommandOutput>;
|
|
722
|
-
public describeClassificationJob(
|
|
723
|
-
args: DescribeClassificationJobCommandInput,
|
|
724
|
-
cb: (err: any, data?: DescribeClassificationJobCommandOutput) => void
|
|
725
|
-
): void;
|
|
726
|
-
public describeClassificationJob(
|
|
727
|
-
args: DescribeClassificationJobCommandInput,
|
|
728
|
-
options: __HttpHandlerOptions,
|
|
729
|
-
cb: (err: any, data?: DescribeClassificationJobCommandOutput) => void
|
|
730
|
-
): void;
|
|
731
|
-
public describeClassificationJob(
|
|
732
|
-
args: DescribeClassificationJobCommandInput,
|
|
733
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeClassificationJobCommandOutput) => void),
|
|
734
|
-
cb?: (err: any, data?: DescribeClassificationJobCommandOutput) => void
|
|
735
|
-
): Promise<DescribeClassificationJobCommandOutput> | void {
|
|
736
|
-
const command = new DescribeClassificationJobCommand(args);
|
|
737
|
-
if (typeof optionsOrCb === "function") {
|
|
738
|
-
this.send(command, optionsOrCb);
|
|
739
|
-
} else if (typeof cb === "function") {
|
|
740
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
741
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
742
|
-
} else {
|
|
743
|
-
return this.send(command, optionsOrCb);
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
/**
|
|
748
|
-
* <p>Retrieves the Amazon Macie configuration settings for an Amazon Web Services organization.</p>
|
|
749
|
-
*/
|
|
750
|
-
public describeOrganizationConfiguration(
|
|
751
|
-
args: DescribeOrganizationConfigurationCommandInput,
|
|
752
|
-
options?: __HttpHandlerOptions
|
|
753
|
-
): Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
754
|
-
public describeOrganizationConfiguration(
|
|
755
|
-
args: DescribeOrganizationConfigurationCommandInput,
|
|
756
|
-
cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void
|
|
757
|
-
): void;
|
|
758
|
-
public describeOrganizationConfiguration(
|
|
759
|
-
args: DescribeOrganizationConfigurationCommandInput,
|
|
760
|
-
options: __HttpHandlerOptions,
|
|
761
|
-
cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void
|
|
762
|
-
): void;
|
|
763
|
-
public describeOrganizationConfiguration(
|
|
764
|
-
args: DescribeOrganizationConfigurationCommandInput,
|
|
765
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void),
|
|
766
|
-
cb?: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void
|
|
767
|
-
): Promise<DescribeOrganizationConfigurationCommandOutput> | void {
|
|
768
|
-
const command = new DescribeOrganizationConfigurationCommand(args);
|
|
769
|
-
if (typeof optionsOrCb === "function") {
|
|
770
|
-
this.send(command, optionsOrCb);
|
|
771
|
-
} else if (typeof cb === "function") {
|
|
772
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
773
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
774
|
-
} else {
|
|
775
|
-
return this.send(command, optionsOrCb);
|
|
776
|
-
}
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
/**
|
|
780
|
-
* <p>Disables an Amazon Macie account and deletes Macie resources for the account.</p>
|
|
781
|
-
*/
|
|
782
|
-
public disableMacie(
|
|
783
|
-
args: DisableMacieCommandInput,
|
|
784
|
-
options?: __HttpHandlerOptions
|
|
785
|
-
): Promise<DisableMacieCommandOutput>;
|
|
786
|
-
public disableMacie(args: DisableMacieCommandInput, cb: (err: any, data?: DisableMacieCommandOutput) => void): void;
|
|
787
|
-
public disableMacie(
|
|
788
|
-
args: DisableMacieCommandInput,
|
|
789
|
-
options: __HttpHandlerOptions,
|
|
790
|
-
cb: (err: any, data?: DisableMacieCommandOutput) => void
|
|
791
|
-
): void;
|
|
792
|
-
public disableMacie(
|
|
793
|
-
args: DisableMacieCommandInput,
|
|
794
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisableMacieCommandOutput) => void),
|
|
795
|
-
cb?: (err: any, data?: DisableMacieCommandOutput) => void
|
|
796
|
-
): Promise<DisableMacieCommandOutput> | void {
|
|
797
|
-
const command = new DisableMacieCommand(args);
|
|
798
|
-
if (typeof optionsOrCb === "function") {
|
|
799
|
-
this.send(command, optionsOrCb);
|
|
800
|
-
} else if (typeof cb === "function") {
|
|
801
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
802
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
803
|
-
} else {
|
|
804
|
-
return this.send(command, optionsOrCb);
|
|
805
|
-
}
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
/**
|
|
809
|
-
* <p>Disables an account as the delegated Amazon Macie administrator account for an Amazon Web Services organization.</p>
|
|
810
|
-
*/
|
|
811
|
-
public disableOrganizationAdminAccount(
|
|
812
|
-
args: DisableOrganizationAdminAccountCommandInput,
|
|
813
|
-
options?: __HttpHandlerOptions
|
|
814
|
-
): Promise<DisableOrganizationAdminAccountCommandOutput>;
|
|
815
|
-
public disableOrganizationAdminAccount(
|
|
816
|
-
args: DisableOrganizationAdminAccountCommandInput,
|
|
817
|
-
cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void
|
|
818
|
-
): void;
|
|
819
|
-
public disableOrganizationAdminAccount(
|
|
820
|
-
args: DisableOrganizationAdminAccountCommandInput,
|
|
821
|
-
options: __HttpHandlerOptions,
|
|
822
|
-
cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void
|
|
823
|
-
): void;
|
|
824
|
-
public disableOrganizationAdminAccount(
|
|
825
|
-
args: DisableOrganizationAdminAccountCommandInput,
|
|
826
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void),
|
|
827
|
-
cb?: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void
|
|
828
|
-
): Promise<DisableOrganizationAdminAccountCommandOutput> | void {
|
|
829
|
-
const command = new DisableOrganizationAdminAccountCommand(args);
|
|
830
|
-
if (typeof optionsOrCb === "function") {
|
|
831
|
-
this.send(command, optionsOrCb);
|
|
832
|
-
} else if (typeof cb === "function") {
|
|
833
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
834
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
835
|
-
} else {
|
|
836
|
-
return this.send(command, optionsOrCb);
|
|
837
|
-
}
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
/**
|
|
841
|
-
* <p>Disassociates a member account from its Amazon Macie administrator account.</p>
|
|
842
|
-
*/
|
|
843
|
-
public disassociateFromAdministratorAccount(
|
|
844
|
-
args: DisassociateFromAdministratorAccountCommandInput,
|
|
845
|
-
options?: __HttpHandlerOptions
|
|
846
|
-
): Promise<DisassociateFromAdministratorAccountCommandOutput>;
|
|
847
|
-
public disassociateFromAdministratorAccount(
|
|
848
|
-
args: DisassociateFromAdministratorAccountCommandInput,
|
|
849
|
-
cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void
|
|
850
|
-
): void;
|
|
851
|
-
public disassociateFromAdministratorAccount(
|
|
852
|
-
args: DisassociateFromAdministratorAccountCommandInput,
|
|
853
|
-
options: __HttpHandlerOptions,
|
|
854
|
-
cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void
|
|
855
|
-
): void;
|
|
856
|
-
public disassociateFromAdministratorAccount(
|
|
857
|
-
args: DisassociateFromAdministratorAccountCommandInput,
|
|
858
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void),
|
|
859
|
-
cb?: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void
|
|
860
|
-
): Promise<DisassociateFromAdministratorAccountCommandOutput> | void {
|
|
861
|
-
const command = new DisassociateFromAdministratorAccountCommand(args);
|
|
862
|
-
if (typeof optionsOrCb === "function") {
|
|
863
|
-
this.send(command, optionsOrCb);
|
|
864
|
-
} else if (typeof cb === "function") {
|
|
865
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
866
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
867
|
-
} else {
|
|
868
|
-
return this.send(command, optionsOrCb);
|
|
869
|
-
}
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
/**
|
|
873
|
-
* <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>
|
|
874
|
-
*/
|
|
875
|
-
public disassociateFromMasterAccount(
|
|
876
|
-
args: DisassociateFromMasterAccountCommandInput,
|
|
877
|
-
options?: __HttpHandlerOptions
|
|
878
|
-
): Promise<DisassociateFromMasterAccountCommandOutput>;
|
|
879
|
-
public disassociateFromMasterAccount(
|
|
880
|
-
args: DisassociateFromMasterAccountCommandInput,
|
|
881
|
-
cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void
|
|
882
|
-
): void;
|
|
883
|
-
public disassociateFromMasterAccount(
|
|
884
|
-
args: DisassociateFromMasterAccountCommandInput,
|
|
885
|
-
options: __HttpHandlerOptions,
|
|
886
|
-
cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void
|
|
887
|
-
): void;
|
|
888
|
-
public disassociateFromMasterAccount(
|
|
889
|
-
args: DisassociateFromMasterAccountCommandInput,
|
|
890
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateFromMasterAccountCommandOutput) => void),
|
|
891
|
-
cb?: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void
|
|
892
|
-
): Promise<DisassociateFromMasterAccountCommandOutput> | void {
|
|
893
|
-
const command = new DisassociateFromMasterAccountCommand(args);
|
|
894
|
-
if (typeof optionsOrCb === "function") {
|
|
895
|
-
this.send(command, optionsOrCb);
|
|
896
|
-
} else if (typeof cb === "function") {
|
|
897
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
898
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
899
|
-
} else {
|
|
900
|
-
return this.send(command, optionsOrCb);
|
|
901
|
-
}
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
/**
|
|
905
|
-
* <p>Disassociates an Amazon Macie administrator account from a member account.</p>
|
|
906
|
-
*/
|
|
907
|
-
public disassociateMember(
|
|
908
|
-
args: DisassociateMemberCommandInput,
|
|
909
|
-
options?: __HttpHandlerOptions
|
|
910
|
-
): Promise<DisassociateMemberCommandOutput>;
|
|
911
|
-
public disassociateMember(
|
|
912
|
-
args: DisassociateMemberCommandInput,
|
|
913
|
-
cb: (err: any, data?: DisassociateMemberCommandOutput) => void
|
|
914
|
-
): void;
|
|
915
|
-
public disassociateMember(
|
|
916
|
-
args: DisassociateMemberCommandInput,
|
|
917
|
-
options: __HttpHandlerOptions,
|
|
918
|
-
cb: (err: any, data?: DisassociateMemberCommandOutput) => void
|
|
919
|
-
): void;
|
|
920
|
-
public disassociateMember(
|
|
921
|
-
args: DisassociateMemberCommandInput,
|
|
922
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateMemberCommandOutput) => void),
|
|
923
|
-
cb?: (err: any, data?: DisassociateMemberCommandOutput) => void
|
|
924
|
-
): Promise<DisassociateMemberCommandOutput> | void {
|
|
925
|
-
const command = new DisassociateMemberCommand(args);
|
|
926
|
-
if (typeof optionsOrCb === "function") {
|
|
927
|
-
this.send(command, optionsOrCb);
|
|
928
|
-
} else if (typeof cb === "function") {
|
|
929
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
930
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
931
|
-
} else {
|
|
932
|
-
return this.send(command, optionsOrCb);
|
|
933
|
-
}
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
/**
|
|
937
|
-
* <p>Enables Amazon Macie and specifies the configuration settings for a Macie account.</p>
|
|
938
|
-
*/
|
|
939
|
-
public enableMacie(args: EnableMacieCommandInput, options?: __HttpHandlerOptions): Promise<EnableMacieCommandOutput>;
|
|
940
|
-
public enableMacie(args: EnableMacieCommandInput, cb: (err: any, data?: EnableMacieCommandOutput) => void): void;
|
|
941
|
-
public enableMacie(
|
|
942
|
-
args: EnableMacieCommandInput,
|
|
943
|
-
options: __HttpHandlerOptions,
|
|
944
|
-
cb: (err: any, data?: EnableMacieCommandOutput) => void
|
|
945
|
-
): void;
|
|
946
|
-
public enableMacie(
|
|
947
|
-
args: EnableMacieCommandInput,
|
|
948
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: EnableMacieCommandOutput) => void),
|
|
949
|
-
cb?: (err: any, data?: EnableMacieCommandOutput) => void
|
|
950
|
-
): Promise<EnableMacieCommandOutput> | void {
|
|
951
|
-
const command = new EnableMacieCommand(args);
|
|
952
|
-
if (typeof optionsOrCb === "function") {
|
|
953
|
-
this.send(command, optionsOrCb);
|
|
954
|
-
} else if (typeof cb === "function") {
|
|
955
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
956
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
957
|
-
} else {
|
|
958
|
-
return this.send(command, optionsOrCb);
|
|
959
|
-
}
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
/**
|
|
963
|
-
* <p>Designates an account as the delegated Amazon Macie administrator account for an Amazon Web Services organization.</p>
|
|
964
|
-
*/
|
|
965
|
-
public enableOrganizationAdminAccount(
|
|
966
|
-
args: EnableOrganizationAdminAccountCommandInput,
|
|
967
|
-
options?: __HttpHandlerOptions
|
|
968
|
-
): Promise<EnableOrganizationAdminAccountCommandOutput>;
|
|
969
|
-
public enableOrganizationAdminAccount(
|
|
970
|
-
args: EnableOrganizationAdminAccountCommandInput,
|
|
971
|
-
cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void
|
|
972
|
-
): void;
|
|
973
|
-
public enableOrganizationAdminAccount(
|
|
974
|
-
args: EnableOrganizationAdminAccountCommandInput,
|
|
975
|
-
options: __HttpHandlerOptions,
|
|
976
|
-
cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void
|
|
977
|
-
): void;
|
|
978
|
-
public enableOrganizationAdminAccount(
|
|
979
|
-
args: EnableOrganizationAdminAccountCommandInput,
|
|
980
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void),
|
|
981
|
-
cb?: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void
|
|
982
|
-
): Promise<EnableOrganizationAdminAccountCommandOutput> | void {
|
|
983
|
-
const command = new EnableOrganizationAdminAccountCommand(args);
|
|
984
|
-
if (typeof optionsOrCb === "function") {
|
|
985
|
-
this.send(command, optionsOrCb);
|
|
986
|
-
} else if (typeof cb === "function") {
|
|
987
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
988
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
989
|
-
} else {
|
|
990
|
-
return this.send(command, optionsOrCb);
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
/**
|
|
995
|
-
* <p>Retrieves information about the Amazon Macie administrator account for an account.</p>
|
|
996
|
-
*/
|
|
997
|
-
public getAdministratorAccount(
|
|
998
|
-
args: GetAdministratorAccountCommandInput,
|
|
999
|
-
options?: __HttpHandlerOptions
|
|
1000
|
-
): Promise<GetAdministratorAccountCommandOutput>;
|
|
1001
|
-
public getAdministratorAccount(
|
|
1002
|
-
args: GetAdministratorAccountCommandInput,
|
|
1003
|
-
cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void
|
|
1004
|
-
): void;
|
|
1005
|
-
public getAdministratorAccount(
|
|
1006
|
-
args: GetAdministratorAccountCommandInput,
|
|
1007
|
-
options: __HttpHandlerOptions,
|
|
1008
|
-
cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void
|
|
1009
|
-
): void;
|
|
1010
|
-
public getAdministratorAccount(
|
|
1011
|
-
args: GetAdministratorAccountCommandInput,
|
|
1012
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAdministratorAccountCommandOutput) => void),
|
|
1013
|
-
cb?: (err: any, data?: GetAdministratorAccountCommandOutput) => void
|
|
1014
|
-
): Promise<GetAdministratorAccountCommandOutput> | void {
|
|
1015
|
-
const command = new GetAdministratorAccountCommand(args);
|
|
1016
|
-
if (typeof optionsOrCb === "function") {
|
|
1017
|
-
this.send(command, optionsOrCb);
|
|
1018
|
-
} else if (typeof cb === "function") {
|
|
1019
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1020
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1021
|
-
} else {
|
|
1022
|
-
return this.send(command, optionsOrCb);
|
|
1023
|
-
}
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
/**
|
|
1027
|
-
* <p>Retrieves (queries) aggregated statistical data for all the S3 buckets that Amazon Macie monitors and analyzes.</p>
|
|
1028
|
-
*/
|
|
1029
|
-
public getBucketStatistics(
|
|
1030
|
-
args: GetBucketStatisticsCommandInput,
|
|
1031
|
-
options?: __HttpHandlerOptions
|
|
1032
|
-
): Promise<GetBucketStatisticsCommandOutput>;
|
|
1033
|
-
public getBucketStatistics(
|
|
1034
|
-
args: GetBucketStatisticsCommandInput,
|
|
1035
|
-
cb: (err: any, data?: GetBucketStatisticsCommandOutput) => void
|
|
1036
|
-
): void;
|
|
1037
|
-
public getBucketStatistics(
|
|
1038
|
-
args: GetBucketStatisticsCommandInput,
|
|
1039
|
-
options: __HttpHandlerOptions,
|
|
1040
|
-
cb: (err: any, data?: GetBucketStatisticsCommandOutput) => void
|
|
1041
|
-
): void;
|
|
1042
|
-
public getBucketStatistics(
|
|
1043
|
-
args: GetBucketStatisticsCommandInput,
|
|
1044
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBucketStatisticsCommandOutput) => void),
|
|
1045
|
-
cb?: (err: any, data?: GetBucketStatisticsCommandOutput) => void
|
|
1046
|
-
): Promise<GetBucketStatisticsCommandOutput> | void {
|
|
1047
|
-
const command = new GetBucketStatisticsCommand(args);
|
|
1048
|
-
if (typeof optionsOrCb === "function") {
|
|
1049
|
-
this.send(command, optionsOrCb);
|
|
1050
|
-
} else if (typeof cb === "function") {
|
|
1051
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1052
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1053
|
-
} else {
|
|
1054
|
-
return this.send(command, optionsOrCb);
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
/**
|
|
1059
|
-
* <p>Retrieves the configuration settings for storing data classification results.</p>
|
|
1060
|
-
*/
|
|
1061
|
-
public getClassificationExportConfiguration(
|
|
1062
|
-
args: GetClassificationExportConfigurationCommandInput,
|
|
1063
|
-
options?: __HttpHandlerOptions
|
|
1064
|
-
): Promise<GetClassificationExportConfigurationCommandOutput>;
|
|
1065
|
-
public getClassificationExportConfiguration(
|
|
1066
|
-
args: GetClassificationExportConfigurationCommandInput,
|
|
1067
|
-
cb: (err: any, data?: GetClassificationExportConfigurationCommandOutput) => void
|
|
1068
|
-
): void;
|
|
1069
|
-
public getClassificationExportConfiguration(
|
|
1070
|
-
args: GetClassificationExportConfigurationCommandInput,
|
|
1071
|
-
options: __HttpHandlerOptions,
|
|
1072
|
-
cb: (err: any, data?: GetClassificationExportConfigurationCommandOutput) => void
|
|
1073
|
-
): void;
|
|
1074
|
-
public getClassificationExportConfiguration(
|
|
1075
|
-
args: GetClassificationExportConfigurationCommandInput,
|
|
1076
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetClassificationExportConfigurationCommandOutput) => void),
|
|
1077
|
-
cb?: (err: any, data?: GetClassificationExportConfigurationCommandOutput) => void
|
|
1078
|
-
): Promise<GetClassificationExportConfigurationCommandOutput> | void {
|
|
1079
|
-
const command = new GetClassificationExportConfigurationCommand(args);
|
|
1080
|
-
if (typeof optionsOrCb === "function") {
|
|
1081
|
-
this.send(command, optionsOrCb);
|
|
1082
|
-
} else if (typeof cb === "function") {
|
|
1083
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1084
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1085
|
-
} else {
|
|
1086
|
-
return this.send(command, optionsOrCb);
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
/**
|
|
1091
|
-
* <p>Retrieves the criteria and other settings for a custom data identifier.</p>
|
|
1092
|
-
*/
|
|
1093
|
-
public getCustomDataIdentifier(
|
|
1094
|
-
args: GetCustomDataIdentifierCommandInput,
|
|
1095
|
-
options?: __HttpHandlerOptions
|
|
1096
|
-
): Promise<GetCustomDataIdentifierCommandOutput>;
|
|
1097
|
-
public getCustomDataIdentifier(
|
|
1098
|
-
args: GetCustomDataIdentifierCommandInput,
|
|
1099
|
-
cb: (err: any, data?: GetCustomDataIdentifierCommandOutput) => void
|
|
1100
|
-
): void;
|
|
1101
|
-
public getCustomDataIdentifier(
|
|
1102
|
-
args: GetCustomDataIdentifierCommandInput,
|
|
1103
|
-
options: __HttpHandlerOptions,
|
|
1104
|
-
cb: (err: any, data?: GetCustomDataIdentifierCommandOutput) => void
|
|
1105
|
-
): void;
|
|
1106
|
-
public getCustomDataIdentifier(
|
|
1107
|
-
args: GetCustomDataIdentifierCommandInput,
|
|
1108
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetCustomDataIdentifierCommandOutput) => void),
|
|
1109
|
-
cb?: (err: any, data?: GetCustomDataIdentifierCommandOutput) => void
|
|
1110
|
-
): Promise<GetCustomDataIdentifierCommandOutput> | void {
|
|
1111
|
-
const command = new GetCustomDataIdentifierCommand(args);
|
|
1112
|
-
if (typeof optionsOrCb === "function") {
|
|
1113
|
-
this.send(command, optionsOrCb);
|
|
1114
|
-
} else if (typeof cb === "function") {
|
|
1115
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1116
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1117
|
-
} else {
|
|
1118
|
-
return this.send(command, optionsOrCb);
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
/**
|
|
1123
|
-
* <p>Retrieves the details of one or more findings.</p>
|
|
1124
|
-
*/
|
|
1125
|
-
public getFindings(args: GetFindingsCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsCommandOutput>;
|
|
1126
|
-
public getFindings(args: GetFindingsCommandInput, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
|
|
1127
|
-
public getFindings(
|
|
1128
|
-
args: GetFindingsCommandInput,
|
|
1129
|
-
options: __HttpHandlerOptions,
|
|
1130
|
-
cb: (err: any, data?: GetFindingsCommandOutput) => void
|
|
1131
|
-
): void;
|
|
1132
|
-
public getFindings(
|
|
1133
|
-
args: GetFindingsCommandInput,
|
|
1134
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFindingsCommandOutput) => void),
|
|
1135
|
-
cb?: (err: any, data?: GetFindingsCommandOutput) => void
|
|
1136
|
-
): Promise<GetFindingsCommandOutput> | void {
|
|
1137
|
-
const command = new GetFindingsCommand(args);
|
|
1138
|
-
if (typeof optionsOrCb === "function") {
|
|
1139
|
-
this.send(command, optionsOrCb);
|
|
1140
|
-
} else if (typeof cb === "function") {
|
|
1141
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1142
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1143
|
-
} else {
|
|
1144
|
-
return this.send(command, optionsOrCb);
|
|
1145
|
-
}
|
|
1146
|
-
}
|
|
1147
|
-
|
|
1148
|
-
/**
|
|
1149
|
-
* <p>Retrieves the criteria and other settings for a findings filter.</p>
|
|
1150
|
-
*/
|
|
1151
|
-
public getFindingsFilter(
|
|
1152
|
-
args: GetFindingsFilterCommandInput,
|
|
1153
|
-
options?: __HttpHandlerOptions
|
|
1154
|
-
): Promise<GetFindingsFilterCommandOutput>;
|
|
1155
|
-
public getFindingsFilter(
|
|
1156
|
-
args: GetFindingsFilterCommandInput,
|
|
1157
|
-
cb: (err: any, data?: GetFindingsFilterCommandOutput) => void
|
|
1158
|
-
): void;
|
|
1159
|
-
public getFindingsFilter(
|
|
1160
|
-
args: GetFindingsFilterCommandInput,
|
|
1161
|
-
options: __HttpHandlerOptions,
|
|
1162
|
-
cb: (err: any, data?: GetFindingsFilterCommandOutput) => void
|
|
1163
|
-
): void;
|
|
1164
|
-
public getFindingsFilter(
|
|
1165
|
-
args: GetFindingsFilterCommandInput,
|
|
1166
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFindingsFilterCommandOutput) => void),
|
|
1167
|
-
cb?: (err: any, data?: GetFindingsFilterCommandOutput) => void
|
|
1168
|
-
): Promise<GetFindingsFilterCommandOutput> | void {
|
|
1169
|
-
const command = new GetFindingsFilterCommand(args);
|
|
1170
|
-
if (typeof optionsOrCb === "function") {
|
|
1171
|
-
this.send(command, optionsOrCb);
|
|
1172
|
-
} else if (typeof cb === "function") {
|
|
1173
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1174
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1175
|
-
} else {
|
|
1176
|
-
return this.send(command, optionsOrCb);
|
|
1177
|
-
}
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
/**
|
|
1181
|
-
* <p>Retrieves the configuration settings for publishing findings to Security Hub.</p>
|
|
1182
|
-
*/
|
|
1183
|
-
public getFindingsPublicationConfiguration(
|
|
1184
|
-
args: GetFindingsPublicationConfigurationCommandInput,
|
|
1185
|
-
options?: __HttpHandlerOptions
|
|
1186
|
-
): Promise<GetFindingsPublicationConfigurationCommandOutput>;
|
|
1187
|
-
public getFindingsPublicationConfiguration(
|
|
1188
|
-
args: GetFindingsPublicationConfigurationCommandInput,
|
|
1189
|
-
cb: (err: any, data?: GetFindingsPublicationConfigurationCommandOutput) => void
|
|
1190
|
-
): void;
|
|
1191
|
-
public getFindingsPublicationConfiguration(
|
|
1192
|
-
args: GetFindingsPublicationConfigurationCommandInput,
|
|
1193
|
-
options: __HttpHandlerOptions,
|
|
1194
|
-
cb: (err: any, data?: GetFindingsPublicationConfigurationCommandOutput) => void
|
|
1195
|
-
): void;
|
|
1196
|
-
public getFindingsPublicationConfiguration(
|
|
1197
|
-
args: GetFindingsPublicationConfigurationCommandInput,
|
|
1198
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFindingsPublicationConfigurationCommandOutput) => void),
|
|
1199
|
-
cb?: (err: any, data?: GetFindingsPublicationConfigurationCommandOutput) => void
|
|
1200
|
-
): Promise<GetFindingsPublicationConfigurationCommandOutput> | void {
|
|
1201
|
-
const command = new GetFindingsPublicationConfigurationCommand(args);
|
|
1202
|
-
if (typeof optionsOrCb === "function") {
|
|
1203
|
-
this.send(command, optionsOrCb);
|
|
1204
|
-
} else if (typeof cb === "function") {
|
|
1205
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1206
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1207
|
-
} else {
|
|
1208
|
-
return this.send(command, optionsOrCb);
|
|
1209
|
-
}
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
/**
|
|
1213
|
-
* <p>Retrieves (queries) aggregated statistical data about findings.</p>
|
|
1214
|
-
*/
|
|
1215
|
-
public getFindingStatistics(
|
|
1216
|
-
args: GetFindingStatisticsCommandInput,
|
|
1217
|
-
options?: __HttpHandlerOptions
|
|
1218
|
-
): Promise<GetFindingStatisticsCommandOutput>;
|
|
1219
|
-
public getFindingStatistics(
|
|
1220
|
-
args: GetFindingStatisticsCommandInput,
|
|
1221
|
-
cb: (err: any, data?: GetFindingStatisticsCommandOutput) => void
|
|
1222
|
-
): void;
|
|
1223
|
-
public getFindingStatistics(
|
|
1224
|
-
args: GetFindingStatisticsCommandInput,
|
|
1225
|
-
options: __HttpHandlerOptions,
|
|
1226
|
-
cb: (err: any, data?: GetFindingStatisticsCommandOutput) => void
|
|
1227
|
-
): void;
|
|
1228
|
-
public getFindingStatistics(
|
|
1229
|
-
args: GetFindingStatisticsCommandInput,
|
|
1230
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFindingStatisticsCommandOutput) => void),
|
|
1231
|
-
cb?: (err: any, data?: GetFindingStatisticsCommandOutput) => void
|
|
1232
|
-
): Promise<GetFindingStatisticsCommandOutput> | void {
|
|
1233
|
-
const command = new GetFindingStatisticsCommand(args);
|
|
1234
|
-
if (typeof optionsOrCb === "function") {
|
|
1235
|
-
this.send(command, optionsOrCb);
|
|
1236
|
-
} else if (typeof cb === "function") {
|
|
1237
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1238
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1239
|
-
} else {
|
|
1240
|
-
return this.send(command, optionsOrCb);
|
|
1241
|
-
}
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
/**
|
|
1245
|
-
* <p>Retrieves the count of Amazon Macie membership invitations that were received by an account.</p>
|
|
1246
|
-
*/
|
|
1247
|
-
public getInvitationsCount(
|
|
1248
|
-
args: GetInvitationsCountCommandInput,
|
|
1249
|
-
options?: __HttpHandlerOptions
|
|
1250
|
-
): Promise<GetInvitationsCountCommandOutput>;
|
|
1251
|
-
public getInvitationsCount(
|
|
1252
|
-
args: GetInvitationsCountCommandInput,
|
|
1253
|
-
cb: (err: any, data?: GetInvitationsCountCommandOutput) => void
|
|
1254
|
-
): void;
|
|
1255
|
-
public getInvitationsCount(
|
|
1256
|
-
args: GetInvitationsCountCommandInput,
|
|
1257
|
-
options: __HttpHandlerOptions,
|
|
1258
|
-
cb: (err: any, data?: GetInvitationsCountCommandOutput) => void
|
|
1259
|
-
): void;
|
|
1260
|
-
public getInvitationsCount(
|
|
1261
|
-
args: GetInvitationsCountCommandInput,
|
|
1262
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetInvitationsCountCommandOutput) => void),
|
|
1263
|
-
cb?: (err: any, data?: GetInvitationsCountCommandOutput) => void
|
|
1264
|
-
): Promise<GetInvitationsCountCommandOutput> | void {
|
|
1265
|
-
const command = new GetInvitationsCountCommand(args);
|
|
1266
|
-
if (typeof optionsOrCb === "function") {
|
|
1267
|
-
this.send(command, optionsOrCb);
|
|
1268
|
-
} else if (typeof cb === "function") {
|
|
1269
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1270
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1271
|
-
} else {
|
|
1272
|
-
return this.send(command, optionsOrCb);
|
|
1273
|
-
}
|
|
1274
|
-
}
|
|
1275
|
-
|
|
1276
|
-
/**
|
|
1277
|
-
* <p>Retrieves the current status and configuration settings for an Amazon Macie account.</p>
|
|
1278
|
-
*/
|
|
1279
|
-
public getMacieSession(
|
|
1280
|
-
args: GetMacieSessionCommandInput,
|
|
1281
|
-
options?: __HttpHandlerOptions
|
|
1282
|
-
): Promise<GetMacieSessionCommandOutput>;
|
|
1283
|
-
public getMacieSession(
|
|
1284
|
-
args: GetMacieSessionCommandInput,
|
|
1285
|
-
cb: (err: any, data?: GetMacieSessionCommandOutput) => void
|
|
1286
|
-
): void;
|
|
1287
|
-
public getMacieSession(
|
|
1288
|
-
args: GetMacieSessionCommandInput,
|
|
1289
|
-
options: __HttpHandlerOptions,
|
|
1290
|
-
cb: (err: any, data?: GetMacieSessionCommandOutput) => void
|
|
1291
|
-
): void;
|
|
1292
|
-
public getMacieSession(
|
|
1293
|
-
args: GetMacieSessionCommandInput,
|
|
1294
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMacieSessionCommandOutput) => void),
|
|
1295
|
-
cb?: (err: any, data?: GetMacieSessionCommandOutput) => void
|
|
1296
|
-
): Promise<GetMacieSessionCommandOutput> | void {
|
|
1297
|
-
const command = new GetMacieSessionCommand(args);
|
|
1298
|
-
if (typeof optionsOrCb === "function") {
|
|
1299
|
-
this.send(command, optionsOrCb);
|
|
1300
|
-
} else if (typeof cb === "function") {
|
|
1301
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1302
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1303
|
-
} else {
|
|
1304
|
-
return this.send(command, optionsOrCb);
|
|
1305
|
-
}
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
/**
|
|
1309
|
-
* <p>(Deprecated) Retrieves information about the Amazon Macie administrator account for an account. This operation has been replaced by the <link linkend="GetAdministratorAccount">GetAdministratorAccount</link> operation.</p>
|
|
1310
|
-
*/
|
|
1311
|
-
public getMasterAccount(
|
|
1312
|
-
args: GetMasterAccountCommandInput,
|
|
1313
|
-
options?: __HttpHandlerOptions
|
|
1314
|
-
): Promise<GetMasterAccountCommandOutput>;
|
|
1315
|
-
public getMasterAccount(
|
|
1316
|
-
args: GetMasterAccountCommandInput,
|
|
1317
|
-
cb: (err: any, data?: GetMasterAccountCommandOutput) => void
|
|
1318
|
-
): void;
|
|
1319
|
-
public getMasterAccount(
|
|
1320
|
-
args: GetMasterAccountCommandInput,
|
|
1321
|
-
options: __HttpHandlerOptions,
|
|
1322
|
-
cb: (err: any, data?: GetMasterAccountCommandOutput) => void
|
|
1323
|
-
): void;
|
|
1324
|
-
public getMasterAccount(
|
|
1325
|
-
args: GetMasterAccountCommandInput,
|
|
1326
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMasterAccountCommandOutput) => void),
|
|
1327
|
-
cb?: (err: any, data?: GetMasterAccountCommandOutput) => void
|
|
1328
|
-
): Promise<GetMasterAccountCommandOutput> | void {
|
|
1329
|
-
const command = new GetMasterAccountCommand(args);
|
|
1330
|
-
if (typeof optionsOrCb === "function") {
|
|
1331
|
-
this.send(command, optionsOrCb);
|
|
1332
|
-
} else if (typeof cb === "function") {
|
|
1333
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1334
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1335
|
-
} else {
|
|
1336
|
-
return this.send(command, optionsOrCb);
|
|
1337
|
-
}
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
/**
|
|
1341
|
-
* <p>Retrieves information about an account that's associated with an Amazon Macie administrator account.</p>
|
|
1342
|
-
*/
|
|
1343
|
-
public getMember(args: GetMemberCommandInput, options?: __HttpHandlerOptions): Promise<GetMemberCommandOutput>;
|
|
1344
|
-
public getMember(args: GetMemberCommandInput, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
|
|
1345
|
-
public getMember(
|
|
1346
|
-
args: GetMemberCommandInput,
|
|
1347
|
-
options: __HttpHandlerOptions,
|
|
1348
|
-
cb: (err: any, data?: GetMemberCommandOutput) => void
|
|
1349
|
-
): void;
|
|
1350
|
-
public getMember(
|
|
1351
|
-
args: GetMemberCommandInput,
|
|
1352
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMemberCommandOutput) => void),
|
|
1353
|
-
cb?: (err: any, data?: GetMemberCommandOutput) => void
|
|
1354
|
-
): Promise<GetMemberCommandOutput> | void {
|
|
1355
|
-
const command = new GetMemberCommand(args);
|
|
1356
|
-
if (typeof optionsOrCb === "function") {
|
|
1357
|
-
this.send(command, optionsOrCb);
|
|
1358
|
-
} else if (typeof cb === "function") {
|
|
1359
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1360
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1361
|
-
} else {
|
|
1362
|
-
return this.send(command, optionsOrCb);
|
|
1363
|
-
}
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
/**
|
|
1367
|
-
* <p>Retrieves (queries) quotas and aggregated usage data for one or more accounts.</p>
|
|
1368
|
-
*/
|
|
1369
|
-
public getUsageStatistics(
|
|
1370
|
-
args: GetUsageStatisticsCommandInput,
|
|
1371
|
-
options?: __HttpHandlerOptions
|
|
1372
|
-
): Promise<GetUsageStatisticsCommandOutput>;
|
|
1373
|
-
public getUsageStatistics(
|
|
1374
|
-
args: GetUsageStatisticsCommandInput,
|
|
1375
|
-
cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void
|
|
1376
|
-
): void;
|
|
1377
|
-
public getUsageStatistics(
|
|
1378
|
-
args: GetUsageStatisticsCommandInput,
|
|
1379
|
-
options: __HttpHandlerOptions,
|
|
1380
|
-
cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void
|
|
1381
|
-
): void;
|
|
1382
|
-
public getUsageStatistics(
|
|
1383
|
-
args: GetUsageStatisticsCommandInput,
|
|
1384
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetUsageStatisticsCommandOutput) => void),
|
|
1385
|
-
cb?: (err: any, data?: GetUsageStatisticsCommandOutput) => void
|
|
1386
|
-
): Promise<GetUsageStatisticsCommandOutput> | void {
|
|
1387
|
-
const command = new GetUsageStatisticsCommand(args);
|
|
1388
|
-
if (typeof optionsOrCb === "function") {
|
|
1389
|
-
this.send(command, optionsOrCb);
|
|
1390
|
-
} else if (typeof cb === "function") {
|
|
1391
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1392
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1393
|
-
} else {
|
|
1394
|
-
return this.send(command, optionsOrCb);
|
|
1395
|
-
}
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
/**
|
|
1399
|
-
* <p>Retrieves (queries) aggregated usage data for an account.</p>
|
|
1400
|
-
*/
|
|
1401
|
-
public getUsageTotals(
|
|
1402
|
-
args: GetUsageTotalsCommandInput,
|
|
1403
|
-
options?: __HttpHandlerOptions
|
|
1404
|
-
): Promise<GetUsageTotalsCommandOutput>;
|
|
1405
|
-
public getUsageTotals(
|
|
1406
|
-
args: GetUsageTotalsCommandInput,
|
|
1407
|
-
cb: (err: any, data?: GetUsageTotalsCommandOutput) => void
|
|
1408
|
-
): void;
|
|
1409
|
-
public getUsageTotals(
|
|
1410
|
-
args: GetUsageTotalsCommandInput,
|
|
1411
|
-
options: __HttpHandlerOptions,
|
|
1412
|
-
cb: (err: any, data?: GetUsageTotalsCommandOutput) => void
|
|
1413
|
-
): void;
|
|
1414
|
-
public getUsageTotals(
|
|
1415
|
-
args: GetUsageTotalsCommandInput,
|
|
1416
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetUsageTotalsCommandOutput) => void),
|
|
1417
|
-
cb?: (err: any, data?: GetUsageTotalsCommandOutput) => void
|
|
1418
|
-
): Promise<GetUsageTotalsCommandOutput> | void {
|
|
1419
|
-
const command = new GetUsageTotalsCommand(args);
|
|
1420
|
-
if (typeof optionsOrCb === "function") {
|
|
1421
|
-
this.send(command, optionsOrCb);
|
|
1422
|
-
} else if (typeof cb === "function") {
|
|
1423
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1424
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1425
|
-
} else {
|
|
1426
|
-
return this.send(command, optionsOrCb);
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
/**
|
|
1431
|
-
* <p>Retrieves a subset of information about one or more classification jobs.</p>
|
|
1432
|
-
*/
|
|
1433
|
-
public listClassificationJobs(
|
|
1434
|
-
args: ListClassificationJobsCommandInput,
|
|
1435
|
-
options?: __HttpHandlerOptions
|
|
1436
|
-
): Promise<ListClassificationJobsCommandOutput>;
|
|
1437
|
-
public listClassificationJobs(
|
|
1438
|
-
args: ListClassificationJobsCommandInput,
|
|
1439
|
-
cb: (err: any, data?: ListClassificationJobsCommandOutput) => void
|
|
1440
|
-
): void;
|
|
1441
|
-
public listClassificationJobs(
|
|
1442
|
-
args: ListClassificationJobsCommandInput,
|
|
1443
|
-
options: __HttpHandlerOptions,
|
|
1444
|
-
cb: (err: any, data?: ListClassificationJobsCommandOutput) => void
|
|
1445
|
-
): void;
|
|
1446
|
-
public listClassificationJobs(
|
|
1447
|
-
args: ListClassificationJobsCommandInput,
|
|
1448
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListClassificationJobsCommandOutput) => void),
|
|
1449
|
-
cb?: (err: any, data?: ListClassificationJobsCommandOutput) => void
|
|
1450
|
-
): Promise<ListClassificationJobsCommandOutput> | void {
|
|
1451
|
-
const command = new ListClassificationJobsCommand(args);
|
|
1452
|
-
if (typeof optionsOrCb === "function") {
|
|
1453
|
-
this.send(command, optionsOrCb);
|
|
1454
|
-
} else if (typeof cb === "function") {
|
|
1455
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1456
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1457
|
-
} else {
|
|
1458
|
-
return this.send(command, optionsOrCb);
|
|
1459
|
-
}
|
|
1460
|
-
}
|
|
1461
|
-
|
|
1462
|
-
/**
|
|
1463
|
-
* <p>Retrieves a subset of information about all the custom data identifiers for an account.</p>
|
|
1464
|
-
*/
|
|
1465
|
-
public listCustomDataIdentifiers(
|
|
1466
|
-
args: ListCustomDataIdentifiersCommandInput,
|
|
1467
|
-
options?: __HttpHandlerOptions
|
|
1468
|
-
): Promise<ListCustomDataIdentifiersCommandOutput>;
|
|
1469
|
-
public listCustomDataIdentifiers(
|
|
1470
|
-
args: ListCustomDataIdentifiersCommandInput,
|
|
1471
|
-
cb: (err: any, data?: ListCustomDataIdentifiersCommandOutput) => void
|
|
1472
|
-
): void;
|
|
1473
|
-
public listCustomDataIdentifiers(
|
|
1474
|
-
args: ListCustomDataIdentifiersCommandInput,
|
|
1475
|
-
options: __HttpHandlerOptions,
|
|
1476
|
-
cb: (err: any, data?: ListCustomDataIdentifiersCommandOutput) => void
|
|
1477
|
-
): void;
|
|
1478
|
-
public listCustomDataIdentifiers(
|
|
1479
|
-
args: ListCustomDataIdentifiersCommandInput,
|
|
1480
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListCustomDataIdentifiersCommandOutput) => void),
|
|
1481
|
-
cb?: (err: any, data?: ListCustomDataIdentifiersCommandOutput) => void
|
|
1482
|
-
): Promise<ListCustomDataIdentifiersCommandOutput> | void {
|
|
1483
|
-
const command = new ListCustomDataIdentifiersCommand(args);
|
|
1484
|
-
if (typeof optionsOrCb === "function") {
|
|
1485
|
-
this.send(command, optionsOrCb);
|
|
1486
|
-
} else if (typeof cb === "function") {
|
|
1487
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1488
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1489
|
-
} else {
|
|
1490
|
-
return this.send(command, optionsOrCb);
|
|
1491
|
-
}
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
/**
|
|
1495
|
-
* <p>Retrieves a subset of information about one or more findings.</p>
|
|
1496
|
-
*/
|
|
1497
|
-
public listFindings(
|
|
1498
|
-
args: ListFindingsCommandInput,
|
|
1499
|
-
options?: __HttpHandlerOptions
|
|
1500
|
-
): Promise<ListFindingsCommandOutput>;
|
|
1501
|
-
public listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
|
|
1502
|
-
public listFindings(
|
|
1503
|
-
args: ListFindingsCommandInput,
|
|
1504
|
-
options: __HttpHandlerOptions,
|
|
1505
|
-
cb: (err: any, data?: ListFindingsCommandOutput) => void
|
|
1506
|
-
): void;
|
|
1507
|
-
public listFindings(
|
|
1508
|
-
args: ListFindingsCommandInput,
|
|
1509
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListFindingsCommandOutput) => void),
|
|
1510
|
-
cb?: (err: any, data?: ListFindingsCommandOutput) => void
|
|
1511
|
-
): Promise<ListFindingsCommandOutput> | void {
|
|
1512
|
-
const command = new ListFindingsCommand(args);
|
|
1513
|
-
if (typeof optionsOrCb === "function") {
|
|
1514
|
-
this.send(command, optionsOrCb);
|
|
1515
|
-
} else if (typeof cb === "function") {
|
|
1516
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1517
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1518
|
-
} else {
|
|
1519
|
-
return this.send(command, optionsOrCb);
|
|
1520
|
-
}
|
|
1521
|
-
}
|
|
1522
|
-
|
|
1523
|
-
/**
|
|
1524
|
-
* <p>Retrieves a subset of information about all the findings filters for an account.</p>
|
|
1525
|
-
*/
|
|
1526
|
-
public listFindingsFilters(
|
|
1527
|
-
args: ListFindingsFiltersCommandInput,
|
|
1528
|
-
options?: __HttpHandlerOptions
|
|
1529
|
-
): Promise<ListFindingsFiltersCommandOutput>;
|
|
1530
|
-
public listFindingsFilters(
|
|
1531
|
-
args: ListFindingsFiltersCommandInput,
|
|
1532
|
-
cb: (err: any, data?: ListFindingsFiltersCommandOutput) => void
|
|
1533
|
-
): void;
|
|
1534
|
-
public listFindingsFilters(
|
|
1535
|
-
args: ListFindingsFiltersCommandInput,
|
|
1536
|
-
options: __HttpHandlerOptions,
|
|
1537
|
-
cb: (err: any, data?: ListFindingsFiltersCommandOutput) => void
|
|
1538
|
-
): void;
|
|
1539
|
-
public listFindingsFilters(
|
|
1540
|
-
args: ListFindingsFiltersCommandInput,
|
|
1541
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListFindingsFiltersCommandOutput) => void),
|
|
1542
|
-
cb?: (err: any, data?: ListFindingsFiltersCommandOutput) => void
|
|
1543
|
-
): Promise<ListFindingsFiltersCommandOutput> | void {
|
|
1544
|
-
const command = new ListFindingsFiltersCommand(args);
|
|
1545
|
-
if (typeof optionsOrCb === "function") {
|
|
1546
|
-
this.send(command, optionsOrCb);
|
|
1547
|
-
} else if (typeof cb === "function") {
|
|
1548
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1549
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1550
|
-
} else {
|
|
1551
|
-
return this.send(command, optionsOrCb);
|
|
1552
|
-
}
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
/**
|
|
1556
|
-
* <p>Retrieves information about the Amazon Macie membership invitations that were received by an account.</p>
|
|
1557
|
-
*/
|
|
1558
|
-
public listInvitations(
|
|
1559
|
-
args: ListInvitationsCommandInput,
|
|
1560
|
-
options?: __HttpHandlerOptions
|
|
1561
|
-
): Promise<ListInvitationsCommandOutput>;
|
|
1562
|
-
public listInvitations(
|
|
1563
|
-
args: ListInvitationsCommandInput,
|
|
1564
|
-
cb: (err: any, data?: ListInvitationsCommandOutput) => void
|
|
1565
|
-
): void;
|
|
1566
|
-
public listInvitations(
|
|
1567
|
-
args: ListInvitationsCommandInput,
|
|
1568
|
-
options: __HttpHandlerOptions,
|
|
1569
|
-
cb: (err: any, data?: ListInvitationsCommandOutput) => void
|
|
1570
|
-
): void;
|
|
1571
|
-
public listInvitations(
|
|
1572
|
-
args: ListInvitationsCommandInput,
|
|
1573
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListInvitationsCommandOutput) => void),
|
|
1574
|
-
cb?: (err: any, data?: ListInvitationsCommandOutput) => void
|
|
1575
|
-
): Promise<ListInvitationsCommandOutput> | void {
|
|
1576
|
-
const command = new ListInvitationsCommand(args);
|
|
1577
|
-
if (typeof optionsOrCb === "function") {
|
|
1578
|
-
this.send(command, optionsOrCb);
|
|
1579
|
-
} else if (typeof cb === "function") {
|
|
1580
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1581
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1582
|
-
} else {
|
|
1583
|
-
return this.send(command, optionsOrCb);
|
|
1584
|
-
}
|
|
1585
|
-
}
|
|
1586
|
-
|
|
1587
|
-
/**
|
|
1588
|
-
* <p>Retrieves information about all the managed data identifiers that Amazon Macie currently provides.</p>
|
|
1589
|
-
*/
|
|
1590
|
-
public listManagedDataIdentifiers(
|
|
1591
|
-
args: ListManagedDataIdentifiersCommandInput,
|
|
1592
|
-
options?: __HttpHandlerOptions
|
|
1593
|
-
): Promise<ListManagedDataIdentifiersCommandOutput>;
|
|
1594
|
-
public listManagedDataIdentifiers(
|
|
1595
|
-
args: ListManagedDataIdentifiersCommandInput,
|
|
1596
|
-
cb: (err: any, data?: ListManagedDataIdentifiersCommandOutput) => void
|
|
1597
|
-
): void;
|
|
1598
|
-
public listManagedDataIdentifiers(
|
|
1599
|
-
args: ListManagedDataIdentifiersCommandInput,
|
|
1600
|
-
options: __HttpHandlerOptions,
|
|
1601
|
-
cb: (err: any, data?: ListManagedDataIdentifiersCommandOutput) => void
|
|
1602
|
-
): void;
|
|
1603
|
-
public listManagedDataIdentifiers(
|
|
1604
|
-
args: ListManagedDataIdentifiersCommandInput,
|
|
1605
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListManagedDataIdentifiersCommandOutput) => void),
|
|
1606
|
-
cb?: (err: any, data?: ListManagedDataIdentifiersCommandOutput) => void
|
|
1607
|
-
): Promise<ListManagedDataIdentifiersCommandOutput> | void {
|
|
1608
|
-
const command = new ListManagedDataIdentifiersCommand(args);
|
|
1609
|
-
if (typeof optionsOrCb === "function") {
|
|
1610
|
-
this.send(command, optionsOrCb);
|
|
1611
|
-
} else if (typeof cb === "function") {
|
|
1612
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1613
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1614
|
-
} else {
|
|
1615
|
-
return this.send(command, optionsOrCb);
|
|
1616
|
-
}
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
/**
|
|
1620
|
-
* <p>Retrieves information about the accounts that are associated with an Amazon Macie administrator account.</p>
|
|
1621
|
-
*/
|
|
1622
|
-
public listMembers(args: ListMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListMembersCommandOutput>;
|
|
1623
|
-
public listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
|
|
1624
|
-
public listMembers(
|
|
1625
|
-
args: ListMembersCommandInput,
|
|
1626
|
-
options: __HttpHandlerOptions,
|
|
1627
|
-
cb: (err: any, data?: ListMembersCommandOutput) => void
|
|
1628
|
-
): void;
|
|
1629
|
-
public listMembers(
|
|
1630
|
-
args: ListMembersCommandInput,
|
|
1631
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListMembersCommandOutput) => void),
|
|
1632
|
-
cb?: (err: any, data?: ListMembersCommandOutput) => void
|
|
1633
|
-
): Promise<ListMembersCommandOutput> | void {
|
|
1634
|
-
const command = new ListMembersCommand(args);
|
|
1635
|
-
if (typeof optionsOrCb === "function") {
|
|
1636
|
-
this.send(command, optionsOrCb);
|
|
1637
|
-
} else if (typeof cb === "function") {
|
|
1638
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1639
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1640
|
-
} else {
|
|
1641
|
-
return this.send(command, optionsOrCb);
|
|
1642
|
-
}
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
/**
|
|
1646
|
-
* <p>Retrieves information about the delegated Amazon Macie administrator account for an Amazon Web Services organization.</p>
|
|
1647
|
-
*/
|
|
1648
|
-
public listOrganizationAdminAccounts(
|
|
1649
|
-
args: ListOrganizationAdminAccountsCommandInput,
|
|
1650
|
-
options?: __HttpHandlerOptions
|
|
1651
|
-
): Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
1652
|
-
public listOrganizationAdminAccounts(
|
|
1653
|
-
args: ListOrganizationAdminAccountsCommandInput,
|
|
1654
|
-
cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void
|
|
1655
|
-
): void;
|
|
1656
|
-
public listOrganizationAdminAccounts(
|
|
1657
|
-
args: ListOrganizationAdminAccountsCommandInput,
|
|
1658
|
-
options: __HttpHandlerOptions,
|
|
1659
|
-
cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void
|
|
1660
|
-
): void;
|
|
1661
|
-
public listOrganizationAdminAccounts(
|
|
1662
|
-
args: ListOrganizationAdminAccountsCommandInput,
|
|
1663
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void),
|
|
1664
|
-
cb?: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void
|
|
1665
|
-
): Promise<ListOrganizationAdminAccountsCommandOutput> | void {
|
|
1666
|
-
const command = new ListOrganizationAdminAccountsCommand(args);
|
|
1667
|
-
if (typeof optionsOrCb === "function") {
|
|
1668
|
-
this.send(command, optionsOrCb);
|
|
1669
|
-
} else if (typeof cb === "function") {
|
|
1670
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1671
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1672
|
-
} else {
|
|
1673
|
-
return this.send(command, optionsOrCb);
|
|
1674
|
-
}
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
/**
|
|
1678
|
-
* <p>Retrieves the tags (keys and values) that are associated with a classification job, custom data identifier, findings filter, or member account.</p>
|
|
1679
|
-
*/
|
|
1680
|
-
public listTagsForResource(
|
|
1681
|
-
args: ListTagsForResourceCommandInput,
|
|
1682
|
-
options?: __HttpHandlerOptions
|
|
1683
|
-
): Promise<ListTagsForResourceCommandOutput>;
|
|
1684
|
-
public listTagsForResource(
|
|
1685
|
-
args: ListTagsForResourceCommandInput,
|
|
1686
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1687
|
-
): void;
|
|
1688
|
-
public listTagsForResource(
|
|
1689
|
-
args: ListTagsForResourceCommandInput,
|
|
1690
|
-
options: __HttpHandlerOptions,
|
|
1691
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1692
|
-
): void;
|
|
1693
|
-
public listTagsForResource(
|
|
1694
|
-
args: ListTagsForResourceCommandInput,
|
|
1695
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
|
|
1696
|
-
cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1697
|
-
): Promise<ListTagsForResourceCommandOutput> | void {
|
|
1698
|
-
const command = new ListTagsForResourceCommand(args);
|
|
1699
|
-
if (typeof optionsOrCb === "function") {
|
|
1700
|
-
this.send(command, optionsOrCb);
|
|
1701
|
-
} else if (typeof cb === "function") {
|
|
1702
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1703
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1704
|
-
} else {
|
|
1705
|
-
return this.send(command, optionsOrCb);
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
/**
|
|
1710
|
-
* <p>Creates or updates the configuration settings for storing data classification results.</p>
|
|
1711
|
-
*/
|
|
1712
|
-
public putClassificationExportConfiguration(
|
|
1713
|
-
args: PutClassificationExportConfigurationCommandInput,
|
|
1714
|
-
options?: __HttpHandlerOptions
|
|
1715
|
-
): Promise<PutClassificationExportConfigurationCommandOutput>;
|
|
1716
|
-
public putClassificationExportConfiguration(
|
|
1717
|
-
args: PutClassificationExportConfigurationCommandInput,
|
|
1718
|
-
cb: (err: any, data?: PutClassificationExportConfigurationCommandOutput) => void
|
|
1719
|
-
): void;
|
|
1720
|
-
public putClassificationExportConfiguration(
|
|
1721
|
-
args: PutClassificationExportConfigurationCommandInput,
|
|
1722
|
-
options: __HttpHandlerOptions,
|
|
1723
|
-
cb: (err: any, data?: PutClassificationExportConfigurationCommandOutput) => void
|
|
1724
|
-
): void;
|
|
1725
|
-
public putClassificationExportConfiguration(
|
|
1726
|
-
args: PutClassificationExportConfigurationCommandInput,
|
|
1727
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutClassificationExportConfigurationCommandOutput) => void),
|
|
1728
|
-
cb?: (err: any, data?: PutClassificationExportConfigurationCommandOutput) => void
|
|
1729
|
-
): Promise<PutClassificationExportConfigurationCommandOutput> | void {
|
|
1730
|
-
const command = new PutClassificationExportConfigurationCommand(args);
|
|
1731
|
-
if (typeof optionsOrCb === "function") {
|
|
1732
|
-
this.send(command, optionsOrCb);
|
|
1733
|
-
} else if (typeof cb === "function") {
|
|
1734
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1735
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1736
|
-
} else {
|
|
1737
|
-
return this.send(command, optionsOrCb);
|
|
1738
|
-
}
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
|
-
/**
|
|
1742
|
-
* <p>Updates the configuration settings for publishing findings to Security Hub.</p>
|
|
1743
|
-
*/
|
|
1744
|
-
public putFindingsPublicationConfiguration(
|
|
1745
|
-
args: PutFindingsPublicationConfigurationCommandInput,
|
|
1746
|
-
options?: __HttpHandlerOptions
|
|
1747
|
-
): Promise<PutFindingsPublicationConfigurationCommandOutput>;
|
|
1748
|
-
public putFindingsPublicationConfiguration(
|
|
1749
|
-
args: PutFindingsPublicationConfigurationCommandInput,
|
|
1750
|
-
cb: (err: any, data?: PutFindingsPublicationConfigurationCommandOutput) => void
|
|
1751
|
-
): void;
|
|
1752
|
-
public putFindingsPublicationConfiguration(
|
|
1753
|
-
args: PutFindingsPublicationConfigurationCommandInput,
|
|
1754
|
-
options: __HttpHandlerOptions,
|
|
1755
|
-
cb: (err: any, data?: PutFindingsPublicationConfigurationCommandOutput) => void
|
|
1756
|
-
): void;
|
|
1757
|
-
public putFindingsPublicationConfiguration(
|
|
1758
|
-
args: PutFindingsPublicationConfigurationCommandInput,
|
|
1759
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutFindingsPublicationConfigurationCommandOutput) => void),
|
|
1760
|
-
cb?: (err: any, data?: PutFindingsPublicationConfigurationCommandOutput) => void
|
|
1761
|
-
): Promise<PutFindingsPublicationConfigurationCommandOutput> | void {
|
|
1762
|
-
const command = new PutFindingsPublicationConfigurationCommand(args);
|
|
1763
|
-
if (typeof optionsOrCb === "function") {
|
|
1764
|
-
this.send(command, optionsOrCb);
|
|
1765
|
-
} else if (typeof cb === "function") {
|
|
1766
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1767
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1768
|
-
} else {
|
|
1769
|
-
return this.send(command, optionsOrCb);
|
|
1770
|
-
}
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
/**
|
|
1774
|
-
* <p>Retrieves (queries) statistical data and other information about Amazon Web Services resources that Amazon Macie monitors and analyzes.</p>
|
|
1775
|
-
*/
|
|
1776
|
-
public searchResources(
|
|
1777
|
-
args: SearchResourcesCommandInput,
|
|
1778
|
-
options?: __HttpHandlerOptions
|
|
1779
|
-
): Promise<SearchResourcesCommandOutput>;
|
|
1780
|
-
public searchResources(
|
|
1781
|
-
args: SearchResourcesCommandInput,
|
|
1782
|
-
cb: (err: any, data?: SearchResourcesCommandOutput) => void
|
|
1783
|
-
): void;
|
|
1784
|
-
public searchResources(
|
|
1785
|
-
args: SearchResourcesCommandInput,
|
|
1786
|
-
options: __HttpHandlerOptions,
|
|
1787
|
-
cb: (err: any, data?: SearchResourcesCommandOutput) => void
|
|
1788
|
-
): void;
|
|
1789
|
-
public searchResources(
|
|
1790
|
-
args: SearchResourcesCommandInput,
|
|
1791
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SearchResourcesCommandOutput) => void),
|
|
1792
|
-
cb?: (err: any, data?: SearchResourcesCommandOutput) => void
|
|
1793
|
-
): Promise<SearchResourcesCommandOutput> | void {
|
|
1794
|
-
const command = new SearchResourcesCommand(args);
|
|
1795
|
-
if (typeof optionsOrCb === "function") {
|
|
1796
|
-
this.send(command, optionsOrCb);
|
|
1797
|
-
} else if (typeof cb === "function") {
|
|
1798
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1799
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1800
|
-
} else {
|
|
1801
|
-
return this.send(command, optionsOrCb);
|
|
1802
|
-
}
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
/**
|
|
1806
|
-
* <p>Adds or updates one or more tags (keys and values) that are associated with a classification job, custom data identifier, findings filter, or member account.</p>
|
|
1807
|
-
*/
|
|
1808
|
-
public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
1809
|
-
public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
1810
|
-
public tagResource(
|
|
1811
|
-
args: TagResourceCommandInput,
|
|
1812
|
-
options: __HttpHandlerOptions,
|
|
1813
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1814
|
-
): void;
|
|
1815
|
-
public tagResource(
|
|
1816
|
-
args: TagResourceCommandInput,
|
|
1817
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
|
|
1818
|
-
cb?: (err: any, data?: TagResourceCommandOutput) => void
|
|
1819
|
-
): Promise<TagResourceCommandOutput> | void {
|
|
1820
|
-
const command = new TagResourceCommand(args);
|
|
1821
|
-
if (typeof optionsOrCb === "function") {
|
|
1822
|
-
this.send(command, optionsOrCb);
|
|
1823
|
-
} else if (typeof cb === "function") {
|
|
1824
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1825
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1826
|
-
} else {
|
|
1827
|
-
return this.send(command, optionsOrCb);
|
|
1828
|
-
}
|
|
1829
|
-
}
|
|
1830
|
-
|
|
1831
|
-
/**
|
|
1832
|
-
* <p>Tests a custom data identifier.</p>
|
|
1833
|
-
*/
|
|
1834
|
-
public testCustomDataIdentifier(
|
|
1835
|
-
args: TestCustomDataIdentifierCommandInput,
|
|
1836
|
-
options?: __HttpHandlerOptions
|
|
1837
|
-
): Promise<TestCustomDataIdentifierCommandOutput>;
|
|
1838
|
-
public testCustomDataIdentifier(
|
|
1839
|
-
args: TestCustomDataIdentifierCommandInput,
|
|
1840
|
-
cb: (err: any, data?: TestCustomDataIdentifierCommandOutput) => void
|
|
1841
|
-
): void;
|
|
1842
|
-
public testCustomDataIdentifier(
|
|
1843
|
-
args: TestCustomDataIdentifierCommandInput,
|
|
1844
|
-
options: __HttpHandlerOptions,
|
|
1845
|
-
cb: (err: any, data?: TestCustomDataIdentifierCommandOutput) => void
|
|
1846
|
-
): void;
|
|
1847
|
-
public testCustomDataIdentifier(
|
|
1848
|
-
args: TestCustomDataIdentifierCommandInput,
|
|
1849
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TestCustomDataIdentifierCommandOutput) => void),
|
|
1850
|
-
cb?: (err: any, data?: TestCustomDataIdentifierCommandOutput) => void
|
|
1851
|
-
): Promise<TestCustomDataIdentifierCommandOutput> | void {
|
|
1852
|
-
const command = new TestCustomDataIdentifierCommand(args);
|
|
1853
|
-
if (typeof optionsOrCb === "function") {
|
|
1854
|
-
this.send(command, optionsOrCb);
|
|
1855
|
-
} else if (typeof cb === "function") {
|
|
1856
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1857
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1858
|
-
} else {
|
|
1859
|
-
return this.send(command, optionsOrCb);
|
|
1860
|
-
}
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
|
-
/**
|
|
1864
|
-
* <p>Removes one or more tags (keys and values) from a classification job, custom data identifier, findings filter, or member account.</p>
|
|
1865
|
-
*/
|
|
1866
|
-
public untagResource(
|
|
1867
|
-
args: UntagResourceCommandInput,
|
|
1868
|
-
options?: __HttpHandlerOptions
|
|
1869
|
-
): Promise<UntagResourceCommandOutput>;
|
|
1870
|
-
public untagResource(
|
|
1871
|
-
args: UntagResourceCommandInput,
|
|
1872
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1873
|
-
): void;
|
|
1874
|
-
public untagResource(
|
|
1875
|
-
args: UntagResourceCommandInput,
|
|
1876
|
-
options: __HttpHandlerOptions,
|
|
1877
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1878
|
-
): void;
|
|
1879
|
-
public untagResource(
|
|
1880
|
-
args: UntagResourceCommandInput,
|
|
1881
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
|
|
1882
|
-
cb?: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1883
|
-
): Promise<UntagResourceCommandOutput> | void {
|
|
1884
|
-
const command = new UntagResourceCommand(args);
|
|
1885
|
-
if (typeof optionsOrCb === "function") {
|
|
1886
|
-
this.send(command, optionsOrCb);
|
|
1887
|
-
} else if (typeof cb === "function") {
|
|
1888
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1889
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1890
|
-
} else {
|
|
1891
|
-
return this.send(command, optionsOrCb);
|
|
1892
|
-
}
|
|
1893
|
-
}
|
|
1894
|
-
|
|
1895
|
-
/**
|
|
1896
|
-
* <p>Changes the status of a classification job.</p>
|
|
1897
|
-
*/
|
|
1898
|
-
public updateClassificationJob(
|
|
1899
|
-
args: UpdateClassificationJobCommandInput,
|
|
1900
|
-
options?: __HttpHandlerOptions
|
|
1901
|
-
): Promise<UpdateClassificationJobCommandOutput>;
|
|
1902
|
-
public updateClassificationJob(
|
|
1903
|
-
args: UpdateClassificationJobCommandInput,
|
|
1904
|
-
cb: (err: any, data?: UpdateClassificationJobCommandOutput) => void
|
|
1905
|
-
): void;
|
|
1906
|
-
public updateClassificationJob(
|
|
1907
|
-
args: UpdateClassificationJobCommandInput,
|
|
1908
|
-
options: __HttpHandlerOptions,
|
|
1909
|
-
cb: (err: any, data?: UpdateClassificationJobCommandOutput) => void
|
|
1910
|
-
): void;
|
|
1911
|
-
public updateClassificationJob(
|
|
1912
|
-
args: UpdateClassificationJobCommandInput,
|
|
1913
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateClassificationJobCommandOutput) => void),
|
|
1914
|
-
cb?: (err: any, data?: UpdateClassificationJobCommandOutput) => void
|
|
1915
|
-
): Promise<UpdateClassificationJobCommandOutput> | void {
|
|
1916
|
-
const command = new UpdateClassificationJobCommand(args);
|
|
1917
|
-
if (typeof optionsOrCb === "function") {
|
|
1918
|
-
this.send(command, optionsOrCb);
|
|
1919
|
-
} else if (typeof cb === "function") {
|
|
1920
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1921
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1922
|
-
} else {
|
|
1923
|
-
return this.send(command, optionsOrCb);
|
|
1924
|
-
}
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
/**
|
|
1928
|
-
* <p>Updates the criteria and other settings for a findings filter.</p>
|
|
1929
|
-
*/
|
|
1930
|
-
public updateFindingsFilter(
|
|
1931
|
-
args: UpdateFindingsFilterCommandInput,
|
|
1932
|
-
options?: __HttpHandlerOptions
|
|
1933
|
-
): Promise<UpdateFindingsFilterCommandOutput>;
|
|
1934
|
-
public updateFindingsFilter(
|
|
1935
|
-
args: UpdateFindingsFilterCommandInput,
|
|
1936
|
-
cb: (err: any, data?: UpdateFindingsFilterCommandOutput) => void
|
|
1937
|
-
): void;
|
|
1938
|
-
public updateFindingsFilter(
|
|
1939
|
-
args: UpdateFindingsFilterCommandInput,
|
|
1940
|
-
options: __HttpHandlerOptions,
|
|
1941
|
-
cb: (err: any, data?: UpdateFindingsFilterCommandOutput) => void
|
|
1942
|
-
): void;
|
|
1943
|
-
public updateFindingsFilter(
|
|
1944
|
-
args: UpdateFindingsFilterCommandInput,
|
|
1945
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateFindingsFilterCommandOutput) => void),
|
|
1946
|
-
cb?: (err: any, data?: UpdateFindingsFilterCommandOutput) => void
|
|
1947
|
-
): Promise<UpdateFindingsFilterCommandOutput> | void {
|
|
1948
|
-
const command = new UpdateFindingsFilterCommand(args);
|
|
1949
|
-
if (typeof optionsOrCb === "function") {
|
|
1950
|
-
this.send(command, optionsOrCb);
|
|
1951
|
-
} else if (typeof cb === "function") {
|
|
1952
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1953
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1954
|
-
} else {
|
|
1955
|
-
return this.send(command, optionsOrCb);
|
|
1956
|
-
}
|
|
1957
|
-
}
|
|
1958
|
-
|
|
1959
|
-
/**
|
|
1960
|
-
* <p>Suspends or re-enables an Amazon Macie account, or updates the configuration settings for a Macie account.</p>
|
|
1961
|
-
*/
|
|
1962
|
-
public updateMacieSession(
|
|
1963
|
-
args: UpdateMacieSessionCommandInput,
|
|
1964
|
-
options?: __HttpHandlerOptions
|
|
1965
|
-
): Promise<UpdateMacieSessionCommandOutput>;
|
|
1966
|
-
public updateMacieSession(
|
|
1967
|
-
args: UpdateMacieSessionCommandInput,
|
|
1968
|
-
cb: (err: any, data?: UpdateMacieSessionCommandOutput) => void
|
|
1969
|
-
): void;
|
|
1970
|
-
public updateMacieSession(
|
|
1971
|
-
args: UpdateMacieSessionCommandInput,
|
|
1972
|
-
options: __HttpHandlerOptions,
|
|
1973
|
-
cb: (err: any, data?: UpdateMacieSessionCommandOutput) => void
|
|
1974
|
-
): void;
|
|
1975
|
-
public updateMacieSession(
|
|
1976
|
-
args: UpdateMacieSessionCommandInput,
|
|
1977
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateMacieSessionCommandOutput) => void),
|
|
1978
|
-
cb?: (err: any, data?: UpdateMacieSessionCommandOutput) => void
|
|
1979
|
-
): Promise<UpdateMacieSessionCommandOutput> | void {
|
|
1980
|
-
const command = new UpdateMacieSessionCommand(args);
|
|
1981
|
-
if (typeof optionsOrCb === "function") {
|
|
1982
|
-
this.send(command, optionsOrCb);
|
|
1983
|
-
} else if (typeof cb === "function") {
|
|
1984
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1985
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1986
|
-
} else {
|
|
1987
|
-
return this.send(command, optionsOrCb);
|
|
1988
|
-
}
|
|
1989
|
-
}
|
|
1990
|
-
|
|
1991
|
-
/**
|
|
1992
|
-
* <p>Enables an Amazon Macie administrator to suspend or re-enable a member account.</p>
|
|
1993
|
-
*/
|
|
1994
|
-
public updateMemberSession(
|
|
1995
|
-
args: UpdateMemberSessionCommandInput,
|
|
1996
|
-
options?: __HttpHandlerOptions
|
|
1997
|
-
): Promise<UpdateMemberSessionCommandOutput>;
|
|
1998
|
-
public updateMemberSession(
|
|
1999
|
-
args: UpdateMemberSessionCommandInput,
|
|
2000
|
-
cb: (err: any, data?: UpdateMemberSessionCommandOutput) => void
|
|
2001
|
-
): void;
|
|
2002
|
-
public updateMemberSession(
|
|
2003
|
-
args: UpdateMemberSessionCommandInput,
|
|
2004
|
-
options: __HttpHandlerOptions,
|
|
2005
|
-
cb: (err: any, data?: UpdateMemberSessionCommandOutput) => void
|
|
2006
|
-
): void;
|
|
2007
|
-
public updateMemberSession(
|
|
2008
|
-
args: UpdateMemberSessionCommandInput,
|
|
2009
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateMemberSessionCommandOutput) => void),
|
|
2010
|
-
cb?: (err: any, data?: UpdateMemberSessionCommandOutput) => void
|
|
2011
|
-
): Promise<UpdateMemberSessionCommandOutput> | void {
|
|
2012
|
-
const command = new UpdateMemberSessionCommand(args);
|
|
2013
|
-
if (typeof optionsOrCb === "function") {
|
|
2014
|
-
this.send(command, optionsOrCb);
|
|
2015
|
-
} else if (typeof cb === "function") {
|
|
2016
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2017
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2018
|
-
} else {
|
|
2019
|
-
return this.send(command, optionsOrCb);
|
|
2020
|
-
}
|
|
2021
|
-
}
|
|
2022
|
-
|
|
2023
|
-
/**
|
|
2024
|
-
* <p>Updates the Amazon Macie configuration settings for an Amazon Web Services organization.</p>
|
|
2025
|
-
*/
|
|
2026
|
-
public updateOrganizationConfiguration(
|
|
2027
|
-
args: UpdateOrganizationConfigurationCommandInput,
|
|
2028
|
-
options?: __HttpHandlerOptions
|
|
2029
|
-
): Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
2030
|
-
public updateOrganizationConfiguration(
|
|
2031
|
-
args: UpdateOrganizationConfigurationCommandInput,
|
|
2032
|
-
cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
|
|
2033
|
-
): void;
|
|
2034
|
-
public updateOrganizationConfiguration(
|
|
2035
|
-
args: UpdateOrganizationConfigurationCommandInput,
|
|
2036
|
-
options: __HttpHandlerOptions,
|
|
2037
|
-
cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
|
|
2038
|
-
): void;
|
|
2039
|
-
public updateOrganizationConfiguration(
|
|
2040
|
-
args: UpdateOrganizationConfigurationCommandInput,
|
|
2041
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void),
|
|
2042
|
-
cb?: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
|
|
2043
|
-
): Promise<UpdateOrganizationConfigurationCommandOutput> | void {
|
|
2044
|
-
const command = new UpdateOrganizationConfigurationCommand(args);
|
|
2045
|
-
if (typeof optionsOrCb === "function") {
|
|
2046
|
-
this.send(command, optionsOrCb);
|
|
2047
|
-
} else if (typeof cb === "function") {
|
|
2048
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2049
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2050
|
-
} else {
|
|
2051
|
-
return this.send(command, optionsOrCb);
|
|
2052
|
-
}
|
|
2053
|
-
}
|
|
2054
|
-
}
|