@aws-sdk/client-security-ir 3.863.0 → 3.867.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.
Files changed (33) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/models/models_0.js +3 -0
  3. package/dist-cjs/protocols/Aws_restJson1.js +4 -0
  4. package/dist-es/models/models_0.js +3 -0
  5. package/dist-es/protocols/Aws_restJson1.js +4 -0
  6. package/dist-types/SecurityIR.d.ts +1 -1
  7. package/dist-types/SecurityIRClient.d.ts +1 -1
  8. package/dist-types/commands/BatchGetMemberAccountDetailsCommand.d.ts +3 -3
  9. package/dist-types/commands/CancelMembershipCommand.d.ts +1 -1
  10. package/dist-types/commands/CloseCaseCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateCaseCommand.d.ts +2 -2
  12. package/dist-types/commands/CreateCaseCommentCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateMembershipCommand.d.ts +2 -1
  14. package/dist-types/commands/GetCaseAttachmentDownloadUrlCommand.d.ts +1 -1
  15. package/dist-types/commands/GetCaseAttachmentUploadUrlCommand.d.ts +1 -1
  16. package/dist-types/commands/GetCaseCommand.d.ts +2 -2
  17. package/dist-types/commands/GetMembershipCommand.d.ts +8 -2
  18. package/dist-types/commands/ListCaseEditsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListCasesCommand.d.ts +1 -1
  20. package/dist-types/commands/ListCommentsCommand.d.ts +1 -1
  21. package/dist-types/commands/ListMembershipsCommand.d.ts +2 -2
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  23. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  24. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  25. package/dist-types/commands/UpdateCaseCommand.d.ts +3 -3
  26. package/dist-types/commands/UpdateCaseCommentCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateCaseStatusCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateMembershipCommand.d.ts +11 -1
  29. package/dist-types/commands/UpdateResolverTypeCommand.d.ts +1 -1
  30. package/dist-types/index.d.ts +1 -1
  31. package/dist-types/models/models_0.d.ts +103 -43
  32. package/dist-types/ts3.4/models/models_0.d.ts +20 -0
  33. package/package.json +5 -5
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript SecurityIR Client for Node.js, Browser and React Native.
8
8
 
9
- <p>This guide provides documents the action and response elements for customer use of the service.</p>
9
+ <p>This guide documents the action and response elements for use of the service.</p>
10
10
 
11
11
  ## Installing
12
12
 
@@ -19,6 +19,7 @@ exports.AccessDeniedException = AccessDeniedException;
19
19
  exports.AwsRegion = {
20
20
  AF_SOUTH_1: "af-south-1",
21
21
  AP_EAST_1: "ap-east-1",
22
+ AP_EAST_2: "ap-east-2",
22
23
  AP_NORTHEAST_1: "ap-northeast-1",
23
24
  AP_NORTHEAST_2: "ap-northeast-2",
24
25
  AP_NORTHEAST_3: "ap-northeast-3",
@@ -55,9 +56,11 @@ exports.AwsRegion = {
55
56
  exports.MembershipAccountRelationshipStatus = {
56
57
  ASSOCIATED: "Associated",
57
58
  DISASSOCIATED: "Disassociated",
59
+ UNASSOCIATED: "Unassociated",
58
60
  };
59
61
  exports.MembershipAccountRelationshipType = {
60
62
  ORGANIZATION: "Organization",
63
+ UNRELATED: "Unrelated",
61
64
  };
62
65
  class ConflictException extends SecurityIRServiceException_1.SecurityIRServiceException {
63
66
  name = "ConflictException";
@@ -92,6 +92,7 @@ const se_CreateMembershipCommand = async (input, context) => {
92
92
  let body;
93
93
  body = JSON.stringify((0, smithy_client_1.take)(input, {
94
94
  clientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
95
+ coverEntireOrganization: [],
95
96
  incidentResponseTeam: (_) => (0, smithy_client_1._json)(_),
96
97
  membershipName: [],
97
98
  optInFeatures: (_) => (0, smithy_client_1._json)(_),
@@ -319,8 +320,10 @@ const se_UpdateMembershipCommand = async (input, context) => {
319
320
  let body;
320
321
  body = JSON.stringify((0, smithy_client_1.take)(input, {
321
322
  incidentResponseTeam: (_) => (0, smithy_client_1._json)(_),
323
+ membershipAccountsConfigurationsUpdate: (_) => (0, smithy_client_1._json)(_),
322
324
  membershipName: [],
323
325
  optInFeatures: (_) => (0, smithy_client_1._json)(_),
326
+ undoMembershipCancellation: [],
324
327
  }));
325
328
  b.m("PUT").h(headers).b(body);
326
329
  return b.build();
@@ -508,6 +511,7 @@ const de_GetMembershipCommand = async (output, context) => {
508
511
  accountId: smithy_client_1.expectString,
509
512
  customerType: smithy_client_1.expectString,
510
513
  incidentResponseTeam: smithy_client_1._json,
514
+ membershipAccountsConfigurations: smithy_client_1._json,
511
515
  membershipActivationTimestamp: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
512
516
  membershipArn: smithy_client_1.expectString,
513
517
  membershipDeactivationTimestamp: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
@@ -15,6 +15,7 @@ export class AccessDeniedException extends __BaseException {
15
15
  export const AwsRegion = {
16
16
  AF_SOUTH_1: "af-south-1",
17
17
  AP_EAST_1: "ap-east-1",
18
+ AP_EAST_2: "ap-east-2",
18
19
  AP_NORTHEAST_1: "ap-northeast-1",
19
20
  AP_NORTHEAST_2: "ap-northeast-2",
20
21
  AP_NORTHEAST_3: "ap-northeast-3",
@@ -51,9 +52,11 @@ export const AwsRegion = {
51
52
  export const MembershipAccountRelationshipStatus = {
52
53
  ASSOCIATED: "Associated",
53
54
  DISASSOCIATED: "Disassociated",
55
+ UNASSOCIATED: "Unassociated",
54
56
  };
55
57
  export const MembershipAccountRelationshipType = {
56
58
  ORGANIZATION: "Organization",
59
+ UNRELATED: "Unrelated",
57
60
  };
58
61
  export class ConflictException extends __BaseException {
59
62
  name = "ConflictException";
@@ -84,6 +84,7 @@ export const se_CreateMembershipCommand = async (input, context) => {
84
84
  let body;
85
85
  body = JSON.stringify(take(input, {
86
86
  clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
87
+ coverEntireOrganization: [],
87
88
  incidentResponseTeam: (_) => _json(_),
88
89
  membershipName: [],
89
90
  optInFeatures: (_) => _json(_),
@@ -296,8 +297,10 @@ export const se_UpdateMembershipCommand = async (input, context) => {
296
297
  let body;
297
298
  body = JSON.stringify(take(input, {
298
299
  incidentResponseTeam: (_) => _json(_),
300
+ membershipAccountsConfigurationsUpdate: (_) => _json(_),
299
301
  membershipName: [],
300
302
  optInFeatures: (_) => _json(_),
303
+ undoMembershipCancellation: [],
301
304
  }));
302
305
  b.m("PUT").h(headers).b(body);
303
306
  return b.build();
@@ -474,6 +477,7 @@ export const de_GetMembershipCommand = async (output, context) => {
474
477
  accountId: __expectString,
475
478
  customerType: __expectString,
476
479
  incidentResponseTeam: _json,
480
+ membershipAccountsConfigurations: _json,
477
481
  membershipActivationTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
478
482
  membershipArn: __expectString,
479
483
  membershipDeactivationTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
@@ -159,7 +159,7 @@ export interface SecurityIR {
159
159
  updateResolverType(args: UpdateResolverTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResolverTypeCommandOutput) => void): void;
160
160
  }
161
161
  /**
162
- * <p>This guide provides documents the action and response elements for customer use of the service.</p>
162
+ * <p>This guide documents the action and response elements for use of the service.</p>
163
163
  * @public
164
164
  */
165
165
  export declare class SecurityIR extends SecurityIRClient implements SecurityIR {
@@ -191,7 +191,7 @@ export type SecurityIRClientResolvedConfigType = __SmithyResolvedConfiguration<_
191
191
  export interface SecurityIRClientResolvedConfig extends SecurityIRClientResolvedConfigType {
192
192
  }
193
193
  /**
194
- * <p>This guide provides documents the action and response elements for customer use of the service.</p>
194
+ * <p>This guide documents the action and response elements for use of the service.</p>
195
195
  * @public
196
196
  */
197
197
  export declare class SecurityIRClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SecurityIRClientResolvedConfig> {
@@ -27,7 +27,7 @@ declare const BatchGetMemberAccountDetailsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to view an existing membership.</p>
30
+ * <p>Provides information on whether the supplied account IDs are associated with a membership.</p> <note> <p> AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be <code>123123123</code> which is nine digits, and with zero-prepend would be <code>000123123123</code>. Not zero-prepending to 12 digits could result in errors. </p> </note>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -46,8 +46,8 @@ declare const BatchGetMemberAccountDetailsCommand_base: {
46
46
  * // items: [ // GetMembershipAccountDetailItems
47
47
  * // { // GetMembershipAccountDetailItem
48
48
  * // accountId: "STRING_VALUE",
49
- * // relationshipStatus: "Associated" || "Disassociated",
50
- * // relationshipType: "Organization",
49
+ * // relationshipStatus: "Associated" || "Disassociated" || "Unassociated",
50
+ * // relationshipType: "Organization" || "Unrelated",
51
51
  * // },
52
52
  * // ],
53
53
  * // errors: [ // GetMembershipAccountDetailErrors
@@ -27,7 +27,7 @@ declare const CancelMembershipCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permissions to cancel an existing membership.</p>
30
+ * <p>Cancels an existing membership.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const CloseCaseCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to close an existing case.</p>
30
+ * <p>Closes an existing case.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const CreateCaseCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to create a new case.</p>
30
+ * <p>Creates a new case.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -62,7 +62,7 @@ declare const CreateCaseCommand_base: {
62
62
  * ],
63
63
  * impactedAwsRegions: [ // ImpactedAwsRegionList
64
64
  * { // ImpactedAwsRegion
65
- * region: "af-south-1" || "ap-east-1" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
65
+ * region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
66
66
  * },
67
67
  * ],
68
68
  * tags: { // TagMap
@@ -27,7 +27,7 @@ declare const CreateCaseCommentCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to add a comment to an existing case.</p>
30
+ * <p>Adds a comment to an existing case.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const CreateMembershipCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permissions to create a new membership.</p>
30
+ * <p>Creates a new membership.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -53,6 +53,7 @@ declare const CreateMembershipCommand_base: {
53
53
  * tags: { // TagMap
54
54
  * "<keys>": "STRING_VALUE",
55
55
  * },
56
+ * coverEntireOrganization: true || false,
56
57
  * };
57
58
  * const command = new CreateMembershipCommand(input);
58
59
  * const response = await client.send(command);
@@ -27,7 +27,7 @@ declare const GetCaseAttachmentDownloadUrlCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to obtain an Amazon S3 presigned URL to download an attachment.</p>
30
+ * <p>Returns a Pre-Signed URL for uploading attachments into a case.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const GetCaseAttachmentUploadUrlCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to upload an attachment to a case.</p>
30
+ * <p>Uploads an attachment to a case.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const GetCaseCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grant permission to view a designated case.</p>
30
+ * <p>Returns the attributes of a case.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -49,7 +49,7 @@ declare const GetCaseCommand_base: {
49
49
  * // actualIncidentStartDate: new Date("TIMESTAMP"),
50
50
  * // impactedAwsRegions: [ // ImpactedAwsRegionList
51
51
  * // { // ImpactedAwsRegion
52
- * // region: "af-south-1" || "ap-east-1" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
52
+ * // region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
53
53
  * // },
54
54
  * // ],
55
55
  * // threatActorIpAddresses: [ // ThreatActorIpList
@@ -27,7 +27,7 @@ declare const GetMembershipCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to get details of a designated service membership.</p>
30
+ * <p>Returns the attributes of a membership.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -42,7 +42,7 @@ declare const GetMembershipCommand_base: {
42
42
  * // { // GetMembershipResponse
43
43
  * // membershipId: "STRING_VALUE", // required
44
44
  * // accountId: "STRING_VALUE",
45
- * // region: "af-south-1" || "ap-east-1" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2",
45
+ * // region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2",
46
46
  * // membershipName: "STRING_VALUE",
47
47
  * // membershipArn: "STRING_VALUE",
48
48
  * // membershipStatus: "Active" || "Cancelled" || "Terminated",
@@ -63,6 +63,12 @@ declare const GetMembershipCommand_base: {
63
63
  * // isEnabled: true || false, // required
64
64
  * // },
65
65
  * // ],
66
+ * // membershipAccountsConfigurations: { // MembershipAccountsConfigurations
67
+ * // coverEntireOrganization: true || false,
68
+ * // organizationalUnits: [ // OrganizationalUnits
69
+ * // "STRING_VALUE",
70
+ * // ],
71
+ * // },
66
72
  * // };
67
73
  *
68
74
  * ```
@@ -27,7 +27,7 @@ declare const ListCaseEditsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permissions to view the aidt log for edits made to a designated case.</p>
30
+ * <p>Views the case history for edits made to a designated case.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const ListCasesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to list all cases the requester has access to.</p>
30
+ * <p>Lists all cases the requester has access to.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const ListCommentsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permissions to list and view comments for a designated case.</p>
30
+ * <p>Returns comments for a designated case.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const ListMembershipsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to query the memberships a principal has access to.</p>
30
+ * <p>Returns the memberships that the calling principal can access.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -46,7 +46,7 @@ declare const ListMembershipsCommand_base: {
46
46
  * // { // ListMembershipItem
47
47
  * // membershipId: "STRING_VALUE", // required
48
48
  * // accountId: "STRING_VALUE",
49
- * // region: "af-south-1" || "ap-east-1" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2",
49
+ * // region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2",
50
50
  * // membershipArn: "STRING_VALUE",
51
51
  * // membershipStatus: "Active" || "Cancelled" || "Terminated",
52
52
  * // },
@@ -27,7 +27,7 @@ declare const ListTagsForResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to view currently configured tags on a resource.</p>
30
+ * <p>Returns currently configured tags on a resource.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const TagResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to add a tag(s) to a designated resource.</p>
30
+ * <p>Adds a tag(s) to a designated resource.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const UntagResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to remove a tag(s) from a designate resource.</p>
30
+ * <p>Removes a tag(s) from a designate resource.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const UpdateCaseCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to update an existing case.</p>
30
+ * <p>Updates an existing case.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -75,12 +75,12 @@ declare const UpdateCaseCommand_base: {
75
75
  * ],
76
76
  * impactedAwsRegionsToAdd: [ // ImpactedAwsRegionList
77
77
  * { // ImpactedAwsRegion
78
- * region: "af-south-1" || "ap-east-1" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
78
+ * region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
79
79
  * },
80
80
  * ],
81
81
  * impactedAwsRegionsToDelete: [
82
82
  * {
83
- * region: "af-south-1" || "ap-east-1" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
83
+ * region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
84
84
  * },
85
85
  * ],
86
86
  * impactedAccountsToAdd: [ // ImpactedAccounts
@@ -27,7 +27,7 @@ declare const UpdateCaseCommentCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to update an existing case comment.</p>
30
+ * <p>Updates an existing case comment.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const UpdateCaseStatusCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to update the status for a designated cases. Options include <code>Submitted | Detection and Analysis | Eradication, Containment and Recovery | Post-Incident Activities | Closed</code>. </p>
30
+ * <p>Updates the state transitions for a designated cases.</p> <p> <b>Self-managed</b>: the following states are available for self-managed cases. </p> <ul> <li> <p>Submitted Detection and Analysis</p> </li> <li> <p>Detection and Analysis → Containment, Eradication, and Recovery</p> </li> <li> <p>Detection and Analysis → Post-incident Activities</p> </li> <li> <p>Containment, Eradication, and Recovery Detection and Analysis</p> </li> <li> <p>Containment, Eradication, and Recovery → Post-incident Activities</p> </li> <li> <p>Post-incident Activities → Containment, Eradication, and Recovery</p> </li> <li> <p>Post-incident Activities → Detection and Analysis</p> </li> <li> <p>Any → Closed</p> </li> </ul> <p> <b>AWS supported</b>: You must use the <code>CloseCase</code> API to close. </p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const UpdateMembershipCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants access to UpdateMembership to change membership configuration.</p>
30
+ * <p>Updates membership configuration.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -50,6 +50,16 @@ declare const UpdateMembershipCommand_base: {
50
50
  * isEnabled: true || false, // required
51
51
  * },
52
52
  * ],
53
+ * membershipAccountsConfigurationsUpdate: { // MembershipAccountsConfigurationsUpdate
54
+ * coverEntireOrganization: true || false,
55
+ * organizationalUnitsToAdd: [ // OrganizationalUnits
56
+ * "STRING_VALUE",
57
+ * ],
58
+ * organizationalUnitsToRemove: [
59
+ * "STRING_VALUE",
60
+ * ],
61
+ * },
62
+ * undoMembershipCancellation: true || false,
53
63
  * };
54
64
  * const command = new UpdateMembershipCommand(input);
55
65
  * const response = await client.send(command);
@@ -27,7 +27,7 @@ declare const UpdateResolverTypeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to update the resolver type for a case.</p> <important> <p>This is a one-way action and cannot be reversed.</p> </important> <p>Options include self-supported &gt; AWS-supported.</p>
30
+ * <p>Updates the resolver type for a case.</p> <important> <p>This is a one-way action and cannot be reversed.</p> </important>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -1,5 +1,5 @@
1
1
  /**
2
- * <p>This guide provides documents the action and response elements for customer use of the service.</p>
2
+ * <p>This guide documents the action and response elements for use of the service.</p>
3
3
  *
4
4
  * @packageDocumentation
5
5
  */
@@ -19,6 +19,7 @@ export declare class AccessDeniedException extends __BaseException {
19
19
  export declare const AwsRegion: {
20
20
  readonly AF_SOUTH_1: "af-south-1";
21
21
  readonly AP_EAST_1: "ap-east-1";
22
+ readonly AP_EAST_2: "ap-east-2";
22
23
  readonly AP_NORTHEAST_1: "ap-northeast-1";
23
24
  readonly AP_NORTHEAST_2: "ap-northeast-2";
24
25
  readonly AP_NORTHEAST_3: "ap-northeast-3";
@@ -66,7 +67,7 @@ export interface BatchGetMemberAccountDetailsRequest {
66
67
  */
67
68
  membershipId: string | undefined;
68
69
  /**
69
- * <p>Optional element to query the membership relationship status to a provided list of account IDs.</p>
70
+ * <p>Optional element to query the membership relationship status to a provided list of account IDs.</p> <note> <p> AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be <code>123123123</code> which is nine digits, and with zero-prepend would be <code>000123123123</code>. Not zero-prepending to 12 digits could result in errors. </p> </note>
70
71
  * @public
71
72
  */
72
73
  accountIds: string[] | undefined;
@@ -99,6 +100,7 @@ export interface GetMembershipAccountDetailError {
99
100
  export declare const MembershipAccountRelationshipStatus: {
100
101
  readonly ASSOCIATED: "Associated";
101
102
  readonly DISASSOCIATED: "Disassociated";
103
+ readonly UNASSOCIATED: "Unassociated";
102
104
  };
103
105
  /**
104
106
  * @public
@@ -110,6 +112,7 @@ export type MembershipAccountRelationshipStatus = (typeof MembershipAccountRelat
110
112
  */
111
113
  export declare const MembershipAccountRelationshipType: {
112
114
  readonly ORGANIZATION: "Organization";
115
+ readonly UNRELATED: "Unrelated";
113
116
  };
114
117
  /**
115
118
  * @public
@@ -146,7 +149,7 @@ export interface BatchGetMemberAccountDetailsResponse {
146
149
  */
147
150
  items?: GetMembershipAccountDetailItem[] | undefined;
148
151
  /**
149
- * <p>The response element providing errors messages for requests to GetMembershipAccountDetails.</p>
152
+ * <p>The response element providing error messages for requests to GetMembershipAccountDetails.</p>
150
153
  * @public
151
154
  */
152
155
  errors?: GetMembershipAccountDetailError[] | undefined;
@@ -159,12 +162,12 @@ export declare class ConflictException extends __BaseException {
159
162
  readonly name: "ConflictException";
160
163
  readonly $fault: "client";
161
164
  /**
162
- * Element providing the ID of the resource affected.
165
+ * <p>The ID of the conflicting resource.</p>
163
166
  * @public
164
167
  */
165
168
  resourceId: string | undefined;
166
169
  /**
167
- * Element providing the type of the resource affected.
170
+ * <p>The type of the conflicting resource.</p>
168
171
  * @public
169
172
  */
170
173
  resourceType: string | undefined;
@@ -182,7 +185,7 @@ export declare class InternalServerException extends __BaseException {
182
185
  readonly $fault: "server";
183
186
  $retryable: {};
184
187
  /**
185
- * Element providing advice to clients on when the call can be safely retried.
188
+ * <p>The number of seconds after which to retry the request.</p>
186
189
  * @public
187
190
  */
188
191
  retryAfterSeconds?: number | undefined;
@@ -236,22 +239,22 @@ export declare class ServiceQuotaExceededException extends __BaseException {
236
239
  readonly name: "ServiceQuotaExceededException";
237
240
  readonly $fault: "client";
238
241
  /**
239
- * Element that provides the ID of the resource affected.
242
+ * <p>The ID of the requested resource which lead to the service quota exception.</p>
240
243
  * @public
241
244
  */
242
245
  resourceId: string | undefined;
243
246
  /**
244
- * Element that provides the type of the resource affected.
247
+ * <p>The type of the requested resource which lead to the service quota exception.</p>
245
248
  * @public
246
249
  */
247
250
  resourceType: string | undefined;
248
251
  /**
249
- * Element that provides the originating service who made the call.
252
+ * <p>The service code of the quota.</p>
250
253
  * @public
251
254
  */
252
255
  serviceCode: string | undefined;
253
256
  /**
254
- * Element that provides the quota that was exceeded.
257
+ * <p>The code of the quota.</p>
255
258
  * @public
256
259
  */
257
260
  quotaCode: string | undefined;
@@ -271,17 +274,17 @@ export declare class ThrottlingException extends __BaseException {
271
274
  throttling: boolean;
272
275
  };
273
276
  /**
274
- * Element providing the service code of the originating service.
277
+ * <p>The service code of the exception.</p>
275
278
  * @public
276
279
  */
277
280
  serviceCode?: string | undefined;
278
281
  /**
279
- * Element providing the quota of the originating service.
282
+ * <p>The quota code of the exception.</p>
280
283
  * @public
281
284
  */
282
285
  quotaCode?: string | undefined;
283
286
  /**
284
- * Element providing advice to clients on when the call can be safely retried.
287
+ * <p>The number of seconds after which to retry the request.</p>
285
288
  * @public
286
289
  */
287
290
  retryAfterSeconds?: number | undefined;
@@ -328,12 +331,12 @@ export declare class ValidationException extends __BaseException {
328
331
  readonly name: "ValidationException";
329
332
  readonly $fault: "client";
330
333
  /**
331
- * Element that provides the reason the request failed validation.
334
+ * <p>The reason for the exception.</p>
332
335
  * @public
333
336
  */
334
337
  reason: ValidationExceptionReason | undefined;
335
338
  /**
336
- * Element that provides the list of field(s) that caused the error, if applicable.
339
+ * <p>The fields which lead to the exception.</p>
337
340
  * @public
338
341
  */
339
342
  fieldList?: ValidationExceptionField[] | undefined;
@@ -394,12 +397,12 @@ export type CaseStatus = (typeof CaseStatus)[keyof typeof CaseStatus];
394
397
  */
395
398
  export interface CloseCaseResponse {
396
399
  /**
397
- * <p>A response element providing responses for requests to CloseCase. This element responds with the case status following the action. </p>
400
+ * <p>A response element providing responses for requests to CloseCase. This element responds <code>Closed </code> if successful. </p>
398
401
  * @public
399
402
  */
400
403
  caseStatus?: CaseStatus | undefined;
401
404
  /**
402
- * <p>A response element providing responses for requests to CloseCase. This element responds with the case closure date following the action. </p>
405
+ * <p>A response element providing responses for requests to CloseCase. This element responds with the ISO-8601 formatted timestamp of the moment when the case was closed. </p>
403
406
  * @public
404
407
  */
405
408
  closedDate?: Date | undefined;
@@ -481,12 +484,12 @@ export interface Watcher {
481
484
  */
482
485
  export interface CreateCaseRequest {
483
486
  /**
484
- * <p>Required element used in combination with CreateCase.</p>
487
+ * <note> <p>The <code>clientToken</code> field is an idempotency key used to ensure that repeated attempts for a single action will be ignored by the server during retries. A caller supplied unique ID (typically a UUID) should be provided. </p> </note>
485
488
  * @public
486
489
  */
487
490
  clientToken?: string | undefined;
488
491
  /**
489
- * <p>Required element used in combination with CreateCase to identify the resolver type. Available resolvers include self-supported | aws-supported. </p>
492
+ * <p>Required element used in combination with CreateCase to identify the resolver type.</p>
490
493
  * @public
491
494
  */
492
495
  resolverType: ResolverType | undefined;
@@ -496,7 +499,7 @@ export interface CreateCaseRequest {
496
499
  */
497
500
  title: string | undefined;
498
501
  /**
499
- * <p>Required element used in combination with CreateCase to provide a description for the new case.</p>
502
+ * <p>Required element used in combination with CreateCase</p> <p>to provide a description for the new case.</p>
500
503
  * @public
501
504
  */
502
505
  description: string | undefined;
@@ -511,7 +514,7 @@ export interface CreateCaseRequest {
511
514
  */
512
515
  reportedIncidentStartDate: Date | undefined;
513
516
  /**
514
- * <p>Required element used in combination with CreateCase to provide a list of impacted accounts.</p>
517
+ * <p>Required element used in combination with CreateCase to provide a list of impacted accounts.</p> <note> <p> AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be <code>123123123</code> which is nine digits, and with zero-prepend would be <code>000123123123</code>. Not zero-prepending to 12 digits could result in errors. </p> </note>
515
518
  * @public
516
519
  */
517
520
  impactedAccounts: string[] | undefined;
@@ -561,7 +564,7 @@ export interface CreateCaseCommentRequest {
561
564
  */
562
565
  caseId: string | undefined;
563
566
  /**
564
- * <p>An optional element used in combination with CreateCaseComment.</p>
567
+ * <note> <p>The <code>clientToken</code> field is an idempotency key used to ensure that repeated attempts for a single action will be ignored by the server during retries. A caller supplied unique ID (typically a UUID) should be provided. </p> </note>
565
568
  * @public
566
569
  */
567
570
  clientToken?: string | undefined;
@@ -711,7 +714,7 @@ export interface GetCaseResponse {
711
714
  */
712
715
  threatActorIpAddresses?: ThreatActorIp[] | undefined;
713
716
  /**
714
- * <p>Response element for GetCase that provides identifies the case is waiting on customer input.</p>
717
+ * <p>Response element for GetCase that identifies the case is waiting on customer input.</p>
715
718
  * @public
716
719
  */
717
720
  pendingAction?: PendingAction | undefined;
@@ -741,7 +744,7 @@ export interface GetCaseResponse {
741
744
  */
742
745
  closureCode?: ClosureCode | undefined;
743
746
  /**
744
- * <p>Response element for GetCase that provides the current resolver types. Options include <code> self-supported | AWS-supported</code>. </p>
747
+ * <p>Response element for GetCase that provides the current resolver types.</p>
745
748
  * @public
746
749
  */
747
750
  resolverType?: ResolverType | undefined;
@@ -791,7 +794,7 @@ export interface GetCaseAttachmentDownloadUrlResponse {
791
794
  */
792
795
  export interface GetCaseAttachmentUploadUrlRequest {
793
796
  /**
794
- * <p>Required element for GetCaseAttachmentUploadUrl to identify the case ID for uploading an attachment to. </p>
797
+ * <p>Required element for GetCaseAttachmentUploadUrl to identify the case ID for uploading an attachment. </p>
795
798
  * @public
796
799
  */
797
800
  caseId: string | undefined;
@@ -801,12 +804,12 @@ export interface GetCaseAttachmentUploadUrlRequest {
801
804
  */
802
805
  fileName: string | undefined;
803
806
  /**
804
- * <p>Required element for GetCaseAttachmentUploadUrl to identify the size od the file attachment.</p>
807
+ * <p>Required element for GetCaseAttachmentUploadUrl to identify the size of the file attachment.</p>
805
808
  * @public
806
809
  */
807
810
  contentLength: number | undefined;
808
811
  /**
809
- * <p>Optional element for customer provided token.</p>
812
+ * <note> <p>The <code>clientToken</code> field is an idempotency key used to ensure that repeated attempts for a single action will be ignored by the server during retries. A caller supplied unique ID (typically a UUID) should be provided. </p> </note>
810
813
  * @public
811
814
  */
812
815
  clientToken?: string | undefined;
@@ -816,7 +819,7 @@ export interface GetCaseAttachmentUploadUrlRequest {
816
819
  */
817
820
  export interface GetCaseAttachmentUploadUrlResponse {
818
821
  /**
819
- * <p>Response element providing the Amazon S3 presigned UTL to upload the attachment.</p>
822
+ * <p>Response element providing the Amazon S3 presigned URL to upload the attachment.</p>
820
823
  * @public
821
824
  */
822
825
  attachmentPresignedUrl: string | undefined;
@@ -826,7 +829,7 @@ export interface GetCaseAttachmentUploadUrlResponse {
826
829
  */
827
830
  export interface ListCaseEditsRequest {
828
831
  /**
829
- * <p>Optional element for a customer provided token.</p>
832
+ * <p>An optional string that, if supplied, must be copied from the output of a previous call to ListCaseEdits. When provided in this manner, the API fetches the next page of results. </p>
830
833
  * @public
831
834
  */
832
835
  nextToken?: string | undefined;
@@ -872,12 +875,12 @@ export interface CaseEditItem {
872
875
  */
873
876
  export interface ListCaseEditsResponse {
874
877
  /**
875
- * <p>Optional element.</p>
878
+ * <p>An optional string that, if supplied on subsequent calls to ListCaseEdits, allows the API to fetch the next page of results. </p>
876
879
  * @public
877
880
  */
878
881
  nextToken?: string | undefined;
879
882
  /**
880
- * <p>Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response. </p>
883
+ * <p>Response element for ListCaseEdits that includes the action, event timestamp, message, and principal for the response. </p>
881
884
  * @public
882
885
  */
883
886
  items?: CaseEditItem[] | undefined;
@@ -892,7 +895,7 @@ export interface ListCaseEditsResponse {
892
895
  */
893
896
  export interface ListCasesRequest {
894
897
  /**
895
- * <p>Optional element.</p>
898
+ * <p>An optional string that, if supplied, must be copied from the output of a previous call to ListCases. When provided in this manner, the API fetches the next page of results. </p>
896
899
  * @public
897
900
  */
898
901
  nextToken?: string | undefined;
@@ -963,7 +966,7 @@ export interface ListCasesItem {
963
966
  */
964
967
  export interface ListCasesResponse {
965
968
  /**
966
- * <p>Optional element.</p>
969
+ * <p>An optional string that, if supplied on subsequent calls to ListCases, allows the API to fetch the next page of results. </p>
967
970
  * @public
968
971
  */
969
972
  nextToken?: string | undefined;
@@ -983,7 +986,7 @@ export interface ListCasesResponse {
983
986
  */
984
987
  export interface ListCommentsRequest {
985
988
  /**
986
- * <p>Optional element.</p>
989
+ * <p>An optional string that, if supplied, must be copied from the output of a previous call to ListComments. When provided in this manner, the API fetches the next page of results. </p>
987
990
  * @public
988
991
  */
989
992
  nextToken?: string | undefined;
@@ -1039,7 +1042,7 @@ export interface ListCommentsItem {
1039
1042
  */
1040
1043
  export interface ListCommentsResponse {
1041
1044
  /**
1042
- * <p>Optional request elements.</p>
1045
+ * <p>An optional string that, if supplied on subsequent calls to ListComments, allows the API to fetch the next page of results. </p>
1043
1046
  * @public
1044
1047
  */
1045
1048
  nextToken?: string | undefined;
@@ -1129,12 +1132,12 @@ export interface UpdateCaseRequest {
1129
1132
  */
1130
1133
  impactedAwsRegionsToDelete?: ImpactedAwsRegion[] | undefined;
1131
1134
  /**
1132
- * <p>Optional element for UpdateCase to provide content to add accounts impacted.</p>
1135
+ * <p>Optional element for UpdateCase to provide content to add accounts impacted.</p> <note> <p> AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be <code>123123123</code> which is nine digits, and with zero-prepend would be <code>000123123123</code>. Not zero-prepending to 12 digits could result in errors. </p> </note>
1133
1136
  * @public
1134
1137
  */
1135
1138
  impactedAccountsToAdd?: string[] | undefined;
1136
1139
  /**
1137
- * <p>Optional element for UpdateCase to provide content to add accounts impacted.</p>
1140
+ * <p>Optional element for UpdateCase to provide content to add accounts impacted.</p> <note> <p> AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be <code>123123123</code> which is nine digits, and with zero-prepend would be <code>000123123123</code>. Not zero-prepending to 12 digits could result in errors. </p> </note>
1138
1141
  * @public
1139
1142
  */
1140
1143
  impactedAccountsToDelete?: string[] | undefined;
@@ -1306,17 +1309,17 @@ export interface OptInFeature {
1306
1309
  */
1307
1310
  export interface CreateMembershipRequest {
1308
1311
  /**
1309
- * <p>An optional element used in combination with CreateMembership.</p>
1312
+ * <note> <p>The <code>clientToken</code> field is an idempotency key used to ensure that repeated attempts for a single action will be ignored by the server during retries. A caller supplied unique ID (typically a UUID) should be provided. </p> </note>
1310
1313
  * @public
1311
1314
  */
1312
1315
  clientToken?: string | undefined;
1313
1316
  /**
1314
- * <p>Required element use in combination with CreateMembership to create a name for the membership.</p>
1317
+ * <p>Required element used in combination with CreateMembership to create a name for the membership.</p>
1315
1318
  * @public
1316
1319
  */
1317
1320
  membershipName: string | undefined;
1318
1321
  /**
1319
- * <p>Required element use in combination with CreateMembership to add customer incident response team members and trusted partners to the membership. </p>
1322
+ * <p>Required element used in combination with CreateMembership to add customer incident response team members and trusted partners to the membership. </p>
1320
1323
  * @public
1321
1324
  */
1322
1325
  incidentResponseTeam: IncidentResponder[] | undefined;
@@ -1330,6 +1333,11 @@ export interface CreateMembershipRequest {
1330
1333
  * @public
1331
1334
  */
1332
1335
  tags?: Record<string, string> | undefined;
1336
+ /**
1337
+ * <p>The <code>coverEntireOrganization</code> parameter is a boolean flag that determines whether the membership should be applied to the entire Amazon Web Services Organization. When set to true, the membership will be created for all accounts within the organization. When set to false, the membership will only be created for specified accounts. </p> <p>This parameter is optional. If not specified, the default value is false.</p> <ul> <li> <p>If set to <i>true</i>: The membership will automatically include all existing and future accounts in the Amazon Web Services Organization. </p> </li> <li> <p>If set to <i>false</i>: The membership will only apply to explicitly specified accounts. </p> </li> </ul>
1338
+ * @public
1339
+ */
1340
+ coverEntireOrganization?: boolean | undefined;
1333
1341
  }
1334
1342
  /**
1335
1343
  * @public
@@ -1363,6 +1371,22 @@ export interface GetMembershipRequest {
1363
1371
  */
1364
1372
  membershipId: string | undefined;
1365
1373
  }
1374
+ /**
1375
+ * <p>The <code>MembershipAccountsConfigurations</code> structure defines the configuration settings for managing membership accounts withinAmazon Web Services. </p> <p>This structure contains settings that determine how member accounts are configured and managed within your organization, including: </p> <ul> <li> <p>Account configuration preferences</p> </li> <li> <p>Membership validation rules</p> </li> <li> <p>Account access settings</p> </li> </ul> <p>You can use this structure to define and maintain standardized configurations across multiple member accounts in your organization. </p>
1376
+ * @public
1377
+ */
1378
+ export interface MembershipAccountsConfigurations {
1379
+ /**
1380
+ * <p>The <code>coverEntireOrganization</code> field is a boolean value that determines whether the membership configuration applies to all accounts within an Amazon Web Services Organization. </p> <p>When set to <code>true</code>, the configuration will be applied across all accounts in the organization. When set to <code>false</code>, the configuration will only apply to specifically designated accounts under the AWS Organizational Units specificied. </p>
1381
+ * @public
1382
+ */
1383
+ coverEntireOrganization?: boolean | undefined;
1384
+ /**
1385
+ * <p>A list of organizational unit IDs that follow the pattern <code>ou-[0-9a-z]\{4,32\}-[a-z0-9]\{8,32\}</code>. These IDs represent the organizational units within an Amazon Web Services Organizations structure that are covered by the membership. </p> <p>Each organizational unit ID in the list must:</p> <ul> <li> <p>Begin with the prefix 'ou-'</p> </li> <li> <p>Contain between 4 and 32 alphanumeric characters in the first segment</p> </li> <li> <p>Contain between 8 and 32 alphanumeric characters in the second segment</p> </li> </ul>
1386
+ * @public
1387
+ */
1388
+ organizationalUnits?: string[] | undefined;
1389
+ }
1366
1390
  /**
1367
1391
  * @public
1368
1392
  * @enum
@@ -1386,12 +1410,12 @@ export interface GetMembershipResponse {
1386
1410
  */
1387
1411
  membershipId: string | undefined;
1388
1412
  /**
1389
- * <p>Response element for GetMembership that provides the configured account for managing the membership. </p>
1413
+ * <p>Response element for GetMembership that provides the account configured to manage the membership.</p>
1390
1414
  * @public
1391
1415
  */
1392
1416
  accountId?: string | undefined;
1393
1417
  /**
1394
- * <p>Response element for GetMembership that provides the configured region for managing the membership.</p>
1418
+ * <p>Response element for GetMembership that provides the region configured to manage the membership.</p>
1395
1419
  * @public
1396
1420
  */
1397
1421
  region?: AwsRegion | undefined;
@@ -1440,6 +1464,11 @@ export interface GetMembershipResponse {
1440
1464
  * @public
1441
1465
  */
1442
1466
  optInFeatures?: OptInFeature[] | undefined;
1467
+ /**
1468
+ * <p>The <code>membershipAccountsConfigurations</code> field contains the configuration details for member accounts within the Amazon Web Services Organizations membership structure. </p> <p>This field returns a structure containing information about:</p> <ul> <li> <p>Account configurations for member accounts</p> </li> <li> <p>Membership settings and preferences</p> </li> <li> <p>Account-level permissions and roles</p> </li> </ul>
1469
+ * @public
1470
+ */
1471
+ membershipAccountsConfigurations?: MembershipAccountsConfigurations | undefined;
1443
1472
  }
1444
1473
  /**
1445
1474
  * <p/>
@@ -1477,7 +1506,7 @@ export interface ListMembershipItem {
1477
1506
  */
1478
1507
  export interface ListMembershipsRequest {
1479
1508
  /**
1480
- * <p>Optional element.</p>
1509
+ * <p>An optional string that, if supplied, must be copied from the output of a previous call to ListMemberships. When provided in this manner, the API fetches the next page of results. </p>
1481
1510
  * @public
1482
1511
  */
1483
1512
  nextToken?: string | undefined;
@@ -1492,7 +1521,7 @@ export interface ListMembershipsRequest {
1492
1521
  */
1493
1522
  export interface ListMembershipsResponse {
1494
1523
  /**
1495
- * <p>Optional element.</p>
1524
+ * <p>An optional string that, if supplied on subsequent calls to ListMemberships, allows the API to fetch the next page of results. </p>
1496
1525
  * @public
1497
1526
  */
1498
1527
  nextToken?: string | undefined;
@@ -1522,6 +1551,27 @@ export interface ListTagsForResourceOutput {
1522
1551
  */
1523
1552
  tags: Record<string, string> | undefined;
1524
1553
  }
1554
+ /**
1555
+ * <p>The <code>MembershipAccountsConfigurationsUpdate</code>structure represents the configuration updates for member accounts within an Amazon Web Services organization. </p> <p>This structure is used to modify existing account configurations and settings for members in the organization. When applying updates, ensure all required fields are properly specified to maintain account consistency. </p> <p>Key considerations when using this structure:</p> <ul> <li> <p>All configuration changes are validated before being applied</p> </li> <li> <p>Updates are processed asynchronously in the background</p> </li> <li> <p>Configuration changes may take several minutes to propagate across all affected accounts</p> </li> </ul>
1556
+ * @public
1557
+ */
1558
+ export interface MembershipAccountsConfigurationsUpdate {
1559
+ /**
1560
+ * <p>The <code>coverEntireOrganization</code> field is a boolean value that determines whether the membership configuration should be applied across the entire Amazon Web Services Organization. </p> <p>When set to <code>true</code>, the configuration will be applied to all accounts within the organization. When set to <code>false</code>, the configuration will only apply to specifically designated accounts. </p>
1561
+ * @public
1562
+ */
1563
+ coverEntireOrganization?: boolean | undefined;
1564
+ /**
1565
+ * <p>A list of organizational unit IDs to add to the membership configuration. Each organizational unit ID must match the pattern <code>ou-[0-9a-z]\{4,32\}-[a-z0-9]\{8,32\}</code>. </p> <p>The list must contain between 1 and 5 organizational unit IDs.</p>
1566
+ * @public
1567
+ */
1568
+ organizationalUnitsToAdd?: string[] | undefined;
1569
+ /**
1570
+ * <p>A list of organizational unit IDs to remove from the membership configuration. Each organizational unit ID must match the pattern <code>ou-[0-9a-z]\{4,32\}-[a-z0-9]\{8,32\}</code>. </p> <p>The list must contain between 1 and 5 organizational unit IDs per invocation of the API request.</p>
1571
+ * @public
1572
+ */
1573
+ organizationalUnitsToRemove?: string[] | undefined;
1574
+ }
1525
1575
  /**
1526
1576
  * @public
1527
1577
  */
@@ -1546,6 +1596,16 @@ export interface UpdateMembershipRequest {
1546
1596
  * @public
1547
1597
  */
1548
1598
  optInFeatures?: OptInFeature[] | undefined;
1599
+ /**
1600
+ * <p>The <code>membershipAccountsConfigurationsUpdate</code> field in the <code>UpdateMembershipRequest</code> structure allows you to update the configuration settings for accounts within a membership. </p> <p>This field is optional and contains a structure of type <code>MembershipAccountsConfigurationsUpdate </code> that specifies the updated account configurations for the membership. </p>
1601
+ * @public
1602
+ */
1603
+ membershipAccountsConfigurationsUpdate?: MembershipAccountsConfigurationsUpdate | undefined;
1604
+ /**
1605
+ * <p>The <code>undoMembershipCancellation</code> parameter is a boolean flag that indicates whether to reverse a previously requested membership cancellation. When set to true, this will revoke the cancellation request and maintain the membership status. </p> <p>This parameter is optional and can be used in scenarios where you need to restore a membership that was marked for cancellation but hasn't been fully terminated yet. </p> <ul> <li> <p>If set to <code>true</code>, the cancellation request will be revoked </p> </li> <li> <p>If set to <code>false</code> the service will throw a ValidationException. </p> </li> </ul>
1606
+ * @public
1607
+ */
1608
+ undoMembershipCancellation?: boolean | undefined;
1549
1609
  }
1550
1610
  /**
1551
1611
  * @public
@@ -10,6 +10,7 @@ export declare class AccessDeniedException extends __BaseException {
10
10
  export declare const AwsRegion: {
11
11
  readonly AF_SOUTH_1: "af-south-1";
12
12
  readonly AP_EAST_1: "ap-east-1";
13
+ readonly AP_EAST_2: "ap-east-2";
13
14
  readonly AP_NORTHEAST_1: "ap-northeast-1";
14
15
  readonly AP_NORTHEAST_2: "ap-northeast-2";
15
16
  readonly AP_NORTHEAST_3: "ap-northeast-3";
@@ -56,11 +57,13 @@ export interface GetMembershipAccountDetailError {
56
57
  export declare const MembershipAccountRelationshipStatus: {
57
58
  readonly ASSOCIATED: "Associated";
58
59
  readonly DISASSOCIATED: "Disassociated";
60
+ readonly UNASSOCIATED: "Unassociated";
59
61
  };
60
62
  export type MembershipAccountRelationshipStatus =
61
63
  (typeof MembershipAccountRelationshipStatus)[keyof typeof MembershipAccountRelationshipStatus];
62
64
  export declare const MembershipAccountRelationshipType: {
63
65
  readonly ORGANIZATION: "Organization";
66
+ readonly UNRELATED: "Unrelated";
64
67
  };
65
68
  export type MembershipAccountRelationshipType =
66
69
  (typeof MembershipAccountRelationshipType)[keyof typeof MembershipAccountRelationshipType];
@@ -423,6 +426,7 @@ export interface CreateMembershipRequest {
423
426
  incidentResponseTeam: IncidentResponder[] | undefined;
424
427
  optInFeatures?: OptInFeature[] | undefined;
425
428
  tags?: Record<string, string> | undefined;
429
+ coverEntireOrganization?: boolean | undefined;
426
430
  }
427
431
  export interface CreateMembershipResponse {
428
432
  membershipId: string | undefined;
@@ -435,6 +439,10 @@ export type CustomerType = (typeof CustomerType)[keyof typeof CustomerType];
435
439
  export interface GetMembershipRequest {
436
440
  membershipId: string | undefined;
437
441
  }
442
+ export interface MembershipAccountsConfigurations {
443
+ coverEntireOrganization?: boolean | undefined;
444
+ organizationalUnits?: string[] | undefined;
445
+ }
438
446
  export declare const MembershipStatus: {
439
447
  readonly ACTIVE: "Active";
440
448
  readonly CANCELLED: "Cancelled";
@@ -455,6 +463,9 @@ export interface GetMembershipResponse {
455
463
  numberOfAccountsCovered?: number | undefined;
456
464
  incidentResponseTeam?: IncidentResponder[] | undefined;
457
465
  optInFeatures?: OptInFeature[] | undefined;
466
+ membershipAccountsConfigurations?:
467
+ | MembershipAccountsConfigurations
468
+ | undefined;
458
469
  }
459
470
  export interface ListMembershipItem {
460
471
  membershipId: string | undefined;
@@ -477,11 +488,20 @@ export interface ListTagsForResourceInput {
477
488
  export interface ListTagsForResourceOutput {
478
489
  tags: Record<string, string> | undefined;
479
490
  }
491
+ export interface MembershipAccountsConfigurationsUpdate {
492
+ coverEntireOrganization?: boolean | undefined;
493
+ organizationalUnitsToAdd?: string[] | undefined;
494
+ organizationalUnitsToRemove?: string[] | undefined;
495
+ }
480
496
  export interface UpdateMembershipRequest {
481
497
  membershipId: string | undefined;
482
498
  membershipName?: string | undefined;
483
499
  incidentResponseTeam?: IncidentResponder[] | undefined;
484
500
  optInFeatures?: OptInFeature[] | undefined;
501
+ membershipAccountsConfigurationsUpdate?:
502
+ | MembershipAccountsConfigurationsUpdate
503
+ | undefined;
504
+ undoMembershipCancellation?: boolean | undefined;
485
505
  }
486
506
  export interface UpdateMembershipResponse {}
487
507
  export interface TagResourceInput {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-security-ir",
3
3
  "description": "AWS SDK for JavaScript Security Ir Client for Node.js, Browser and React Native",
4
- "version": "3.863.0",
4
+ "version": "3.867.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.863.0",
24
- "@aws-sdk/credential-provider-node": "3.863.0",
23
+ "@aws-sdk/core": "3.864.0",
24
+ "@aws-sdk/credential-provider-node": "3.864.0",
25
25
  "@aws-sdk/middleware-host-header": "3.862.0",
26
26
  "@aws-sdk/middleware-logger": "3.862.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.862.0",
28
- "@aws-sdk/middleware-user-agent": "3.863.0",
28
+ "@aws-sdk/middleware-user-agent": "3.864.0",
29
29
  "@aws-sdk/region-config-resolver": "3.862.0",
30
30
  "@aws-sdk/types": "3.862.0",
31
31
  "@aws-sdk/util-endpoints": "3.862.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.862.0",
33
- "@aws-sdk/util-user-agent-node": "3.863.0",
33
+ "@aws-sdk/util-user-agent-node": "3.864.0",
34
34
  "@smithy/config-resolver": "^4.1.5",
35
35
  "@smithy/core": "^3.8.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.1",