@aws-sdk/client-organizations 3.652.0 → 3.658.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 (111) hide show
  1. package/dist-types/commands/AcceptHandshakeCommand.d.ts +11 -0
  2. package/dist-types/commands/AttachPolicyCommand.d.ts +11 -0
  3. package/dist-types/commands/CancelHandshakeCommand.d.ts +11 -0
  4. package/dist-types/commands/CloseAccountCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateAccountCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateOrganizationCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +11 -0
  9. package/dist-types/commands/CreatePolicyCommand.d.ts +11 -0
  10. package/dist-types/commands/DeclineHandshakeCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteOrganizationCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +11 -0
  13. package/dist-types/commands/DeletePolicyCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  15. package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeAccountCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeHandshakeCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeOrganizationCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +12 -1
  22. package/dist-types/commands/DescribePolicyCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +11 -0
  24. package/dist-types/commands/DetachPolicyCommand.d.ts +11 -0
  25. package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +11 -0
  26. package/dist-types/commands/DisablePolicyTypeCommand.d.ts +11 -0
  27. package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +11 -0
  28. package/dist-types/commands/EnableAllFeaturesCommand.d.ts +11 -0
  29. package/dist-types/commands/EnablePolicyTypeCommand.d.ts +11 -0
  30. package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +11 -0
  31. package/dist-types/commands/LeaveOrganizationCommand.d.ts +11 -0
  32. package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +11 -0
  33. package/dist-types/commands/ListAccountsCommand.d.ts +11 -0
  34. package/dist-types/commands/ListAccountsForParentCommand.d.ts +11 -0
  35. package/dist-types/commands/ListChildrenCommand.d.ts +11 -0
  36. package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +11 -0
  37. package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +11 -0
  38. package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +11 -0
  39. package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +11 -0
  40. package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +11 -0
  41. package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +11 -0
  42. package/dist-types/commands/ListParentsCommand.d.ts +11 -0
  43. package/dist-types/commands/ListPoliciesCommand.d.ts +11 -0
  44. package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +11 -0
  45. package/dist-types/commands/ListRootsCommand.d.ts +11 -0
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +11 -0
  48. package/dist-types/commands/MoveAccountCommand.d.ts +11 -0
  49. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  50. package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +11 -0
  51. package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +11 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  53. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdatePolicyCommand.d.ts +11 -0
  56. package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +12 -1
  111. package/package.json +35 -35
@@ -286,4 +286,15 @@ declare const ListHandshakesForAccountCommand_base: {
286
286
  *
287
287
  */
288
288
  export declare class ListHandshakesForAccountCommand extends ListHandshakesForAccountCommand_base {
289
+ /** @internal type navigation helper, not in runtime. */
290
+ protected static __types: {
291
+ api: {
292
+ input: ListHandshakesForAccountRequest;
293
+ output: ListHandshakesForAccountResponse;
294
+ };
295
+ sdk: {
296
+ input: ListHandshakesForAccountCommandInput;
297
+ output: ListHandshakesForAccountCommandOutput;
298
+ };
299
+ };
289
300
  }
@@ -335,4 +335,15 @@ declare const ListHandshakesForOrganizationCommand_base: {
335
335
  *
336
336
  */
337
337
  export declare class ListHandshakesForOrganizationCommand extends ListHandshakesForOrganizationCommand_base {
338
+ /** @internal type navigation helper, not in runtime. */
339
+ protected static __types: {
340
+ api: {
341
+ input: ListHandshakesForOrganizationRequest;
342
+ output: ListHandshakesForOrganizationResponse;
343
+ };
344
+ sdk: {
345
+ input: ListHandshakesForOrganizationCommandInput;
346
+ output: ListHandshakesForOrganizationCommandOutput;
347
+ };
348
+ };
338
349
  }
@@ -230,4 +230,15 @@ declare const ListOrganizationalUnitsForParentCommand_base: {
230
230
  *
231
231
  */
232
232
  export declare class ListOrganizationalUnitsForParentCommand extends ListOrganizationalUnitsForParentCommand_base {
233
+ /** @internal type navigation helper, not in runtime. */
234
+ protected static __types: {
235
+ api: {
236
+ input: ListOrganizationalUnitsForParentRequest;
237
+ output: ListOrganizationalUnitsForParentResponse;
238
+ };
239
+ sdk: {
240
+ input: ListOrganizationalUnitsForParentCommandInput;
241
+ output: ListOrganizationalUnitsForParentCommandOutput;
242
+ };
243
+ };
233
244
  }
@@ -229,4 +229,15 @@ declare const ListParentsCommand_base: {
229
229
  *
230
230
  */
231
231
  export declare class ListParentsCommand extends ListParentsCommand_base {
232
+ /** @internal type navigation helper, not in runtime. */
233
+ protected static __types: {
234
+ api: {
235
+ input: ListParentsRequest;
236
+ output: ListParentsResponse;
237
+ };
238
+ sdk: {
239
+ input: ListParentsCommandInput;
240
+ output: ListParentsCommandOutput;
241
+ };
242
+ };
232
243
  }
@@ -247,4 +247,15 @@ declare const ListPoliciesCommand_base: {
247
247
  *
248
248
  */
249
249
  export declare class ListPoliciesCommand extends ListPoliciesCommand_base {
250
+ /** @internal type navigation helper, not in runtime. */
251
+ protected static __types: {
252
+ api: {
253
+ input: ListPoliciesRequest;
254
+ output: ListPoliciesResponse;
255
+ };
256
+ sdk: {
257
+ input: ListPoliciesCommandInput;
258
+ output: ListPoliciesCommandOutput;
259
+ };
260
+ };
250
261
  }
@@ -239,4 +239,15 @@ declare const ListPoliciesForTargetCommand_base: {
239
239
  *
240
240
  */
241
241
  export declare class ListPoliciesForTargetCommand extends ListPoliciesForTargetCommand_base {
242
+ /** @internal type navigation helper, not in runtime. */
243
+ protected static __types: {
244
+ api: {
245
+ input: ListPoliciesForTargetRequest;
246
+ output: ListPoliciesForTargetResponse;
247
+ };
248
+ sdk: {
249
+ input: ListPoliciesForTargetCommandInput;
250
+ output: ListPoliciesForTargetCommandOutput;
251
+ };
252
+ };
242
253
  }
@@ -238,4 +238,15 @@ declare const ListRootsCommand_base: {
238
238
  *
239
239
  */
240
240
  export declare class ListRootsCommand extends ListRootsCommand_base {
241
+ /** @internal type navigation helper, not in runtime. */
242
+ protected static __types: {
243
+ api: {
244
+ input: ListRootsRequest;
245
+ output: ListRootsResponse;
246
+ };
247
+ sdk: {
248
+ input: ListRootsCommandInput;
249
+ output: ListRootsCommandOutput;
250
+ };
251
+ };
241
252
  }
@@ -209,4 +209,15 @@ declare const ListTagsForResourceCommand_base: {
209
209
  * @public
210
210
  */
211
211
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
212
+ /** @internal type navigation helper, not in runtime. */
213
+ protected static __types: {
214
+ api: {
215
+ input: ListTagsForResourceRequest;
216
+ output: ListTagsForResourceResponse;
217
+ };
218
+ sdk: {
219
+ input: ListTagsForResourceCommandInput;
220
+ output: ListTagsForResourceCommandOutput;
221
+ };
222
+ };
212
223
  }
@@ -243,4 +243,15 @@ declare const ListTargetsForPolicyCommand_base: {
243
243
  *
244
244
  */
245
245
  export declare class ListTargetsForPolicyCommand extends ListTargetsForPolicyCommand_base {
246
+ /** @internal type navigation helper, not in runtime. */
247
+ protected static __types: {
248
+ api: {
249
+ input: ListTargetsForPolicyRequest;
250
+ output: ListTargetsForPolicyResponse;
251
+ };
252
+ sdk: {
253
+ input: ListTargetsForPolicyCommandInput;
254
+ output: ListTargetsForPolicyCommandOutput;
255
+ };
256
+ };
246
257
  }
@@ -216,4 +216,15 @@ declare const MoveAccountCommand_base: {
216
216
  *
217
217
  */
218
218
  export declare class MoveAccountCommand extends MoveAccountCommand_base {
219
+ /** @internal type navigation helper, not in runtime. */
220
+ protected static __types: {
221
+ api: {
222
+ input: MoveAccountRequest;
223
+ output: {};
224
+ };
225
+ sdk: {
226
+ input: MoveAccountCommandInput;
227
+ output: MoveAccountCommandOutput;
228
+ };
229
+ };
219
230
  }
@@ -396,4 +396,15 @@ declare const PutResourcePolicyCommand_base: {
396
396
  * @public
397
397
  */
398
398
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
399
+ /** @internal type navigation helper, not in runtime. */
400
+ protected static __types: {
401
+ api: {
402
+ input: PutResourcePolicyRequest;
403
+ output: PutResourcePolicyResponse;
404
+ };
405
+ sdk: {
406
+ input: PutResourcePolicyCommandInput;
407
+ output: PutResourcePolicyCommandOutput;
408
+ };
409
+ };
399
410
  }
@@ -399,4 +399,15 @@ declare const RegisterDelegatedAdministratorCommand_base: {
399
399
  * @public
400
400
  */
401
401
  export declare class RegisterDelegatedAdministratorCommand extends RegisterDelegatedAdministratorCommand_base {
402
+ /** @internal type navigation helper, not in runtime. */
403
+ protected static __types: {
404
+ api: {
405
+ input: RegisterDelegatedAdministratorRequest;
406
+ output: {};
407
+ };
408
+ sdk: {
409
+ input: RegisterDelegatedAdministratorCommandInput;
410
+ output: RegisterDelegatedAdministratorCommandOutput;
411
+ };
412
+ };
402
413
  }
@@ -429,4 +429,15 @@ declare const RemoveAccountFromOrganizationCommand_base: {
429
429
  *
430
430
  */
431
431
  export declare class RemoveAccountFromOrganizationCommand extends RemoveAccountFromOrganizationCommand_base {
432
+ /** @internal type navigation helper, not in runtime. */
433
+ protected static __types: {
434
+ api: {
435
+ input: RemoveAccountFromOrganizationRequest;
436
+ output: {};
437
+ };
438
+ sdk: {
439
+ input: RemoveAccountFromOrganizationCommandInput;
440
+ output: RemoveAccountFromOrganizationCommandOutput;
441
+ };
442
+ };
432
443
  }
@@ -405,4 +405,15 @@ declare const TagResourceCommand_base: {
405
405
  * @public
406
406
  */
407
407
  export declare class TagResourceCommand extends TagResourceCommand_base {
408
+ /** @internal type navigation helper, not in runtime. */
409
+ protected static __types: {
410
+ api: {
411
+ input: TagResourceRequest;
412
+ output: {};
413
+ };
414
+ sdk: {
415
+ input: TagResourceCommandInput;
416
+ output: TagResourceCommandOutput;
417
+ };
418
+ };
408
419
  }
@@ -402,4 +402,15 @@ declare const UntagResourceCommand_base: {
402
402
  * @public
403
403
  */
404
404
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
405
+ /** @internal type navigation helper, not in runtime. */
406
+ protected static __types: {
407
+ api: {
408
+ input: UntagResourceRequest;
409
+ output: {};
410
+ };
411
+ sdk: {
412
+ input: UntagResourceCommandInput;
413
+ output: UntagResourceCommandOutput;
414
+ };
415
+ };
405
416
  }
@@ -221,4 +221,15 @@ declare const UpdateOrganizationalUnitCommand_base: {
221
221
  *
222
222
  */
223
223
  export declare class UpdateOrganizationalUnitCommand extends UpdateOrganizationalUnitCommand_base {
224
+ /** @internal type navigation helper, not in runtime. */
225
+ protected static __types: {
226
+ api: {
227
+ input: UpdateOrganizationalUnitRequest;
228
+ output: UpdateOrganizationalUnitResponse;
229
+ };
230
+ sdk: {
231
+ input: UpdateOrganizationalUnitCommandInput;
232
+ output: UpdateOrganizationalUnitCommandOutput;
233
+ };
234
+ };
224
235
  }
@@ -471,4 +471,15 @@ declare const UpdatePolicyCommand_base: {
471
471
  *
472
472
  */
473
473
  export declare class UpdatePolicyCommand extends UpdatePolicyCommand_base {
474
+ /** @internal type navigation helper, not in runtime. */
475
+ protected static __types: {
476
+ api: {
477
+ input: UpdatePolicyRequest;
478
+ output: UpdatePolicyResponse;
479
+ };
480
+ sdk: {
481
+ input: UpdatePolicyCommandInput;
482
+ output: UpdatePolicyCommandOutput;
483
+ };
484
+ };
474
485
  }
@@ -36,4 +36,15 @@ declare const AcceptHandshakeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class AcceptHandshakeCommand extends AcceptHandshakeCommand_base {}
39
+ export declare class AcceptHandshakeCommand extends AcceptHandshakeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: AcceptHandshakeRequest;
43
+ output: AcceptHandshakeResponse;
44
+ };
45
+ sdk: {
46
+ input: AcceptHandshakeCommandInput;
47
+ output: AcceptHandshakeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const AttachPolicyCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class AttachPolicyCommand extends AttachPolicyCommand_base {}
34
+ export declare class AttachPolicyCommand extends AttachPolicyCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: AttachPolicyRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: AttachPolicyCommandInput;
42
+ output: AttachPolicyCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -36,4 +36,15 @@ declare const CancelHandshakeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CancelHandshakeCommand extends CancelHandshakeCommand_base {}
39
+ export declare class CancelHandshakeCommand extends CancelHandshakeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CancelHandshakeRequest;
43
+ output: CancelHandshakeResponse;
44
+ };
45
+ sdk: {
46
+ input: CancelHandshakeCommandInput;
47
+ output: CancelHandshakeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const CloseAccountCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class CloseAccountCommand extends CloseAccountCommand_base {}
34
+ export declare class CloseAccountCommand extends CloseAccountCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: CloseAccountRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: CloseAccountCommandInput;
42
+ output: CloseAccountCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -36,4 +36,15 @@ declare const CreateAccountCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateAccountCommand extends CreateAccountCommand_base {}
39
+ export declare class CreateAccountCommand extends CreateAccountCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateAccountRequest;
43
+ output: CreateAccountResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateAccountCommandInput;
47
+ output: CreateAccountCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateGovCloudAccountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateGovCloudAccountCommand extends CreateGovCloudAccountCommand_base {}
40
+ export declare class CreateGovCloudAccountCommand extends CreateGovCloudAccountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateGovCloudAccountRequest;
44
+ output: CreateGovCloudAccountResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateGovCloudAccountCommandInput;
48
+ output: CreateGovCloudAccountCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateOrganizationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateOrganizationCommand extends CreateOrganizationCommand_base {}
40
+ export declare class CreateOrganizationCommand extends CreateOrganizationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateOrganizationRequest;
44
+ output: CreateOrganizationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateOrganizationCommandInput;
48
+ output: CreateOrganizationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateOrganizationalUnitCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateOrganizationalUnitCommand extends CreateOrganizationalUnitCommand_base {}
40
+ export declare class CreateOrganizationalUnitCommand extends CreateOrganizationalUnitCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateOrganizationalUnitRequest;
44
+ output: CreateOrganizationalUnitResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateOrganizationalUnitCommandInput;
48
+ output: CreateOrganizationalUnitCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreatePolicyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreatePolicyCommand extends CreatePolicyCommand_base {}
36
+ export declare class CreatePolicyCommand extends CreatePolicyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreatePolicyRequest;
40
+ output: CreatePolicyResponse;
41
+ };
42
+ sdk: {
43
+ input: CreatePolicyCommandInput;
44
+ output: CreatePolicyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DeclineHandshakeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeclineHandshakeCommand extends DeclineHandshakeCommand_base {}
39
+ export declare class DeclineHandshakeCommand extends DeclineHandshakeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeclineHandshakeRequest;
43
+ output: DeclineHandshakeResponse;
44
+ };
45
+ sdk: {
46
+ input: DeclineHandshakeCommandInput;
47
+ output: DeclineHandshakeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -30,4 +30,15 @@ declare const DeleteOrganizationCommand_base: {
30
30
  >;
31
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
32
  };
33
- export declare class DeleteOrganizationCommand extends DeleteOrganizationCommand_base {}
33
+ export declare class DeleteOrganizationCommand extends DeleteOrganizationCommand_base {
34
+ protected static __types: {
35
+ api: {
36
+ input: {};
37
+ output: {};
38
+ };
39
+ sdk: {
40
+ input: DeleteOrganizationCommandInput;
41
+ output: DeleteOrganizationCommandOutput;
42
+ };
43
+ };
44
+ }
@@ -33,4 +33,15 @@ declare const DeleteOrganizationalUnitCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteOrganizationalUnitCommand extends DeleteOrganizationalUnitCommand_base {}
36
+ export declare class DeleteOrganizationalUnitCommand extends DeleteOrganizationalUnitCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteOrganizationalUnitRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteOrganizationalUnitCommandInput;
44
+ output: DeleteOrganizationalUnitCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeletePolicyCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeletePolicyCommand extends DeletePolicyCommand_base {}
34
+ export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeletePolicyRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeletePolicyCommandInput;
42
+ output: DeletePolicyCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -30,4 +30,15 @@ declare const DeleteResourcePolicyCommand_base: {
30
30
  >;
31
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
32
  };
33
- export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
33
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
34
+ protected static __types: {
35
+ api: {
36
+ input: {};
37
+ output: {};
38
+ };
39
+ sdk: {
40
+ input: DeleteResourcePolicyCommandInput;
41
+ output: DeleteResourcePolicyCommandOutput;
42
+ };
43
+ };
44
+ }
@@ -33,4 +33,15 @@ declare const DeregisterDelegatedAdministratorCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeregisterDelegatedAdministratorCommand extends DeregisterDelegatedAdministratorCommand_base {}
36
+ export declare class DeregisterDelegatedAdministratorCommand extends DeregisterDelegatedAdministratorCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeregisterDelegatedAdministratorRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeregisterDelegatedAdministratorCommandInput;
44
+ output: DeregisterDelegatedAdministratorCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DescribeAccountCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeAccountCommand extends DescribeAccountCommand_base {}
39
+ export declare class DescribeAccountCommand extends DescribeAccountCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeAccountRequest;
43
+ output: DescribeAccountResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeAccountCommandInput;
47
+ output: DescribeAccountCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeCreateAccountStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeCreateAccountStatusCommand extends DescribeCreateAccountStatusCommand_base {}
40
+ export declare class DescribeCreateAccountStatusCommand extends DescribeCreateAccountStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeCreateAccountStatusRequest;
44
+ output: DescribeCreateAccountStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeCreateAccountStatusCommandInput;
48
+ output: DescribeCreateAccountStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeEffectivePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeEffectivePolicyCommand extends DescribeEffectivePolicyCommand_base {}
40
+ export declare class DescribeEffectivePolicyCommand extends DescribeEffectivePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeEffectivePolicyRequest;
44
+ output: DescribeEffectivePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeEffectivePolicyCommandInput;
48
+ output: DescribeEffectivePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeHandshakeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeHandshakeCommand extends DescribeHandshakeCommand_base {}
40
+ export declare class DescribeHandshakeCommand extends DescribeHandshakeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeHandshakeRequest;
44
+ output: DescribeHandshakeResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeHandshakeCommandInput;
48
+ output: DescribeHandshakeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DescribeOrganizationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeOrganizationCommand extends DescribeOrganizationCommand_base {}
36
+ export declare class DescribeOrganizationCommand extends DescribeOrganizationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: DescribeOrganizationResponse;
41
+ };
42
+ sdk: {
43
+ input: DescribeOrganizationCommandInput;
44
+ output: DescribeOrganizationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DescribeOrganizationalUnitCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeOrganizationalUnitCommand extends DescribeOrganizationalUnitCommand_base {}
40
+ export declare class DescribeOrganizationalUnitCommand extends DescribeOrganizationalUnitCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeOrganizationalUnitRequest;
44
+ output: DescribeOrganizationalUnitResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeOrganizationalUnitCommandInput;
48
+ output: DescribeOrganizationalUnitCommandOutput;
49
+ };
50
+ };
51
+ }