@aws-sdk/client-organizations 3.926.0 → 3.928.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/index.js +1881 -2595
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/OrganizationsClient.js +2 -0
- package/dist-es/commands/AcceptHandshakeCommand.js +3 -10
- package/dist-es/commands/AttachPolicyCommand.js +3 -9
- package/dist-es/commands/CancelHandshakeCommand.js +3 -10
- package/dist-es/commands/CloseAccountCommand.js +3 -9
- package/dist-es/commands/CreateAccountCommand.js +3 -10
- package/dist-es/commands/CreateGovCloudAccountCommand.js +3 -10
- package/dist-es/commands/CreateOrganizationCommand.js +3 -10
- package/dist-es/commands/CreateOrganizationalUnitCommand.js +3 -9
- package/dist-es/commands/CreatePolicyCommand.js +3 -9
- package/dist-es/commands/DeclineHandshakeCommand.js +3 -10
- package/dist-es/commands/DeleteOrganizationCommand.js +3 -9
- package/dist-es/commands/DeleteOrganizationalUnitCommand.js +3 -9
- package/dist-es/commands/DeletePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +3 -9
- package/dist-es/commands/DescribeAccountCommand.js +3 -10
- package/dist-es/commands/DescribeCreateAccountStatusCommand.js +3 -10
- package/dist-es/commands/DescribeEffectivePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeHandshakeCommand.js +3 -10
- package/dist-es/commands/DescribeOrganizationCommand.js +3 -10
- package/dist-es/commands/DescribeOrganizationalUnitCommand.js +3 -9
- package/dist-es/commands/DescribePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DetachPolicyCommand.js +3 -9
- package/dist-es/commands/DisableAWSServiceAccessCommand.js +3 -9
- package/dist-es/commands/DisablePolicyTypeCommand.js +3 -9
- package/dist-es/commands/EnableAWSServiceAccessCommand.js +3 -9
- package/dist-es/commands/EnableAllFeaturesCommand.js +3 -10
- package/dist-es/commands/EnablePolicyTypeCommand.js +3 -9
- package/dist-es/commands/InviteAccountToOrganizationCommand.js +3 -10
- package/dist-es/commands/LeaveOrganizationCommand.js +3 -9
- package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +3 -9
- package/dist-es/commands/ListAccountsCommand.js +3 -10
- package/dist-es/commands/ListAccountsForParentCommand.js +3 -10
- package/dist-es/commands/ListAccountsWithInvalidEffectivePolicyCommand.js +3 -10
- package/dist-es/commands/ListChildrenCommand.js +3 -9
- package/dist-es/commands/ListCreateAccountStatusCommand.js +3 -10
- package/dist-es/commands/ListDelegatedAdministratorsCommand.js +3 -10
- package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +3 -9
- package/dist-es/commands/ListEffectivePolicyValidationErrorsCommand.js +3 -9
- package/dist-es/commands/ListHandshakesForAccountCommand.js +3 -10
- package/dist-es/commands/ListHandshakesForOrganizationCommand.js +3 -10
- package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +3 -9
- package/dist-es/commands/ListParentsCommand.js +3 -9
- package/dist-es/commands/ListPoliciesCommand.js +3 -9
- package/dist-es/commands/ListPoliciesForTargetCommand.js +3 -9
- package/dist-es/commands/ListRootsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTargetsForPolicyCommand.js +3 -9
- package/dist-es/commands/MoveAccountCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +3 -9
- package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateOrganizationalUnitCommand.js +3 -9
- package/dist-es/commands/UpdatePolicyCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -132
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1627 -0
- package/dist-types/OrganizationsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -116
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +249 -0
- package/dist-types/ts3.4/OrganizationsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -81
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +255 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1899
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -515
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -689
|
@@ -1,515 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput } from "../commands/AcceptHandshakeCommand";
|
|
4
|
-
import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "../commands/AttachPolicyCommand";
|
|
5
|
-
import { CancelHandshakeCommandInput, CancelHandshakeCommandOutput } from "../commands/CancelHandshakeCommand";
|
|
6
|
-
import { CloseAccountCommandInput, CloseAccountCommandOutput } from "../commands/CloseAccountCommand";
|
|
7
|
-
import { CreateAccountCommandInput, CreateAccountCommandOutput } from "../commands/CreateAccountCommand";
|
|
8
|
-
import { CreateGovCloudAccountCommandInput, CreateGovCloudAccountCommandOutput } from "../commands/CreateGovCloudAccountCommand";
|
|
9
|
-
import { CreateOrganizationalUnitCommandInput, CreateOrganizationalUnitCommandOutput } from "../commands/CreateOrganizationalUnitCommand";
|
|
10
|
-
import { CreateOrganizationCommandInput, CreateOrganizationCommandOutput } from "../commands/CreateOrganizationCommand";
|
|
11
|
-
import { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "../commands/CreatePolicyCommand";
|
|
12
|
-
import { DeclineHandshakeCommandInput, DeclineHandshakeCommandOutput } from "../commands/DeclineHandshakeCommand";
|
|
13
|
-
import { DeleteOrganizationalUnitCommandInput, DeleteOrganizationalUnitCommandOutput } from "../commands/DeleteOrganizationalUnitCommand";
|
|
14
|
-
import { DeleteOrganizationCommandInput, DeleteOrganizationCommandOutput } from "../commands/DeleteOrganizationCommand";
|
|
15
|
-
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
|
|
16
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
17
|
-
import { DeregisterDelegatedAdministratorCommandInput, DeregisterDelegatedAdministratorCommandOutput } from "../commands/DeregisterDelegatedAdministratorCommand";
|
|
18
|
-
import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "../commands/DescribeAccountCommand";
|
|
19
|
-
import { DescribeCreateAccountStatusCommandInput, DescribeCreateAccountStatusCommandOutput } from "../commands/DescribeCreateAccountStatusCommand";
|
|
20
|
-
import { DescribeEffectivePolicyCommandInput, DescribeEffectivePolicyCommandOutput } from "../commands/DescribeEffectivePolicyCommand";
|
|
21
|
-
import { DescribeHandshakeCommandInput, DescribeHandshakeCommandOutput } from "../commands/DescribeHandshakeCommand";
|
|
22
|
-
import { DescribeOrganizationalUnitCommandInput, DescribeOrganizationalUnitCommandOutput } from "../commands/DescribeOrganizationalUnitCommand";
|
|
23
|
-
import { DescribeOrganizationCommandInput, DescribeOrganizationCommandOutput } from "../commands/DescribeOrganizationCommand";
|
|
24
|
-
import { DescribePolicyCommandInput, DescribePolicyCommandOutput } from "../commands/DescribePolicyCommand";
|
|
25
|
-
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
|
|
26
|
-
import { DetachPolicyCommandInput, DetachPolicyCommandOutput } from "../commands/DetachPolicyCommand";
|
|
27
|
-
import { DisableAWSServiceAccessCommandInput, DisableAWSServiceAccessCommandOutput } from "../commands/DisableAWSServiceAccessCommand";
|
|
28
|
-
import { DisablePolicyTypeCommandInput, DisablePolicyTypeCommandOutput } from "../commands/DisablePolicyTypeCommand";
|
|
29
|
-
import { EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput } from "../commands/EnableAllFeaturesCommand";
|
|
30
|
-
import { EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput } from "../commands/EnableAWSServiceAccessCommand";
|
|
31
|
-
import { EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput } from "../commands/EnablePolicyTypeCommand";
|
|
32
|
-
import { InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput } from "../commands/InviteAccountToOrganizationCommand";
|
|
33
|
-
import { LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput } from "../commands/LeaveOrganizationCommand";
|
|
34
|
-
import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
|
|
35
|
-
import { ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput } from "../commands/ListAccountsForParentCommand";
|
|
36
|
-
import { ListAccountsWithInvalidEffectivePolicyCommandInput, ListAccountsWithInvalidEffectivePolicyCommandOutput } from "../commands/ListAccountsWithInvalidEffectivePolicyCommand";
|
|
37
|
-
import { ListAWSServiceAccessForOrganizationCommandInput, ListAWSServiceAccessForOrganizationCommandOutput } from "../commands/ListAWSServiceAccessForOrganizationCommand";
|
|
38
|
-
import { ListChildrenCommandInput, ListChildrenCommandOutput } from "../commands/ListChildrenCommand";
|
|
39
|
-
import { ListCreateAccountStatusCommandInput, ListCreateAccountStatusCommandOutput } from "../commands/ListCreateAccountStatusCommand";
|
|
40
|
-
import { ListDelegatedAdministratorsCommandInput, ListDelegatedAdministratorsCommandOutput } from "../commands/ListDelegatedAdministratorsCommand";
|
|
41
|
-
import { ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAccountCommandOutput } from "../commands/ListDelegatedServicesForAccountCommand";
|
|
42
|
-
import { ListEffectivePolicyValidationErrorsCommandInput, ListEffectivePolicyValidationErrorsCommandOutput } from "../commands/ListEffectivePolicyValidationErrorsCommand";
|
|
43
|
-
import { ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput } from "../commands/ListHandshakesForAccountCommand";
|
|
44
|
-
import { ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput } from "../commands/ListHandshakesForOrganizationCommand";
|
|
45
|
-
import { ListOrganizationalUnitsForParentCommandInput, ListOrganizationalUnitsForParentCommandOutput } from "../commands/ListOrganizationalUnitsForParentCommand";
|
|
46
|
-
import { ListParentsCommandInput, ListParentsCommandOutput } from "../commands/ListParentsCommand";
|
|
47
|
-
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
|
|
48
|
-
import { ListPoliciesForTargetCommandInput, ListPoliciesForTargetCommandOutput } from "../commands/ListPoliciesForTargetCommand";
|
|
49
|
-
import { ListRootsCommandInput, ListRootsCommandOutput } from "../commands/ListRootsCommand";
|
|
50
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
51
|
-
import { ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput } from "../commands/ListTargetsForPolicyCommand";
|
|
52
|
-
import { MoveAccountCommandInput, MoveAccountCommandOutput } from "../commands/MoveAccountCommand";
|
|
53
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
54
|
-
import { RegisterDelegatedAdministratorCommandInput, RegisterDelegatedAdministratorCommandOutput } from "../commands/RegisterDelegatedAdministratorCommand";
|
|
55
|
-
import { RemoveAccountFromOrganizationCommandInput, RemoveAccountFromOrganizationCommandOutput } from "../commands/RemoveAccountFromOrganizationCommand";
|
|
56
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
57
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
58
|
-
import { UpdateOrganizationalUnitCommandInput, UpdateOrganizationalUnitCommandOutput } from "../commands/UpdateOrganizationalUnitCommand";
|
|
59
|
-
import { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "../commands/UpdatePolicyCommand";
|
|
60
|
-
/**
|
|
61
|
-
* serializeAws_json1_1AcceptHandshakeCommand
|
|
62
|
-
*/
|
|
63
|
-
export declare const se_AcceptHandshakeCommand: (input: AcceptHandshakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
/**
|
|
65
|
-
* serializeAws_json1_1AttachPolicyCommand
|
|
66
|
-
*/
|
|
67
|
-
export declare const se_AttachPolicyCommand: (input: AttachPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
/**
|
|
69
|
-
* serializeAws_json1_1CancelHandshakeCommand
|
|
70
|
-
*/
|
|
71
|
-
export declare const se_CancelHandshakeCommand: (input: CancelHandshakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
/**
|
|
73
|
-
* serializeAws_json1_1CloseAccountCommand
|
|
74
|
-
*/
|
|
75
|
-
export declare const se_CloseAccountCommand: (input: CloseAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
/**
|
|
77
|
-
* serializeAws_json1_1CreateAccountCommand
|
|
78
|
-
*/
|
|
79
|
-
export declare const se_CreateAccountCommand: (input: CreateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
-
/**
|
|
81
|
-
* serializeAws_json1_1CreateGovCloudAccountCommand
|
|
82
|
-
*/
|
|
83
|
-
export declare const se_CreateGovCloudAccountCommand: (input: CreateGovCloudAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
-
/**
|
|
85
|
-
* serializeAws_json1_1CreateOrganizationCommand
|
|
86
|
-
*/
|
|
87
|
-
export declare const se_CreateOrganizationCommand: (input: CreateOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
-
/**
|
|
89
|
-
* serializeAws_json1_1CreateOrganizationalUnitCommand
|
|
90
|
-
*/
|
|
91
|
-
export declare const se_CreateOrganizationalUnitCommand: (input: CreateOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
-
/**
|
|
93
|
-
* serializeAws_json1_1CreatePolicyCommand
|
|
94
|
-
*/
|
|
95
|
-
export declare const se_CreatePolicyCommand: (input: CreatePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
-
/**
|
|
97
|
-
* serializeAws_json1_1DeclineHandshakeCommand
|
|
98
|
-
*/
|
|
99
|
-
export declare const se_DeclineHandshakeCommand: (input: DeclineHandshakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
-
/**
|
|
101
|
-
* serializeAws_json1_1DeleteOrganizationCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const se_DeleteOrganizationCommand: (input: DeleteOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
-
/**
|
|
105
|
-
* serializeAws_json1_1DeleteOrganizationalUnitCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const se_DeleteOrganizationalUnitCommand: (input: DeleteOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
/**
|
|
109
|
-
* serializeAws_json1_1DeletePolicyCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const se_DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
-
/**
|
|
113
|
-
* serializeAws_json1_1DeleteResourcePolicyCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
-
/**
|
|
117
|
-
* serializeAws_json1_1DeregisterDelegatedAdministratorCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const se_DeregisterDelegatedAdministratorCommand: (input: DeregisterDelegatedAdministratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
-
/**
|
|
121
|
-
* serializeAws_json1_1DescribeAccountCommand
|
|
122
|
-
*/
|
|
123
|
-
export declare const se_DescribeAccountCommand: (input: DescribeAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
-
/**
|
|
125
|
-
* serializeAws_json1_1DescribeCreateAccountStatusCommand
|
|
126
|
-
*/
|
|
127
|
-
export declare const se_DescribeCreateAccountStatusCommand: (input: DescribeCreateAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
-
/**
|
|
129
|
-
* serializeAws_json1_1DescribeEffectivePolicyCommand
|
|
130
|
-
*/
|
|
131
|
-
export declare const se_DescribeEffectivePolicyCommand: (input: DescribeEffectivePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
-
/**
|
|
133
|
-
* serializeAws_json1_1DescribeHandshakeCommand
|
|
134
|
-
*/
|
|
135
|
-
export declare const se_DescribeHandshakeCommand: (input: DescribeHandshakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
-
/**
|
|
137
|
-
* serializeAws_json1_1DescribeOrganizationCommand
|
|
138
|
-
*/
|
|
139
|
-
export declare const se_DescribeOrganizationCommand: (input: DescribeOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
-
/**
|
|
141
|
-
* serializeAws_json1_1DescribeOrganizationalUnitCommand
|
|
142
|
-
*/
|
|
143
|
-
export declare const se_DescribeOrganizationalUnitCommand: (input: DescribeOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
-
/**
|
|
145
|
-
* serializeAws_json1_1DescribePolicyCommand
|
|
146
|
-
*/
|
|
147
|
-
export declare const se_DescribePolicyCommand: (input: DescribePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
-
/**
|
|
149
|
-
* serializeAws_json1_1DescribeResourcePolicyCommand
|
|
150
|
-
*/
|
|
151
|
-
export declare const se_DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
-
/**
|
|
153
|
-
* serializeAws_json1_1DetachPolicyCommand
|
|
154
|
-
*/
|
|
155
|
-
export declare const se_DetachPolicyCommand: (input: DetachPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
-
/**
|
|
157
|
-
* serializeAws_json1_1DisableAWSServiceAccessCommand
|
|
158
|
-
*/
|
|
159
|
-
export declare const se_DisableAWSServiceAccessCommand: (input: DisableAWSServiceAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
-
/**
|
|
161
|
-
* serializeAws_json1_1DisablePolicyTypeCommand
|
|
162
|
-
*/
|
|
163
|
-
export declare const se_DisablePolicyTypeCommand: (input: DisablePolicyTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
-
/**
|
|
165
|
-
* serializeAws_json1_1EnableAllFeaturesCommand
|
|
166
|
-
*/
|
|
167
|
-
export declare const se_EnableAllFeaturesCommand: (input: EnableAllFeaturesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
-
/**
|
|
169
|
-
* serializeAws_json1_1EnableAWSServiceAccessCommand
|
|
170
|
-
*/
|
|
171
|
-
export declare const se_EnableAWSServiceAccessCommand: (input: EnableAWSServiceAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
-
/**
|
|
173
|
-
* serializeAws_json1_1EnablePolicyTypeCommand
|
|
174
|
-
*/
|
|
175
|
-
export declare const se_EnablePolicyTypeCommand: (input: EnablePolicyTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
-
/**
|
|
177
|
-
* serializeAws_json1_1InviteAccountToOrganizationCommand
|
|
178
|
-
*/
|
|
179
|
-
export declare const se_InviteAccountToOrganizationCommand: (input: InviteAccountToOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
-
/**
|
|
181
|
-
* serializeAws_json1_1LeaveOrganizationCommand
|
|
182
|
-
*/
|
|
183
|
-
export declare const se_LeaveOrganizationCommand: (input: LeaveOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
-
/**
|
|
185
|
-
* serializeAws_json1_1ListAccountsCommand
|
|
186
|
-
*/
|
|
187
|
-
export declare const se_ListAccountsCommand: (input: ListAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
|
-
/**
|
|
189
|
-
* serializeAws_json1_1ListAccountsForParentCommand
|
|
190
|
-
*/
|
|
191
|
-
export declare const se_ListAccountsForParentCommand: (input: ListAccountsForParentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
|
-
/**
|
|
193
|
-
* serializeAws_json1_1ListAccountsWithInvalidEffectivePolicyCommand
|
|
194
|
-
*/
|
|
195
|
-
export declare const se_ListAccountsWithInvalidEffectivePolicyCommand: (input: ListAccountsWithInvalidEffectivePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
196
|
-
/**
|
|
197
|
-
* serializeAws_json1_1ListAWSServiceAccessForOrganizationCommand
|
|
198
|
-
*/
|
|
199
|
-
export declare const se_ListAWSServiceAccessForOrganizationCommand: (input: ListAWSServiceAccessForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
|
-
/**
|
|
201
|
-
* serializeAws_json1_1ListChildrenCommand
|
|
202
|
-
*/
|
|
203
|
-
export declare const se_ListChildrenCommand: (input: ListChildrenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
|
-
/**
|
|
205
|
-
* serializeAws_json1_1ListCreateAccountStatusCommand
|
|
206
|
-
*/
|
|
207
|
-
export declare const se_ListCreateAccountStatusCommand: (input: ListCreateAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
208
|
-
/**
|
|
209
|
-
* serializeAws_json1_1ListDelegatedAdministratorsCommand
|
|
210
|
-
*/
|
|
211
|
-
export declare const se_ListDelegatedAdministratorsCommand: (input: ListDelegatedAdministratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
212
|
-
/**
|
|
213
|
-
* serializeAws_json1_1ListDelegatedServicesForAccountCommand
|
|
214
|
-
*/
|
|
215
|
-
export declare const se_ListDelegatedServicesForAccountCommand: (input: ListDelegatedServicesForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
216
|
-
/**
|
|
217
|
-
* serializeAws_json1_1ListEffectivePolicyValidationErrorsCommand
|
|
218
|
-
*/
|
|
219
|
-
export declare const se_ListEffectivePolicyValidationErrorsCommand: (input: ListEffectivePolicyValidationErrorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
220
|
-
/**
|
|
221
|
-
* serializeAws_json1_1ListHandshakesForAccountCommand
|
|
222
|
-
*/
|
|
223
|
-
export declare const se_ListHandshakesForAccountCommand: (input: ListHandshakesForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
224
|
-
/**
|
|
225
|
-
* serializeAws_json1_1ListHandshakesForOrganizationCommand
|
|
226
|
-
*/
|
|
227
|
-
export declare const se_ListHandshakesForOrganizationCommand: (input: ListHandshakesForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
228
|
-
/**
|
|
229
|
-
* serializeAws_json1_1ListOrganizationalUnitsForParentCommand
|
|
230
|
-
*/
|
|
231
|
-
export declare const se_ListOrganizationalUnitsForParentCommand: (input: ListOrganizationalUnitsForParentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
232
|
-
/**
|
|
233
|
-
* serializeAws_json1_1ListParentsCommand
|
|
234
|
-
*/
|
|
235
|
-
export declare const se_ListParentsCommand: (input: ListParentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
236
|
-
/**
|
|
237
|
-
* serializeAws_json1_1ListPoliciesCommand
|
|
238
|
-
*/
|
|
239
|
-
export declare const se_ListPoliciesCommand: (input: ListPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
240
|
-
/**
|
|
241
|
-
* serializeAws_json1_1ListPoliciesForTargetCommand
|
|
242
|
-
*/
|
|
243
|
-
export declare const se_ListPoliciesForTargetCommand: (input: ListPoliciesForTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
|
-
/**
|
|
245
|
-
* serializeAws_json1_1ListRootsCommand
|
|
246
|
-
*/
|
|
247
|
-
export declare const se_ListRootsCommand: (input: ListRootsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
248
|
-
/**
|
|
249
|
-
* serializeAws_json1_1ListTagsForResourceCommand
|
|
250
|
-
*/
|
|
251
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
252
|
-
/**
|
|
253
|
-
* serializeAws_json1_1ListTargetsForPolicyCommand
|
|
254
|
-
*/
|
|
255
|
-
export declare const se_ListTargetsForPolicyCommand: (input: ListTargetsForPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
256
|
-
/**
|
|
257
|
-
* serializeAws_json1_1MoveAccountCommand
|
|
258
|
-
*/
|
|
259
|
-
export declare const se_MoveAccountCommand: (input: MoveAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
260
|
-
/**
|
|
261
|
-
* serializeAws_json1_1PutResourcePolicyCommand
|
|
262
|
-
*/
|
|
263
|
-
export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
264
|
-
/**
|
|
265
|
-
* serializeAws_json1_1RegisterDelegatedAdministratorCommand
|
|
266
|
-
*/
|
|
267
|
-
export declare const se_RegisterDelegatedAdministratorCommand: (input: RegisterDelegatedAdministratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
268
|
-
/**
|
|
269
|
-
* serializeAws_json1_1RemoveAccountFromOrganizationCommand
|
|
270
|
-
*/
|
|
271
|
-
export declare const se_RemoveAccountFromOrganizationCommand: (input: RemoveAccountFromOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
272
|
-
/**
|
|
273
|
-
* serializeAws_json1_1TagResourceCommand
|
|
274
|
-
*/
|
|
275
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
276
|
-
/**
|
|
277
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
278
|
-
*/
|
|
279
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
280
|
-
/**
|
|
281
|
-
* serializeAws_json1_1UpdateOrganizationalUnitCommand
|
|
282
|
-
*/
|
|
283
|
-
export declare const se_UpdateOrganizationalUnitCommand: (input: UpdateOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
284
|
-
/**
|
|
285
|
-
* serializeAws_json1_1UpdatePolicyCommand
|
|
286
|
-
*/
|
|
287
|
-
export declare const se_UpdatePolicyCommand: (input: UpdatePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
288
|
-
/**
|
|
289
|
-
* deserializeAws_json1_1AcceptHandshakeCommand
|
|
290
|
-
*/
|
|
291
|
-
export declare const de_AcceptHandshakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptHandshakeCommandOutput>;
|
|
292
|
-
/**
|
|
293
|
-
* deserializeAws_json1_1AttachPolicyCommand
|
|
294
|
-
*/
|
|
295
|
-
export declare const de_AttachPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachPolicyCommandOutput>;
|
|
296
|
-
/**
|
|
297
|
-
* deserializeAws_json1_1CancelHandshakeCommand
|
|
298
|
-
*/
|
|
299
|
-
export declare const de_CancelHandshakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelHandshakeCommandOutput>;
|
|
300
|
-
/**
|
|
301
|
-
* deserializeAws_json1_1CloseAccountCommand
|
|
302
|
-
*/
|
|
303
|
-
export declare const de_CloseAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CloseAccountCommandOutput>;
|
|
304
|
-
/**
|
|
305
|
-
* deserializeAws_json1_1CreateAccountCommand
|
|
306
|
-
*/
|
|
307
|
-
export declare const de_CreateAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountCommandOutput>;
|
|
308
|
-
/**
|
|
309
|
-
* deserializeAws_json1_1CreateGovCloudAccountCommand
|
|
310
|
-
*/
|
|
311
|
-
export declare const de_CreateGovCloudAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGovCloudAccountCommandOutput>;
|
|
312
|
-
/**
|
|
313
|
-
* deserializeAws_json1_1CreateOrganizationCommand
|
|
314
|
-
*/
|
|
315
|
-
export declare const de_CreateOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrganizationCommandOutput>;
|
|
316
|
-
/**
|
|
317
|
-
* deserializeAws_json1_1CreateOrganizationalUnitCommand
|
|
318
|
-
*/
|
|
319
|
-
export declare const de_CreateOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrganizationalUnitCommandOutput>;
|
|
320
|
-
/**
|
|
321
|
-
* deserializeAws_json1_1CreatePolicyCommand
|
|
322
|
-
*/
|
|
323
|
-
export declare const de_CreatePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePolicyCommandOutput>;
|
|
324
|
-
/**
|
|
325
|
-
* deserializeAws_json1_1DeclineHandshakeCommand
|
|
326
|
-
*/
|
|
327
|
-
export declare const de_DeclineHandshakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeclineHandshakeCommandOutput>;
|
|
328
|
-
/**
|
|
329
|
-
* deserializeAws_json1_1DeleteOrganizationCommand
|
|
330
|
-
*/
|
|
331
|
-
export declare const de_DeleteOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOrganizationCommandOutput>;
|
|
332
|
-
/**
|
|
333
|
-
* deserializeAws_json1_1DeleteOrganizationalUnitCommand
|
|
334
|
-
*/
|
|
335
|
-
export declare const de_DeleteOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOrganizationalUnitCommandOutput>;
|
|
336
|
-
/**
|
|
337
|
-
* deserializeAws_json1_1DeletePolicyCommand
|
|
338
|
-
*/
|
|
339
|
-
export declare const de_DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
|
|
340
|
-
/**
|
|
341
|
-
* deserializeAws_json1_1DeleteResourcePolicyCommand
|
|
342
|
-
*/
|
|
343
|
-
export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
344
|
-
/**
|
|
345
|
-
* deserializeAws_json1_1DeregisterDelegatedAdministratorCommand
|
|
346
|
-
*/
|
|
347
|
-
export declare const de_DeregisterDelegatedAdministratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterDelegatedAdministratorCommandOutput>;
|
|
348
|
-
/**
|
|
349
|
-
* deserializeAws_json1_1DescribeAccountCommand
|
|
350
|
-
*/
|
|
351
|
-
export declare const de_DescribeAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCommandOutput>;
|
|
352
|
-
/**
|
|
353
|
-
* deserializeAws_json1_1DescribeCreateAccountStatusCommand
|
|
354
|
-
*/
|
|
355
|
-
export declare const de_DescribeCreateAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCreateAccountStatusCommandOutput>;
|
|
356
|
-
/**
|
|
357
|
-
* deserializeAws_json1_1DescribeEffectivePolicyCommand
|
|
358
|
-
*/
|
|
359
|
-
export declare const de_DescribeEffectivePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEffectivePolicyCommandOutput>;
|
|
360
|
-
/**
|
|
361
|
-
* deserializeAws_json1_1DescribeHandshakeCommand
|
|
362
|
-
*/
|
|
363
|
-
export declare const de_DescribeHandshakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHandshakeCommandOutput>;
|
|
364
|
-
/**
|
|
365
|
-
* deserializeAws_json1_1DescribeOrganizationCommand
|
|
366
|
-
*/
|
|
367
|
-
export declare const de_DescribeOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationCommandOutput>;
|
|
368
|
-
/**
|
|
369
|
-
* deserializeAws_json1_1DescribeOrganizationalUnitCommand
|
|
370
|
-
*/
|
|
371
|
-
export declare const de_DescribeOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationalUnitCommandOutput>;
|
|
372
|
-
/**
|
|
373
|
-
* deserializeAws_json1_1DescribePolicyCommand
|
|
374
|
-
*/
|
|
375
|
-
export declare const de_DescribePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePolicyCommandOutput>;
|
|
376
|
-
/**
|
|
377
|
-
* deserializeAws_json1_1DescribeResourcePolicyCommand
|
|
378
|
-
*/
|
|
379
|
-
export declare const de_DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
|
|
380
|
-
/**
|
|
381
|
-
* deserializeAws_json1_1DetachPolicyCommand
|
|
382
|
-
*/
|
|
383
|
-
export declare const de_DetachPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachPolicyCommandOutput>;
|
|
384
|
-
/**
|
|
385
|
-
* deserializeAws_json1_1DisableAWSServiceAccessCommand
|
|
386
|
-
*/
|
|
387
|
-
export declare const de_DisableAWSServiceAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAWSServiceAccessCommandOutput>;
|
|
388
|
-
/**
|
|
389
|
-
* deserializeAws_json1_1DisablePolicyTypeCommand
|
|
390
|
-
*/
|
|
391
|
-
export declare const de_DisablePolicyTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisablePolicyTypeCommandOutput>;
|
|
392
|
-
/**
|
|
393
|
-
* deserializeAws_json1_1EnableAllFeaturesCommand
|
|
394
|
-
*/
|
|
395
|
-
export declare const de_EnableAllFeaturesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAllFeaturesCommandOutput>;
|
|
396
|
-
/**
|
|
397
|
-
* deserializeAws_json1_1EnableAWSServiceAccessCommand
|
|
398
|
-
*/
|
|
399
|
-
export declare const de_EnableAWSServiceAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAWSServiceAccessCommandOutput>;
|
|
400
|
-
/**
|
|
401
|
-
* deserializeAws_json1_1EnablePolicyTypeCommand
|
|
402
|
-
*/
|
|
403
|
-
export declare const de_EnablePolicyTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnablePolicyTypeCommandOutput>;
|
|
404
|
-
/**
|
|
405
|
-
* deserializeAws_json1_1InviteAccountToOrganizationCommand
|
|
406
|
-
*/
|
|
407
|
-
export declare const de_InviteAccountToOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InviteAccountToOrganizationCommandOutput>;
|
|
408
|
-
/**
|
|
409
|
-
* deserializeAws_json1_1LeaveOrganizationCommand
|
|
410
|
-
*/
|
|
411
|
-
export declare const de_LeaveOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LeaveOrganizationCommandOutput>;
|
|
412
|
-
/**
|
|
413
|
-
* deserializeAws_json1_1ListAccountsCommand
|
|
414
|
-
*/
|
|
415
|
-
export declare const de_ListAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountsCommandOutput>;
|
|
416
|
-
/**
|
|
417
|
-
* deserializeAws_json1_1ListAccountsForParentCommand
|
|
418
|
-
*/
|
|
419
|
-
export declare const de_ListAccountsForParentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountsForParentCommandOutput>;
|
|
420
|
-
/**
|
|
421
|
-
* deserializeAws_json1_1ListAccountsWithInvalidEffectivePolicyCommand
|
|
422
|
-
*/
|
|
423
|
-
export declare const de_ListAccountsWithInvalidEffectivePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountsWithInvalidEffectivePolicyCommandOutput>;
|
|
424
|
-
/**
|
|
425
|
-
* deserializeAws_json1_1ListAWSServiceAccessForOrganizationCommand
|
|
426
|
-
*/
|
|
427
|
-
export declare const de_ListAWSServiceAccessForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAWSServiceAccessForOrganizationCommandOutput>;
|
|
428
|
-
/**
|
|
429
|
-
* deserializeAws_json1_1ListChildrenCommand
|
|
430
|
-
*/
|
|
431
|
-
export declare const de_ListChildrenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChildrenCommandOutput>;
|
|
432
|
-
/**
|
|
433
|
-
* deserializeAws_json1_1ListCreateAccountStatusCommand
|
|
434
|
-
*/
|
|
435
|
-
export declare const de_ListCreateAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCreateAccountStatusCommandOutput>;
|
|
436
|
-
/**
|
|
437
|
-
* deserializeAws_json1_1ListDelegatedAdministratorsCommand
|
|
438
|
-
*/
|
|
439
|
-
export declare const de_ListDelegatedAdministratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDelegatedAdministratorsCommandOutput>;
|
|
440
|
-
/**
|
|
441
|
-
* deserializeAws_json1_1ListDelegatedServicesForAccountCommand
|
|
442
|
-
*/
|
|
443
|
-
export declare const de_ListDelegatedServicesForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDelegatedServicesForAccountCommandOutput>;
|
|
444
|
-
/**
|
|
445
|
-
* deserializeAws_json1_1ListEffectivePolicyValidationErrorsCommand
|
|
446
|
-
*/
|
|
447
|
-
export declare const de_ListEffectivePolicyValidationErrorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEffectivePolicyValidationErrorsCommandOutput>;
|
|
448
|
-
/**
|
|
449
|
-
* deserializeAws_json1_1ListHandshakesForAccountCommand
|
|
450
|
-
*/
|
|
451
|
-
export declare const de_ListHandshakesForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHandshakesForAccountCommandOutput>;
|
|
452
|
-
/**
|
|
453
|
-
* deserializeAws_json1_1ListHandshakesForOrganizationCommand
|
|
454
|
-
*/
|
|
455
|
-
export declare const de_ListHandshakesForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHandshakesForOrganizationCommandOutput>;
|
|
456
|
-
/**
|
|
457
|
-
* deserializeAws_json1_1ListOrganizationalUnitsForParentCommand
|
|
458
|
-
*/
|
|
459
|
-
export declare const de_ListOrganizationalUnitsForParentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationalUnitsForParentCommandOutput>;
|
|
460
|
-
/**
|
|
461
|
-
* deserializeAws_json1_1ListParentsCommand
|
|
462
|
-
*/
|
|
463
|
-
export declare const de_ListParentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListParentsCommandOutput>;
|
|
464
|
-
/**
|
|
465
|
-
* deserializeAws_json1_1ListPoliciesCommand
|
|
466
|
-
*/
|
|
467
|
-
export declare const de_ListPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesCommandOutput>;
|
|
468
|
-
/**
|
|
469
|
-
* deserializeAws_json1_1ListPoliciesForTargetCommand
|
|
470
|
-
*/
|
|
471
|
-
export declare const de_ListPoliciesForTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesForTargetCommandOutput>;
|
|
472
|
-
/**
|
|
473
|
-
* deserializeAws_json1_1ListRootsCommand
|
|
474
|
-
*/
|
|
475
|
-
export declare const de_ListRootsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRootsCommandOutput>;
|
|
476
|
-
/**
|
|
477
|
-
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
478
|
-
*/
|
|
479
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
480
|
-
/**
|
|
481
|
-
* deserializeAws_json1_1ListTargetsForPolicyCommand
|
|
482
|
-
*/
|
|
483
|
-
export declare const de_ListTargetsForPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTargetsForPolicyCommandOutput>;
|
|
484
|
-
/**
|
|
485
|
-
* deserializeAws_json1_1MoveAccountCommand
|
|
486
|
-
*/
|
|
487
|
-
export declare const de_MoveAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MoveAccountCommandOutput>;
|
|
488
|
-
/**
|
|
489
|
-
* deserializeAws_json1_1PutResourcePolicyCommand
|
|
490
|
-
*/
|
|
491
|
-
export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
492
|
-
/**
|
|
493
|
-
* deserializeAws_json1_1RegisterDelegatedAdministratorCommand
|
|
494
|
-
*/
|
|
495
|
-
export declare const de_RegisterDelegatedAdministratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDelegatedAdministratorCommandOutput>;
|
|
496
|
-
/**
|
|
497
|
-
* deserializeAws_json1_1RemoveAccountFromOrganizationCommand
|
|
498
|
-
*/
|
|
499
|
-
export declare const de_RemoveAccountFromOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveAccountFromOrganizationCommandOutput>;
|
|
500
|
-
/**
|
|
501
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
502
|
-
*/
|
|
503
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
504
|
-
/**
|
|
505
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
506
|
-
*/
|
|
507
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
508
|
-
/**
|
|
509
|
-
* deserializeAws_json1_1UpdateOrganizationalUnitCommand
|
|
510
|
-
*/
|
|
511
|
-
export declare const de_UpdateOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationalUnitCommandOutput>;
|
|
512
|
-
/**
|
|
513
|
-
* deserializeAws_json1_1UpdatePolicyCommand
|
|
514
|
-
*/
|
|
515
|
-
export declare const de_UpdatePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePolicyCommandOutput>;
|