@aws-sdk/client-organizations 3.936.0 → 3.937.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 (97) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +462 -69
  3. package/dist-es/Organizations.js +12 -0
  4. package/dist-es/commands/DescribeResponsibilityTransferCommand.js +16 -0
  5. package/dist-es/commands/InviteOrganizationToTransferResponsibilityCommand.js +16 -0
  6. package/dist-es/commands/ListInboundResponsibilityTransfersCommand.js +16 -0
  7. package/dist-es/commands/ListOutboundResponsibilityTransfersCommand.js +16 -0
  8. package/dist-es/commands/TerminateResponsibilityTransferCommand.js +16 -0
  9. package/dist-es/commands/UpdateResponsibilityTransferCommand.js +16 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/enums.js +81 -39
  12. package/dist-es/models/errors.js +72 -30
  13. package/dist-es/schemas/schemas_0.js +221 -1
  14. package/dist-types/Organizations.d.ts +42 -0
  15. package/dist-types/OrganizationsClient.d.ts +8 -2
  16. package/dist-types/commands/AcceptHandshakeCommand.d.ts +334 -32
  17. package/dist-types/commands/AttachPolicyCommand.d.ts +74 -3
  18. package/dist-types/commands/CancelHandshakeCommand.d.ts +45 -9
  19. package/dist-types/commands/CloseAccountCommand.d.ts +68 -1
  20. package/dist-types/commands/CreateAccountCommand.d.ts +69 -2
  21. package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +68 -1
  22. package/dist-types/commands/CreateOrganizationCommand.d.ts +69 -2
  23. package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +69 -2
  24. package/dist-types/commands/CreatePolicyCommand.d.ts +71 -5
  25. package/dist-types/commands/DeclineHandshakeCommand.d.ts +45 -10
  26. package/dist-types/commands/DeleteOrganizationCommand.d.ts +284 -0
  27. package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +38 -1
  28. package/dist-types/commands/DeletePolicyCommand.d.ts +38 -2
  29. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +32 -2
  30. package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +69 -2
  31. package/dist-types/commands/DescribeAccountCommand.d.ts +38 -2
  32. package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +38 -2
  33. package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +71 -4
  34. package/dist-types/commands/DescribeHandshakeCommand.d.ts +45 -10
  35. package/dist-types/commands/DescribeOrganizationCommand.d.ts +2 -2
  36. package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +38 -2
  37. package/dist-types/commands/DescribePolicyCommand.d.ts +39 -3
  38. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +32 -3
  39. package/dist-types/commands/DescribeResponsibilityTransferCommand.d.ts +267 -0
  40. package/dist-types/commands/DetachPolicyCommand.d.ts +69 -3
  41. package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +69 -2
  42. package/dist-types/commands/DisablePolicyTypeCommand.d.ts +71 -5
  43. package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +69 -2
  44. package/dist-types/commands/EnableAllFeaturesCommand.d.ts +91 -10
  45. package/dist-types/commands/EnablePolicyTypeCommand.d.ts +71 -5
  46. package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +91 -10
  47. package/dist-types/commands/InviteOrganizationToTransferResponsibilityCommand.d.ts +617 -0
  48. package/dist-types/commands/LeaveOrganizationCommand.d.ts +69 -2
  49. package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +69 -3
  50. package/dist-types/commands/ListAccountsCommand.d.ts +41 -8
  51. package/dist-types/commands/ListAccountsForParentCommand.d.ts +41 -8
  52. package/dist-types/commands/ListAccountsWithInvalidEffectivePolicyCommand.d.ts +71 -5
  53. package/dist-types/commands/ListChildrenCommand.d.ts +41 -8
  54. package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +41 -8
  55. package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +69 -3
  56. package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +69 -3
  57. package/dist-types/commands/ListEffectivePolicyValidationErrorsCommand.d.ts +71 -5
  58. package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +49 -17
  59. package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +49 -20
  60. package/dist-types/commands/ListInboundResponsibilityTransfersCommand.d.ts +524 -0
  61. package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +41 -8
  62. package/dist-types/commands/ListOutboundResponsibilityTransfersCommand.d.ts +521 -0
  63. package/dist-types/commands/ListParentsCommand.d.ts +41 -8
  64. package/dist-types/commands/ListPoliciesCommand.d.ts +43 -10
  65. package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +43 -10
  66. package/dist-types/commands/ListRootsCommand.d.ts +42 -9
  67. package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -2
  68. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +41 -8
  69. package/dist-types/commands/MoveAccountCommand.d.ts +38 -1
  70. package/dist-types/commands/PutResourcePolicyCommand.d.ts +69 -2
  71. package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +69 -2
  72. package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +69 -2
  73. package/dist-types/commands/TagResourceCommand.d.ts +69 -3
  74. package/dist-types/commands/TerminateResponsibilityTransferCommand.d.ts +526 -0
  75. package/dist-types/commands/UntagResourceCommand.d.ts +69 -3
  76. package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +38 -1
  77. package/dist-types/commands/UpdatePolicyCommand.d.ts +70 -4
  78. package/dist-types/commands/UpdateResponsibilityTransferCommand.d.ts +516 -0
  79. package/dist-types/commands/index.d.ts +6 -0
  80. package/dist-types/models/enums.d.ts +105 -47
  81. package/dist-types/models/errors.d.ts +507 -386
  82. package/dist-types/models/models_0.d.ts +483 -283
  83. package/dist-types/schemas/schemas_0.d.ts +25 -0
  84. package/dist-types/ts3.4/Organizations.d.ts +120 -0
  85. package/dist-types/ts3.4/OrganizationsClient.d.ts +38 -2
  86. package/dist-types/ts3.4/commands/DescribeResponsibilityTransferCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/InviteOrganizationToTransferResponsibilityCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/ListInboundResponsibilityTransfersCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/ListOutboundResponsibilityTransfersCommand.d.ts +51 -0
  90. package/dist-types/ts3.4/commands/TerminateResponsibilityTransferCommand.d.ts +51 -0
  91. package/dist-types/ts3.4/commands/UpdateResponsibilityTransferCommand.d.ts +51 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  93. package/dist-types/ts3.4/models/enums.d.ts +87 -41
  94. package/dist-types/ts3.4/models/errors.d.ts +53 -20
  95. package/dist-types/ts3.4/models/models_0.d.ts +68 -0
  96. package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
  97. package/package.json +1 -1
@@ -1,10 +1,10 @@
1
- import { AccountJoinedMethod, AccountState, AccountStatus, ActionType, ChildType, CreateAccountFailureReason, CreateAccountState, EffectivePolicyType, HandshakePartyType, HandshakeResourceType, HandshakeState, IAMUserAccessToBilling, OrganizationFeatureSet, ParentType, PolicyType, PolicyTypeStatus, TargetType } from "./enums";
1
+ import { AccountJoinedMethod, AccountState, AccountStatus, ActionType, ChildType, CreateAccountFailureReason, CreateAccountState, EffectivePolicyType, HandshakePartyType, HandshakeResourceType, HandshakeState, IAMUserAccessToBilling, OrganizationFeatureSet, ParentType, PolicyType, PolicyTypeStatus, ResponsibilityTransferStatus, ResponsibilityTransferType, TargetType } from "./enums";
2
2
  /**
3
3
  * @public
4
4
  */
5
5
  export interface AcceptHandshakeRequest {
6
6
  /**
7
- * <p>The unique identifier (ID) of the handshake that you want to accept.</p>
7
+ * <p>ID for the handshake that you want to accept.</p>
8
8
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
9
9
  * followed by from 8 to 32 lowercase letters or digits.</p>
10
10
  * @public
@@ -12,19 +12,19 @@ export interface AcceptHandshakeRequest {
12
12
  HandshakeId: string | undefined;
13
13
  }
14
14
  /**
15
- * <p>Identifies a participant in a handshake.</p>
15
+ * <p>Contains details for a participant in a handshake.</p>
16
16
  * @public
17
17
  */
18
18
  export interface HandshakeParty {
19
19
  /**
20
- * <p>The unique identifier (ID) for the party.</p>
20
+ * <p>ID for the participant: Acccount ID, organization ID, or email address.</p>
21
21
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
22
22
  * followed by from 8 to 32 lowercase letters or digits.</p>
23
23
  * @public
24
24
  */
25
25
  Id: string | undefined;
26
26
  /**
27
- * <p>The type of party.</p>
27
+ * <p>The type of ID for the participant.</p>
28
28
  * @public
29
29
  */
30
30
  Type: HandshakePartyType | undefined;
@@ -101,17 +101,16 @@ export interface Account {
101
101
  */
102
102
  export interface AttachPolicyRequest {
103
103
  /**
104
- * <p>The unique identifier (ID) of the policy that you want to attach to the target. You
105
- * can get the ID for the policy by calling the <a>ListPolicies</a>
106
- * operation.</p>
104
+ * <p>ID for the policy that you want to attach to the target. You can get the ID for the
105
+ * policy by calling the <a>ListPolicies</a> operation.</p>
107
106
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a policy ID string requires "p-" followed
108
107
  * by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).</p>
109
108
  * @public
110
109
  */
111
110
  PolicyId: string | undefined;
112
111
  /**
113
- * <p>The unique identifier (ID) of the root, OU, or account that you want to attach the
114
- * policy to. You can get the ID by calling the <a>ListRoots</a>, <a>ListOrganizationalUnitsForParent</a>, or <a>ListAccounts</a>
112
+ * <p>ID for the root, OU, or account that you want to attach the policy to. You can get the
113
+ * ID by calling the <a>ListRoots</a>, <a>ListOrganizationalUnitsForParent</a>, or <a>ListAccounts</a>
115
114
  * operations.</p>
116
115
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a target ID string requires one of the
117
116
  * following:</p>
@@ -141,8 +140,7 @@ export interface AttachPolicyRequest {
141
140
  */
142
141
  export interface CancelHandshakeRequest {
143
142
  /**
144
- * <p>The unique identifier (ID) of the handshake that you want to cancel. You can get the
145
- * ID from the <a>ListHandshakesForOrganization</a> operation.</p>
143
+ * <p>ID for the handshake that you want to cancel. You can get the ID from the <a>ListHandshakesForOrganization</a> operation.</p>
146
144
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
147
145
  * followed by from 8 to 32 lowercase letters or digits.</p>
148
146
  * @public
@@ -341,8 +339,8 @@ export interface CreateAccountStatus {
341
339
  */
342
340
  AccountId?: string | undefined;
343
341
  /**
344
- * <p>If the account was created successfully, the unique identifier (ID) of the new account
345
- * in the Amazon Web Services GovCloud (US) Region.</p>
342
+ * <p>If the account was created successfully, the ID for the new account in the Amazon Web Services
343
+ * GovCloud (US) Region.</p>
346
344
  * @public
347
345
  */
348
346
  GovCloudAccountId?: string | undefined;
@@ -683,8 +681,7 @@ export interface CreateOrganizationResponse {
683
681
  */
684
682
  export interface CreateOrganizationalUnitRequest {
685
683
  /**
686
- * <p>The unique identifier (ID) of the parent root or OU that you want to create the new OU
687
- * in.</p>
684
+ * <p>ID for the parent root or OU that you want to create the new OU in.</p>
688
685
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a parent ID string requires one of the
689
686
  * following:</p>
690
687
  * <ul>
@@ -834,6 +831,11 @@ export interface CreatePolicyRequest {
834
831
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html">SECURITYHUB_POLICY</a>
835
832
  * </p>
836
833
  * </li>
834
+ * <li>
835
+ * <p>
836
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
837
+ * </p>
838
+ * </li>
837
839
  * </ul>
838
840
  * @public
839
841
  */
@@ -931,8 +933,7 @@ export interface CreatePolicyResponse {
931
933
  */
932
934
  export interface DeclineHandshakeRequest {
933
935
  /**
934
- * <p>The unique identifier (ID) of the handshake that you want to decline. You can get the
935
- * ID from the <a>ListHandshakesForAccount</a> operation.</p>
936
+ * <p>ID for the handshake that you want to decline. You can get the ID from the <a>ListHandshakesForAccount</a> operation.</p>
936
937
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
937
938
  * followed by from 8 to 32 lowercase letters or digits.</p>
938
939
  * @public
@@ -944,8 +945,8 @@ export interface DeclineHandshakeRequest {
944
945
  */
945
946
  export interface DeleteOrganizationalUnitRequest {
946
947
  /**
947
- * <p>The unique identifier (ID) of the organizational unit that you want to delete. You can
948
- * get the ID from the <a>ListOrganizationalUnitsForParent</a> operation.</p>
948
+ * <p>ID for the organizational unit that you want to delete. You can get the ID from the
949
+ * <a>ListOrganizationalUnitsForParent</a> operation.</p>
949
950
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an organizational unit ID string requires
950
951
  * "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the
951
952
  * OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters
@@ -959,8 +960,7 @@ export interface DeleteOrganizationalUnitRequest {
959
960
  */
960
961
  export interface DeletePolicyRequest {
961
962
  /**
962
- * <p>The unique identifier (ID) of the policy that you want to delete. You can get the ID
963
- * from the <a>ListPolicies</a> or <a>ListPoliciesForTarget</a>
963
+ * <p>ID for the policy that you want to delete. You can get the ID from the <a>ListPolicies</a> or <a>ListPoliciesForTarget</a>
964
964
  * operations.</p>
965
965
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a policy ID string requires "p-" followed
966
966
  * by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).</p>
@@ -1081,6 +1081,11 @@ export interface DescribeEffectivePolicyRequest {
1081
1081
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html">SECURITYHUB_POLICY</a>
1082
1082
  * </p>
1083
1083
  * </li>
1084
+ * <li>
1085
+ * <p>
1086
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
1087
+ * </p>
1088
+ * </li>
1084
1089
  * </ul>
1085
1090
  * @public
1086
1091
  */
@@ -1136,9 +1141,7 @@ export interface DescribeEffectivePolicyResponse {
1136
1141
  */
1137
1142
  export interface DescribeHandshakeRequest {
1138
1143
  /**
1139
- * <p>The unique identifier (ID) of the handshake that you want information about. You can
1140
- * get the ID from the original call to <a>InviteAccountToOrganization</a>, or
1141
- * from a call to <a>ListHandshakesForAccount</a> or <a>ListHandshakesForOrganization</a>.</p>
1144
+ * <p>ID for the handshake that you want information about.</p>
1142
1145
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
1143
1146
  * followed by from 8 to 32 lowercase letters or digits.</p>
1144
1147
  * @public
@@ -1168,9 +1171,8 @@ export interface DescribeOrganizationResponse {
1168
1171
  */
1169
1172
  export interface DescribeOrganizationalUnitRequest {
1170
1173
  /**
1171
- * <p>The unique identifier (ID) of the organizational unit that you want details about. You
1172
- * can get the ID from the <a>ListOrganizationalUnitsForParent</a>
1173
- * operation.</p>
1174
+ * <p>ID for the organizational unit that you want details about. You can get the ID from
1175
+ * the <a>ListOrganizationalUnitsForParent</a> operation.</p>
1174
1176
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an organizational unit ID string requires
1175
1177
  * "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the
1176
1178
  * OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters
@@ -1194,8 +1196,7 @@ export interface DescribeOrganizationalUnitResponse {
1194
1196
  */
1195
1197
  export interface DescribePolicyRequest {
1196
1198
  /**
1197
- * <p>The unique identifier (ID) of the policy that you want details about. You can get the
1198
- * ID from the <a>ListPolicies</a> or <a>ListPoliciesForTarget</a>
1199
+ * <p>ID for the policy that you want details about. You can get the ID from the <a>ListPolicies</a> or <a>ListPoliciesForTarget</a>
1199
1200
  * operations.</p>
1200
1201
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a policy ID string requires "p-" followed
1201
1202
  * by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).</p>
@@ -1255,13 +1256,109 @@ export interface DescribeResourcePolicyResponse {
1255
1256
  */
1256
1257
  ResourcePolicy?: ResourcePolicy | undefined;
1257
1258
  }
1259
+ /**
1260
+ * @public
1261
+ */
1262
+ export interface DescribeResponsibilityTransferRequest {
1263
+ /**
1264
+ * <p>ID for the transfer.</p>
1265
+ * @public
1266
+ */
1267
+ Id: string | undefined;
1268
+ }
1269
+ /**
1270
+ * <p>Contains details for a participant in a transfer. A <i>transfer</i> is
1271
+ * the arrangement between two management accounts where one account designates the other
1272
+ * with specified responsibilities for their organization.</p>
1273
+ * @public
1274
+ */
1275
+ export interface TransferParticipant {
1276
+ /**
1277
+ * <p>ID for the management account.</p>
1278
+ * @public
1279
+ */
1280
+ ManagementAccountId?: string | undefined;
1281
+ /**
1282
+ * <p>Email address for the management account.</p>
1283
+ * @public
1284
+ */
1285
+ ManagementAccountEmail?: string | undefined;
1286
+ }
1287
+ /**
1288
+ * <p>Contains details for a transfer. A <i>transfer</i> is the arrangement
1289
+ * between two management accounts where one account designates the other with specified
1290
+ * responsibilities for their organization.</p>
1291
+ * @public
1292
+ */
1293
+ export interface ResponsibilityTransfer {
1294
+ /**
1295
+ * <p>Amazon Resource Name (ARN) for the transfer.</p>
1296
+ * @public
1297
+ */
1298
+ Arn?: string | undefined;
1299
+ /**
1300
+ * <p>Name assigned to the transfer.</p>
1301
+ * @public
1302
+ */
1303
+ Name?: string | undefined;
1304
+ /**
1305
+ * <p>ID for the transfer.</p>
1306
+ * @public
1307
+ */
1308
+ Id?: string | undefined;
1309
+ /**
1310
+ * <p>The type of transfer. Currently, only <code>BILLING</code> is supported.</p>
1311
+ * @public
1312
+ */
1313
+ Type?: ResponsibilityTransferType | undefined;
1314
+ /**
1315
+ * <p>Status for the transfer.</p>
1316
+ * @public
1317
+ */
1318
+ Status?: ResponsibilityTransferStatus | undefined;
1319
+ /**
1320
+ * <p>Account that allows another account external to its organization to manage the
1321
+ * specified responsibilities for the organization.</p>
1322
+ * @public
1323
+ */
1324
+ Source?: TransferParticipant | undefined;
1325
+ /**
1326
+ * <p>Account that manages the specified responsibilities for another organization.</p>
1327
+ * @public
1328
+ */
1329
+ Target?: TransferParticipant | undefined;
1330
+ /**
1331
+ * <p>Timestamp when the transfer starts.</p>
1332
+ * @public
1333
+ */
1334
+ StartTimestamp?: Date | undefined;
1335
+ /**
1336
+ * <p>Timestamp when the transfer ends.</p>
1337
+ * @public
1338
+ */
1339
+ EndTimestamp?: Date | undefined;
1340
+ /**
1341
+ * <p>ID for the handshake of the transfer.</p>
1342
+ * @public
1343
+ */
1344
+ ActiveHandshakeId?: string | undefined;
1345
+ }
1346
+ /**
1347
+ * @public
1348
+ */
1349
+ export interface DescribeResponsibilityTransferResponse {
1350
+ /**
1351
+ * <p>A <code>ResponsibilityTransfer</code> object. Contains details for a transfer.</p>
1352
+ * @public
1353
+ */
1354
+ ResponsibilityTransfer?: ResponsibilityTransfer | undefined;
1355
+ }
1258
1356
  /**
1259
1357
  * @public
1260
1358
  */
1261
1359
  export interface DetachPolicyRequest {
1262
1360
  /**
1263
- * <p>The unique identifier (ID) of the policy you want to detach. You can get the ID from
1264
- * the <a>ListPolicies</a> or <a>ListPoliciesForTarget</a>
1361
+ * <p>ID for the policy you want to detach. You can get the ID from the <a>ListPolicies</a> or <a>ListPoliciesForTarget</a>
1265
1362
  * operations.</p>
1266
1363
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a policy ID string requires "p-" followed
1267
1364
  * by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).</p>
@@ -1269,8 +1366,8 @@ export interface DetachPolicyRequest {
1269
1366
  */
1270
1367
  PolicyId: string | undefined;
1271
1368
  /**
1272
- * <p>The unique identifier (ID) of the root, OU, or account that you want to detach the
1273
- * policy from. You can get the ID from the <a>ListRoots</a>, <a>ListOrganizationalUnitsForParent</a>, or <a>ListAccounts</a>
1369
+ * <p>ID for the root, OU, or account that you want to detach the policy from. You can get
1370
+ * the ID from the <a>ListRoots</a>, <a>ListOrganizationalUnitsForParent</a>, or <a>ListAccounts</a>
1274
1371
  * operations.</p>
1275
1372
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a target ID string requires one of the
1276
1373
  * following:</p>
@@ -1313,8 +1410,8 @@ export interface DisableAWSServiceAccessRequest {
1313
1410
  */
1314
1411
  export interface DisablePolicyTypeRequest {
1315
1412
  /**
1316
- * <p>The unique identifier (ID) of the root in which you want to disable a policy type. You
1317
- * can get the ID from the <a>ListRoots</a> operation.</p>
1413
+ * <p>ID for the root in which you want to disable a policy type. You can get the ID from
1414
+ * the <a>ListRoots</a> operation.</p>
1318
1415
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a root ID string requires "r-" followed by
1319
1416
  * from 4 to 32 lowercase letters or digits.</p>
1320
1417
  * @public
@@ -1364,6 +1461,11 @@ export interface DisablePolicyTypeRequest {
1364
1461
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html">SECURITYHUB_POLICY</a>
1365
1462
  * </p>
1366
1463
  * </li>
1464
+ * <li>
1465
+ * <p>
1466
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
1467
+ * </p>
1468
+ * </li>
1367
1469
  * </ul>
1368
1470
  * @public
1369
1471
  */
@@ -1445,8 +1547,8 @@ export interface EnableAWSServiceAccessRequest {
1445
1547
  */
1446
1548
  export interface EnablePolicyTypeRequest {
1447
1549
  /**
1448
- * <p>The unique identifier (ID) of the root in which you want to enable a policy type. You
1449
- * can get the ID from the <a>ListRoots</a> operation.</p>
1550
+ * <p>ID for the root in which you want to enable a policy type. You can get the ID from the
1551
+ * <a>ListRoots</a> operation.</p>
1450
1552
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a root ID string requires "r-" followed by
1451
1553
  * from 4 to 32 lowercase letters or digits.</p>
1452
1554
  * @public
@@ -1496,6 +1598,11 @@ export interface EnablePolicyTypeRequest {
1496
1598
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html">SECURITYHUB_POLICY</a>
1497
1599
  * </p>
1498
1600
  * </li>
1601
+ * <li>
1602
+ * <p>
1603
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
1604
+ * </p>
1605
+ * </li>
1499
1606
  * </ul>
1500
1607
  * @public
1501
1608
  */
@@ -1569,6 +1676,62 @@ export interface InviteAccountToOrganizationRequest {
1569
1676
  */
1570
1677
  Tags?: Tag[] | undefined;
1571
1678
  }
1679
+ /**
1680
+ * @public
1681
+ */
1682
+ export interface InviteOrganizationToTransferResponsibilityRequest {
1683
+ /**
1684
+ * <p>The type of responsibility you want to designate to your organization. Currently, only
1685
+ * <code>BILLING</code> is supported.</p>
1686
+ * @public
1687
+ */
1688
+ Type: ResponsibilityTransferType | undefined;
1689
+ /**
1690
+ * <p>A <code>HandshakeParty</code> object. Contains details for the account you want to
1691
+ * invite. Currently, only <code>ACCOUNT</code> and <code>EMAIL</code> are supported.</p>
1692
+ * @public
1693
+ */
1694
+ Target: HandshakeParty | undefined;
1695
+ /**
1696
+ * <p>Additional information that you want to include in the invitation.</p>
1697
+ * @public
1698
+ */
1699
+ Notes?: string | undefined;
1700
+ /**
1701
+ * <p>Timestamp when the recipient will begin managing the specified
1702
+ * responsibilities.</p>
1703
+ * @public
1704
+ */
1705
+ StartTimestamp: Date | undefined;
1706
+ /**
1707
+ * <p>Name you want to assign to the transfer.</p>
1708
+ * @public
1709
+ */
1710
+ SourceName: string | undefined;
1711
+ /**
1712
+ * <p>A list of tags that you want to attach to the transfer. For each tag in the list, you must specify both a tag key and a value. You
1713
+ * can set the value to an empty string, but you can't set it to <code>null</code>. For
1714
+ * more information about tagging, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html">Tagging Organizations resources</a> in the
1715
+ * Organizations User Guide.</p>
1716
+ * <important>
1717
+ * <p>Any tags in the request are checked for compliance with any applicable tag
1718
+ * policies when the request is made. The request is rejected if the tags in the
1719
+ * request don't match the requirements of the policy at that time. Tag policy
1720
+ * compliance is <i>
1721
+ * <b>not</b>
1722
+ * </i> checked
1723
+ * again when the invitation is accepted and the tags are actually attached to the
1724
+ * transfer. That means that if the tag policy changes between the invitation and the
1725
+ * acceptance, then that tags could potentially be non-compliant.</p>
1726
+ * </important>
1727
+ * <note>
1728
+ * <p>If any one of the tags is not valid or if you exceed the allowed number of tags
1729
+ * for a transfer, then the entire request fails and invitations are not sent.</p>
1730
+ * </note>
1731
+ * @public
1732
+ */
1733
+ Tags?: Tag[] | undefined;
1734
+ }
1572
1735
  /**
1573
1736
  * @public
1574
1737
  */
@@ -1583,14 +1746,7 @@ export interface ListAccountsRequest {
1583
1746
  */
1584
1747
  NextToken?: string | undefined;
1585
1748
  /**
1586
- * <p>The total number of results that you want included on each page of the
1587
- * response. If you do not include this parameter, it defaults to a value that is specific to the
1588
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
1589
- * response element is present and has a value (is not null). Include that value as the
1590
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
1591
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
1592
- * more results available. You should check <code>NextToken</code> after every operation to ensure
1593
- * that you receive all of the results.</p>
1749
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
1594
1750
  * @public
1595
1751
  */
1596
1752
  MaxResults?: number | undefined;
@@ -1640,14 +1796,7 @@ export interface ListAccountsForParentRequest {
1640
1796
  */
1641
1797
  NextToken?: string | undefined;
1642
1798
  /**
1643
- * <p>The total number of results that you want included on each page of the
1644
- * response. If you do not include this parameter, it defaults to a value that is specific to the
1645
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
1646
- * response element is present and has a value (is not null). Include that value as the
1647
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
1648
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
1649
- * more results available. You should check <code>NextToken</code> after every operation to ensure
1650
- * that you receive all of the results.</p>
1799
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
1651
1800
  * @public
1652
1801
  */
1653
1802
  MaxResults?: number | undefined;
@@ -1715,6 +1864,11 @@ export interface ListAccountsWithInvalidEffectivePolicyRequest {
1715
1864
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html">SECURITYHUB_POLICY</a>
1716
1865
  * </p>
1717
1866
  * </li>
1867
+ * <li>
1868
+ * <p>
1869
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
1870
+ * </p>
1871
+ * </li>
1718
1872
  * </ul>
1719
1873
  * @public
1720
1874
  */
@@ -1729,14 +1883,7 @@ export interface ListAccountsWithInvalidEffectivePolicyRequest {
1729
1883
  */
1730
1884
  NextToken?: string | undefined;
1731
1885
  /**
1732
- * <p>The total number of results that you want included on each page of the
1733
- * response. If you do not include this parameter, it defaults to a value that is specific to the
1734
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
1735
- * response element is present and has a value (is not null). Include that value as the
1736
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
1737
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
1738
- * more results available. You should check <code>NextToken</code> after every operation to ensure
1739
- * that you receive all of the results.</p>
1886
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
1740
1887
  * @public
1741
1888
  */
1742
1889
  MaxResults?: number | undefined;
@@ -1784,6 +1931,11 @@ export interface ListAccountsWithInvalidEffectivePolicyResponse {
1784
1931
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html">SECURITYHUB_POLICY</a>
1785
1932
  * </p>
1786
1933
  * </li>
1934
+ * <li>
1935
+ * <p>
1936
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
1937
+ * </p>
1938
+ * </li>
1787
1939
  * </ul>
1788
1940
  * @public
1789
1941
  */
@@ -1811,14 +1963,7 @@ export interface ListAWSServiceAccessForOrganizationRequest {
1811
1963
  */
1812
1964
  NextToken?: string | undefined;
1813
1965
  /**
1814
- * <p>The total number of results that you want included on each page of the
1815
- * response. If you do not include this parameter, it defaults to a value that is specific to the
1816
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
1817
- * response element is present and has a value (is not null). Include that value as the
1818
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
1819
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
1820
- * more results available. You should check <code>NextToken</code> after every operation to ensure
1821
- * that you receive all of the results.</p>
1966
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
1822
1967
  * @public
1823
1968
  */
1824
1969
  MaxResults?: number | undefined;
@@ -1902,14 +2047,7 @@ export interface ListChildrenRequest {
1902
2047
  */
1903
2048
  NextToken?: string | undefined;
1904
2049
  /**
1905
- * <p>The total number of results that you want included on each page of the
1906
- * response. If you do not include this parameter, it defaults to a value that is specific to the
1907
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
1908
- * response element is present and has a value (is not null). Include that value as the
1909
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
1910
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
1911
- * more results available. You should check <code>NextToken</code> after every operation to ensure
1912
- * that you receive all of the results.</p>
2050
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
1913
2051
  * @public
1914
2052
  */
1915
2053
  MaxResults?: number | undefined;
@@ -1983,14 +2121,7 @@ export interface ListCreateAccountStatusRequest {
1983
2121
  */
1984
2122
  NextToken?: string | undefined;
1985
2123
  /**
1986
- * <p>The total number of results that you want included on each page of the
1987
- * response. If you do not include this parameter, it defaults to a value that is specific to the
1988
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
1989
- * response element is present and has a value (is not null). Include that value as the
1990
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
1991
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
1992
- * more results available. You should check <code>NextToken</code> after every operation to ensure
1993
- * that you receive all of the results.</p>
2124
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
1994
2125
  * @public
1995
2126
  */
1996
2127
  MaxResults?: number | undefined;
@@ -2037,14 +2168,7 @@ export interface ListDelegatedAdministratorsRequest {
2037
2168
  */
2038
2169
  NextToken?: string | undefined;
2039
2170
  /**
2040
- * <p>The total number of results that you want included on each page of the
2041
- * response. If you do not include this parameter, it defaults to a value that is specific to the
2042
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2043
- * response element is present and has a value (is not null). Include that value as the
2044
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2045
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
2046
- * more results available. You should check <code>NextToken</code> after every operation to ensure
2047
- * that you receive all of the results.</p>
2171
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
2048
2172
  * @public
2049
2173
  */
2050
2174
  MaxResults?: number | undefined;
@@ -2144,14 +2268,7 @@ export interface ListDelegatedServicesForAccountRequest {
2144
2268
  */
2145
2269
  NextToken?: string | undefined;
2146
2270
  /**
2147
- * <p>The total number of results that you want included on each page of the
2148
- * response. If you do not include this parameter, it defaults to a value that is specific to the
2149
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2150
- * response element is present and has a value (is not null). Include that value as the
2151
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2152
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
2153
- * more results available. You should check <code>NextToken</code> after every operation to ensure
2154
- * that you receive all of the results.</p>
2271
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
2155
2272
  * @public
2156
2273
  */
2157
2274
  MaxResults?: number | undefined;
@@ -2238,6 +2355,11 @@ export interface ListEffectivePolicyValidationErrorsRequest {
2238
2355
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html">SECURITYHUB_POLICY</a>
2239
2356
  * </p>
2240
2357
  * </li>
2358
+ * <li>
2359
+ * <p>
2360
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
2361
+ * </p>
2362
+ * </li>
2241
2363
  * </ul>
2242
2364
  * @public
2243
2365
  */
@@ -2252,14 +2374,7 @@ export interface ListEffectivePolicyValidationErrorsRequest {
2252
2374
  */
2253
2375
  NextToken?: string | undefined;
2254
2376
  /**
2255
- * <p>The total number of results that you want included on each page of the
2256
- * response. If you do not include this parameter, it defaults to a value that is specific to the
2257
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2258
- * response element is present and has a value (is not null). Include that value as the
2259
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2260
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
2261
- * more results available. You should check <code>NextToken</code> after every operation to ensure
2262
- * that you receive all of the results.</p>
2377
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
2263
2378
  * @public
2264
2379
  */
2265
2380
  MaxResults?: number | undefined;
@@ -2337,6 +2452,11 @@ export interface ListEffectivePolicyValidationErrorsResponse {
2337
2452
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html">SECURITYHUB_POLICY</a>
2338
2453
  * </p>
2339
2454
  * </li>
2455
+ * <li>
2456
+ * <p>
2457
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
2458
+ * </p>
2459
+ * </li>
2340
2460
  * </ul>
2341
2461
  * @public
2342
2462
  */
@@ -2369,21 +2489,20 @@ export interface ListEffectivePolicyValidationErrorsResponse {
2369
2489
  EffectivePolicyValidationErrors?: EffectivePolicyValidationError[] | undefined;
2370
2490
  }
2371
2491
  /**
2372
- * <p>Specifies the criteria that are used to select the handshakes for the
2373
- * operation.</p>
2492
+ * <p>Contains the filter used to select the handshakes for an operation.</p>
2374
2493
  * @public
2375
2494
  */
2376
2495
  export interface HandshakeFilter {
2377
2496
  /**
2378
- * <p>Specifies the type of handshake action.</p>
2497
+ * <p>The type of handshake.</p>
2379
2498
  * <p>If you specify <code>ActionType</code>, you cannot also specify
2380
2499
  * <code>ParentHandshakeId</code>.</p>
2381
2500
  * @public
2382
2501
  */
2383
2502
  ActionType?: ActionType | undefined;
2384
2503
  /**
2385
- * <p>Specifies the parent handshake. Only used for handshake types that are a child of
2386
- * another type.</p>
2504
+ * <p>The parent handshake. Only used for handshake types that are a child of another
2505
+ * type.</p>
2387
2506
  * <p>If you specify <code>ParentHandshakeId</code>, you cannot also specify
2388
2507
  * <code>ActionType</code>.</p>
2389
2508
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
@@ -2397,13 +2516,8 @@ export interface HandshakeFilter {
2397
2516
  */
2398
2517
  export interface ListHandshakesForAccountRequest {
2399
2518
  /**
2400
- * <p>Filters the handshakes that you want included in the response. The default is all
2401
- * types. Use the <code>ActionType</code> element to limit the output to only a specified
2402
- * type, such as <code>INVITE</code>, <code>ENABLE_ALL_FEATURES</code>, or
2403
- * <code>APPROVE_ALL_FEATURES</code>. Alternatively, for the
2404
- * <code>ENABLE_ALL_FEATURES</code> handshake that generates a separate child handshake
2405
- * for each member account, you can specify <code>ParentHandshakeId</code> to see only the
2406
- * handshakes that were generated by that parent request.</p>
2519
+ * <p>A <code>HandshakeFilter</code> object. Contains the filer used to select the
2520
+ * handshakes for an operation.</p>
2407
2521
  * @public
2408
2522
  */
2409
2523
  Filter?: HandshakeFilter | undefined;
@@ -2417,14 +2531,7 @@ export interface ListHandshakesForAccountRequest {
2417
2531
  */
2418
2532
  NextToken?: string | undefined;
2419
2533
  /**
2420
- * <p>The total number of results that you want included on each page of the
2421
- * response. If you do not include this parameter, it defaults to a value that is specific to the
2422
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2423
- * response element is present and has a value (is not null). Include that value as the
2424
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2425
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
2426
- * more results available. You should check <code>NextToken</code> after every operation to ensure
2427
- * that you receive all of the results.</p>
2534
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
2428
2535
  * @public
2429
2536
  */
2430
2537
  MaxResults?: number | undefined;
@@ -2434,13 +2541,8 @@ export interface ListHandshakesForAccountRequest {
2434
2541
  */
2435
2542
  export interface ListHandshakesForOrganizationRequest {
2436
2543
  /**
2437
- * <p>A filter of the handshakes that you want included in the response. The default is all
2438
- * types. Use the <code>ActionType</code> element to limit the output to only a specified
2439
- * type, such as <code>INVITE</code>, <code>ENABLE-ALL-FEATURES</code>, or
2440
- * <code>APPROVE-ALL-FEATURES</code>. Alternatively, for the
2441
- * <code>ENABLE-ALL-FEATURES</code> handshake that generates a separate child handshake
2442
- * for each member account, you can specify the <code>ParentHandshakeId</code> to see only
2443
- * the handshakes that were generated by that parent request.</p>
2544
+ * <p>A <code>HandshakeFilter</code> object. Contains the filer used to select the
2545
+ * handshakes for an operation.</p>
2444
2546
  * @public
2445
2547
  */
2446
2548
  Filter?: HandshakeFilter | undefined;
@@ -2454,24 +2556,64 @@ export interface ListHandshakesForOrganizationRequest {
2454
2556
  */
2455
2557
  NextToken?: string | undefined;
2456
2558
  /**
2457
- * <p>The total number of results that you want included on each page of the
2458
- * response. If you do not include this parameter, it defaults to a value that is specific to the
2459
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2460
- * response element is present and has a value (is not null). Include that value as the
2461
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2462
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
2463
- * more results available. You should check <code>NextToken</code> after every operation to ensure
2464
- * that you receive all of the results.</p>
2559
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
2560
+ * @public
2561
+ */
2562
+ MaxResults?: number | undefined;
2563
+ }
2564
+ /**
2565
+ * @public
2566
+ */
2567
+ export interface ListInboundResponsibilityTransfersRequest {
2568
+ /**
2569
+ * <p>The type of responsibility. Currently, only <code>BILLING</code> is supported.</p>
2570
+ * @public
2571
+ */
2572
+ Type: ResponsibilityTransferType | undefined;
2573
+ /**
2574
+ * <p>ID for the transfer.</p>
2575
+ * @public
2576
+ */
2577
+ Id?: string | undefined;
2578
+ /**
2579
+ * <p>The parameter for receiving additional results if you receive a
2580
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
2581
+ * indicates that more output is available. Set this parameter to the value of the previous
2582
+ * call's <code>NextToken</code> response to indicate where the output should continue
2583
+ * from.</p>
2584
+ * @public
2585
+ */
2586
+ NextToken?: string | undefined;
2587
+ /**
2588
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
2465
2589
  * @public
2466
2590
  */
2467
2591
  MaxResults?: number | undefined;
2468
2592
  }
2593
+ /**
2594
+ * @public
2595
+ */
2596
+ export interface ListInboundResponsibilityTransfersResponse {
2597
+ /**
2598
+ * <p>A <code>ResponsibilityTransfers</code> object. Contains details for a transfer.</p>
2599
+ * @public
2600
+ */
2601
+ ResponsibilityTransfers?: ResponsibilityTransfer[] | undefined;
2602
+ /**
2603
+ * <p>If present, indicates that more output is available than is
2604
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
2605
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
2606
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
2607
+ * @public
2608
+ */
2609
+ NextToken?: string | undefined;
2610
+ }
2469
2611
  /**
2470
2612
  * @public
2471
2613
  */
2472
2614
  export interface ListOrganizationalUnitsForParentRequest {
2473
2615
  /**
2474
- * <p>The unique identifier (ID) of the root or OU whose child OUs you want to list.</p>
2616
+ * <p>ID for the root or OU whose child OUs you want to list.</p>
2475
2617
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a parent ID string requires one of the
2476
2618
  * following:</p>
2477
2619
  * <ul>
@@ -2500,14 +2642,7 @@ export interface ListOrganizationalUnitsForParentRequest {
2500
2642
  */
2501
2643
  NextToken?: string | undefined;
2502
2644
  /**
2503
- * <p>The total number of results that you want included on each page of the
2504
- * response. If you do not include this parameter, it defaults to a value that is specific to the
2505
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2506
- * response element is present and has a value (is not null). Include that value as the
2507
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2508
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
2509
- * more results available. You should check <code>NextToken</code> after every operation to ensure
2510
- * that you receive all of the results.</p>
2645
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
2511
2646
  * @public
2512
2647
  */
2513
2648
  MaxResults?: number | undefined;
@@ -2530,13 +2665,56 @@ export interface ListOrganizationalUnitsForParentResponse {
2530
2665
  */
2531
2666
  NextToken?: string | undefined;
2532
2667
  }
2668
+ /**
2669
+ * @public
2670
+ */
2671
+ export interface ListOutboundResponsibilityTransfersRequest {
2672
+ /**
2673
+ * <p>The type of responsibility. Currently, only <code>BILLING</code> is supported.</p>
2674
+ * @public
2675
+ */
2676
+ Type: ResponsibilityTransferType | undefined;
2677
+ /**
2678
+ * <p>The parameter for receiving additional results if you receive a
2679
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
2680
+ * indicates that more output is available. Set this parameter to the value of the previous
2681
+ * call's <code>NextToken</code> response to indicate where the output should continue
2682
+ * from.</p>
2683
+ * @public
2684
+ */
2685
+ NextToken?: string | undefined;
2686
+ /**
2687
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
2688
+ * @public
2689
+ */
2690
+ MaxResults?: number | undefined;
2691
+ }
2692
+ /**
2693
+ * @public
2694
+ */
2695
+ export interface ListOutboundResponsibilityTransfersResponse {
2696
+ /**
2697
+ * <p>An array of <code>ResponsibilityTransfer</code> objects. Contains details for a
2698
+ * transfer.</p>
2699
+ * @public
2700
+ */
2701
+ ResponsibilityTransfers?: ResponsibilityTransfer[] | undefined;
2702
+ /**
2703
+ * <p>If present, indicates that more output is available than is
2704
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
2705
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
2706
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
2707
+ * @public
2708
+ */
2709
+ NextToken?: string | undefined;
2710
+ }
2533
2711
  /**
2534
2712
  * @public
2535
2713
  */
2536
2714
  export interface ListParentsRequest {
2537
2715
  /**
2538
- * <p>The unique identifier (ID) of the OU or account whose parent containers you want to
2539
- * list. Don't specify a root.</p>
2716
+ * <p>ID for the OU or account whose parent containers you want to list. Don't specify a
2717
+ * root.</p>
2540
2718
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a child ID string requires one of the
2541
2719
  * following:</p>
2542
2720
  * <ul>
@@ -2565,14 +2743,7 @@ export interface ListParentsRequest {
2565
2743
  */
2566
2744
  NextToken?: string | undefined;
2567
2745
  /**
2568
- * <p>The total number of results that you want included on each page of the
2569
- * response. If you do not include this parameter, it defaults to a value that is specific to the
2570
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2571
- * response element is present and has a value (is not null). Include that value as the
2572
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2573
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
2574
- * more results available. You should check <code>NextToken</code> after every operation to ensure
2575
- * that you receive all of the results.</p>
2746
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
2576
2747
  * @public
2577
2748
  */
2578
2749
  MaxResults?: number | undefined;
@@ -2675,6 +2846,11 @@ export interface ListPoliciesRequest {
2675
2846
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html">SECURITYHUB_POLICY</a>
2676
2847
  * </p>
2677
2848
  * </li>
2849
+ * <li>
2850
+ * <p>
2851
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
2852
+ * </p>
2853
+ * </li>
2678
2854
  * </ul>
2679
2855
  * @public
2680
2856
  */
@@ -2689,14 +2865,7 @@ export interface ListPoliciesRequest {
2689
2865
  */
2690
2866
  NextToken?: string | undefined;
2691
2867
  /**
2692
- * <p>The total number of results that you want included on each page of the
2693
- * response. If you do not include this parameter, it defaults to a value that is specific to the
2694
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2695
- * response element is present and has a value (is not null). Include that value as the
2696
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2697
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
2698
- * more results available. You should check <code>NextToken</code> after every operation to ensure
2699
- * that you receive all of the results.</p>
2868
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
2700
2869
  * @public
2701
2870
  */
2702
2871
  MaxResults?: number | undefined;
@@ -2725,8 +2894,8 @@ export interface ListPoliciesResponse {
2725
2894
  */
2726
2895
  export interface ListPoliciesForTargetRequest {
2727
2896
  /**
2728
- * <p>The unique identifier (ID) of the root, organizational unit, or account whose policies
2729
- * you want to list.</p>
2897
+ * <p>ID for the root, organizational unit, or account whose policies you want to
2898
+ * list.</p>
2730
2899
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a target ID string requires one of the
2731
2900
  * following:</p>
2732
2901
  * <ul>
@@ -2793,6 +2962,11 @@ export interface ListPoliciesForTargetRequest {
2793
2962
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html">SECURITYHUB_POLICY</a>
2794
2963
  * </p>
2795
2964
  * </li>
2965
+ * <li>
2966
+ * <p>
2967
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
2968
+ * </p>
2969
+ * </li>
2796
2970
  * </ul>
2797
2971
  * @public
2798
2972
  */
@@ -2807,14 +2981,7 @@ export interface ListPoliciesForTargetRequest {
2807
2981
  */
2808
2982
  NextToken?: string | undefined;
2809
2983
  /**
2810
- * <p>The total number of results that you want included on each page of the
2811
- * response. If you do not include this parameter, it defaults to a value that is specific to the
2812
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2813
- * response element is present and has a value (is not null). Include that value as the
2814
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2815
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
2816
- * more results available. You should check <code>NextToken</code> after every operation to ensure
2817
- * that you receive all of the results.</p>
2984
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
2818
2985
  * @public
2819
2986
  */
2820
2987
  MaxResults?: number | undefined;
@@ -2851,14 +3018,7 @@ export interface ListRootsRequest {
2851
3018
  */
2852
3019
  NextToken?: string | undefined;
2853
3020
  /**
2854
- * <p>The total number of results that you want included on each page of the
2855
- * response. If you do not include this parameter, it defaults to a value that is specific to the
2856
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2857
- * response element is present and has a value (is not null). Include that value as the
2858
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2859
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
2860
- * more results available. You should check <code>NextToken</code> after every operation to ensure
2861
- * that you receive all of the results.</p>
3021
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
2862
3022
  * @public
2863
3023
  */
2864
3024
  MaxResults?: number | undefined;
@@ -2947,7 +3107,7 @@ export interface ListTagsForResourceResponse {
2947
3107
  */
2948
3108
  export interface ListTargetsForPolicyRequest {
2949
3109
  /**
2950
- * <p>The unique identifier (ID) of the policy whose attachments you want to know.</p>
3110
+ * <p>ID for the policy whose attachments you want to know.</p>
2951
3111
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a policy ID string requires "p-" followed
2952
3112
  * by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).</p>
2953
3113
  * @public
@@ -2963,14 +3123,7 @@ export interface ListTargetsForPolicyRequest {
2963
3123
  */
2964
3124
  NextToken?: string | undefined;
2965
3125
  /**
2966
- * <p>The total number of results that you want included on each page of the
2967
- * response. If you do not include this parameter, it defaults to a value that is specific to the
2968
- * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2969
- * response element is present and has a value (is not null). Include that value as the
2970
- * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2971
- * of the results. Note that Organizations might return fewer results than the maximum even when there are
2972
- * more results available. You should check <code>NextToken</code> after every operation to ensure
2973
- * that you receive all of the results.</p>
3126
+ * <p>The maximum number of items to return in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that you can retrieve the remaining results.</p>
2974
3127
  * @public
2975
3128
  */
2976
3129
  MaxResults?: number | undefined;
@@ -3049,15 +3202,14 @@ export interface ListTargetsForPolicyResponse {
3049
3202
  */
3050
3203
  export interface MoveAccountRequest {
3051
3204
  /**
3052
- * <p>The unique identifier (ID) of the account that you want to move.</p>
3205
+ * <p>ID for the account that you want to move.</p>
3053
3206
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an account ID string requires exactly 12
3054
3207
  * digits.</p>
3055
3208
  * @public
3056
3209
  */
3057
3210
  AccountId: string | undefined;
3058
3211
  /**
3059
- * <p>The unique identifier (ID) of the root or organizational unit that you want to move
3060
- * the account from.</p>
3212
+ * <p>ID for the root or organizational unit that you want to move the account from.</p>
3061
3213
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a parent ID string requires one of the
3062
3214
  * following:</p>
3063
3215
  * <ul>
@@ -3077,8 +3229,7 @@ export interface MoveAccountRequest {
3077
3229
  */
3078
3230
  SourceParentId: string | undefined;
3079
3231
  /**
3080
- * <p>The unique identifier (ID) of the root or organizational unit that you want to move
3081
- * the account to.</p>
3232
+ * <p>ID for the root or organizational unit that you want to move the account to.</p>
3082
3233
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a parent ID string requires one of the
3083
3234
  * following:</p>
3084
3235
  * <ul>
@@ -3158,8 +3309,7 @@ export interface RegisterDelegatedAdministratorRequest {
3158
3309
  */
3159
3310
  export interface RemoveAccountFromOrganizationRequest {
3160
3311
  /**
3161
- * <p>The unique identifier (ID) of the member account that you want to remove from the
3162
- * organization.</p>
3312
+ * <p>ID for the member account that you want to remove from the organization.</p>
3163
3313
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an account ID string requires exactly 12
3164
3314
  * digits.</p>
3165
3315
  * @public
@@ -3211,6 +3361,31 @@ export interface TagResourceRequest {
3211
3361
  */
3212
3362
  Tags: Tag[] | undefined;
3213
3363
  }
3364
+ /**
3365
+ * @public
3366
+ */
3367
+ export interface TerminateResponsibilityTransferRequest {
3368
+ /**
3369
+ * <p>ID for the transfer.</p>
3370
+ * @public
3371
+ */
3372
+ Id: string | undefined;
3373
+ /**
3374
+ * <p>Timestamp when the responsibility transfer is to end.</p>
3375
+ * @public
3376
+ */
3377
+ EndTimestamp?: Date | undefined;
3378
+ }
3379
+ /**
3380
+ * @public
3381
+ */
3382
+ export interface TerminateResponsibilityTransferResponse {
3383
+ /**
3384
+ * <p>A <code>ResponsibilityTransfer</code> object. Contains details for a transfer.</p>
3385
+ * @public
3386
+ */
3387
+ ResponsibilityTransfer?: ResponsibilityTransfer | undefined;
3388
+ }
3214
3389
  /**
3215
3390
  * @public
3216
3391
  */
@@ -3255,8 +3430,7 @@ export interface UntagResourceRequest {
3255
3430
  */
3256
3431
  export interface UpdateOrganizationalUnitRequest {
3257
3432
  /**
3258
- * <p>The unique identifier (ID) of the OU that you want to rename. You can get the ID from
3259
- * the <a>ListOrganizationalUnitsForParent</a> operation.</p>
3433
+ * <p>ID for the OU that you want to rename. You can get the ID from the <a>ListOrganizationalUnitsForParent</a> operation.</p>
3260
3434
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an organizational unit ID string requires
3261
3435
  * "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the
3262
3436
  * OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters
@@ -3289,7 +3463,7 @@ export interface UpdateOrganizationalUnitResponse {
3289
3463
  */
3290
3464
  export interface UpdatePolicyRequest {
3291
3465
  /**
3292
- * <p>The unique identifier (ID) of the policy that you want to update.</p>
3466
+ * <p>ID for the policy that you want to update.</p>
3293
3467
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a policy ID string requires "p-" followed
3294
3468
  * by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).</p>
3295
3469
  * @public
@@ -3331,13 +3505,40 @@ export interface UpdatePolicyResponse {
3331
3505
  Policy?: Policy | undefined;
3332
3506
  }
3333
3507
  /**
3334
- * <p>Contains additional data that is needed to process a handshake.</p>
3508
+ * @public
3509
+ */
3510
+ export interface UpdateResponsibilityTransferRequest {
3511
+ /**
3512
+ * <p>ID for the transfer.</p>
3513
+ * @public
3514
+ */
3515
+ Id: string | undefined;
3516
+ /**
3517
+ * <p>New name you want to assign to the transfer.</p>
3518
+ * @public
3519
+ */
3520
+ Name: string | undefined;
3521
+ }
3522
+ /**
3523
+ * @public
3524
+ */
3525
+ export interface UpdateResponsibilityTransferResponse {
3526
+ /**
3527
+ * <p>Contains details for a transfer. A <i>transfer</i> is the arrangement
3528
+ * between two management accounts where one account designates the other with specified
3529
+ * responsibilities for their organization.</p>
3530
+ * @public
3531
+ */
3532
+ ResponsibilityTransfer?: ResponsibilityTransfer | undefined;
3533
+ }
3534
+ /**
3535
+ * <p>Contains additional details for a handshake.</p>
3335
3536
  * @public
3336
3537
  */
3337
3538
  export interface HandshakeResource {
3338
3539
  /**
3339
- * <p>The information that is passed to the other party in the handshake. The format of the
3340
- * value string must match the requirements of the specified type.</p>
3540
+ * <p>Additional information for the handshake. The format of the value string must match
3541
+ * the requirements of the specified type.</p>
3341
3542
  * @public
3342
3543
  */
3343
3544
  Value?: string | undefined;
@@ -3347,164 +3548,151 @@ export interface HandshakeResource {
3347
3548
  * <ul>
3348
3549
  * <li>
3349
3550
  * <p>
3350
- * <code>ACCOUNT</code> - Specifies an Amazon Web Services account ID number.</p>
3551
+ * <b>ACCOUNT</b>: ID for an Amazon Web Services account.</p>
3351
3552
  * </li>
3352
3553
  * <li>
3353
3554
  * <p>
3354
- * <code>ORGANIZATION</code> - Specifies an organization ID number.</p>
3555
+ * <b>ORGANIZATION</b>: ID for an organization.</p>
3355
3556
  * </li>
3356
3557
  * <li>
3357
3558
  * <p>
3358
- * <code>EMAIL</code> - Specifies the email address that is associated with the
3359
- * account that receives the handshake. </p>
3559
+ * <b>EMAIL</b>: Email address for the
3560
+ * recipient.</p>
3360
3561
  * </li>
3361
3562
  * <li>
3362
3563
  * <p>
3363
- * <code>OWNER_EMAIL</code> - Specifies the email address associated with the
3364
- * management account. Included as information about an organization. </p>
3564
+ * <b>OWNER_EMAIL</b>: Email address for the
3565
+ * sender.</p>
3365
3566
  * </li>
3366
3567
  * <li>
3367
3568
  * <p>
3368
- * <code>OWNER_NAME</code> - Specifies the name associated with the management
3369
- * account. Included as information about an organization. </p>
3569
+ * <b>OWNER_NAME</b>: Name of the sender.</p>
3370
3570
  * </li>
3371
3571
  * <li>
3372
3572
  * <p>
3373
- * <code>NOTES</code> - Additional text provided by the handshake initiator and
3374
- * intended for the recipient to read.</p>
3573
+ * <b>NOTES</b>: Additional text included by the sender
3574
+ * for the recipient.</p>
3375
3575
  * </li>
3376
3576
  * </ul>
3377
3577
  * @public
3378
3578
  */
3379
3579
  Type?: HandshakeResourceType | undefined;
3380
3580
  /**
3381
- * <p>When needed, contains an additional array of <code>HandshakeResource</code>
3382
- * objects.</p>
3581
+ * <p>An array of <code>HandshakeResource</code> objects. When needed, contains additional
3582
+ * details for a handshake. For example, the email address for the sender.</p>
3383
3583
  * @public
3384
3584
  */
3385
3585
  Resources?: HandshakeResource[] | undefined;
3386
3586
  }
3387
3587
  /**
3388
- * <p>Contains information that must be exchanged to securely establish a relationship
3389
- * between two accounts (an <i>originator</i> and a
3390
- * <i>recipient</i>). For example, when a management account (the
3391
- * originator) invites another account (the recipient) to join its organization, the two
3392
- * accounts exchange information as a series of handshake requests and responses.</p>
3588
+ * <p>Contains details for a handshake. A handshake is the secure exchange of information
3589
+ * between two Amazon Web Services accounts: a sender and a recipient.</p>
3393
3590
  * <p>
3394
3591
  * <b>Note:</b> Handshakes that are <code>CANCELED</code>,
3395
- * <code>ACCEPTED</code>, <code>DECLINED</code>, or <code>EXPIRED</code> show up in
3592
+ * <code>ACCEPTED</code>, <code>DECLINED</code>, or <code>EXPIRED</code> show up in
3396
3593
  * lists for only 30 days after entering that state After that they are deleted.</p>
3397
3594
  * @public
3398
3595
  */
3399
3596
  export interface Handshake {
3400
3597
  /**
3401
- * <p>The unique identifier (ID) of a handshake. The originating account creates the ID when
3402
- * it initiates the handshake.</p>
3598
+ * <p>ID for the handshake.</p>
3403
3599
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
3404
3600
  * followed by from 8 to 32 lowercase letters or digits.</p>
3405
3601
  * @public
3406
3602
  */
3407
3603
  Id?: string | undefined;
3408
3604
  /**
3409
- * <p>The Amazon Resource Name (ARN) of a handshake.</p>
3605
+ * <p>Amazon Resource Name (ARN) for the handshake.</p>
3410
3606
  * <p>For more information about ARNs in Organizations, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies">ARN
3411
3607
  * Formats Supported by Organizations</a> in the <i>Amazon Web Services Service Authorization Reference</i>.</p>
3412
3608
  * @public
3413
3609
  */
3414
3610
  Arn?: string | undefined;
3415
3611
  /**
3416
- * <p>Information about the two accounts that are participating in the handshake.</p>
3612
+ * <p>An array of <code>HandshakeParty</code> objects. Contains details for participant in a
3613
+ * handshake.</p>
3417
3614
  * @public
3418
3615
  */
3419
3616
  Parties?: HandshakeParty[] | undefined;
3420
3617
  /**
3421
- * <p>The current state of the handshake. Use the state to trace the flow of the handshake
3422
- * through the process from its creation to its acceptance. The meaning of each of the
3423
- * valid values is as follows:</p>
3618
+ * <p>Current state for the handshake.</p>
3424
3619
  * <ul>
3425
3620
  * <li>
3426
3621
  * <p>
3427
- * <b>REQUESTED</b>: This handshake was sent to
3428
- * multiple recipients (applicable to only some handshake types) and not all
3429
- * recipients have responded yet. The request stays in this state until all
3430
- * recipients respond.</p>
3622
+ * <b>REQUESTED</b>: Handshake awaiting a response from
3623
+ * the recipient.</p>
3431
3624
  * </li>
3432
3625
  * <li>
3433
3626
  * <p>
3434
- * <b>OPEN</b>: This handshake was sent to multiple
3435
- * recipients (applicable to only some policy types) and all recipients have
3436
- * responded, allowing the originator to complete the handshake action.</p>
3627
+ * <b>OPEN</b>: Handshake sent to multiple recipients
3628
+ * and all recipients have responded. The sender can now complete the handshake
3629
+ * action.</p>
3437
3630
  * </li>
3438
3631
  * <li>
3439
3632
  * <p>
3440
- * <b>CANCELED</b>: This handshake is no longer active
3441
- * because it was canceled by the originating account.</p>
3633
+ * <b>CANCELED</b>: Handshake canceled by the
3634
+ * sender.</p>
3442
3635
  * </li>
3443
3636
  * <li>
3444
3637
  * <p>
3445
- * <b>ACCEPTED</b>: This handshake is complete because
3446
- * it has been accepted by the recipient.</p>
3638
+ * <b>ACCEPTED</b>: Handshake accepted by the
3639
+ * recipient.</p>
3447
3640
  * </li>
3448
3641
  * <li>
3449
3642
  * <p>
3450
- * <b>DECLINED</b>: This handshake is no longer active
3451
- * because it was declined by the recipient account.</p>
3643
+ * <b>DECLINED</b>: Handshake declined by the
3644
+ * recipient.</p>
3452
3645
  * </li>
3453
3646
  * <li>
3454
3647
  * <p>
3455
- * <b>EXPIRED</b>: This handshake is no longer active
3456
- * because the originator did not receive a response of any kind from the recipient
3457
- * before the expiration time (15 days).</p>
3648
+ * <b>EXPIRED</b>: Handshake has expired.</p>
3458
3649
  * </li>
3459
3650
  * </ul>
3460
3651
  * @public
3461
3652
  */
3462
3653
  State?: HandshakeState | undefined;
3463
3654
  /**
3464
- * <p>The date and time that the handshake request was made.</p>
3655
+ * <p>Timestamp when the handshake request was made.</p>
3465
3656
  * @public
3466
3657
  */
3467
3658
  RequestedTimestamp?: Date | undefined;
3468
3659
  /**
3469
- * <p>The date and time that the handshake expires. If the recipient of the handshake
3470
- * request fails to respond before the specified date and time, the handshake becomes
3471
- * inactive and is no longer valid.</p>
3660
+ * <p>Timestamp when the handshake expires.</p>
3472
3661
  * @public
3473
3662
  */
3474
3663
  ExpirationTimestamp?: Date | undefined;
3475
3664
  /**
3476
- * <p>The type of handshake, indicating what action occurs when the recipient accepts the
3477
- * handshake. The following handshake types are supported:</p>
3665
+ * <p>The type of handshake:</p>
3478
3666
  * <ul>
3479
3667
  * <li>
3480
3668
  * <p>
3481
- * <b>INVITE</b>: This type of handshake represents a
3482
- * request to join an organization. It is always sent from the management account
3483
- * to only non-member accounts.</p>
3669
+ * <b>INVITE</b>: Handshake sent to a standalone
3670
+ * account requesting that it to join the sender's organization.</p>
3484
3671
  * </li>
3485
3672
  * <li>
3486
3673
  * <p>
3487
- * <b>ENABLE_ALL_FEATURES</b>: This type of handshake
3488
- * represents a request to enable all features in an organization. It is always
3489
- * sent from the management account to only <i>invited</i> member
3490
- * accounts. Created accounts do not receive this because those accounts were
3491
- * created by the organization's management account and approval is
3492
- * inferred.</p>
3674
+ * <b>ENABLE_ALL_FEATURES</b>: Handshake sent to
3675
+ * invited member accounts to enable all features for the organization.</p>
3493
3676
  * </li>
3494
3677
  * <li>
3495
3678
  * <p>
3496
- * <b>APPROVE_ALL_FEATURES</b>: This type of handshake
3497
- * is sent from the Organizations service when all member accounts have approved the
3498
- * <code>ENABLE_ALL_FEATURES</code> invitation. It is sent only to the
3499
- * management account and signals the master that it can finalize the process to
3500
- * enable all features.</p>
3679
+ * <b>APPROVE_ALL_FEATURES</b>: Handshake sent to the
3680
+ * management account when all invited member accounts have approved to enable all
3681
+ * features.</p>
3682
+ * </li>
3683
+ * <li>
3684
+ * <p>
3685
+ * <b>TRANSFER_RESPONSIBILITY</b>: Handshake sent to
3686
+ * another organization's management account requesting that it designate the
3687
+ * sender with the specified responsibilities for recipient's organization.</p>
3501
3688
  * </li>
3502
3689
  * </ul>
3503
3690
  * @public
3504
3691
  */
3505
3692
  Action?: ActionType | undefined;
3506
3693
  /**
3507
- * <p>Additional information that is needed to process the handshake.</p>
3694
+ * <p>An array of <code>HandshakeResource</code> objects. When needed, contains additional
3695
+ * details for a handshake. For example, the email address for the sender.</p>
3508
3696
  * @public
3509
3697
  */
3510
3698
  Resources?: HandshakeResource[] | undefined;
@@ -3514,7 +3702,7 @@ export interface Handshake {
3514
3702
  */
3515
3703
  export interface AcceptHandshakeResponse {
3516
3704
  /**
3517
- * <p>A structure that contains details about the accepted handshake.</p>
3705
+ * <p>A <code>Handshake</code> object. Contains details for the handshake.</p>
3518
3706
  * @public
3519
3707
  */
3520
3708
  Handshake?: Handshake | undefined;
@@ -3524,7 +3712,7 @@ export interface AcceptHandshakeResponse {
3524
3712
  */
3525
3713
  export interface CancelHandshakeResponse {
3526
3714
  /**
3527
- * <p>A structure that contains details about the handshake that you canceled.</p>
3715
+ * <p>A <code>Handshake</code> object. Contains for the handshake that you canceled.</p>
3528
3716
  * @public
3529
3717
  */
3530
3718
  Handshake?: Handshake | undefined;
@@ -3534,8 +3722,7 @@ export interface CancelHandshakeResponse {
3534
3722
  */
3535
3723
  export interface DeclineHandshakeResponse {
3536
3724
  /**
3537
- * <p>A structure that contains details about the declined handshake. The state is updated
3538
- * to show the value <code>DECLINED</code>.</p>
3725
+ * <p>A <code>Handshake</code> object. Contains details for the declined handshake.</p>
3539
3726
  * @public
3540
3727
  */
3541
3728
  Handshake?: Handshake | undefined;
@@ -3545,7 +3732,7 @@ export interface DeclineHandshakeResponse {
3545
3732
  */
3546
3733
  export interface DescribeHandshakeResponse {
3547
3734
  /**
3548
- * <p>A structure that contains information about the specified handshake.</p>
3735
+ * <p>A <code>Handshake</code> object. Contains details for the handshake.</p>
3549
3736
  * @public
3550
3737
  */
3551
3738
  Handshake?: Handshake | undefined;
@@ -3572,13 +3759,27 @@ export interface InviteAccountToOrganizationResponse {
3572
3759
  */
3573
3760
  Handshake?: Handshake | undefined;
3574
3761
  }
3762
+ /**
3763
+ * @public
3764
+ */
3765
+ export interface InviteOrganizationToTransferResponsibilityResponse {
3766
+ /**
3767
+ * <p>Contains details for a handshake. A handshake is the secure exchange of information
3768
+ * between two Amazon Web Services accounts: a sender and a recipient.</p>
3769
+ * <p>
3770
+ * <b>Note:</b> Handshakes that are <code>CANCELED</code>,
3771
+ * <code>ACCEPTED</code>, <code>DECLINED</code>, or <code>EXPIRED</code> show up in
3772
+ * lists for only 30 days after entering that state After that they are deleted.</p>
3773
+ * @public
3774
+ */
3775
+ Handshake?: Handshake | undefined;
3776
+ }
3575
3777
  /**
3576
3778
  * @public
3577
3779
  */
3578
3780
  export interface ListHandshakesForAccountResponse {
3579
3781
  /**
3580
- * <p>A list of <a>Handshake</a> objects with details about each of the
3581
- * handshakes that is associated with the specified account.</p>
3782
+ * <p>An array of <code>Handshake</code>objects. Contains details for a handshake.</p>
3582
3783
  * @public
3583
3784
  */
3584
3785
  Handshakes?: Handshake[] | undefined;
@@ -3596,8 +3797,7 @@ export interface ListHandshakesForAccountResponse {
3596
3797
  */
3597
3798
  export interface ListHandshakesForOrganizationResponse {
3598
3799
  /**
3599
- * <p>A list of <a>Handshake</a> objects with details about each of the
3600
- * handshakes that are associated with an organization.</p>
3800
+ * <p>An array of <code>Handshake</code>objects. Contains details for a handshake.</p>
3601
3801
  * @public
3602
3802
  */
3603
3803
  Handshakes?: Handshake[] | undefined;