@aws-sdk/client-organizations 3.279.0 → 3.281.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 +443 -0
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +6 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +6 -0
- package/dist-types/commands/CancelHandshakeCommand.d.ts +6 -0
- package/dist-types/commands/CloseAccountCommand.d.ts +6 -0
- package/dist-types/commands/CreateAccountCommand.d.ts +6 -0
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +6 -0
- package/dist-types/commands/CreateOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +6 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +6 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +6 -0
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +6 -0
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +6 -0
- package/dist-types/commands/DescribePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +6 -0
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +6 -0
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +6 -0
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +6 -0
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +6 -0
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +6 -0
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/ListAccountsCommand.d.ts +6 -0
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +6 -0
- package/dist-types/commands/ListChildrenCommand.d.ts +6 -0
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +6 -0
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +6 -0
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +6 -0
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +6 -0
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +6 -0
- package/dist-types/commands/ListParentsCommand.d.ts +6 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +6 -0
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +6 -0
- package/dist-types/commands/ListRootsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +6 -0
- package/dist-types/commands/MoveAccountCommand.d.ts +6 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +6 -0
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +6 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -274,3 +274,446 @@ To contribute to client you can check our [generate clients scripts](https://git
|
|
|
274
274
|
This SDK is distributed under the
|
|
275
275
|
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
|
|
276
276
|
see LICENSE for more information.
|
|
277
|
+
|
|
278
|
+
## Client Commands (Operations List)
|
|
279
|
+
|
|
280
|
+
<details>
|
|
281
|
+
<summary>
|
|
282
|
+
AcceptHandshake
|
|
283
|
+
</summary>
|
|
284
|
+
|
|
285
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/accepthandshakecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/accepthandshakecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/accepthandshakecommandoutput.html)
|
|
286
|
+
|
|
287
|
+
</details>
|
|
288
|
+
<details>
|
|
289
|
+
<summary>
|
|
290
|
+
AttachPolicy
|
|
291
|
+
</summary>
|
|
292
|
+
|
|
293
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/attachpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/attachpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/attachpolicycommandoutput.html)
|
|
294
|
+
|
|
295
|
+
</details>
|
|
296
|
+
<details>
|
|
297
|
+
<summary>
|
|
298
|
+
CancelHandshake
|
|
299
|
+
</summary>
|
|
300
|
+
|
|
301
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/cancelhandshakecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/cancelhandshakecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/cancelhandshakecommandoutput.html)
|
|
302
|
+
|
|
303
|
+
</details>
|
|
304
|
+
<details>
|
|
305
|
+
<summary>
|
|
306
|
+
CloseAccount
|
|
307
|
+
</summary>
|
|
308
|
+
|
|
309
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/closeaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/closeaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/closeaccountcommandoutput.html)
|
|
310
|
+
|
|
311
|
+
</details>
|
|
312
|
+
<details>
|
|
313
|
+
<summary>
|
|
314
|
+
CreateAccount
|
|
315
|
+
</summary>
|
|
316
|
+
|
|
317
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/createaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/createaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/createaccountcommandoutput.html)
|
|
318
|
+
|
|
319
|
+
</details>
|
|
320
|
+
<details>
|
|
321
|
+
<summary>
|
|
322
|
+
CreateGovCloudAccount
|
|
323
|
+
</summary>
|
|
324
|
+
|
|
325
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/creategovcloudaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/creategovcloudaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/creategovcloudaccountcommandoutput.html)
|
|
326
|
+
|
|
327
|
+
</details>
|
|
328
|
+
<details>
|
|
329
|
+
<summary>
|
|
330
|
+
CreateOrganization
|
|
331
|
+
</summary>
|
|
332
|
+
|
|
333
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/createorganizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/createorganizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/createorganizationcommandoutput.html)
|
|
334
|
+
|
|
335
|
+
</details>
|
|
336
|
+
<details>
|
|
337
|
+
<summary>
|
|
338
|
+
CreateOrganizationalUnit
|
|
339
|
+
</summary>
|
|
340
|
+
|
|
341
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/createorganizationalunitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/createorganizationalunitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/createorganizationalunitcommandoutput.html)
|
|
342
|
+
|
|
343
|
+
</details>
|
|
344
|
+
<details>
|
|
345
|
+
<summary>
|
|
346
|
+
CreatePolicy
|
|
347
|
+
</summary>
|
|
348
|
+
|
|
349
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/createpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/createpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/createpolicycommandoutput.html)
|
|
350
|
+
|
|
351
|
+
</details>
|
|
352
|
+
<details>
|
|
353
|
+
<summary>
|
|
354
|
+
DeclineHandshake
|
|
355
|
+
</summary>
|
|
356
|
+
|
|
357
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/declinehandshakecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/declinehandshakecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/declinehandshakecommandoutput.html)
|
|
358
|
+
|
|
359
|
+
</details>
|
|
360
|
+
<details>
|
|
361
|
+
<summary>
|
|
362
|
+
DeleteOrganization
|
|
363
|
+
</summary>
|
|
364
|
+
|
|
365
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/deleteorganizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/deleteorganizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/deleteorganizationcommandoutput.html)
|
|
366
|
+
|
|
367
|
+
</details>
|
|
368
|
+
<details>
|
|
369
|
+
<summary>
|
|
370
|
+
DeleteOrganizationalUnit
|
|
371
|
+
</summary>
|
|
372
|
+
|
|
373
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/deleteorganizationalunitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/deleteorganizationalunitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/deleteorganizationalunitcommandoutput.html)
|
|
374
|
+
|
|
375
|
+
</details>
|
|
376
|
+
<details>
|
|
377
|
+
<summary>
|
|
378
|
+
DeletePolicy
|
|
379
|
+
</summary>
|
|
380
|
+
|
|
381
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/deletepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/deletepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/deletepolicycommandoutput.html)
|
|
382
|
+
|
|
383
|
+
</details>
|
|
384
|
+
<details>
|
|
385
|
+
<summary>
|
|
386
|
+
DeleteResourcePolicy
|
|
387
|
+
</summary>
|
|
388
|
+
|
|
389
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/deleteresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/deleteresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/deleteresourcepolicycommandoutput.html)
|
|
390
|
+
|
|
391
|
+
</details>
|
|
392
|
+
<details>
|
|
393
|
+
<summary>
|
|
394
|
+
DeregisterDelegatedAdministrator
|
|
395
|
+
</summary>
|
|
396
|
+
|
|
397
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/deregisterdelegatedadministratorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/deregisterdelegatedadministratorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/deregisterdelegatedadministratorcommandoutput.html)
|
|
398
|
+
|
|
399
|
+
</details>
|
|
400
|
+
<details>
|
|
401
|
+
<summary>
|
|
402
|
+
DescribeAccount
|
|
403
|
+
</summary>
|
|
404
|
+
|
|
405
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/describeaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describeaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describeaccountcommandoutput.html)
|
|
406
|
+
|
|
407
|
+
</details>
|
|
408
|
+
<details>
|
|
409
|
+
<summary>
|
|
410
|
+
DescribeCreateAccountStatus
|
|
411
|
+
</summary>
|
|
412
|
+
|
|
413
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/describecreateaccountstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describecreateaccountstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describecreateaccountstatuscommandoutput.html)
|
|
414
|
+
|
|
415
|
+
</details>
|
|
416
|
+
<details>
|
|
417
|
+
<summary>
|
|
418
|
+
DescribeEffectivePolicy
|
|
419
|
+
</summary>
|
|
420
|
+
|
|
421
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/describeeffectivepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describeeffectivepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describeeffectivepolicycommandoutput.html)
|
|
422
|
+
|
|
423
|
+
</details>
|
|
424
|
+
<details>
|
|
425
|
+
<summary>
|
|
426
|
+
DescribeHandshake
|
|
427
|
+
</summary>
|
|
428
|
+
|
|
429
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/describehandshakecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describehandshakecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describehandshakecommandoutput.html)
|
|
430
|
+
|
|
431
|
+
</details>
|
|
432
|
+
<details>
|
|
433
|
+
<summary>
|
|
434
|
+
DescribeOrganization
|
|
435
|
+
</summary>
|
|
436
|
+
|
|
437
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/describeorganizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describeorganizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describeorganizationcommandoutput.html)
|
|
438
|
+
|
|
439
|
+
</details>
|
|
440
|
+
<details>
|
|
441
|
+
<summary>
|
|
442
|
+
DescribeOrganizationalUnit
|
|
443
|
+
</summary>
|
|
444
|
+
|
|
445
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/describeorganizationalunitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describeorganizationalunitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describeorganizationalunitcommandoutput.html)
|
|
446
|
+
|
|
447
|
+
</details>
|
|
448
|
+
<details>
|
|
449
|
+
<summary>
|
|
450
|
+
DescribePolicy
|
|
451
|
+
</summary>
|
|
452
|
+
|
|
453
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/describepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describepolicycommandoutput.html)
|
|
454
|
+
|
|
455
|
+
</details>
|
|
456
|
+
<details>
|
|
457
|
+
<summary>
|
|
458
|
+
DescribeResourcePolicy
|
|
459
|
+
</summary>
|
|
460
|
+
|
|
461
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/describeresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describeresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/describeresourcepolicycommandoutput.html)
|
|
462
|
+
|
|
463
|
+
</details>
|
|
464
|
+
<details>
|
|
465
|
+
<summary>
|
|
466
|
+
DetachPolicy
|
|
467
|
+
</summary>
|
|
468
|
+
|
|
469
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/detachpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/detachpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/detachpolicycommandoutput.html)
|
|
470
|
+
|
|
471
|
+
</details>
|
|
472
|
+
<details>
|
|
473
|
+
<summary>
|
|
474
|
+
DisableAWSServiceAccess
|
|
475
|
+
</summary>
|
|
476
|
+
|
|
477
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/disableawsserviceaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/disableawsserviceaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/disableawsserviceaccesscommandoutput.html)
|
|
478
|
+
|
|
479
|
+
</details>
|
|
480
|
+
<details>
|
|
481
|
+
<summary>
|
|
482
|
+
DisablePolicyType
|
|
483
|
+
</summary>
|
|
484
|
+
|
|
485
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/disablepolicytypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/disablepolicytypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/disablepolicytypecommandoutput.html)
|
|
486
|
+
|
|
487
|
+
</details>
|
|
488
|
+
<details>
|
|
489
|
+
<summary>
|
|
490
|
+
EnableAllFeatures
|
|
491
|
+
</summary>
|
|
492
|
+
|
|
493
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/enableallfeaturescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/enableallfeaturescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/enableallfeaturescommandoutput.html)
|
|
494
|
+
|
|
495
|
+
</details>
|
|
496
|
+
<details>
|
|
497
|
+
<summary>
|
|
498
|
+
EnableAWSServiceAccess
|
|
499
|
+
</summary>
|
|
500
|
+
|
|
501
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/enableawsserviceaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/enableawsserviceaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/enableawsserviceaccesscommandoutput.html)
|
|
502
|
+
|
|
503
|
+
</details>
|
|
504
|
+
<details>
|
|
505
|
+
<summary>
|
|
506
|
+
EnablePolicyType
|
|
507
|
+
</summary>
|
|
508
|
+
|
|
509
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/enablepolicytypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/enablepolicytypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/enablepolicytypecommandoutput.html)
|
|
510
|
+
|
|
511
|
+
</details>
|
|
512
|
+
<details>
|
|
513
|
+
<summary>
|
|
514
|
+
InviteAccountToOrganization
|
|
515
|
+
</summary>
|
|
516
|
+
|
|
517
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/inviteaccounttoorganizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/inviteaccounttoorganizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/inviteaccounttoorganizationcommandoutput.html)
|
|
518
|
+
|
|
519
|
+
</details>
|
|
520
|
+
<details>
|
|
521
|
+
<summary>
|
|
522
|
+
LeaveOrganization
|
|
523
|
+
</summary>
|
|
524
|
+
|
|
525
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/leaveorganizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/leaveorganizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/leaveorganizationcommandoutput.html)
|
|
526
|
+
|
|
527
|
+
</details>
|
|
528
|
+
<details>
|
|
529
|
+
<summary>
|
|
530
|
+
ListAccounts
|
|
531
|
+
</summary>
|
|
532
|
+
|
|
533
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listaccountscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listaccountscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listaccountscommandoutput.html)
|
|
534
|
+
|
|
535
|
+
</details>
|
|
536
|
+
<details>
|
|
537
|
+
<summary>
|
|
538
|
+
ListAccountsForParent
|
|
539
|
+
</summary>
|
|
540
|
+
|
|
541
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listaccountsforparentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listaccountsforparentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listaccountsforparentcommandoutput.html)
|
|
542
|
+
|
|
543
|
+
</details>
|
|
544
|
+
<details>
|
|
545
|
+
<summary>
|
|
546
|
+
ListAWSServiceAccessForOrganization
|
|
547
|
+
</summary>
|
|
548
|
+
|
|
549
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listawsserviceaccessfororganizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listawsserviceaccessfororganizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listawsserviceaccessfororganizationcommandoutput.html)
|
|
550
|
+
|
|
551
|
+
</details>
|
|
552
|
+
<details>
|
|
553
|
+
<summary>
|
|
554
|
+
ListChildren
|
|
555
|
+
</summary>
|
|
556
|
+
|
|
557
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listchildrencommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listchildrencommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listchildrencommandoutput.html)
|
|
558
|
+
|
|
559
|
+
</details>
|
|
560
|
+
<details>
|
|
561
|
+
<summary>
|
|
562
|
+
ListCreateAccountStatus
|
|
563
|
+
</summary>
|
|
564
|
+
|
|
565
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listcreateaccountstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listcreateaccountstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listcreateaccountstatuscommandoutput.html)
|
|
566
|
+
|
|
567
|
+
</details>
|
|
568
|
+
<details>
|
|
569
|
+
<summary>
|
|
570
|
+
ListDelegatedAdministrators
|
|
571
|
+
</summary>
|
|
572
|
+
|
|
573
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listdelegatedadministratorscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listdelegatedadministratorscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listdelegatedadministratorscommandoutput.html)
|
|
574
|
+
|
|
575
|
+
</details>
|
|
576
|
+
<details>
|
|
577
|
+
<summary>
|
|
578
|
+
ListDelegatedServicesForAccount
|
|
579
|
+
</summary>
|
|
580
|
+
|
|
581
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listdelegatedservicesforaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listdelegatedservicesforaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listdelegatedservicesforaccountcommandoutput.html)
|
|
582
|
+
|
|
583
|
+
</details>
|
|
584
|
+
<details>
|
|
585
|
+
<summary>
|
|
586
|
+
ListHandshakesForAccount
|
|
587
|
+
</summary>
|
|
588
|
+
|
|
589
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listhandshakesforaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listhandshakesforaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listhandshakesforaccountcommandoutput.html)
|
|
590
|
+
|
|
591
|
+
</details>
|
|
592
|
+
<details>
|
|
593
|
+
<summary>
|
|
594
|
+
ListHandshakesForOrganization
|
|
595
|
+
</summary>
|
|
596
|
+
|
|
597
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listhandshakesfororganizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listhandshakesfororganizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listhandshakesfororganizationcommandoutput.html)
|
|
598
|
+
|
|
599
|
+
</details>
|
|
600
|
+
<details>
|
|
601
|
+
<summary>
|
|
602
|
+
ListOrganizationalUnitsForParent
|
|
603
|
+
</summary>
|
|
604
|
+
|
|
605
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listorganizationalunitsforparentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listorganizationalunitsforparentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listorganizationalunitsforparentcommandoutput.html)
|
|
606
|
+
|
|
607
|
+
</details>
|
|
608
|
+
<details>
|
|
609
|
+
<summary>
|
|
610
|
+
ListParents
|
|
611
|
+
</summary>
|
|
612
|
+
|
|
613
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listparentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listparentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listparentscommandoutput.html)
|
|
614
|
+
|
|
615
|
+
</details>
|
|
616
|
+
<details>
|
|
617
|
+
<summary>
|
|
618
|
+
ListPolicies
|
|
619
|
+
</summary>
|
|
620
|
+
|
|
621
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listpoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listpoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listpoliciescommandoutput.html)
|
|
622
|
+
|
|
623
|
+
</details>
|
|
624
|
+
<details>
|
|
625
|
+
<summary>
|
|
626
|
+
ListPoliciesForTarget
|
|
627
|
+
</summary>
|
|
628
|
+
|
|
629
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listpoliciesfortargetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listpoliciesfortargetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listpoliciesfortargetcommandoutput.html)
|
|
630
|
+
|
|
631
|
+
</details>
|
|
632
|
+
<details>
|
|
633
|
+
<summary>
|
|
634
|
+
ListRoots
|
|
635
|
+
</summary>
|
|
636
|
+
|
|
637
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listrootscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listrootscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listrootscommandoutput.html)
|
|
638
|
+
|
|
639
|
+
</details>
|
|
640
|
+
<details>
|
|
641
|
+
<summary>
|
|
642
|
+
ListTagsForResource
|
|
643
|
+
</summary>
|
|
644
|
+
|
|
645
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listtagsforresourcecommandoutput.html)
|
|
646
|
+
|
|
647
|
+
</details>
|
|
648
|
+
<details>
|
|
649
|
+
<summary>
|
|
650
|
+
ListTargetsForPolicy
|
|
651
|
+
</summary>
|
|
652
|
+
|
|
653
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/listtargetsforpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listtargetsforpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/listtargetsforpolicycommandoutput.html)
|
|
654
|
+
|
|
655
|
+
</details>
|
|
656
|
+
<details>
|
|
657
|
+
<summary>
|
|
658
|
+
MoveAccount
|
|
659
|
+
</summary>
|
|
660
|
+
|
|
661
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/moveaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/moveaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/moveaccountcommandoutput.html)
|
|
662
|
+
|
|
663
|
+
</details>
|
|
664
|
+
<details>
|
|
665
|
+
<summary>
|
|
666
|
+
PutResourcePolicy
|
|
667
|
+
</summary>
|
|
668
|
+
|
|
669
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/putresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/putresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/putresourcepolicycommandoutput.html)
|
|
670
|
+
|
|
671
|
+
</details>
|
|
672
|
+
<details>
|
|
673
|
+
<summary>
|
|
674
|
+
RegisterDelegatedAdministrator
|
|
675
|
+
</summary>
|
|
676
|
+
|
|
677
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/registerdelegatedadministratorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/registerdelegatedadministratorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/registerdelegatedadministratorcommandoutput.html)
|
|
678
|
+
|
|
679
|
+
</details>
|
|
680
|
+
<details>
|
|
681
|
+
<summary>
|
|
682
|
+
RemoveAccountFromOrganization
|
|
683
|
+
</summary>
|
|
684
|
+
|
|
685
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/removeaccountfromorganizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/removeaccountfromorganizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/removeaccountfromorganizationcommandoutput.html)
|
|
686
|
+
|
|
687
|
+
</details>
|
|
688
|
+
<details>
|
|
689
|
+
<summary>
|
|
690
|
+
TagResource
|
|
691
|
+
</summary>
|
|
692
|
+
|
|
693
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/tagresourcecommandoutput.html)
|
|
694
|
+
|
|
695
|
+
</details>
|
|
696
|
+
<details>
|
|
697
|
+
<summary>
|
|
698
|
+
UntagResource
|
|
699
|
+
</summary>
|
|
700
|
+
|
|
701
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/untagresourcecommandoutput.html)
|
|
702
|
+
|
|
703
|
+
</details>
|
|
704
|
+
<details>
|
|
705
|
+
<summary>
|
|
706
|
+
UpdateOrganizationalUnit
|
|
707
|
+
</summary>
|
|
708
|
+
|
|
709
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/updateorganizationalunitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/updateorganizationalunitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/updateorganizationalunitcommandoutput.html)
|
|
710
|
+
|
|
711
|
+
</details>
|
|
712
|
+
<details>
|
|
713
|
+
<summary>
|
|
714
|
+
UpdatePolicy
|
|
715
|
+
</summary>
|
|
716
|
+
|
|
717
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/classes/updatepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/updatepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-organizations/interfaces/updatepolicycommandoutput.html)
|
|
718
|
+
|
|
719
|
+
</details>
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AcceptHandshakeRequest, AcceptHandshakeResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AcceptHandshakeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AcceptHandshakeCommandInput extends AcceptHandshakeRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AcceptHandshakeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AcceptHandshakeCommandOutput extends AcceptHandshakeResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AttachPolicyRequest } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AttachPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AttachPolicyCommandInput extends AttachPolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AttachPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AttachPolicyCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CancelHandshakeRequest, CancelHandshakeResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CancelHandshakeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CancelHandshakeCommandInput extends CancelHandshakeRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CancelHandshakeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CancelHandshakeCommandOutput extends CancelHandshakeResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloseAccountRequest } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CloseAccountCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CloseAccountCommandInput extends CloseAccountRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CloseAccountCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CloseAccountCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateAccountRequest, CreateAccountResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateAccountCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateAccountCommandInput extends CreateAccountRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateAccountCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateAccountCommandOutput extends CreateAccountResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateGovCloudAccountRequest, CreateGovCloudAccountResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateGovCloudAccountCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateGovCloudAccountCommandInput extends CreateGovCloudAccountRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateGovCloudAccountCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccountResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateOrganizationRequest, CreateOrganizationResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateOrganizationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateOrganizationCommandInput extends CreateOrganizationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateOrganizationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateOrganizationCommandOutput extends CreateOrganizationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateOrganizationalUnitRequest, CreateOrganizationalUnitResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateOrganizationalUnitCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateOrganizationalUnitCommandInput extends CreateOrganizationalUnitRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateOrganizationalUnitCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizationalUnitResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreatePolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreatePolicyCommandInput extends CreatePolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreatePolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeclineHandshakeRequest, DeclineHandshakeResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeclineHandshakeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeclineHandshakeCommandInput extends DeclineHandshakeRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeclineHandshakeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeclineHandshakeCommandOutput extends DeclineHandshakeResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -2,8 +2,14 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
5
|
+
/**
|
|
6
|
+
* The input for {@link DeleteOrganizationCommand}.
|
|
7
|
+
*/
|
|
5
8
|
export interface DeleteOrganizationCommandInput {
|
|
6
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* The output of {@link DeleteOrganizationCommand}.
|
|
12
|
+
*/
|
|
7
13
|
export interface DeleteOrganizationCommandOutput extends __MetadataBearer {
|
|
8
14
|
}
|
|
9
15
|
/**
|