@aws-sdk/client-macie2 3.42.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 +11 -0
- package/dist-types/Macie2.d.ts +8 -8
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DisableMacieCommand.d.ts +1 -1
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMacieSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +25 -25
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **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))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-macie2
|
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;
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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.43.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,7 +21,7 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.43.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|