@aws-sdk/client-organizations 3.652.0 → 3.654.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
@@ -375,4 +375,15 @@ declare const AcceptHandshakeCommand_base: {
375
375
  *
376
376
  */
377
377
  export declare class AcceptHandshakeCommand extends AcceptHandshakeCommand_base {
378
+ /** @internal type navigation helper, not in runtime. */
379
+ protected static __types: {
380
+ api: {
381
+ input: AcceptHandshakeRequest;
382
+ output: AcceptHandshakeResponse;
383
+ };
384
+ sdk: {
385
+ input: AcceptHandshakeCommandInput;
386
+ output: AcceptHandshakeCommandOutput;
387
+ };
388
+ };
378
389
  }
@@ -454,4 +454,15 @@ declare const AttachPolicyCommand_base: {
454
454
  *
455
455
  */
456
456
  export declare class AttachPolicyCommand extends AttachPolicyCommand_base {
457
+ /** @internal type navigation helper, not in runtime. */
458
+ protected static __types: {
459
+ api: {
460
+ input: AttachPolicyRequest;
461
+ output: {};
462
+ };
463
+ sdk: {
464
+ input: AttachPolicyCommandInput;
465
+ output: AttachPolicyCommandOutput;
466
+ };
467
+ };
457
468
  }
@@ -286,4 +286,15 @@ declare const CancelHandshakeCommand_base: {
286
286
  *
287
287
  */
288
288
  export declare class CancelHandshakeCommand extends CancelHandshakeCommand_base {
289
+ /** @internal type navigation helper, not in runtime. */
290
+ protected static __types: {
291
+ api: {
292
+ input: CancelHandshakeRequest;
293
+ output: CancelHandshakeResponse;
294
+ };
295
+ sdk: {
296
+ input: CancelHandshakeCommandInput;
297
+ output: CancelHandshakeCommandOutput;
298
+ };
299
+ };
289
300
  }
@@ -439,4 +439,15 @@ declare const CloseAccountCommand_base: {
439
439
  * @public
440
440
  */
441
441
  export declare class CloseAccountCommand extends CloseAccountCommand_base {
442
+ /** @internal type navigation helper, not in runtime. */
443
+ protected static __types: {
444
+ api: {
445
+ input: CloseAccountRequest;
446
+ output: {};
447
+ };
448
+ sdk: {
449
+ input: CloseAccountCommandInput;
450
+ output: CloseAccountCommandOutput;
451
+ };
452
+ };
442
453
  }
@@ -499,4 +499,15 @@ declare const CreateAccountCommand_base: {
499
499
  *
500
500
  */
501
501
  export declare class CreateAccountCommand extends CreateAccountCommand_base {
502
+ /** @internal type navigation helper, not in runtime. */
503
+ protected static __types: {
504
+ api: {
505
+ input: CreateAccountRequest;
506
+ output: CreateAccountResponse;
507
+ };
508
+ sdk: {
509
+ input: CreateAccountCommandInput;
510
+ output: CreateAccountCommandOutput;
511
+ };
512
+ };
502
513
  }
@@ -531,4 +531,15 @@ declare const CreateGovCloudAccountCommand_base: {
531
531
  * @public
532
532
  */
533
533
  export declare class CreateGovCloudAccountCommand extends CreateGovCloudAccountCommand_base {
534
+ /** @internal type navigation helper, not in runtime. */
535
+ protected static __types: {
536
+ api: {
537
+ input: CreateGovCloudAccountRequest;
538
+ output: CreateGovCloudAccountResponse;
539
+ };
540
+ sdk: {
541
+ input: CreateGovCloudAccountCommandInput;
542
+ output: CreateGovCloudAccountCommandOutput;
543
+ };
544
+ };
534
545
  }
@@ -464,4 +464,15 @@ declare const CreateOrganizationCommand_base: {
464
464
  *
465
465
  */
466
466
  export declare class CreateOrganizationCommand extends CreateOrganizationCommand_base {
467
+ /** @internal type navigation helper, not in runtime. */
468
+ protected static __types: {
469
+ api: {
470
+ input: CreateOrganizationRequest;
471
+ output: CreateOrganizationResponse;
472
+ };
473
+ sdk: {
474
+ input: CreateOrganizationCommandInput;
475
+ output: CreateOrganizationCommandOutput;
476
+ };
477
+ };
467
478
  }
@@ -429,4 +429,15 @@ declare const CreateOrganizationalUnitCommand_base: {
429
429
  *
430
430
  */
431
431
  export declare class CreateOrganizationalUnitCommand extends CreateOrganizationalUnitCommand_base {
432
+ /** @internal type navigation helper, not in runtime. */
433
+ protected static __types: {
434
+ api: {
435
+ input: CreateOrganizationalUnitRequest;
436
+ output: CreateOrganizationalUnitResponse;
437
+ };
438
+ sdk: {
439
+ input: CreateOrganizationalUnitCommandInput;
440
+ output: CreateOrganizationalUnitCommandOutput;
441
+ };
442
+ };
432
443
  }
@@ -453,4 +453,15 @@ declare const CreatePolicyCommand_base: {
453
453
  *
454
454
  */
455
455
  export declare class CreatePolicyCommand extends CreatePolicyCommand_base {
456
+ /** @internal type navigation helper, not in runtime. */
457
+ protected static __types: {
458
+ api: {
459
+ input: CreatePolicyRequest;
460
+ output: CreatePolicyResponse;
461
+ };
462
+ sdk: {
463
+ input: CreatePolicyCommandInput;
464
+ output: CreatePolicyCommandOutput;
465
+ };
466
+ };
456
467
  }
@@ -282,4 +282,15 @@ declare const DeclineHandshakeCommand_base: {
282
282
  *
283
283
  */
284
284
  export declare class DeclineHandshakeCommand extends DeclineHandshakeCommand_base {
285
+ /** @internal type navigation helper, not in runtime. */
286
+ protected static __types: {
287
+ api: {
288
+ input: DeclineHandshakeRequest;
289
+ output: DeclineHandshakeResponse;
290
+ };
291
+ sdk: {
292
+ input: DeclineHandshakeCommandInput;
293
+ output: DeclineHandshakeCommandOutput;
294
+ };
295
+ };
285
296
  }
@@ -185,4 +185,15 @@ declare const DeleteOrganizationCommand_base: {
185
185
  * @public
186
186
  */
187
187
  export declare class DeleteOrganizationCommand extends DeleteOrganizationCommand_base {
188
+ /** @internal type navigation helper, not in runtime. */
189
+ protected static __types: {
190
+ api: {
191
+ input: {};
192
+ output: {};
193
+ };
194
+ sdk: {
195
+ input: DeleteOrganizationCommandInput;
196
+ output: DeleteOrganizationCommandOutput;
197
+ };
198
+ };
188
199
  }
@@ -206,4 +206,15 @@ declare const DeleteOrganizationalUnitCommand_base: {
206
206
  *
207
207
  */
208
208
  export declare class DeleteOrganizationalUnitCommand extends DeleteOrganizationalUnitCommand_base {
209
+ /** @internal type navigation helper, not in runtime. */
210
+ protected static __types: {
211
+ api: {
212
+ input: DeleteOrganizationalUnitRequest;
213
+ output: {};
214
+ };
215
+ sdk: {
216
+ input: DeleteOrganizationalUnitCommandInput;
217
+ output: DeleteOrganizationalUnitCommandOutput;
218
+ };
219
+ };
209
220
  }
@@ -210,4 +210,15 @@ declare const DeletePolicyCommand_base: {
210
210
  *
211
211
  */
212
212
  export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
213
+ /** @internal type navigation helper, not in runtime. */
214
+ protected static __types: {
215
+ api: {
216
+ input: DeletePolicyRequest;
217
+ output: {};
218
+ };
219
+ sdk: {
220
+ input: DeletePolicyCommandInput;
221
+ output: DeletePolicyCommandOutput;
222
+ };
223
+ };
213
224
  }
@@ -278,4 +278,15 @@ declare const DeleteResourcePolicyCommand_base: {
278
278
  * @public
279
279
  */
280
280
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
281
+ /** @internal type navigation helper, not in runtime. */
282
+ protected static __types: {
283
+ api: {
284
+ input: {};
285
+ output: {};
286
+ };
287
+ sdk: {
288
+ input: DeleteResourcePolicyCommandInput;
289
+ output: DeleteResourcePolicyCommandOutput;
290
+ };
291
+ };
281
292
  }
@@ -403,4 +403,15 @@ declare const DeregisterDelegatedAdministratorCommand_base: {
403
403
  * @public
404
404
  */
405
405
  export declare class DeregisterDelegatedAdministratorCommand extends DeregisterDelegatedAdministratorCommand_base {
406
+ /** @internal type navigation helper, not in runtime. */
407
+ protected static __types: {
408
+ api: {
409
+ input: DeregisterDelegatedAdministratorRequest;
410
+ output: {};
411
+ };
412
+ sdk: {
413
+ input: DeregisterDelegatedAdministratorCommandInput;
414
+ output: DeregisterDelegatedAdministratorCommandOutput;
415
+ };
416
+ };
406
417
  }
@@ -217,4 +217,15 @@ declare const DescribeAccountCommand_base: {
217
217
  *
218
218
  */
219
219
  export declare class DescribeAccountCommand extends DescribeAccountCommand_base {
220
+ /** @internal type navigation helper, not in runtime. */
221
+ protected static __types: {
222
+ api: {
223
+ input: DescribeAccountRequest;
224
+ output: DescribeAccountResponse;
225
+ };
226
+ sdk: {
227
+ input: DescribeAccountCommandInput;
228
+ output: DescribeAccountCommandOutput;
229
+ };
230
+ };
220
231
  }
@@ -219,4 +219,15 @@ declare const DescribeCreateAccountStatusCommand_base: {
219
219
  *
220
220
  */
221
221
  export declare class DescribeCreateAccountStatusCommand extends DescribeCreateAccountStatusCommand_base {
222
+ /** @internal type navigation helper, not in runtime. */
223
+ protected static __types: {
224
+ api: {
225
+ input: DescribeCreateAccountStatusRequest;
226
+ output: DescribeCreateAccountStatusResponse;
227
+ };
228
+ sdk: {
229
+ input: DescribeCreateAccountStatusCommandInput;
230
+ output: DescribeCreateAccountStatusCommandOutput;
231
+ };
232
+ };
222
233
  }
@@ -404,4 +404,15 @@ declare const DescribeEffectivePolicyCommand_base: {
404
404
  * @public
405
405
  */
406
406
  export declare class DescribeEffectivePolicyCommand extends DescribeEffectivePolicyCommand_base {
407
+ /** @internal type navigation helper, not in runtime. */
408
+ protected static __types: {
409
+ api: {
410
+ input: DescribeEffectivePolicyRequest;
411
+ output: DescribeEffectivePolicyResponse;
412
+ };
413
+ sdk: {
414
+ input: DescribeEffectivePolicyCommandInput;
415
+ output: DescribeEffectivePolicyCommandOutput;
416
+ };
417
+ };
407
418
  }
@@ -269,4 +269,15 @@ declare const DescribeHandshakeCommand_base: {
269
269
  *
270
270
  */
271
271
  export declare class DescribeHandshakeCommand extends DescribeHandshakeCommand_base {
272
+ /** @internal type navigation helper, not in runtime. */
273
+ protected static __types: {
274
+ api: {
275
+ input: DescribeHandshakeRequest;
276
+ output: DescribeHandshakeResponse;
277
+ };
278
+ sdk: {
279
+ input: DescribeHandshakeCommandInput;
280
+ output: DescribeHandshakeCommandOutput;
281
+ };
282
+ };
272
283
  }
@@ -125,4 +125,15 @@ declare const DescribeOrganizationCommand_base: {
125
125
  *
126
126
  */
127
127
  export declare class DescribeOrganizationCommand extends DescribeOrganizationCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: {};
132
+ output: DescribeOrganizationResponse;
133
+ };
134
+ sdk: {
135
+ input: DescribeOrganizationCommandInput;
136
+ output: DescribeOrganizationCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -191,7 +191,7 @@ declare const DescribeOrganizationalUnitCommand_base: {
191
191
  * @public
192
192
  * @example To get information about an organizational unit
193
193
  * ```javascript
194
- * // The following example shows how to request details about an OU:/n/n
194
+ * // The following example shows how to request details about an OU:
195
195
  * const input = {
196
196
  * "OrganizationalUnitId": "ou-examplerootid111-exampleouid111"
197
197
  * };
@@ -211,4 +211,15 @@ declare const DescribeOrganizationalUnitCommand_base: {
211
211
  *
212
212
  */
213
213
  export declare class DescribeOrganizationalUnitCommand extends DescribeOrganizationalUnitCommand_base {
214
+ /** @internal type navigation helper, not in runtime. */
215
+ protected static __types: {
216
+ api: {
217
+ input: DescribeOrganizationalUnitRequest;
218
+ output: DescribeOrganizationalUnitResponse;
219
+ };
220
+ sdk: {
221
+ input: DescribeOrganizationalUnitCommandInput;
222
+ output: DescribeOrganizationalUnitCommandOutput;
223
+ };
224
+ };
214
225
  }
@@ -225,4 +225,15 @@ declare const DescribePolicyCommand_base: {
225
225
  *
226
226
  */
227
227
  export declare class DescribePolicyCommand extends DescribePolicyCommand_base {
228
+ /** @internal type navigation helper, not in runtime. */
229
+ protected static __types: {
230
+ api: {
231
+ input: DescribePolicyRequest;
232
+ output: DescribePolicyResponse;
233
+ };
234
+ sdk: {
235
+ input: DescribePolicyCommandInput;
236
+ output: DescribePolicyCommandOutput;
237
+ };
238
+ };
228
239
  }
@@ -284,4 +284,15 @@ declare const DescribeResourcePolicyCommand_base: {
284
284
  * @public
285
285
  */
286
286
  export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
287
+ /** @internal type navigation helper, not in runtime. */
288
+ protected static __types: {
289
+ api: {
290
+ input: {};
291
+ output: DescribeResourcePolicyResponse;
292
+ };
293
+ sdk: {
294
+ input: DescribeResourcePolicyCommandInput;
295
+ output: DescribeResourcePolicyCommandOutput;
296
+ };
297
+ };
287
298
  }
@@ -423,4 +423,15 @@ declare const DetachPolicyCommand_base: {
423
423
  *
424
424
  */
425
425
  export declare class DetachPolicyCommand extends DetachPolicyCommand_base {
426
+ /** @internal type navigation helper, not in runtime. */
427
+ protected static __types: {
428
+ api: {
429
+ input: DetachPolicyRequest;
430
+ output: {};
431
+ };
432
+ sdk: {
433
+ input: DetachPolicyCommandInput;
434
+ output: DetachPolicyCommandOutput;
435
+ };
436
+ };
426
437
  }
@@ -435,4 +435,15 @@ declare const DisableAWSServiceAccessCommand_base: {
435
435
  * @public
436
436
  */
437
437
  export declare class DisableAWSServiceAccessCommand extends DisableAWSServiceAccessCommand_base {
438
+ /** @internal type navigation helper, not in runtime. */
439
+ protected static __types: {
440
+ api: {
441
+ input: DisableAWSServiceAccessRequest;
442
+ output: {};
443
+ };
444
+ sdk: {
445
+ input: DisableAWSServiceAccessCommandInput;
446
+ output: DisableAWSServiceAccessCommandOutput;
447
+ };
448
+ };
438
449
  }
@@ -440,4 +440,15 @@ declare const DisablePolicyTypeCommand_base: {
440
440
  *
441
441
  */
442
442
  export declare class DisablePolicyTypeCommand extends DisablePolicyTypeCommand_base {
443
+ /** @internal type navigation helper, not in runtime. */
444
+ protected static __types: {
445
+ api: {
446
+ input: DisablePolicyTypeRequest;
447
+ output: DisablePolicyTypeResponse;
448
+ };
449
+ sdk: {
450
+ input: DisablePolicyTypeCommandInput;
451
+ output: DisablePolicyTypeCommandOutput;
452
+ };
453
+ };
443
454
  }
@@ -400,4 +400,15 @@ declare const EnableAWSServiceAccessCommand_base: {
400
400
  * @public
401
401
  */
402
402
  export declare class EnableAWSServiceAccessCommand extends EnableAWSServiceAccessCommand_base {
403
+ /** @internal type navigation helper, not in runtime. */
404
+ protected static __types: {
405
+ api: {
406
+ input: EnableAWSServiceAccessRequest;
407
+ output: {};
408
+ };
409
+ sdk: {
410
+ input: EnableAWSServiceAccessCommandInput;
411
+ output: EnableAWSServiceAccessCommandOutput;
412
+ };
413
+ };
403
414
  }
@@ -326,4 +326,15 @@ declare const EnableAllFeaturesCommand_base: {
326
326
  *
327
327
  */
328
328
  export declare class EnableAllFeaturesCommand extends EnableAllFeaturesCommand_base {
329
+ /** @internal type navigation helper, not in runtime. */
330
+ protected static __types: {
331
+ api: {
332
+ input: {};
333
+ output: EnableAllFeaturesResponse;
334
+ };
335
+ sdk: {
336
+ input: EnableAllFeaturesCommandInput;
337
+ output: EnableAllFeaturesCommandOutput;
338
+ };
339
+ };
329
340
  }
@@ -448,4 +448,15 @@ declare const EnablePolicyTypeCommand_base: {
448
448
  *
449
449
  */
450
450
  export declare class EnablePolicyTypeCommand extends EnablePolicyTypeCommand_base {
451
+ /** @internal type navigation helper, not in runtime. */
452
+ protected static __types: {
453
+ api: {
454
+ input: EnablePolicyTypeRequest;
455
+ output: EnablePolicyTypeResponse;
456
+ };
457
+ sdk: {
458
+ input: EnablePolicyTypeCommandInput;
459
+ output: EnablePolicyTypeCommandOutput;
460
+ };
461
+ };
451
462
  }
@@ -580,4 +580,15 @@ declare const InviteAccountToOrganizationCommand_base: {
580
580
  *
581
581
  */
582
582
  export declare class InviteAccountToOrganizationCommand extends InviteAccountToOrganizationCommand_base {
583
+ /** @internal type navigation helper, not in runtime. */
584
+ protected static __types: {
585
+ api: {
586
+ input: InviteAccountToOrganizationRequest;
587
+ output: InviteAccountToOrganizationResponse;
588
+ };
589
+ sdk: {
590
+ input: InviteAccountToOrganizationCommandInput;
591
+ output: InviteAccountToOrganizationCommandOutput;
592
+ };
593
+ };
583
594
  }
@@ -460,4 +460,15 @@ declare const LeaveOrganizationCommand_base: {
460
460
  *
461
461
  */
462
462
  export declare class LeaveOrganizationCommand extends LeaveOrganizationCommand_base {
463
+ /** @internal type navigation helper, not in runtime. */
464
+ protected static __types: {
465
+ api: {
466
+ input: {};
467
+ output: {};
468
+ };
469
+ sdk: {
470
+ input: LeaveOrganizationCommandInput;
471
+ output: LeaveOrganizationCommandOutput;
472
+ };
473
+ };
463
474
  }
@@ -393,4 +393,15 @@ declare const ListAWSServiceAccessForOrganizationCommand_base: {
393
393
  * @public
394
394
  */
395
395
  export declare class ListAWSServiceAccessForOrganizationCommand extends ListAWSServiceAccessForOrganizationCommand_base {
396
+ /** @internal type navigation helper, not in runtime. */
397
+ protected static __types: {
398
+ api: {
399
+ input: ListAWSServiceAccessForOrganizationRequest;
400
+ output: ListAWSServiceAccessForOrganizationResponse;
401
+ };
402
+ sdk: {
403
+ input: ListAWSServiceAccessForOrganizationCommandInput;
404
+ output: ListAWSServiceAccessForOrganizationCommandOutput;
405
+ };
406
+ };
396
407
  }
@@ -255,4 +255,15 @@ declare const ListAccountsCommand_base: {
255
255
  *
256
256
  */
257
257
  export declare class ListAccountsCommand extends ListAccountsCommand_base {
258
+ /** @internal type navigation helper, not in runtime. */
259
+ protected static __types: {
260
+ api: {
261
+ input: ListAccountsRequest;
262
+ output: ListAccountsResponse;
263
+ };
264
+ sdk: {
265
+ input: ListAccountsCommandInput;
266
+ output: ListAccountsCommandOutput;
267
+ };
268
+ };
258
269
  }
@@ -246,4 +246,15 @@ declare const ListAccountsForParentCommand_base: {
246
246
  *
247
247
  */
248
248
  export declare class ListAccountsForParentCommand extends ListAccountsForParentCommand_base {
249
+ /** @internal type navigation helper, not in runtime. */
250
+ protected static __types: {
251
+ api: {
252
+ input: ListAccountsForParentRequest;
253
+ output: ListAccountsForParentResponse;
254
+ };
255
+ sdk: {
256
+ input: ListAccountsForParentCommandInput;
257
+ output: ListAccountsForParentCommandOutput;
258
+ };
259
+ };
249
260
  }
@@ -231,4 +231,15 @@ declare const ListChildrenCommand_base: {
231
231
  *
232
232
  */
233
233
  export declare class ListChildrenCommand extends ListChildrenCommand_base {
234
+ /** @internal type navigation helper, not in runtime. */
235
+ protected static __types: {
236
+ api: {
237
+ input: ListChildrenRequest;
238
+ output: ListChildrenResponse;
239
+ };
240
+ sdk: {
241
+ input: ListChildrenCommandInput;
242
+ output: ListChildrenCommandOutput;
243
+ };
244
+ };
234
245
  }
@@ -263,4 +263,15 @@ declare const ListCreateAccountStatusCommand_base: {
263
263
  *
264
264
  */
265
265
  export declare class ListCreateAccountStatusCommand extends ListCreateAccountStatusCommand_base {
266
+ /** @internal type navigation helper, not in runtime. */
267
+ protected static __types: {
268
+ api: {
269
+ input: ListCreateAccountStatusRequest;
270
+ output: ListCreateAccountStatusResponse;
271
+ };
272
+ sdk: {
273
+ input: ListCreateAccountStatusCommandInput;
274
+ output: ListCreateAccountStatusCommandOutput;
275
+ };
276
+ };
266
277
  }
@@ -396,4 +396,15 @@ declare const ListDelegatedAdministratorsCommand_base: {
396
396
  * @public
397
397
  */
398
398
  export declare class ListDelegatedAdministratorsCommand extends ListDelegatedAdministratorsCommand_base {
399
+ /** @internal type navigation helper, not in runtime. */
400
+ protected static __types: {
401
+ api: {
402
+ input: ListDelegatedAdministratorsRequest;
403
+ output: ListDelegatedAdministratorsResponse;
404
+ };
405
+ sdk: {
406
+ input: ListDelegatedAdministratorsCommandInput;
407
+ output: ListDelegatedAdministratorsCommandOutput;
408
+ };
409
+ };
399
410
  }
@@ -398,4 +398,15 @@ declare const ListDelegatedServicesForAccountCommand_base: {
398
398
  * @public
399
399
  */
400
400
  export declare class ListDelegatedServicesForAccountCommand extends ListDelegatedServicesForAccountCommand_base {
401
+ /** @internal type navigation helper, not in runtime. */
402
+ protected static __types: {
403
+ api: {
404
+ input: ListDelegatedServicesForAccountRequest;
405
+ output: ListDelegatedServicesForAccountResponse;
406
+ };
407
+ sdk: {
408
+ input: ListDelegatedServicesForAccountCommandInput;
409
+ output: ListDelegatedServicesForAccountCommandOutput;
410
+ };
411
+ };
401
412
  }