@aws-sdk/client-organizations 3.490.0 → 3.496.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 +6620 -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,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDelegatedAdministratorsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class ListDelegatedAdministratorsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSOrganizationsV20161128", "ListDelegatedAdministrators", {})
23
- .n("OrganizationsClient", "ListDelegatedAdministratorsCommand")
24
- .f(void 0, models_0_1.ListDelegatedAdministratorsResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_ListDelegatedAdministratorsCommand)
26
- .de(Aws_json1_1_1.de_ListDelegatedAdministratorsCommand)
27
- .build() {
28
- }
29
- exports.ListDelegatedAdministratorsCommand = ListDelegatedAdministratorsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDelegatedServicesForAccountCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListDelegatedServicesForAccountCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "ListDelegatedServicesForAccount", {})
22
- .n("OrganizationsClient", "ListDelegatedServicesForAccountCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListDelegatedServicesForAccountCommand)
25
- .de(Aws_json1_1_1.de_ListDelegatedServicesForAccountCommand)
26
- .build() {
27
- }
28
- exports.ListDelegatedServicesForAccountCommand = ListDelegatedServicesForAccountCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListHandshakesForAccountCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class ListHandshakesForAccountCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSOrganizationsV20161128", "ListHandshakesForAccount", {})
23
- .n("OrganizationsClient", "ListHandshakesForAccountCommand")
24
- .f(void 0, models_0_1.ListHandshakesForAccountResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_ListHandshakesForAccountCommand)
26
- .de(Aws_json1_1_1.de_ListHandshakesForAccountCommand)
27
- .build() {
28
- }
29
- exports.ListHandshakesForAccountCommand = ListHandshakesForAccountCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListHandshakesForOrganizationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class ListHandshakesForOrganizationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSOrganizationsV20161128", "ListHandshakesForOrganization", {})
23
- .n("OrganizationsClient", "ListHandshakesForOrganizationCommand")
24
- .f(void 0, models_0_1.ListHandshakesForOrganizationResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_ListHandshakesForOrganizationCommand)
26
- .de(Aws_json1_1_1.de_ListHandshakesForOrganizationCommand)
27
- .build() {
28
- }
29
- exports.ListHandshakesForOrganizationCommand = ListHandshakesForOrganizationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListOrganizationalUnitsForParentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListOrganizationalUnitsForParentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "ListOrganizationalUnitsForParent", {})
22
- .n("OrganizationsClient", "ListOrganizationalUnitsForParentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListOrganizationalUnitsForParentCommand)
25
- .de(Aws_json1_1_1.de_ListOrganizationalUnitsForParentCommand)
26
- .build() {
27
- }
28
- exports.ListOrganizationalUnitsForParentCommand = ListOrganizationalUnitsForParentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListParentsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListParentsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "ListParents", {})
22
- .n("OrganizationsClient", "ListParentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListParentsCommand)
25
- .de(Aws_json1_1_1.de_ListParentsCommand)
26
- .build() {
27
- }
28
- exports.ListParentsCommand = ListParentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPoliciesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListPoliciesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "ListPolicies", {})
22
- .n("OrganizationsClient", "ListPoliciesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListPoliciesCommand)
25
- .de(Aws_json1_1_1.de_ListPoliciesCommand)
26
- .build() {
27
- }
28
- exports.ListPoliciesCommand = ListPoliciesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPoliciesForTargetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListPoliciesForTargetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "ListPoliciesForTarget", {})
22
- .n("OrganizationsClient", "ListPoliciesForTargetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListPoliciesForTargetCommand)
25
- .de(Aws_json1_1_1.de_ListPoliciesForTargetCommand)
26
- .build() {
27
- }
28
- exports.ListPoliciesForTargetCommand = ListPoliciesForTargetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListRootsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListRootsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "ListRoots", {})
22
- .n("OrganizationsClient", "ListRootsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListRootsCommand)
25
- .de(Aws_json1_1_1.de_ListRootsCommand)
26
- .build() {
27
- }
28
- exports.ListRootsCommand = ListRootsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "ListTagsForResource", {})
22
- .n("OrganizationsClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_json1_1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTargetsForPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListTargetsForPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "ListTargetsForPolicy", {})
22
- .n("OrganizationsClient", "ListTargetsForPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTargetsForPolicyCommand)
25
- .de(Aws_json1_1_1.de_ListTargetsForPolicyCommand)
26
- .build() {
27
- }
28
- exports.ListTargetsForPolicyCommand = ListTargetsForPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MoveAccountCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class MoveAccountCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "MoveAccount", {})
22
- .n("OrganizationsClient", "MoveAccountCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_MoveAccountCommand)
25
- .de(Aws_json1_1_1.de_MoveAccountCommand)
26
- .build() {
27
- }
28
- exports.MoveAccountCommand = MoveAccountCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutResourcePolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class PutResourcePolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "PutResourcePolicy", {})
22
- .n("OrganizationsClient", "PutResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_PutResourcePolicyCommand)
25
- .de(Aws_json1_1_1.de_PutResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterDelegatedAdministratorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class RegisterDelegatedAdministratorCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "RegisterDelegatedAdministrator", {})
22
- .n("OrganizationsClient", "RegisterDelegatedAdministratorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_RegisterDelegatedAdministratorCommand)
25
- .de(Aws_json1_1_1.de_RegisterDelegatedAdministratorCommand)
26
- .build() {
27
- }
28
- exports.RegisterDelegatedAdministratorCommand = RegisterDelegatedAdministratorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveAccountFromOrganizationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class RemoveAccountFromOrganizationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "RemoveAccountFromOrganization", {})
22
- .n("OrganizationsClient", "RemoveAccountFromOrganizationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_RemoveAccountFromOrganizationCommand)
25
- .de(Aws_json1_1_1.de_RemoveAccountFromOrganizationCommand)
26
- .build() {
27
- }
28
- exports.RemoveAccountFromOrganizationCommand = RemoveAccountFromOrganizationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "TagResource", {})
22
- .n("OrganizationsClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_TagResourceCommand)
25
- .de(Aws_json1_1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "UntagResource", {})
22
- .n("OrganizationsClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UntagResourceCommand)
25
- .de(Aws_json1_1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateOrganizationalUnitCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateOrganizationalUnitCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "UpdateOrganizationalUnit", {})
22
- .n("OrganizationsClient", "UpdateOrganizationalUnitCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateOrganizationalUnitCommand)
25
- .de(Aws_json1_1_1.de_UpdateOrganizationalUnitCommand)
26
- .build() {
27
- }
28
- exports.UpdateOrganizationalUnitCommand = UpdateOrganizationalUnitCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdatePolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSOrganizationsV20161128", "UpdatePolicy", {})
22
- .n("OrganizationsClient", "UpdatePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdatePolicyCommand)
25
- .de(Aws_json1_1_1.de_UpdatePolicyCommand)
26
- .build() {
27
- }
28
- exports.UpdatePolicyCommand = UpdatePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,58 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AcceptHandshakeCommand"), exports);
5
- tslib_1.__exportStar(require("./AttachPolicyCommand"), exports);
6
- tslib_1.__exportStar(require("./CancelHandshakeCommand"), exports);
7
- tslib_1.__exportStar(require("./CloseAccountCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateAccountCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateGovCloudAccountCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateOrganizationCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateOrganizationalUnitCommand"), exports);
12
- tslib_1.__exportStar(require("./CreatePolicyCommand"), exports);
13
- tslib_1.__exportStar(require("./DeclineHandshakeCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteOrganizationCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteOrganizationalUnitCommand"), exports);
16
- tslib_1.__exportStar(require("./DeletePolicyCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteResourcePolicyCommand"), exports);
18
- tslib_1.__exportStar(require("./DeregisterDelegatedAdministratorCommand"), exports);
19
- tslib_1.__exportStar(require("./DescribeAccountCommand"), exports);
20
- tslib_1.__exportStar(require("./DescribeCreateAccountStatusCommand"), exports);
21
- tslib_1.__exportStar(require("./DescribeEffectivePolicyCommand"), exports);
22
- tslib_1.__exportStar(require("./DescribeHandshakeCommand"), exports);
23
- tslib_1.__exportStar(require("./DescribeOrganizationCommand"), exports);
24
- tslib_1.__exportStar(require("./DescribeOrganizationalUnitCommand"), exports);
25
- tslib_1.__exportStar(require("./DescribePolicyCommand"), exports);
26
- tslib_1.__exportStar(require("./DescribeResourcePolicyCommand"), exports);
27
- tslib_1.__exportStar(require("./DetachPolicyCommand"), exports);
28
- tslib_1.__exportStar(require("./DisableAWSServiceAccessCommand"), exports);
29
- tslib_1.__exportStar(require("./DisablePolicyTypeCommand"), exports);
30
- tslib_1.__exportStar(require("./EnableAWSServiceAccessCommand"), exports);
31
- tslib_1.__exportStar(require("./EnableAllFeaturesCommand"), exports);
32
- tslib_1.__exportStar(require("./EnablePolicyTypeCommand"), exports);
33
- tslib_1.__exportStar(require("./InviteAccountToOrganizationCommand"), exports);
34
- tslib_1.__exportStar(require("./LeaveOrganizationCommand"), exports);
35
- tslib_1.__exportStar(require("./ListAWSServiceAccessForOrganizationCommand"), exports);
36
- tslib_1.__exportStar(require("./ListAccountsCommand"), exports);
37
- tslib_1.__exportStar(require("./ListAccountsForParentCommand"), exports);
38
- tslib_1.__exportStar(require("./ListChildrenCommand"), exports);
39
- tslib_1.__exportStar(require("./ListCreateAccountStatusCommand"), exports);
40
- tslib_1.__exportStar(require("./ListDelegatedAdministratorsCommand"), exports);
41
- tslib_1.__exportStar(require("./ListDelegatedServicesForAccountCommand"), exports);
42
- tslib_1.__exportStar(require("./ListHandshakesForAccountCommand"), exports);
43
- tslib_1.__exportStar(require("./ListHandshakesForOrganizationCommand"), exports);
44
- tslib_1.__exportStar(require("./ListOrganizationalUnitsForParentCommand"), exports);
45
- tslib_1.__exportStar(require("./ListParentsCommand"), exports);
46
- tslib_1.__exportStar(require("./ListPoliciesCommand"), exports);
47
- tslib_1.__exportStar(require("./ListPoliciesForTargetCommand"), exports);
48
- tslib_1.__exportStar(require("./ListRootsCommand"), exports);
49
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
50
- tslib_1.__exportStar(require("./ListTargetsForPolicyCommand"), exports);
51
- tslib_1.__exportStar(require("./MoveAccountCommand"), exports);
52
- tslib_1.__exportStar(require("./PutResourcePolicyCommand"), exports);
53
- tslib_1.__exportStar(require("./RegisterDelegatedAdministratorCommand"), exports);
54
- tslib_1.__exportStar(require("./RemoveAccountFromOrganizationCommand"), exports);
55
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
56
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
57
- tslib_1.__exportStar(require("./UpdateOrganizationalUnitCommand"), exports);
58
- tslib_1.__exportStar(require("./UpdatePolicyCommand"), exports);
1
+ module.exports = require("../index.js");