@aws-sdk/client-organizations 3.957.0 → 3.962.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -68
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +937 -885
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +3 -3
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +943 -891
- package/dist-types/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -79,10 +79,8 @@ Organizations API calls with CloudTrail</a> in the
|
|
|
79
79
|
on and find your log files, see the <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html">CloudTrail User Guide</a>.</p>
|
|
80
80
|
|
|
81
81
|
## Installing
|
|
82
|
-
|
|
83
82
|
To install this package, simply type add or install @aws-sdk/client-organizations
|
|
84
83
|
using your favorite package manager:
|
|
85
|
-
|
|
86
84
|
- `npm install @aws-sdk/client-organizations`
|
|
87
85
|
- `yarn add @aws-sdk/client-organizations`
|
|
88
86
|
- `pnpm add @aws-sdk/client-organizations`
|
|
@@ -118,9 +116,7 @@ To send a request, you:
|
|
|
118
116
|
// a client can be shared by different commands.
|
|
119
117
|
const client = new OrganizationsClient({ region: "REGION" });
|
|
120
118
|
|
|
121
|
-
const params = {
|
|
122
|
-
/** input parameters */
|
|
123
|
-
};
|
|
119
|
+
const params = { /** input parameters */ };
|
|
124
120
|
const command = new ListRootsCommand(params);
|
|
125
121
|
```
|
|
126
122
|
|
|
@@ -279,7 +275,6 @@ AcceptHandshake
|
|
|
279
275
|
</summary>
|
|
280
276
|
|
|
281
277
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/AcceptHandshakeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/AcceptHandshakeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/AcceptHandshakeCommandOutput/)
|
|
282
|
-
|
|
283
278
|
</details>
|
|
284
279
|
<details>
|
|
285
280
|
<summary>
|
|
@@ -287,7 +282,6 @@ AttachPolicy
|
|
|
287
282
|
</summary>
|
|
288
283
|
|
|
289
284
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/AttachPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/AttachPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/AttachPolicyCommandOutput/)
|
|
290
|
-
|
|
291
285
|
</details>
|
|
292
286
|
<details>
|
|
293
287
|
<summary>
|
|
@@ -295,7 +289,6 @@ CancelHandshake
|
|
|
295
289
|
</summary>
|
|
296
290
|
|
|
297
291
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/CancelHandshakeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CancelHandshakeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CancelHandshakeCommandOutput/)
|
|
298
|
-
|
|
299
292
|
</details>
|
|
300
293
|
<details>
|
|
301
294
|
<summary>
|
|
@@ -303,7 +296,6 @@ CloseAccount
|
|
|
303
296
|
</summary>
|
|
304
297
|
|
|
305
298
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/CloseAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CloseAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CloseAccountCommandOutput/)
|
|
306
|
-
|
|
307
299
|
</details>
|
|
308
300
|
<details>
|
|
309
301
|
<summary>
|
|
@@ -311,7 +303,6 @@ CreateAccount
|
|
|
311
303
|
</summary>
|
|
312
304
|
|
|
313
305
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/CreateAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CreateAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CreateAccountCommandOutput/)
|
|
314
|
-
|
|
315
306
|
</details>
|
|
316
307
|
<details>
|
|
317
308
|
<summary>
|
|
@@ -319,7 +310,6 @@ CreateGovCloudAccount
|
|
|
319
310
|
</summary>
|
|
320
311
|
|
|
321
312
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/CreateGovCloudAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CreateGovCloudAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CreateGovCloudAccountCommandOutput/)
|
|
322
|
-
|
|
323
313
|
</details>
|
|
324
314
|
<details>
|
|
325
315
|
<summary>
|
|
@@ -327,7 +317,6 @@ CreateOrganization
|
|
|
327
317
|
</summary>
|
|
328
318
|
|
|
329
319
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/CreateOrganizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CreateOrganizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CreateOrganizationCommandOutput/)
|
|
330
|
-
|
|
331
320
|
</details>
|
|
332
321
|
<details>
|
|
333
322
|
<summary>
|
|
@@ -335,7 +324,6 @@ CreateOrganizationalUnit
|
|
|
335
324
|
</summary>
|
|
336
325
|
|
|
337
326
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/CreateOrganizationalUnitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CreateOrganizationalUnitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CreateOrganizationalUnitCommandOutput/)
|
|
338
|
-
|
|
339
327
|
</details>
|
|
340
328
|
<details>
|
|
341
329
|
<summary>
|
|
@@ -343,7 +331,6 @@ CreatePolicy
|
|
|
343
331
|
</summary>
|
|
344
332
|
|
|
345
333
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/CreatePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CreatePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/CreatePolicyCommandOutput/)
|
|
346
|
-
|
|
347
334
|
</details>
|
|
348
335
|
<details>
|
|
349
336
|
<summary>
|
|
@@ -351,7 +338,6 @@ DeclineHandshake
|
|
|
351
338
|
</summary>
|
|
352
339
|
|
|
353
340
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DeclineHandshakeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DeclineHandshakeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DeclineHandshakeCommandOutput/)
|
|
354
|
-
|
|
355
341
|
</details>
|
|
356
342
|
<details>
|
|
357
343
|
<summary>
|
|
@@ -359,7 +345,6 @@ DeleteOrganization
|
|
|
359
345
|
</summary>
|
|
360
346
|
|
|
361
347
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DeleteOrganizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DeleteOrganizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DeleteOrganizationCommandOutput/)
|
|
362
|
-
|
|
363
348
|
</details>
|
|
364
349
|
<details>
|
|
365
350
|
<summary>
|
|
@@ -367,7 +352,6 @@ DeleteOrganizationalUnit
|
|
|
367
352
|
</summary>
|
|
368
353
|
|
|
369
354
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DeleteOrganizationalUnitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DeleteOrganizationalUnitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DeleteOrganizationalUnitCommandOutput/)
|
|
370
|
-
|
|
371
355
|
</details>
|
|
372
356
|
<details>
|
|
373
357
|
<summary>
|
|
@@ -375,7 +359,6 @@ DeletePolicy
|
|
|
375
359
|
</summary>
|
|
376
360
|
|
|
377
361
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DeletePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DeletePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DeletePolicyCommandOutput/)
|
|
378
|
-
|
|
379
362
|
</details>
|
|
380
363
|
<details>
|
|
381
364
|
<summary>
|
|
@@ -383,7 +366,6 @@ DeleteResourcePolicy
|
|
|
383
366
|
</summary>
|
|
384
367
|
|
|
385
368
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DeleteResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DeleteResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DeleteResourcePolicyCommandOutput/)
|
|
386
|
-
|
|
387
369
|
</details>
|
|
388
370
|
<details>
|
|
389
371
|
<summary>
|
|
@@ -391,7 +373,6 @@ DeregisterDelegatedAdministrator
|
|
|
391
373
|
</summary>
|
|
392
374
|
|
|
393
375
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DeregisterDelegatedAdministratorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DeregisterDelegatedAdministratorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DeregisterDelegatedAdministratorCommandOutput/)
|
|
394
|
-
|
|
395
376
|
</details>
|
|
396
377
|
<details>
|
|
397
378
|
<summary>
|
|
@@ -399,7 +380,6 @@ DescribeAccount
|
|
|
399
380
|
</summary>
|
|
400
381
|
|
|
401
382
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DescribeAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeAccountCommandOutput/)
|
|
402
|
-
|
|
403
383
|
</details>
|
|
404
384
|
<details>
|
|
405
385
|
<summary>
|
|
@@ -407,7 +387,6 @@ DescribeCreateAccountStatus
|
|
|
407
387
|
</summary>
|
|
408
388
|
|
|
409
389
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DescribeCreateAccountStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeCreateAccountStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeCreateAccountStatusCommandOutput/)
|
|
410
|
-
|
|
411
390
|
</details>
|
|
412
391
|
<details>
|
|
413
392
|
<summary>
|
|
@@ -415,7 +394,6 @@ DescribeEffectivePolicy
|
|
|
415
394
|
</summary>
|
|
416
395
|
|
|
417
396
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DescribeEffectivePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeEffectivePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeEffectivePolicyCommandOutput/)
|
|
418
|
-
|
|
419
397
|
</details>
|
|
420
398
|
<details>
|
|
421
399
|
<summary>
|
|
@@ -423,7 +401,6 @@ DescribeHandshake
|
|
|
423
401
|
</summary>
|
|
424
402
|
|
|
425
403
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DescribeHandshakeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeHandshakeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeHandshakeCommandOutput/)
|
|
426
|
-
|
|
427
404
|
</details>
|
|
428
405
|
<details>
|
|
429
406
|
<summary>
|
|
@@ -431,7 +408,6 @@ DescribeOrganization
|
|
|
431
408
|
</summary>
|
|
432
409
|
|
|
433
410
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DescribeOrganizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeOrganizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeOrganizationCommandOutput/)
|
|
434
|
-
|
|
435
411
|
</details>
|
|
436
412
|
<details>
|
|
437
413
|
<summary>
|
|
@@ -439,7 +415,6 @@ DescribeOrganizationalUnit
|
|
|
439
415
|
</summary>
|
|
440
416
|
|
|
441
417
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DescribeOrganizationalUnitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeOrganizationalUnitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeOrganizationalUnitCommandOutput/)
|
|
442
|
-
|
|
443
418
|
</details>
|
|
444
419
|
<details>
|
|
445
420
|
<summary>
|
|
@@ -447,7 +422,6 @@ DescribePolicy
|
|
|
447
422
|
</summary>
|
|
448
423
|
|
|
449
424
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DescribePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribePolicyCommandOutput/)
|
|
450
|
-
|
|
451
425
|
</details>
|
|
452
426
|
<details>
|
|
453
427
|
<summary>
|
|
@@ -455,7 +429,6 @@ DescribeResourcePolicy
|
|
|
455
429
|
</summary>
|
|
456
430
|
|
|
457
431
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DescribeResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeResourcePolicyCommandOutput/)
|
|
458
|
-
|
|
459
432
|
</details>
|
|
460
433
|
<details>
|
|
461
434
|
<summary>
|
|
@@ -463,7 +436,6 @@ DescribeResponsibilityTransfer
|
|
|
463
436
|
</summary>
|
|
464
437
|
|
|
465
438
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DescribeResponsibilityTransferCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeResponsibilityTransferCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DescribeResponsibilityTransferCommandOutput/)
|
|
466
|
-
|
|
467
439
|
</details>
|
|
468
440
|
<details>
|
|
469
441
|
<summary>
|
|
@@ -471,7 +443,6 @@ DetachPolicy
|
|
|
471
443
|
</summary>
|
|
472
444
|
|
|
473
445
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DetachPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DetachPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DetachPolicyCommandOutput/)
|
|
474
|
-
|
|
475
446
|
</details>
|
|
476
447
|
<details>
|
|
477
448
|
<summary>
|
|
@@ -479,7 +450,6 @@ DisableAWSServiceAccess
|
|
|
479
450
|
</summary>
|
|
480
451
|
|
|
481
452
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DisableAWSServiceAccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DisableAWSServiceAccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DisableAWSServiceAccessCommandOutput/)
|
|
482
|
-
|
|
483
453
|
</details>
|
|
484
454
|
<details>
|
|
485
455
|
<summary>
|
|
@@ -487,7 +457,6 @@ DisablePolicyType
|
|
|
487
457
|
</summary>
|
|
488
458
|
|
|
489
459
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/DisablePolicyTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DisablePolicyTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/DisablePolicyTypeCommandOutput/)
|
|
490
|
-
|
|
491
460
|
</details>
|
|
492
461
|
<details>
|
|
493
462
|
<summary>
|
|
@@ -495,7 +464,6 @@ EnableAllFeatures
|
|
|
495
464
|
</summary>
|
|
496
465
|
|
|
497
466
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/EnableAllFeaturesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/EnableAllFeaturesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/EnableAllFeaturesCommandOutput/)
|
|
498
|
-
|
|
499
467
|
</details>
|
|
500
468
|
<details>
|
|
501
469
|
<summary>
|
|
@@ -503,7 +471,6 @@ EnableAWSServiceAccess
|
|
|
503
471
|
</summary>
|
|
504
472
|
|
|
505
473
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/EnableAWSServiceAccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/EnableAWSServiceAccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/EnableAWSServiceAccessCommandOutput/)
|
|
506
|
-
|
|
507
474
|
</details>
|
|
508
475
|
<details>
|
|
509
476
|
<summary>
|
|
@@ -511,7 +478,6 @@ EnablePolicyType
|
|
|
511
478
|
</summary>
|
|
512
479
|
|
|
513
480
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/EnablePolicyTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/EnablePolicyTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/EnablePolicyTypeCommandOutput/)
|
|
514
|
-
|
|
515
481
|
</details>
|
|
516
482
|
<details>
|
|
517
483
|
<summary>
|
|
@@ -519,7 +485,6 @@ InviteAccountToOrganization
|
|
|
519
485
|
</summary>
|
|
520
486
|
|
|
521
487
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/InviteAccountToOrganizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/InviteAccountToOrganizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/InviteAccountToOrganizationCommandOutput/)
|
|
522
|
-
|
|
523
488
|
</details>
|
|
524
489
|
<details>
|
|
525
490
|
<summary>
|
|
@@ -527,7 +492,6 @@ InviteOrganizationToTransferResponsibility
|
|
|
527
492
|
</summary>
|
|
528
493
|
|
|
529
494
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/InviteOrganizationToTransferResponsibilityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/InviteOrganizationToTransferResponsibilityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/InviteOrganizationToTransferResponsibilityCommandOutput/)
|
|
530
|
-
|
|
531
495
|
</details>
|
|
532
496
|
<details>
|
|
533
497
|
<summary>
|
|
@@ -535,7 +499,6 @@ LeaveOrganization
|
|
|
535
499
|
</summary>
|
|
536
500
|
|
|
537
501
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/LeaveOrganizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/LeaveOrganizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/LeaveOrganizationCommandOutput/)
|
|
538
|
-
|
|
539
502
|
</details>
|
|
540
503
|
<details>
|
|
541
504
|
<summary>
|
|
@@ -543,7 +506,6 @@ ListAccounts
|
|
|
543
506
|
</summary>
|
|
544
507
|
|
|
545
508
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListAccountsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListAccountsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListAccountsCommandOutput/)
|
|
546
|
-
|
|
547
509
|
</details>
|
|
548
510
|
<details>
|
|
549
511
|
<summary>
|
|
@@ -551,7 +513,6 @@ ListAccountsForParent
|
|
|
551
513
|
</summary>
|
|
552
514
|
|
|
553
515
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListAccountsForParentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListAccountsForParentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListAccountsForParentCommandOutput/)
|
|
554
|
-
|
|
555
516
|
</details>
|
|
556
517
|
<details>
|
|
557
518
|
<summary>
|
|
@@ -559,7 +520,6 @@ ListAccountsWithInvalidEffectivePolicy
|
|
|
559
520
|
</summary>
|
|
560
521
|
|
|
561
522
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListAccountsWithInvalidEffectivePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListAccountsWithInvalidEffectivePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListAccountsWithInvalidEffectivePolicyCommandOutput/)
|
|
562
|
-
|
|
563
523
|
</details>
|
|
564
524
|
<details>
|
|
565
525
|
<summary>
|
|
@@ -567,7 +527,6 @@ ListAWSServiceAccessForOrganization
|
|
|
567
527
|
</summary>
|
|
568
528
|
|
|
569
529
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListAWSServiceAccessForOrganizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListAWSServiceAccessForOrganizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListAWSServiceAccessForOrganizationCommandOutput/)
|
|
570
|
-
|
|
571
530
|
</details>
|
|
572
531
|
<details>
|
|
573
532
|
<summary>
|
|
@@ -575,7 +534,6 @@ ListChildren
|
|
|
575
534
|
</summary>
|
|
576
535
|
|
|
577
536
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListChildrenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListChildrenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListChildrenCommandOutput/)
|
|
578
|
-
|
|
579
537
|
</details>
|
|
580
538
|
<details>
|
|
581
539
|
<summary>
|
|
@@ -583,7 +541,6 @@ ListCreateAccountStatus
|
|
|
583
541
|
</summary>
|
|
584
542
|
|
|
585
543
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListCreateAccountStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListCreateAccountStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListCreateAccountStatusCommandOutput/)
|
|
586
|
-
|
|
587
544
|
</details>
|
|
588
545
|
<details>
|
|
589
546
|
<summary>
|
|
@@ -591,7 +548,6 @@ ListDelegatedAdministrators
|
|
|
591
548
|
</summary>
|
|
592
549
|
|
|
593
550
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListDelegatedAdministratorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListDelegatedAdministratorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListDelegatedAdministratorsCommandOutput/)
|
|
594
|
-
|
|
595
551
|
</details>
|
|
596
552
|
<details>
|
|
597
553
|
<summary>
|
|
@@ -599,7 +555,6 @@ ListDelegatedServicesForAccount
|
|
|
599
555
|
</summary>
|
|
600
556
|
|
|
601
557
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListDelegatedServicesForAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListDelegatedServicesForAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListDelegatedServicesForAccountCommandOutput/)
|
|
602
|
-
|
|
603
558
|
</details>
|
|
604
559
|
<details>
|
|
605
560
|
<summary>
|
|
@@ -607,7 +562,6 @@ ListEffectivePolicyValidationErrors
|
|
|
607
562
|
</summary>
|
|
608
563
|
|
|
609
564
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListEffectivePolicyValidationErrorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListEffectivePolicyValidationErrorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListEffectivePolicyValidationErrorsCommandOutput/)
|
|
610
|
-
|
|
611
565
|
</details>
|
|
612
566
|
<details>
|
|
613
567
|
<summary>
|
|
@@ -615,7 +569,6 @@ ListHandshakesForAccount
|
|
|
615
569
|
</summary>
|
|
616
570
|
|
|
617
571
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListHandshakesForAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListHandshakesForAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListHandshakesForAccountCommandOutput/)
|
|
618
|
-
|
|
619
572
|
</details>
|
|
620
573
|
<details>
|
|
621
574
|
<summary>
|
|
@@ -623,7 +576,6 @@ ListHandshakesForOrganization
|
|
|
623
576
|
</summary>
|
|
624
577
|
|
|
625
578
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListHandshakesForOrganizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListHandshakesForOrganizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListHandshakesForOrganizationCommandOutput/)
|
|
626
|
-
|
|
627
579
|
</details>
|
|
628
580
|
<details>
|
|
629
581
|
<summary>
|
|
@@ -631,7 +583,6 @@ ListInboundResponsibilityTransfers
|
|
|
631
583
|
</summary>
|
|
632
584
|
|
|
633
585
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListInboundResponsibilityTransfersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListInboundResponsibilityTransfersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListInboundResponsibilityTransfersCommandOutput/)
|
|
634
|
-
|
|
635
586
|
</details>
|
|
636
587
|
<details>
|
|
637
588
|
<summary>
|
|
@@ -639,7 +590,6 @@ ListOrganizationalUnitsForParent
|
|
|
639
590
|
</summary>
|
|
640
591
|
|
|
641
592
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListOrganizationalUnitsForParentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListOrganizationalUnitsForParentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListOrganizationalUnitsForParentCommandOutput/)
|
|
642
|
-
|
|
643
593
|
</details>
|
|
644
594
|
<details>
|
|
645
595
|
<summary>
|
|
@@ -647,7 +597,6 @@ ListOutboundResponsibilityTransfers
|
|
|
647
597
|
</summary>
|
|
648
598
|
|
|
649
599
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListOutboundResponsibilityTransfersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListOutboundResponsibilityTransfersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListOutboundResponsibilityTransfersCommandOutput/)
|
|
650
|
-
|
|
651
600
|
</details>
|
|
652
601
|
<details>
|
|
653
602
|
<summary>
|
|
@@ -655,7 +604,6 @@ ListParents
|
|
|
655
604
|
</summary>
|
|
656
605
|
|
|
657
606
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListParentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListParentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListParentsCommandOutput/)
|
|
658
|
-
|
|
659
607
|
</details>
|
|
660
608
|
<details>
|
|
661
609
|
<summary>
|
|
@@ -663,7 +611,6 @@ ListPolicies
|
|
|
663
611
|
</summary>
|
|
664
612
|
|
|
665
613
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListPoliciesCommandOutput/)
|
|
666
|
-
|
|
667
614
|
</details>
|
|
668
615
|
<details>
|
|
669
616
|
<summary>
|
|
@@ -671,7 +618,6 @@ ListPoliciesForTarget
|
|
|
671
618
|
</summary>
|
|
672
619
|
|
|
673
620
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListPoliciesForTargetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListPoliciesForTargetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListPoliciesForTargetCommandOutput/)
|
|
674
|
-
|
|
675
621
|
</details>
|
|
676
622
|
<details>
|
|
677
623
|
<summary>
|
|
@@ -679,7 +625,6 @@ ListRoots
|
|
|
679
625
|
</summary>
|
|
680
626
|
|
|
681
627
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListRootsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListRootsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListRootsCommandOutput/)
|
|
682
|
-
|
|
683
628
|
</details>
|
|
684
629
|
<details>
|
|
685
630
|
<summary>
|
|
@@ -687,7 +632,6 @@ ListTagsForResource
|
|
|
687
632
|
</summary>
|
|
688
633
|
|
|
689
634
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListTagsForResourceCommandOutput/)
|
|
690
|
-
|
|
691
635
|
</details>
|
|
692
636
|
<details>
|
|
693
637
|
<summary>
|
|
@@ -695,7 +639,6 @@ ListTargetsForPolicy
|
|
|
695
639
|
</summary>
|
|
696
640
|
|
|
697
641
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/ListTargetsForPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListTargetsForPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/ListTargetsForPolicyCommandOutput/)
|
|
698
|
-
|
|
699
642
|
</details>
|
|
700
643
|
<details>
|
|
701
644
|
<summary>
|
|
@@ -703,7 +646,6 @@ MoveAccount
|
|
|
703
646
|
</summary>
|
|
704
647
|
|
|
705
648
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/MoveAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/MoveAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/MoveAccountCommandOutput/)
|
|
706
|
-
|
|
707
649
|
</details>
|
|
708
650
|
<details>
|
|
709
651
|
<summary>
|
|
@@ -711,7 +653,6 @@ PutResourcePolicy
|
|
|
711
653
|
</summary>
|
|
712
654
|
|
|
713
655
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/PutResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/PutResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/PutResourcePolicyCommandOutput/)
|
|
714
|
-
|
|
715
656
|
</details>
|
|
716
657
|
<details>
|
|
717
658
|
<summary>
|
|
@@ -719,7 +660,6 @@ RegisterDelegatedAdministrator
|
|
|
719
660
|
</summary>
|
|
720
661
|
|
|
721
662
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/RegisterDelegatedAdministratorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/RegisterDelegatedAdministratorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/RegisterDelegatedAdministratorCommandOutput/)
|
|
722
|
-
|
|
723
663
|
</details>
|
|
724
664
|
<details>
|
|
725
665
|
<summary>
|
|
@@ -727,7 +667,6 @@ RemoveAccountFromOrganization
|
|
|
727
667
|
</summary>
|
|
728
668
|
|
|
729
669
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/RemoveAccountFromOrganizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/RemoveAccountFromOrganizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/RemoveAccountFromOrganizationCommandOutput/)
|
|
730
|
-
|
|
731
670
|
</details>
|
|
732
671
|
<details>
|
|
733
672
|
<summary>
|
|
@@ -735,7 +674,6 @@ TagResource
|
|
|
735
674
|
</summary>
|
|
736
675
|
|
|
737
676
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/TagResourceCommandOutput/)
|
|
738
|
-
|
|
739
677
|
</details>
|
|
740
678
|
<details>
|
|
741
679
|
<summary>
|
|
@@ -743,7 +681,6 @@ TerminateResponsibilityTransfer
|
|
|
743
681
|
</summary>
|
|
744
682
|
|
|
745
683
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/TerminateResponsibilityTransferCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/TerminateResponsibilityTransferCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/TerminateResponsibilityTransferCommandOutput/)
|
|
746
|
-
|
|
747
684
|
</details>
|
|
748
685
|
<details>
|
|
749
686
|
<summary>
|
|
@@ -751,7 +688,6 @@ UntagResource
|
|
|
751
688
|
</summary>
|
|
752
689
|
|
|
753
690
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/UntagResourceCommandOutput/)
|
|
754
|
-
|
|
755
691
|
</details>
|
|
756
692
|
<details>
|
|
757
693
|
<summary>
|
|
@@ -759,7 +695,6 @@ UpdateOrganizationalUnit
|
|
|
759
695
|
</summary>
|
|
760
696
|
|
|
761
697
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/UpdateOrganizationalUnitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/UpdateOrganizationalUnitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/UpdateOrganizationalUnitCommandOutput/)
|
|
762
|
-
|
|
763
698
|
</details>
|
|
764
699
|
<details>
|
|
765
700
|
<summary>
|
|
@@ -767,7 +702,6 @@ UpdatePolicy
|
|
|
767
702
|
</summary>
|
|
768
703
|
|
|
769
704
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/UpdatePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/UpdatePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/UpdatePolicyCommandOutput/)
|
|
770
|
-
|
|
771
705
|
</details>
|
|
772
706
|
<details>
|
|
773
707
|
<summary>
|
|
@@ -775,5 +709,4 @@ UpdateResponsibilityTransfer
|
|
|
775
709
|
</summary>
|
|
776
710
|
|
|
777
711
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/organizations/command/UpdateResponsibilityTransferCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/UpdateResponsibilityTransferCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-organizations/Interface/UpdateResponsibilityTransferCommandOutput/)
|
|
778
|
-
|
|
779
712
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultOrganizationsHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultOrganizationsHttpAuthSchemeParametersProvider = defaultOrganizationsHttpAuthSchemeParametersProvider;
|