@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.
- package/dist-cjs/Organizations.js +1 -121
- package/dist-cjs/OrganizationsClient.js +1 -43
- package/dist-cjs/commands/AcceptHandshakeCommand.js +1 -29
- package/dist-cjs/commands/AttachPolicyCommand.js +1 -28
- package/dist-cjs/commands/CancelHandshakeCommand.js +1 -29
- package/dist-cjs/commands/CloseAccountCommand.js +1 -28
- package/dist-cjs/commands/CreateAccountCommand.js +1 -29
- package/dist-cjs/commands/CreateGovCloudAccountCommand.js +1 -29
- package/dist-cjs/commands/CreateOrganizationCommand.js +1 -29
- package/dist-cjs/commands/CreateOrganizationalUnitCommand.js +1 -28
- package/dist-cjs/commands/CreatePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeclineHandshakeCommand.js +1 -29
- package/dist-cjs/commands/DeleteOrganizationCommand.js +1 -28
- package/dist-cjs/commands/DeleteOrganizationalUnitCommand.js +1 -28
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeregisterDelegatedAdministratorCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccountCommand.js +1 -29
- package/dist-cjs/commands/DescribeCreateAccountStatusCommand.js +1 -29
- package/dist-cjs/commands/DescribeEffectivePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeHandshakeCommand.js +1 -29
- package/dist-cjs/commands/DescribeOrganizationCommand.js +1 -29
- package/dist-cjs/commands/DescribeOrganizationalUnitCommand.js +1 -28
- package/dist-cjs/commands/DescribePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DetachPolicyCommand.js +1 -28
- package/dist-cjs/commands/DisableAWSServiceAccessCommand.js +1 -28
- package/dist-cjs/commands/DisablePolicyTypeCommand.js +1 -28
- package/dist-cjs/commands/EnableAWSServiceAccessCommand.js +1 -28
- package/dist-cjs/commands/EnableAllFeaturesCommand.js +1 -29
- package/dist-cjs/commands/EnablePolicyTypeCommand.js +1 -28
- package/dist-cjs/commands/InviteAccountToOrganizationCommand.js +1 -29
- package/dist-cjs/commands/LeaveOrganizationCommand.js +1 -28
- package/dist-cjs/commands/ListAWSServiceAccessForOrganizationCommand.js +1 -28
- package/dist-cjs/commands/ListAccountsCommand.js +1 -29
- package/dist-cjs/commands/ListAccountsForParentCommand.js +1 -29
- package/dist-cjs/commands/ListChildrenCommand.js +1 -28
- package/dist-cjs/commands/ListCreateAccountStatusCommand.js +1 -29
- package/dist-cjs/commands/ListDelegatedAdministratorsCommand.js +1 -29
- package/dist-cjs/commands/ListDelegatedServicesForAccountCommand.js +1 -28
- package/dist-cjs/commands/ListHandshakesForAccountCommand.js +1 -29
- package/dist-cjs/commands/ListHandshakesForOrganizationCommand.js +1 -29
- package/dist-cjs/commands/ListOrganizationalUnitsForParentCommand.js +1 -28
- package/dist-cjs/commands/ListParentsCommand.js +1 -28
- package/dist-cjs/commands/ListPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListPoliciesForTargetCommand.js +1 -28
- package/dist-cjs/commands/ListRootsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTargetsForPolicyCommand.js +1 -28
- package/dist-cjs/commands/MoveAccountCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/RegisterDelegatedAdministratorCommand.js +1 -28
- package/dist-cjs/commands/RemoveAccountFromOrganizationCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateOrganizationalUnitCommand.js +1 -28
- package/dist-cjs/commands/UpdatePolicyCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -58
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6620 -11
- package/dist-cjs/models/OrganizationsServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -1002
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAWSServiceAccessForOrganizationPaginator.js +1 -7
- package/dist-cjs/pagination/ListAccountsForParentPaginator.js +1 -7
- package/dist-cjs/pagination/ListAccountsPaginator.js +1 -7
- package/dist-cjs/pagination/ListChildrenPaginator.js +1 -7
- package/dist-cjs/pagination/ListCreateAccountStatusPaginator.js +1 -7
- package/dist-cjs/pagination/ListDelegatedAdministratorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDelegatedServicesForAccountPaginator.js +1 -7
- package/dist-cjs/pagination/ListHandshakesForAccountPaginator.js +1 -7
- package/dist-cjs/pagination/ListHandshakesForOrganizationPaginator.js +1 -7
- package/dist-cjs/pagination/ListOrganizationalUnitsForParentPaginator.js +1 -7
- package/dist-cjs/pagination/ListParentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPoliciesForTargetPaginator.js +1 -7
- package/dist-cjs/pagination/ListPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListRootsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/ListTargetsForPolicyPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -20
- package/dist-cjs/protocols/Aws_json1_1.js +1 -4048
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,121 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Organizations = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AcceptHandshakeCommand_1 = require("./commands/AcceptHandshakeCommand");
|
|
6
|
-
const AttachPolicyCommand_1 = require("./commands/AttachPolicyCommand");
|
|
7
|
-
const CancelHandshakeCommand_1 = require("./commands/CancelHandshakeCommand");
|
|
8
|
-
const CloseAccountCommand_1 = require("./commands/CloseAccountCommand");
|
|
9
|
-
const CreateAccountCommand_1 = require("./commands/CreateAccountCommand");
|
|
10
|
-
const CreateGovCloudAccountCommand_1 = require("./commands/CreateGovCloudAccountCommand");
|
|
11
|
-
const CreateOrganizationalUnitCommand_1 = require("./commands/CreateOrganizationalUnitCommand");
|
|
12
|
-
const CreateOrganizationCommand_1 = require("./commands/CreateOrganizationCommand");
|
|
13
|
-
const CreatePolicyCommand_1 = require("./commands/CreatePolicyCommand");
|
|
14
|
-
const DeclineHandshakeCommand_1 = require("./commands/DeclineHandshakeCommand");
|
|
15
|
-
const DeleteOrganizationalUnitCommand_1 = require("./commands/DeleteOrganizationalUnitCommand");
|
|
16
|
-
const DeleteOrganizationCommand_1 = require("./commands/DeleteOrganizationCommand");
|
|
17
|
-
const DeletePolicyCommand_1 = require("./commands/DeletePolicyCommand");
|
|
18
|
-
const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
|
|
19
|
-
const DeregisterDelegatedAdministratorCommand_1 = require("./commands/DeregisterDelegatedAdministratorCommand");
|
|
20
|
-
const DescribeAccountCommand_1 = require("./commands/DescribeAccountCommand");
|
|
21
|
-
const DescribeCreateAccountStatusCommand_1 = require("./commands/DescribeCreateAccountStatusCommand");
|
|
22
|
-
const DescribeEffectivePolicyCommand_1 = require("./commands/DescribeEffectivePolicyCommand");
|
|
23
|
-
const DescribeHandshakeCommand_1 = require("./commands/DescribeHandshakeCommand");
|
|
24
|
-
const DescribeOrganizationalUnitCommand_1 = require("./commands/DescribeOrganizationalUnitCommand");
|
|
25
|
-
const DescribeOrganizationCommand_1 = require("./commands/DescribeOrganizationCommand");
|
|
26
|
-
const DescribePolicyCommand_1 = require("./commands/DescribePolicyCommand");
|
|
27
|
-
const DescribeResourcePolicyCommand_1 = require("./commands/DescribeResourcePolicyCommand");
|
|
28
|
-
const DetachPolicyCommand_1 = require("./commands/DetachPolicyCommand");
|
|
29
|
-
const DisableAWSServiceAccessCommand_1 = require("./commands/DisableAWSServiceAccessCommand");
|
|
30
|
-
const DisablePolicyTypeCommand_1 = require("./commands/DisablePolicyTypeCommand");
|
|
31
|
-
const EnableAllFeaturesCommand_1 = require("./commands/EnableAllFeaturesCommand");
|
|
32
|
-
const EnableAWSServiceAccessCommand_1 = require("./commands/EnableAWSServiceAccessCommand");
|
|
33
|
-
const EnablePolicyTypeCommand_1 = require("./commands/EnablePolicyTypeCommand");
|
|
34
|
-
const InviteAccountToOrganizationCommand_1 = require("./commands/InviteAccountToOrganizationCommand");
|
|
35
|
-
const LeaveOrganizationCommand_1 = require("./commands/LeaveOrganizationCommand");
|
|
36
|
-
const ListAccountsCommand_1 = require("./commands/ListAccountsCommand");
|
|
37
|
-
const ListAccountsForParentCommand_1 = require("./commands/ListAccountsForParentCommand");
|
|
38
|
-
const ListAWSServiceAccessForOrganizationCommand_1 = require("./commands/ListAWSServiceAccessForOrganizationCommand");
|
|
39
|
-
const ListChildrenCommand_1 = require("./commands/ListChildrenCommand");
|
|
40
|
-
const ListCreateAccountStatusCommand_1 = require("./commands/ListCreateAccountStatusCommand");
|
|
41
|
-
const ListDelegatedAdministratorsCommand_1 = require("./commands/ListDelegatedAdministratorsCommand");
|
|
42
|
-
const ListDelegatedServicesForAccountCommand_1 = require("./commands/ListDelegatedServicesForAccountCommand");
|
|
43
|
-
const ListHandshakesForAccountCommand_1 = require("./commands/ListHandshakesForAccountCommand");
|
|
44
|
-
const ListHandshakesForOrganizationCommand_1 = require("./commands/ListHandshakesForOrganizationCommand");
|
|
45
|
-
const ListOrganizationalUnitsForParentCommand_1 = require("./commands/ListOrganizationalUnitsForParentCommand");
|
|
46
|
-
const ListParentsCommand_1 = require("./commands/ListParentsCommand");
|
|
47
|
-
const ListPoliciesCommand_1 = require("./commands/ListPoliciesCommand");
|
|
48
|
-
const ListPoliciesForTargetCommand_1 = require("./commands/ListPoliciesForTargetCommand");
|
|
49
|
-
const ListRootsCommand_1 = require("./commands/ListRootsCommand");
|
|
50
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
51
|
-
const ListTargetsForPolicyCommand_1 = require("./commands/ListTargetsForPolicyCommand");
|
|
52
|
-
const MoveAccountCommand_1 = require("./commands/MoveAccountCommand");
|
|
53
|
-
const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
|
|
54
|
-
const RegisterDelegatedAdministratorCommand_1 = require("./commands/RegisterDelegatedAdministratorCommand");
|
|
55
|
-
const RemoveAccountFromOrganizationCommand_1 = require("./commands/RemoveAccountFromOrganizationCommand");
|
|
56
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
57
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
58
|
-
const UpdateOrganizationalUnitCommand_1 = require("./commands/UpdateOrganizationalUnitCommand");
|
|
59
|
-
const UpdatePolicyCommand_1 = require("./commands/UpdatePolicyCommand");
|
|
60
|
-
const OrganizationsClient_1 = require("./OrganizationsClient");
|
|
61
|
-
const commands = {
|
|
62
|
-
AcceptHandshakeCommand: AcceptHandshakeCommand_1.AcceptHandshakeCommand,
|
|
63
|
-
AttachPolicyCommand: AttachPolicyCommand_1.AttachPolicyCommand,
|
|
64
|
-
CancelHandshakeCommand: CancelHandshakeCommand_1.CancelHandshakeCommand,
|
|
65
|
-
CloseAccountCommand: CloseAccountCommand_1.CloseAccountCommand,
|
|
66
|
-
CreateAccountCommand: CreateAccountCommand_1.CreateAccountCommand,
|
|
67
|
-
CreateGovCloudAccountCommand: CreateGovCloudAccountCommand_1.CreateGovCloudAccountCommand,
|
|
68
|
-
CreateOrganizationCommand: CreateOrganizationCommand_1.CreateOrganizationCommand,
|
|
69
|
-
CreateOrganizationalUnitCommand: CreateOrganizationalUnitCommand_1.CreateOrganizationalUnitCommand,
|
|
70
|
-
CreatePolicyCommand: CreatePolicyCommand_1.CreatePolicyCommand,
|
|
71
|
-
DeclineHandshakeCommand: DeclineHandshakeCommand_1.DeclineHandshakeCommand,
|
|
72
|
-
DeleteOrganizationCommand: DeleteOrganizationCommand_1.DeleteOrganizationCommand,
|
|
73
|
-
DeleteOrganizationalUnitCommand: DeleteOrganizationalUnitCommand_1.DeleteOrganizationalUnitCommand,
|
|
74
|
-
DeletePolicyCommand: DeletePolicyCommand_1.DeletePolicyCommand,
|
|
75
|
-
DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
|
|
76
|
-
DeregisterDelegatedAdministratorCommand: DeregisterDelegatedAdministratorCommand_1.DeregisterDelegatedAdministratorCommand,
|
|
77
|
-
DescribeAccountCommand: DescribeAccountCommand_1.DescribeAccountCommand,
|
|
78
|
-
DescribeCreateAccountStatusCommand: DescribeCreateAccountStatusCommand_1.DescribeCreateAccountStatusCommand,
|
|
79
|
-
DescribeEffectivePolicyCommand: DescribeEffectivePolicyCommand_1.DescribeEffectivePolicyCommand,
|
|
80
|
-
DescribeHandshakeCommand: DescribeHandshakeCommand_1.DescribeHandshakeCommand,
|
|
81
|
-
DescribeOrganizationCommand: DescribeOrganizationCommand_1.DescribeOrganizationCommand,
|
|
82
|
-
DescribeOrganizationalUnitCommand: DescribeOrganizationalUnitCommand_1.DescribeOrganizationalUnitCommand,
|
|
83
|
-
DescribePolicyCommand: DescribePolicyCommand_1.DescribePolicyCommand,
|
|
84
|
-
DescribeResourcePolicyCommand: DescribeResourcePolicyCommand_1.DescribeResourcePolicyCommand,
|
|
85
|
-
DetachPolicyCommand: DetachPolicyCommand_1.DetachPolicyCommand,
|
|
86
|
-
DisableAWSServiceAccessCommand: DisableAWSServiceAccessCommand_1.DisableAWSServiceAccessCommand,
|
|
87
|
-
DisablePolicyTypeCommand: DisablePolicyTypeCommand_1.DisablePolicyTypeCommand,
|
|
88
|
-
EnableAllFeaturesCommand: EnableAllFeaturesCommand_1.EnableAllFeaturesCommand,
|
|
89
|
-
EnableAWSServiceAccessCommand: EnableAWSServiceAccessCommand_1.EnableAWSServiceAccessCommand,
|
|
90
|
-
EnablePolicyTypeCommand: EnablePolicyTypeCommand_1.EnablePolicyTypeCommand,
|
|
91
|
-
InviteAccountToOrganizationCommand: InviteAccountToOrganizationCommand_1.InviteAccountToOrganizationCommand,
|
|
92
|
-
LeaveOrganizationCommand: LeaveOrganizationCommand_1.LeaveOrganizationCommand,
|
|
93
|
-
ListAccountsCommand: ListAccountsCommand_1.ListAccountsCommand,
|
|
94
|
-
ListAccountsForParentCommand: ListAccountsForParentCommand_1.ListAccountsForParentCommand,
|
|
95
|
-
ListAWSServiceAccessForOrganizationCommand: ListAWSServiceAccessForOrganizationCommand_1.ListAWSServiceAccessForOrganizationCommand,
|
|
96
|
-
ListChildrenCommand: ListChildrenCommand_1.ListChildrenCommand,
|
|
97
|
-
ListCreateAccountStatusCommand: ListCreateAccountStatusCommand_1.ListCreateAccountStatusCommand,
|
|
98
|
-
ListDelegatedAdministratorsCommand: ListDelegatedAdministratorsCommand_1.ListDelegatedAdministratorsCommand,
|
|
99
|
-
ListDelegatedServicesForAccountCommand: ListDelegatedServicesForAccountCommand_1.ListDelegatedServicesForAccountCommand,
|
|
100
|
-
ListHandshakesForAccountCommand: ListHandshakesForAccountCommand_1.ListHandshakesForAccountCommand,
|
|
101
|
-
ListHandshakesForOrganizationCommand: ListHandshakesForOrganizationCommand_1.ListHandshakesForOrganizationCommand,
|
|
102
|
-
ListOrganizationalUnitsForParentCommand: ListOrganizationalUnitsForParentCommand_1.ListOrganizationalUnitsForParentCommand,
|
|
103
|
-
ListParentsCommand: ListParentsCommand_1.ListParentsCommand,
|
|
104
|
-
ListPoliciesCommand: ListPoliciesCommand_1.ListPoliciesCommand,
|
|
105
|
-
ListPoliciesForTargetCommand: ListPoliciesForTargetCommand_1.ListPoliciesForTargetCommand,
|
|
106
|
-
ListRootsCommand: ListRootsCommand_1.ListRootsCommand,
|
|
107
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
108
|
-
ListTargetsForPolicyCommand: ListTargetsForPolicyCommand_1.ListTargetsForPolicyCommand,
|
|
109
|
-
MoveAccountCommand: MoveAccountCommand_1.MoveAccountCommand,
|
|
110
|
-
PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
|
|
111
|
-
RegisterDelegatedAdministratorCommand: RegisterDelegatedAdministratorCommand_1.RegisterDelegatedAdministratorCommand,
|
|
112
|
-
RemoveAccountFromOrganizationCommand: RemoveAccountFromOrganizationCommand_1.RemoveAccountFromOrganizationCommand,
|
|
113
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
114
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
115
|
-
UpdateOrganizationalUnitCommand: UpdateOrganizationalUnitCommand_1.UpdateOrganizationalUnitCommand,
|
|
116
|
-
UpdatePolicyCommand: UpdatePolicyCommand_1.UpdatePolicyCommand,
|
|
117
|
-
};
|
|
118
|
-
class Organizations extends OrganizationsClient_1.OrganizationsClient {
|
|
119
|
-
}
|
|
120
|
-
exports.Organizations = Organizations;
|
|
121
|
-
(0, smithy_client_1.createAggregatedClient)(commands, Organizations);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OrganizationsClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class OrganizationsClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.OrganizationsClient = OrganizationsClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AcceptHandshakeCommand = 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 AcceptHandshakeCommand 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", "AcceptHandshake", {})
|
|
23
|
-
.n("OrganizationsClient", "AcceptHandshakeCommand")
|
|
24
|
-
.f(void 0, models_0_1.AcceptHandshakeResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_AcceptHandshakeCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_AcceptHandshakeCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.AcceptHandshakeCommand = AcceptHandshakeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AttachPolicyCommand = 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 AttachPolicyCommand 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", "AttachPolicy", {})
|
|
22
|
-
.n("OrganizationsClient", "AttachPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_AttachPolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_AttachPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AttachPolicyCommand = AttachPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelHandshakeCommand = 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 CancelHandshakeCommand 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", "CancelHandshake", {})
|
|
23
|
-
.n("OrganizationsClient", "CancelHandshakeCommand")
|
|
24
|
-
.f(void 0, models_0_1.CancelHandshakeResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CancelHandshakeCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CancelHandshakeCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CancelHandshakeCommand = CancelHandshakeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CloseAccountCommand = 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 CloseAccountCommand 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", "CloseAccount", {})
|
|
22
|
-
.n("OrganizationsClient", "CloseAccountCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CloseAccountCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CloseAccountCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CloseAccountCommand = CloseAccountCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAccountCommand = 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 CreateAccountCommand 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", "CreateAccount", {})
|
|
23
|
-
.n("OrganizationsClient", "CreateAccountCommand")
|
|
24
|
-
.f(models_0_1.CreateAccountRequestFilterSensitiveLog, models_0_1.CreateAccountResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreateAccountCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreateAccountCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateAccountCommand = CreateAccountCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateGovCloudAccountCommand = 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 CreateGovCloudAccountCommand 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", "CreateGovCloudAccount", {})
|
|
23
|
-
.n("OrganizationsClient", "CreateGovCloudAccountCommand")
|
|
24
|
-
.f(models_0_1.CreateGovCloudAccountRequestFilterSensitiveLog, models_0_1.CreateGovCloudAccountResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreateGovCloudAccountCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreateGovCloudAccountCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateGovCloudAccountCommand = CreateGovCloudAccountCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateOrganizationCommand = 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 CreateOrganizationCommand 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", "CreateOrganization", {})
|
|
23
|
-
.n("OrganizationsClient", "CreateOrganizationCommand")
|
|
24
|
-
.f(void 0, models_0_1.CreateOrganizationResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreateOrganizationCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreateOrganizationCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateOrganizationCommand = CreateOrganizationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateOrganizationalUnitCommand = 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 CreateOrganizationalUnitCommand 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", "CreateOrganizationalUnit", {})
|
|
22
|
-
.n("OrganizationsClient", "CreateOrganizationalUnitCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateOrganizationalUnitCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateOrganizationalUnitCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateOrganizationalUnitCommand = CreateOrganizationalUnitCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePolicyCommand = 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 CreatePolicyCommand 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", "CreatePolicy", {})
|
|
22
|
-
.n("OrganizationsClient", "CreatePolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreatePolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreatePolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePolicyCommand = CreatePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeclineHandshakeCommand = 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 DeclineHandshakeCommand 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", "DeclineHandshake", {})
|
|
23
|
-
.n("OrganizationsClient", "DeclineHandshakeCommand")
|
|
24
|
-
.f(void 0, models_0_1.DeclineHandshakeResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_DeclineHandshakeCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_DeclineHandshakeCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DeclineHandshakeCommand = DeclineHandshakeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteOrganizationCommand = 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 DeleteOrganizationCommand 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", "DeleteOrganization", {})
|
|
22
|
-
.n("OrganizationsClient", "DeleteOrganizationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteOrganizationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteOrganizationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteOrganizationCommand = DeleteOrganizationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteOrganizationalUnitCommand = 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 DeleteOrganizationalUnitCommand 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", "DeleteOrganizationalUnit", {})
|
|
22
|
-
.n("OrganizationsClient", "DeleteOrganizationalUnitCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteOrganizationalUnitCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteOrganizationalUnitCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteOrganizationalUnitCommand = DeleteOrganizationalUnitCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePolicyCommand = 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 DeletePolicyCommand 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", "DeletePolicy", {})
|
|
22
|
-
.n("OrganizationsClient", "DeletePolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeletePolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeletePolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeletePolicyCommand = DeletePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteResourcePolicyCommand = 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 DeleteResourcePolicyCommand 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", "DeleteResourcePolicy", {})
|
|
22
|
-
.n("OrganizationsClient", "DeleteResourcePolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteResourcePolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteResourcePolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeregisterDelegatedAdministratorCommand = 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 DeregisterDelegatedAdministratorCommand 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", "DeregisterDelegatedAdministrator", {})
|
|
22
|
-
.n("OrganizationsClient", "DeregisterDelegatedAdministratorCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeregisterDelegatedAdministratorCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeregisterDelegatedAdministratorCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeregisterDelegatedAdministratorCommand = DeregisterDelegatedAdministratorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|