@aws-sdk/client-macie2 3.39.0 → 3.43.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 +42 -0
- package/dist-cjs/endpoints.js +118 -17
- package/dist-cjs/models/models_0.js +15 -3
- package/dist-cjs/protocols/Aws_restJson1.js +41 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +118 -17
- package/dist-es/models/models_0.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +39 -2
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Macie2.d.ts +9 -9
- package/dist-types/Macie2Client.d.ts +8 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/commands/CreateClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/CreateFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/CreateMemberCommand.d.ts +1 -1
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +1 -1
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMemberCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBucketsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/DisableMacieCommand.d.ts +2 -2
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMemberCommand.d.ts +1 -1
- package/dist-types/commands/EnableMacieCommand.d.ts +1 -1
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -2
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketStatisticsCommand.d.ts +2 -2
- package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/commands/GetMacieSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetMemberCommand.d.ts +1 -1
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetUsageTotalsCommand.d.ts +1 -1
- package/dist-types/commands/ListClassificationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SearchResourcesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMacieSessionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMemberSessionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +72 -40
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/Macie2Client.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +20 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -20,7 +20,7 @@ export interface GetInvitationsCountCommandOutput extends GetInvitationsCountRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetInvitationsCountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetInvitationsCountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetInvitationsCountCommand extends $Command<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMacieSessionCommandOutput extends GetMacieSessionResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMacieSessionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMacieSessionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMacieSessionCommand extends $Command<GetMacieSessionCommandInput, GetMacieSessionCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMasterAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMasterAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMasterAccountCommand extends $Command<GetMasterAccountCommandInput, GetMasterAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMemberCommandOutput extends GetMemberResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMemberCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMemberCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMemberCommand extends $Command<GetMemberCommandInput, GetMemberCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetUsageStatisticsCommandOutput extends GetUsageStatisticsRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetUsageStatisticsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetUsageStatisticsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetUsageStatisticsCommand extends $Command<GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetUsageTotalsCommandOutput extends GetUsageTotalsResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetUsageTotalsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetUsageTotalsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetUsageTotalsCommand extends $Command<GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListClassificationJobsCommandOutput extends ListClassificationJ
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListClassificationJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListClassificationJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListClassificationJobsCommand extends $Command<ListClassificationJobsCommandInput, ListClassificationJobsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListCustomDataIdentifiersCommandOutput extends ListCustomDataId
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListCustomDataIdentifiersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListCustomDataIdentifiersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListCustomDataIdentifiersCommand extends $Command<ListCustomDataIdentifiersCommandInput, ListCustomDataIdentifiersCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListFindingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListFindingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListFindingsFiltersCommandOutput extends ListFindingsFiltersRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListFindingsFiltersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListFindingsFiltersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListFindingsFiltersCommand extends $Command<ListFindingsFiltersCommandInput, ListFindingsFiltersCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListInvitationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListInvitationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListInvitationsCommand extends $Command<ListInvitationsCommandInput, ListInvitationsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListManagedDataIdentifiersCommandOutput extends ListManagedData
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListManagedDataIdentifiersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListManagedDataIdentifiersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListManagedDataIdentifiersCommand extends $Command<ListManagedDataIdentifiersCommandInput, ListManagedDataIdentifiersCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMembersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMembersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface ListOrganizationAdminAccountsCommandInput extends ListOrganizat
|
|
|
7
7
|
export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganizationAdminAccountsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves information about the delegated Amazon Macie administrator account for an
|
|
10
|
+
* <p>Retrieves information about the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganiza
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListOrganizationAdminAccountsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListOrganizationAdminAccountsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListOrganizationAdminAccountsCommand extends $Command<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutClassificationExportConfigurationCommandOutput extends PutCl
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutClassificationExportConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutClassificationExportConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutClassificationExportConfigurationCommand extends $Command<PutClassificationExportConfigurationCommandInput, PutClassificationExportConfigurationCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutFindingsPublicationConfigurationCommandOutput extends PutFin
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutFindingsPublicationConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutFindingsPublicationConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutFindingsPublicationConfigurationCommand extends $Command<PutFindingsPublicationConfigurationCommandInput, PutFindingsPublicationConfigurationCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface SearchResourcesCommandOutput extends SearchResourcesResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link SearchResourcesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link SearchResourcesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class SearchResourcesCommand extends $Command<SearchResourcesCommandInput, SearchResourcesCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TestCustomDataIdentifierCommandOutput extends TestCustomDataIde
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TestCustomDataIdentifierCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TestCustomDataIdentifierCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TestCustomDataIdentifierCommand extends $Command<TestCustomDataIdentifierCommandInput, TestCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateClassificationJobCommandOutput extends UpdateClassificati
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateClassificationJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateClassificationJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateClassificationJobCommand extends $Command<UpdateClassificationJobCommandInput, UpdateClassificationJobCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateFindingsFilterCommandOutput extends UpdateFindingsFilterR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateFindingsFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateFindingsFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateFindingsFilterCommand extends $Command<UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface UpdateMacieSessionCommandInput extends UpdateMacieSessionReques
|
|
|
7
7
|
export interface UpdateMacieSessionCommandOutput extends UpdateMacieSessionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Suspends or re-enables
|
|
10
|
+
* <p>Suspends or re-enables Amazon Macie, or updates the configuration settings for a Macie account.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface UpdateMacieSessionCommandOutput extends UpdateMacieSessionRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateMacieSessionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateMacieSessionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateMacieSessionCommand extends $Command<UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface UpdateMemberSessionCommandInput extends UpdateMemberSessionRequ
|
|
|
7
7
|
export interface UpdateMemberSessionCommandOutput extends UpdateMemberSessionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Enables an Amazon Macie administrator to suspend or re-enable a member account.</p>
|
|
10
|
+
* <p>Enables an Amazon Macie administrator to suspend or re-enable Macie for a member account.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface UpdateMemberSessionCommandOutput extends UpdateMemberSessionRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateMemberSessionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateMemberSessionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateMemberSessionCommand extends $Command<UpdateMemberSessionCommandInput, UpdateMemberSessionCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrgan
|
|
|
7
7
|
export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrganizationConfigurationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Updates the Amazon Macie configuration settings for an
|
|
10
|
+
* <p>Updates the Amazon Macie configuration settings for an organization in Organizations.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateOrganizationConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateOrganizationConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateOrganizationConfigurationCommand extends $Command<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, Macie2ClientResolvedConfig> {
|