@aws-sdk/client-macie2 3.40.0 → 3.45.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 +41 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-types/Macie2.d.ts +8 -8
- 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 +1 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +25 -25
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,47 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @aws-sdk/client-macie2
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
6
47
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
48
|
|
|
8
49
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -63,6 +63,7 @@ const partitionHash = {
|
|
|
63
63
|
"ap-south-1",
|
|
64
64
|
"ap-southeast-1",
|
|
65
65
|
"ap-southeast-2",
|
|
66
|
+
"ap-southeast-3",
|
|
66
67
|
"ca-central-1",
|
|
67
68
|
"eu-central-1",
|
|
68
69
|
"eu-north-1",
|
|
@@ -131,6 +132,10 @@ const partitionHash = {
|
|
|
131
132
|
hostname: "macie2.{region}.c2s.ic.gov",
|
|
132
133
|
tags: [],
|
|
133
134
|
},
|
|
135
|
+
{
|
|
136
|
+
hostname: "macie2-fips.{region}.c2s.ic.gov",
|
|
137
|
+
tags: ["fips"],
|
|
138
|
+
},
|
|
134
139
|
],
|
|
135
140
|
},
|
|
136
141
|
"aws-iso-b": {
|
|
@@ -141,6 +146,10 @@ const partitionHash = {
|
|
|
141
146
|
hostname: "macie2.{region}.sc2s.sgov.gov",
|
|
142
147
|
tags: [],
|
|
143
148
|
},
|
|
149
|
+
{
|
|
150
|
+
hostname: "macie2-fips.{region}.sc2s.sgov.gov",
|
|
151
|
+
tags: ["fips"],
|
|
152
|
+
},
|
|
144
153
|
],
|
|
145
154
|
},
|
|
146
155
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -61,6 +61,7 @@ var partitionHash = {
|
|
|
61
61
|
"ap-south-1",
|
|
62
62
|
"ap-southeast-1",
|
|
63
63
|
"ap-southeast-2",
|
|
64
|
+
"ap-southeast-3",
|
|
64
65
|
"ca-central-1",
|
|
65
66
|
"eu-central-1",
|
|
66
67
|
"eu-north-1",
|
|
@@ -129,6 +130,10 @@ var partitionHash = {
|
|
|
129
130
|
hostname: "macie2.{region}.c2s.ic.gov",
|
|
130
131
|
tags: [],
|
|
131
132
|
},
|
|
133
|
+
{
|
|
134
|
+
hostname: "macie2-fips.{region}.c2s.ic.gov",
|
|
135
|
+
tags: ["fips"],
|
|
136
|
+
},
|
|
132
137
|
],
|
|
133
138
|
},
|
|
134
139
|
"aws-iso-b": {
|
|
@@ -139,6 +144,10 @@ var partitionHash = {
|
|
|
139
144
|
hostname: "macie2.{region}.sc2s.sgov.gov",
|
|
140
145
|
tags: [],
|
|
141
146
|
},
|
|
147
|
+
{
|
|
148
|
+
hostname: "macie2-fips.{region}.sc2s.sgov.gov",
|
|
149
|
+
tags: ["fips"],
|
|
150
|
+
},
|
|
142
151
|
],
|
|
143
152
|
},
|
|
144
153
|
"aws-us-gov": {
|
package/dist-types/Macie2.d.ts
CHANGED
|
@@ -152,19 +152,19 @@ export declare class Macie2 extends Macie2Client {
|
|
|
152
152
|
describeClassificationJob(args: DescribeClassificationJobCommandInput, cb: (err: any, data?: DescribeClassificationJobCommandOutput) => void): void;
|
|
153
153
|
describeClassificationJob(args: DescribeClassificationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClassificationJobCommandOutput) => void): void;
|
|
154
154
|
/**
|
|
155
|
-
* <p>Retrieves the Amazon Macie configuration settings for an
|
|
155
|
+
* <p>Retrieves the Amazon Macie configuration settings for an organization in Organizations.</p>
|
|
156
156
|
*/
|
|
157
157
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
158
158
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
|
|
159
159
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
|
|
160
160
|
/**
|
|
161
|
-
* <p>Disables
|
|
161
|
+
* <p>Disables Amazon Macie and deletes all settings and resources for a Macie account.</p>
|
|
162
162
|
*/
|
|
163
163
|
disableMacie(args: DisableMacieCommandInput, options?: __HttpHandlerOptions): Promise<DisableMacieCommandOutput>;
|
|
164
164
|
disableMacie(args: DisableMacieCommandInput, cb: (err: any, data?: DisableMacieCommandOutput) => void): void;
|
|
165
165
|
disableMacie(args: DisableMacieCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableMacieCommandOutput) => void): void;
|
|
166
166
|
/**
|
|
167
|
-
* <p>Disables an account as the delegated Amazon Macie administrator account for an
|
|
167
|
+
* <p>Disables an account as the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
168
168
|
*/
|
|
169
169
|
disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisableOrganizationAdminAccountCommandOutput>;
|
|
170
170
|
disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
|
|
@@ -194,7 +194,7 @@ export declare class Macie2 extends Macie2Client {
|
|
|
194
194
|
enableMacie(args: EnableMacieCommandInput, cb: (err: any, data?: EnableMacieCommandOutput) => void): void;
|
|
195
195
|
enableMacie(args: EnableMacieCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableMacieCommandOutput) => void): void;
|
|
196
196
|
/**
|
|
197
|
-
* <p>Designates an account as the delegated Amazon Macie administrator account for an
|
|
197
|
+
* <p>Designates an account as the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
198
198
|
*/
|
|
199
199
|
enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<EnableOrganizationAdminAccountCommandOutput>;
|
|
200
200
|
enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
|
|
@@ -206,7 +206,7 @@ export declare class Macie2 extends Macie2Client {
|
|
|
206
206
|
getAdministratorAccount(args: GetAdministratorAccountCommandInput, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
|
|
207
207
|
getAdministratorAccount(args: GetAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
|
|
208
208
|
/**
|
|
209
|
-
* <p>Retrieves (queries) aggregated statistical data
|
|
209
|
+
* <p>Retrieves (queries) aggregated statistical data about S3 buckets that Amazon Macie monitors and analyzes.</p>
|
|
210
210
|
*/
|
|
211
211
|
getBucketStatistics(args: GetBucketStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketStatisticsCommandOutput>;
|
|
212
212
|
getBucketStatistics(args: GetBucketStatisticsCommandInput, cb: (err: any, data?: GetBucketStatisticsCommandOutput) => void): void;
|
|
@@ -326,7 +326,7 @@ export declare class Macie2 extends Macie2Client {
|
|
|
326
326
|
listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
|
|
327
327
|
listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
|
|
328
328
|
/**
|
|
329
|
-
* <p>Retrieves information about the delegated Amazon Macie administrator account for an
|
|
329
|
+
* <p>Retrieves information about the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
330
330
|
*/
|
|
331
331
|
listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
332
332
|
listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
|
|
@@ -386,7 +386,7 @@ export declare class Macie2 extends Macie2Client {
|
|
|
386
386
|
updateFindingsFilter(args: UpdateFindingsFilterCommandInput, cb: (err: any, data?: UpdateFindingsFilterCommandOutput) => void): void;
|
|
387
387
|
updateFindingsFilter(args: UpdateFindingsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFindingsFilterCommandOutput) => void): void;
|
|
388
388
|
/**
|
|
389
|
-
* <p>Suspends or re-enables
|
|
389
|
+
* <p>Suspends or re-enables Amazon Macie, or updates the configuration settings for a Macie account.</p>
|
|
390
390
|
*/
|
|
391
391
|
updateMacieSession(args: UpdateMacieSessionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMacieSessionCommandOutput>;
|
|
392
392
|
updateMacieSession(args: UpdateMacieSessionCommandInput, cb: (err: any, data?: UpdateMacieSessionCommandOutput) => void): void;
|
|
@@ -398,7 +398,7 @@ export declare class Macie2 extends Macie2Client {
|
|
|
398
398
|
updateMemberSession(args: UpdateMemberSessionCommandInput, cb: (err: any, data?: UpdateMemberSessionCommandOutput) => void): void;
|
|
399
399
|
updateMemberSession(args: UpdateMemberSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMemberSessionCommandOutput) => void): void;
|
|
400
400
|
/**
|
|
401
|
-
* <p>Updates the Amazon Macie configuration settings for an
|
|
401
|
+
* <p>Updates the Amazon Macie configuration settings for an organization in Organizations.</p>
|
|
402
402
|
*/
|
|
403
403
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
404
404
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
|
|
@@ -20,7 +20,7 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link AcceptInvitationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link AcceptInvitationCommandOutput} 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 AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchGetCustomDataIdentifiersCommandOutput extends BatchGetCust
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchGetCustomDataIdentifiersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchGetCustomDataIdentifiersCommandOutput} 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 BatchGetCustomDataIdentifiersCommand extends $Command<BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateClassificationJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateClassificationJobCommandOutput} 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 CreateClassificationJobCommand extends $Command<CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateCustomDataIdentifierCommandOutput extends CreateCustomDat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateCustomDataIdentifierCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateCustomDataIdentifierCommandOutput} 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 CreateCustomDataIdentifierCommand extends $Command<CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateFindingsFilterCommandOutput extends CreateFindingsFilterR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateFindingsFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateFindingsFilterCommandOutput} 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 CreateFindingsFilterCommand extends $Command<CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateInvitationsCommandOutput extends CreateInvitationsRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateInvitationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateInvitationsCommandOutput} 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 CreateInvitationsCommand extends $Command<CreateInvitationsCommandInput, CreateInvitationsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateMemberCommandOutput extends CreateMemberResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateMemberCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateMemberCommandOutput} 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 CreateMemberCommand extends $Command<CreateMemberCommandInput, CreateMemberCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateSampleFindingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateSampleFindingsCommandOutput} 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 CreateSampleFindingsCommand extends $Command<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeclineInvitationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeclineInvitationsCommandOutput} 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 DeclineInvitationsCommand extends $Command<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteCustomDataIdentifierCommandOutput extends DeleteCustomDat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteCustomDataIdentifierCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteCustomDataIdentifierCommandOutput} 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 DeleteCustomDataIdentifierCommand extends $Command<DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFindingsFilterCommandOutput extends DeleteFindingsFilterR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFindingsFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFindingsFilterCommandOutput} 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 DeleteFindingsFilterCommand extends $Command<DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteInvitationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteInvitationsCommandOutput} 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 DeleteInvitationsCommand extends $Command<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteMemberCommandOutput extends DeleteMemberResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteMemberCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteMemberCommandOutput} 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 DeleteMemberCommand extends $Command<DeleteMemberCommandInput, DeleteMemberCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeBucketsCommandOutput extends DescribeBucketsResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeBucketsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeBucketsCommandOutput} 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 DescribeBucketsCommand extends $Command<DescribeBucketsCommandInput, DescribeBucketsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeClassificationJobCommandOutput extends DescribeClassifi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeClassificationJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeClassificationJobCommandOutput} 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 DescribeClassificationJobCommand extends $Command<DescribeClassificationJobCommandInput, DescribeClassificationJobCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DescribeOrganizationConfigurationCommandInput extends DescribeO
|
|
|
7
7
|
export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves the Amazon Macie configuration settings for an
|
|
10
|
+
* <p>Retrieves 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 DescribeOrganizationConfigurationCommandOutput extends Describe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeOrganizationConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeOrganizationConfigurationCommandOutput} 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 DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DisableMacieCommandInput extends DisableMacieRequest {
|
|
|
7
7
|
export interface DisableMacieCommandOutput extends DisableMacieResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Disables
|
|
10
|
+
* <p>Disables Amazon Macie and deletes all settings and resources 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 DisableMacieCommandOutput extends DisableMacieResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisableMacieCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisableMacieCommandOutput} 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 DisableMacieCommand extends $Command<DisableMacieCommandInput, DisableMacieCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DisableOrganizationAdminAccountCommandInput extends DisableOrga
|
|
|
7
7
|
export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrganizationAdminAccountResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Disables an account as the delegated Amazon Macie administrator account for an
|
|
10
|
+
* <p>Disables an account as 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 DisableOrganizationAdminAccountCommandOutput extends DisableOrg
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisableOrganizationAdminAccountCommandOutput} 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 DisableOrganizationAdminAccountCommand extends $Command<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateFromAdministratorAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateFromAdministratorAccountCommandOutput} 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 DisassociateFromAdministratorAccountCommand extends $Command<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateFromMasterAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateFromMasterAccountCommandOutput} 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 DisassociateFromMasterAccountCommand extends $Command<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateMemberCommandOutput extends DisassociateMemberRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateMemberCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateMemberCommandOutput} 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 DisassociateMemberCommand extends $Command<DisassociateMemberCommandInput, DisassociateMemberCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface EnableMacieCommandOutput extends EnableMacieResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link EnableMacieCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link EnableMacieCommandOutput} 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 EnableMacieCommand extends $Command<EnableMacieCommandInput, EnableMacieCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface EnableOrganizationAdminAccountCommandInput extends EnableOrgani
|
|
|
7
7
|
export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrganizationAdminAccountResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Designates an account as the delegated Amazon Macie administrator account for an
|
|
10
|
+
* <p>Designates an account as 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 EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link EnableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link EnableOrganizationAdminAccountCommandOutput} 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 EnableOrganizationAdminAccountCommand extends $Command<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAdministratorAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAdministratorAccountCommandOutput} 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 GetAdministratorAccountCommand extends $Command<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface GetBucketStatisticsCommandInput extends GetBucketStatisticsRequ
|
|
|
7
7
|
export interface GetBucketStatisticsCommandOutput extends GetBucketStatisticsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves (queries) aggregated statistical data
|
|
10
|
+
* <p>Retrieves (queries) aggregated statistical data about S3 buckets that Amazon Macie monitors and analyzes.</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 GetBucketStatisticsCommandOutput extends GetBucketStatisticsRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBucketStatisticsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBucketStatisticsCommandOutput} 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 GetBucketStatisticsCommand extends $Command<GetBucketStatisticsCommandInput, GetBucketStatisticsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetClassificationExportConfigurationCommandOutput extends GetCl
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetClassificationExportConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetClassificationExportConfigurationCommandOutput} 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 GetClassificationExportConfigurationCommand extends $Command<GetClassificationExportConfigurationCommandInput, GetClassificationExportConfigurationCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetCustomDataIdentifierCommandOutput extends GetCustomDataIdent
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetCustomDataIdentifierCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetCustomDataIdentifierCommandOutput} 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 GetCustomDataIdentifierCommand extends $Command<GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFindingStatisticsCommandOutput extends GetFindingStatisticsR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFindingStatisticsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFindingStatisticsCommandOutput} 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 GetFindingStatisticsCommand extends $Command<GetFindingStatisticsCommandInput, GetFindingStatisticsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFindingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFindingsCommandOutput} 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 GetFindingsCommand extends $Command<GetFindingsCommandInput, GetFindingsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFindingsFilterCommandOutput extends GetFindingsFilterRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFindingsFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFindingsFilterCommandOutput} 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 GetFindingsFilterCommand extends $Command<GetFindingsFilterCommandInput, GetFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFindingsPublicationConfigurationCommandOutput extends GetFin
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFindingsPublicationConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFindingsPublicationConfigurationCommandOutput} 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 GetFindingsPublicationConfigurationCommand extends $Command<GetFindingsPublicationConfigurationCommandInput, GetFindingsPublicationConfigurationCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -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> {
|
|
@@ -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> {
|
|
@@ -4,7 +4,7 @@ export declare enum AdminStatus {
|
|
|
4
4
|
ENABLED = "ENABLED"
|
|
5
5
|
}
|
|
6
6
|
/**
|
|
7
|
-
* <p>Provides information about the delegated Amazon Macie administrator account for an
|
|
7
|
+
* <p>Provides information about the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
8
8
|
*/
|
|
9
9
|
export interface AdminAccount {
|
|
10
10
|
/**
|
|
@@ -12,7 +12,7 @@ export interface AdminAccount {
|
|
|
12
12
|
*/
|
|
13
13
|
accountId?: string;
|
|
14
14
|
/**
|
|
15
|
-
* <p>The current status of the account as the delegated
|
|
15
|
+
* <p>The current status of the account as the delegated Amazon Macie administrator account for the organization.</p>
|
|
16
16
|
*/
|
|
17
17
|
status?: AdminStatus | string;
|
|
18
18
|
}
|
|
@@ -1755,7 +1755,7 @@ export declare enum RelationshipStatus {
|
|
|
1755
1755
|
Resigned = "Resigned"
|
|
1756
1756
|
}
|
|
1757
1757
|
/**
|
|
1758
|
-
* <p>Provides information about an Amazon Macie membership invitation
|
|
1758
|
+
* <p>Provides information about an Amazon Macie membership invitation.</p>
|
|
1759
1759
|
*/
|
|
1760
1760
|
export interface Invitation {
|
|
1761
1761
|
/**
|
|
@@ -1763,7 +1763,7 @@ export interface Invitation {
|
|
|
1763
1763
|
*/
|
|
1764
1764
|
accountId?: string;
|
|
1765
1765
|
/**
|
|
1766
|
-
* <p>The unique identifier for the invitation
|
|
1766
|
+
* <p>The unique identifier for the invitation.</p>
|
|
1767
1767
|
*/
|
|
1768
1768
|
invitationId?: string;
|
|
1769
1769
|
/**
|
|
@@ -1771,7 +1771,7 @@ export interface Invitation {
|
|
|
1771
1771
|
*/
|
|
1772
1772
|
invitedAt?: Date;
|
|
1773
1773
|
/**
|
|
1774
|
-
* <p>The status of the relationship between the account that sent the invitation
|
|
1774
|
+
* <p>The status of the relationship between the account that sent the invitation and the account that received the invitation.</p>
|
|
1775
1775
|
*/
|
|
1776
1776
|
relationshipStatus?: RelationshipStatus | string;
|
|
1777
1777
|
}
|
|
@@ -2179,7 +2179,7 @@ export interface Member {
|
|
|
2179
2179
|
*/
|
|
2180
2180
|
email?: string;
|
|
2181
2181
|
/**
|
|
2182
|
-
* <p>The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if
|
|
2182
|
+
* <p>The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if an invitation hasn't been sent to the account.</p>
|
|
2183
2183
|
*/
|
|
2184
2184
|
invitedAt?: Date;
|
|
2185
2185
|
/**
|
|
@@ -3090,7 +3090,7 @@ export interface SeverityLevel {
|
|
|
3090
3090
|
*/
|
|
3091
3091
|
occurrencesThreshold: number | undefined;
|
|
3092
3092
|
/**
|
|
3093
|
-
* <p>The severity to assign to a finding if the number of occurrences is greater than or equal to the specified threshold (occurrencesThreshold) and, if applicable, is less than the threshold for the next consecutive severity level for the custom data identifier.</p>
|
|
3093
|
+
* <p>The severity to assign to a finding: if the number of occurrences is greater than or equal to the specified threshold (occurrencesThreshold); and, if applicable, the number of occurrences is less than the threshold for the next consecutive severity level for the custom data identifier, moving from LOW to HIGH.</p>
|
|
3094
3094
|
*/
|
|
3095
3095
|
severity: DataIdentifierSeverity | string | undefined;
|
|
3096
3096
|
}
|
|
@@ -3106,7 +3106,7 @@ export interface CreateCustomDataIdentifierRequest {
|
|
|
3106
3106
|
*/
|
|
3107
3107
|
clientToken?: string;
|
|
3108
3108
|
/**
|
|
3109
|
-
* <p>A custom description of the custom data identifier. The description can contain as many as 512 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see
|
|
3109
|
+
* <p>A custom description of the custom data identifier. The description can contain as many as 512 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.</p>
|
|
3110
3110
|
*/
|
|
3111
3111
|
description?: string;
|
|
3112
3112
|
/**
|
|
@@ -3122,7 +3122,7 @@ export interface CreateCustomDataIdentifierRequest {
|
|
|
3122
3122
|
*/
|
|
3123
3123
|
maximumMatchDistance?: number;
|
|
3124
3124
|
/**
|
|
3125
|
-
* <p>A custom name for the custom data identifier. The name can contain as many as 128 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see
|
|
3125
|
+
* <p>A custom name for the custom data identifier. The name can contain as many as 128 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.</p>
|
|
3126
3126
|
*/
|
|
3127
3127
|
name?: string;
|
|
3128
3128
|
/**
|
|
@@ -3224,7 +3224,7 @@ export interface CreateFindingsFilterRequest {
|
|
|
3224
3224
|
*/
|
|
3225
3225
|
clientToken?: string;
|
|
3226
3226
|
/**
|
|
3227
|
-
* <p>A custom description of the filter. The description can contain as many as 512 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see
|
|
3227
|
+
* <p>A custom description of the filter. The description can contain as many as 512 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.</p>
|
|
3228
3228
|
*/
|
|
3229
3229
|
description?: string;
|
|
3230
3230
|
/**
|
|
@@ -3232,7 +3232,7 @@ export interface CreateFindingsFilterRequest {
|
|
|
3232
3232
|
*/
|
|
3233
3233
|
findingCriteria: FindingCriteria | undefined;
|
|
3234
3234
|
/**
|
|
3235
|
-
* <p>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see
|
|
3235
|
+
* <p>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.</p>
|
|
3236
3236
|
*/
|
|
3237
3237
|
name: string | undefined;
|
|
3238
3238
|
/**
|
|
@@ -3274,11 +3274,11 @@ export interface CreateInvitationsRequest {
|
|
|
3274
3274
|
*/
|
|
3275
3275
|
accountIds: string[] | undefined;
|
|
3276
3276
|
/**
|
|
3277
|
-
* <p>Specifies whether to send an email
|
|
3277
|
+
* <p>Specifies whether to send the invitation as an email message. If this value is false, Amazon Macie sends the invitation (as an email message) to the email address that you specified for the recipient's account when you associated the account with your account. The default value is false.</p>
|
|
3278
3278
|
*/
|
|
3279
3279
|
disableEmailNotification?: boolean;
|
|
3280
3280
|
/**
|
|
3281
|
-
* <p>
|
|
3281
|
+
* <p>Custom text to include in the email message that contains the invitation. The text can contain as many as 80 alphanumeric characters.</p>
|
|
3282
3282
|
*/
|
|
3283
3283
|
message?: string;
|
|
3284
3284
|
}
|
|
@@ -3631,11 +3631,11 @@ export declare namespace DescribeOrganizationConfigurationRequest {
|
|
|
3631
3631
|
}
|
|
3632
3632
|
export interface DescribeOrganizationConfigurationResponse {
|
|
3633
3633
|
/**
|
|
3634
|
-
* <p>Specifies whether Amazon Macie is enabled automatically for accounts that are added to the
|
|
3634
|
+
* <p>Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.</p>
|
|
3635
3635
|
*/
|
|
3636
3636
|
autoEnable?: boolean;
|
|
3637
3637
|
/**
|
|
3638
|
-
* <p>Specifies whether the maximum number of Amazon Macie member accounts are part of the
|
|
3638
|
+
* <p>Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.</p>
|
|
3639
3639
|
*/
|
|
3640
3640
|
maxAccountLimitReached?: boolean;
|
|
3641
3641
|
}
|
|
@@ -3827,7 +3827,7 @@ export declare namespace GetAdministratorAccountRequest {
|
|
|
3827
3827
|
}
|
|
3828
3828
|
export interface GetAdministratorAccountResponse {
|
|
3829
3829
|
/**
|
|
3830
|
-
* <p>The Amazon Web Services account ID for the administrator account. If the accounts are associated by
|
|
3830
|
+
* <p>The Amazon Web Services account ID for the administrator account. If the accounts are associated by an Amazon Macie membership invitation, this object also provides details about the invitation that was sent to establish the relationship between the accounts.</p>
|
|
3831
3831
|
*/
|
|
3832
3832
|
administrator?: Invitation;
|
|
3833
3833
|
}
|
|
@@ -4215,19 +4215,19 @@ export interface GetMacieSessionResponse {
|
|
|
4215
4215
|
*/
|
|
4216
4216
|
createdAt?: Date;
|
|
4217
4217
|
/**
|
|
4218
|
-
* <p>The frequency with which Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).</p>
|
|
4218
|
+
* <p>The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).</p>
|
|
4219
4219
|
*/
|
|
4220
4220
|
findingPublishingFrequency?: FindingPublishingFrequency | string;
|
|
4221
4221
|
/**
|
|
4222
|
-
* <p>The Amazon Resource Name (ARN) of the service-linked role that allows Macie to monitor and analyze data in Amazon Web Services resources for the account.</p>
|
|
4222
|
+
* <p>The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.</p>
|
|
4223
4223
|
*/
|
|
4224
4224
|
serviceRole?: string;
|
|
4225
4225
|
/**
|
|
4226
|
-
* <p>The current status of the Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.</p>
|
|
4226
|
+
* <p>The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.</p>
|
|
4227
4227
|
*/
|
|
4228
4228
|
status?: MacieStatus | string;
|
|
4229
4229
|
/**
|
|
4230
|
-
* <p>The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the Macie account.</p>
|
|
4230
|
+
* <p>The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the Amazon Macie account.</p>
|
|
4231
4231
|
*/
|
|
4232
4232
|
updatedAt?: Date;
|
|
4233
4233
|
}
|
|
@@ -4287,7 +4287,7 @@ export interface GetMemberResponse {
|
|
|
4287
4287
|
*/
|
|
4288
4288
|
email?: string;
|
|
4289
4289
|
/**
|
|
4290
|
-
* <p>The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if
|
|
4290
|
+
* <p>The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if an invitation hasn't been sent to the account.</p>
|
|
4291
4291
|
*/
|
|
4292
4292
|
invitedAt?: Date;
|
|
4293
4293
|
/**
|
|
@@ -4690,7 +4690,7 @@ export declare namespace ListMembersRequest {
|
|
|
4690
4690
|
}
|
|
4691
4691
|
export interface ListMembersResponse {
|
|
4692
4692
|
/**
|
|
4693
|
-
* <p>An array of objects, one for each account that's associated with the administrator account and meets the criteria specified
|
|
4693
|
+
* <p>An array of objects, one for each account that's associated with the administrator account and meets the criteria specified in the request.</p>
|
|
4694
4694
|
*/
|
|
4695
4695
|
members?: Member[];
|
|
4696
4696
|
/**
|
|
@@ -5029,7 +5029,7 @@ export interface UpdateFindingsFilterRequest {
|
|
|
5029
5029
|
*/
|
|
5030
5030
|
action?: FindingsFilterAction | string;
|
|
5031
5031
|
/**
|
|
5032
|
-
* <p>A custom description of the filter. The description can contain as many as 512 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users might be able to see
|
|
5032
|
+
* <p>A custom description of the filter. The description can contain as many as 512 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.</p>
|
|
5033
5033
|
*/
|
|
5034
5034
|
description?: string;
|
|
5035
5035
|
/**
|
|
@@ -5041,7 +5041,7 @@ export interface UpdateFindingsFilterRequest {
|
|
|
5041
5041
|
*/
|
|
5042
5042
|
id: string | undefined;
|
|
5043
5043
|
/**
|
|
5044
|
-
* <p>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users might be able to see
|
|
5044
|
+
* <p>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.</p>
|
|
5045
5045
|
*/
|
|
5046
5046
|
name?: string;
|
|
5047
5047
|
/**
|
|
@@ -5125,7 +5125,7 @@ export declare namespace UpdateMemberSessionResponse {
|
|
|
5125
5125
|
}
|
|
5126
5126
|
export interface UpdateOrganizationConfigurationRequest {
|
|
5127
5127
|
/**
|
|
5128
|
-
* <p>Specifies whether to enable Amazon Macie automatically for
|
|
5128
|
+
* <p>Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations.</p>
|
|
5129
5129
|
*/
|
|
5130
5130
|
autoEnable: boolean | undefined;
|
|
5131
5131
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-macie2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Macie2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|