@aws-sdk/client-organizations 3.489.0 → 3.495.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 (85) hide show
  1. package/dist-cjs/Organizations.js +1 -121
  2. package/dist-cjs/OrganizationsClient.js +1 -43
  3. package/dist-cjs/commands/AcceptHandshakeCommand.js +1 -29
  4. package/dist-cjs/commands/AttachPolicyCommand.js +1 -28
  5. package/dist-cjs/commands/CancelHandshakeCommand.js +1 -29
  6. package/dist-cjs/commands/CloseAccountCommand.js +1 -28
  7. package/dist-cjs/commands/CreateAccountCommand.js +1 -29
  8. package/dist-cjs/commands/CreateGovCloudAccountCommand.js +1 -29
  9. package/dist-cjs/commands/CreateOrganizationCommand.js +1 -29
  10. package/dist-cjs/commands/CreateOrganizationalUnitCommand.js +1 -28
  11. package/dist-cjs/commands/CreatePolicyCommand.js +1 -28
  12. package/dist-cjs/commands/DeclineHandshakeCommand.js +1 -29
  13. package/dist-cjs/commands/DeleteOrganizationCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteOrganizationalUnitCommand.js +1 -28
  15. package/dist-cjs/commands/DeletePolicyCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  17. package/dist-cjs/commands/DeregisterDelegatedAdministratorCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeAccountCommand.js +1 -29
  19. package/dist-cjs/commands/DescribeCreateAccountStatusCommand.js +1 -29
  20. package/dist-cjs/commands/DescribeEffectivePolicyCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeHandshakeCommand.js +1 -29
  22. package/dist-cjs/commands/DescribeOrganizationCommand.js +1 -29
  23. package/dist-cjs/commands/DescribeOrganizationalUnitCommand.js +1 -28
  24. package/dist-cjs/commands/DescribePolicyCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +1 -28
  26. package/dist-cjs/commands/DetachPolicyCommand.js +1 -28
  27. package/dist-cjs/commands/DisableAWSServiceAccessCommand.js +1 -28
  28. package/dist-cjs/commands/DisablePolicyTypeCommand.js +1 -28
  29. package/dist-cjs/commands/EnableAWSServiceAccessCommand.js +1 -28
  30. package/dist-cjs/commands/EnableAllFeaturesCommand.js +1 -29
  31. package/dist-cjs/commands/EnablePolicyTypeCommand.js +1 -28
  32. package/dist-cjs/commands/InviteAccountToOrganizationCommand.js +1 -29
  33. package/dist-cjs/commands/LeaveOrganizationCommand.js +1 -28
  34. package/dist-cjs/commands/ListAWSServiceAccessForOrganizationCommand.js +1 -28
  35. package/dist-cjs/commands/ListAccountsCommand.js +1 -29
  36. package/dist-cjs/commands/ListAccountsForParentCommand.js +1 -29
  37. package/dist-cjs/commands/ListChildrenCommand.js +1 -28
  38. package/dist-cjs/commands/ListCreateAccountStatusCommand.js +1 -29
  39. package/dist-cjs/commands/ListDelegatedAdministratorsCommand.js +1 -29
  40. package/dist-cjs/commands/ListDelegatedServicesForAccountCommand.js +1 -28
  41. package/dist-cjs/commands/ListHandshakesForAccountCommand.js +1 -29
  42. package/dist-cjs/commands/ListHandshakesForOrganizationCommand.js +1 -29
  43. package/dist-cjs/commands/ListOrganizationalUnitsForParentCommand.js +1 -28
  44. package/dist-cjs/commands/ListParentsCommand.js +1 -28
  45. package/dist-cjs/commands/ListPoliciesCommand.js +1 -28
  46. package/dist-cjs/commands/ListPoliciesForTargetCommand.js +1 -28
  47. package/dist-cjs/commands/ListRootsCommand.js +1 -28
  48. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  49. package/dist-cjs/commands/ListTargetsForPolicyCommand.js +1 -28
  50. package/dist-cjs/commands/MoveAccountCommand.js +1 -28
  51. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  52. package/dist-cjs/commands/RegisterDelegatedAdministratorCommand.js +1 -28
  53. package/dist-cjs/commands/RemoveAccountFromOrganizationCommand.js +1 -28
  54. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  55. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateOrganizationalUnitCommand.js +1 -28
  57. package/dist-cjs/commands/UpdatePolicyCommand.js +1 -28
  58. package/dist-cjs/commands/index.js +1 -58
  59. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  60. package/dist-cjs/extensionConfiguration.js +1 -2
  61. package/dist-cjs/index.js +6618 -11
  62. package/dist-cjs/models/OrganizationsServiceException.js +1 -12
  63. package/dist-cjs/models/index.js +1 -4
  64. package/dist-cjs/models/models_0.js +1 -1002
  65. package/dist-cjs/pagination/Interfaces.js +1 -2
  66. package/dist-cjs/pagination/ListAWSServiceAccessForOrganizationPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListAccountsForParentPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListAccountsPaginator.js +1 -7
  69. package/dist-cjs/pagination/ListChildrenPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListCreateAccountStatusPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListDelegatedAdministratorsPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListDelegatedServicesForAccountPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListHandshakesForAccountPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListHandshakesForOrganizationPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListOrganizationalUnitsForParentPaginator.js +1 -7
  76. package/dist-cjs/pagination/ListParentsPaginator.js +1 -7
  77. package/dist-cjs/pagination/ListPoliciesForTargetPaginator.js +1 -7
  78. package/dist-cjs/pagination/ListPoliciesPaginator.js +1 -7
  79. package/dist-cjs/pagination/ListRootsPaginator.js +1 -7
  80. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  81. package/dist-cjs/pagination/ListTargetsForPolicyPaginator.js +1 -7
  82. package/dist-cjs/pagination/index.js +1 -20
  83. package/dist-cjs/protocols/Aws_json1_1.js +1 -4048
  84. package/dist-cjs/runtimeExtensions.js +1 -22
  85. package/package.json +40 -40
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListAWSServiceAccessForOrganization = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListAWSServiceAccessForOrganizationCommand_1 = require("../commands/ListAWSServiceAccessForOrganizationCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListAWSServiceAccessForOrganization = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListAWSServiceAccessForOrganizationCommand_1.ListAWSServiceAccessForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListAccountsForParent = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListAccountsForParentCommand_1 = require("../commands/ListAccountsForParentCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListAccountsForParent = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListAccountsForParentCommand_1.ListAccountsForParentCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListAccounts = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListAccountsCommand_1 = require("../commands/ListAccountsCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListAccounts = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListAccountsCommand_1.ListAccountsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListChildren = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListChildrenCommand_1 = require("../commands/ListChildrenCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListChildren = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListChildrenCommand_1.ListChildrenCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCreateAccountStatus = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListCreateAccountStatusCommand_1 = require("../commands/ListCreateAccountStatusCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListCreateAccountStatus = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListCreateAccountStatusCommand_1.ListCreateAccountStatusCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDelegatedAdministrators = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDelegatedAdministratorsCommand_1 = require("../commands/ListDelegatedAdministratorsCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListDelegatedAdministrators = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListDelegatedAdministratorsCommand_1.ListDelegatedAdministratorsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDelegatedServicesForAccount = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDelegatedServicesForAccountCommand_1 = require("../commands/ListDelegatedServicesForAccountCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListDelegatedServicesForAccount = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListDelegatedServicesForAccountCommand_1.ListDelegatedServicesForAccountCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListHandshakesForAccount = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListHandshakesForAccountCommand_1 = require("../commands/ListHandshakesForAccountCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListHandshakesForAccount = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListHandshakesForAccountCommand_1.ListHandshakesForAccountCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListHandshakesForOrganization = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListHandshakesForOrganizationCommand_1 = require("../commands/ListHandshakesForOrganizationCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListHandshakesForOrganization = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListHandshakesForOrganizationCommand_1.ListHandshakesForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListOrganizationalUnitsForParent = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListOrganizationalUnitsForParentCommand_1 = require("../commands/ListOrganizationalUnitsForParentCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListOrganizationalUnitsForParent = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListOrganizationalUnitsForParentCommand_1.ListOrganizationalUnitsForParentCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListParents = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListParentsCommand_1 = require("../commands/ListParentsCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListParents = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListParentsCommand_1.ListParentsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPoliciesForTarget = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPoliciesForTargetCommand_1 = require("../commands/ListPoliciesForTargetCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListPoliciesForTarget = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListPoliciesForTargetCommand_1.ListPoliciesForTargetCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPolicies = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPoliciesCommand_1 = require("../commands/ListPoliciesCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListPolicies = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListPoliciesCommand_1.ListPoliciesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListRoots = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListRootsCommand_1 = require("../commands/ListRootsCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListRoots = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListRootsCommand_1.ListRootsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListTagsForResource = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListTagsForResource = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListTagsForResourceCommand_1.ListTagsForResourceCommand, "NextToken", "NextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListTargetsForPolicy = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListTargetsForPolicyCommand_1 = require("../commands/ListTargetsForPolicyCommand");
6
- const OrganizationsClient_1 = require("../OrganizationsClient");
7
- exports.paginateListTargetsForPolicy = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListTargetsForPolicyCommand_1.ListTargetsForPolicyCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,20 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./Interfaces"), exports);
5
- tslib_1.__exportStar(require("./ListAWSServiceAccessForOrganizationPaginator"), exports);
6
- tslib_1.__exportStar(require("./ListAccountsForParentPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListAccountsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListChildrenPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListCreateAccountStatusPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListDelegatedAdministratorsPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListDelegatedServicesForAccountPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListHandshakesForAccountPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListHandshakesForOrganizationPaginator"), exports);
14
- tslib_1.__exportStar(require("./ListOrganizationalUnitsForParentPaginator"), exports);
15
- tslib_1.__exportStar(require("./ListParentsPaginator"), exports);
16
- tslib_1.__exportStar(require("./ListPoliciesForTargetPaginator"), exports);
17
- tslib_1.__exportStar(require("./ListPoliciesPaginator"), exports);
18
- tslib_1.__exportStar(require("./ListRootsPaginator"), exports);
19
- tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
20
- tslib_1.__exportStar(require("./ListTargetsForPolicyPaginator"), exports);
1
+ module.exports = require("../index.js");