@aws-sdk/client-organizations 3.950.0 → 3.953.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 +943 -636
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AcceptHandshakeCommand.js +2 -2
- package/dist-es/commands/AttachPolicyCommand.js +2 -2
- package/dist-es/commands/CancelHandshakeCommand.js +2 -2
- package/dist-es/commands/CloseAccountCommand.js +2 -2
- package/dist-es/commands/CreateAccountCommand.js +2 -2
- package/dist-es/commands/CreateGovCloudAccountCommand.js +2 -2
- package/dist-es/commands/CreateOrganizationCommand.js +2 -2
- package/dist-es/commands/CreateOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/CreatePolicyCommand.js +2 -2
- package/dist-es/commands/DeclineHandshakeCommand.js +2 -2
- package/dist-es/commands/DeleteOrganizationCommand.js +2 -2
- package/dist-es/commands/DeleteOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +2 -2
- package/dist-es/commands/DescribeAccountCommand.js +2 -2
- package/dist-es/commands/DescribeCreateAccountStatusCommand.js +2 -2
- package/dist-es/commands/DescribeEffectivePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeHandshakeCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/DescribePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeResponsibilityTransferCommand.js +2 -2
- package/dist-es/commands/DetachPolicyCommand.js +2 -2
- package/dist-es/commands/DisableAWSServiceAccessCommand.js +2 -2
- package/dist-es/commands/DisablePolicyTypeCommand.js +2 -2
- package/dist-es/commands/EnableAWSServiceAccessCommand.js +2 -2
- package/dist-es/commands/EnableAllFeaturesCommand.js +2 -2
- package/dist-es/commands/EnablePolicyTypeCommand.js +2 -2
- package/dist-es/commands/InviteAccountToOrganizationCommand.js +2 -2
- package/dist-es/commands/InviteOrganizationToTransferResponsibilityCommand.js +2 -2
- package/dist-es/commands/LeaveOrganizationCommand.js +2 -2
- package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListAccountsCommand.js +2 -2
- package/dist-es/commands/ListAccountsForParentCommand.js +2 -2
- package/dist-es/commands/ListAccountsWithInvalidEffectivePolicyCommand.js +2 -2
- package/dist-es/commands/ListChildrenCommand.js +2 -2
- package/dist-es/commands/ListCreateAccountStatusCommand.js +2 -2
- package/dist-es/commands/ListDelegatedAdministratorsCommand.js +2 -2
- package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +2 -2
- package/dist-es/commands/ListEffectivePolicyValidationErrorsCommand.js +2 -2
- package/dist-es/commands/ListHandshakesForAccountCommand.js +2 -2
- package/dist-es/commands/ListHandshakesForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListInboundResponsibilityTransfersCommand.js +2 -2
- package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +2 -2
- package/dist-es/commands/ListOutboundResponsibilityTransfersCommand.js +2 -2
- package/dist-es/commands/ListParentsCommand.js +2 -2
- package/dist-es/commands/ListPoliciesCommand.js +2 -2
- package/dist-es/commands/ListPoliciesForTargetCommand.js +2 -2
- package/dist-es/commands/ListRootsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTargetsForPolicyCommand.js +2 -2
- package/dist-es/commands/MoveAccountCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +2 -2
- package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateResponsibilityTransferCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/UpdatePolicyCommand.js +2 -2
- package/dist-es/commands/UpdateResponsibilityTransferCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +497 -434
- package/dist-types/OrganizationsClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +245 -274
- package/dist-types/ts3.4/OrganizationsClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +244 -275
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class OrganizationsClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class OrganizationsServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, OrganizationsServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends OrganizationsServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends OrganizationsS
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class AccessDeniedForDependencyException extends OrganizationsServiceException {
|
|
135
135
|
name = "AccessDeniedForDependencyException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -146,8 +146,8 @@ let AccessDeniedForDependencyException$1 = class AccessDeniedForDependencyExcept
|
|
|
146
146
|
this.Message = opts.Message;
|
|
147
147
|
this.Reason = opts.Reason;
|
|
148
148
|
}
|
|
149
|
-
}
|
|
150
|
-
|
|
149
|
+
}
|
|
150
|
+
class AWSOrganizationsNotInUseException extends OrganizationsServiceException {
|
|
151
151
|
name = "AWSOrganizationsNotInUseException";
|
|
152
152
|
$fault = "client";
|
|
153
153
|
Message;
|
|
@@ -160,8 +160,8 @@ let AWSOrganizationsNotInUseException$1 = class AWSOrganizationsNotInUseExceptio
|
|
|
160
160
|
Object.setPrototypeOf(this, AWSOrganizationsNotInUseException.prototype);
|
|
161
161
|
this.Message = opts.Message;
|
|
162
162
|
}
|
|
163
|
-
}
|
|
164
|
-
|
|
163
|
+
}
|
|
164
|
+
class ConcurrentModificationException extends OrganizationsServiceException {
|
|
165
165
|
name = "ConcurrentModificationException";
|
|
166
166
|
$fault = "client";
|
|
167
167
|
Message;
|
|
@@ -174,8 +174,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
|
|
|
174
174
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
175
175
|
this.Message = opts.Message;
|
|
176
176
|
}
|
|
177
|
-
}
|
|
178
|
-
|
|
177
|
+
}
|
|
178
|
+
class ConstraintViolationException extends OrganizationsServiceException {
|
|
179
179
|
name = "ConstraintViolationException";
|
|
180
180
|
$fault = "client";
|
|
181
181
|
Message;
|
|
@@ -190,8 +190,8 @@ let ConstraintViolationException$1 = class ConstraintViolationException extends
|
|
|
190
190
|
this.Message = opts.Message;
|
|
191
191
|
this.Reason = opts.Reason;
|
|
192
192
|
}
|
|
193
|
-
}
|
|
194
|
-
|
|
193
|
+
}
|
|
194
|
+
class HandshakeAlreadyInStateException extends OrganizationsServiceException {
|
|
195
195
|
name = "HandshakeAlreadyInStateException";
|
|
196
196
|
$fault = "client";
|
|
197
197
|
Message;
|
|
@@ -204,8 +204,8 @@ let HandshakeAlreadyInStateException$1 = class HandshakeAlreadyInStateException
|
|
|
204
204
|
Object.setPrototypeOf(this, HandshakeAlreadyInStateException.prototype);
|
|
205
205
|
this.Message = opts.Message;
|
|
206
206
|
}
|
|
207
|
-
}
|
|
208
|
-
|
|
207
|
+
}
|
|
208
|
+
class HandshakeConstraintViolationException extends OrganizationsServiceException {
|
|
209
209
|
name = "HandshakeConstraintViolationException";
|
|
210
210
|
$fault = "client";
|
|
211
211
|
Message;
|
|
@@ -220,8 +220,8 @@ let HandshakeConstraintViolationException$1 = class HandshakeConstraintViolation
|
|
|
220
220
|
this.Message = opts.Message;
|
|
221
221
|
this.Reason = opts.Reason;
|
|
222
222
|
}
|
|
223
|
-
}
|
|
224
|
-
|
|
223
|
+
}
|
|
224
|
+
class HandshakeNotFoundException extends OrganizationsServiceException {
|
|
225
225
|
name = "HandshakeNotFoundException";
|
|
226
226
|
$fault = "client";
|
|
227
227
|
Message;
|
|
@@ -234,8 +234,8 @@ let HandshakeNotFoundException$1 = class HandshakeNotFoundException extends Orga
|
|
|
234
234
|
Object.setPrototypeOf(this, HandshakeNotFoundException.prototype);
|
|
235
235
|
this.Message = opts.Message;
|
|
236
236
|
}
|
|
237
|
-
}
|
|
238
|
-
|
|
237
|
+
}
|
|
238
|
+
class InvalidHandshakeTransitionException extends OrganizationsServiceException {
|
|
239
239
|
name = "InvalidHandshakeTransitionException";
|
|
240
240
|
$fault = "client";
|
|
241
241
|
Message;
|
|
@@ -248,8 +248,8 @@ let InvalidHandshakeTransitionException$1 = class InvalidHandshakeTransitionExce
|
|
|
248
248
|
Object.setPrototypeOf(this, InvalidHandshakeTransitionException.prototype);
|
|
249
249
|
this.Message = opts.Message;
|
|
250
250
|
}
|
|
251
|
-
}
|
|
252
|
-
|
|
251
|
+
}
|
|
252
|
+
class InvalidInputException extends OrganizationsServiceException {
|
|
253
253
|
name = "InvalidInputException";
|
|
254
254
|
$fault = "client";
|
|
255
255
|
Message;
|
|
@@ -264,8 +264,8 @@ let InvalidInputException$1 = class InvalidInputException extends OrganizationsS
|
|
|
264
264
|
this.Message = opts.Message;
|
|
265
265
|
this.Reason = opts.Reason;
|
|
266
266
|
}
|
|
267
|
-
}
|
|
268
|
-
|
|
267
|
+
}
|
|
268
|
+
class MasterCannotLeaveOrganizationException extends OrganizationsServiceException {
|
|
269
269
|
name = "MasterCannotLeaveOrganizationException";
|
|
270
270
|
$fault = "client";
|
|
271
271
|
Message;
|
|
@@ -278,8 +278,8 @@ let MasterCannotLeaveOrganizationException$1 = class MasterCannotLeaveOrganizati
|
|
|
278
278
|
Object.setPrototypeOf(this, MasterCannotLeaveOrganizationException.prototype);
|
|
279
279
|
this.Message = opts.Message;
|
|
280
280
|
}
|
|
281
|
-
}
|
|
282
|
-
|
|
281
|
+
}
|
|
282
|
+
class ServiceException extends OrganizationsServiceException {
|
|
283
283
|
name = "ServiceException";
|
|
284
284
|
$fault = "server";
|
|
285
285
|
Message;
|
|
@@ -292,8 +292,8 @@ let ServiceException$1 = class ServiceException extends OrganizationsServiceExce
|
|
|
292
292
|
Object.setPrototypeOf(this, ServiceException.prototype);
|
|
293
293
|
this.Message = opts.Message;
|
|
294
294
|
}
|
|
295
|
-
}
|
|
296
|
-
|
|
295
|
+
}
|
|
296
|
+
class TooManyRequestsException extends OrganizationsServiceException {
|
|
297
297
|
name = "TooManyRequestsException";
|
|
298
298
|
$fault = "client";
|
|
299
299
|
Type;
|
|
@@ -308,8 +308,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends Organiza
|
|
|
308
308
|
this.Type = opts.Type;
|
|
309
309
|
this.Message = opts.Message;
|
|
310
310
|
}
|
|
311
|
-
}
|
|
312
|
-
|
|
311
|
+
}
|
|
312
|
+
class AccountAlreadyClosedException extends OrganizationsServiceException {
|
|
313
313
|
name = "AccountAlreadyClosedException";
|
|
314
314
|
$fault = "client";
|
|
315
315
|
Message;
|
|
@@ -322,8 +322,8 @@ let AccountAlreadyClosedException$1 = class AccountAlreadyClosedException extend
|
|
|
322
322
|
Object.setPrototypeOf(this, AccountAlreadyClosedException.prototype);
|
|
323
323
|
this.Message = opts.Message;
|
|
324
324
|
}
|
|
325
|
-
}
|
|
326
|
-
|
|
325
|
+
}
|
|
326
|
+
class AccountAlreadyRegisteredException extends OrganizationsServiceException {
|
|
327
327
|
name = "AccountAlreadyRegisteredException";
|
|
328
328
|
$fault = "client";
|
|
329
329
|
Message;
|
|
@@ -336,8 +336,8 @@ let AccountAlreadyRegisteredException$1 = class AccountAlreadyRegisteredExceptio
|
|
|
336
336
|
Object.setPrototypeOf(this, AccountAlreadyRegisteredException.prototype);
|
|
337
337
|
this.Message = opts.Message;
|
|
338
338
|
}
|
|
339
|
-
}
|
|
340
|
-
|
|
339
|
+
}
|
|
340
|
+
class AccountNotFoundException extends OrganizationsServiceException {
|
|
341
341
|
name = "AccountNotFoundException";
|
|
342
342
|
$fault = "client";
|
|
343
343
|
Message;
|
|
@@ -350,8 +350,8 @@ let AccountNotFoundException$1 = class AccountNotFoundException extends Organiza
|
|
|
350
350
|
Object.setPrototypeOf(this, AccountNotFoundException.prototype);
|
|
351
351
|
this.Message = opts.Message;
|
|
352
352
|
}
|
|
353
|
-
}
|
|
354
|
-
|
|
353
|
+
}
|
|
354
|
+
class AccountNotRegisteredException extends OrganizationsServiceException {
|
|
355
355
|
name = "AccountNotRegisteredException";
|
|
356
356
|
$fault = "client";
|
|
357
357
|
Message;
|
|
@@ -364,8 +364,8 @@ let AccountNotRegisteredException$1 = class AccountNotRegisteredException extend
|
|
|
364
364
|
Object.setPrototypeOf(this, AccountNotRegisteredException.prototype);
|
|
365
365
|
this.Message = opts.Message;
|
|
366
366
|
}
|
|
367
|
-
}
|
|
368
|
-
|
|
367
|
+
}
|
|
368
|
+
class AccountOwnerNotVerifiedException extends OrganizationsServiceException {
|
|
369
369
|
name = "AccountOwnerNotVerifiedException";
|
|
370
370
|
$fault = "client";
|
|
371
371
|
Message;
|
|
@@ -378,8 +378,8 @@ let AccountOwnerNotVerifiedException$1 = class AccountOwnerNotVerifiedException
|
|
|
378
378
|
Object.setPrototypeOf(this, AccountOwnerNotVerifiedException.prototype);
|
|
379
379
|
this.Message = opts.Message;
|
|
380
380
|
}
|
|
381
|
-
}
|
|
382
|
-
|
|
381
|
+
}
|
|
382
|
+
class AlreadyInOrganizationException extends OrganizationsServiceException {
|
|
383
383
|
name = "AlreadyInOrganizationException";
|
|
384
384
|
$fault = "client";
|
|
385
385
|
Message;
|
|
@@ -392,8 +392,8 @@ let AlreadyInOrganizationException$1 = class AlreadyInOrganizationException exte
|
|
|
392
392
|
Object.setPrototypeOf(this, AlreadyInOrganizationException.prototype);
|
|
393
393
|
this.Message = opts.Message;
|
|
394
394
|
}
|
|
395
|
-
}
|
|
396
|
-
|
|
395
|
+
}
|
|
396
|
+
class DuplicatePolicyAttachmentException extends OrganizationsServiceException {
|
|
397
397
|
name = "DuplicatePolicyAttachmentException";
|
|
398
398
|
$fault = "client";
|
|
399
399
|
Message;
|
|
@@ -406,8 +406,8 @@ let DuplicatePolicyAttachmentException$1 = class DuplicatePolicyAttachmentExcept
|
|
|
406
406
|
Object.setPrototypeOf(this, DuplicatePolicyAttachmentException.prototype);
|
|
407
407
|
this.Message = opts.Message;
|
|
408
408
|
}
|
|
409
|
-
}
|
|
410
|
-
|
|
409
|
+
}
|
|
410
|
+
class PolicyChangesInProgressException extends OrganizationsServiceException {
|
|
411
411
|
name = "PolicyChangesInProgressException";
|
|
412
412
|
$fault = "client";
|
|
413
413
|
Message;
|
|
@@ -420,8 +420,8 @@ let PolicyChangesInProgressException$1 = class PolicyChangesInProgressException
|
|
|
420
420
|
Object.setPrototypeOf(this, PolicyChangesInProgressException.prototype);
|
|
421
421
|
this.Message = opts.Message;
|
|
422
422
|
}
|
|
423
|
-
}
|
|
424
|
-
|
|
423
|
+
}
|
|
424
|
+
class PolicyNotFoundException extends OrganizationsServiceException {
|
|
425
425
|
name = "PolicyNotFoundException";
|
|
426
426
|
$fault = "client";
|
|
427
427
|
Message;
|
|
@@ -434,8 +434,8 @@ let PolicyNotFoundException$1 = class PolicyNotFoundException extends Organizati
|
|
|
434
434
|
Object.setPrototypeOf(this, PolicyNotFoundException.prototype);
|
|
435
435
|
this.Message = opts.Message;
|
|
436
436
|
}
|
|
437
|
-
}
|
|
438
|
-
|
|
437
|
+
}
|
|
438
|
+
class PolicyTypeNotEnabledException extends OrganizationsServiceException {
|
|
439
439
|
name = "PolicyTypeNotEnabledException";
|
|
440
440
|
$fault = "client";
|
|
441
441
|
Message;
|
|
@@ -448,8 +448,8 @@ let PolicyTypeNotEnabledException$1 = class PolicyTypeNotEnabledException extend
|
|
|
448
448
|
Object.setPrototypeOf(this, PolicyTypeNotEnabledException.prototype);
|
|
449
449
|
this.Message = opts.Message;
|
|
450
450
|
}
|
|
451
|
-
}
|
|
452
|
-
|
|
451
|
+
}
|
|
452
|
+
class TargetNotFoundException extends OrganizationsServiceException {
|
|
453
453
|
name = "TargetNotFoundException";
|
|
454
454
|
$fault = "client";
|
|
455
455
|
Message;
|
|
@@ -462,8 +462,8 @@ let TargetNotFoundException$1 = class TargetNotFoundException extends Organizati
|
|
|
462
462
|
Object.setPrototypeOf(this, TargetNotFoundException.prototype);
|
|
463
463
|
this.Message = opts.Message;
|
|
464
464
|
}
|
|
465
|
-
}
|
|
466
|
-
|
|
465
|
+
}
|
|
466
|
+
class UnsupportedAPIEndpointException extends OrganizationsServiceException {
|
|
467
467
|
name = "UnsupportedAPIEndpointException";
|
|
468
468
|
$fault = "client";
|
|
469
469
|
Message;
|
|
@@ -476,8 +476,8 @@ let UnsupportedAPIEndpointException$1 = class UnsupportedAPIEndpointException ex
|
|
|
476
476
|
Object.setPrototypeOf(this, UnsupportedAPIEndpointException.prototype);
|
|
477
477
|
this.Message = opts.Message;
|
|
478
478
|
}
|
|
479
|
-
}
|
|
480
|
-
|
|
479
|
+
}
|
|
480
|
+
class ConflictException extends OrganizationsServiceException {
|
|
481
481
|
name = "ConflictException";
|
|
482
482
|
$fault = "client";
|
|
483
483
|
Message;
|
|
@@ -490,8 +490,8 @@ let ConflictException$1 = class ConflictException extends OrganizationsServiceEx
|
|
|
490
490
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
491
491
|
this.Message = opts.Message;
|
|
492
492
|
}
|
|
493
|
-
}
|
|
494
|
-
|
|
493
|
+
}
|
|
494
|
+
class FinalizingOrganizationException extends OrganizationsServiceException {
|
|
495
495
|
name = "FinalizingOrganizationException";
|
|
496
496
|
$fault = "client";
|
|
497
497
|
Message;
|
|
@@ -504,8 +504,8 @@ let FinalizingOrganizationException$1 = class FinalizingOrganizationException ex
|
|
|
504
504
|
Object.setPrototypeOf(this, FinalizingOrganizationException.prototype);
|
|
505
505
|
this.Message = opts.Message;
|
|
506
506
|
}
|
|
507
|
-
}
|
|
508
|
-
|
|
507
|
+
}
|
|
508
|
+
class DuplicateOrganizationalUnitException extends OrganizationsServiceException {
|
|
509
509
|
name = "DuplicateOrganizationalUnitException";
|
|
510
510
|
$fault = "client";
|
|
511
511
|
Message;
|
|
@@ -518,8 +518,8 @@ let DuplicateOrganizationalUnitException$1 = class DuplicateOrganizationalUnitEx
|
|
|
518
518
|
Object.setPrototypeOf(this, DuplicateOrganizationalUnitException.prototype);
|
|
519
519
|
this.Message = opts.Message;
|
|
520
520
|
}
|
|
521
|
-
}
|
|
522
|
-
|
|
521
|
+
}
|
|
522
|
+
class ParentNotFoundException extends OrganizationsServiceException {
|
|
523
523
|
name = "ParentNotFoundException";
|
|
524
524
|
$fault = "client";
|
|
525
525
|
Message;
|
|
@@ -532,8 +532,8 @@ let ParentNotFoundException$1 = class ParentNotFoundException extends Organizati
|
|
|
532
532
|
Object.setPrototypeOf(this, ParentNotFoundException.prototype);
|
|
533
533
|
this.Message = opts.Message;
|
|
534
534
|
}
|
|
535
|
-
}
|
|
536
|
-
|
|
535
|
+
}
|
|
536
|
+
class DuplicatePolicyException extends OrganizationsServiceException {
|
|
537
537
|
name = "DuplicatePolicyException";
|
|
538
538
|
$fault = "client";
|
|
539
539
|
Message;
|
|
@@ -546,8 +546,8 @@ let DuplicatePolicyException$1 = class DuplicatePolicyException extends Organiza
|
|
|
546
546
|
Object.setPrototypeOf(this, DuplicatePolicyException.prototype);
|
|
547
547
|
this.Message = opts.Message;
|
|
548
548
|
}
|
|
549
|
-
}
|
|
550
|
-
|
|
549
|
+
}
|
|
550
|
+
class MalformedPolicyDocumentException extends OrganizationsServiceException {
|
|
551
551
|
name = "MalformedPolicyDocumentException";
|
|
552
552
|
$fault = "client";
|
|
553
553
|
Message;
|
|
@@ -560,8 +560,8 @@ let MalformedPolicyDocumentException$1 = class MalformedPolicyDocumentException
|
|
|
560
560
|
Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
|
|
561
561
|
this.Message = opts.Message;
|
|
562
562
|
}
|
|
563
|
-
}
|
|
564
|
-
|
|
563
|
+
}
|
|
564
|
+
class PolicyTypeNotAvailableForOrganizationException extends OrganizationsServiceException {
|
|
565
565
|
name = "PolicyTypeNotAvailableForOrganizationException";
|
|
566
566
|
$fault = "client";
|
|
567
567
|
Message;
|
|
@@ -574,8 +574,8 @@ let PolicyTypeNotAvailableForOrganizationException$1 = class PolicyTypeNotAvaila
|
|
|
574
574
|
Object.setPrototypeOf(this, PolicyTypeNotAvailableForOrganizationException.prototype);
|
|
575
575
|
this.Message = opts.Message;
|
|
576
576
|
}
|
|
577
|
-
}
|
|
578
|
-
|
|
577
|
+
}
|
|
578
|
+
class OrganizationNotEmptyException extends OrganizationsServiceException {
|
|
579
579
|
name = "OrganizationNotEmptyException";
|
|
580
580
|
$fault = "client";
|
|
581
581
|
Message;
|
|
@@ -588,8 +588,8 @@ let OrganizationNotEmptyException$1 = class OrganizationNotEmptyException extend
|
|
|
588
588
|
Object.setPrototypeOf(this, OrganizationNotEmptyException.prototype);
|
|
589
589
|
this.Message = opts.Message;
|
|
590
590
|
}
|
|
591
|
-
}
|
|
592
|
-
|
|
591
|
+
}
|
|
592
|
+
class OrganizationalUnitNotEmptyException extends OrganizationsServiceException {
|
|
593
593
|
name = "OrganizationalUnitNotEmptyException";
|
|
594
594
|
$fault = "client";
|
|
595
595
|
Message;
|
|
@@ -602,8 +602,8 @@ let OrganizationalUnitNotEmptyException$1 = class OrganizationalUnitNotEmptyExce
|
|
|
602
602
|
Object.setPrototypeOf(this, OrganizationalUnitNotEmptyException.prototype);
|
|
603
603
|
this.Message = opts.Message;
|
|
604
604
|
}
|
|
605
|
-
}
|
|
606
|
-
|
|
605
|
+
}
|
|
606
|
+
class OrganizationalUnitNotFoundException extends OrganizationsServiceException {
|
|
607
607
|
name = "OrganizationalUnitNotFoundException";
|
|
608
608
|
$fault = "client";
|
|
609
609
|
Message;
|
|
@@ -616,8 +616,8 @@ let OrganizationalUnitNotFoundException$1 = class OrganizationalUnitNotFoundExce
|
|
|
616
616
|
Object.setPrototypeOf(this, OrganizationalUnitNotFoundException.prototype);
|
|
617
617
|
this.Message = opts.Message;
|
|
618
618
|
}
|
|
619
|
-
}
|
|
620
|
-
|
|
619
|
+
}
|
|
620
|
+
class PolicyInUseException extends OrganizationsServiceException {
|
|
621
621
|
name = "PolicyInUseException";
|
|
622
622
|
$fault = "client";
|
|
623
623
|
Message;
|
|
@@ -630,8 +630,8 @@ let PolicyInUseException$1 = class PolicyInUseException extends OrganizationsSer
|
|
|
630
630
|
Object.setPrototypeOf(this, PolicyInUseException.prototype);
|
|
631
631
|
this.Message = opts.Message;
|
|
632
632
|
}
|
|
633
|
-
}
|
|
634
|
-
|
|
633
|
+
}
|
|
634
|
+
class ResourcePolicyNotFoundException extends OrganizationsServiceException {
|
|
635
635
|
name = "ResourcePolicyNotFoundException";
|
|
636
636
|
$fault = "client";
|
|
637
637
|
Message;
|
|
@@ -644,8 +644,8 @@ let ResourcePolicyNotFoundException$1 = class ResourcePolicyNotFoundException ex
|
|
|
644
644
|
Object.setPrototypeOf(this, ResourcePolicyNotFoundException.prototype);
|
|
645
645
|
this.Message = opts.Message;
|
|
646
646
|
}
|
|
647
|
-
}
|
|
648
|
-
|
|
647
|
+
}
|
|
648
|
+
class CreateAccountStatusNotFoundException extends OrganizationsServiceException {
|
|
649
649
|
name = "CreateAccountStatusNotFoundException";
|
|
650
650
|
$fault = "client";
|
|
651
651
|
Message;
|
|
@@ -658,8 +658,8 @@ let CreateAccountStatusNotFoundException$1 = class CreateAccountStatusNotFoundEx
|
|
|
658
658
|
Object.setPrototypeOf(this, CreateAccountStatusNotFoundException.prototype);
|
|
659
659
|
this.Message = opts.Message;
|
|
660
660
|
}
|
|
661
|
-
}
|
|
662
|
-
|
|
661
|
+
}
|
|
662
|
+
class EffectivePolicyNotFoundException extends OrganizationsServiceException {
|
|
663
663
|
name = "EffectivePolicyNotFoundException";
|
|
664
664
|
$fault = "client";
|
|
665
665
|
Message;
|
|
@@ -672,8 +672,8 @@ let EffectivePolicyNotFoundException$1 = class EffectivePolicyNotFoundException
|
|
|
672
672
|
Object.setPrototypeOf(this, EffectivePolicyNotFoundException.prototype);
|
|
673
673
|
this.Message = opts.Message;
|
|
674
674
|
}
|
|
675
|
-
}
|
|
676
|
-
|
|
675
|
+
}
|
|
676
|
+
class ResponsibilityTransferNotFoundException extends OrganizationsServiceException {
|
|
677
677
|
name = "ResponsibilityTransferNotFoundException";
|
|
678
678
|
$fault = "client";
|
|
679
679
|
Message;
|
|
@@ -686,8 +686,8 @@ let ResponsibilityTransferNotFoundException$1 = class ResponsibilityTransferNotF
|
|
|
686
686
|
Object.setPrototypeOf(this, ResponsibilityTransferNotFoundException.prototype);
|
|
687
687
|
this.Message = opts.Message;
|
|
688
688
|
}
|
|
689
|
-
}
|
|
690
|
-
|
|
689
|
+
}
|
|
690
|
+
class PolicyNotAttachedException extends OrganizationsServiceException {
|
|
691
691
|
name = "PolicyNotAttachedException";
|
|
692
692
|
$fault = "client";
|
|
693
693
|
Message;
|
|
@@ -700,8 +700,8 @@ let PolicyNotAttachedException$1 = class PolicyNotAttachedException extends Orga
|
|
|
700
700
|
Object.setPrototypeOf(this, PolicyNotAttachedException.prototype);
|
|
701
701
|
this.Message = opts.Message;
|
|
702
702
|
}
|
|
703
|
-
}
|
|
704
|
-
|
|
703
|
+
}
|
|
704
|
+
class RootNotFoundException extends OrganizationsServiceException {
|
|
705
705
|
name = "RootNotFoundException";
|
|
706
706
|
$fault = "client";
|
|
707
707
|
Message;
|
|
@@ -714,8 +714,8 @@ let RootNotFoundException$1 = class RootNotFoundException extends OrganizationsS
|
|
|
714
714
|
Object.setPrototypeOf(this, RootNotFoundException.prototype);
|
|
715
715
|
this.Message = opts.Message;
|
|
716
716
|
}
|
|
717
|
-
}
|
|
718
|
-
|
|
717
|
+
}
|
|
718
|
+
class PolicyTypeAlreadyEnabledException extends OrganizationsServiceException {
|
|
719
719
|
name = "PolicyTypeAlreadyEnabledException";
|
|
720
720
|
$fault = "client";
|
|
721
721
|
Message;
|
|
@@ -728,8 +728,8 @@ let PolicyTypeAlreadyEnabledException$1 = class PolicyTypeAlreadyEnabledExceptio
|
|
|
728
728
|
Object.setPrototypeOf(this, PolicyTypeAlreadyEnabledException.prototype);
|
|
729
729
|
this.Message = opts.Message;
|
|
730
730
|
}
|
|
731
|
-
}
|
|
732
|
-
|
|
731
|
+
}
|
|
732
|
+
class DuplicateHandshakeException extends OrganizationsServiceException {
|
|
733
733
|
name = "DuplicateHandshakeException";
|
|
734
734
|
$fault = "client";
|
|
735
735
|
Message;
|
|
@@ -742,8 +742,8 @@ let DuplicateHandshakeException$1 = class DuplicateHandshakeException extends Or
|
|
|
742
742
|
Object.setPrototypeOf(this, DuplicateHandshakeException.prototype);
|
|
743
743
|
this.Message = opts.Message;
|
|
744
744
|
}
|
|
745
|
-
}
|
|
746
|
-
|
|
745
|
+
}
|
|
746
|
+
class ChildNotFoundException extends OrganizationsServiceException {
|
|
747
747
|
name = "ChildNotFoundException";
|
|
748
748
|
$fault = "client";
|
|
749
749
|
Message;
|
|
@@ -756,8 +756,8 @@ let ChildNotFoundException$1 = class ChildNotFoundException extends Organization
|
|
|
756
756
|
Object.setPrototypeOf(this, ChildNotFoundException.prototype);
|
|
757
757
|
this.Message = opts.Message;
|
|
758
758
|
}
|
|
759
|
-
}
|
|
760
|
-
|
|
759
|
+
}
|
|
760
|
+
class DestinationParentNotFoundException extends OrganizationsServiceException {
|
|
761
761
|
name = "DestinationParentNotFoundException";
|
|
762
762
|
$fault = "client";
|
|
763
763
|
Message;
|
|
@@ -770,8 +770,8 @@ let DestinationParentNotFoundException$1 = class DestinationParentNotFoundExcept
|
|
|
770
770
|
Object.setPrototypeOf(this, DestinationParentNotFoundException.prototype);
|
|
771
771
|
this.Message = opts.Message;
|
|
772
772
|
}
|
|
773
|
-
}
|
|
774
|
-
|
|
773
|
+
}
|
|
774
|
+
class DuplicateAccountException extends OrganizationsServiceException {
|
|
775
775
|
name = "DuplicateAccountException";
|
|
776
776
|
$fault = "client";
|
|
777
777
|
Message;
|
|
@@ -784,8 +784,8 @@ let DuplicateAccountException$1 = class DuplicateAccountException extends Organi
|
|
|
784
784
|
Object.setPrototypeOf(this, DuplicateAccountException.prototype);
|
|
785
785
|
this.Message = opts.Message;
|
|
786
786
|
}
|
|
787
|
-
}
|
|
788
|
-
|
|
787
|
+
}
|
|
788
|
+
class SourceParentNotFoundException extends OrganizationsServiceException {
|
|
789
789
|
name = "SourceParentNotFoundException";
|
|
790
790
|
$fault = "client";
|
|
791
791
|
Message;
|
|
@@ -798,8 +798,8 @@ let SourceParentNotFoundException$1 = class SourceParentNotFoundException extend
|
|
|
798
798
|
Object.setPrototypeOf(this, SourceParentNotFoundException.prototype);
|
|
799
799
|
this.Message = opts.Message;
|
|
800
800
|
}
|
|
801
|
-
}
|
|
802
|
-
|
|
801
|
+
}
|
|
802
|
+
class InvalidResponsibilityTransferTransitionException extends OrganizationsServiceException {
|
|
803
803
|
name = "InvalidResponsibilityTransferTransitionException";
|
|
804
804
|
$fault = "client";
|
|
805
805
|
Message;
|
|
@@ -812,8 +812,8 @@ let InvalidResponsibilityTransferTransitionException$1 = class InvalidResponsibi
|
|
|
812
812
|
Object.setPrototypeOf(this, InvalidResponsibilityTransferTransitionException.prototype);
|
|
813
813
|
this.Message = opts.Message;
|
|
814
814
|
}
|
|
815
|
-
}
|
|
816
|
-
|
|
815
|
+
}
|
|
816
|
+
class ResponsibilityTransferAlreadyInStatusException extends OrganizationsServiceException {
|
|
817
817
|
name = "ResponsibilityTransferAlreadyInStatusException";
|
|
818
818
|
$fault = "client";
|
|
819
819
|
Message;
|
|
@@ -826,7 +826,7 @@ let ResponsibilityTransferAlreadyInStatusException$1 = class ResponsibilityTrans
|
|
|
826
826
|
Object.setPrototypeOf(this, ResponsibilityTransferAlreadyInStatusException.prototype);
|
|
827
827
|
this.Message = opts.Message;
|
|
828
828
|
}
|
|
829
|
-
}
|
|
829
|
+
}
|
|
830
830
|
|
|
831
831
|
const _A = "Account";
|
|
832
832
|
const _AACE = "AccountAlreadyClosedException";
|
|
@@ -1181,11 +1181,11 @@ var HandshakeNotes = [0, n0, _HN, 8, 0];
|
|
|
1181
1181
|
var HandshakePartyId = [0, n0, _HPI, 8, 0];
|
|
1182
1182
|
var HandshakeResourceValue = [0, n0, _HRV, 8, 0];
|
|
1183
1183
|
var ResponsibilityTransferName = [0, n0, _RTN, 8, 0];
|
|
1184
|
-
var AcceptHandshakeRequest = [3, n0, _AHR, 0, [_HI], [0]];
|
|
1185
|
-
var AcceptHandshakeResponse = [3, n0, _AHRc, 0, [_H], [[() => Handshake
|
|
1186
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
1187
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
1188
|
-
var AccessDeniedForDependencyException = [
|
|
1184
|
+
var AcceptHandshakeRequest$ = [3, n0, _AHR, 0, [_HI], [0]];
|
|
1185
|
+
var AcceptHandshakeResponse$ = [3, n0, _AHRc, 0, [_H], [[() => Handshake$, 0]]];
|
|
1186
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
1187
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
1188
|
+
var AccessDeniedForDependencyException$ = [
|
|
1189
1189
|
-3,
|
|
1190
1190
|
n0,
|
|
1191
1191
|
_ADFDE,
|
|
@@ -1193,8 +1193,8 @@ var AccessDeniedForDependencyException = [
|
|
|
1193
1193
|
[_M, _R],
|
|
1194
1194
|
[0, 0],
|
|
1195
1195
|
];
|
|
1196
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedForDependencyException
|
|
1197
|
-
var Account = [
|
|
1196
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedForDependencyException$, AccessDeniedForDependencyException);
|
|
1197
|
+
var Account$ = [
|
|
1198
1198
|
3,
|
|
1199
1199
|
n0,
|
|
1200
1200
|
_A,
|
|
@@ -1202,20 +1202,20 @@ var Account = [
|
|
|
1202
1202
|
[_I, _Ar, _E, _N, _S, _St, _JM, _JT],
|
|
1203
1203
|
[0, 0, [() => Email, 0], [() => AccountName, 0], 0, 0, 0, 4],
|
|
1204
1204
|
];
|
|
1205
|
-
var AccountAlreadyClosedException = [-3, n0, _AACE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1206
|
-
schema.TypeRegistry.for(n0).registerError(AccountAlreadyClosedException
|
|
1207
|
-
var AccountAlreadyRegisteredException = [-3, n0, _AARE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1208
|
-
schema.TypeRegistry.for(n0).registerError(AccountAlreadyRegisteredException
|
|
1209
|
-
var AccountNotFoundException = [-3, n0, _ANFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1210
|
-
schema.TypeRegistry.for(n0).registerError(AccountNotFoundException
|
|
1211
|
-
var AccountNotRegisteredException = [-3, n0, _ANRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1212
|
-
schema.TypeRegistry.for(n0).registerError(AccountNotRegisteredException
|
|
1213
|
-
var AccountOwnerNotVerifiedException = [-3, n0, _AONVE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
1214
|
-
schema.TypeRegistry.for(n0).registerError(AccountOwnerNotVerifiedException
|
|
1215
|
-
var AlreadyInOrganizationException = [-3, n0, _AIOE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1216
|
-
schema.TypeRegistry.for(n0).registerError(AlreadyInOrganizationException
|
|
1217
|
-
var AttachPolicyRequest = [3, n0, _APR, 0, [_PI, _TI], [0, 0]];
|
|
1218
|
-
var AWSOrganizationsNotInUseException = [
|
|
1205
|
+
var AccountAlreadyClosedException$ = [-3, n0, _AACE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1206
|
+
schema.TypeRegistry.for(n0).registerError(AccountAlreadyClosedException$, AccountAlreadyClosedException);
|
|
1207
|
+
var AccountAlreadyRegisteredException$ = [-3, n0, _AARE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1208
|
+
schema.TypeRegistry.for(n0).registerError(AccountAlreadyRegisteredException$, AccountAlreadyRegisteredException);
|
|
1209
|
+
var AccountNotFoundException$ = [-3, n0, _ANFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1210
|
+
schema.TypeRegistry.for(n0).registerError(AccountNotFoundException$, AccountNotFoundException);
|
|
1211
|
+
var AccountNotRegisteredException$ = [-3, n0, _ANRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1212
|
+
schema.TypeRegistry.for(n0).registerError(AccountNotRegisteredException$, AccountNotRegisteredException);
|
|
1213
|
+
var AccountOwnerNotVerifiedException$ = [-3, n0, _AONVE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
1214
|
+
schema.TypeRegistry.for(n0).registerError(AccountOwnerNotVerifiedException$, AccountOwnerNotVerifiedException);
|
|
1215
|
+
var AlreadyInOrganizationException$ = [-3, n0, _AIOE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1216
|
+
schema.TypeRegistry.for(n0).registerError(AlreadyInOrganizationException$, AlreadyInOrganizationException);
|
|
1217
|
+
var AttachPolicyRequest$ = [3, n0, _APR, 0, [_PI, _TI], [0, 0]];
|
|
1218
|
+
var AWSOrganizationsNotInUseException$ = [
|
|
1219
1219
|
-3,
|
|
1220
1220
|
n0,
|
|
1221
1221
|
_AWSONIUE,
|
|
@@ -1223,20 +1223,27 @@ var AWSOrganizationsNotInUseException = [
|
|
|
1223
1223
|
[_M],
|
|
1224
1224
|
[0],
|
|
1225
1225
|
];
|
|
1226
|
-
schema.TypeRegistry.for(n0).registerError(AWSOrganizationsNotInUseException
|
|
1227
|
-
var CancelHandshakeRequest = [3, n0, _CHR, 0, [_HI], [0]];
|
|
1228
|
-
var CancelHandshakeResponse = [3, n0, _CHRa, 0, [_H], [[() => Handshake
|
|
1229
|
-
var Child = [3, n0, _C, 0, [_I, _T], [0, 0]];
|
|
1230
|
-
var ChildNotFoundException = [-3, n0, _CNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1231
|
-
schema.TypeRegistry.for(n0).registerError(ChildNotFoundException
|
|
1232
|
-
var CloseAccountRequest = [3, n0, _CAR, 0, [_AI], [0]];
|
|
1233
|
-
var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1234
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException
|
|
1235
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1236
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
1237
|
-
var ConstraintViolationException = [
|
|
1238
|
-
|
|
1239
|
-
|
|
1226
|
+
schema.TypeRegistry.for(n0).registerError(AWSOrganizationsNotInUseException$, AWSOrganizationsNotInUseException);
|
|
1227
|
+
var CancelHandshakeRequest$ = [3, n0, _CHR, 0, [_HI], [0]];
|
|
1228
|
+
var CancelHandshakeResponse$ = [3, n0, _CHRa, 0, [_H], [[() => Handshake$, 0]]];
|
|
1229
|
+
var Child$ = [3, n0, _C, 0, [_I, _T], [0, 0]];
|
|
1230
|
+
var ChildNotFoundException$ = [-3, n0, _CNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1231
|
+
schema.TypeRegistry.for(n0).registerError(ChildNotFoundException$, ChildNotFoundException);
|
|
1232
|
+
var CloseAccountRequest$ = [3, n0, _CAR, 0, [_AI], [0]];
|
|
1233
|
+
var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1234
|
+
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
1235
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1236
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
1237
|
+
var ConstraintViolationException$ = [
|
|
1238
|
+
-3,
|
|
1239
|
+
n0,
|
|
1240
|
+
_CVE,
|
|
1241
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1242
|
+
[_M, _R],
|
|
1243
|
+
[0, 0],
|
|
1244
|
+
];
|
|
1245
|
+
schema.TypeRegistry.for(n0).registerError(ConstraintViolationException$, ConstraintViolationException);
|
|
1246
|
+
var CreateAccountRequest$ = [
|
|
1240
1247
|
3,
|
|
1241
1248
|
n0,
|
|
1242
1249
|
_CARr,
|
|
@@ -1244,8 +1251,15 @@ var CreateAccountRequest = [
|
|
|
1244
1251
|
[_E, _AN, _RN, _IUATB, _Ta],
|
|
1245
1252
|
[[() => Email, 0], [() => CreateAccountName, 0], 0, 0, () => Tags],
|
|
1246
1253
|
];
|
|
1247
|
-
var CreateAccountResponse = [
|
|
1248
|
-
|
|
1254
|
+
var CreateAccountResponse$ = [
|
|
1255
|
+
3,
|
|
1256
|
+
n0,
|
|
1257
|
+
_CARre,
|
|
1258
|
+
0,
|
|
1259
|
+
[_CAS],
|
|
1260
|
+
[[() => CreateAccountStatus$, 0]],
|
|
1261
|
+
];
|
|
1262
|
+
var CreateAccountStatus$ = [
|
|
1249
1263
|
3,
|
|
1250
1264
|
n0,
|
|
1251
1265
|
_CAS,
|
|
@@ -1253,7 +1267,7 @@ var CreateAccountStatus = [
|
|
|
1253
1267
|
[_I, _AN, _St, _RT, _CT, _AI, _GCAI, _FR],
|
|
1254
1268
|
[0, [() => CreateAccountName, 0], 0, 4, 4, 0, 0, 0],
|
|
1255
1269
|
];
|
|
1256
|
-
var CreateAccountStatusNotFoundException = [
|
|
1270
|
+
var CreateAccountStatusNotFoundException$ = [
|
|
1257
1271
|
-3,
|
|
1258
1272
|
n0,
|
|
1259
1273
|
_CASNFE,
|
|
@@ -1261,8 +1275,8 @@ var CreateAccountStatusNotFoundException = [
|
|
|
1261
1275
|
[_M],
|
|
1262
1276
|
[0],
|
|
1263
1277
|
];
|
|
1264
|
-
schema.TypeRegistry.for(n0).registerError(CreateAccountStatusNotFoundException
|
|
1265
|
-
var CreateGovCloudAccountRequest = [
|
|
1278
|
+
schema.TypeRegistry.for(n0).registerError(CreateAccountStatusNotFoundException$, CreateAccountStatusNotFoundException);
|
|
1279
|
+
var CreateGovCloudAccountRequest$ = [
|
|
1266
1280
|
3,
|
|
1267
1281
|
n0,
|
|
1268
1282
|
_CGCAR,
|
|
@@ -1270,15 +1284,15 @@ var CreateGovCloudAccountRequest = [
|
|
|
1270
1284
|
[_E, _AN, _RN, _IUATB, _Ta],
|
|
1271
1285
|
[[() => Email, 0], [() => CreateAccountName, 0], 0, 0, () => Tags],
|
|
1272
1286
|
];
|
|
1273
|
-
var CreateGovCloudAccountResponse = [
|
|
1287
|
+
var CreateGovCloudAccountResponse$ = [
|
|
1274
1288
|
3,
|
|
1275
1289
|
n0,
|
|
1276
1290
|
_CGCARr,
|
|
1277
1291
|
0,
|
|
1278
1292
|
[_CAS],
|
|
1279
|
-
[[() => CreateAccountStatus
|
|
1293
|
+
[[() => CreateAccountStatus$, 0]],
|
|
1280
1294
|
];
|
|
1281
|
-
var CreateOrganizationalUnitRequest = [
|
|
1295
|
+
var CreateOrganizationalUnitRequest$ = [
|
|
1282
1296
|
3,
|
|
1283
1297
|
n0,
|
|
1284
1298
|
_COUR,
|
|
@@ -1286,17 +1300,17 @@ var CreateOrganizationalUnitRequest = [
|
|
|
1286
1300
|
[_PIa, _N, _Ta],
|
|
1287
1301
|
[0, 0, () => Tags],
|
|
1288
1302
|
];
|
|
1289
|
-
var CreateOrganizationalUnitResponse = [
|
|
1303
|
+
var CreateOrganizationalUnitResponse$ = [
|
|
1290
1304
|
3,
|
|
1291
1305
|
n0,
|
|
1292
1306
|
_COURr,
|
|
1293
1307
|
0,
|
|
1294
1308
|
[_OU],
|
|
1295
|
-
[() => OrganizationalUnit],
|
|
1309
|
+
[() => OrganizationalUnit$],
|
|
1296
1310
|
];
|
|
1297
|
-
var CreateOrganizationRequest = [3, n0, _COR, 0, [_FS], [0]];
|
|
1298
|
-
var CreateOrganizationResponse = [3, n0, _CORr, 0, [_O], [[() => Organization
|
|
1299
|
-
var CreatePolicyRequest = [
|
|
1311
|
+
var CreateOrganizationRequest$ = [3, n0, _COR, 0, [_FS], [0]];
|
|
1312
|
+
var CreateOrganizationResponse$ = [3, n0, _CORr, 0, [_O], [[() => Organization$, 0]]];
|
|
1313
|
+
var CreatePolicyRequest$ = [
|
|
1300
1314
|
3,
|
|
1301
1315
|
n0,
|
|
1302
1316
|
_CPR,
|
|
@@ -1304,10 +1318,10 @@ var CreatePolicyRequest = [
|
|
|
1304
1318
|
[_Co, _D, _N, _T, _Ta],
|
|
1305
1319
|
[0, 0, 0, 0, () => Tags],
|
|
1306
1320
|
];
|
|
1307
|
-
var CreatePolicyResponse = [3, n0, _CPRr, 0, [_P], [() => Policy]];
|
|
1308
|
-
var DeclineHandshakeRequest = [3, n0, _DHR, 0, [_HI], [0]];
|
|
1309
|
-
var DeclineHandshakeResponse = [3, n0, _DHRe, 0, [_H], [[() => Handshake
|
|
1310
|
-
var DelegatedAdministrator = [
|
|
1321
|
+
var CreatePolicyResponse$ = [3, n0, _CPRr, 0, [_P], [() => Policy$]];
|
|
1322
|
+
var DeclineHandshakeRequest$ = [3, n0, _DHR, 0, [_HI], [0]];
|
|
1323
|
+
var DeclineHandshakeResponse$ = [3, n0, _DHRe, 0, [_H], [[() => Handshake$, 0]]];
|
|
1324
|
+
var DelegatedAdministrator$ = [
|
|
1311
1325
|
3,
|
|
1312
1326
|
n0,
|
|
1313
1327
|
_DA,
|
|
@@ -1315,48 +1329,55 @@ var DelegatedAdministrator = [
|
|
|
1315
1329
|
[_I, _Ar, _E, _N, _S, _St, _JM, _JT, _DED],
|
|
1316
1330
|
[0, 0, [() => Email, 0], [() => AccountName, 0], 0, 0, 0, 4, 4],
|
|
1317
1331
|
];
|
|
1318
|
-
var DelegatedService = [3, n0, _DS, 0, [_SP, _DED], [0, 4]];
|
|
1319
|
-
var DeleteOrganizationalUnitRequest = [3, n0, _DOUR, 0, [_OUI], [0]];
|
|
1320
|
-
var DeletePolicyRequest = [3, n0, _DPR, 0, [_PI], [0]];
|
|
1321
|
-
var DeregisterDelegatedAdministratorRequest = [3, n0, _DDAR, 0, [_AI, _SP], [0, 0]];
|
|
1322
|
-
var DescribeAccountRequest = [3, n0, _DAR, 0, [_AI], [0]];
|
|
1323
|
-
var DescribeAccountResponse = [3, n0, _DARe, 0, [_A], [[() => Account
|
|
1324
|
-
var DescribeCreateAccountStatusRequest = [3, n0, _DCASR, 0, [_CARI], [0]];
|
|
1325
|
-
var DescribeCreateAccountStatusResponse = [
|
|
1332
|
+
var DelegatedService$ = [3, n0, _DS, 0, [_SP, _DED], [0, 4]];
|
|
1333
|
+
var DeleteOrganizationalUnitRequest$ = [3, n0, _DOUR, 0, [_OUI], [0]];
|
|
1334
|
+
var DeletePolicyRequest$ = [3, n0, _DPR, 0, [_PI], [0]];
|
|
1335
|
+
var DeregisterDelegatedAdministratorRequest$ = [3, n0, _DDAR, 0, [_AI, _SP], [0, 0]];
|
|
1336
|
+
var DescribeAccountRequest$ = [3, n0, _DAR, 0, [_AI], [0]];
|
|
1337
|
+
var DescribeAccountResponse$ = [3, n0, _DARe, 0, [_A], [[() => Account$, 0]]];
|
|
1338
|
+
var DescribeCreateAccountStatusRequest$ = [3, n0, _DCASR, 0, [_CARI], [0]];
|
|
1339
|
+
var DescribeCreateAccountStatusResponse$ = [
|
|
1326
1340
|
3,
|
|
1327
1341
|
n0,
|
|
1328
1342
|
_DCASRe,
|
|
1329
1343
|
0,
|
|
1330
1344
|
[_CAS],
|
|
1331
|
-
[[() => CreateAccountStatus
|
|
1332
|
-
];
|
|
1333
|
-
var DescribeEffectivePolicyRequest = [3, n0, _DEPR, 0, [_PT, _TI], [0, 0]];
|
|
1334
|
-
var DescribeEffectivePolicyResponse = [
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1345
|
+
[[() => CreateAccountStatus$, 0]],
|
|
1346
|
+
];
|
|
1347
|
+
var DescribeEffectivePolicyRequest$ = [3, n0, _DEPR, 0, [_PT, _TI], [0, 0]];
|
|
1348
|
+
var DescribeEffectivePolicyResponse$ = [
|
|
1349
|
+
3,
|
|
1350
|
+
n0,
|
|
1351
|
+
_DEPRe,
|
|
1352
|
+
0,
|
|
1353
|
+
[_EP],
|
|
1354
|
+
[() => EffectivePolicy$],
|
|
1355
|
+
];
|
|
1356
|
+
var DescribeHandshakeRequest$ = [3, n0, _DHRes, 0, [_HI], [0]];
|
|
1357
|
+
var DescribeHandshakeResponse$ = [3, n0, _DHResc, 0, [_H], [[() => Handshake$, 0]]];
|
|
1358
|
+
var DescribeOrganizationalUnitRequest$ = [3, n0, _DOURe, 0, [_OUI], [0]];
|
|
1359
|
+
var DescribeOrganizationalUnitResponse$ = [
|
|
1339
1360
|
3,
|
|
1340
1361
|
n0,
|
|
1341
1362
|
_DOURes,
|
|
1342
1363
|
0,
|
|
1343
1364
|
[_OU],
|
|
1344
|
-
[() => OrganizationalUnit],
|
|
1345
|
-
];
|
|
1346
|
-
var DescribeOrganizationResponse = [3, n0, _DOR, 0, [_O], [[() => Organization
|
|
1347
|
-
var DescribePolicyRequest = [3, n0, _DPRe, 0, [_PI], [0]];
|
|
1348
|
-
var DescribePolicyResponse = [3, n0, _DPRes, 0, [_P], [() => Policy]];
|
|
1349
|
-
var DescribeResourcePolicyResponse = [3, n0, _DRPR, 0, [_RP], [() => ResourcePolicy]];
|
|
1350
|
-
var DescribeResponsibilityTransferRequest = [3, n0, _DRTR, 0, [_I], [0]];
|
|
1351
|
-
var DescribeResponsibilityTransferResponse = [
|
|
1365
|
+
[() => OrganizationalUnit$],
|
|
1366
|
+
];
|
|
1367
|
+
var DescribeOrganizationResponse$ = [3, n0, _DOR, 0, [_O], [[() => Organization$, 0]]];
|
|
1368
|
+
var DescribePolicyRequest$ = [3, n0, _DPRe, 0, [_PI], [0]];
|
|
1369
|
+
var DescribePolicyResponse$ = [3, n0, _DPRes, 0, [_P], [() => Policy$]];
|
|
1370
|
+
var DescribeResourcePolicyResponse$ = [3, n0, _DRPR, 0, [_RP], [() => ResourcePolicy$]];
|
|
1371
|
+
var DescribeResponsibilityTransferRequest$ = [3, n0, _DRTR, 0, [_I], [0]];
|
|
1372
|
+
var DescribeResponsibilityTransferResponse$ = [
|
|
1352
1373
|
3,
|
|
1353
1374
|
n0,
|
|
1354
1375
|
_DRTRe,
|
|
1355
1376
|
0,
|
|
1356
1377
|
[_RTe],
|
|
1357
|
-
[[() => ResponsibilityTransfer
|
|
1378
|
+
[[() => ResponsibilityTransfer$, 0]],
|
|
1358
1379
|
];
|
|
1359
|
-
var DestinationParentNotFoundException = [
|
|
1380
|
+
var DestinationParentNotFoundException$ = [
|
|
1360
1381
|
-3,
|
|
1361
1382
|
n0,
|
|
1362
1383
|
_DPNFE,
|
|
@@ -1364,16 +1385,16 @@ var DestinationParentNotFoundException = [
|
|
|
1364
1385
|
[_M],
|
|
1365
1386
|
[0],
|
|
1366
1387
|
];
|
|
1367
|
-
schema.TypeRegistry.for(n0).registerError(DestinationParentNotFoundException
|
|
1368
|
-
var DetachPolicyRequest = [3, n0, _DPRet, 0, [_PI, _TI], [0, 0]];
|
|
1369
|
-
var DisableAWSServiceAccessRequest = [3, n0, _DAWSSAR, 0, [_SP], [0]];
|
|
1370
|
-
var DisablePolicyTypeRequest = [3, n0, _DPTR, 0, [_RI, _PT], [0, 0]];
|
|
1371
|
-
var DisablePolicyTypeResponse = [3, n0, _DPTRi, 0, [_Ro], [() => Root]];
|
|
1372
|
-
var DuplicateAccountException = [-3, n0, _DAE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1373
|
-
schema.TypeRegistry.for(n0).registerError(DuplicateAccountException
|
|
1374
|
-
var DuplicateHandshakeException = [-3, n0, _DHE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1375
|
-
schema.TypeRegistry.for(n0).registerError(DuplicateHandshakeException
|
|
1376
|
-
var DuplicateOrganizationalUnitException = [
|
|
1388
|
+
schema.TypeRegistry.for(n0).registerError(DestinationParentNotFoundException$, DestinationParentNotFoundException);
|
|
1389
|
+
var DetachPolicyRequest$ = [3, n0, _DPRet, 0, [_PI, _TI], [0, 0]];
|
|
1390
|
+
var DisableAWSServiceAccessRequest$ = [3, n0, _DAWSSAR, 0, [_SP], [0]];
|
|
1391
|
+
var DisablePolicyTypeRequest$ = [3, n0, _DPTR, 0, [_RI, _PT], [0, 0]];
|
|
1392
|
+
var DisablePolicyTypeResponse$ = [3, n0, _DPTRi, 0, [_Ro], [() => Root$]];
|
|
1393
|
+
var DuplicateAccountException$ = [-3, n0, _DAE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1394
|
+
schema.TypeRegistry.for(n0).registerError(DuplicateAccountException$, DuplicateAccountException);
|
|
1395
|
+
var DuplicateHandshakeException$ = [-3, n0, _DHE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1396
|
+
schema.TypeRegistry.for(n0).registerError(DuplicateHandshakeException$, DuplicateHandshakeException);
|
|
1397
|
+
var DuplicateOrganizationalUnitException$ = [
|
|
1377
1398
|
-3,
|
|
1378
1399
|
n0,
|
|
1379
1400
|
_DOUE,
|
|
@@ -1381,15 +1402,22 @@ var DuplicateOrganizationalUnitException = [
|
|
|
1381
1402
|
[_M],
|
|
1382
1403
|
[0],
|
|
1383
1404
|
];
|
|
1384
|
-
schema.TypeRegistry.for(n0).registerError(DuplicateOrganizationalUnitException
|
|
1385
|
-
var DuplicatePolicyAttachmentException = [
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1405
|
+
schema.TypeRegistry.for(n0).registerError(DuplicateOrganizationalUnitException$, DuplicateOrganizationalUnitException);
|
|
1406
|
+
var DuplicatePolicyAttachmentException$ = [
|
|
1407
|
+
-3,
|
|
1408
|
+
n0,
|
|
1409
|
+
_DPAE,
|
|
1410
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1411
|
+
[_M],
|
|
1412
|
+
[0],
|
|
1413
|
+
];
|
|
1414
|
+
schema.TypeRegistry.for(n0).registerError(DuplicatePolicyAttachmentException$, DuplicatePolicyAttachmentException);
|
|
1415
|
+
var DuplicatePolicyException$ = [-3, n0, _DPE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1416
|
+
schema.TypeRegistry.for(n0).registerError(DuplicatePolicyException$, DuplicatePolicyException);
|
|
1417
|
+
var EffectivePolicy$ = [3, n0, _EP, 0, [_PC, _LUT, _TI, _PT], [0, 4, 0, 0]];
|
|
1418
|
+
var EffectivePolicyNotFoundException$ = [-3, n0, _EPNFE, { [_e]: _c }, [_M], [0]];
|
|
1419
|
+
schema.TypeRegistry.for(n0).registerError(EffectivePolicyNotFoundException$, EffectivePolicyNotFoundException);
|
|
1420
|
+
var EffectivePolicyValidationError$ = [
|
|
1393
1421
|
3,
|
|
1394
1422
|
n0,
|
|
1395
1423
|
_EPVE,
|
|
@@ -1397,15 +1425,15 @@ var EffectivePolicyValidationError = [
|
|
|
1397
1425
|
[_EC, _EM, _PTE, _CP],
|
|
1398
1426
|
[0, 0, 0, 64 | 0],
|
|
1399
1427
|
];
|
|
1400
|
-
var EnableAllFeaturesRequest = [3, n0, _EAFR, 0, [], []];
|
|
1401
|
-
var EnableAllFeaturesResponse = [3, n0, _EAFRn, 0, [_H], [[() => Handshake
|
|
1402
|
-
var EnableAWSServiceAccessRequest = [3, n0, _EAWSSAR, 0, [_SP], [0]];
|
|
1403
|
-
var EnabledServicePrincipal = [3, n0, _ESP, 0, [_SP, _DE], [0, 4]];
|
|
1404
|
-
var EnablePolicyTypeRequest = [3, n0, _EPTR, 0, [_RI, _PT], [0, 0]];
|
|
1405
|
-
var EnablePolicyTypeResponse = [3, n0, _EPTRn, 0, [_Ro], [() => Root]];
|
|
1406
|
-
var FinalizingOrganizationException = [-3, n0, _FOE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1407
|
-
schema.TypeRegistry.for(n0).registerError(FinalizingOrganizationException
|
|
1408
|
-
var Handshake = [
|
|
1428
|
+
var EnableAllFeaturesRequest$ = [3, n0, _EAFR, 0, [], []];
|
|
1429
|
+
var EnableAllFeaturesResponse$ = [3, n0, _EAFRn, 0, [_H], [[() => Handshake$, 0]]];
|
|
1430
|
+
var EnableAWSServiceAccessRequest$ = [3, n0, _EAWSSAR, 0, [_SP], [0]];
|
|
1431
|
+
var EnabledServicePrincipal$ = [3, n0, _ESP, 0, [_SP, _DE], [0, 4]];
|
|
1432
|
+
var EnablePolicyTypeRequest$ = [3, n0, _EPTR, 0, [_RI, _PT], [0, 0]];
|
|
1433
|
+
var EnablePolicyTypeResponse$ = [3, n0, _EPTRn, 0, [_Ro], [() => Root$]];
|
|
1434
|
+
var FinalizingOrganizationException$ = [-3, n0, _FOE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1435
|
+
schema.TypeRegistry.for(n0).registerError(FinalizingOrganizationException$, FinalizingOrganizationException);
|
|
1436
|
+
var Handshake$ = [
|
|
1409
1437
|
3,
|
|
1410
1438
|
n0,
|
|
1411
1439
|
_H,
|
|
@@ -1413,9 +1441,9 @@ var Handshake = [
|
|
|
1413
1441
|
[_I, _Ar, _Pa, _St, _RT, _ET, _Ac, _Re],
|
|
1414
1442
|
[0, 0, [() => HandshakeParties, 0], 0, 4, 4, 0, [() => HandshakeResources, 0]],
|
|
1415
1443
|
];
|
|
1416
|
-
var HandshakeAlreadyInStateException = [-3, n0, _HAISE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1417
|
-
schema.TypeRegistry.for(n0).registerError(HandshakeAlreadyInStateException
|
|
1418
|
-
var HandshakeConstraintViolationException = [
|
|
1444
|
+
var HandshakeAlreadyInStateException$ = [-3, n0, _HAISE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1445
|
+
schema.TypeRegistry.for(n0).registerError(HandshakeAlreadyInStateException$, HandshakeAlreadyInStateException);
|
|
1446
|
+
var HandshakeConstraintViolationException$ = [
|
|
1419
1447
|
-3,
|
|
1420
1448
|
n0,
|
|
1421
1449
|
_HCVE,
|
|
@@ -1423,12 +1451,12 @@ var HandshakeConstraintViolationException = [
|
|
|
1423
1451
|
[_M, _R],
|
|
1424
1452
|
[0, 0],
|
|
1425
1453
|
];
|
|
1426
|
-
schema.TypeRegistry.for(n0).registerError(HandshakeConstraintViolationException
|
|
1427
|
-
var HandshakeFilter = [3, n0, _HF, 0, [_AT, _PHI], [0, 0]];
|
|
1428
|
-
var HandshakeNotFoundException = [-3, n0, _HNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1429
|
-
schema.TypeRegistry.for(n0).registerError(HandshakeNotFoundException
|
|
1430
|
-
var HandshakeParty = [3, n0, _HP, 0, [_I, _T], [[() => HandshakePartyId, 0], 0]];
|
|
1431
|
-
var HandshakeResource = [
|
|
1454
|
+
schema.TypeRegistry.for(n0).registerError(HandshakeConstraintViolationException$, HandshakeConstraintViolationException);
|
|
1455
|
+
var HandshakeFilter$ = [3, n0, _HF, 0, [_AT, _PHI], [0, 0]];
|
|
1456
|
+
var HandshakeNotFoundException$ = [-3, n0, _HNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1457
|
+
schema.TypeRegistry.for(n0).registerError(HandshakeNotFoundException$, HandshakeNotFoundException);
|
|
1458
|
+
var HandshakeParty$ = [3, n0, _HP, 0, [_I, _T], [[() => HandshakePartyId, 0], 0]];
|
|
1459
|
+
var HandshakeResource$ = [
|
|
1432
1460
|
3,
|
|
1433
1461
|
n0,
|
|
1434
1462
|
_HR,
|
|
@@ -1436,7 +1464,7 @@ var HandshakeResource = [
|
|
|
1436
1464
|
[_V, _T, _Re],
|
|
1437
1465
|
[[() => HandshakeResourceValue, 0], 0, [() => HandshakeResources, 0]],
|
|
1438
1466
|
];
|
|
1439
|
-
var InvalidHandshakeTransitionException = [
|
|
1467
|
+
var InvalidHandshakeTransitionException$ = [
|
|
1440
1468
|
-3,
|
|
1441
1469
|
n0,
|
|
1442
1470
|
_IHTE,
|
|
@@ -1444,10 +1472,10 @@ var InvalidHandshakeTransitionException = [
|
|
|
1444
1472
|
[_M],
|
|
1445
1473
|
[0],
|
|
1446
1474
|
];
|
|
1447
|
-
schema.TypeRegistry.for(n0).registerError(InvalidHandshakeTransitionException
|
|
1448
|
-
var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M, _R], [0, 0]];
|
|
1449
|
-
schema.TypeRegistry.for(n0).registerError(InvalidInputException
|
|
1450
|
-
var InvalidResponsibilityTransferTransitionException = [
|
|
1475
|
+
schema.TypeRegistry.for(n0).registerError(InvalidHandshakeTransitionException$, InvalidHandshakeTransitionException);
|
|
1476
|
+
var InvalidInputException$ = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M, _R], [0, 0]];
|
|
1477
|
+
schema.TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
|
|
1478
|
+
var InvalidResponsibilityTransferTransitionException$ = [
|
|
1451
1479
|
-3,
|
|
1452
1480
|
n0,
|
|
1453
1481
|
_IRTTE,
|
|
@@ -1455,41 +1483,41 @@ var InvalidResponsibilityTransferTransitionException = [
|
|
|
1455
1483
|
[_M],
|
|
1456
1484
|
[0],
|
|
1457
1485
|
];
|
|
1458
|
-
schema.TypeRegistry.for(n0).registerError(InvalidResponsibilityTransferTransitionException
|
|
1459
|
-
var InviteAccountToOrganizationRequest = [
|
|
1486
|
+
schema.TypeRegistry.for(n0).registerError(InvalidResponsibilityTransferTransitionException$, InvalidResponsibilityTransferTransitionException);
|
|
1487
|
+
var InviteAccountToOrganizationRequest$ = [
|
|
1460
1488
|
3,
|
|
1461
1489
|
n0,
|
|
1462
1490
|
_IATOR,
|
|
1463
1491
|
0,
|
|
1464
1492
|
[_Tar, _No, _Ta],
|
|
1465
|
-
[[() => HandshakeParty
|
|
1493
|
+
[[() => HandshakeParty$, 0], [() => HandshakeNotes, 0], () => Tags],
|
|
1466
1494
|
];
|
|
1467
|
-
var InviteAccountToOrganizationResponse = [
|
|
1495
|
+
var InviteAccountToOrganizationResponse$ = [
|
|
1468
1496
|
3,
|
|
1469
1497
|
n0,
|
|
1470
1498
|
_IATORn,
|
|
1471
1499
|
0,
|
|
1472
1500
|
[_H],
|
|
1473
|
-
[[() => Handshake
|
|
1501
|
+
[[() => Handshake$, 0]],
|
|
1474
1502
|
];
|
|
1475
|
-
var InviteOrganizationToTransferResponsibilityRequest = [
|
|
1503
|
+
var InviteOrganizationToTransferResponsibilityRequest$ = [
|
|
1476
1504
|
3,
|
|
1477
1505
|
n0,
|
|
1478
1506
|
_IOTTRR,
|
|
1479
1507
|
0,
|
|
1480
1508
|
[_T, _Tar, _No, _ST, _SN, _Ta],
|
|
1481
|
-
[0, [() => HandshakeParty
|
|
1509
|
+
[0, [() => HandshakeParty$, 0], [() => HandshakeNotes, 0], 4, [() => ResponsibilityTransferName, 0], () => Tags],
|
|
1482
1510
|
];
|
|
1483
|
-
var InviteOrganizationToTransferResponsibilityResponse = [
|
|
1511
|
+
var InviteOrganizationToTransferResponsibilityResponse$ = [
|
|
1484
1512
|
3,
|
|
1485
1513
|
n0,
|
|
1486
1514
|
_IOTTRRn,
|
|
1487
1515
|
0,
|
|
1488
1516
|
[_H],
|
|
1489
|
-
[[() => Handshake
|
|
1517
|
+
[[() => Handshake$, 0]],
|
|
1490
1518
|
];
|
|
1491
|
-
var ListAccountsForParentRequest = [3, n0, _LAFPR, 0, [_PIa, _NT, _MR], [0, 0, 1]];
|
|
1492
|
-
var ListAccountsForParentResponse = [
|
|
1519
|
+
var ListAccountsForParentRequest$ = [3, n0, _LAFPR, 0, [_PIa, _NT, _MR], [0, 0, 1]];
|
|
1520
|
+
var ListAccountsForParentResponse$ = [
|
|
1493
1521
|
3,
|
|
1494
1522
|
n0,
|
|
1495
1523
|
_LAFPRi,
|
|
@@ -1497,9 +1525,9 @@ var ListAccountsForParentResponse = [
|
|
|
1497
1525
|
[_Acc, _NT],
|
|
1498
1526
|
[[() => Accounts, 0], 0],
|
|
1499
1527
|
];
|
|
1500
|
-
var ListAccountsRequest = [3, n0, _LAR, 0, [_NT, _MR], [0, 1]];
|
|
1501
|
-
var ListAccountsResponse = [3, n0, _LARi, 0, [_Acc, _NT], [[() => Accounts, 0], 0]];
|
|
1502
|
-
var ListAccountsWithInvalidEffectivePolicyRequest = [
|
|
1528
|
+
var ListAccountsRequest$ = [3, n0, _LAR, 0, [_NT, _MR], [0, 1]];
|
|
1529
|
+
var ListAccountsResponse$ = [3, n0, _LARi, 0, [_Acc, _NT], [[() => Accounts, 0], 0]];
|
|
1530
|
+
var ListAccountsWithInvalidEffectivePolicyRequest$ = [
|
|
1503
1531
|
3,
|
|
1504
1532
|
n0,
|
|
1505
1533
|
_LAWIEPR,
|
|
@@ -1507,7 +1535,7 @@ var ListAccountsWithInvalidEffectivePolicyRequest = [
|
|
|
1507
1535
|
[_PT, _NT, _MR],
|
|
1508
1536
|
[0, 0, 1],
|
|
1509
1537
|
];
|
|
1510
|
-
var ListAccountsWithInvalidEffectivePolicyResponse = [
|
|
1538
|
+
var ListAccountsWithInvalidEffectivePolicyResponse$ = [
|
|
1511
1539
|
3,
|
|
1512
1540
|
n0,
|
|
1513
1541
|
_LAWIEPRi,
|
|
@@ -1515,7 +1543,7 @@ var ListAccountsWithInvalidEffectivePolicyResponse = [
|
|
|
1515
1543
|
[_Acc, _PT, _NT],
|
|
1516
1544
|
[[() => Accounts, 0], 0, 0],
|
|
1517
1545
|
];
|
|
1518
|
-
var ListAWSServiceAccessForOrganizationRequest = [
|
|
1546
|
+
var ListAWSServiceAccessForOrganizationRequest$ = [
|
|
1519
1547
|
3,
|
|
1520
1548
|
n0,
|
|
1521
1549
|
_LAWSSAFOR,
|
|
@@ -1523,7 +1551,7 @@ var ListAWSServiceAccessForOrganizationRequest = [
|
|
|
1523
1551
|
[_NT, _MR],
|
|
1524
1552
|
[0, 1],
|
|
1525
1553
|
];
|
|
1526
|
-
var ListAWSServiceAccessForOrganizationResponse = [
|
|
1554
|
+
var ListAWSServiceAccessForOrganizationResponse$ = [
|
|
1527
1555
|
3,
|
|
1528
1556
|
n0,
|
|
1529
1557
|
_LAWSSAFORi,
|
|
@@ -1531,10 +1559,17 @@ var ListAWSServiceAccessForOrganizationResponse = [
|
|
|
1531
1559
|
[_ESPn, _NT],
|
|
1532
1560
|
[() => EnabledServicePrincipals, 0],
|
|
1533
1561
|
];
|
|
1534
|
-
var ListChildrenRequest = [3, n0, _LCR, 0, [_PIa, _CTh, _NT, _MR], [0, 0, 0, 1]];
|
|
1535
|
-
var ListChildrenResponse = [3, n0, _LCRi, 0, [_Ch, _NT], [() => Children, 0]];
|
|
1536
|
-
var ListCreateAccountStatusRequest = [
|
|
1537
|
-
|
|
1562
|
+
var ListChildrenRequest$ = [3, n0, _LCR, 0, [_PIa, _CTh, _NT, _MR], [0, 0, 0, 1]];
|
|
1563
|
+
var ListChildrenResponse$ = [3, n0, _LCRi, 0, [_Ch, _NT], [() => Children, 0]];
|
|
1564
|
+
var ListCreateAccountStatusRequest$ = [
|
|
1565
|
+
3,
|
|
1566
|
+
n0,
|
|
1567
|
+
_LCASR,
|
|
1568
|
+
0,
|
|
1569
|
+
[_Sta, _NT, _MR],
|
|
1570
|
+
[64 | 0, 0, 1],
|
|
1571
|
+
];
|
|
1572
|
+
var ListCreateAccountStatusResponse$ = [
|
|
1538
1573
|
3,
|
|
1539
1574
|
n0,
|
|
1540
1575
|
_LCASRi,
|
|
@@ -1542,8 +1577,8 @@ var ListCreateAccountStatusResponse = [
|
|
|
1542
1577
|
[_CASr, _NT],
|
|
1543
1578
|
[[() => CreateAccountStatuses, 0], 0],
|
|
1544
1579
|
];
|
|
1545
|
-
var ListDelegatedAdministratorsRequest = [3, n0, _LDAR, 0, [_SP, _NT, _MR], [0, 0, 1]];
|
|
1546
|
-
var ListDelegatedAdministratorsResponse = [
|
|
1580
|
+
var ListDelegatedAdministratorsRequest$ = [3, n0, _LDAR, 0, [_SP, _NT, _MR], [0, 0, 1]];
|
|
1581
|
+
var ListDelegatedAdministratorsResponse$ = [
|
|
1547
1582
|
3,
|
|
1548
1583
|
n0,
|
|
1549
1584
|
_LDARi,
|
|
@@ -1551,7 +1586,7 @@ var ListDelegatedAdministratorsResponse = [
|
|
|
1551
1586
|
[_DAe, _NT],
|
|
1552
1587
|
[[() => DelegatedAdministrators, 0], 0],
|
|
1553
1588
|
];
|
|
1554
|
-
var ListDelegatedServicesForAccountRequest = [
|
|
1589
|
+
var ListDelegatedServicesForAccountRequest$ = [
|
|
1555
1590
|
3,
|
|
1556
1591
|
n0,
|
|
1557
1592
|
_LDSFAR,
|
|
@@ -1559,7 +1594,7 @@ var ListDelegatedServicesForAccountRequest = [
|
|
|
1559
1594
|
[_AI, _NT, _MR],
|
|
1560
1595
|
[0, 0, 1],
|
|
1561
1596
|
];
|
|
1562
|
-
var ListDelegatedServicesForAccountResponse = [
|
|
1597
|
+
var ListDelegatedServicesForAccountResponse$ = [
|
|
1563
1598
|
3,
|
|
1564
1599
|
n0,
|
|
1565
1600
|
_LDSFARi,
|
|
@@ -1567,7 +1602,7 @@ var ListDelegatedServicesForAccountResponse = [
|
|
|
1567
1602
|
[_DSe, _NT],
|
|
1568
1603
|
[() => DelegatedServices, 0],
|
|
1569
1604
|
];
|
|
1570
|
-
var ListEffectivePolicyValidationErrorsRequest = [
|
|
1605
|
+
var ListEffectivePolicyValidationErrorsRequest$ = [
|
|
1571
1606
|
3,
|
|
1572
1607
|
n0,
|
|
1573
1608
|
_LEPVER,
|
|
@@ -1575,7 +1610,7 @@ var ListEffectivePolicyValidationErrorsRequest = [
|
|
|
1575
1610
|
[_AI, _PT, _NT, _MR],
|
|
1576
1611
|
[0, 0, 0, 1],
|
|
1577
1612
|
];
|
|
1578
|
-
var ListEffectivePolicyValidationErrorsResponse = [
|
|
1613
|
+
var ListEffectivePolicyValidationErrorsResponse$ = [
|
|
1579
1614
|
3,
|
|
1580
1615
|
n0,
|
|
1581
1616
|
_LEPVERi,
|
|
@@ -1583,15 +1618,15 @@ var ListEffectivePolicyValidationErrorsResponse = [
|
|
|
1583
1618
|
[_AI, _PT, _Pat, _ETv, _NT, _EPVEf],
|
|
1584
1619
|
[0, 0, 0, 4, 0, () => EffectivePolicyValidationErrors],
|
|
1585
1620
|
];
|
|
1586
|
-
var ListHandshakesForAccountRequest = [
|
|
1621
|
+
var ListHandshakesForAccountRequest$ = [
|
|
1587
1622
|
3,
|
|
1588
1623
|
n0,
|
|
1589
1624
|
_LHFAR,
|
|
1590
1625
|
0,
|
|
1591
1626
|
[_F, _NT, _MR],
|
|
1592
|
-
[() => HandshakeFilter
|
|
1627
|
+
[() => HandshakeFilter$, 0, 1],
|
|
1593
1628
|
];
|
|
1594
|
-
var ListHandshakesForAccountResponse = [
|
|
1629
|
+
var ListHandshakesForAccountResponse$ = [
|
|
1595
1630
|
3,
|
|
1596
1631
|
n0,
|
|
1597
1632
|
_LHFARi,
|
|
@@ -1599,15 +1634,15 @@ var ListHandshakesForAccountResponse = [
|
|
|
1599
1634
|
[_Ha, _NT],
|
|
1600
1635
|
[[() => Handshakes, 0], 0],
|
|
1601
1636
|
];
|
|
1602
|
-
var ListHandshakesForOrganizationRequest = [
|
|
1637
|
+
var ListHandshakesForOrganizationRequest$ = [
|
|
1603
1638
|
3,
|
|
1604
1639
|
n0,
|
|
1605
1640
|
_LHFOR,
|
|
1606
1641
|
0,
|
|
1607
1642
|
[_F, _NT, _MR],
|
|
1608
|
-
[() => HandshakeFilter
|
|
1643
|
+
[() => HandshakeFilter$, 0, 1],
|
|
1609
1644
|
];
|
|
1610
|
-
var ListHandshakesForOrganizationResponse = [
|
|
1645
|
+
var ListHandshakesForOrganizationResponse$ = [
|
|
1611
1646
|
3,
|
|
1612
1647
|
n0,
|
|
1613
1648
|
_LHFORi,
|
|
@@ -1615,7 +1650,7 @@ var ListHandshakesForOrganizationResponse = [
|
|
|
1615
1650
|
[_Ha, _NT],
|
|
1616
1651
|
[[() => Handshakes, 0], 0],
|
|
1617
1652
|
];
|
|
1618
|
-
var ListInboundResponsibilityTransfersRequest = [
|
|
1653
|
+
var ListInboundResponsibilityTransfersRequest$ = [
|
|
1619
1654
|
3,
|
|
1620
1655
|
n0,
|
|
1621
1656
|
_LIRTR,
|
|
@@ -1623,7 +1658,7 @@ var ListInboundResponsibilityTransfersRequest = [
|
|
|
1623
1658
|
[_T, _I, _NT, _MR],
|
|
1624
1659
|
[0, 0, 0, 1],
|
|
1625
1660
|
];
|
|
1626
|
-
var ListInboundResponsibilityTransfersResponse = [
|
|
1661
|
+
var ListInboundResponsibilityTransfersResponse$ = [
|
|
1627
1662
|
3,
|
|
1628
1663
|
n0,
|
|
1629
1664
|
_LIRTRi,
|
|
@@ -1631,7 +1666,7 @@ var ListInboundResponsibilityTransfersResponse = [
|
|
|
1631
1666
|
[_RTes, _NT],
|
|
1632
1667
|
[[() => ResponsibilityTransfers, 0], 0],
|
|
1633
1668
|
];
|
|
1634
|
-
var ListOrganizationalUnitsForParentRequest = [
|
|
1669
|
+
var ListOrganizationalUnitsForParentRequest$ = [
|
|
1635
1670
|
3,
|
|
1636
1671
|
n0,
|
|
1637
1672
|
_LOUFPR,
|
|
@@ -1639,7 +1674,7 @@ var ListOrganizationalUnitsForParentRequest = [
|
|
|
1639
1674
|
[_PIa, _NT, _MR],
|
|
1640
1675
|
[0, 0, 1],
|
|
1641
1676
|
];
|
|
1642
|
-
var ListOrganizationalUnitsForParentResponse = [
|
|
1677
|
+
var ListOrganizationalUnitsForParentResponse$ = [
|
|
1643
1678
|
3,
|
|
1644
1679
|
n0,
|
|
1645
1680
|
_LOUFPRi,
|
|
@@ -1647,7 +1682,7 @@ var ListOrganizationalUnitsForParentResponse = [
|
|
|
1647
1682
|
[_OUr, _NT],
|
|
1648
1683
|
[() => OrganizationalUnits, 0],
|
|
1649
1684
|
];
|
|
1650
|
-
var ListOutboundResponsibilityTransfersRequest = [
|
|
1685
|
+
var ListOutboundResponsibilityTransfersRequest$ = [
|
|
1651
1686
|
3,
|
|
1652
1687
|
n0,
|
|
1653
1688
|
_LORTR,
|
|
@@ -1655,7 +1690,7 @@ var ListOutboundResponsibilityTransfersRequest = [
|
|
|
1655
1690
|
[_T, _NT, _MR],
|
|
1656
1691
|
[0, 0, 1],
|
|
1657
1692
|
];
|
|
1658
|
-
var ListOutboundResponsibilityTransfersResponse = [
|
|
1693
|
+
var ListOutboundResponsibilityTransfersResponse$ = [
|
|
1659
1694
|
3,
|
|
1660
1695
|
n0,
|
|
1661
1696
|
_LORTRi,
|
|
@@ -1663,18 +1698,18 @@ var ListOutboundResponsibilityTransfersResponse = [
|
|
|
1663
1698
|
[_RTes, _NT],
|
|
1664
1699
|
[[() => ResponsibilityTransfers, 0], 0],
|
|
1665
1700
|
];
|
|
1666
|
-
var ListParentsRequest = [3, n0, _LPR, 0, [_CI, _NT, _MR], [0, 0, 1]];
|
|
1667
|
-
var ListParentsResponse = [3, n0, _LPRi, 0, [_Par, _NT], [() => Parents, 0]];
|
|
1668
|
-
var ListPoliciesForTargetRequest = [3, n0, _LPFTR, 0, [_TI, _F, _NT, _MR], [0, 0, 0, 1]];
|
|
1669
|
-
var ListPoliciesForTargetResponse = [3, n0, _LPFTRi, 0, [_Po, _NT], [() => Policies, 0]];
|
|
1670
|
-
var ListPoliciesRequest = [3, n0, _LPRis, 0, [_F, _NT, _MR], [0, 0, 1]];
|
|
1671
|
-
var ListPoliciesResponse = [3, n0, _LPRist, 0, [_Po, _NT], [() => Policies, 0]];
|
|
1672
|
-
var ListRootsRequest = [3, n0, _LRR, 0, [_NT, _MR], [0, 1]];
|
|
1673
|
-
var ListRootsResponse = [3, n0, _LRRi, 0, [_Roo, _NT], [() => Roots, 0]];
|
|
1674
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RIe, _NT], [0, 0]];
|
|
1675
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => Tags, 0]];
|
|
1676
|
-
var ListTargetsForPolicyRequest = [3, n0, _LTFPR, 0, [_PI, _NT, _MR], [0, 0, 1]];
|
|
1677
|
-
var ListTargetsForPolicyResponse = [
|
|
1701
|
+
var ListParentsRequest$ = [3, n0, _LPR, 0, [_CI, _NT, _MR], [0, 0, 1]];
|
|
1702
|
+
var ListParentsResponse$ = [3, n0, _LPRi, 0, [_Par, _NT], [() => Parents, 0]];
|
|
1703
|
+
var ListPoliciesForTargetRequest$ = [3, n0, _LPFTR, 0, [_TI, _F, _NT, _MR], [0, 0, 0, 1]];
|
|
1704
|
+
var ListPoliciesForTargetResponse$ = [3, n0, _LPFTRi, 0, [_Po, _NT], [() => Policies, 0]];
|
|
1705
|
+
var ListPoliciesRequest$ = [3, n0, _LPRis, 0, [_F, _NT, _MR], [0, 0, 1]];
|
|
1706
|
+
var ListPoliciesResponse$ = [3, n0, _LPRist, 0, [_Po, _NT], [() => Policies, 0]];
|
|
1707
|
+
var ListRootsRequest$ = [3, n0, _LRR, 0, [_NT, _MR], [0, 1]];
|
|
1708
|
+
var ListRootsResponse$ = [3, n0, _LRRi, 0, [_Roo, _NT], [() => Roots, 0]];
|
|
1709
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RIe, _NT], [0, 0]];
|
|
1710
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => Tags, 0]];
|
|
1711
|
+
var ListTargetsForPolicyRequest$ = [3, n0, _LTFPR, 0, [_PI, _NT, _MR], [0, 0, 1]];
|
|
1712
|
+
var ListTargetsForPolicyResponse$ = [
|
|
1678
1713
|
3,
|
|
1679
1714
|
n0,
|
|
1680
1715
|
_LTFPRi,
|
|
@@ -1682,9 +1717,9 @@ var ListTargetsForPolicyResponse = [
|
|
|
1682
1717
|
[_Targ, _NT],
|
|
1683
1718
|
[() => PolicyTargets, 0],
|
|
1684
1719
|
];
|
|
1685
|
-
var MalformedPolicyDocumentException = [-3, n0, _MPDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1686
|
-
schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException
|
|
1687
|
-
var MasterCannotLeaveOrganizationException = [
|
|
1720
|
+
var MalformedPolicyDocumentException$ = [-3, n0, _MPDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1721
|
+
schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
1722
|
+
var MasterCannotLeaveOrganizationException$ = [
|
|
1688
1723
|
-3,
|
|
1689
1724
|
n0,
|
|
1690
1725
|
_MCLOE,
|
|
@@ -1692,9 +1727,9 @@ var MasterCannotLeaveOrganizationException = [
|
|
|
1692
1727
|
[_M],
|
|
1693
1728
|
[0],
|
|
1694
1729
|
];
|
|
1695
|
-
schema.TypeRegistry.for(n0).registerError(MasterCannotLeaveOrganizationException
|
|
1696
|
-
var MoveAccountRequest = [3, n0, _MAR, 0, [_AI, _SPI, _DPI], [0, 0, 0]];
|
|
1697
|
-
var Organization = [
|
|
1730
|
+
schema.TypeRegistry.for(n0).registerError(MasterCannotLeaveOrganizationException$, MasterCannotLeaveOrganizationException);
|
|
1731
|
+
var MoveAccountRequest$ = [3, n0, _MAR, 0, [_AI, _SPI, _DPI], [0, 0, 0]];
|
|
1732
|
+
var Organization$ = [
|
|
1698
1733
|
3,
|
|
1699
1734
|
n0,
|
|
1700
1735
|
_O,
|
|
@@ -1702,8 +1737,8 @@ var Organization = [
|
|
|
1702
1737
|
[_I, _Ar, _FS, _MAA, _MAI, _MAE, _APT],
|
|
1703
1738
|
[0, 0, 0, 0, 0, [() => Email, 0], () => PolicyTypes],
|
|
1704
1739
|
];
|
|
1705
|
-
var OrganizationalUnit = [3, n0, _OU, 0, [_I, _Ar, _N], [0, 0, 0]];
|
|
1706
|
-
var OrganizationalUnitNotEmptyException = [
|
|
1740
|
+
var OrganizationalUnit$ = [3, n0, _OU, 0, [_I, _Ar, _N], [0, 0, 0]];
|
|
1741
|
+
var OrganizationalUnitNotEmptyException$ = [
|
|
1707
1742
|
-3,
|
|
1708
1743
|
n0,
|
|
1709
1744
|
_OUNEE,
|
|
@@ -1711,8 +1746,8 @@ var OrganizationalUnitNotEmptyException = [
|
|
|
1711
1746
|
[_M],
|
|
1712
1747
|
[0],
|
|
1713
1748
|
];
|
|
1714
|
-
schema.TypeRegistry.for(n0).registerError(OrganizationalUnitNotEmptyException
|
|
1715
|
-
var OrganizationalUnitNotFoundException = [
|
|
1749
|
+
schema.TypeRegistry.for(n0).registerError(OrganizationalUnitNotEmptyException$, OrganizationalUnitNotEmptyException);
|
|
1750
|
+
var OrganizationalUnitNotFoundException$ = [
|
|
1716
1751
|
-3,
|
|
1717
1752
|
n0,
|
|
1718
1753
|
_OUNFE,
|
|
@@ -1720,26 +1755,33 @@ var OrganizationalUnitNotFoundException = [
|
|
|
1720
1755
|
[_M],
|
|
1721
1756
|
[0],
|
|
1722
1757
|
];
|
|
1723
|
-
schema.TypeRegistry.for(n0).registerError(OrganizationalUnitNotFoundException
|
|
1724
|
-
var OrganizationNotEmptyException = [-3, n0, _ONEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1725
|
-
schema.TypeRegistry.for(n0).registerError(OrganizationNotEmptyException
|
|
1726
|
-
var Parent = [3, n0, _Pare, 0, [_I, _T], [0, 0]];
|
|
1727
|
-
var ParentNotFoundException = [-3, n0, _PNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1728
|
-
schema.TypeRegistry.for(n0).registerError(ParentNotFoundException
|
|
1729
|
-
var Policy = [3, n0, _P, 0, [_PS, _Co], [() => PolicySummary
|
|
1730
|
-
var PolicyChangesInProgressException = [-3, n0, _PCIPE, { [_e]: _c }, [_M], [0]];
|
|
1731
|
-
schema.TypeRegistry.for(n0).registerError(PolicyChangesInProgressException
|
|
1732
|
-
var PolicyInUseException = [-3, n0, _PIUE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1733
|
-
schema.TypeRegistry.for(n0).registerError(PolicyInUseException
|
|
1734
|
-
var PolicyNotAttachedException = [-3, n0, _PNAE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1735
|
-
schema.TypeRegistry.for(n0).registerError(PolicyNotAttachedException
|
|
1736
|
-
var PolicyNotFoundException = [-3, n0, _PNFEo, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1737
|
-
schema.TypeRegistry.for(n0).registerError(PolicyNotFoundException
|
|
1738
|
-
var PolicySummary = [3, n0, _PS, 0, [_I, _Ar, _N, _D, _T, _AM], [0, 0, 0, 0, 0, 2]];
|
|
1739
|
-
var PolicyTargetSummary = [3, n0, _PTS, 0, [_TI, _Ar, _N, _T], [0, 0, 0, 0]];
|
|
1740
|
-
var PolicyTypeAlreadyEnabledException = [
|
|
1741
|
-
|
|
1742
|
-
|
|
1758
|
+
schema.TypeRegistry.for(n0).registerError(OrganizationalUnitNotFoundException$, OrganizationalUnitNotFoundException);
|
|
1759
|
+
var OrganizationNotEmptyException$ = [-3, n0, _ONEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1760
|
+
schema.TypeRegistry.for(n0).registerError(OrganizationNotEmptyException$, OrganizationNotEmptyException);
|
|
1761
|
+
var Parent$ = [3, n0, _Pare, 0, [_I, _T], [0, 0]];
|
|
1762
|
+
var ParentNotFoundException$ = [-3, n0, _PNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1763
|
+
schema.TypeRegistry.for(n0).registerError(ParentNotFoundException$, ParentNotFoundException);
|
|
1764
|
+
var Policy$ = [3, n0, _P, 0, [_PS, _Co], [() => PolicySummary$, 0]];
|
|
1765
|
+
var PolicyChangesInProgressException$ = [-3, n0, _PCIPE, { [_e]: _c }, [_M], [0]];
|
|
1766
|
+
schema.TypeRegistry.for(n0).registerError(PolicyChangesInProgressException$, PolicyChangesInProgressException);
|
|
1767
|
+
var PolicyInUseException$ = [-3, n0, _PIUE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1768
|
+
schema.TypeRegistry.for(n0).registerError(PolicyInUseException$, PolicyInUseException);
|
|
1769
|
+
var PolicyNotAttachedException$ = [-3, n0, _PNAE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1770
|
+
schema.TypeRegistry.for(n0).registerError(PolicyNotAttachedException$, PolicyNotAttachedException);
|
|
1771
|
+
var PolicyNotFoundException$ = [-3, n0, _PNFEo, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1772
|
+
schema.TypeRegistry.for(n0).registerError(PolicyNotFoundException$, PolicyNotFoundException);
|
|
1773
|
+
var PolicySummary$ = [3, n0, _PS, 0, [_I, _Ar, _N, _D, _T, _AM], [0, 0, 0, 0, 0, 2]];
|
|
1774
|
+
var PolicyTargetSummary$ = [3, n0, _PTS, 0, [_TI, _Ar, _N, _T], [0, 0, 0, 0]];
|
|
1775
|
+
var PolicyTypeAlreadyEnabledException$ = [
|
|
1776
|
+
-3,
|
|
1777
|
+
n0,
|
|
1778
|
+
_PTAEE,
|
|
1779
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1780
|
+
[_M],
|
|
1781
|
+
[0],
|
|
1782
|
+
];
|
|
1783
|
+
schema.TypeRegistry.for(n0).registerError(PolicyTypeAlreadyEnabledException$, PolicyTypeAlreadyEnabledException);
|
|
1784
|
+
var PolicyTypeNotAvailableForOrganizationException$ = [
|
|
1743
1785
|
-3,
|
|
1744
1786
|
n0,
|
|
1745
1787
|
_PTNAFOE,
|
|
@@ -1747,19 +1789,19 @@ var PolicyTypeNotAvailableForOrganizationException = [
|
|
|
1747
1789
|
[_M],
|
|
1748
1790
|
[0],
|
|
1749
1791
|
];
|
|
1750
|
-
schema.TypeRegistry.for(n0).registerError(PolicyTypeNotAvailableForOrganizationException
|
|
1751
|
-
var PolicyTypeNotEnabledException = [-3, n0, _PTNEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1752
|
-
schema.TypeRegistry.for(n0).registerError(PolicyTypeNotEnabledException
|
|
1753
|
-
var PolicyTypeSummary = [3, n0, _PTSo, 0, [_T, _S], [0, 0]];
|
|
1754
|
-
var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_Co, _Ta], [0, () => Tags]];
|
|
1755
|
-
var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_RP], [() => ResourcePolicy]];
|
|
1756
|
-
var RegisterDelegatedAdministratorRequest = [3, n0, _RDAR, 0, [_AI, _SP], [0, 0]];
|
|
1757
|
-
var RemoveAccountFromOrganizationRequest = [3, n0, _RAFOR, 0, [_AI], [0]];
|
|
1758
|
-
var ResourcePolicy = [3, n0, _RP, 0, [_RPS, _Co], [() => ResourcePolicySummary
|
|
1759
|
-
var ResourcePolicyNotFoundException = [-3, n0, _RPNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1760
|
-
schema.TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException
|
|
1761
|
-
var ResourcePolicySummary = [3, n0, _RPS, 0, [_I, _Ar], [0, 0]];
|
|
1762
|
-
var ResponsibilityTransfer = [
|
|
1792
|
+
schema.TypeRegistry.for(n0).registerError(PolicyTypeNotAvailableForOrganizationException$, PolicyTypeNotAvailableForOrganizationException);
|
|
1793
|
+
var PolicyTypeNotEnabledException$ = [-3, n0, _PTNEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1794
|
+
schema.TypeRegistry.for(n0).registerError(PolicyTypeNotEnabledException$, PolicyTypeNotEnabledException);
|
|
1795
|
+
var PolicyTypeSummary$ = [3, n0, _PTSo, 0, [_T, _S], [0, 0]];
|
|
1796
|
+
var PutResourcePolicyRequest$ = [3, n0, _PRPR, 0, [_Co, _Ta], [0, () => Tags]];
|
|
1797
|
+
var PutResourcePolicyResponse$ = [3, n0, _PRPRu, 0, [_RP], [() => ResourcePolicy$]];
|
|
1798
|
+
var RegisterDelegatedAdministratorRequest$ = [3, n0, _RDAR, 0, [_AI, _SP], [0, 0]];
|
|
1799
|
+
var RemoveAccountFromOrganizationRequest$ = [3, n0, _RAFOR, 0, [_AI], [0]];
|
|
1800
|
+
var ResourcePolicy$ = [3, n0, _RP, 0, [_RPS, _Co], [() => ResourcePolicySummary$, 0]];
|
|
1801
|
+
var ResourcePolicyNotFoundException$ = [-3, n0, _RPNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1802
|
+
schema.TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException$, ResourcePolicyNotFoundException);
|
|
1803
|
+
var ResourcePolicySummary$ = [3, n0, _RPS, 0, [_I, _Ar], [0, 0]];
|
|
1804
|
+
var ResponsibilityTransfer$ = [
|
|
1763
1805
|
3,
|
|
1764
1806
|
n0,
|
|
1765
1807
|
_RTe,
|
|
@@ -1771,14 +1813,14 @@ var ResponsibilityTransfer = [
|
|
|
1771
1813
|
0,
|
|
1772
1814
|
0,
|
|
1773
1815
|
0,
|
|
1774
|
-
[() => TransferParticipant
|
|
1775
|
-
[() => TransferParticipant
|
|
1816
|
+
[() => TransferParticipant$, 0],
|
|
1817
|
+
[() => TransferParticipant$, 0],
|
|
1776
1818
|
4,
|
|
1777
1819
|
4,
|
|
1778
1820
|
0,
|
|
1779
1821
|
],
|
|
1780
1822
|
];
|
|
1781
|
-
var ResponsibilityTransferAlreadyInStatusException = [
|
|
1823
|
+
var ResponsibilityTransferAlreadyInStatusException$ = [
|
|
1782
1824
|
-3,
|
|
1783
1825
|
n0,
|
|
1784
1826
|
_RTAISE,
|
|
@@ -1786,8 +1828,8 @@ var ResponsibilityTransferAlreadyInStatusException = [
|
|
|
1786
1828
|
[_M],
|
|
1787
1829
|
[0],
|
|
1788
1830
|
];
|
|
1789
|
-
schema.TypeRegistry.for(n0).registerError(ResponsibilityTransferAlreadyInStatusException
|
|
1790
|
-
var ResponsibilityTransferNotFoundException = [
|
|
1831
|
+
schema.TypeRegistry.for(n0).registerError(ResponsibilityTransferAlreadyInStatusException$, ResponsibilityTransferAlreadyInStatusException);
|
|
1832
|
+
var ResponsibilityTransferNotFoundException$ = [
|
|
1791
1833
|
-3,
|
|
1792
1834
|
n0,
|
|
1793
1835
|
_RTNFE,
|
|
@@ -1795,45 +1837,45 @@ var ResponsibilityTransferNotFoundException = [
|
|
|
1795
1837
|
[_M],
|
|
1796
1838
|
[0],
|
|
1797
1839
|
];
|
|
1798
|
-
schema.TypeRegistry.for(n0).registerError(ResponsibilityTransferNotFoundException
|
|
1799
|
-
var Root = [3, n0, _Ro, 0, [_I, _Ar, _N, _PTo], [0, 0, 0, () => PolicyTypes]];
|
|
1800
|
-
var RootNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1801
|
-
schema.TypeRegistry.for(n0).registerError(RootNotFoundException
|
|
1802
|
-
var ServiceException = [-3, n0, _SE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
1803
|
-
schema.TypeRegistry.for(n0).registerError(ServiceException
|
|
1804
|
-
var SourceParentNotFoundException = [-3, n0, _SPNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1805
|
-
schema.TypeRegistry.for(n0).registerError(SourceParentNotFoundException
|
|
1806
|
-
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1807
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RIe, _Ta], [0, () => Tags]];
|
|
1808
|
-
var TargetNotFoundException = [-3, n0, _TNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1809
|
-
schema.TypeRegistry.for(n0).registerError(TargetNotFoundException
|
|
1810
|
-
var TerminateResponsibilityTransferRequest = [3, n0, _TRTR, 0, [_I, _ETn], [0, 4]];
|
|
1811
|
-
var TerminateResponsibilityTransferResponse = [
|
|
1840
|
+
schema.TypeRegistry.for(n0).registerError(ResponsibilityTransferNotFoundException$, ResponsibilityTransferNotFoundException);
|
|
1841
|
+
var Root$ = [3, n0, _Ro, 0, [_I, _Ar, _N, _PTo], [0, 0, 0, () => PolicyTypes]];
|
|
1842
|
+
var RootNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1843
|
+
schema.TypeRegistry.for(n0).registerError(RootNotFoundException$, RootNotFoundException);
|
|
1844
|
+
var ServiceException$ = [-3, n0, _SE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
1845
|
+
schema.TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
|
|
1846
|
+
var SourceParentNotFoundException$ = [-3, n0, _SPNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1847
|
+
schema.TypeRegistry.for(n0).registerError(SourceParentNotFoundException$, SourceParentNotFoundException);
|
|
1848
|
+
var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1849
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RIe, _Ta], [0, () => Tags]];
|
|
1850
|
+
var TargetNotFoundException$ = [-3, n0, _TNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1851
|
+
schema.TypeRegistry.for(n0).registerError(TargetNotFoundException$, TargetNotFoundException);
|
|
1852
|
+
var TerminateResponsibilityTransferRequest$ = [3, n0, _TRTR, 0, [_I, _ETn], [0, 4]];
|
|
1853
|
+
var TerminateResponsibilityTransferResponse$ = [
|
|
1812
1854
|
3,
|
|
1813
1855
|
n0,
|
|
1814
1856
|
_TRTRe,
|
|
1815
1857
|
0,
|
|
1816
1858
|
[_RTe],
|
|
1817
|
-
[[() => ResponsibilityTransfer
|
|
1818
|
-
];
|
|
1819
|
-
var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_T, _M], [0, 0]];
|
|
1820
|
-
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
1821
|
-
var TransferParticipant = [3, n0, _TP, 0, [_MAIa, _MAEa], [0, [() => Email, 0]]];
|
|
1822
|
-
var UnsupportedAPIEndpointException = [-3, n0, _UAPIEE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
1823
|
-
schema.TypeRegistry.for(n0).registerError(UnsupportedAPIEndpointException
|
|
1824
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_RIe, _TK], [0, 64 | 0]];
|
|
1825
|
-
var UpdateOrganizationalUnitRequest = [3, n0, _UOUR, 0, [_OUI, _N], [0, 0]];
|
|
1826
|
-
var UpdateOrganizationalUnitResponse = [
|
|
1859
|
+
[[() => ResponsibilityTransfer$, 0]],
|
|
1860
|
+
];
|
|
1861
|
+
var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_T, _M], [0, 0]];
|
|
1862
|
+
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
1863
|
+
var TransferParticipant$ = [3, n0, _TP, 0, [_MAIa, _MAEa], [0, [() => Email, 0]]];
|
|
1864
|
+
var UnsupportedAPIEndpointException$ = [-3, n0, _UAPIEE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
1865
|
+
schema.TypeRegistry.for(n0).registerError(UnsupportedAPIEndpointException$, UnsupportedAPIEndpointException);
|
|
1866
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RIe, _TK], [0, 64 | 0]];
|
|
1867
|
+
var UpdateOrganizationalUnitRequest$ = [3, n0, _UOUR, 0, [_OUI, _N], [0, 0]];
|
|
1868
|
+
var UpdateOrganizationalUnitResponse$ = [
|
|
1827
1869
|
3,
|
|
1828
1870
|
n0,
|
|
1829
1871
|
_UOURp,
|
|
1830
1872
|
0,
|
|
1831
1873
|
[_OU],
|
|
1832
|
-
[() => OrganizationalUnit],
|
|
1874
|
+
[() => OrganizationalUnit$],
|
|
1833
1875
|
];
|
|
1834
|
-
var UpdatePolicyRequest = [3, n0, _UPR, 0, [_PI, _N, _D, _Co], [0, 0, 0, 0]];
|
|
1835
|
-
var UpdatePolicyResponse = [3, n0, _UPRp, 0, [_P], [() => Policy]];
|
|
1836
|
-
var UpdateResponsibilityTransferRequest = [
|
|
1876
|
+
var UpdatePolicyRequest$ = [3, n0, _UPR, 0, [_PI, _N, _D, _Co], [0, 0, 0, 0]];
|
|
1877
|
+
var UpdatePolicyResponse$ = [3, n0, _UPRp, 0, [_P], [() => Policy$]];
|
|
1878
|
+
var UpdateResponsibilityTransferRequest$ = [
|
|
1837
1879
|
3,
|
|
1838
1880
|
n0,
|
|
1839
1881
|
_URTR,
|
|
@@ -1841,433 +1883,454 @@ var UpdateResponsibilityTransferRequest = [
|
|
|
1841
1883
|
[_I, _N],
|
|
1842
1884
|
[0, [() => ResponsibilityTransferName, 0]],
|
|
1843
1885
|
];
|
|
1844
|
-
var UpdateResponsibilityTransferResponse = [
|
|
1886
|
+
var UpdateResponsibilityTransferResponse$ = [
|
|
1845
1887
|
3,
|
|
1846
1888
|
n0,
|
|
1847
1889
|
_URTRp,
|
|
1848
1890
|
0,
|
|
1849
1891
|
[_RTe],
|
|
1850
|
-
[[() => ResponsibilityTransfer
|
|
1892
|
+
[[() => ResponsibilityTransfer$, 0]],
|
|
1851
1893
|
];
|
|
1852
1894
|
var __Unit = "unit";
|
|
1853
|
-
var OrganizationsServiceException = [-3, _sm, "OrganizationsServiceException", 0, [], []];
|
|
1854
|
-
schema.TypeRegistry.for(_sm).registerError(OrganizationsServiceException
|
|
1855
|
-
var Accounts = [1, n0, _Acc, 0, [() => Account
|
|
1856
|
-
var Children = [1, n0, _Ch, 0, () => Child];
|
|
1857
|
-
var CreateAccountStatuses = [1, n0, _CASr, 0, [() => CreateAccountStatus
|
|
1858
|
-
var DelegatedAdministrators = [1, n0, _DAe, 0, [() => DelegatedAdministrator
|
|
1859
|
-
var DelegatedServices = [1, n0, _DSe, 0, () => DelegatedService];
|
|
1860
|
-
var EffectivePolicyValidationErrors = [1, n0, _EPVEf, 0, () => EffectivePolicyValidationError];
|
|
1861
|
-
var EnabledServicePrincipals = [1, n0, _ESPn, 0, () => EnabledServicePrincipal];
|
|
1862
|
-
var HandshakeParties = [1, n0, _HPa, 0, [() => HandshakeParty
|
|
1863
|
-
var HandshakeResources = [1, n0, _HRa, 0, [() => HandshakeResource
|
|
1864
|
-
var Handshakes = [1, n0, _Ha, 0, [() => Handshake
|
|
1865
|
-
var OrganizationalUnits = [1, n0, _OUr, 0, () => OrganizationalUnit];
|
|
1866
|
-
var Parents = [1, n0, _Par, 0, () => Parent];
|
|
1867
|
-
var Policies = [1, n0, _Po, 0, () => PolicySummary];
|
|
1868
|
-
var PolicyTargets = [1, n0, _PTol, 0, () => PolicyTargetSummary];
|
|
1869
|
-
var PolicyTypes = [1, n0, _PTo, 0, () => PolicyTypeSummary];
|
|
1870
|
-
var ResponsibilityTransfers = [1, n0, _RTes, 0, [() => ResponsibilityTransfer
|
|
1871
|
-
var Roots = [1, n0, _Roo, 0, () => Root];
|
|
1872
|
-
var Tags = [1, n0, _Ta, 0, () => Tag];
|
|
1873
|
-
var AcceptHandshake = [
|
|
1895
|
+
var OrganizationsServiceException$ = [-3, _sm, "OrganizationsServiceException", 0, [], []];
|
|
1896
|
+
schema.TypeRegistry.for(_sm).registerError(OrganizationsServiceException$, OrganizationsServiceException);
|
|
1897
|
+
var Accounts = [1, n0, _Acc, 0, [() => Account$, 0]];
|
|
1898
|
+
var Children = [1, n0, _Ch, 0, () => Child$];
|
|
1899
|
+
var CreateAccountStatuses = [1, n0, _CASr, 0, [() => CreateAccountStatus$, 0]];
|
|
1900
|
+
var DelegatedAdministrators = [1, n0, _DAe, 0, [() => DelegatedAdministrator$, 0]];
|
|
1901
|
+
var DelegatedServices = [1, n0, _DSe, 0, () => DelegatedService$];
|
|
1902
|
+
var EffectivePolicyValidationErrors = [1, n0, _EPVEf, 0, () => EffectivePolicyValidationError$];
|
|
1903
|
+
var EnabledServicePrincipals = [1, n0, _ESPn, 0, () => EnabledServicePrincipal$];
|
|
1904
|
+
var HandshakeParties = [1, n0, _HPa, 0, [() => HandshakeParty$, 0]];
|
|
1905
|
+
var HandshakeResources = [1, n0, _HRa, 0, [() => HandshakeResource$, 0]];
|
|
1906
|
+
var Handshakes = [1, n0, _Ha, 0, [() => Handshake$, 0]];
|
|
1907
|
+
var OrganizationalUnits = [1, n0, _OUr, 0, () => OrganizationalUnit$];
|
|
1908
|
+
var Parents = [1, n0, _Par, 0, () => Parent$];
|
|
1909
|
+
var Policies = [1, n0, _Po, 0, () => PolicySummary$];
|
|
1910
|
+
var PolicyTargets = [1, n0, _PTol, 0, () => PolicyTargetSummary$];
|
|
1911
|
+
var PolicyTypes = [1, n0, _PTo, 0, () => PolicyTypeSummary$];
|
|
1912
|
+
var ResponsibilityTransfers = [1, n0, _RTes, 0, [() => ResponsibilityTransfer$, 0]];
|
|
1913
|
+
var Roots = [1, n0, _Roo, 0, () => Root$];
|
|
1914
|
+
var Tags = [1, n0, _Ta, 0, () => Tag$];
|
|
1915
|
+
var AcceptHandshake$ = [
|
|
1874
1916
|
9,
|
|
1875
1917
|
n0,
|
|
1876
1918
|
_AH,
|
|
1877
1919
|
0,
|
|
1878
|
-
() => AcceptHandshakeRequest
|
|
1879
|
-
() => AcceptHandshakeResponse
|
|
1920
|
+
() => AcceptHandshakeRequest$,
|
|
1921
|
+
() => AcceptHandshakeResponse$,
|
|
1880
1922
|
];
|
|
1881
|
-
var AttachPolicy = [9, n0, _AP, 0, () => AttachPolicyRequest
|
|
1882
|
-
var CancelHandshake = [
|
|
1923
|
+
var AttachPolicy$ = [9, n0, _AP, 0, () => AttachPolicyRequest$, () => __Unit];
|
|
1924
|
+
var CancelHandshake$ = [
|
|
1883
1925
|
9,
|
|
1884
1926
|
n0,
|
|
1885
1927
|
_CH,
|
|
1886
1928
|
0,
|
|
1887
|
-
() => CancelHandshakeRequest
|
|
1888
|
-
() => CancelHandshakeResponse
|
|
1929
|
+
() => CancelHandshakeRequest$,
|
|
1930
|
+
() => CancelHandshakeResponse$,
|
|
1889
1931
|
];
|
|
1890
|
-
var CloseAccount = [9, n0, _CA, 0, () => CloseAccountRequest
|
|
1891
|
-
var CreateAccount = [
|
|
1932
|
+
var CloseAccount$ = [9, n0, _CA, 0, () => CloseAccountRequest$, () => __Unit];
|
|
1933
|
+
var CreateAccount$ = [
|
|
1892
1934
|
9,
|
|
1893
1935
|
n0,
|
|
1894
1936
|
_CAr,
|
|
1895
1937
|
0,
|
|
1896
|
-
() => CreateAccountRequest
|
|
1897
|
-
() => CreateAccountResponse
|
|
1938
|
+
() => CreateAccountRequest$,
|
|
1939
|
+
() => CreateAccountResponse$,
|
|
1898
1940
|
];
|
|
1899
|
-
var CreateGovCloudAccount = [
|
|
1941
|
+
var CreateGovCloudAccount$ = [
|
|
1900
1942
|
9,
|
|
1901
1943
|
n0,
|
|
1902
1944
|
_CGCA,
|
|
1903
1945
|
0,
|
|
1904
|
-
() => CreateGovCloudAccountRequest
|
|
1905
|
-
() => CreateGovCloudAccountResponse
|
|
1946
|
+
() => CreateGovCloudAccountRequest$,
|
|
1947
|
+
() => CreateGovCloudAccountResponse$,
|
|
1906
1948
|
];
|
|
1907
|
-
var CreateOrganization = [
|
|
1949
|
+
var CreateOrganization$ = [
|
|
1908
1950
|
9,
|
|
1909
1951
|
n0,
|
|
1910
1952
|
_CO,
|
|
1911
1953
|
0,
|
|
1912
|
-
() => CreateOrganizationRequest
|
|
1913
|
-
() => CreateOrganizationResponse
|
|
1954
|
+
() => CreateOrganizationRequest$,
|
|
1955
|
+
() => CreateOrganizationResponse$,
|
|
1914
1956
|
];
|
|
1915
|
-
var CreateOrganizationalUnit = [
|
|
1957
|
+
var CreateOrganizationalUnit$ = [
|
|
1916
1958
|
9,
|
|
1917
1959
|
n0,
|
|
1918
1960
|
_COU,
|
|
1919
1961
|
0,
|
|
1920
|
-
() => CreateOrganizationalUnitRequest
|
|
1921
|
-
() => CreateOrganizationalUnitResponse
|
|
1962
|
+
() => CreateOrganizationalUnitRequest$,
|
|
1963
|
+
() => CreateOrganizationalUnitResponse$,
|
|
1922
1964
|
];
|
|
1923
|
-
var CreatePolicy = [
|
|
1965
|
+
var CreatePolicy$ = [
|
|
1924
1966
|
9,
|
|
1925
1967
|
n0,
|
|
1926
1968
|
_CPr,
|
|
1927
1969
|
0,
|
|
1928
|
-
() => CreatePolicyRequest
|
|
1929
|
-
() => CreatePolicyResponse
|
|
1970
|
+
() => CreatePolicyRequest$,
|
|
1971
|
+
() => CreatePolicyResponse$,
|
|
1930
1972
|
];
|
|
1931
|
-
var DeclineHandshake = [
|
|
1973
|
+
var DeclineHandshake$ = [
|
|
1932
1974
|
9,
|
|
1933
1975
|
n0,
|
|
1934
1976
|
_DH,
|
|
1935
1977
|
0,
|
|
1936
|
-
() => DeclineHandshakeRequest
|
|
1937
|
-
() => DeclineHandshakeResponse
|
|
1978
|
+
() => DeclineHandshakeRequest$,
|
|
1979
|
+
() => DeclineHandshakeResponse$,
|
|
1938
1980
|
];
|
|
1939
|
-
var DeleteOrganization = [9, n0, _DO, 0, () => __Unit, () => __Unit];
|
|
1940
|
-
var DeleteOrganizationalUnit = [
|
|
1981
|
+
var DeleteOrganization$ = [9, n0, _DO, 0, () => __Unit, () => __Unit];
|
|
1982
|
+
var DeleteOrganizationalUnit$ = [
|
|
1941
1983
|
9,
|
|
1942
1984
|
n0,
|
|
1943
1985
|
_DOU,
|
|
1944
1986
|
0,
|
|
1945
|
-
() => DeleteOrganizationalUnitRequest
|
|
1987
|
+
() => DeleteOrganizationalUnitRequest$,
|
|
1946
1988
|
() => __Unit,
|
|
1947
1989
|
];
|
|
1948
|
-
var DeletePolicy = [9, n0, _DP, 0, () => DeletePolicyRequest
|
|
1949
|
-
var DeleteResourcePolicy = [9, n0, _DRP, 0, () => __Unit, () => __Unit];
|
|
1950
|
-
var DeregisterDelegatedAdministrator = [
|
|
1990
|
+
var DeletePolicy$ = [9, n0, _DP, 0, () => DeletePolicyRequest$, () => __Unit];
|
|
1991
|
+
var DeleteResourcePolicy$ = [9, n0, _DRP, 0, () => __Unit, () => __Unit];
|
|
1992
|
+
var DeregisterDelegatedAdministrator$ = [
|
|
1951
1993
|
9,
|
|
1952
1994
|
n0,
|
|
1953
1995
|
_DDA,
|
|
1954
1996
|
0,
|
|
1955
|
-
() => DeregisterDelegatedAdministratorRequest
|
|
1997
|
+
() => DeregisterDelegatedAdministratorRequest$,
|
|
1956
1998
|
() => __Unit,
|
|
1957
1999
|
];
|
|
1958
|
-
var DescribeAccount = [
|
|
2000
|
+
var DescribeAccount$ = [
|
|
1959
2001
|
9,
|
|
1960
2002
|
n0,
|
|
1961
2003
|
_DAes,
|
|
1962
2004
|
0,
|
|
1963
|
-
() => DescribeAccountRequest
|
|
1964
|
-
() => DescribeAccountResponse
|
|
2005
|
+
() => DescribeAccountRequest$,
|
|
2006
|
+
() => DescribeAccountResponse$,
|
|
1965
2007
|
];
|
|
1966
|
-
var DescribeCreateAccountStatus = [
|
|
2008
|
+
var DescribeCreateAccountStatus$ = [
|
|
1967
2009
|
9,
|
|
1968
2010
|
n0,
|
|
1969
2011
|
_DCAS,
|
|
1970
2012
|
0,
|
|
1971
|
-
() => DescribeCreateAccountStatusRequest
|
|
1972
|
-
() => DescribeCreateAccountStatusResponse
|
|
2013
|
+
() => DescribeCreateAccountStatusRequest$,
|
|
2014
|
+
() => DescribeCreateAccountStatusResponse$,
|
|
1973
2015
|
];
|
|
1974
|
-
var DescribeEffectivePolicy = [
|
|
2016
|
+
var DescribeEffectivePolicy$ = [
|
|
1975
2017
|
9,
|
|
1976
2018
|
n0,
|
|
1977
2019
|
_DEP,
|
|
1978
2020
|
0,
|
|
1979
|
-
() => DescribeEffectivePolicyRequest
|
|
1980
|
-
() => DescribeEffectivePolicyResponse
|
|
2021
|
+
() => DescribeEffectivePolicyRequest$,
|
|
2022
|
+
() => DescribeEffectivePolicyResponse$,
|
|
1981
2023
|
];
|
|
1982
|
-
var DescribeHandshake = [
|
|
2024
|
+
var DescribeHandshake$ = [
|
|
1983
2025
|
9,
|
|
1984
2026
|
n0,
|
|
1985
2027
|
_DHe,
|
|
1986
2028
|
0,
|
|
1987
|
-
() => DescribeHandshakeRequest
|
|
1988
|
-
() => DescribeHandshakeResponse
|
|
2029
|
+
() => DescribeHandshakeRequest$,
|
|
2030
|
+
() => DescribeHandshakeResponse$,
|
|
1989
2031
|
];
|
|
1990
|
-
var DescribeOrganization = [
|
|
2032
|
+
var DescribeOrganization$ = [
|
|
1991
2033
|
9,
|
|
1992
2034
|
n0,
|
|
1993
2035
|
_DOe,
|
|
1994
2036
|
0,
|
|
1995
2037
|
() => __Unit,
|
|
1996
|
-
() => DescribeOrganizationResponse
|
|
2038
|
+
() => DescribeOrganizationResponse$,
|
|
1997
2039
|
];
|
|
1998
|
-
var DescribeOrganizationalUnit = [
|
|
2040
|
+
var DescribeOrganizationalUnit$ = [
|
|
1999
2041
|
9,
|
|
2000
2042
|
n0,
|
|
2001
2043
|
_DOUe,
|
|
2002
2044
|
0,
|
|
2003
|
-
() => DescribeOrganizationalUnitRequest
|
|
2004
|
-
() => DescribeOrganizationalUnitResponse
|
|
2045
|
+
() => DescribeOrganizationalUnitRequest$,
|
|
2046
|
+
() => DescribeOrganizationalUnitResponse$,
|
|
2005
2047
|
];
|
|
2006
|
-
var DescribePolicy = [
|
|
2048
|
+
var DescribePolicy$ = [
|
|
2007
2049
|
9,
|
|
2008
2050
|
n0,
|
|
2009
2051
|
_DPe,
|
|
2010
2052
|
0,
|
|
2011
|
-
() => DescribePolicyRequest
|
|
2012
|
-
() => DescribePolicyResponse
|
|
2053
|
+
() => DescribePolicyRequest$,
|
|
2054
|
+
() => DescribePolicyResponse$,
|
|
2013
2055
|
];
|
|
2014
|
-
var DescribeResourcePolicy = [
|
|
2056
|
+
var DescribeResourcePolicy$ = [
|
|
2015
2057
|
9,
|
|
2016
2058
|
n0,
|
|
2017
2059
|
_DRPe,
|
|
2018
2060
|
0,
|
|
2019
2061
|
() => __Unit,
|
|
2020
|
-
() => DescribeResourcePolicyResponse
|
|
2062
|
+
() => DescribeResourcePolicyResponse$,
|
|
2021
2063
|
];
|
|
2022
|
-
var DescribeResponsibilityTransfer = [
|
|
2064
|
+
var DescribeResponsibilityTransfer$ = [
|
|
2023
2065
|
9,
|
|
2024
2066
|
n0,
|
|
2025
2067
|
_DRT,
|
|
2026
2068
|
0,
|
|
2027
|
-
() => DescribeResponsibilityTransferRequest
|
|
2028
|
-
() => DescribeResponsibilityTransferResponse
|
|
2069
|
+
() => DescribeResponsibilityTransferRequest$,
|
|
2070
|
+
() => DescribeResponsibilityTransferResponse$,
|
|
2029
2071
|
];
|
|
2030
|
-
var DetachPolicy = [9, n0, _DPet, 0, () => DetachPolicyRequest
|
|
2031
|
-
var DisableAWSServiceAccess = [
|
|
2072
|
+
var DetachPolicy$ = [9, n0, _DPet, 0, () => DetachPolicyRequest$, () => __Unit];
|
|
2073
|
+
var DisableAWSServiceAccess$ = [
|
|
2032
2074
|
9,
|
|
2033
2075
|
n0,
|
|
2034
2076
|
_DAWSSA,
|
|
2035
2077
|
0,
|
|
2036
|
-
() => DisableAWSServiceAccessRequest
|
|
2078
|
+
() => DisableAWSServiceAccessRequest$,
|
|
2037
2079
|
() => __Unit,
|
|
2038
2080
|
];
|
|
2039
|
-
var DisablePolicyType = [
|
|
2081
|
+
var DisablePolicyType$ = [
|
|
2040
2082
|
9,
|
|
2041
2083
|
n0,
|
|
2042
2084
|
_DPT,
|
|
2043
2085
|
0,
|
|
2044
|
-
() => DisablePolicyTypeRequest
|
|
2045
|
-
() => DisablePolicyTypeResponse
|
|
2086
|
+
() => DisablePolicyTypeRequest$,
|
|
2087
|
+
() => DisablePolicyTypeResponse$,
|
|
2046
2088
|
];
|
|
2047
|
-
var EnableAllFeatures = [
|
|
2089
|
+
var EnableAllFeatures$ = [
|
|
2048
2090
|
9,
|
|
2049
2091
|
n0,
|
|
2050
2092
|
_EAF,
|
|
2051
2093
|
0,
|
|
2052
|
-
() => EnableAllFeaturesRequest
|
|
2053
|
-
() => EnableAllFeaturesResponse
|
|
2094
|
+
() => EnableAllFeaturesRequest$,
|
|
2095
|
+
() => EnableAllFeaturesResponse$,
|
|
2054
2096
|
];
|
|
2055
|
-
var EnableAWSServiceAccess = [
|
|
2097
|
+
var EnableAWSServiceAccess$ = [
|
|
2056
2098
|
9,
|
|
2057
2099
|
n0,
|
|
2058
2100
|
_EAWSSA,
|
|
2059
2101
|
0,
|
|
2060
|
-
() => EnableAWSServiceAccessRequest
|
|
2102
|
+
() => EnableAWSServiceAccessRequest$,
|
|
2061
2103
|
() => __Unit,
|
|
2062
2104
|
];
|
|
2063
|
-
var EnablePolicyType = [
|
|
2105
|
+
var EnablePolicyType$ = [
|
|
2064
2106
|
9,
|
|
2065
2107
|
n0,
|
|
2066
2108
|
_EPT,
|
|
2067
2109
|
0,
|
|
2068
|
-
() => EnablePolicyTypeRequest
|
|
2069
|
-
() => EnablePolicyTypeResponse
|
|
2110
|
+
() => EnablePolicyTypeRequest$,
|
|
2111
|
+
() => EnablePolicyTypeResponse$,
|
|
2070
2112
|
];
|
|
2071
|
-
var InviteAccountToOrganization = [
|
|
2113
|
+
var InviteAccountToOrganization$ = [
|
|
2072
2114
|
9,
|
|
2073
2115
|
n0,
|
|
2074
2116
|
_IATO,
|
|
2075
2117
|
0,
|
|
2076
|
-
() => InviteAccountToOrganizationRequest
|
|
2077
|
-
() => InviteAccountToOrganizationResponse
|
|
2118
|
+
() => InviteAccountToOrganizationRequest$,
|
|
2119
|
+
() => InviteAccountToOrganizationResponse$,
|
|
2078
2120
|
];
|
|
2079
|
-
var InviteOrganizationToTransferResponsibility = [
|
|
2121
|
+
var InviteOrganizationToTransferResponsibility$ = [
|
|
2080
2122
|
9,
|
|
2081
2123
|
n0,
|
|
2082
2124
|
_IOTTR,
|
|
2083
2125
|
0,
|
|
2084
|
-
() => InviteOrganizationToTransferResponsibilityRequest
|
|
2085
|
-
() => InviteOrganizationToTransferResponsibilityResponse
|
|
2126
|
+
() => InviteOrganizationToTransferResponsibilityRequest$,
|
|
2127
|
+
() => InviteOrganizationToTransferResponsibilityResponse$,
|
|
2128
|
+
];
|
|
2129
|
+
var LeaveOrganization$ = [9, n0, _LO, 0, () => __Unit, () => __Unit];
|
|
2130
|
+
var ListAccounts$ = [
|
|
2131
|
+
9,
|
|
2132
|
+
n0,
|
|
2133
|
+
_LA,
|
|
2134
|
+
0,
|
|
2135
|
+
() => ListAccountsRequest$,
|
|
2136
|
+
() => ListAccountsResponse$,
|
|
2086
2137
|
];
|
|
2087
|
-
var
|
|
2088
|
-
var ListAccounts = [9, n0, _LA, 0, () => ListAccountsRequest, () => ListAccountsResponse];
|
|
2089
|
-
var ListAccountsForParent = [
|
|
2138
|
+
var ListAccountsForParent$ = [
|
|
2090
2139
|
9,
|
|
2091
2140
|
n0,
|
|
2092
2141
|
_LAFP,
|
|
2093
2142
|
0,
|
|
2094
|
-
() => ListAccountsForParentRequest
|
|
2095
|
-
() => ListAccountsForParentResponse
|
|
2143
|
+
() => ListAccountsForParentRequest$,
|
|
2144
|
+
() => ListAccountsForParentResponse$,
|
|
2096
2145
|
];
|
|
2097
|
-
var ListAccountsWithInvalidEffectivePolicy = [
|
|
2146
|
+
var ListAccountsWithInvalidEffectivePolicy$ = [
|
|
2098
2147
|
9,
|
|
2099
2148
|
n0,
|
|
2100
2149
|
_LAWIEP,
|
|
2101
2150
|
0,
|
|
2102
|
-
() => ListAccountsWithInvalidEffectivePolicyRequest
|
|
2103
|
-
() => ListAccountsWithInvalidEffectivePolicyResponse
|
|
2151
|
+
() => ListAccountsWithInvalidEffectivePolicyRequest$,
|
|
2152
|
+
() => ListAccountsWithInvalidEffectivePolicyResponse$,
|
|
2104
2153
|
];
|
|
2105
|
-
var ListAWSServiceAccessForOrganization = [
|
|
2154
|
+
var ListAWSServiceAccessForOrganization$ = [
|
|
2106
2155
|
9,
|
|
2107
2156
|
n0,
|
|
2108
2157
|
_LAWSSAFO,
|
|
2109
2158
|
0,
|
|
2110
|
-
() => ListAWSServiceAccessForOrganizationRequest
|
|
2111
|
-
() => ListAWSServiceAccessForOrganizationResponse
|
|
2159
|
+
() => ListAWSServiceAccessForOrganizationRequest$,
|
|
2160
|
+
() => ListAWSServiceAccessForOrganizationResponse$,
|
|
2161
|
+
];
|
|
2162
|
+
var ListChildren$ = [
|
|
2163
|
+
9,
|
|
2164
|
+
n0,
|
|
2165
|
+
_LC,
|
|
2166
|
+
0,
|
|
2167
|
+
() => ListChildrenRequest$,
|
|
2168
|
+
() => ListChildrenResponse$,
|
|
2112
2169
|
];
|
|
2113
|
-
var
|
|
2114
|
-
var ListCreateAccountStatus = [
|
|
2170
|
+
var ListCreateAccountStatus$ = [
|
|
2115
2171
|
9,
|
|
2116
2172
|
n0,
|
|
2117
2173
|
_LCAS,
|
|
2118
2174
|
0,
|
|
2119
|
-
() => ListCreateAccountStatusRequest
|
|
2120
|
-
() => ListCreateAccountStatusResponse
|
|
2175
|
+
() => ListCreateAccountStatusRequest$,
|
|
2176
|
+
() => ListCreateAccountStatusResponse$,
|
|
2121
2177
|
];
|
|
2122
|
-
var ListDelegatedAdministrators = [
|
|
2178
|
+
var ListDelegatedAdministrators$ = [
|
|
2123
2179
|
9,
|
|
2124
2180
|
n0,
|
|
2125
2181
|
_LDA,
|
|
2126
2182
|
0,
|
|
2127
|
-
() => ListDelegatedAdministratorsRequest
|
|
2128
|
-
() => ListDelegatedAdministratorsResponse
|
|
2183
|
+
() => ListDelegatedAdministratorsRequest$,
|
|
2184
|
+
() => ListDelegatedAdministratorsResponse$,
|
|
2129
2185
|
];
|
|
2130
|
-
var ListDelegatedServicesForAccount = [
|
|
2186
|
+
var ListDelegatedServicesForAccount$ = [
|
|
2131
2187
|
9,
|
|
2132
2188
|
n0,
|
|
2133
2189
|
_LDSFA,
|
|
2134
2190
|
0,
|
|
2135
|
-
() => ListDelegatedServicesForAccountRequest
|
|
2136
|
-
() => ListDelegatedServicesForAccountResponse
|
|
2191
|
+
() => ListDelegatedServicesForAccountRequest$,
|
|
2192
|
+
() => ListDelegatedServicesForAccountResponse$,
|
|
2137
2193
|
];
|
|
2138
|
-
var ListEffectivePolicyValidationErrors = [
|
|
2194
|
+
var ListEffectivePolicyValidationErrors$ = [
|
|
2139
2195
|
9,
|
|
2140
2196
|
n0,
|
|
2141
2197
|
_LEPVE,
|
|
2142
2198
|
0,
|
|
2143
|
-
() => ListEffectivePolicyValidationErrorsRequest
|
|
2144
|
-
() => ListEffectivePolicyValidationErrorsResponse
|
|
2199
|
+
() => ListEffectivePolicyValidationErrorsRequest$,
|
|
2200
|
+
() => ListEffectivePolicyValidationErrorsResponse$,
|
|
2145
2201
|
];
|
|
2146
|
-
var ListHandshakesForAccount = [
|
|
2202
|
+
var ListHandshakesForAccount$ = [
|
|
2147
2203
|
9,
|
|
2148
2204
|
n0,
|
|
2149
2205
|
_LHFA,
|
|
2150
2206
|
0,
|
|
2151
|
-
() => ListHandshakesForAccountRequest
|
|
2152
|
-
() => ListHandshakesForAccountResponse
|
|
2207
|
+
() => ListHandshakesForAccountRequest$,
|
|
2208
|
+
() => ListHandshakesForAccountResponse$,
|
|
2153
2209
|
];
|
|
2154
|
-
var ListHandshakesForOrganization = [
|
|
2210
|
+
var ListHandshakesForOrganization$ = [
|
|
2155
2211
|
9,
|
|
2156
2212
|
n0,
|
|
2157
2213
|
_LHFO,
|
|
2158
2214
|
0,
|
|
2159
|
-
() => ListHandshakesForOrganizationRequest
|
|
2160
|
-
() => ListHandshakesForOrganizationResponse
|
|
2215
|
+
() => ListHandshakesForOrganizationRequest$,
|
|
2216
|
+
() => ListHandshakesForOrganizationResponse$,
|
|
2161
2217
|
];
|
|
2162
|
-
var ListInboundResponsibilityTransfers = [
|
|
2218
|
+
var ListInboundResponsibilityTransfers$ = [
|
|
2163
2219
|
9,
|
|
2164
2220
|
n0,
|
|
2165
2221
|
_LIRT,
|
|
2166
2222
|
0,
|
|
2167
|
-
() => ListInboundResponsibilityTransfersRequest
|
|
2168
|
-
() => ListInboundResponsibilityTransfersResponse
|
|
2223
|
+
() => ListInboundResponsibilityTransfersRequest$,
|
|
2224
|
+
() => ListInboundResponsibilityTransfersResponse$,
|
|
2169
2225
|
];
|
|
2170
|
-
var ListOrganizationalUnitsForParent = [
|
|
2226
|
+
var ListOrganizationalUnitsForParent$ = [
|
|
2171
2227
|
9,
|
|
2172
2228
|
n0,
|
|
2173
2229
|
_LOUFP,
|
|
2174
2230
|
0,
|
|
2175
|
-
() => ListOrganizationalUnitsForParentRequest
|
|
2176
|
-
() => ListOrganizationalUnitsForParentResponse
|
|
2231
|
+
() => ListOrganizationalUnitsForParentRequest$,
|
|
2232
|
+
() => ListOrganizationalUnitsForParentResponse$,
|
|
2177
2233
|
];
|
|
2178
|
-
var ListOutboundResponsibilityTransfers = [
|
|
2234
|
+
var ListOutboundResponsibilityTransfers$ = [
|
|
2179
2235
|
9,
|
|
2180
2236
|
n0,
|
|
2181
2237
|
_LORT,
|
|
2182
2238
|
0,
|
|
2183
|
-
() => ListOutboundResponsibilityTransfersRequest
|
|
2184
|
-
() => ListOutboundResponsibilityTransfersResponse
|
|
2239
|
+
() => ListOutboundResponsibilityTransfersRequest$,
|
|
2240
|
+
() => ListOutboundResponsibilityTransfersResponse$,
|
|
2185
2241
|
];
|
|
2186
|
-
var ListParents = [9, n0, _LP, 0, () => ListParentsRequest
|
|
2187
|
-
var ListPolicies = [
|
|
2242
|
+
var ListParents$ = [9, n0, _LP, 0, () => ListParentsRequest$, () => ListParentsResponse$];
|
|
2243
|
+
var ListPolicies$ = [
|
|
2188
2244
|
9,
|
|
2189
2245
|
n0,
|
|
2190
2246
|
_LPi,
|
|
2191
2247
|
0,
|
|
2192
|
-
() => ListPoliciesRequest
|
|
2193
|
-
() => ListPoliciesResponse
|
|
2248
|
+
() => ListPoliciesRequest$,
|
|
2249
|
+
() => ListPoliciesResponse$,
|
|
2194
2250
|
];
|
|
2195
|
-
var ListPoliciesForTarget = [
|
|
2251
|
+
var ListPoliciesForTarget$ = [
|
|
2196
2252
|
9,
|
|
2197
2253
|
n0,
|
|
2198
2254
|
_LPFT,
|
|
2199
2255
|
0,
|
|
2200
|
-
() => ListPoliciesForTargetRequest
|
|
2201
|
-
() => ListPoliciesForTargetResponse
|
|
2256
|
+
() => ListPoliciesForTargetRequest$,
|
|
2257
|
+
() => ListPoliciesForTargetResponse$,
|
|
2202
2258
|
];
|
|
2203
|
-
var ListRoots = [9, n0, _LR, 0, () => ListRootsRequest
|
|
2204
|
-
var ListTagsForResource = [
|
|
2259
|
+
var ListRoots$ = [9, n0, _LR, 0, () => ListRootsRequest$, () => ListRootsResponse$];
|
|
2260
|
+
var ListTagsForResource$ = [
|
|
2205
2261
|
9,
|
|
2206
2262
|
n0,
|
|
2207
2263
|
_LTFR,
|
|
2208
2264
|
0,
|
|
2209
|
-
() => ListTagsForResourceRequest
|
|
2210
|
-
() => ListTagsForResourceResponse
|
|
2265
|
+
() => ListTagsForResourceRequest$,
|
|
2266
|
+
() => ListTagsForResourceResponse$,
|
|
2211
2267
|
];
|
|
2212
|
-
var ListTargetsForPolicy = [
|
|
2268
|
+
var ListTargetsForPolicy$ = [
|
|
2213
2269
|
9,
|
|
2214
2270
|
n0,
|
|
2215
2271
|
_LTFP,
|
|
2216
2272
|
0,
|
|
2217
|
-
() => ListTargetsForPolicyRequest
|
|
2218
|
-
() => ListTargetsForPolicyResponse
|
|
2273
|
+
() => ListTargetsForPolicyRequest$,
|
|
2274
|
+
() => ListTargetsForPolicyResponse$,
|
|
2219
2275
|
];
|
|
2220
|
-
var MoveAccount = [9, n0, _MA, 0, () => MoveAccountRequest
|
|
2221
|
-
var PutResourcePolicy = [
|
|
2276
|
+
var MoveAccount$ = [9, n0, _MA, 0, () => MoveAccountRequest$, () => __Unit];
|
|
2277
|
+
var PutResourcePolicy$ = [
|
|
2222
2278
|
9,
|
|
2223
2279
|
n0,
|
|
2224
2280
|
_PRP,
|
|
2225
2281
|
0,
|
|
2226
|
-
() => PutResourcePolicyRequest
|
|
2227
|
-
() => PutResourcePolicyResponse
|
|
2282
|
+
() => PutResourcePolicyRequest$,
|
|
2283
|
+
() => PutResourcePolicyResponse$,
|
|
2228
2284
|
];
|
|
2229
|
-
var RegisterDelegatedAdministrator = [
|
|
2285
|
+
var RegisterDelegatedAdministrator$ = [
|
|
2230
2286
|
9,
|
|
2231
2287
|
n0,
|
|
2232
2288
|
_RDA,
|
|
2233
2289
|
0,
|
|
2234
|
-
() => RegisterDelegatedAdministratorRequest
|
|
2290
|
+
() => RegisterDelegatedAdministratorRequest$,
|
|
2235
2291
|
() => __Unit,
|
|
2236
2292
|
];
|
|
2237
|
-
var RemoveAccountFromOrganization = [
|
|
2293
|
+
var RemoveAccountFromOrganization$ = [
|
|
2238
2294
|
9,
|
|
2239
2295
|
n0,
|
|
2240
2296
|
_RAFO,
|
|
2241
2297
|
0,
|
|
2242
|
-
() => RemoveAccountFromOrganizationRequest
|
|
2298
|
+
() => RemoveAccountFromOrganizationRequest$,
|
|
2243
2299
|
() => __Unit,
|
|
2244
2300
|
];
|
|
2245
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
2246
|
-
var TerminateResponsibilityTransfer = [
|
|
2301
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => __Unit];
|
|
2302
|
+
var TerminateResponsibilityTransfer$ = [
|
|
2247
2303
|
9,
|
|
2248
2304
|
n0,
|
|
2249
2305
|
_TRT,
|
|
2250
2306
|
0,
|
|
2251
|
-
() => TerminateResponsibilityTransferRequest
|
|
2252
|
-
() => TerminateResponsibilityTransferResponse
|
|
2307
|
+
() => TerminateResponsibilityTransferRequest$,
|
|
2308
|
+
() => TerminateResponsibilityTransferResponse$,
|
|
2253
2309
|
];
|
|
2254
|
-
var UntagResource = [9, n0, _UR, 0, () => UntagResourceRequest
|
|
2255
|
-
var UpdateOrganizationalUnit = [
|
|
2310
|
+
var UntagResource$ = [9, n0, _UR, 0, () => UntagResourceRequest$, () => __Unit];
|
|
2311
|
+
var UpdateOrganizationalUnit$ = [
|
|
2256
2312
|
9,
|
|
2257
2313
|
n0,
|
|
2258
2314
|
_UOU,
|
|
2259
2315
|
0,
|
|
2260
|
-
() => UpdateOrganizationalUnitRequest
|
|
2261
|
-
() => UpdateOrganizationalUnitResponse
|
|
2316
|
+
() => UpdateOrganizationalUnitRequest$,
|
|
2317
|
+
() => UpdateOrganizationalUnitResponse$,
|
|
2318
|
+
];
|
|
2319
|
+
var UpdatePolicy$ = [
|
|
2320
|
+
9,
|
|
2321
|
+
n0,
|
|
2322
|
+
_UP,
|
|
2323
|
+
0,
|
|
2324
|
+
() => UpdatePolicyRequest$,
|
|
2325
|
+
() => UpdatePolicyResponse$,
|
|
2262
2326
|
];
|
|
2263
|
-
var
|
|
2264
|
-
var UpdateResponsibilityTransfer = [
|
|
2327
|
+
var UpdateResponsibilityTransfer$ = [
|
|
2265
2328
|
9,
|
|
2266
2329
|
n0,
|
|
2267
2330
|
_URT,
|
|
2268
2331
|
0,
|
|
2269
|
-
() => UpdateResponsibilityTransferRequest
|
|
2270
|
-
() => UpdateResponsibilityTransferResponse
|
|
2332
|
+
() => UpdateResponsibilityTransferRequest$,
|
|
2333
|
+
() => UpdateResponsibilityTransferResponse$,
|
|
2271
2334
|
];
|
|
2272
2335
|
|
|
2273
2336
|
class AcceptHandshakeCommand extends smithyClient.Command
|
|
@@ -2278,7 +2341,7 @@ class AcceptHandshakeCommand extends smithyClient.Command
|
|
|
2278
2341
|
})
|
|
2279
2342
|
.s("AWSOrganizationsV20161128", "AcceptHandshake", {})
|
|
2280
2343
|
.n("OrganizationsClient", "AcceptHandshakeCommand")
|
|
2281
|
-
.sc(AcceptHandshake)
|
|
2344
|
+
.sc(AcceptHandshake$)
|
|
2282
2345
|
.build() {
|
|
2283
2346
|
}
|
|
2284
2347
|
|
|
@@ -2290,7 +2353,7 @@ class AttachPolicyCommand extends smithyClient.Command
|
|
|
2290
2353
|
})
|
|
2291
2354
|
.s("AWSOrganizationsV20161128", "AttachPolicy", {})
|
|
2292
2355
|
.n("OrganizationsClient", "AttachPolicyCommand")
|
|
2293
|
-
.sc(AttachPolicy)
|
|
2356
|
+
.sc(AttachPolicy$)
|
|
2294
2357
|
.build() {
|
|
2295
2358
|
}
|
|
2296
2359
|
|
|
@@ -2302,7 +2365,7 @@ class CancelHandshakeCommand extends smithyClient.Command
|
|
|
2302
2365
|
})
|
|
2303
2366
|
.s("AWSOrganizationsV20161128", "CancelHandshake", {})
|
|
2304
2367
|
.n("OrganizationsClient", "CancelHandshakeCommand")
|
|
2305
|
-
.sc(CancelHandshake)
|
|
2368
|
+
.sc(CancelHandshake$)
|
|
2306
2369
|
.build() {
|
|
2307
2370
|
}
|
|
2308
2371
|
|
|
@@ -2314,7 +2377,7 @@ class CloseAccountCommand extends smithyClient.Command
|
|
|
2314
2377
|
})
|
|
2315
2378
|
.s("AWSOrganizationsV20161128", "CloseAccount", {})
|
|
2316
2379
|
.n("OrganizationsClient", "CloseAccountCommand")
|
|
2317
|
-
.sc(CloseAccount)
|
|
2380
|
+
.sc(CloseAccount$)
|
|
2318
2381
|
.build() {
|
|
2319
2382
|
}
|
|
2320
2383
|
|
|
@@ -2326,7 +2389,7 @@ class CreateAccountCommand extends smithyClient.Command
|
|
|
2326
2389
|
})
|
|
2327
2390
|
.s("AWSOrganizationsV20161128", "CreateAccount", {})
|
|
2328
2391
|
.n("OrganizationsClient", "CreateAccountCommand")
|
|
2329
|
-
.sc(CreateAccount)
|
|
2392
|
+
.sc(CreateAccount$)
|
|
2330
2393
|
.build() {
|
|
2331
2394
|
}
|
|
2332
2395
|
|
|
@@ -2338,7 +2401,7 @@ class CreateGovCloudAccountCommand extends smithyClient.Command
|
|
|
2338
2401
|
})
|
|
2339
2402
|
.s("AWSOrganizationsV20161128", "CreateGovCloudAccount", {})
|
|
2340
2403
|
.n("OrganizationsClient", "CreateGovCloudAccountCommand")
|
|
2341
|
-
.sc(CreateGovCloudAccount)
|
|
2404
|
+
.sc(CreateGovCloudAccount$)
|
|
2342
2405
|
.build() {
|
|
2343
2406
|
}
|
|
2344
2407
|
|
|
@@ -2350,7 +2413,7 @@ class CreateOrganizationalUnitCommand extends smithyClient.Command
|
|
|
2350
2413
|
})
|
|
2351
2414
|
.s("AWSOrganizationsV20161128", "CreateOrganizationalUnit", {})
|
|
2352
2415
|
.n("OrganizationsClient", "CreateOrganizationalUnitCommand")
|
|
2353
|
-
.sc(CreateOrganizationalUnit)
|
|
2416
|
+
.sc(CreateOrganizationalUnit$)
|
|
2354
2417
|
.build() {
|
|
2355
2418
|
}
|
|
2356
2419
|
|
|
@@ -2362,7 +2425,7 @@ class CreateOrganizationCommand extends smithyClient.Command
|
|
|
2362
2425
|
})
|
|
2363
2426
|
.s("AWSOrganizationsV20161128", "CreateOrganization", {})
|
|
2364
2427
|
.n("OrganizationsClient", "CreateOrganizationCommand")
|
|
2365
|
-
.sc(CreateOrganization)
|
|
2428
|
+
.sc(CreateOrganization$)
|
|
2366
2429
|
.build() {
|
|
2367
2430
|
}
|
|
2368
2431
|
|
|
@@ -2374,7 +2437,7 @@ class CreatePolicyCommand extends smithyClient.Command
|
|
|
2374
2437
|
})
|
|
2375
2438
|
.s("AWSOrganizationsV20161128", "CreatePolicy", {})
|
|
2376
2439
|
.n("OrganizationsClient", "CreatePolicyCommand")
|
|
2377
|
-
.sc(CreatePolicy)
|
|
2440
|
+
.sc(CreatePolicy$)
|
|
2378
2441
|
.build() {
|
|
2379
2442
|
}
|
|
2380
2443
|
|
|
@@ -2386,7 +2449,7 @@ class DeclineHandshakeCommand extends smithyClient.Command
|
|
|
2386
2449
|
})
|
|
2387
2450
|
.s("AWSOrganizationsV20161128", "DeclineHandshake", {})
|
|
2388
2451
|
.n("OrganizationsClient", "DeclineHandshakeCommand")
|
|
2389
|
-
.sc(DeclineHandshake)
|
|
2452
|
+
.sc(DeclineHandshake$)
|
|
2390
2453
|
.build() {
|
|
2391
2454
|
}
|
|
2392
2455
|
|
|
@@ -2398,7 +2461,7 @@ class DeleteOrganizationalUnitCommand extends smithyClient.Command
|
|
|
2398
2461
|
})
|
|
2399
2462
|
.s("AWSOrganizationsV20161128", "DeleteOrganizationalUnit", {})
|
|
2400
2463
|
.n("OrganizationsClient", "DeleteOrganizationalUnitCommand")
|
|
2401
|
-
.sc(DeleteOrganizationalUnit)
|
|
2464
|
+
.sc(DeleteOrganizationalUnit$)
|
|
2402
2465
|
.build() {
|
|
2403
2466
|
}
|
|
2404
2467
|
|
|
@@ -2410,7 +2473,7 @@ class DeleteOrganizationCommand extends smithyClient.Command
|
|
|
2410
2473
|
})
|
|
2411
2474
|
.s("AWSOrganizationsV20161128", "DeleteOrganization", {})
|
|
2412
2475
|
.n("OrganizationsClient", "DeleteOrganizationCommand")
|
|
2413
|
-
.sc(DeleteOrganization)
|
|
2476
|
+
.sc(DeleteOrganization$)
|
|
2414
2477
|
.build() {
|
|
2415
2478
|
}
|
|
2416
2479
|
|
|
@@ -2422,7 +2485,7 @@ class DeletePolicyCommand extends smithyClient.Command
|
|
|
2422
2485
|
})
|
|
2423
2486
|
.s("AWSOrganizationsV20161128", "DeletePolicy", {})
|
|
2424
2487
|
.n("OrganizationsClient", "DeletePolicyCommand")
|
|
2425
|
-
.sc(DeletePolicy)
|
|
2488
|
+
.sc(DeletePolicy$)
|
|
2426
2489
|
.build() {
|
|
2427
2490
|
}
|
|
2428
2491
|
|
|
@@ -2434,7 +2497,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
2434
2497
|
})
|
|
2435
2498
|
.s("AWSOrganizationsV20161128", "DeleteResourcePolicy", {})
|
|
2436
2499
|
.n("OrganizationsClient", "DeleteResourcePolicyCommand")
|
|
2437
|
-
.sc(DeleteResourcePolicy)
|
|
2500
|
+
.sc(DeleteResourcePolicy$)
|
|
2438
2501
|
.build() {
|
|
2439
2502
|
}
|
|
2440
2503
|
|
|
@@ -2446,7 +2509,7 @@ class DeregisterDelegatedAdministratorCommand extends smithyClient.Command
|
|
|
2446
2509
|
})
|
|
2447
2510
|
.s("AWSOrganizationsV20161128", "DeregisterDelegatedAdministrator", {})
|
|
2448
2511
|
.n("OrganizationsClient", "DeregisterDelegatedAdministratorCommand")
|
|
2449
|
-
.sc(DeregisterDelegatedAdministrator)
|
|
2512
|
+
.sc(DeregisterDelegatedAdministrator$)
|
|
2450
2513
|
.build() {
|
|
2451
2514
|
}
|
|
2452
2515
|
|
|
@@ -2458,7 +2521,7 @@ class DescribeAccountCommand extends smithyClient.Command
|
|
|
2458
2521
|
})
|
|
2459
2522
|
.s("AWSOrganizationsV20161128", "DescribeAccount", {})
|
|
2460
2523
|
.n("OrganizationsClient", "DescribeAccountCommand")
|
|
2461
|
-
.sc(DescribeAccount)
|
|
2524
|
+
.sc(DescribeAccount$)
|
|
2462
2525
|
.build() {
|
|
2463
2526
|
}
|
|
2464
2527
|
|
|
@@ -2470,7 +2533,7 @@ class DescribeCreateAccountStatusCommand extends smithyClient.Command
|
|
|
2470
2533
|
})
|
|
2471
2534
|
.s("AWSOrganizationsV20161128", "DescribeCreateAccountStatus", {})
|
|
2472
2535
|
.n("OrganizationsClient", "DescribeCreateAccountStatusCommand")
|
|
2473
|
-
.sc(DescribeCreateAccountStatus)
|
|
2536
|
+
.sc(DescribeCreateAccountStatus$)
|
|
2474
2537
|
.build() {
|
|
2475
2538
|
}
|
|
2476
2539
|
|
|
@@ -2482,7 +2545,7 @@ class DescribeEffectivePolicyCommand extends smithyClient.Command
|
|
|
2482
2545
|
})
|
|
2483
2546
|
.s("AWSOrganizationsV20161128", "DescribeEffectivePolicy", {})
|
|
2484
2547
|
.n("OrganizationsClient", "DescribeEffectivePolicyCommand")
|
|
2485
|
-
.sc(DescribeEffectivePolicy)
|
|
2548
|
+
.sc(DescribeEffectivePolicy$)
|
|
2486
2549
|
.build() {
|
|
2487
2550
|
}
|
|
2488
2551
|
|
|
@@ -2494,7 +2557,7 @@ class DescribeHandshakeCommand extends smithyClient.Command
|
|
|
2494
2557
|
})
|
|
2495
2558
|
.s("AWSOrganizationsV20161128", "DescribeHandshake", {})
|
|
2496
2559
|
.n("OrganizationsClient", "DescribeHandshakeCommand")
|
|
2497
|
-
.sc(DescribeHandshake)
|
|
2560
|
+
.sc(DescribeHandshake$)
|
|
2498
2561
|
.build() {
|
|
2499
2562
|
}
|
|
2500
2563
|
|
|
@@ -2506,7 +2569,7 @@ class DescribeOrganizationalUnitCommand extends smithyClient.Command
|
|
|
2506
2569
|
})
|
|
2507
2570
|
.s("AWSOrganizationsV20161128", "DescribeOrganizationalUnit", {})
|
|
2508
2571
|
.n("OrganizationsClient", "DescribeOrganizationalUnitCommand")
|
|
2509
|
-
.sc(DescribeOrganizationalUnit)
|
|
2572
|
+
.sc(DescribeOrganizationalUnit$)
|
|
2510
2573
|
.build() {
|
|
2511
2574
|
}
|
|
2512
2575
|
|
|
@@ -2518,7 +2581,7 @@ class DescribeOrganizationCommand extends smithyClient.Command
|
|
|
2518
2581
|
})
|
|
2519
2582
|
.s("AWSOrganizationsV20161128", "DescribeOrganization", {})
|
|
2520
2583
|
.n("OrganizationsClient", "DescribeOrganizationCommand")
|
|
2521
|
-
.sc(DescribeOrganization)
|
|
2584
|
+
.sc(DescribeOrganization$)
|
|
2522
2585
|
.build() {
|
|
2523
2586
|
}
|
|
2524
2587
|
|
|
@@ -2530,7 +2593,7 @@ class DescribePolicyCommand extends smithyClient.Command
|
|
|
2530
2593
|
})
|
|
2531
2594
|
.s("AWSOrganizationsV20161128", "DescribePolicy", {})
|
|
2532
2595
|
.n("OrganizationsClient", "DescribePolicyCommand")
|
|
2533
|
-
.sc(DescribePolicy)
|
|
2596
|
+
.sc(DescribePolicy$)
|
|
2534
2597
|
.build() {
|
|
2535
2598
|
}
|
|
2536
2599
|
|
|
@@ -2542,7 +2605,7 @@ class DescribeResourcePolicyCommand extends smithyClient.Command
|
|
|
2542
2605
|
})
|
|
2543
2606
|
.s("AWSOrganizationsV20161128", "DescribeResourcePolicy", {})
|
|
2544
2607
|
.n("OrganizationsClient", "DescribeResourcePolicyCommand")
|
|
2545
|
-
.sc(DescribeResourcePolicy)
|
|
2608
|
+
.sc(DescribeResourcePolicy$)
|
|
2546
2609
|
.build() {
|
|
2547
2610
|
}
|
|
2548
2611
|
|
|
@@ -2554,7 +2617,7 @@ class DescribeResponsibilityTransferCommand extends smithyClient.Command
|
|
|
2554
2617
|
})
|
|
2555
2618
|
.s("AWSOrganizationsV20161128", "DescribeResponsibilityTransfer", {})
|
|
2556
2619
|
.n("OrganizationsClient", "DescribeResponsibilityTransferCommand")
|
|
2557
|
-
.sc(DescribeResponsibilityTransfer)
|
|
2620
|
+
.sc(DescribeResponsibilityTransfer$)
|
|
2558
2621
|
.build() {
|
|
2559
2622
|
}
|
|
2560
2623
|
|
|
@@ -2566,7 +2629,7 @@ class DetachPolicyCommand extends smithyClient.Command
|
|
|
2566
2629
|
})
|
|
2567
2630
|
.s("AWSOrganizationsV20161128", "DetachPolicy", {})
|
|
2568
2631
|
.n("OrganizationsClient", "DetachPolicyCommand")
|
|
2569
|
-
.sc(DetachPolicy)
|
|
2632
|
+
.sc(DetachPolicy$)
|
|
2570
2633
|
.build() {
|
|
2571
2634
|
}
|
|
2572
2635
|
|
|
@@ -2578,7 +2641,7 @@ class DisableAWSServiceAccessCommand extends smithyClient.Command
|
|
|
2578
2641
|
})
|
|
2579
2642
|
.s("AWSOrganizationsV20161128", "DisableAWSServiceAccess", {})
|
|
2580
2643
|
.n("OrganizationsClient", "DisableAWSServiceAccessCommand")
|
|
2581
|
-
.sc(DisableAWSServiceAccess)
|
|
2644
|
+
.sc(DisableAWSServiceAccess$)
|
|
2582
2645
|
.build() {
|
|
2583
2646
|
}
|
|
2584
2647
|
|
|
@@ -2590,7 +2653,7 @@ class DisablePolicyTypeCommand extends smithyClient.Command
|
|
|
2590
2653
|
})
|
|
2591
2654
|
.s("AWSOrganizationsV20161128", "DisablePolicyType", {})
|
|
2592
2655
|
.n("OrganizationsClient", "DisablePolicyTypeCommand")
|
|
2593
|
-
.sc(DisablePolicyType)
|
|
2656
|
+
.sc(DisablePolicyType$)
|
|
2594
2657
|
.build() {
|
|
2595
2658
|
}
|
|
2596
2659
|
|
|
@@ -2602,7 +2665,7 @@ class EnableAllFeaturesCommand extends smithyClient.Command
|
|
|
2602
2665
|
})
|
|
2603
2666
|
.s("AWSOrganizationsV20161128", "EnableAllFeatures", {})
|
|
2604
2667
|
.n("OrganizationsClient", "EnableAllFeaturesCommand")
|
|
2605
|
-
.sc(EnableAllFeatures)
|
|
2668
|
+
.sc(EnableAllFeatures$)
|
|
2606
2669
|
.build() {
|
|
2607
2670
|
}
|
|
2608
2671
|
|
|
@@ -2614,7 +2677,7 @@ class EnableAWSServiceAccessCommand extends smithyClient.Command
|
|
|
2614
2677
|
})
|
|
2615
2678
|
.s("AWSOrganizationsV20161128", "EnableAWSServiceAccess", {})
|
|
2616
2679
|
.n("OrganizationsClient", "EnableAWSServiceAccessCommand")
|
|
2617
|
-
.sc(EnableAWSServiceAccess)
|
|
2680
|
+
.sc(EnableAWSServiceAccess$)
|
|
2618
2681
|
.build() {
|
|
2619
2682
|
}
|
|
2620
2683
|
|
|
@@ -2626,7 +2689,7 @@ class EnablePolicyTypeCommand extends smithyClient.Command
|
|
|
2626
2689
|
})
|
|
2627
2690
|
.s("AWSOrganizationsV20161128", "EnablePolicyType", {})
|
|
2628
2691
|
.n("OrganizationsClient", "EnablePolicyTypeCommand")
|
|
2629
|
-
.sc(EnablePolicyType)
|
|
2692
|
+
.sc(EnablePolicyType$)
|
|
2630
2693
|
.build() {
|
|
2631
2694
|
}
|
|
2632
2695
|
|
|
@@ -2638,7 +2701,7 @@ class InviteAccountToOrganizationCommand extends smithyClient.Command
|
|
|
2638
2701
|
})
|
|
2639
2702
|
.s("AWSOrganizationsV20161128", "InviteAccountToOrganization", {})
|
|
2640
2703
|
.n("OrganizationsClient", "InviteAccountToOrganizationCommand")
|
|
2641
|
-
.sc(InviteAccountToOrganization)
|
|
2704
|
+
.sc(InviteAccountToOrganization$)
|
|
2642
2705
|
.build() {
|
|
2643
2706
|
}
|
|
2644
2707
|
|
|
@@ -2650,7 +2713,7 @@ class InviteOrganizationToTransferResponsibilityCommand extends smithyClient.Com
|
|
|
2650
2713
|
})
|
|
2651
2714
|
.s("AWSOrganizationsV20161128", "InviteOrganizationToTransferResponsibility", {})
|
|
2652
2715
|
.n("OrganizationsClient", "InviteOrganizationToTransferResponsibilityCommand")
|
|
2653
|
-
.sc(InviteOrganizationToTransferResponsibility)
|
|
2716
|
+
.sc(InviteOrganizationToTransferResponsibility$)
|
|
2654
2717
|
.build() {
|
|
2655
2718
|
}
|
|
2656
2719
|
|
|
@@ -2662,7 +2725,7 @@ class LeaveOrganizationCommand extends smithyClient.Command
|
|
|
2662
2725
|
})
|
|
2663
2726
|
.s("AWSOrganizationsV20161128", "LeaveOrganization", {})
|
|
2664
2727
|
.n("OrganizationsClient", "LeaveOrganizationCommand")
|
|
2665
|
-
.sc(LeaveOrganization)
|
|
2728
|
+
.sc(LeaveOrganization$)
|
|
2666
2729
|
.build() {
|
|
2667
2730
|
}
|
|
2668
2731
|
|
|
@@ -2674,7 +2737,7 @@ class ListAccountsCommand extends smithyClient.Command
|
|
|
2674
2737
|
})
|
|
2675
2738
|
.s("AWSOrganizationsV20161128", "ListAccounts", {})
|
|
2676
2739
|
.n("OrganizationsClient", "ListAccountsCommand")
|
|
2677
|
-
.sc(ListAccounts)
|
|
2740
|
+
.sc(ListAccounts$)
|
|
2678
2741
|
.build() {
|
|
2679
2742
|
}
|
|
2680
2743
|
|
|
@@ -2686,7 +2749,7 @@ class ListAccountsForParentCommand extends smithyClient.Command
|
|
|
2686
2749
|
})
|
|
2687
2750
|
.s("AWSOrganizationsV20161128", "ListAccountsForParent", {})
|
|
2688
2751
|
.n("OrganizationsClient", "ListAccountsForParentCommand")
|
|
2689
|
-
.sc(ListAccountsForParent)
|
|
2752
|
+
.sc(ListAccountsForParent$)
|
|
2690
2753
|
.build() {
|
|
2691
2754
|
}
|
|
2692
2755
|
|
|
@@ -2698,7 +2761,7 @@ class ListAccountsWithInvalidEffectivePolicyCommand extends smithyClient.Command
|
|
|
2698
2761
|
})
|
|
2699
2762
|
.s("AWSOrganizationsV20161128", "ListAccountsWithInvalidEffectivePolicy", {})
|
|
2700
2763
|
.n("OrganizationsClient", "ListAccountsWithInvalidEffectivePolicyCommand")
|
|
2701
|
-
.sc(ListAccountsWithInvalidEffectivePolicy)
|
|
2764
|
+
.sc(ListAccountsWithInvalidEffectivePolicy$)
|
|
2702
2765
|
.build() {
|
|
2703
2766
|
}
|
|
2704
2767
|
|
|
@@ -2710,7 +2773,7 @@ class ListAWSServiceAccessForOrganizationCommand extends smithyClient.Command
|
|
|
2710
2773
|
})
|
|
2711
2774
|
.s("AWSOrganizationsV20161128", "ListAWSServiceAccessForOrganization", {})
|
|
2712
2775
|
.n("OrganizationsClient", "ListAWSServiceAccessForOrganizationCommand")
|
|
2713
|
-
.sc(ListAWSServiceAccessForOrganization)
|
|
2776
|
+
.sc(ListAWSServiceAccessForOrganization$)
|
|
2714
2777
|
.build() {
|
|
2715
2778
|
}
|
|
2716
2779
|
|
|
@@ -2722,7 +2785,7 @@ class ListChildrenCommand extends smithyClient.Command
|
|
|
2722
2785
|
})
|
|
2723
2786
|
.s("AWSOrganizationsV20161128", "ListChildren", {})
|
|
2724
2787
|
.n("OrganizationsClient", "ListChildrenCommand")
|
|
2725
|
-
.sc(ListChildren)
|
|
2788
|
+
.sc(ListChildren$)
|
|
2726
2789
|
.build() {
|
|
2727
2790
|
}
|
|
2728
2791
|
|
|
@@ -2734,7 +2797,7 @@ class ListCreateAccountStatusCommand extends smithyClient.Command
|
|
|
2734
2797
|
})
|
|
2735
2798
|
.s("AWSOrganizationsV20161128", "ListCreateAccountStatus", {})
|
|
2736
2799
|
.n("OrganizationsClient", "ListCreateAccountStatusCommand")
|
|
2737
|
-
.sc(ListCreateAccountStatus)
|
|
2800
|
+
.sc(ListCreateAccountStatus$)
|
|
2738
2801
|
.build() {
|
|
2739
2802
|
}
|
|
2740
2803
|
|
|
@@ -2746,7 +2809,7 @@ class ListDelegatedAdministratorsCommand extends smithyClient.Command
|
|
|
2746
2809
|
})
|
|
2747
2810
|
.s("AWSOrganizationsV20161128", "ListDelegatedAdministrators", {})
|
|
2748
2811
|
.n("OrganizationsClient", "ListDelegatedAdministratorsCommand")
|
|
2749
|
-
.sc(ListDelegatedAdministrators)
|
|
2812
|
+
.sc(ListDelegatedAdministrators$)
|
|
2750
2813
|
.build() {
|
|
2751
2814
|
}
|
|
2752
2815
|
|
|
@@ -2758,7 +2821,7 @@ class ListDelegatedServicesForAccountCommand extends smithyClient.Command
|
|
|
2758
2821
|
})
|
|
2759
2822
|
.s("AWSOrganizationsV20161128", "ListDelegatedServicesForAccount", {})
|
|
2760
2823
|
.n("OrganizationsClient", "ListDelegatedServicesForAccountCommand")
|
|
2761
|
-
.sc(ListDelegatedServicesForAccount)
|
|
2824
|
+
.sc(ListDelegatedServicesForAccount$)
|
|
2762
2825
|
.build() {
|
|
2763
2826
|
}
|
|
2764
2827
|
|
|
@@ -2770,7 +2833,7 @@ class ListEffectivePolicyValidationErrorsCommand extends smithyClient.Command
|
|
|
2770
2833
|
})
|
|
2771
2834
|
.s("AWSOrganizationsV20161128", "ListEffectivePolicyValidationErrors", {})
|
|
2772
2835
|
.n("OrganizationsClient", "ListEffectivePolicyValidationErrorsCommand")
|
|
2773
|
-
.sc(ListEffectivePolicyValidationErrors)
|
|
2836
|
+
.sc(ListEffectivePolicyValidationErrors$)
|
|
2774
2837
|
.build() {
|
|
2775
2838
|
}
|
|
2776
2839
|
|
|
@@ -2782,7 +2845,7 @@ class ListHandshakesForAccountCommand extends smithyClient.Command
|
|
|
2782
2845
|
})
|
|
2783
2846
|
.s("AWSOrganizationsV20161128", "ListHandshakesForAccount", {})
|
|
2784
2847
|
.n("OrganizationsClient", "ListHandshakesForAccountCommand")
|
|
2785
|
-
.sc(ListHandshakesForAccount)
|
|
2848
|
+
.sc(ListHandshakesForAccount$)
|
|
2786
2849
|
.build() {
|
|
2787
2850
|
}
|
|
2788
2851
|
|
|
@@ -2794,7 +2857,7 @@ class ListHandshakesForOrganizationCommand extends smithyClient.Command
|
|
|
2794
2857
|
})
|
|
2795
2858
|
.s("AWSOrganizationsV20161128", "ListHandshakesForOrganization", {})
|
|
2796
2859
|
.n("OrganizationsClient", "ListHandshakesForOrganizationCommand")
|
|
2797
|
-
.sc(ListHandshakesForOrganization)
|
|
2860
|
+
.sc(ListHandshakesForOrganization$)
|
|
2798
2861
|
.build() {
|
|
2799
2862
|
}
|
|
2800
2863
|
|
|
@@ -2806,7 +2869,7 @@ class ListInboundResponsibilityTransfersCommand extends smithyClient.Command
|
|
|
2806
2869
|
})
|
|
2807
2870
|
.s("AWSOrganizationsV20161128", "ListInboundResponsibilityTransfers", {})
|
|
2808
2871
|
.n("OrganizationsClient", "ListInboundResponsibilityTransfersCommand")
|
|
2809
|
-
.sc(ListInboundResponsibilityTransfers)
|
|
2872
|
+
.sc(ListInboundResponsibilityTransfers$)
|
|
2810
2873
|
.build() {
|
|
2811
2874
|
}
|
|
2812
2875
|
|
|
@@ -2818,7 +2881,7 @@ class ListOrganizationalUnitsForParentCommand extends smithyClient.Command
|
|
|
2818
2881
|
})
|
|
2819
2882
|
.s("AWSOrganizationsV20161128", "ListOrganizationalUnitsForParent", {})
|
|
2820
2883
|
.n("OrganizationsClient", "ListOrganizationalUnitsForParentCommand")
|
|
2821
|
-
.sc(ListOrganizationalUnitsForParent)
|
|
2884
|
+
.sc(ListOrganizationalUnitsForParent$)
|
|
2822
2885
|
.build() {
|
|
2823
2886
|
}
|
|
2824
2887
|
|
|
@@ -2830,7 +2893,7 @@ class ListOutboundResponsibilityTransfersCommand extends smithyClient.Command
|
|
|
2830
2893
|
})
|
|
2831
2894
|
.s("AWSOrganizationsV20161128", "ListOutboundResponsibilityTransfers", {})
|
|
2832
2895
|
.n("OrganizationsClient", "ListOutboundResponsibilityTransfersCommand")
|
|
2833
|
-
.sc(ListOutboundResponsibilityTransfers)
|
|
2896
|
+
.sc(ListOutboundResponsibilityTransfers$)
|
|
2834
2897
|
.build() {
|
|
2835
2898
|
}
|
|
2836
2899
|
|
|
@@ -2842,7 +2905,7 @@ class ListParentsCommand extends smithyClient.Command
|
|
|
2842
2905
|
})
|
|
2843
2906
|
.s("AWSOrganizationsV20161128", "ListParents", {})
|
|
2844
2907
|
.n("OrganizationsClient", "ListParentsCommand")
|
|
2845
|
-
.sc(ListParents)
|
|
2908
|
+
.sc(ListParents$)
|
|
2846
2909
|
.build() {
|
|
2847
2910
|
}
|
|
2848
2911
|
|
|
@@ -2854,7 +2917,7 @@ class ListPoliciesCommand extends smithyClient.Command
|
|
|
2854
2917
|
})
|
|
2855
2918
|
.s("AWSOrganizationsV20161128", "ListPolicies", {})
|
|
2856
2919
|
.n("OrganizationsClient", "ListPoliciesCommand")
|
|
2857
|
-
.sc(ListPolicies)
|
|
2920
|
+
.sc(ListPolicies$)
|
|
2858
2921
|
.build() {
|
|
2859
2922
|
}
|
|
2860
2923
|
|
|
@@ -2866,7 +2929,7 @@ class ListPoliciesForTargetCommand extends smithyClient.Command
|
|
|
2866
2929
|
})
|
|
2867
2930
|
.s("AWSOrganizationsV20161128", "ListPoliciesForTarget", {})
|
|
2868
2931
|
.n("OrganizationsClient", "ListPoliciesForTargetCommand")
|
|
2869
|
-
.sc(ListPoliciesForTarget)
|
|
2932
|
+
.sc(ListPoliciesForTarget$)
|
|
2870
2933
|
.build() {
|
|
2871
2934
|
}
|
|
2872
2935
|
|
|
@@ -2878,7 +2941,7 @@ class ListRootsCommand extends smithyClient.Command
|
|
|
2878
2941
|
})
|
|
2879
2942
|
.s("AWSOrganizationsV20161128", "ListRoots", {})
|
|
2880
2943
|
.n("OrganizationsClient", "ListRootsCommand")
|
|
2881
|
-
.sc(ListRoots)
|
|
2944
|
+
.sc(ListRoots$)
|
|
2882
2945
|
.build() {
|
|
2883
2946
|
}
|
|
2884
2947
|
|
|
@@ -2890,7 +2953,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2890
2953
|
})
|
|
2891
2954
|
.s("AWSOrganizationsV20161128", "ListTagsForResource", {})
|
|
2892
2955
|
.n("OrganizationsClient", "ListTagsForResourceCommand")
|
|
2893
|
-
.sc(ListTagsForResource)
|
|
2956
|
+
.sc(ListTagsForResource$)
|
|
2894
2957
|
.build() {
|
|
2895
2958
|
}
|
|
2896
2959
|
|
|
@@ -2902,7 +2965,7 @@ class ListTargetsForPolicyCommand extends smithyClient.Command
|
|
|
2902
2965
|
})
|
|
2903
2966
|
.s("AWSOrganizationsV20161128", "ListTargetsForPolicy", {})
|
|
2904
2967
|
.n("OrganizationsClient", "ListTargetsForPolicyCommand")
|
|
2905
|
-
.sc(ListTargetsForPolicy)
|
|
2968
|
+
.sc(ListTargetsForPolicy$)
|
|
2906
2969
|
.build() {
|
|
2907
2970
|
}
|
|
2908
2971
|
|
|
@@ -2914,7 +2977,7 @@ class MoveAccountCommand extends smithyClient.Command
|
|
|
2914
2977
|
})
|
|
2915
2978
|
.s("AWSOrganizationsV20161128", "MoveAccount", {})
|
|
2916
2979
|
.n("OrganizationsClient", "MoveAccountCommand")
|
|
2917
|
-
.sc(MoveAccount)
|
|
2980
|
+
.sc(MoveAccount$)
|
|
2918
2981
|
.build() {
|
|
2919
2982
|
}
|
|
2920
2983
|
|
|
@@ -2926,7 +2989,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
2926
2989
|
})
|
|
2927
2990
|
.s("AWSOrganizationsV20161128", "PutResourcePolicy", {})
|
|
2928
2991
|
.n("OrganizationsClient", "PutResourcePolicyCommand")
|
|
2929
|
-
.sc(PutResourcePolicy)
|
|
2992
|
+
.sc(PutResourcePolicy$)
|
|
2930
2993
|
.build() {
|
|
2931
2994
|
}
|
|
2932
2995
|
|
|
@@ -2938,7 +3001,7 @@ class RegisterDelegatedAdministratorCommand extends smithyClient.Command
|
|
|
2938
3001
|
})
|
|
2939
3002
|
.s("AWSOrganizationsV20161128", "RegisterDelegatedAdministrator", {})
|
|
2940
3003
|
.n("OrganizationsClient", "RegisterDelegatedAdministratorCommand")
|
|
2941
|
-
.sc(RegisterDelegatedAdministrator)
|
|
3004
|
+
.sc(RegisterDelegatedAdministrator$)
|
|
2942
3005
|
.build() {
|
|
2943
3006
|
}
|
|
2944
3007
|
|
|
@@ -2950,7 +3013,7 @@ class RemoveAccountFromOrganizationCommand extends smithyClient.Command
|
|
|
2950
3013
|
})
|
|
2951
3014
|
.s("AWSOrganizationsV20161128", "RemoveAccountFromOrganization", {})
|
|
2952
3015
|
.n("OrganizationsClient", "RemoveAccountFromOrganizationCommand")
|
|
2953
|
-
.sc(RemoveAccountFromOrganization)
|
|
3016
|
+
.sc(RemoveAccountFromOrganization$)
|
|
2954
3017
|
.build() {
|
|
2955
3018
|
}
|
|
2956
3019
|
|
|
@@ -2962,7 +3025,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2962
3025
|
})
|
|
2963
3026
|
.s("AWSOrganizationsV20161128", "TagResource", {})
|
|
2964
3027
|
.n("OrganizationsClient", "TagResourceCommand")
|
|
2965
|
-
.sc(TagResource)
|
|
3028
|
+
.sc(TagResource$)
|
|
2966
3029
|
.build() {
|
|
2967
3030
|
}
|
|
2968
3031
|
|
|
@@ -2974,7 +3037,7 @@ class TerminateResponsibilityTransferCommand extends smithyClient.Command
|
|
|
2974
3037
|
})
|
|
2975
3038
|
.s("AWSOrganizationsV20161128", "TerminateResponsibilityTransfer", {})
|
|
2976
3039
|
.n("OrganizationsClient", "TerminateResponsibilityTransferCommand")
|
|
2977
|
-
.sc(TerminateResponsibilityTransfer)
|
|
3040
|
+
.sc(TerminateResponsibilityTransfer$)
|
|
2978
3041
|
.build() {
|
|
2979
3042
|
}
|
|
2980
3043
|
|
|
@@ -2986,7 +3049,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2986
3049
|
})
|
|
2987
3050
|
.s("AWSOrganizationsV20161128", "UntagResource", {})
|
|
2988
3051
|
.n("OrganizationsClient", "UntagResourceCommand")
|
|
2989
|
-
.sc(UntagResource)
|
|
3052
|
+
.sc(UntagResource$)
|
|
2990
3053
|
.build() {
|
|
2991
3054
|
}
|
|
2992
3055
|
|
|
@@ -2998,7 +3061,7 @@ class UpdateOrganizationalUnitCommand extends smithyClient.Command
|
|
|
2998
3061
|
})
|
|
2999
3062
|
.s("AWSOrganizationsV20161128", "UpdateOrganizationalUnit", {})
|
|
3000
3063
|
.n("OrganizationsClient", "UpdateOrganizationalUnitCommand")
|
|
3001
|
-
.sc(UpdateOrganizationalUnit)
|
|
3064
|
+
.sc(UpdateOrganizationalUnit$)
|
|
3002
3065
|
.build() {
|
|
3003
3066
|
}
|
|
3004
3067
|
|
|
@@ -3010,7 +3073,7 @@ class UpdatePolicyCommand extends smithyClient.Command
|
|
|
3010
3073
|
})
|
|
3011
3074
|
.s("AWSOrganizationsV20161128", "UpdatePolicy", {})
|
|
3012
3075
|
.n("OrganizationsClient", "UpdatePolicyCommand")
|
|
3013
|
-
.sc(UpdatePolicy)
|
|
3076
|
+
.sc(UpdatePolicy$)
|
|
3014
3077
|
.build() {
|
|
3015
3078
|
}
|
|
3016
3079
|
|
|
@@ -3022,7 +3085,7 @@ class UpdateResponsibilityTransferCommand extends smithyClient.Command
|
|
|
3022
3085
|
})
|
|
3023
3086
|
.s("AWSOrganizationsV20161128", "UpdateResponsibilityTransfer", {})
|
|
3024
3087
|
.n("OrganizationsClient", "UpdateResponsibilityTransferCommand")
|
|
3025
|
-
.sc(UpdateResponsibilityTransfer)
|
|
3088
|
+
.sc(UpdateResponsibilityTransfer$)
|
|
3026
3089
|
.build() {
|
|
3027
3090
|
}
|
|
3028
3091
|
|
|
@@ -3387,145 +3450,389 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3387
3450
|
enumerable: true,
|
|
3388
3451
|
get: function () { return smithyClient.Client; }
|
|
3389
3452
|
});
|
|
3390
|
-
exports.AWSOrganizationsNotInUseException = AWSOrganizationsNotInUseException
|
|
3453
|
+
exports.AWSOrganizationsNotInUseException = AWSOrganizationsNotInUseException;
|
|
3454
|
+
exports.AWSOrganizationsNotInUseException$ = AWSOrganizationsNotInUseException$;
|
|
3455
|
+
exports.AcceptHandshake$ = AcceptHandshake$;
|
|
3391
3456
|
exports.AcceptHandshakeCommand = AcceptHandshakeCommand;
|
|
3392
|
-
exports.
|
|
3393
|
-
exports.
|
|
3457
|
+
exports.AcceptHandshakeRequest$ = AcceptHandshakeRequest$;
|
|
3458
|
+
exports.AcceptHandshakeResponse$ = AcceptHandshakeResponse$;
|
|
3459
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
3460
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
3461
|
+
exports.AccessDeniedForDependencyException = AccessDeniedForDependencyException;
|
|
3462
|
+
exports.AccessDeniedForDependencyException$ = AccessDeniedForDependencyException$;
|
|
3394
3463
|
exports.AccessDeniedForDependencyExceptionReason = AccessDeniedForDependencyExceptionReason;
|
|
3395
|
-
exports.
|
|
3396
|
-
exports.
|
|
3464
|
+
exports.Account$ = Account$;
|
|
3465
|
+
exports.AccountAlreadyClosedException = AccountAlreadyClosedException;
|
|
3466
|
+
exports.AccountAlreadyClosedException$ = AccountAlreadyClosedException$;
|
|
3467
|
+
exports.AccountAlreadyRegisteredException = AccountAlreadyRegisteredException;
|
|
3468
|
+
exports.AccountAlreadyRegisteredException$ = AccountAlreadyRegisteredException$;
|
|
3397
3469
|
exports.AccountJoinedMethod = AccountJoinedMethod;
|
|
3398
|
-
exports.AccountNotFoundException = AccountNotFoundException
|
|
3399
|
-
exports.
|
|
3400
|
-
exports.
|
|
3470
|
+
exports.AccountNotFoundException = AccountNotFoundException;
|
|
3471
|
+
exports.AccountNotFoundException$ = AccountNotFoundException$;
|
|
3472
|
+
exports.AccountNotRegisteredException = AccountNotRegisteredException;
|
|
3473
|
+
exports.AccountNotRegisteredException$ = AccountNotRegisteredException$;
|
|
3474
|
+
exports.AccountOwnerNotVerifiedException = AccountOwnerNotVerifiedException;
|
|
3475
|
+
exports.AccountOwnerNotVerifiedException$ = AccountOwnerNotVerifiedException$;
|
|
3401
3476
|
exports.AccountState = AccountState;
|
|
3402
3477
|
exports.AccountStatus = AccountStatus;
|
|
3403
3478
|
exports.ActionType = ActionType;
|
|
3404
|
-
exports.AlreadyInOrganizationException = AlreadyInOrganizationException
|
|
3479
|
+
exports.AlreadyInOrganizationException = AlreadyInOrganizationException;
|
|
3480
|
+
exports.AlreadyInOrganizationException$ = AlreadyInOrganizationException$;
|
|
3481
|
+
exports.AttachPolicy$ = AttachPolicy$;
|
|
3405
3482
|
exports.AttachPolicyCommand = AttachPolicyCommand;
|
|
3483
|
+
exports.AttachPolicyRequest$ = AttachPolicyRequest$;
|
|
3484
|
+
exports.CancelHandshake$ = CancelHandshake$;
|
|
3406
3485
|
exports.CancelHandshakeCommand = CancelHandshakeCommand;
|
|
3407
|
-
exports.
|
|
3486
|
+
exports.CancelHandshakeRequest$ = CancelHandshakeRequest$;
|
|
3487
|
+
exports.CancelHandshakeResponse$ = CancelHandshakeResponse$;
|
|
3488
|
+
exports.Child$ = Child$;
|
|
3489
|
+
exports.ChildNotFoundException = ChildNotFoundException;
|
|
3490
|
+
exports.ChildNotFoundException$ = ChildNotFoundException$;
|
|
3408
3491
|
exports.ChildType = ChildType;
|
|
3492
|
+
exports.CloseAccount$ = CloseAccount$;
|
|
3409
3493
|
exports.CloseAccountCommand = CloseAccountCommand;
|
|
3410
|
-
exports.
|
|
3411
|
-
exports.
|
|
3412
|
-
exports.
|
|
3494
|
+
exports.CloseAccountRequest$ = CloseAccountRequest$;
|
|
3495
|
+
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
3496
|
+
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
3497
|
+
exports.ConflictException = ConflictException;
|
|
3498
|
+
exports.ConflictException$ = ConflictException$;
|
|
3499
|
+
exports.ConstraintViolationException = ConstraintViolationException;
|
|
3500
|
+
exports.ConstraintViolationException$ = ConstraintViolationException$;
|
|
3413
3501
|
exports.ConstraintViolationExceptionReason = ConstraintViolationExceptionReason;
|
|
3502
|
+
exports.CreateAccount$ = CreateAccount$;
|
|
3414
3503
|
exports.CreateAccountCommand = CreateAccountCommand;
|
|
3415
3504
|
exports.CreateAccountFailureReason = CreateAccountFailureReason;
|
|
3505
|
+
exports.CreateAccountRequest$ = CreateAccountRequest$;
|
|
3506
|
+
exports.CreateAccountResponse$ = CreateAccountResponse$;
|
|
3416
3507
|
exports.CreateAccountState = CreateAccountState;
|
|
3417
|
-
exports.
|
|
3508
|
+
exports.CreateAccountStatus$ = CreateAccountStatus$;
|
|
3509
|
+
exports.CreateAccountStatusNotFoundException = CreateAccountStatusNotFoundException;
|
|
3510
|
+
exports.CreateAccountStatusNotFoundException$ = CreateAccountStatusNotFoundException$;
|
|
3511
|
+
exports.CreateGovCloudAccount$ = CreateGovCloudAccount$;
|
|
3418
3512
|
exports.CreateGovCloudAccountCommand = CreateGovCloudAccountCommand;
|
|
3513
|
+
exports.CreateGovCloudAccountRequest$ = CreateGovCloudAccountRequest$;
|
|
3514
|
+
exports.CreateGovCloudAccountResponse$ = CreateGovCloudAccountResponse$;
|
|
3515
|
+
exports.CreateOrganization$ = CreateOrganization$;
|
|
3419
3516
|
exports.CreateOrganizationCommand = CreateOrganizationCommand;
|
|
3517
|
+
exports.CreateOrganizationRequest$ = CreateOrganizationRequest$;
|
|
3518
|
+
exports.CreateOrganizationResponse$ = CreateOrganizationResponse$;
|
|
3519
|
+
exports.CreateOrganizationalUnit$ = CreateOrganizationalUnit$;
|
|
3420
3520
|
exports.CreateOrganizationalUnitCommand = CreateOrganizationalUnitCommand;
|
|
3521
|
+
exports.CreateOrganizationalUnitRequest$ = CreateOrganizationalUnitRequest$;
|
|
3522
|
+
exports.CreateOrganizationalUnitResponse$ = CreateOrganizationalUnitResponse$;
|
|
3523
|
+
exports.CreatePolicy$ = CreatePolicy$;
|
|
3421
3524
|
exports.CreatePolicyCommand = CreatePolicyCommand;
|
|
3525
|
+
exports.CreatePolicyRequest$ = CreatePolicyRequest$;
|
|
3526
|
+
exports.CreatePolicyResponse$ = CreatePolicyResponse$;
|
|
3527
|
+
exports.DeclineHandshake$ = DeclineHandshake$;
|
|
3422
3528
|
exports.DeclineHandshakeCommand = DeclineHandshakeCommand;
|
|
3529
|
+
exports.DeclineHandshakeRequest$ = DeclineHandshakeRequest$;
|
|
3530
|
+
exports.DeclineHandshakeResponse$ = DeclineHandshakeResponse$;
|
|
3531
|
+
exports.DelegatedAdministrator$ = DelegatedAdministrator$;
|
|
3532
|
+
exports.DelegatedService$ = DelegatedService$;
|
|
3533
|
+
exports.DeleteOrganization$ = DeleteOrganization$;
|
|
3423
3534
|
exports.DeleteOrganizationCommand = DeleteOrganizationCommand;
|
|
3535
|
+
exports.DeleteOrganizationalUnit$ = DeleteOrganizationalUnit$;
|
|
3424
3536
|
exports.DeleteOrganizationalUnitCommand = DeleteOrganizationalUnitCommand;
|
|
3537
|
+
exports.DeleteOrganizationalUnitRequest$ = DeleteOrganizationalUnitRequest$;
|
|
3538
|
+
exports.DeletePolicy$ = DeletePolicy$;
|
|
3425
3539
|
exports.DeletePolicyCommand = DeletePolicyCommand;
|
|
3540
|
+
exports.DeletePolicyRequest$ = DeletePolicyRequest$;
|
|
3541
|
+
exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
|
|
3426
3542
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
3543
|
+
exports.DeregisterDelegatedAdministrator$ = DeregisterDelegatedAdministrator$;
|
|
3427
3544
|
exports.DeregisterDelegatedAdministratorCommand = DeregisterDelegatedAdministratorCommand;
|
|
3545
|
+
exports.DeregisterDelegatedAdministratorRequest$ = DeregisterDelegatedAdministratorRequest$;
|
|
3546
|
+
exports.DescribeAccount$ = DescribeAccount$;
|
|
3428
3547
|
exports.DescribeAccountCommand = DescribeAccountCommand;
|
|
3548
|
+
exports.DescribeAccountRequest$ = DescribeAccountRequest$;
|
|
3549
|
+
exports.DescribeAccountResponse$ = DescribeAccountResponse$;
|
|
3550
|
+
exports.DescribeCreateAccountStatus$ = DescribeCreateAccountStatus$;
|
|
3429
3551
|
exports.DescribeCreateAccountStatusCommand = DescribeCreateAccountStatusCommand;
|
|
3552
|
+
exports.DescribeCreateAccountStatusRequest$ = DescribeCreateAccountStatusRequest$;
|
|
3553
|
+
exports.DescribeCreateAccountStatusResponse$ = DescribeCreateAccountStatusResponse$;
|
|
3554
|
+
exports.DescribeEffectivePolicy$ = DescribeEffectivePolicy$;
|
|
3430
3555
|
exports.DescribeEffectivePolicyCommand = DescribeEffectivePolicyCommand;
|
|
3556
|
+
exports.DescribeEffectivePolicyRequest$ = DescribeEffectivePolicyRequest$;
|
|
3557
|
+
exports.DescribeEffectivePolicyResponse$ = DescribeEffectivePolicyResponse$;
|
|
3558
|
+
exports.DescribeHandshake$ = DescribeHandshake$;
|
|
3431
3559
|
exports.DescribeHandshakeCommand = DescribeHandshakeCommand;
|
|
3560
|
+
exports.DescribeHandshakeRequest$ = DescribeHandshakeRequest$;
|
|
3561
|
+
exports.DescribeHandshakeResponse$ = DescribeHandshakeResponse$;
|
|
3562
|
+
exports.DescribeOrganization$ = DescribeOrganization$;
|
|
3432
3563
|
exports.DescribeOrganizationCommand = DescribeOrganizationCommand;
|
|
3564
|
+
exports.DescribeOrganizationResponse$ = DescribeOrganizationResponse$;
|
|
3565
|
+
exports.DescribeOrganizationalUnit$ = DescribeOrganizationalUnit$;
|
|
3433
3566
|
exports.DescribeOrganizationalUnitCommand = DescribeOrganizationalUnitCommand;
|
|
3567
|
+
exports.DescribeOrganizationalUnitRequest$ = DescribeOrganizationalUnitRequest$;
|
|
3568
|
+
exports.DescribeOrganizationalUnitResponse$ = DescribeOrganizationalUnitResponse$;
|
|
3569
|
+
exports.DescribePolicy$ = DescribePolicy$;
|
|
3434
3570
|
exports.DescribePolicyCommand = DescribePolicyCommand;
|
|
3571
|
+
exports.DescribePolicyRequest$ = DescribePolicyRequest$;
|
|
3572
|
+
exports.DescribePolicyResponse$ = DescribePolicyResponse$;
|
|
3573
|
+
exports.DescribeResourcePolicy$ = DescribeResourcePolicy$;
|
|
3435
3574
|
exports.DescribeResourcePolicyCommand = DescribeResourcePolicyCommand;
|
|
3575
|
+
exports.DescribeResourcePolicyResponse$ = DescribeResourcePolicyResponse$;
|
|
3576
|
+
exports.DescribeResponsibilityTransfer$ = DescribeResponsibilityTransfer$;
|
|
3436
3577
|
exports.DescribeResponsibilityTransferCommand = DescribeResponsibilityTransferCommand;
|
|
3437
|
-
exports.
|
|
3578
|
+
exports.DescribeResponsibilityTransferRequest$ = DescribeResponsibilityTransferRequest$;
|
|
3579
|
+
exports.DescribeResponsibilityTransferResponse$ = DescribeResponsibilityTransferResponse$;
|
|
3580
|
+
exports.DestinationParentNotFoundException = DestinationParentNotFoundException;
|
|
3581
|
+
exports.DestinationParentNotFoundException$ = DestinationParentNotFoundException$;
|
|
3582
|
+
exports.DetachPolicy$ = DetachPolicy$;
|
|
3438
3583
|
exports.DetachPolicyCommand = DetachPolicyCommand;
|
|
3584
|
+
exports.DetachPolicyRequest$ = DetachPolicyRequest$;
|
|
3585
|
+
exports.DisableAWSServiceAccess$ = DisableAWSServiceAccess$;
|
|
3439
3586
|
exports.DisableAWSServiceAccessCommand = DisableAWSServiceAccessCommand;
|
|
3587
|
+
exports.DisableAWSServiceAccessRequest$ = DisableAWSServiceAccessRequest$;
|
|
3588
|
+
exports.DisablePolicyType$ = DisablePolicyType$;
|
|
3440
3589
|
exports.DisablePolicyTypeCommand = DisablePolicyTypeCommand;
|
|
3441
|
-
exports.
|
|
3442
|
-
exports.
|
|
3443
|
-
exports.
|
|
3444
|
-
exports.
|
|
3445
|
-
exports.
|
|
3446
|
-
exports.
|
|
3590
|
+
exports.DisablePolicyTypeRequest$ = DisablePolicyTypeRequest$;
|
|
3591
|
+
exports.DisablePolicyTypeResponse$ = DisablePolicyTypeResponse$;
|
|
3592
|
+
exports.DuplicateAccountException = DuplicateAccountException;
|
|
3593
|
+
exports.DuplicateAccountException$ = DuplicateAccountException$;
|
|
3594
|
+
exports.DuplicateHandshakeException = DuplicateHandshakeException;
|
|
3595
|
+
exports.DuplicateHandshakeException$ = DuplicateHandshakeException$;
|
|
3596
|
+
exports.DuplicateOrganizationalUnitException = DuplicateOrganizationalUnitException;
|
|
3597
|
+
exports.DuplicateOrganizationalUnitException$ = DuplicateOrganizationalUnitException$;
|
|
3598
|
+
exports.DuplicatePolicyAttachmentException = DuplicatePolicyAttachmentException;
|
|
3599
|
+
exports.DuplicatePolicyAttachmentException$ = DuplicatePolicyAttachmentException$;
|
|
3600
|
+
exports.DuplicatePolicyException = DuplicatePolicyException;
|
|
3601
|
+
exports.DuplicatePolicyException$ = DuplicatePolicyException$;
|
|
3602
|
+
exports.EffectivePolicy$ = EffectivePolicy$;
|
|
3603
|
+
exports.EffectivePolicyNotFoundException = EffectivePolicyNotFoundException;
|
|
3604
|
+
exports.EffectivePolicyNotFoundException$ = EffectivePolicyNotFoundException$;
|
|
3447
3605
|
exports.EffectivePolicyType = EffectivePolicyType;
|
|
3606
|
+
exports.EffectivePolicyValidationError$ = EffectivePolicyValidationError$;
|
|
3607
|
+
exports.EnableAWSServiceAccess$ = EnableAWSServiceAccess$;
|
|
3448
3608
|
exports.EnableAWSServiceAccessCommand = EnableAWSServiceAccessCommand;
|
|
3609
|
+
exports.EnableAWSServiceAccessRequest$ = EnableAWSServiceAccessRequest$;
|
|
3610
|
+
exports.EnableAllFeatures$ = EnableAllFeatures$;
|
|
3449
3611
|
exports.EnableAllFeaturesCommand = EnableAllFeaturesCommand;
|
|
3612
|
+
exports.EnableAllFeaturesRequest$ = EnableAllFeaturesRequest$;
|
|
3613
|
+
exports.EnableAllFeaturesResponse$ = EnableAllFeaturesResponse$;
|
|
3614
|
+
exports.EnablePolicyType$ = EnablePolicyType$;
|
|
3450
3615
|
exports.EnablePolicyTypeCommand = EnablePolicyTypeCommand;
|
|
3451
|
-
exports.
|
|
3452
|
-
exports.
|
|
3453
|
-
exports.
|
|
3616
|
+
exports.EnablePolicyTypeRequest$ = EnablePolicyTypeRequest$;
|
|
3617
|
+
exports.EnablePolicyTypeResponse$ = EnablePolicyTypeResponse$;
|
|
3618
|
+
exports.EnabledServicePrincipal$ = EnabledServicePrincipal$;
|
|
3619
|
+
exports.FinalizingOrganizationException = FinalizingOrganizationException;
|
|
3620
|
+
exports.FinalizingOrganizationException$ = FinalizingOrganizationException$;
|
|
3621
|
+
exports.Handshake$ = Handshake$;
|
|
3622
|
+
exports.HandshakeAlreadyInStateException = HandshakeAlreadyInStateException;
|
|
3623
|
+
exports.HandshakeAlreadyInStateException$ = HandshakeAlreadyInStateException$;
|
|
3624
|
+
exports.HandshakeConstraintViolationException = HandshakeConstraintViolationException;
|
|
3625
|
+
exports.HandshakeConstraintViolationException$ = HandshakeConstraintViolationException$;
|
|
3454
3626
|
exports.HandshakeConstraintViolationExceptionReason = HandshakeConstraintViolationExceptionReason;
|
|
3455
|
-
exports.
|
|
3627
|
+
exports.HandshakeFilter$ = HandshakeFilter$;
|
|
3628
|
+
exports.HandshakeNotFoundException = HandshakeNotFoundException;
|
|
3629
|
+
exports.HandshakeNotFoundException$ = HandshakeNotFoundException$;
|
|
3630
|
+
exports.HandshakeParty$ = HandshakeParty$;
|
|
3456
3631
|
exports.HandshakePartyType = HandshakePartyType;
|
|
3632
|
+
exports.HandshakeResource$ = HandshakeResource$;
|
|
3457
3633
|
exports.HandshakeResourceType = HandshakeResourceType;
|
|
3458
3634
|
exports.HandshakeState = HandshakeState;
|
|
3459
3635
|
exports.IAMUserAccessToBilling = IAMUserAccessToBilling;
|
|
3460
|
-
exports.InvalidHandshakeTransitionException = InvalidHandshakeTransitionException
|
|
3461
|
-
exports.
|
|
3636
|
+
exports.InvalidHandshakeTransitionException = InvalidHandshakeTransitionException;
|
|
3637
|
+
exports.InvalidHandshakeTransitionException$ = InvalidHandshakeTransitionException$;
|
|
3638
|
+
exports.InvalidInputException = InvalidInputException;
|
|
3639
|
+
exports.InvalidInputException$ = InvalidInputException$;
|
|
3462
3640
|
exports.InvalidInputExceptionReason = InvalidInputExceptionReason;
|
|
3463
|
-
exports.InvalidResponsibilityTransferTransitionException = InvalidResponsibilityTransferTransitionException
|
|
3641
|
+
exports.InvalidResponsibilityTransferTransitionException = InvalidResponsibilityTransferTransitionException;
|
|
3642
|
+
exports.InvalidResponsibilityTransferTransitionException$ = InvalidResponsibilityTransferTransitionException$;
|
|
3643
|
+
exports.InviteAccountToOrganization$ = InviteAccountToOrganization$;
|
|
3464
3644
|
exports.InviteAccountToOrganizationCommand = InviteAccountToOrganizationCommand;
|
|
3645
|
+
exports.InviteAccountToOrganizationRequest$ = InviteAccountToOrganizationRequest$;
|
|
3646
|
+
exports.InviteAccountToOrganizationResponse$ = InviteAccountToOrganizationResponse$;
|
|
3647
|
+
exports.InviteOrganizationToTransferResponsibility$ = InviteOrganizationToTransferResponsibility$;
|
|
3465
3648
|
exports.InviteOrganizationToTransferResponsibilityCommand = InviteOrganizationToTransferResponsibilityCommand;
|
|
3649
|
+
exports.InviteOrganizationToTransferResponsibilityRequest$ = InviteOrganizationToTransferResponsibilityRequest$;
|
|
3650
|
+
exports.InviteOrganizationToTransferResponsibilityResponse$ = InviteOrganizationToTransferResponsibilityResponse$;
|
|
3651
|
+
exports.LeaveOrganization$ = LeaveOrganization$;
|
|
3466
3652
|
exports.LeaveOrganizationCommand = LeaveOrganizationCommand;
|
|
3653
|
+
exports.ListAWSServiceAccessForOrganization$ = ListAWSServiceAccessForOrganization$;
|
|
3467
3654
|
exports.ListAWSServiceAccessForOrganizationCommand = ListAWSServiceAccessForOrganizationCommand;
|
|
3655
|
+
exports.ListAWSServiceAccessForOrganizationRequest$ = ListAWSServiceAccessForOrganizationRequest$;
|
|
3656
|
+
exports.ListAWSServiceAccessForOrganizationResponse$ = ListAWSServiceAccessForOrganizationResponse$;
|
|
3657
|
+
exports.ListAccounts$ = ListAccounts$;
|
|
3468
3658
|
exports.ListAccountsCommand = ListAccountsCommand;
|
|
3659
|
+
exports.ListAccountsForParent$ = ListAccountsForParent$;
|
|
3469
3660
|
exports.ListAccountsForParentCommand = ListAccountsForParentCommand;
|
|
3661
|
+
exports.ListAccountsForParentRequest$ = ListAccountsForParentRequest$;
|
|
3662
|
+
exports.ListAccountsForParentResponse$ = ListAccountsForParentResponse$;
|
|
3663
|
+
exports.ListAccountsRequest$ = ListAccountsRequest$;
|
|
3664
|
+
exports.ListAccountsResponse$ = ListAccountsResponse$;
|
|
3665
|
+
exports.ListAccountsWithInvalidEffectivePolicy$ = ListAccountsWithInvalidEffectivePolicy$;
|
|
3470
3666
|
exports.ListAccountsWithInvalidEffectivePolicyCommand = ListAccountsWithInvalidEffectivePolicyCommand;
|
|
3667
|
+
exports.ListAccountsWithInvalidEffectivePolicyRequest$ = ListAccountsWithInvalidEffectivePolicyRequest$;
|
|
3668
|
+
exports.ListAccountsWithInvalidEffectivePolicyResponse$ = ListAccountsWithInvalidEffectivePolicyResponse$;
|
|
3669
|
+
exports.ListChildren$ = ListChildren$;
|
|
3471
3670
|
exports.ListChildrenCommand = ListChildrenCommand;
|
|
3671
|
+
exports.ListChildrenRequest$ = ListChildrenRequest$;
|
|
3672
|
+
exports.ListChildrenResponse$ = ListChildrenResponse$;
|
|
3673
|
+
exports.ListCreateAccountStatus$ = ListCreateAccountStatus$;
|
|
3472
3674
|
exports.ListCreateAccountStatusCommand = ListCreateAccountStatusCommand;
|
|
3675
|
+
exports.ListCreateAccountStatusRequest$ = ListCreateAccountStatusRequest$;
|
|
3676
|
+
exports.ListCreateAccountStatusResponse$ = ListCreateAccountStatusResponse$;
|
|
3677
|
+
exports.ListDelegatedAdministrators$ = ListDelegatedAdministrators$;
|
|
3473
3678
|
exports.ListDelegatedAdministratorsCommand = ListDelegatedAdministratorsCommand;
|
|
3679
|
+
exports.ListDelegatedAdministratorsRequest$ = ListDelegatedAdministratorsRequest$;
|
|
3680
|
+
exports.ListDelegatedAdministratorsResponse$ = ListDelegatedAdministratorsResponse$;
|
|
3681
|
+
exports.ListDelegatedServicesForAccount$ = ListDelegatedServicesForAccount$;
|
|
3474
3682
|
exports.ListDelegatedServicesForAccountCommand = ListDelegatedServicesForAccountCommand;
|
|
3683
|
+
exports.ListDelegatedServicesForAccountRequest$ = ListDelegatedServicesForAccountRequest$;
|
|
3684
|
+
exports.ListDelegatedServicesForAccountResponse$ = ListDelegatedServicesForAccountResponse$;
|
|
3685
|
+
exports.ListEffectivePolicyValidationErrors$ = ListEffectivePolicyValidationErrors$;
|
|
3475
3686
|
exports.ListEffectivePolicyValidationErrorsCommand = ListEffectivePolicyValidationErrorsCommand;
|
|
3687
|
+
exports.ListEffectivePolicyValidationErrorsRequest$ = ListEffectivePolicyValidationErrorsRequest$;
|
|
3688
|
+
exports.ListEffectivePolicyValidationErrorsResponse$ = ListEffectivePolicyValidationErrorsResponse$;
|
|
3689
|
+
exports.ListHandshakesForAccount$ = ListHandshakesForAccount$;
|
|
3476
3690
|
exports.ListHandshakesForAccountCommand = ListHandshakesForAccountCommand;
|
|
3691
|
+
exports.ListHandshakesForAccountRequest$ = ListHandshakesForAccountRequest$;
|
|
3692
|
+
exports.ListHandshakesForAccountResponse$ = ListHandshakesForAccountResponse$;
|
|
3693
|
+
exports.ListHandshakesForOrganization$ = ListHandshakesForOrganization$;
|
|
3477
3694
|
exports.ListHandshakesForOrganizationCommand = ListHandshakesForOrganizationCommand;
|
|
3695
|
+
exports.ListHandshakesForOrganizationRequest$ = ListHandshakesForOrganizationRequest$;
|
|
3696
|
+
exports.ListHandshakesForOrganizationResponse$ = ListHandshakesForOrganizationResponse$;
|
|
3697
|
+
exports.ListInboundResponsibilityTransfers$ = ListInboundResponsibilityTransfers$;
|
|
3478
3698
|
exports.ListInboundResponsibilityTransfersCommand = ListInboundResponsibilityTransfersCommand;
|
|
3699
|
+
exports.ListInboundResponsibilityTransfersRequest$ = ListInboundResponsibilityTransfersRequest$;
|
|
3700
|
+
exports.ListInboundResponsibilityTransfersResponse$ = ListInboundResponsibilityTransfersResponse$;
|
|
3701
|
+
exports.ListOrganizationalUnitsForParent$ = ListOrganizationalUnitsForParent$;
|
|
3479
3702
|
exports.ListOrganizationalUnitsForParentCommand = ListOrganizationalUnitsForParentCommand;
|
|
3703
|
+
exports.ListOrganizationalUnitsForParentRequest$ = ListOrganizationalUnitsForParentRequest$;
|
|
3704
|
+
exports.ListOrganizationalUnitsForParentResponse$ = ListOrganizationalUnitsForParentResponse$;
|
|
3705
|
+
exports.ListOutboundResponsibilityTransfers$ = ListOutboundResponsibilityTransfers$;
|
|
3480
3706
|
exports.ListOutboundResponsibilityTransfersCommand = ListOutboundResponsibilityTransfersCommand;
|
|
3707
|
+
exports.ListOutboundResponsibilityTransfersRequest$ = ListOutboundResponsibilityTransfersRequest$;
|
|
3708
|
+
exports.ListOutboundResponsibilityTransfersResponse$ = ListOutboundResponsibilityTransfersResponse$;
|
|
3709
|
+
exports.ListParents$ = ListParents$;
|
|
3481
3710
|
exports.ListParentsCommand = ListParentsCommand;
|
|
3711
|
+
exports.ListParentsRequest$ = ListParentsRequest$;
|
|
3712
|
+
exports.ListParentsResponse$ = ListParentsResponse$;
|
|
3713
|
+
exports.ListPolicies$ = ListPolicies$;
|
|
3482
3714
|
exports.ListPoliciesCommand = ListPoliciesCommand;
|
|
3715
|
+
exports.ListPoliciesForTarget$ = ListPoliciesForTarget$;
|
|
3483
3716
|
exports.ListPoliciesForTargetCommand = ListPoliciesForTargetCommand;
|
|
3717
|
+
exports.ListPoliciesForTargetRequest$ = ListPoliciesForTargetRequest$;
|
|
3718
|
+
exports.ListPoliciesForTargetResponse$ = ListPoliciesForTargetResponse$;
|
|
3719
|
+
exports.ListPoliciesRequest$ = ListPoliciesRequest$;
|
|
3720
|
+
exports.ListPoliciesResponse$ = ListPoliciesResponse$;
|
|
3721
|
+
exports.ListRoots$ = ListRoots$;
|
|
3484
3722
|
exports.ListRootsCommand = ListRootsCommand;
|
|
3723
|
+
exports.ListRootsRequest$ = ListRootsRequest$;
|
|
3724
|
+
exports.ListRootsResponse$ = ListRootsResponse$;
|
|
3725
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
3485
3726
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
3727
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
3728
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
3729
|
+
exports.ListTargetsForPolicy$ = ListTargetsForPolicy$;
|
|
3486
3730
|
exports.ListTargetsForPolicyCommand = ListTargetsForPolicyCommand;
|
|
3487
|
-
exports.
|
|
3488
|
-
exports.
|
|
3731
|
+
exports.ListTargetsForPolicyRequest$ = ListTargetsForPolicyRequest$;
|
|
3732
|
+
exports.ListTargetsForPolicyResponse$ = ListTargetsForPolicyResponse$;
|
|
3733
|
+
exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;
|
|
3734
|
+
exports.MalformedPolicyDocumentException$ = MalformedPolicyDocumentException$;
|
|
3735
|
+
exports.MasterCannotLeaveOrganizationException = MasterCannotLeaveOrganizationException;
|
|
3736
|
+
exports.MasterCannotLeaveOrganizationException$ = MasterCannotLeaveOrganizationException$;
|
|
3737
|
+
exports.MoveAccount$ = MoveAccount$;
|
|
3489
3738
|
exports.MoveAccountCommand = MoveAccountCommand;
|
|
3739
|
+
exports.MoveAccountRequest$ = MoveAccountRequest$;
|
|
3740
|
+
exports.Organization$ = Organization$;
|
|
3490
3741
|
exports.OrganizationFeatureSet = OrganizationFeatureSet;
|
|
3491
|
-
exports.OrganizationNotEmptyException = OrganizationNotEmptyException
|
|
3492
|
-
exports.
|
|
3493
|
-
exports.
|
|
3742
|
+
exports.OrganizationNotEmptyException = OrganizationNotEmptyException;
|
|
3743
|
+
exports.OrganizationNotEmptyException$ = OrganizationNotEmptyException$;
|
|
3744
|
+
exports.OrganizationalUnit$ = OrganizationalUnit$;
|
|
3745
|
+
exports.OrganizationalUnitNotEmptyException = OrganizationalUnitNotEmptyException;
|
|
3746
|
+
exports.OrganizationalUnitNotEmptyException$ = OrganizationalUnitNotEmptyException$;
|
|
3747
|
+
exports.OrganizationalUnitNotFoundException = OrganizationalUnitNotFoundException;
|
|
3748
|
+
exports.OrganizationalUnitNotFoundException$ = OrganizationalUnitNotFoundException$;
|
|
3494
3749
|
exports.Organizations = Organizations;
|
|
3495
3750
|
exports.OrganizationsClient = OrganizationsClient;
|
|
3496
|
-
exports.OrganizationsServiceException = OrganizationsServiceException
|
|
3497
|
-
exports.
|
|
3751
|
+
exports.OrganizationsServiceException = OrganizationsServiceException;
|
|
3752
|
+
exports.OrganizationsServiceException$ = OrganizationsServiceException$;
|
|
3753
|
+
exports.Parent$ = Parent$;
|
|
3754
|
+
exports.ParentNotFoundException = ParentNotFoundException;
|
|
3755
|
+
exports.ParentNotFoundException$ = ParentNotFoundException$;
|
|
3498
3756
|
exports.ParentType = ParentType;
|
|
3499
|
-
exports.
|
|
3500
|
-
exports.
|
|
3501
|
-
exports.
|
|
3502
|
-
exports.
|
|
3757
|
+
exports.Policy$ = Policy$;
|
|
3758
|
+
exports.PolicyChangesInProgressException = PolicyChangesInProgressException;
|
|
3759
|
+
exports.PolicyChangesInProgressException$ = PolicyChangesInProgressException$;
|
|
3760
|
+
exports.PolicyInUseException = PolicyInUseException;
|
|
3761
|
+
exports.PolicyInUseException$ = PolicyInUseException$;
|
|
3762
|
+
exports.PolicyNotAttachedException = PolicyNotAttachedException;
|
|
3763
|
+
exports.PolicyNotAttachedException$ = PolicyNotAttachedException$;
|
|
3764
|
+
exports.PolicyNotFoundException = PolicyNotFoundException;
|
|
3765
|
+
exports.PolicyNotFoundException$ = PolicyNotFoundException$;
|
|
3766
|
+
exports.PolicySummary$ = PolicySummary$;
|
|
3767
|
+
exports.PolicyTargetSummary$ = PolicyTargetSummary$;
|
|
3503
3768
|
exports.PolicyType = PolicyType;
|
|
3504
|
-
exports.PolicyTypeAlreadyEnabledException = PolicyTypeAlreadyEnabledException
|
|
3505
|
-
exports.
|
|
3506
|
-
exports.
|
|
3769
|
+
exports.PolicyTypeAlreadyEnabledException = PolicyTypeAlreadyEnabledException;
|
|
3770
|
+
exports.PolicyTypeAlreadyEnabledException$ = PolicyTypeAlreadyEnabledException$;
|
|
3771
|
+
exports.PolicyTypeNotAvailableForOrganizationException = PolicyTypeNotAvailableForOrganizationException;
|
|
3772
|
+
exports.PolicyTypeNotAvailableForOrganizationException$ = PolicyTypeNotAvailableForOrganizationException$;
|
|
3773
|
+
exports.PolicyTypeNotEnabledException = PolicyTypeNotEnabledException;
|
|
3774
|
+
exports.PolicyTypeNotEnabledException$ = PolicyTypeNotEnabledException$;
|
|
3507
3775
|
exports.PolicyTypeStatus = PolicyTypeStatus;
|
|
3776
|
+
exports.PolicyTypeSummary$ = PolicyTypeSummary$;
|
|
3777
|
+
exports.PutResourcePolicy$ = PutResourcePolicy$;
|
|
3508
3778
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
3779
|
+
exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
|
|
3780
|
+
exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
|
|
3781
|
+
exports.RegisterDelegatedAdministrator$ = RegisterDelegatedAdministrator$;
|
|
3509
3782
|
exports.RegisterDelegatedAdministratorCommand = RegisterDelegatedAdministratorCommand;
|
|
3783
|
+
exports.RegisterDelegatedAdministratorRequest$ = RegisterDelegatedAdministratorRequest$;
|
|
3784
|
+
exports.RemoveAccountFromOrganization$ = RemoveAccountFromOrganization$;
|
|
3510
3785
|
exports.RemoveAccountFromOrganizationCommand = RemoveAccountFromOrganizationCommand;
|
|
3511
|
-
exports.
|
|
3512
|
-
exports.
|
|
3513
|
-
exports.
|
|
3786
|
+
exports.RemoveAccountFromOrganizationRequest$ = RemoveAccountFromOrganizationRequest$;
|
|
3787
|
+
exports.ResourcePolicy$ = ResourcePolicy$;
|
|
3788
|
+
exports.ResourcePolicyNotFoundException = ResourcePolicyNotFoundException;
|
|
3789
|
+
exports.ResourcePolicyNotFoundException$ = ResourcePolicyNotFoundException$;
|
|
3790
|
+
exports.ResourcePolicySummary$ = ResourcePolicySummary$;
|
|
3791
|
+
exports.ResponsibilityTransfer$ = ResponsibilityTransfer$;
|
|
3792
|
+
exports.ResponsibilityTransferAlreadyInStatusException = ResponsibilityTransferAlreadyInStatusException;
|
|
3793
|
+
exports.ResponsibilityTransferAlreadyInStatusException$ = ResponsibilityTransferAlreadyInStatusException$;
|
|
3794
|
+
exports.ResponsibilityTransferNotFoundException = ResponsibilityTransferNotFoundException;
|
|
3795
|
+
exports.ResponsibilityTransferNotFoundException$ = ResponsibilityTransferNotFoundException$;
|
|
3514
3796
|
exports.ResponsibilityTransferStatus = ResponsibilityTransferStatus;
|
|
3515
3797
|
exports.ResponsibilityTransferType = ResponsibilityTransferType;
|
|
3516
|
-
exports.
|
|
3517
|
-
exports.
|
|
3518
|
-
exports.
|
|
3798
|
+
exports.Root$ = Root$;
|
|
3799
|
+
exports.RootNotFoundException = RootNotFoundException;
|
|
3800
|
+
exports.RootNotFoundException$ = RootNotFoundException$;
|
|
3801
|
+
exports.ServiceException = ServiceException;
|
|
3802
|
+
exports.ServiceException$ = ServiceException$;
|
|
3803
|
+
exports.SourceParentNotFoundException = SourceParentNotFoundException;
|
|
3804
|
+
exports.SourceParentNotFoundException$ = SourceParentNotFoundException$;
|
|
3805
|
+
exports.Tag$ = Tag$;
|
|
3806
|
+
exports.TagResource$ = TagResource$;
|
|
3519
3807
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3520
|
-
exports.
|
|
3808
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
3809
|
+
exports.TargetNotFoundException = TargetNotFoundException;
|
|
3810
|
+
exports.TargetNotFoundException$ = TargetNotFoundException$;
|
|
3521
3811
|
exports.TargetType = TargetType;
|
|
3812
|
+
exports.TerminateResponsibilityTransfer$ = TerminateResponsibilityTransfer$;
|
|
3522
3813
|
exports.TerminateResponsibilityTransferCommand = TerminateResponsibilityTransferCommand;
|
|
3523
|
-
exports.
|
|
3524
|
-
exports.
|
|
3814
|
+
exports.TerminateResponsibilityTransferRequest$ = TerminateResponsibilityTransferRequest$;
|
|
3815
|
+
exports.TerminateResponsibilityTransferResponse$ = TerminateResponsibilityTransferResponse$;
|
|
3816
|
+
exports.TooManyRequestsException = TooManyRequestsException;
|
|
3817
|
+
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
3818
|
+
exports.TransferParticipant$ = TransferParticipant$;
|
|
3819
|
+
exports.UnsupportedAPIEndpointException = UnsupportedAPIEndpointException;
|
|
3820
|
+
exports.UnsupportedAPIEndpointException$ = UnsupportedAPIEndpointException$;
|
|
3821
|
+
exports.UntagResource$ = UntagResource$;
|
|
3525
3822
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3823
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
3824
|
+
exports.UpdateOrganizationalUnit$ = UpdateOrganizationalUnit$;
|
|
3526
3825
|
exports.UpdateOrganizationalUnitCommand = UpdateOrganizationalUnitCommand;
|
|
3826
|
+
exports.UpdateOrganizationalUnitRequest$ = UpdateOrganizationalUnitRequest$;
|
|
3827
|
+
exports.UpdateOrganizationalUnitResponse$ = UpdateOrganizationalUnitResponse$;
|
|
3828
|
+
exports.UpdatePolicy$ = UpdatePolicy$;
|
|
3527
3829
|
exports.UpdatePolicyCommand = UpdatePolicyCommand;
|
|
3830
|
+
exports.UpdatePolicyRequest$ = UpdatePolicyRequest$;
|
|
3831
|
+
exports.UpdatePolicyResponse$ = UpdatePolicyResponse$;
|
|
3832
|
+
exports.UpdateResponsibilityTransfer$ = UpdateResponsibilityTransfer$;
|
|
3528
3833
|
exports.UpdateResponsibilityTransferCommand = UpdateResponsibilityTransferCommand;
|
|
3834
|
+
exports.UpdateResponsibilityTransferRequest$ = UpdateResponsibilityTransferRequest$;
|
|
3835
|
+
exports.UpdateResponsibilityTransferResponse$ = UpdateResponsibilityTransferResponse$;
|
|
3529
3836
|
exports.paginateListAWSServiceAccessForOrganization = paginateListAWSServiceAccessForOrganization;
|
|
3530
3837
|
exports.paginateListAccounts = paginateListAccounts;
|
|
3531
3838
|
exports.paginateListAccountsForParent = paginateListAccountsForParent;
|