@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.
Files changed (81) hide show
  1. package/dist-cjs/index.js +1881 -2595
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/OrganizationsClient.js +2 -0
  4. package/dist-es/commands/AcceptHandshakeCommand.js +3 -10
  5. package/dist-es/commands/AttachPolicyCommand.js +3 -9
  6. package/dist-es/commands/CancelHandshakeCommand.js +3 -10
  7. package/dist-es/commands/CloseAccountCommand.js +3 -9
  8. package/dist-es/commands/CreateAccountCommand.js +3 -10
  9. package/dist-es/commands/CreateGovCloudAccountCommand.js +3 -10
  10. package/dist-es/commands/CreateOrganizationCommand.js +3 -10
  11. package/dist-es/commands/CreateOrganizationalUnitCommand.js +3 -9
  12. package/dist-es/commands/CreatePolicyCommand.js +3 -9
  13. package/dist-es/commands/DeclineHandshakeCommand.js +3 -10
  14. package/dist-es/commands/DeleteOrganizationCommand.js +3 -9
  15. package/dist-es/commands/DeleteOrganizationalUnitCommand.js +3 -9
  16. package/dist-es/commands/DeletePolicyCommand.js +3 -9
  17. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  18. package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +3 -9
  19. package/dist-es/commands/DescribeAccountCommand.js +3 -10
  20. package/dist-es/commands/DescribeCreateAccountStatusCommand.js +3 -10
  21. package/dist-es/commands/DescribeEffectivePolicyCommand.js +3 -9
  22. package/dist-es/commands/DescribeHandshakeCommand.js +3 -10
  23. package/dist-es/commands/DescribeOrganizationCommand.js +3 -10
  24. package/dist-es/commands/DescribeOrganizationalUnitCommand.js +3 -9
  25. package/dist-es/commands/DescribePolicyCommand.js +3 -9
  26. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
  27. package/dist-es/commands/DetachPolicyCommand.js +3 -9
  28. package/dist-es/commands/DisableAWSServiceAccessCommand.js +3 -9
  29. package/dist-es/commands/DisablePolicyTypeCommand.js +3 -9
  30. package/dist-es/commands/EnableAWSServiceAccessCommand.js +3 -9
  31. package/dist-es/commands/EnableAllFeaturesCommand.js +3 -10
  32. package/dist-es/commands/EnablePolicyTypeCommand.js +3 -9
  33. package/dist-es/commands/InviteAccountToOrganizationCommand.js +3 -10
  34. package/dist-es/commands/LeaveOrganizationCommand.js +3 -9
  35. package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +3 -9
  36. package/dist-es/commands/ListAccountsCommand.js +3 -10
  37. package/dist-es/commands/ListAccountsForParentCommand.js +3 -10
  38. package/dist-es/commands/ListAccountsWithInvalidEffectivePolicyCommand.js +3 -10
  39. package/dist-es/commands/ListChildrenCommand.js +3 -9
  40. package/dist-es/commands/ListCreateAccountStatusCommand.js +3 -10
  41. package/dist-es/commands/ListDelegatedAdministratorsCommand.js +3 -10
  42. package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +3 -9
  43. package/dist-es/commands/ListEffectivePolicyValidationErrorsCommand.js +3 -9
  44. package/dist-es/commands/ListHandshakesForAccountCommand.js +3 -10
  45. package/dist-es/commands/ListHandshakesForOrganizationCommand.js +3 -10
  46. package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +3 -9
  47. package/dist-es/commands/ListParentsCommand.js +3 -9
  48. package/dist-es/commands/ListPoliciesCommand.js +3 -9
  49. package/dist-es/commands/ListPoliciesForTargetCommand.js +3 -9
  50. package/dist-es/commands/ListRootsCommand.js +3 -9
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  52. package/dist-es/commands/ListTargetsForPolicyCommand.js +3 -9
  53. package/dist-es/commands/MoveAccountCommand.js +3 -9
  54. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  55. package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +3 -9
  56. package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +3 -9
  57. package/dist-es/commands/TagResourceCommand.js +3 -9
  58. package/dist-es/commands/UntagResourceCommand.js +3 -9
  59. package/dist-es/commands/UpdateOrganizationalUnitCommand.js +3 -9
  60. package/dist-es/commands/UpdatePolicyCommand.js +3 -9
  61. package/dist-es/models/models_0.js +0 -132
  62. package/dist-es/runtimeConfig.shared.js +7 -0
  63. package/dist-es/schemas/schemas_0.js +1627 -0
  64. package/dist-types/OrganizationsClient.d.ts +10 -1
  65. package/dist-types/models/models_0.d.ts +0 -116
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  67. package/dist-types/runtimeConfig.d.ts +1 -0
  68. package/dist-types/runtimeConfig.native.d.ts +1 -0
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/schemas/schemas_0.d.ts +249 -0
  71. package/dist-types/ts3.4/OrganizationsClient.d.ts +4 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +0 -81
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  77. package/dist-types/ts3.4/schemas/schemas_0.d.ts +255 -0
  78. package/package.json +5 -5
  79. package/dist-es/protocols/Aws_json1_1.js +0 -1899
  80. package/dist-types/protocols/Aws_json1_1.d.ts +0 -515
  81. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -689
@@ -1,689 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AcceptHandshakeCommandInput,
8
- AcceptHandshakeCommandOutput,
9
- } from "../commands/AcceptHandshakeCommand";
10
- import {
11
- AttachPolicyCommandInput,
12
- AttachPolicyCommandOutput,
13
- } from "../commands/AttachPolicyCommand";
14
- import {
15
- CancelHandshakeCommandInput,
16
- CancelHandshakeCommandOutput,
17
- } from "../commands/CancelHandshakeCommand";
18
- import {
19
- CloseAccountCommandInput,
20
- CloseAccountCommandOutput,
21
- } from "../commands/CloseAccountCommand";
22
- import {
23
- CreateAccountCommandInput,
24
- CreateAccountCommandOutput,
25
- } from "../commands/CreateAccountCommand";
26
- import {
27
- CreateGovCloudAccountCommandInput,
28
- CreateGovCloudAccountCommandOutput,
29
- } from "../commands/CreateGovCloudAccountCommand";
30
- import {
31
- CreateOrganizationalUnitCommandInput,
32
- CreateOrganizationalUnitCommandOutput,
33
- } from "../commands/CreateOrganizationalUnitCommand";
34
- import {
35
- CreateOrganizationCommandInput,
36
- CreateOrganizationCommandOutput,
37
- } from "../commands/CreateOrganizationCommand";
38
- import {
39
- CreatePolicyCommandInput,
40
- CreatePolicyCommandOutput,
41
- } from "../commands/CreatePolicyCommand";
42
- import {
43
- DeclineHandshakeCommandInput,
44
- DeclineHandshakeCommandOutput,
45
- } from "../commands/DeclineHandshakeCommand";
46
- import {
47
- DeleteOrganizationalUnitCommandInput,
48
- DeleteOrganizationalUnitCommandOutput,
49
- } from "../commands/DeleteOrganizationalUnitCommand";
50
- import {
51
- DeleteOrganizationCommandInput,
52
- DeleteOrganizationCommandOutput,
53
- } from "../commands/DeleteOrganizationCommand";
54
- import {
55
- DeletePolicyCommandInput,
56
- DeletePolicyCommandOutput,
57
- } from "../commands/DeletePolicyCommand";
58
- import {
59
- DeleteResourcePolicyCommandInput,
60
- DeleteResourcePolicyCommandOutput,
61
- } from "../commands/DeleteResourcePolicyCommand";
62
- import {
63
- DeregisterDelegatedAdministratorCommandInput,
64
- DeregisterDelegatedAdministratorCommandOutput,
65
- } from "../commands/DeregisterDelegatedAdministratorCommand";
66
- import {
67
- DescribeAccountCommandInput,
68
- DescribeAccountCommandOutput,
69
- } from "../commands/DescribeAccountCommand";
70
- import {
71
- DescribeCreateAccountStatusCommandInput,
72
- DescribeCreateAccountStatusCommandOutput,
73
- } from "../commands/DescribeCreateAccountStatusCommand";
74
- import {
75
- DescribeEffectivePolicyCommandInput,
76
- DescribeEffectivePolicyCommandOutput,
77
- } from "../commands/DescribeEffectivePolicyCommand";
78
- import {
79
- DescribeHandshakeCommandInput,
80
- DescribeHandshakeCommandOutput,
81
- } from "../commands/DescribeHandshakeCommand";
82
- import {
83
- DescribeOrganizationalUnitCommandInput,
84
- DescribeOrganizationalUnitCommandOutput,
85
- } from "../commands/DescribeOrganizationalUnitCommand";
86
- import {
87
- DescribeOrganizationCommandInput,
88
- DescribeOrganizationCommandOutput,
89
- } from "../commands/DescribeOrganizationCommand";
90
- import {
91
- DescribePolicyCommandInput,
92
- DescribePolicyCommandOutput,
93
- } from "../commands/DescribePolicyCommand";
94
- import {
95
- DescribeResourcePolicyCommandInput,
96
- DescribeResourcePolicyCommandOutput,
97
- } from "../commands/DescribeResourcePolicyCommand";
98
- import {
99
- DetachPolicyCommandInput,
100
- DetachPolicyCommandOutput,
101
- } from "../commands/DetachPolicyCommand";
102
- import {
103
- DisableAWSServiceAccessCommandInput,
104
- DisableAWSServiceAccessCommandOutput,
105
- } from "../commands/DisableAWSServiceAccessCommand";
106
- import {
107
- DisablePolicyTypeCommandInput,
108
- DisablePolicyTypeCommandOutput,
109
- } from "../commands/DisablePolicyTypeCommand";
110
- import {
111
- EnableAllFeaturesCommandInput,
112
- EnableAllFeaturesCommandOutput,
113
- } from "../commands/EnableAllFeaturesCommand";
114
- import {
115
- EnableAWSServiceAccessCommandInput,
116
- EnableAWSServiceAccessCommandOutput,
117
- } from "../commands/EnableAWSServiceAccessCommand";
118
- import {
119
- EnablePolicyTypeCommandInput,
120
- EnablePolicyTypeCommandOutput,
121
- } from "../commands/EnablePolicyTypeCommand";
122
- import {
123
- InviteAccountToOrganizationCommandInput,
124
- InviteAccountToOrganizationCommandOutput,
125
- } from "../commands/InviteAccountToOrganizationCommand";
126
- import {
127
- LeaveOrganizationCommandInput,
128
- LeaveOrganizationCommandOutput,
129
- } from "../commands/LeaveOrganizationCommand";
130
- import {
131
- ListAccountsCommandInput,
132
- ListAccountsCommandOutput,
133
- } from "../commands/ListAccountsCommand";
134
- import {
135
- ListAccountsForParentCommandInput,
136
- ListAccountsForParentCommandOutput,
137
- } from "../commands/ListAccountsForParentCommand";
138
- import {
139
- ListAccountsWithInvalidEffectivePolicyCommandInput,
140
- ListAccountsWithInvalidEffectivePolicyCommandOutput,
141
- } from "../commands/ListAccountsWithInvalidEffectivePolicyCommand";
142
- import {
143
- ListAWSServiceAccessForOrganizationCommandInput,
144
- ListAWSServiceAccessForOrganizationCommandOutput,
145
- } from "../commands/ListAWSServiceAccessForOrganizationCommand";
146
- import {
147
- ListChildrenCommandInput,
148
- ListChildrenCommandOutput,
149
- } from "../commands/ListChildrenCommand";
150
- import {
151
- ListCreateAccountStatusCommandInput,
152
- ListCreateAccountStatusCommandOutput,
153
- } from "../commands/ListCreateAccountStatusCommand";
154
- import {
155
- ListDelegatedAdministratorsCommandInput,
156
- ListDelegatedAdministratorsCommandOutput,
157
- } from "../commands/ListDelegatedAdministratorsCommand";
158
- import {
159
- ListDelegatedServicesForAccountCommandInput,
160
- ListDelegatedServicesForAccountCommandOutput,
161
- } from "../commands/ListDelegatedServicesForAccountCommand";
162
- import {
163
- ListEffectivePolicyValidationErrorsCommandInput,
164
- ListEffectivePolicyValidationErrorsCommandOutput,
165
- } from "../commands/ListEffectivePolicyValidationErrorsCommand";
166
- import {
167
- ListHandshakesForAccountCommandInput,
168
- ListHandshakesForAccountCommandOutput,
169
- } from "../commands/ListHandshakesForAccountCommand";
170
- import {
171
- ListHandshakesForOrganizationCommandInput,
172
- ListHandshakesForOrganizationCommandOutput,
173
- } from "../commands/ListHandshakesForOrganizationCommand";
174
- import {
175
- ListOrganizationalUnitsForParentCommandInput,
176
- ListOrganizationalUnitsForParentCommandOutput,
177
- } from "../commands/ListOrganizationalUnitsForParentCommand";
178
- import {
179
- ListParentsCommandInput,
180
- ListParentsCommandOutput,
181
- } from "../commands/ListParentsCommand";
182
- import {
183
- ListPoliciesCommandInput,
184
- ListPoliciesCommandOutput,
185
- } from "../commands/ListPoliciesCommand";
186
- import {
187
- ListPoliciesForTargetCommandInput,
188
- ListPoliciesForTargetCommandOutput,
189
- } from "../commands/ListPoliciesForTargetCommand";
190
- import {
191
- ListRootsCommandInput,
192
- ListRootsCommandOutput,
193
- } from "../commands/ListRootsCommand";
194
- import {
195
- ListTagsForResourceCommandInput,
196
- ListTagsForResourceCommandOutput,
197
- } from "../commands/ListTagsForResourceCommand";
198
- import {
199
- ListTargetsForPolicyCommandInput,
200
- ListTargetsForPolicyCommandOutput,
201
- } from "../commands/ListTargetsForPolicyCommand";
202
- import {
203
- MoveAccountCommandInput,
204
- MoveAccountCommandOutput,
205
- } from "../commands/MoveAccountCommand";
206
- import {
207
- PutResourcePolicyCommandInput,
208
- PutResourcePolicyCommandOutput,
209
- } from "../commands/PutResourcePolicyCommand";
210
- import {
211
- RegisterDelegatedAdministratorCommandInput,
212
- RegisterDelegatedAdministratorCommandOutput,
213
- } from "../commands/RegisterDelegatedAdministratorCommand";
214
- import {
215
- RemoveAccountFromOrganizationCommandInput,
216
- RemoveAccountFromOrganizationCommandOutput,
217
- } from "../commands/RemoveAccountFromOrganizationCommand";
218
- import {
219
- TagResourceCommandInput,
220
- TagResourceCommandOutput,
221
- } from "../commands/TagResourceCommand";
222
- import {
223
- UntagResourceCommandInput,
224
- UntagResourceCommandOutput,
225
- } from "../commands/UntagResourceCommand";
226
- import {
227
- UpdateOrganizationalUnitCommandInput,
228
- UpdateOrganizationalUnitCommandOutput,
229
- } from "../commands/UpdateOrganizationalUnitCommand";
230
- import {
231
- UpdatePolicyCommandInput,
232
- UpdatePolicyCommandOutput,
233
- } from "../commands/UpdatePolicyCommand";
234
- export declare const se_AcceptHandshakeCommand: (
235
- input: AcceptHandshakeCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_AttachPolicyCommand: (
239
- input: AttachPolicyCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_CancelHandshakeCommand: (
243
- input: CancelHandshakeCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_CloseAccountCommand: (
247
- input: CloseAccountCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_CreateAccountCommand: (
251
- input: CreateAccountCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_CreateGovCloudAccountCommand: (
255
- input: CreateGovCloudAccountCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_CreateOrganizationCommand: (
259
- input: CreateOrganizationCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_CreateOrganizationalUnitCommand: (
263
- input: CreateOrganizationalUnitCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_CreatePolicyCommand: (
267
- input: CreatePolicyCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DeclineHandshakeCommand: (
271
- input: DeclineHandshakeCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DeleteOrganizationCommand: (
275
- input: DeleteOrganizationCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DeleteOrganizationalUnitCommand: (
279
- input: DeleteOrganizationalUnitCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DeletePolicyCommand: (
283
- input: DeletePolicyCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DeleteResourcePolicyCommand: (
287
- input: DeleteResourcePolicyCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DeregisterDelegatedAdministratorCommand: (
291
- input: DeregisterDelegatedAdministratorCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DescribeAccountCommand: (
295
- input: DescribeAccountCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DescribeCreateAccountStatusCommand: (
299
- input: DescribeCreateAccountStatusCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DescribeEffectivePolicyCommand: (
303
- input: DescribeEffectivePolicyCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DescribeHandshakeCommand: (
307
- input: DescribeHandshakeCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DescribeOrganizationCommand: (
311
- input: DescribeOrganizationCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DescribeOrganizationalUnitCommand: (
315
- input: DescribeOrganizationalUnitCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DescribePolicyCommand: (
319
- input: DescribePolicyCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DescribeResourcePolicyCommand: (
323
- input: DescribeResourcePolicyCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DetachPolicyCommand: (
327
- input: DetachPolicyCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DisableAWSServiceAccessCommand: (
331
- input: DisableAWSServiceAccessCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DisablePolicyTypeCommand: (
335
- input: DisablePolicyTypeCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_EnableAllFeaturesCommand: (
339
- input: EnableAllFeaturesCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_EnableAWSServiceAccessCommand: (
343
- input: EnableAWSServiceAccessCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_EnablePolicyTypeCommand: (
347
- input: EnablePolicyTypeCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_InviteAccountToOrganizationCommand: (
351
- input: InviteAccountToOrganizationCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_LeaveOrganizationCommand: (
355
- input: LeaveOrganizationCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ListAccountsCommand: (
359
- input: ListAccountsCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_ListAccountsForParentCommand: (
363
- input: ListAccountsForParentCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_ListAccountsWithInvalidEffectivePolicyCommand: (
367
- input: ListAccountsWithInvalidEffectivePolicyCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_ListAWSServiceAccessForOrganizationCommand: (
371
- input: ListAWSServiceAccessForOrganizationCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ListChildrenCommand: (
375
- input: ListChildrenCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ListCreateAccountStatusCommand: (
379
- input: ListCreateAccountStatusCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_ListDelegatedAdministratorsCommand: (
383
- input: ListDelegatedAdministratorsCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_ListDelegatedServicesForAccountCommand: (
387
- input: ListDelegatedServicesForAccountCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_ListEffectivePolicyValidationErrorsCommand: (
391
- input: ListEffectivePolicyValidationErrorsCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_ListHandshakesForAccountCommand: (
395
- input: ListHandshakesForAccountCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_ListHandshakesForOrganizationCommand: (
399
- input: ListHandshakesForOrganizationCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_ListOrganizationalUnitsForParentCommand: (
403
- input: ListOrganizationalUnitsForParentCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_ListParentsCommand: (
407
- input: ListParentsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_ListPoliciesCommand: (
411
- input: ListPoliciesCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_ListPoliciesForTargetCommand: (
415
- input: ListPoliciesForTargetCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_ListRootsCommand: (
419
- input: ListRootsCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_ListTagsForResourceCommand: (
423
- input: ListTagsForResourceCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_ListTargetsForPolicyCommand: (
427
- input: ListTargetsForPolicyCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_MoveAccountCommand: (
431
- input: MoveAccountCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_PutResourcePolicyCommand: (
435
- input: PutResourcePolicyCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_RegisterDelegatedAdministratorCommand: (
439
- input: RegisterDelegatedAdministratorCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_RemoveAccountFromOrganizationCommand: (
443
- input: RemoveAccountFromOrganizationCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_TagResourceCommand: (
447
- input: TagResourceCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_UntagResourceCommand: (
451
- input: UntagResourceCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_UpdateOrganizationalUnitCommand: (
455
- input: UpdateOrganizationalUnitCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_UpdatePolicyCommand: (
459
- input: UpdatePolicyCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const de_AcceptHandshakeCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<AcceptHandshakeCommandOutput>;
466
- export declare const de_AttachPolicyCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<AttachPolicyCommandOutput>;
470
- export declare const de_CancelHandshakeCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<CancelHandshakeCommandOutput>;
474
- export declare const de_CloseAccountCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<CloseAccountCommandOutput>;
478
- export declare const de_CreateAccountCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<CreateAccountCommandOutput>;
482
- export declare const de_CreateGovCloudAccountCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<CreateGovCloudAccountCommandOutput>;
486
- export declare const de_CreateOrganizationCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<CreateOrganizationCommandOutput>;
490
- export declare const de_CreateOrganizationalUnitCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<CreateOrganizationalUnitCommandOutput>;
494
- export declare const de_CreatePolicyCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<CreatePolicyCommandOutput>;
498
- export declare const de_DeclineHandshakeCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<DeclineHandshakeCommandOutput>;
502
- export declare const de_DeleteOrganizationCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DeleteOrganizationCommandOutput>;
506
- export declare const de_DeleteOrganizationalUnitCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<DeleteOrganizationalUnitCommandOutput>;
510
- export declare const de_DeletePolicyCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<DeletePolicyCommandOutput>;
514
- export declare const de_DeleteResourcePolicyCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<DeleteResourcePolicyCommandOutput>;
518
- export declare const de_DeregisterDelegatedAdministratorCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DeregisterDelegatedAdministratorCommandOutput>;
522
- export declare const de_DescribeAccountCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DescribeAccountCommandOutput>;
526
- export declare const de_DescribeCreateAccountStatusCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DescribeCreateAccountStatusCommandOutput>;
530
- export declare const de_DescribeEffectivePolicyCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DescribeEffectivePolicyCommandOutput>;
534
- export declare const de_DescribeHandshakeCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<DescribeHandshakeCommandOutput>;
538
- export declare const de_DescribeOrganizationCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<DescribeOrganizationCommandOutput>;
542
- export declare const de_DescribeOrganizationalUnitCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<DescribeOrganizationalUnitCommandOutput>;
546
- export declare const de_DescribePolicyCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<DescribePolicyCommandOutput>;
550
- export declare const de_DescribeResourcePolicyCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<DescribeResourcePolicyCommandOutput>;
554
- export declare const de_DetachPolicyCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<DetachPolicyCommandOutput>;
558
- export declare const de_DisableAWSServiceAccessCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<DisableAWSServiceAccessCommandOutput>;
562
- export declare const de_DisablePolicyTypeCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<DisablePolicyTypeCommandOutput>;
566
- export declare const de_EnableAllFeaturesCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<EnableAllFeaturesCommandOutput>;
570
- export declare const de_EnableAWSServiceAccessCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<EnableAWSServiceAccessCommandOutput>;
574
- export declare const de_EnablePolicyTypeCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<EnablePolicyTypeCommandOutput>;
578
- export declare const de_InviteAccountToOrganizationCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<InviteAccountToOrganizationCommandOutput>;
582
- export declare const de_LeaveOrganizationCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<LeaveOrganizationCommandOutput>;
586
- export declare const de_ListAccountsCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<ListAccountsCommandOutput>;
590
- export declare const de_ListAccountsForParentCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<ListAccountsForParentCommandOutput>;
594
- export declare const de_ListAccountsWithInvalidEffectivePolicyCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<ListAccountsWithInvalidEffectivePolicyCommandOutput>;
598
- export declare const de_ListAWSServiceAccessForOrganizationCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<ListAWSServiceAccessForOrganizationCommandOutput>;
602
- export declare const de_ListChildrenCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<ListChildrenCommandOutput>;
606
- export declare const de_ListCreateAccountStatusCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<ListCreateAccountStatusCommandOutput>;
610
- export declare const de_ListDelegatedAdministratorsCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<ListDelegatedAdministratorsCommandOutput>;
614
- export declare const de_ListDelegatedServicesForAccountCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<ListDelegatedServicesForAccountCommandOutput>;
618
- export declare const de_ListEffectivePolicyValidationErrorsCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<ListEffectivePolicyValidationErrorsCommandOutput>;
622
- export declare const de_ListHandshakesForAccountCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<ListHandshakesForAccountCommandOutput>;
626
- export declare const de_ListHandshakesForOrganizationCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<ListHandshakesForOrganizationCommandOutput>;
630
- export declare const de_ListOrganizationalUnitsForParentCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<ListOrganizationalUnitsForParentCommandOutput>;
634
- export declare const de_ListParentsCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<ListParentsCommandOutput>;
638
- export declare const de_ListPoliciesCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<ListPoliciesCommandOutput>;
642
- export declare const de_ListPoliciesForTargetCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<ListPoliciesForTargetCommandOutput>;
646
- export declare const de_ListRootsCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<ListRootsCommandOutput>;
650
- export declare const de_ListTagsForResourceCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<ListTagsForResourceCommandOutput>;
654
- export declare const de_ListTargetsForPolicyCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<ListTargetsForPolicyCommandOutput>;
658
- export declare const de_MoveAccountCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<MoveAccountCommandOutput>;
662
- export declare const de_PutResourcePolicyCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<PutResourcePolicyCommandOutput>;
666
- export declare const de_RegisterDelegatedAdministratorCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<RegisterDelegatedAdministratorCommandOutput>;
670
- export declare const de_RemoveAccountFromOrganizationCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<RemoveAccountFromOrganizationCommandOutput>;
674
- export declare const de_TagResourceCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<TagResourceCommandOutput>;
678
- export declare const de_UntagResourceCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<UntagResourceCommandOutput>;
682
- export declare const de_UpdateOrganizationalUnitCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<UpdateOrganizationalUnitCommandOutput>;
686
- export declare const de_UpdatePolicyCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<UpdatePolicyCommandOutput>;