@aws-sdk/client-organizations 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Organizations.d.ts +0 -52
- package/dist-types/ts3.4/OrganizationsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/OrganizationsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -355
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -14,10 +14,8 @@ export declare enum HandshakePartyType {
|
|
|
14
14
|
EMAIL = "EMAIL",
|
|
15
15
|
ORGANIZATION = "ORGANIZATION",
|
|
16
16
|
}
|
|
17
|
-
|
|
18
17
|
export interface HandshakeParty {
|
|
19
18
|
Id: string | undefined;
|
|
20
|
-
|
|
21
19
|
Type: HandshakePartyType | string | undefined;
|
|
22
20
|
}
|
|
23
21
|
export declare enum HandshakeResourceType {
|
|
@@ -38,12 +36,10 @@ export declare enum HandshakeState {
|
|
|
38
36
|
OPEN = "OPEN",
|
|
39
37
|
REQUESTED = "REQUESTED",
|
|
40
38
|
}
|
|
41
|
-
|
|
42
39
|
export declare class AccessDeniedException extends __BaseException {
|
|
43
40
|
readonly name: "AccessDeniedException";
|
|
44
41
|
readonly $fault: "client";
|
|
45
42
|
Message?: string;
|
|
46
|
-
|
|
47
43
|
constructor(
|
|
48
44
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
49
45
|
);
|
|
@@ -51,13 +47,11 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
51
47
|
export declare enum AccessDeniedForDependencyExceptionReason {
|
|
52
48
|
ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE = "ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE",
|
|
53
49
|
}
|
|
54
|
-
|
|
55
50
|
export declare class AccessDeniedForDependencyException extends __BaseException {
|
|
56
51
|
readonly name: "AccessDeniedForDependencyException";
|
|
57
52
|
readonly $fault: "client";
|
|
58
53
|
Message?: string;
|
|
59
54
|
Reason?: AccessDeniedForDependencyExceptionReason | string;
|
|
60
|
-
|
|
61
55
|
constructor(
|
|
62
56
|
opts: __ExceptionOptionType<
|
|
63
57
|
AccessDeniedForDependencyException,
|
|
@@ -65,12 +59,10 @@ export declare class AccessDeniedForDependencyException extends __BaseException
|
|
|
65
59
|
>
|
|
66
60
|
);
|
|
67
61
|
}
|
|
68
|
-
|
|
69
62
|
export declare class AWSOrganizationsNotInUseException extends __BaseException {
|
|
70
63
|
readonly name: "AWSOrganizationsNotInUseException";
|
|
71
64
|
readonly $fault: "client";
|
|
72
65
|
Message?: string;
|
|
73
|
-
|
|
74
66
|
constructor(
|
|
75
67
|
opts: __ExceptionOptionType<
|
|
76
68
|
AWSOrganizationsNotInUseException,
|
|
@@ -78,12 +70,10 @@ export declare class AWSOrganizationsNotInUseException extends __BaseException {
|
|
|
78
70
|
>
|
|
79
71
|
);
|
|
80
72
|
}
|
|
81
|
-
|
|
82
73
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
83
74
|
readonly name: "ConcurrentModificationException";
|
|
84
75
|
readonly $fault: "client";
|
|
85
76
|
Message?: string;
|
|
86
|
-
|
|
87
77
|
constructor(
|
|
88
78
|
opts: __ExceptionOptionType<
|
|
89
79
|
ConcurrentModificationException,
|
|
@@ -91,12 +81,10 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
91
81
|
>
|
|
92
82
|
);
|
|
93
83
|
}
|
|
94
|
-
|
|
95
84
|
export declare class HandshakeAlreadyInStateException extends __BaseException {
|
|
96
85
|
readonly name: "HandshakeAlreadyInStateException";
|
|
97
86
|
readonly $fault: "client";
|
|
98
87
|
Message?: string;
|
|
99
|
-
|
|
100
88
|
constructor(
|
|
101
89
|
opts: __ExceptionOptionType<
|
|
102
90
|
HandshakeAlreadyInStateException,
|
|
@@ -116,13 +104,11 @@ export declare enum HandshakeConstraintViolationExceptionReason {
|
|
|
116
104
|
ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED = "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED",
|
|
117
105
|
PAYMENT_INSTRUMENT_REQUIRED = "PAYMENT_INSTRUMENT_REQUIRED",
|
|
118
106
|
}
|
|
119
|
-
|
|
120
107
|
export declare class HandshakeConstraintViolationException extends __BaseException {
|
|
121
108
|
readonly name: "HandshakeConstraintViolationException";
|
|
122
109
|
readonly $fault: "client";
|
|
123
110
|
Message?: string;
|
|
124
111
|
Reason?: HandshakeConstraintViolationExceptionReason | string;
|
|
125
|
-
|
|
126
112
|
constructor(
|
|
127
113
|
opts: __ExceptionOptionType<
|
|
128
114
|
HandshakeConstraintViolationException,
|
|
@@ -130,22 +116,18 @@ export declare class HandshakeConstraintViolationException extends __BaseExcepti
|
|
|
130
116
|
>
|
|
131
117
|
);
|
|
132
118
|
}
|
|
133
|
-
|
|
134
119
|
export declare class HandshakeNotFoundException extends __BaseException {
|
|
135
120
|
readonly name: "HandshakeNotFoundException";
|
|
136
121
|
readonly $fault: "client";
|
|
137
122
|
Message?: string;
|
|
138
|
-
|
|
139
123
|
constructor(
|
|
140
124
|
opts: __ExceptionOptionType<HandshakeNotFoundException, __BaseException>
|
|
141
125
|
);
|
|
142
126
|
}
|
|
143
|
-
|
|
144
127
|
export declare class InvalidHandshakeTransitionException extends __BaseException {
|
|
145
128
|
readonly name: "InvalidHandshakeTransitionException";
|
|
146
129
|
readonly $fault: "client";
|
|
147
130
|
Message?: string;
|
|
148
|
-
|
|
149
131
|
constructor(
|
|
150
132
|
opts: __ExceptionOptionType<
|
|
151
133
|
InvalidHandshakeTransitionException,
|
|
@@ -179,32 +161,26 @@ export declare enum InvalidInputExceptionReason {
|
|
|
179
161
|
TARGET_NOT_SUPPORTED = "TARGET_NOT_SUPPORTED",
|
|
180
162
|
UNRECOGNIZED_SERVICE_PRINCIPAL = "UNRECOGNIZED_SERVICE_PRINCIPAL",
|
|
181
163
|
}
|
|
182
|
-
|
|
183
164
|
export declare class InvalidInputException extends __BaseException {
|
|
184
165
|
readonly name: "InvalidInputException";
|
|
185
166
|
readonly $fault: "client";
|
|
186
167
|
Message?: string;
|
|
187
168
|
Reason?: InvalidInputExceptionReason | string;
|
|
188
|
-
|
|
189
169
|
constructor(
|
|
190
170
|
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
191
171
|
);
|
|
192
172
|
}
|
|
193
|
-
|
|
194
173
|
export declare class ServiceException extends __BaseException {
|
|
195
174
|
readonly name: "ServiceException";
|
|
196
175
|
readonly $fault: "server";
|
|
197
176
|
Message?: string;
|
|
198
|
-
|
|
199
177
|
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
200
178
|
}
|
|
201
|
-
|
|
202
179
|
export declare class TooManyRequestsException extends __BaseException {
|
|
203
180
|
readonly name: "TooManyRequestsException";
|
|
204
181
|
readonly $fault: "client";
|
|
205
182
|
Type?: string;
|
|
206
183
|
Message?: string;
|
|
207
|
-
|
|
208
184
|
constructor(
|
|
209
185
|
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
210
186
|
);
|
|
@@ -218,38 +194,27 @@ export declare enum AccountStatus {
|
|
|
218
194
|
PENDING_CLOSURE = "PENDING_CLOSURE",
|
|
219
195
|
SUSPENDED = "SUSPENDED",
|
|
220
196
|
}
|
|
221
|
-
|
|
222
197
|
export interface Account {
|
|
223
198
|
Id?: string;
|
|
224
|
-
|
|
225
199
|
Arn?: string;
|
|
226
|
-
|
|
227
200
|
Email?: string;
|
|
228
|
-
|
|
229
201
|
Name?: string;
|
|
230
|
-
|
|
231
202
|
Status?: AccountStatus | string;
|
|
232
|
-
|
|
233
203
|
JoinedMethod?: AccountJoinedMethod | string;
|
|
234
|
-
|
|
235
204
|
JoinedTimestamp?: Date;
|
|
236
205
|
}
|
|
237
|
-
|
|
238
206
|
export declare class AccountAlreadyClosedException extends __BaseException {
|
|
239
207
|
readonly name: "AccountAlreadyClosedException";
|
|
240
208
|
readonly $fault: "client";
|
|
241
209
|
Message?: string;
|
|
242
|
-
|
|
243
210
|
constructor(
|
|
244
211
|
opts: __ExceptionOptionType<AccountAlreadyClosedException, __BaseException>
|
|
245
212
|
);
|
|
246
213
|
}
|
|
247
|
-
|
|
248
214
|
export declare class AccountAlreadyRegisteredException extends __BaseException {
|
|
249
215
|
readonly name: "AccountAlreadyRegisteredException";
|
|
250
216
|
readonly $fault: "client";
|
|
251
217
|
Message?: string;
|
|
252
|
-
|
|
253
218
|
constructor(
|
|
254
219
|
opts: __ExceptionOptionType<
|
|
255
220
|
AccountAlreadyRegisteredException,
|
|
@@ -257,32 +222,26 @@ export declare class AccountAlreadyRegisteredException extends __BaseException {
|
|
|
257
222
|
>
|
|
258
223
|
);
|
|
259
224
|
}
|
|
260
|
-
|
|
261
225
|
export declare class AccountNotFoundException extends __BaseException {
|
|
262
226
|
readonly name: "AccountNotFoundException";
|
|
263
227
|
readonly $fault: "client";
|
|
264
228
|
Message?: string;
|
|
265
|
-
|
|
266
229
|
constructor(
|
|
267
230
|
opts: __ExceptionOptionType<AccountNotFoundException, __BaseException>
|
|
268
231
|
);
|
|
269
232
|
}
|
|
270
|
-
|
|
271
233
|
export declare class AccountNotRegisteredException extends __BaseException {
|
|
272
234
|
readonly name: "AccountNotRegisteredException";
|
|
273
235
|
readonly $fault: "client";
|
|
274
236
|
Message?: string;
|
|
275
|
-
|
|
276
237
|
constructor(
|
|
277
238
|
opts: __ExceptionOptionType<AccountNotRegisteredException, __BaseException>
|
|
278
239
|
);
|
|
279
240
|
}
|
|
280
|
-
|
|
281
241
|
export declare class AccountOwnerNotVerifiedException extends __BaseException {
|
|
282
242
|
readonly name: "AccountOwnerNotVerifiedException";
|
|
283
243
|
readonly $fault: "client";
|
|
284
244
|
Message?: string;
|
|
285
|
-
|
|
286
245
|
constructor(
|
|
287
246
|
opts: __ExceptionOptionType<
|
|
288
247
|
AccountOwnerNotVerifiedException,
|
|
@@ -290,19 +249,16 @@ export declare class AccountOwnerNotVerifiedException extends __BaseException {
|
|
|
290
249
|
>
|
|
291
250
|
);
|
|
292
251
|
}
|
|
293
|
-
|
|
294
252
|
export declare class AlreadyInOrganizationException extends __BaseException {
|
|
295
253
|
readonly name: "AlreadyInOrganizationException";
|
|
296
254
|
readonly $fault: "client";
|
|
297
255
|
Message?: string;
|
|
298
|
-
|
|
299
256
|
constructor(
|
|
300
257
|
opts: __ExceptionOptionType<AlreadyInOrganizationException, __BaseException>
|
|
301
258
|
);
|
|
302
259
|
}
|
|
303
260
|
export interface AttachPolicyRequest {
|
|
304
261
|
PolicyId: string | undefined;
|
|
305
|
-
|
|
306
262
|
TargetId: string | undefined;
|
|
307
263
|
}
|
|
308
264
|
export declare enum ConstraintViolationExceptionReason {
|
|
@@ -340,23 +296,19 @@ export declare enum ConstraintViolationExceptionReason {
|
|
|
340
296
|
TAG_POLICY_VIOLATION = "TAG_POLICY_VIOLATION",
|
|
341
297
|
WAIT_PERIOD_ACTIVE = "WAIT_PERIOD_ACTIVE",
|
|
342
298
|
}
|
|
343
|
-
|
|
344
299
|
export declare class ConstraintViolationException extends __BaseException {
|
|
345
300
|
readonly name: "ConstraintViolationException";
|
|
346
301
|
readonly $fault: "client";
|
|
347
302
|
Message?: string;
|
|
348
303
|
Reason?: ConstraintViolationExceptionReason | string;
|
|
349
|
-
|
|
350
304
|
constructor(
|
|
351
305
|
opts: __ExceptionOptionType<ConstraintViolationException, __BaseException>
|
|
352
306
|
);
|
|
353
307
|
}
|
|
354
|
-
|
|
355
308
|
export declare class DuplicatePolicyAttachmentException extends __BaseException {
|
|
356
309
|
readonly name: "DuplicatePolicyAttachmentException";
|
|
357
310
|
readonly $fault: "client";
|
|
358
311
|
Message?: string;
|
|
359
|
-
|
|
360
312
|
constructor(
|
|
361
313
|
opts: __ExceptionOptionType<
|
|
362
314
|
DuplicatePolicyAttachmentException,
|
|
@@ -364,12 +316,10 @@ export declare class DuplicatePolicyAttachmentException extends __BaseException
|
|
|
364
316
|
>
|
|
365
317
|
);
|
|
366
318
|
}
|
|
367
|
-
|
|
368
319
|
export declare class PolicyChangesInProgressException extends __BaseException {
|
|
369
320
|
readonly name: "PolicyChangesInProgressException";
|
|
370
321
|
readonly $fault: "client";
|
|
371
322
|
Message?: string;
|
|
372
|
-
|
|
373
323
|
constructor(
|
|
374
324
|
opts: __ExceptionOptionType<
|
|
375
325
|
PolicyChangesInProgressException,
|
|
@@ -377,42 +327,34 @@ export declare class PolicyChangesInProgressException extends __BaseException {
|
|
|
377
327
|
>
|
|
378
328
|
);
|
|
379
329
|
}
|
|
380
|
-
|
|
381
330
|
export declare class PolicyNotFoundException extends __BaseException {
|
|
382
331
|
readonly name: "PolicyNotFoundException";
|
|
383
332
|
readonly $fault: "client";
|
|
384
333
|
Message?: string;
|
|
385
|
-
|
|
386
334
|
constructor(
|
|
387
335
|
opts: __ExceptionOptionType<PolicyNotFoundException, __BaseException>
|
|
388
336
|
);
|
|
389
337
|
}
|
|
390
|
-
|
|
391
338
|
export declare class PolicyTypeNotEnabledException extends __BaseException {
|
|
392
339
|
readonly name: "PolicyTypeNotEnabledException";
|
|
393
340
|
readonly $fault: "client";
|
|
394
341
|
Message?: string;
|
|
395
|
-
|
|
396
342
|
constructor(
|
|
397
343
|
opts: __ExceptionOptionType<PolicyTypeNotEnabledException, __BaseException>
|
|
398
344
|
);
|
|
399
345
|
}
|
|
400
|
-
|
|
401
346
|
export declare class TargetNotFoundException extends __BaseException {
|
|
402
347
|
readonly name: "TargetNotFoundException";
|
|
403
348
|
readonly $fault: "client";
|
|
404
349
|
Message?: string;
|
|
405
|
-
|
|
406
350
|
constructor(
|
|
407
351
|
opts: __ExceptionOptionType<TargetNotFoundException, __BaseException>
|
|
408
352
|
);
|
|
409
353
|
}
|
|
410
|
-
|
|
411
354
|
export declare class UnsupportedAPIEndpointException extends __BaseException {
|
|
412
355
|
readonly name: "UnsupportedAPIEndpointException";
|
|
413
356
|
readonly $fault: "client";
|
|
414
357
|
Message?: string;
|
|
415
|
-
|
|
416
358
|
constructor(
|
|
417
359
|
opts: __ExceptionOptionType<
|
|
418
360
|
UnsupportedAPIEndpointException,
|
|
@@ -426,33 +368,25 @@ export interface CancelHandshakeRequest {
|
|
|
426
368
|
export interface CloseAccountRequest {
|
|
427
369
|
AccountId: string | undefined;
|
|
428
370
|
}
|
|
429
|
-
|
|
430
371
|
export declare class ConflictException extends __BaseException {
|
|
431
372
|
readonly name: "ConflictException";
|
|
432
373
|
readonly $fault: "client";
|
|
433
374
|
Message?: string;
|
|
434
|
-
|
|
435
375
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
436
376
|
}
|
|
437
377
|
export declare enum IAMUserAccessToBilling {
|
|
438
378
|
ALLOW = "ALLOW",
|
|
439
379
|
DENY = "DENY",
|
|
440
380
|
}
|
|
441
|
-
|
|
442
381
|
export interface Tag {
|
|
443
382
|
Key: string | undefined;
|
|
444
|
-
|
|
445
383
|
Value: string | undefined;
|
|
446
384
|
}
|
|
447
385
|
export interface CreateAccountRequest {
|
|
448
386
|
Email: string | undefined;
|
|
449
|
-
|
|
450
387
|
AccountName: string | undefined;
|
|
451
|
-
|
|
452
388
|
RoleName?: string;
|
|
453
|
-
|
|
454
389
|
IamUserAccessToBilling?: IAMUserAccessToBilling | string;
|
|
455
|
-
|
|
456
390
|
Tags?: Tag[];
|
|
457
391
|
}
|
|
458
392
|
export declare enum CreateAccountFailureReason {
|
|
@@ -476,33 +410,23 @@ export declare enum CreateAccountState {
|
|
|
476
410
|
IN_PROGRESS = "IN_PROGRESS",
|
|
477
411
|
SUCCEEDED = "SUCCEEDED",
|
|
478
412
|
}
|
|
479
|
-
|
|
480
413
|
export interface CreateAccountStatus {
|
|
481
414
|
Id?: string;
|
|
482
|
-
|
|
483
415
|
AccountName?: string;
|
|
484
|
-
|
|
485
416
|
State?: CreateAccountState | string;
|
|
486
|
-
|
|
487
417
|
RequestedTimestamp?: Date;
|
|
488
|
-
|
|
489
418
|
CompletedTimestamp?: Date;
|
|
490
|
-
|
|
491
419
|
AccountId?: string;
|
|
492
|
-
|
|
493
420
|
GovCloudAccountId?: string;
|
|
494
|
-
|
|
495
421
|
FailureReason?: CreateAccountFailureReason | string;
|
|
496
422
|
}
|
|
497
423
|
export interface CreateAccountResponse {
|
|
498
424
|
CreateAccountStatus?: CreateAccountStatus;
|
|
499
425
|
}
|
|
500
|
-
|
|
501
426
|
export declare class FinalizingOrganizationException extends __BaseException {
|
|
502
427
|
readonly name: "FinalizingOrganizationException";
|
|
503
428
|
readonly $fault: "client";
|
|
504
429
|
Message?: string;
|
|
505
|
-
|
|
506
430
|
constructor(
|
|
507
431
|
opts: __ExceptionOptionType<
|
|
508
432
|
FinalizingOrganizationException,
|
|
@@ -512,13 +436,9 @@ export declare class FinalizingOrganizationException extends __BaseException {
|
|
|
512
436
|
}
|
|
513
437
|
export interface CreateGovCloudAccountRequest {
|
|
514
438
|
Email: string | undefined;
|
|
515
|
-
|
|
516
439
|
AccountName: string | undefined;
|
|
517
|
-
|
|
518
440
|
RoleName?: string;
|
|
519
|
-
|
|
520
441
|
IamUserAccessToBilling?: IAMUserAccessToBilling | string;
|
|
521
|
-
|
|
522
442
|
Tags?: Tag[];
|
|
523
443
|
}
|
|
524
444
|
export interface CreateGovCloudAccountResponse {
|
|
@@ -542,26 +462,17 @@ export declare enum PolicyType {
|
|
|
542
462
|
SERVICE_CONTROL_POLICY = "SERVICE_CONTROL_POLICY",
|
|
543
463
|
TAG_POLICY = "TAG_POLICY",
|
|
544
464
|
}
|
|
545
|
-
|
|
546
465
|
export interface PolicyTypeSummary {
|
|
547
466
|
Type?: PolicyType | string;
|
|
548
|
-
|
|
549
467
|
Status?: PolicyTypeStatus | string;
|
|
550
468
|
}
|
|
551
|
-
|
|
552
469
|
export interface Organization {
|
|
553
470
|
Id?: string;
|
|
554
|
-
|
|
555
471
|
Arn?: string;
|
|
556
|
-
|
|
557
472
|
FeatureSet?: OrganizationFeatureSet | string;
|
|
558
|
-
|
|
559
473
|
MasterAccountArn?: string;
|
|
560
|
-
|
|
561
474
|
MasterAccountId?: string;
|
|
562
|
-
|
|
563
475
|
MasterAccountEmail?: string;
|
|
564
|
-
|
|
565
476
|
AvailablePolicyTypes?: PolicyTypeSummary[];
|
|
566
477
|
}
|
|
567
478
|
export interface CreateOrganizationResponse {
|
|
@@ -569,28 +480,21 @@ export interface CreateOrganizationResponse {
|
|
|
569
480
|
}
|
|
570
481
|
export interface CreateOrganizationalUnitRequest {
|
|
571
482
|
ParentId: string | undefined;
|
|
572
|
-
|
|
573
483
|
Name: string | undefined;
|
|
574
|
-
|
|
575
484
|
Tags?: Tag[];
|
|
576
485
|
}
|
|
577
|
-
|
|
578
486
|
export interface OrganizationalUnit {
|
|
579
487
|
Id?: string;
|
|
580
|
-
|
|
581
488
|
Arn?: string;
|
|
582
|
-
|
|
583
489
|
Name?: string;
|
|
584
490
|
}
|
|
585
491
|
export interface CreateOrganizationalUnitResponse {
|
|
586
492
|
OrganizationalUnit?: OrganizationalUnit;
|
|
587
493
|
}
|
|
588
|
-
|
|
589
494
|
export declare class DuplicateOrganizationalUnitException extends __BaseException {
|
|
590
495
|
readonly name: "DuplicateOrganizationalUnitException";
|
|
591
496
|
readonly $fault: "client";
|
|
592
497
|
Message?: string;
|
|
593
|
-
|
|
594
498
|
constructor(
|
|
595
499
|
opts: __ExceptionOptionType<
|
|
596
500
|
DuplicateOrganizationalUnitException,
|
|
@@ -598,66 +502,48 @@ export declare class DuplicateOrganizationalUnitException extends __BaseExceptio
|
|
|
598
502
|
>
|
|
599
503
|
);
|
|
600
504
|
}
|
|
601
|
-
|
|
602
505
|
export declare class ParentNotFoundException extends __BaseException {
|
|
603
506
|
readonly name: "ParentNotFoundException";
|
|
604
507
|
readonly $fault: "client";
|
|
605
508
|
Message?: string;
|
|
606
|
-
|
|
607
509
|
constructor(
|
|
608
510
|
opts: __ExceptionOptionType<ParentNotFoundException, __BaseException>
|
|
609
511
|
);
|
|
610
512
|
}
|
|
611
513
|
export interface CreatePolicyRequest {
|
|
612
514
|
Content: string | undefined;
|
|
613
|
-
|
|
614
515
|
Description: string | undefined;
|
|
615
|
-
|
|
616
516
|
Name: string | undefined;
|
|
617
|
-
|
|
618
517
|
Type: PolicyType | string | undefined;
|
|
619
|
-
|
|
620
518
|
Tags?: Tag[];
|
|
621
519
|
}
|
|
622
|
-
|
|
623
520
|
export interface PolicySummary {
|
|
624
521
|
Id?: string;
|
|
625
|
-
|
|
626
522
|
Arn?: string;
|
|
627
|
-
|
|
628
523
|
Name?: string;
|
|
629
|
-
|
|
630
524
|
Description?: string;
|
|
631
|
-
|
|
632
525
|
Type?: PolicyType | string;
|
|
633
|
-
|
|
634
526
|
AwsManaged?: boolean;
|
|
635
527
|
}
|
|
636
|
-
|
|
637
528
|
export interface Policy {
|
|
638
529
|
PolicySummary?: PolicySummary;
|
|
639
|
-
|
|
640
530
|
Content?: string;
|
|
641
531
|
}
|
|
642
532
|
export interface CreatePolicyResponse {
|
|
643
533
|
Policy?: Policy;
|
|
644
534
|
}
|
|
645
|
-
|
|
646
535
|
export declare class DuplicatePolicyException extends __BaseException {
|
|
647
536
|
readonly name: "DuplicatePolicyException";
|
|
648
537
|
readonly $fault: "client";
|
|
649
538
|
Message?: string;
|
|
650
|
-
|
|
651
539
|
constructor(
|
|
652
540
|
opts: __ExceptionOptionType<DuplicatePolicyException, __BaseException>
|
|
653
541
|
);
|
|
654
542
|
}
|
|
655
|
-
|
|
656
543
|
export declare class MalformedPolicyDocumentException extends __BaseException {
|
|
657
544
|
readonly name: "MalformedPolicyDocumentException";
|
|
658
545
|
readonly $fault: "client";
|
|
659
546
|
Message?: string;
|
|
660
|
-
|
|
661
547
|
constructor(
|
|
662
548
|
opts: __ExceptionOptionType<
|
|
663
549
|
MalformedPolicyDocumentException,
|
|
@@ -665,12 +551,10 @@ export declare class MalformedPolicyDocumentException extends __BaseException {
|
|
|
665
551
|
>
|
|
666
552
|
);
|
|
667
553
|
}
|
|
668
|
-
|
|
669
554
|
export declare class PolicyTypeNotAvailableForOrganizationException extends __BaseException {
|
|
670
555
|
readonly name: "PolicyTypeNotAvailableForOrganizationException";
|
|
671
556
|
readonly $fault: "client";
|
|
672
557
|
Message?: string;
|
|
673
|
-
|
|
674
558
|
constructor(
|
|
675
559
|
opts: __ExceptionOptionType<
|
|
676
560
|
PolicyTypeNotAvailableForOrganizationException,
|
|
@@ -681,12 +565,10 @@ export declare class PolicyTypeNotAvailableForOrganizationException extends __Ba
|
|
|
681
565
|
export interface DeclineHandshakeRequest {
|
|
682
566
|
HandshakeId: string | undefined;
|
|
683
567
|
}
|
|
684
|
-
|
|
685
568
|
export declare class OrganizationNotEmptyException extends __BaseException {
|
|
686
569
|
readonly name: "OrganizationNotEmptyException";
|
|
687
570
|
readonly $fault: "client";
|
|
688
571
|
Message?: string;
|
|
689
|
-
|
|
690
572
|
constructor(
|
|
691
573
|
opts: __ExceptionOptionType<OrganizationNotEmptyException, __BaseException>
|
|
692
574
|
);
|
|
@@ -694,12 +576,10 @@ export declare class OrganizationNotEmptyException extends __BaseException {
|
|
|
694
576
|
export interface DeleteOrganizationalUnitRequest {
|
|
695
577
|
OrganizationalUnitId: string | undefined;
|
|
696
578
|
}
|
|
697
|
-
|
|
698
579
|
export declare class OrganizationalUnitNotEmptyException extends __BaseException {
|
|
699
580
|
readonly name: "OrganizationalUnitNotEmptyException";
|
|
700
581
|
readonly $fault: "client";
|
|
701
582
|
Message?: string;
|
|
702
|
-
|
|
703
583
|
constructor(
|
|
704
584
|
opts: __ExceptionOptionType<
|
|
705
585
|
OrganizationalUnitNotEmptyException,
|
|
@@ -707,12 +587,10 @@ export declare class OrganizationalUnitNotEmptyException extends __BaseException
|
|
|
707
587
|
>
|
|
708
588
|
);
|
|
709
589
|
}
|
|
710
|
-
|
|
711
590
|
export declare class OrganizationalUnitNotFoundException extends __BaseException {
|
|
712
591
|
readonly name: "OrganizationalUnitNotFoundException";
|
|
713
592
|
readonly $fault: "client";
|
|
714
593
|
Message?: string;
|
|
715
|
-
|
|
716
594
|
constructor(
|
|
717
595
|
opts: __ExceptionOptionType<
|
|
718
596
|
OrganizationalUnitNotFoundException,
|
|
@@ -723,19 +601,16 @@ export declare class OrganizationalUnitNotFoundException extends __BaseException
|
|
|
723
601
|
export interface DeletePolicyRequest {
|
|
724
602
|
PolicyId: string | undefined;
|
|
725
603
|
}
|
|
726
|
-
|
|
727
604
|
export declare class PolicyInUseException extends __BaseException {
|
|
728
605
|
readonly name: "PolicyInUseException";
|
|
729
606
|
readonly $fault: "client";
|
|
730
607
|
Message?: string;
|
|
731
|
-
|
|
732
608
|
constructor(
|
|
733
609
|
opts: __ExceptionOptionType<PolicyInUseException, __BaseException>
|
|
734
610
|
);
|
|
735
611
|
}
|
|
736
612
|
export interface DeregisterDelegatedAdministratorRequest {
|
|
737
613
|
AccountId: string | undefined;
|
|
738
|
-
|
|
739
614
|
ServicePrincipal: string | undefined;
|
|
740
615
|
}
|
|
741
616
|
export interface DescribeAccountRequest {
|
|
@@ -744,12 +619,10 @@ export interface DescribeAccountRequest {
|
|
|
744
619
|
export interface DescribeAccountResponse {
|
|
745
620
|
Account?: Account;
|
|
746
621
|
}
|
|
747
|
-
|
|
748
622
|
export declare class CreateAccountStatusNotFoundException extends __BaseException {
|
|
749
623
|
readonly name: "CreateAccountStatusNotFoundException";
|
|
750
624
|
readonly $fault: "client";
|
|
751
625
|
Message?: string;
|
|
752
|
-
|
|
753
626
|
constructor(
|
|
754
627
|
opts: __ExceptionOptionType<
|
|
755
628
|
CreateAccountStatusNotFoundException,
|
|
@@ -770,28 +643,21 @@ export declare enum EffectivePolicyType {
|
|
|
770
643
|
}
|
|
771
644
|
export interface DescribeEffectivePolicyRequest {
|
|
772
645
|
PolicyType: EffectivePolicyType | string | undefined;
|
|
773
|
-
|
|
774
646
|
TargetId?: string;
|
|
775
647
|
}
|
|
776
|
-
|
|
777
648
|
export interface EffectivePolicy {
|
|
778
649
|
PolicyContent?: string;
|
|
779
|
-
|
|
780
650
|
LastUpdatedTimestamp?: Date;
|
|
781
|
-
|
|
782
651
|
TargetId?: string;
|
|
783
|
-
|
|
784
652
|
PolicyType?: EffectivePolicyType | string;
|
|
785
653
|
}
|
|
786
654
|
export interface DescribeEffectivePolicyResponse {
|
|
787
655
|
EffectivePolicy?: EffectivePolicy;
|
|
788
656
|
}
|
|
789
|
-
|
|
790
657
|
export declare class EffectivePolicyNotFoundException extends __BaseException {
|
|
791
658
|
readonly name: "EffectivePolicyNotFoundException";
|
|
792
659
|
readonly $fault: "client";
|
|
793
660
|
Message?: string;
|
|
794
|
-
|
|
795
661
|
constructor(
|
|
796
662
|
opts: __ExceptionOptionType<
|
|
797
663
|
EffectivePolicyNotFoundException,
|
|
@@ -819,15 +685,12 @@ export interface DescribePolicyResponse {
|
|
|
819
685
|
}
|
|
820
686
|
export interface DetachPolicyRequest {
|
|
821
687
|
PolicyId: string | undefined;
|
|
822
|
-
|
|
823
688
|
TargetId: string | undefined;
|
|
824
689
|
}
|
|
825
|
-
|
|
826
690
|
export declare class PolicyNotAttachedException extends __BaseException {
|
|
827
691
|
readonly name: "PolicyNotAttachedException";
|
|
828
692
|
readonly $fault: "client";
|
|
829
693
|
Message?: string;
|
|
830
|
-
|
|
831
694
|
constructor(
|
|
832
695
|
opts: __ExceptionOptionType<PolicyNotAttachedException, __BaseException>
|
|
833
696
|
);
|
|
@@ -837,28 +700,21 @@ export interface DisableAWSServiceAccessRequest {
|
|
|
837
700
|
}
|
|
838
701
|
export interface DisablePolicyTypeRequest {
|
|
839
702
|
RootId: string | undefined;
|
|
840
|
-
|
|
841
703
|
PolicyType: PolicyType | string | undefined;
|
|
842
704
|
}
|
|
843
|
-
|
|
844
705
|
export interface Root {
|
|
845
706
|
Id?: string;
|
|
846
|
-
|
|
847
707
|
Arn?: string;
|
|
848
|
-
|
|
849
708
|
Name?: string;
|
|
850
|
-
|
|
851
709
|
PolicyTypes?: PolicyTypeSummary[];
|
|
852
710
|
}
|
|
853
711
|
export interface DisablePolicyTypeResponse {
|
|
854
712
|
Root?: Root;
|
|
855
713
|
}
|
|
856
|
-
|
|
857
714
|
export declare class RootNotFoundException extends __BaseException {
|
|
858
715
|
readonly name: "RootNotFoundException";
|
|
859
716
|
readonly $fault: "client";
|
|
860
717
|
Message?: string;
|
|
861
|
-
|
|
862
718
|
constructor(
|
|
863
719
|
opts: __ExceptionOptionType<RootNotFoundException, __BaseException>
|
|
864
720
|
);
|
|
@@ -869,18 +725,15 @@ export interface EnableAWSServiceAccessRequest {
|
|
|
869
725
|
}
|
|
870
726
|
export interface EnablePolicyTypeRequest {
|
|
871
727
|
RootId: string | undefined;
|
|
872
|
-
|
|
873
728
|
PolicyType: PolicyType | string | undefined;
|
|
874
729
|
}
|
|
875
730
|
export interface EnablePolicyTypeResponse {
|
|
876
731
|
Root?: Root;
|
|
877
732
|
}
|
|
878
|
-
|
|
879
733
|
export declare class PolicyTypeAlreadyEnabledException extends __BaseException {
|
|
880
734
|
readonly name: "PolicyTypeAlreadyEnabledException";
|
|
881
735
|
readonly $fault: "client";
|
|
882
736
|
Message?: string;
|
|
883
|
-
|
|
884
737
|
constructor(
|
|
885
738
|
opts: __ExceptionOptionType<
|
|
886
739
|
PolicyTypeAlreadyEnabledException,
|
|
@@ -888,29 +741,23 @@ export declare class PolicyTypeAlreadyEnabledException extends __BaseException {
|
|
|
888
741
|
>
|
|
889
742
|
);
|
|
890
743
|
}
|
|
891
|
-
|
|
892
744
|
export declare class DuplicateHandshakeException extends __BaseException {
|
|
893
745
|
readonly name: "DuplicateHandshakeException";
|
|
894
746
|
readonly $fault: "client";
|
|
895
747
|
Message?: string;
|
|
896
|
-
|
|
897
748
|
constructor(
|
|
898
749
|
opts: __ExceptionOptionType<DuplicateHandshakeException, __BaseException>
|
|
899
750
|
);
|
|
900
751
|
}
|
|
901
752
|
export interface InviteAccountToOrganizationRequest {
|
|
902
753
|
Target: HandshakeParty | undefined;
|
|
903
|
-
|
|
904
754
|
Notes?: string;
|
|
905
|
-
|
|
906
755
|
Tags?: Tag[];
|
|
907
756
|
}
|
|
908
|
-
|
|
909
757
|
export declare class MasterCannotLeaveOrganizationException extends __BaseException {
|
|
910
758
|
readonly name: "MasterCannotLeaveOrganizationException";
|
|
911
759
|
readonly $fault: "client";
|
|
912
760
|
Message?: string;
|
|
913
|
-
|
|
914
761
|
constructor(
|
|
915
762
|
opts: __ExceptionOptionType<
|
|
916
763
|
MasterCannotLeaveOrganizationException,
|
|
@@ -920,40 +767,31 @@ export declare class MasterCannotLeaveOrganizationException extends __BaseExcept
|
|
|
920
767
|
}
|
|
921
768
|
export interface ListAccountsRequest {
|
|
922
769
|
NextToken?: string;
|
|
923
|
-
|
|
924
770
|
MaxResults?: number;
|
|
925
771
|
}
|
|
926
772
|
export interface ListAccountsResponse {
|
|
927
773
|
Accounts?: Account[];
|
|
928
|
-
|
|
929
774
|
NextToken?: string;
|
|
930
775
|
}
|
|
931
776
|
export interface ListAccountsForParentRequest {
|
|
932
777
|
ParentId: string | undefined;
|
|
933
|
-
|
|
934
778
|
NextToken?: string;
|
|
935
|
-
|
|
936
779
|
MaxResults?: number;
|
|
937
780
|
}
|
|
938
781
|
export interface ListAccountsForParentResponse {
|
|
939
782
|
Accounts?: Account[];
|
|
940
|
-
|
|
941
783
|
NextToken?: string;
|
|
942
784
|
}
|
|
943
785
|
export interface ListAWSServiceAccessForOrganizationRequest {
|
|
944
786
|
NextToken?: string;
|
|
945
|
-
|
|
946
787
|
MaxResults?: number;
|
|
947
788
|
}
|
|
948
|
-
|
|
949
789
|
export interface EnabledServicePrincipal {
|
|
950
790
|
ServicePrincipal?: string;
|
|
951
|
-
|
|
952
791
|
DateEnabled?: Date;
|
|
953
792
|
}
|
|
954
793
|
export interface ListAWSServiceAccessForOrganizationResponse {
|
|
955
794
|
EnabledServicePrincipals?: EnabledServicePrincipal[];
|
|
956
|
-
|
|
957
795
|
NextToken?: string;
|
|
958
796
|
}
|
|
959
797
|
export declare enum ChildType {
|
|
@@ -962,199 +800,145 @@ export declare enum ChildType {
|
|
|
962
800
|
}
|
|
963
801
|
export interface ListChildrenRequest {
|
|
964
802
|
ParentId: string | undefined;
|
|
965
|
-
|
|
966
803
|
ChildType: ChildType | string | undefined;
|
|
967
|
-
|
|
968
804
|
NextToken?: string;
|
|
969
|
-
|
|
970
805
|
MaxResults?: number;
|
|
971
806
|
}
|
|
972
|
-
|
|
973
807
|
export interface Child {
|
|
974
808
|
Id?: string;
|
|
975
|
-
|
|
976
809
|
Type?: ChildType | string;
|
|
977
810
|
}
|
|
978
811
|
export interface ListChildrenResponse {
|
|
979
812
|
Children?: Child[];
|
|
980
|
-
|
|
981
813
|
NextToken?: string;
|
|
982
814
|
}
|
|
983
815
|
export interface ListCreateAccountStatusRequest {
|
|
984
816
|
States?: (CreateAccountState | string)[];
|
|
985
|
-
|
|
986
817
|
NextToken?: string;
|
|
987
|
-
|
|
988
818
|
MaxResults?: number;
|
|
989
819
|
}
|
|
990
820
|
export interface ListCreateAccountStatusResponse {
|
|
991
821
|
CreateAccountStatuses?: CreateAccountStatus[];
|
|
992
|
-
|
|
993
822
|
NextToken?: string;
|
|
994
823
|
}
|
|
995
824
|
export interface ListDelegatedAdministratorsRequest {
|
|
996
825
|
ServicePrincipal?: string;
|
|
997
|
-
|
|
998
826
|
NextToken?: string;
|
|
999
|
-
|
|
1000
827
|
MaxResults?: number;
|
|
1001
828
|
}
|
|
1002
|
-
|
|
1003
829
|
export interface DelegatedAdministrator {
|
|
1004
830
|
Id?: string;
|
|
1005
|
-
|
|
1006
831
|
Arn?: string;
|
|
1007
|
-
|
|
1008
832
|
Email?: string;
|
|
1009
|
-
|
|
1010
833
|
Name?: string;
|
|
1011
|
-
|
|
1012
834
|
Status?: AccountStatus | string;
|
|
1013
|
-
|
|
1014
835
|
JoinedMethod?: AccountJoinedMethod | string;
|
|
1015
|
-
|
|
1016
836
|
JoinedTimestamp?: Date;
|
|
1017
|
-
|
|
1018
837
|
DelegationEnabledDate?: Date;
|
|
1019
838
|
}
|
|
1020
839
|
export interface ListDelegatedAdministratorsResponse {
|
|
1021
840
|
DelegatedAdministrators?: DelegatedAdministrator[];
|
|
1022
|
-
|
|
1023
841
|
NextToken?: string;
|
|
1024
842
|
}
|
|
1025
843
|
export interface ListDelegatedServicesForAccountRequest {
|
|
1026
844
|
AccountId: string | undefined;
|
|
1027
|
-
|
|
1028
845
|
NextToken?: string;
|
|
1029
|
-
|
|
1030
846
|
MaxResults?: number;
|
|
1031
847
|
}
|
|
1032
|
-
|
|
1033
848
|
export interface DelegatedService {
|
|
1034
849
|
ServicePrincipal?: string;
|
|
1035
|
-
|
|
1036
850
|
DelegationEnabledDate?: Date;
|
|
1037
851
|
}
|
|
1038
852
|
export interface ListDelegatedServicesForAccountResponse {
|
|
1039
853
|
DelegatedServices?: DelegatedService[];
|
|
1040
|
-
|
|
1041
854
|
NextToken?: string;
|
|
1042
855
|
}
|
|
1043
|
-
|
|
1044
856
|
export interface HandshakeFilter {
|
|
1045
857
|
ActionType?: ActionType | string;
|
|
1046
|
-
|
|
1047
858
|
ParentHandshakeId?: string;
|
|
1048
859
|
}
|
|
1049
860
|
export interface ListHandshakesForAccountRequest {
|
|
1050
861
|
Filter?: HandshakeFilter;
|
|
1051
|
-
|
|
1052
862
|
NextToken?: string;
|
|
1053
|
-
|
|
1054
863
|
MaxResults?: number;
|
|
1055
864
|
}
|
|
1056
865
|
export interface ListHandshakesForOrganizationRequest {
|
|
1057
866
|
Filter?: HandshakeFilter;
|
|
1058
|
-
|
|
1059
867
|
NextToken?: string;
|
|
1060
|
-
|
|
1061
868
|
MaxResults?: number;
|
|
1062
869
|
}
|
|
1063
870
|
export interface ListOrganizationalUnitsForParentRequest {
|
|
1064
871
|
ParentId: string | undefined;
|
|
1065
|
-
|
|
1066
872
|
NextToken?: string;
|
|
1067
|
-
|
|
1068
873
|
MaxResults?: number;
|
|
1069
874
|
}
|
|
1070
875
|
export interface ListOrganizationalUnitsForParentResponse {
|
|
1071
876
|
OrganizationalUnits?: OrganizationalUnit[];
|
|
1072
|
-
|
|
1073
877
|
NextToken?: string;
|
|
1074
878
|
}
|
|
1075
|
-
|
|
1076
879
|
export declare class ChildNotFoundException extends __BaseException {
|
|
1077
880
|
readonly name: "ChildNotFoundException";
|
|
1078
881
|
readonly $fault: "client";
|
|
1079
882
|
Message?: string;
|
|
1080
|
-
|
|
1081
883
|
constructor(
|
|
1082
884
|
opts: __ExceptionOptionType<ChildNotFoundException, __BaseException>
|
|
1083
885
|
);
|
|
1084
886
|
}
|
|
1085
887
|
export interface ListParentsRequest {
|
|
1086
888
|
ChildId: string | undefined;
|
|
1087
|
-
|
|
1088
889
|
NextToken?: string;
|
|
1089
|
-
|
|
1090
890
|
MaxResults?: number;
|
|
1091
891
|
}
|
|
1092
892
|
export declare enum ParentType {
|
|
1093
893
|
ORGANIZATIONAL_UNIT = "ORGANIZATIONAL_UNIT",
|
|
1094
894
|
ROOT = "ROOT",
|
|
1095
895
|
}
|
|
1096
|
-
|
|
1097
896
|
export interface Parent {
|
|
1098
897
|
Id?: string;
|
|
1099
|
-
|
|
1100
898
|
Type?: ParentType | string;
|
|
1101
899
|
}
|
|
1102
900
|
export interface ListParentsResponse {
|
|
1103
901
|
Parents?: Parent[];
|
|
1104
|
-
|
|
1105
902
|
NextToken?: string;
|
|
1106
903
|
}
|
|
1107
904
|
export interface ListPoliciesRequest {
|
|
1108
905
|
Filter: PolicyType | string | undefined;
|
|
1109
|
-
|
|
1110
906
|
NextToken?: string;
|
|
1111
|
-
|
|
1112
907
|
MaxResults?: number;
|
|
1113
908
|
}
|
|
1114
909
|
export interface ListPoliciesResponse {
|
|
1115
910
|
Policies?: PolicySummary[];
|
|
1116
|
-
|
|
1117
911
|
NextToken?: string;
|
|
1118
912
|
}
|
|
1119
913
|
export interface ListPoliciesForTargetRequest {
|
|
1120
914
|
TargetId: string | undefined;
|
|
1121
|
-
|
|
1122
915
|
Filter: PolicyType | string | undefined;
|
|
1123
|
-
|
|
1124
916
|
NextToken?: string;
|
|
1125
|
-
|
|
1126
917
|
MaxResults?: number;
|
|
1127
918
|
}
|
|
1128
919
|
export interface ListPoliciesForTargetResponse {
|
|
1129
920
|
Policies?: PolicySummary[];
|
|
1130
|
-
|
|
1131
921
|
NextToken?: string;
|
|
1132
922
|
}
|
|
1133
923
|
export interface ListRootsRequest {
|
|
1134
924
|
NextToken?: string;
|
|
1135
|
-
|
|
1136
925
|
MaxResults?: number;
|
|
1137
926
|
}
|
|
1138
927
|
export interface ListRootsResponse {
|
|
1139
928
|
Roots?: Root[];
|
|
1140
|
-
|
|
1141
929
|
NextToken?: string;
|
|
1142
930
|
}
|
|
1143
931
|
export interface ListTagsForResourceRequest {
|
|
1144
932
|
ResourceId: string | undefined;
|
|
1145
|
-
|
|
1146
933
|
NextToken?: string;
|
|
1147
934
|
}
|
|
1148
935
|
export interface ListTagsForResourceResponse {
|
|
1149
936
|
Tags?: Tag[];
|
|
1150
|
-
|
|
1151
937
|
NextToken?: string;
|
|
1152
938
|
}
|
|
1153
939
|
export interface ListTargetsForPolicyRequest {
|
|
1154
940
|
PolicyId: string | undefined;
|
|
1155
|
-
|
|
1156
941
|
NextToken?: string;
|
|
1157
|
-
|
|
1158
942
|
MaxResults?: number;
|
|
1159
943
|
}
|
|
1160
944
|
export declare enum TargetType {
|
|
@@ -1162,27 +946,20 @@ export declare enum TargetType {
|
|
|
1162
946
|
ORGANIZATIONAL_UNIT = "ORGANIZATIONAL_UNIT",
|
|
1163
947
|
ROOT = "ROOT",
|
|
1164
948
|
}
|
|
1165
|
-
|
|
1166
949
|
export interface PolicyTargetSummary {
|
|
1167
950
|
TargetId?: string;
|
|
1168
|
-
|
|
1169
951
|
Arn?: string;
|
|
1170
|
-
|
|
1171
952
|
Name?: string;
|
|
1172
|
-
|
|
1173
953
|
Type?: TargetType | string;
|
|
1174
954
|
}
|
|
1175
955
|
export interface ListTargetsForPolicyResponse {
|
|
1176
956
|
Targets?: PolicyTargetSummary[];
|
|
1177
|
-
|
|
1178
957
|
NextToken?: string;
|
|
1179
958
|
}
|
|
1180
|
-
|
|
1181
959
|
export declare class DestinationParentNotFoundException extends __BaseException {
|
|
1182
960
|
readonly name: "DestinationParentNotFoundException";
|
|
1183
961
|
readonly $fault: "client";
|
|
1184
962
|
Message?: string;
|
|
1185
|
-
|
|
1186
963
|
constructor(
|
|
1187
964
|
opts: __ExceptionOptionType<
|
|
1188
965
|
DestinationParentNotFoundException,
|
|
@@ -1190,36 +967,29 @@ export declare class DestinationParentNotFoundException extends __BaseException
|
|
|
1190
967
|
>
|
|
1191
968
|
);
|
|
1192
969
|
}
|
|
1193
|
-
|
|
1194
970
|
export declare class DuplicateAccountException extends __BaseException {
|
|
1195
971
|
readonly name: "DuplicateAccountException";
|
|
1196
972
|
readonly $fault: "client";
|
|
1197
973
|
Message?: string;
|
|
1198
|
-
|
|
1199
974
|
constructor(
|
|
1200
975
|
opts: __ExceptionOptionType<DuplicateAccountException, __BaseException>
|
|
1201
976
|
);
|
|
1202
977
|
}
|
|
1203
978
|
export interface MoveAccountRequest {
|
|
1204
979
|
AccountId: string | undefined;
|
|
1205
|
-
|
|
1206
980
|
SourceParentId: string | undefined;
|
|
1207
|
-
|
|
1208
981
|
DestinationParentId: string | undefined;
|
|
1209
982
|
}
|
|
1210
|
-
|
|
1211
983
|
export declare class SourceParentNotFoundException extends __BaseException {
|
|
1212
984
|
readonly name: "SourceParentNotFoundException";
|
|
1213
985
|
readonly $fault: "client";
|
|
1214
986
|
Message?: string;
|
|
1215
|
-
|
|
1216
987
|
constructor(
|
|
1217
988
|
opts: __ExceptionOptionType<SourceParentNotFoundException, __BaseException>
|
|
1218
989
|
);
|
|
1219
990
|
}
|
|
1220
991
|
export interface RegisterDelegatedAdministratorRequest {
|
|
1221
992
|
AccountId: string | undefined;
|
|
1222
|
-
|
|
1223
993
|
ServicePrincipal: string | undefined;
|
|
1224
994
|
}
|
|
1225
995
|
export interface RemoveAccountFromOrganizationRequest {
|
|
@@ -1227,17 +997,14 @@ export interface RemoveAccountFromOrganizationRequest {
|
|
|
1227
997
|
}
|
|
1228
998
|
export interface TagResourceRequest {
|
|
1229
999
|
ResourceId: string | undefined;
|
|
1230
|
-
|
|
1231
1000
|
Tags: Tag[] | undefined;
|
|
1232
1001
|
}
|
|
1233
1002
|
export interface UntagResourceRequest {
|
|
1234
1003
|
ResourceId: string | undefined;
|
|
1235
|
-
|
|
1236
1004
|
TagKeys: string[] | undefined;
|
|
1237
1005
|
}
|
|
1238
1006
|
export interface UpdateOrganizationalUnitRequest {
|
|
1239
1007
|
OrganizationalUnitId: string | undefined;
|
|
1240
|
-
|
|
1241
1008
|
Name?: string;
|
|
1242
1009
|
}
|
|
1243
1010
|
export interface UpdateOrganizationalUnitResponse {
|
|
@@ -1245,40 +1012,26 @@ export interface UpdateOrganizationalUnitResponse {
|
|
|
1245
1012
|
}
|
|
1246
1013
|
export interface UpdatePolicyRequest {
|
|
1247
1014
|
PolicyId: string | undefined;
|
|
1248
|
-
|
|
1249
1015
|
Name?: string;
|
|
1250
|
-
|
|
1251
1016
|
Description?: string;
|
|
1252
|
-
|
|
1253
1017
|
Content?: string;
|
|
1254
1018
|
}
|
|
1255
1019
|
export interface UpdatePolicyResponse {
|
|
1256
1020
|
Policy?: Policy;
|
|
1257
1021
|
}
|
|
1258
|
-
|
|
1259
1022
|
export interface HandshakeResource {
|
|
1260
1023
|
Value?: string;
|
|
1261
|
-
|
|
1262
1024
|
Type?: HandshakeResourceType | string;
|
|
1263
|
-
|
|
1264
1025
|
Resources?: HandshakeResource[];
|
|
1265
1026
|
}
|
|
1266
|
-
|
|
1267
1027
|
export interface Handshake {
|
|
1268
1028
|
Id?: string;
|
|
1269
|
-
|
|
1270
1029
|
Arn?: string;
|
|
1271
|
-
|
|
1272
1030
|
Parties?: HandshakeParty[];
|
|
1273
|
-
|
|
1274
1031
|
State?: HandshakeState | string;
|
|
1275
|
-
|
|
1276
1032
|
RequestedTimestamp?: Date;
|
|
1277
|
-
|
|
1278
1033
|
ExpirationTimestamp?: Date;
|
|
1279
|
-
|
|
1280
1034
|
Action?: ActionType | string;
|
|
1281
|
-
|
|
1282
1035
|
Resources?: HandshakeResource[];
|
|
1283
1036
|
}
|
|
1284
1037
|
export interface AcceptHandshakeResponse {
|
|
@@ -1301,419 +1054,311 @@ export interface InviteAccountToOrganizationResponse {
|
|
|
1301
1054
|
}
|
|
1302
1055
|
export interface ListHandshakesForAccountResponse {
|
|
1303
1056
|
Handshakes?: Handshake[];
|
|
1304
|
-
|
|
1305
1057
|
NextToken?: string;
|
|
1306
1058
|
}
|
|
1307
1059
|
export interface ListHandshakesForOrganizationResponse {
|
|
1308
1060
|
Handshakes?: Handshake[];
|
|
1309
|
-
|
|
1310
1061
|
NextToken?: string;
|
|
1311
1062
|
}
|
|
1312
|
-
|
|
1313
1063
|
export declare const AcceptHandshakeRequestFilterSensitiveLog: (
|
|
1314
1064
|
obj: AcceptHandshakeRequest
|
|
1315
1065
|
) => any;
|
|
1316
|
-
|
|
1317
1066
|
export declare const HandshakePartyFilterSensitiveLog: (
|
|
1318
1067
|
obj: HandshakeParty
|
|
1319
1068
|
) => any;
|
|
1320
|
-
|
|
1321
1069
|
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
1322
|
-
|
|
1323
1070
|
export declare const AttachPolicyRequestFilterSensitiveLog: (
|
|
1324
1071
|
obj: AttachPolicyRequest
|
|
1325
1072
|
) => any;
|
|
1326
|
-
|
|
1327
1073
|
export declare const CancelHandshakeRequestFilterSensitiveLog: (
|
|
1328
1074
|
obj: CancelHandshakeRequest
|
|
1329
1075
|
) => any;
|
|
1330
|
-
|
|
1331
1076
|
export declare const CloseAccountRequestFilterSensitiveLog: (
|
|
1332
1077
|
obj: CloseAccountRequest
|
|
1333
1078
|
) => any;
|
|
1334
|
-
|
|
1335
1079
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1336
|
-
|
|
1337
1080
|
export declare const CreateAccountRequestFilterSensitiveLog: (
|
|
1338
1081
|
obj: CreateAccountRequest
|
|
1339
1082
|
) => any;
|
|
1340
|
-
|
|
1341
1083
|
export declare const CreateAccountStatusFilterSensitiveLog: (
|
|
1342
1084
|
obj: CreateAccountStatus
|
|
1343
1085
|
) => any;
|
|
1344
|
-
|
|
1345
1086
|
export declare const CreateAccountResponseFilterSensitiveLog: (
|
|
1346
1087
|
obj: CreateAccountResponse
|
|
1347
1088
|
) => any;
|
|
1348
|
-
|
|
1349
1089
|
export declare const CreateGovCloudAccountRequestFilterSensitiveLog: (
|
|
1350
1090
|
obj: CreateGovCloudAccountRequest
|
|
1351
1091
|
) => any;
|
|
1352
|
-
|
|
1353
1092
|
export declare const CreateGovCloudAccountResponseFilterSensitiveLog: (
|
|
1354
1093
|
obj: CreateGovCloudAccountResponse
|
|
1355
1094
|
) => any;
|
|
1356
|
-
|
|
1357
1095
|
export declare const CreateOrganizationRequestFilterSensitiveLog: (
|
|
1358
1096
|
obj: CreateOrganizationRequest
|
|
1359
1097
|
) => any;
|
|
1360
|
-
|
|
1361
1098
|
export declare const PolicyTypeSummaryFilterSensitiveLog: (
|
|
1362
1099
|
obj: PolicyTypeSummary
|
|
1363
1100
|
) => any;
|
|
1364
|
-
|
|
1365
1101
|
export declare const OrganizationFilterSensitiveLog: (obj: Organization) => any;
|
|
1366
|
-
|
|
1367
1102
|
export declare const CreateOrganizationResponseFilterSensitiveLog: (
|
|
1368
1103
|
obj: CreateOrganizationResponse
|
|
1369
1104
|
) => any;
|
|
1370
|
-
|
|
1371
1105
|
export declare const CreateOrganizationalUnitRequestFilterSensitiveLog: (
|
|
1372
1106
|
obj: CreateOrganizationalUnitRequest
|
|
1373
1107
|
) => any;
|
|
1374
|
-
|
|
1375
1108
|
export declare const OrganizationalUnitFilterSensitiveLog: (
|
|
1376
1109
|
obj: OrganizationalUnit
|
|
1377
1110
|
) => any;
|
|
1378
|
-
|
|
1379
1111
|
export declare const CreateOrganizationalUnitResponseFilterSensitiveLog: (
|
|
1380
1112
|
obj: CreateOrganizationalUnitResponse
|
|
1381
1113
|
) => any;
|
|
1382
|
-
|
|
1383
1114
|
export declare const CreatePolicyRequestFilterSensitiveLog: (
|
|
1384
1115
|
obj: CreatePolicyRequest
|
|
1385
1116
|
) => any;
|
|
1386
|
-
|
|
1387
1117
|
export declare const PolicySummaryFilterSensitiveLog: (
|
|
1388
1118
|
obj: PolicySummary
|
|
1389
1119
|
) => any;
|
|
1390
|
-
|
|
1391
1120
|
export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
|
|
1392
|
-
|
|
1393
1121
|
export declare const CreatePolicyResponseFilterSensitiveLog: (
|
|
1394
1122
|
obj: CreatePolicyResponse
|
|
1395
1123
|
) => any;
|
|
1396
|
-
|
|
1397
1124
|
export declare const DeclineHandshakeRequestFilterSensitiveLog: (
|
|
1398
1125
|
obj: DeclineHandshakeRequest
|
|
1399
1126
|
) => any;
|
|
1400
|
-
|
|
1401
1127
|
export declare const DeleteOrganizationalUnitRequestFilterSensitiveLog: (
|
|
1402
1128
|
obj: DeleteOrganizationalUnitRequest
|
|
1403
1129
|
) => any;
|
|
1404
|
-
|
|
1405
1130
|
export declare const DeletePolicyRequestFilterSensitiveLog: (
|
|
1406
1131
|
obj: DeletePolicyRequest
|
|
1407
1132
|
) => any;
|
|
1408
|
-
|
|
1409
1133
|
export declare const DeregisterDelegatedAdministratorRequestFilterSensitiveLog: (
|
|
1410
1134
|
obj: DeregisterDelegatedAdministratorRequest
|
|
1411
1135
|
) => any;
|
|
1412
|
-
|
|
1413
1136
|
export declare const DescribeAccountRequestFilterSensitiveLog: (
|
|
1414
1137
|
obj: DescribeAccountRequest
|
|
1415
1138
|
) => any;
|
|
1416
|
-
|
|
1417
1139
|
export declare const DescribeAccountResponseFilterSensitiveLog: (
|
|
1418
1140
|
obj: DescribeAccountResponse
|
|
1419
1141
|
) => any;
|
|
1420
|
-
|
|
1421
1142
|
export declare const DescribeCreateAccountStatusRequestFilterSensitiveLog: (
|
|
1422
1143
|
obj: DescribeCreateAccountStatusRequest
|
|
1423
1144
|
) => any;
|
|
1424
|
-
|
|
1425
1145
|
export declare const DescribeCreateAccountStatusResponseFilterSensitiveLog: (
|
|
1426
1146
|
obj: DescribeCreateAccountStatusResponse
|
|
1427
1147
|
) => any;
|
|
1428
|
-
|
|
1429
1148
|
export declare const DescribeEffectivePolicyRequestFilterSensitiveLog: (
|
|
1430
1149
|
obj: DescribeEffectivePolicyRequest
|
|
1431
1150
|
) => any;
|
|
1432
|
-
|
|
1433
1151
|
export declare const EffectivePolicyFilterSensitiveLog: (
|
|
1434
1152
|
obj: EffectivePolicy
|
|
1435
1153
|
) => any;
|
|
1436
|
-
|
|
1437
1154
|
export declare const DescribeEffectivePolicyResponseFilterSensitiveLog: (
|
|
1438
1155
|
obj: DescribeEffectivePolicyResponse
|
|
1439
1156
|
) => any;
|
|
1440
|
-
|
|
1441
1157
|
export declare const DescribeHandshakeRequestFilterSensitiveLog: (
|
|
1442
1158
|
obj: DescribeHandshakeRequest
|
|
1443
1159
|
) => any;
|
|
1444
|
-
|
|
1445
1160
|
export declare const DescribeOrganizationResponseFilterSensitiveLog: (
|
|
1446
1161
|
obj: DescribeOrganizationResponse
|
|
1447
1162
|
) => any;
|
|
1448
|
-
|
|
1449
1163
|
export declare const DescribeOrganizationalUnitRequestFilterSensitiveLog: (
|
|
1450
1164
|
obj: DescribeOrganizationalUnitRequest
|
|
1451
1165
|
) => any;
|
|
1452
|
-
|
|
1453
1166
|
export declare const DescribeOrganizationalUnitResponseFilterSensitiveLog: (
|
|
1454
1167
|
obj: DescribeOrganizationalUnitResponse
|
|
1455
1168
|
) => any;
|
|
1456
|
-
|
|
1457
1169
|
export declare const DescribePolicyRequestFilterSensitiveLog: (
|
|
1458
1170
|
obj: DescribePolicyRequest
|
|
1459
1171
|
) => any;
|
|
1460
|
-
|
|
1461
1172
|
export declare const DescribePolicyResponseFilterSensitiveLog: (
|
|
1462
1173
|
obj: DescribePolicyResponse
|
|
1463
1174
|
) => any;
|
|
1464
|
-
|
|
1465
1175
|
export declare const DetachPolicyRequestFilterSensitiveLog: (
|
|
1466
1176
|
obj: DetachPolicyRequest
|
|
1467
1177
|
) => any;
|
|
1468
|
-
|
|
1469
1178
|
export declare const DisableAWSServiceAccessRequestFilterSensitiveLog: (
|
|
1470
1179
|
obj: DisableAWSServiceAccessRequest
|
|
1471
1180
|
) => any;
|
|
1472
|
-
|
|
1473
1181
|
export declare const DisablePolicyTypeRequestFilterSensitiveLog: (
|
|
1474
1182
|
obj: DisablePolicyTypeRequest
|
|
1475
1183
|
) => any;
|
|
1476
|
-
|
|
1477
1184
|
export declare const RootFilterSensitiveLog: (obj: Root) => any;
|
|
1478
|
-
|
|
1479
1185
|
export declare const DisablePolicyTypeResponseFilterSensitiveLog: (
|
|
1480
1186
|
obj: DisablePolicyTypeResponse
|
|
1481
1187
|
) => any;
|
|
1482
|
-
|
|
1483
1188
|
export declare const EnableAllFeaturesRequestFilterSensitiveLog: (
|
|
1484
1189
|
obj: EnableAllFeaturesRequest
|
|
1485
1190
|
) => any;
|
|
1486
|
-
|
|
1487
1191
|
export declare const EnableAWSServiceAccessRequestFilterSensitiveLog: (
|
|
1488
1192
|
obj: EnableAWSServiceAccessRequest
|
|
1489
1193
|
) => any;
|
|
1490
|
-
|
|
1491
1194
|
export declare const EnablePolicyTypeRequestFilterSensitiveLog: (
|
|
1492
1195
|
obj: EnablePolicyTypeRequest
|
|
1493
1196
|
) => any;
|
|
1494
|
-
|
|
1495
1197
|
export declare const EnablePolicyTypeResponseFilterSensitiveLog: (
|
|
1496
1198
|
obj: EnablePolicyTypeResponse
|
|
1497
1199
|
) => any;
|
|
1498
|
-
|
|
1499
1200
|
export declare const InviteAccountToOrganizationRequestFilterSensitiveLog: (
|
|
1500
1201
|
obj: InviteAccountToOrganizationRequest
|
|
1501
1202
|
) => any;
|
|
1502
|
-
|
|
1503
1203
|
export declare const ListAccountsRequestFilterSensitiveLog: (
|
|
1504
1204
|
obj: ListAccountsRequest
|
|
1505
1205
|
) => any;
|
|
1506
|
-
|
|
1507
1206
|
export declare const ListAccountsResponseFilterSensitiveLog: (
|
|
1508
1207
|
obj: ListAccountsResponse
|
|
1509
1208
|
) => any;
|
|
1510
|
-
|
|
1511
1209
|
export declare const ListAccountsForParentRequestFilterSensitiveLog: (
|
|
1512
1210
|
obj: ListAccountsForParentRequest
|
|
1513
1211
|
) => any;
|
|
1514
|
-
|
|
1515
1212
|
export declare const ListAccountsForParentResponseFilterSensitiveLog: (
|
|
1516
1213
|
obj: ListAccountsForParentResponse
|
|
1517
1214
|
) => any;
|
|
1518
|
-
|
|
1519
1215
|
export declare const ListAWSServiceAccessForOrganizationRequestFilterSensitiveLog: (
|
|
1520
1216
|
obj: ListAWSServiceAccessForOrganizationRequest
|
|
1521
1217
|
) => any;
|
|
1522
|
-
|
|
1523
1218
|
export declare const EnabledServicePrincipalFilterSensitiveLog: (
|
|
1524
1219
|
obj: EnabledServicePrincipal
|
|
1525
1220
|
) => any;
|
|
1526
|
-
|
|
1527
1221
|
export declare const ListAWSServiceAccessForOrganizationResponseFilterSensitiveLog: (
|
|
1528
1222
|
obj: ListAWSServiceAccessForOrganizationResponse
|
|
1529
1223
|
) => any;
|
|
1530
|
-
|
|
1531
1224
|
export declare const ListChildrenRequestFilterSensitiveLog: (
|
|
1532
1225
|
obj: ListChildrenRequest
|
|
1533
1226
|
) => any;
|
|
1534
|
-
|
|
1535
1227
|
export declare const ChildFilterSensitiveLog: (obj: Child) => any;
|
|
1536
|
-
|
|
1537
1228
|
export declare const ListChildrenResponseFilterSensitiveLog: (
|
|
1538
1229
|
obj: ListChildrenResponse
|
|
1539
1230
|
) => any;
|
|
1540
|
-
|
|
1541
1231
|
export declare const ListCreateAccountStatusRequestFilterSensitiveLog: (
|
|
1542
1232
|
obj: ListCreateAccountStatusRequest
|
|
1543
1233
|
) => any;
|
|
1544
|
-
|
|
1545
1234
|
export declare const ListCreateAccountStatusResponseFilterSensitiveLog: (
|
|
1546
1235
|
obj: ListCreateAccountStatusResponse
|
|
1547
1236
|
) => any;
|
|
1548
|
-
|
|
1549
1237
|
export declare const ListDelegatedAdministratorsRequestFilterSensitiveLog: (
|
|
1550
1238
|
obj: ListDelegatedAdministratorsRequest
|
|
1551
1239
|
) => any;
|
|
1552
|
-
|
|
1553
1240
|
export declare const DelegatedAdministratorFilterSensitiveLog: (
|
|
1554
1241
|
obj: DelegatedAdministrator
|
|
1555
1242
|
) => any;
|
|
1556
|
-
|
|
1557
1243
|
export declare const ListDelegatedAdministratorsResponseFilterSensitiveLog: (
|
|
1558
1244
|
obj: ListDelegatedAdministratorsResponse
|
|
1559
1245
|
) => any;
|
|
1560
|
-
|
|
1561
1246
|
export declare const ListDelegatedServicesForAccountRequestFilterSensitiveLog: (
|
|
1562
1247
|
obj: ListDelegatedServicesForAccountRequest
|
|
1563
1248
|
) => any;
|
|
1564
|
-
|
|
1565
1249
|
export declare const DelegatedServiceFilterSensitiveLog: (
|
|
1566
1250
|
obj: DelegatedService
|
|
1567
1251
|
) => any;
|
|
1568
|
-
|
|
1569
1252
|
export declare const ListDelegatedServicesForAccountResponseFilterSensitiveLog: (
|
|
1570
1253
|
obj: ListDelegatedServicesForAccountResponse
|
|
1571
1254
|
) => any;
|
|
1572
|
-
|
|
1573
1255
|
export declare const HandshakeFilterFilterSensitiveLog: (
|
|
1574
1256
|
obj: HandshakeFilter
|
|
1575
1257
|
) => any;
|
|
1576
|
-
|
|
1577
1258
|
export declare const ListHandshakesForAccountRequestFilterSensitiveLog: (
|
|
1578
1259
|
obj: ListHandshakesForAccountRequest
|
|
1579
1260
|
) => any;
|
|
1580
|
-
|
|
1581
1261
|
export declare const ListHandshakesForOrganizationRequestFilterSensitiveLog: (
|
|
1582
1262
|
obj: ListHandshakesForOrganizationRequest
|
|
1583
1263
|
) => any;
|
|
1584
|
-
|
|
1585
1264
|
export declare const ListOrganizationalUnitsForParentRequestFilterSensitiveLog: (
|
|
1586
1265
|
obj: ListOrganizationalUnitsForParentRequest
|
|
1587
1266
|
) => any;
|
|
1588
|
-
|
|
1589
1267
|
export declare const ListOrganizationalUnitsForParentResponseFilterSensitiveLog: (
|
|
1590
1268
|
obj: ListOrganizationalUnitsForParentResponse
|
|
1591
1269
|
) => any;
|
|
1592
|
-
|
|
1593
1270
|
export declare const ListParentsRequestFilterSensitiveLog: (
|
|
1594
1271
|
obj: ListParentsRequest
|
|
1595
1272
|
) => any;
|
|
1596
|
-
|
|
1597
1273
|
export declare const ParentFilterSensitiveLog: (obj: Parent) => any;
|
|
1598
|
-
|
|
1599
1274
|
export declare const ListParentsResponseFilterSensitiveLog: (
|
|
1600
1275
|
obj: ListParentsResponse
|
|
1601
1276
|
) => any;
|
|
1602
|
-
|
|
1603
1277
|
export declare const ListPoliciesRequestFilterSensitiveLog: (
|
|
1604
1278
|
obj: ListPoliciesRequest
|
|
1605
1279
|
) => any;
|
|
1606
|
-
|
|
1607
1280
|
export declare const ListPoliciesResponseFilterSensitiveLog: (
|
|
1608
1281
|
obj: ListPoliciesResponse
|
|
1609
1282
|
) => any;
|
|
1610
|
-
|
|
1611
1283
|
export declare const ListPoliciesForTargetRequestFilterSensitiveLog: (
|
|
1612
1284
|
obj: ListPoliciesForTargetRequest
|
|
1613
1285
|
) => any;
|
|
1614
|
-
|
|
1615
1286
|
export declare const ListPoliciesForTargetResponseFilterSensitiveLog: (
|
|
1616
1287
|
obj: ListPoliciesForTargetResponse
|
|
1617
1288
|
) => any;
|
|
1618
|
-
|
|
1619
1289
|
export declare const ListRootsRequestFilterSensitiveLog: (
|
|
1620
1290
|
obj: ListRootsRequest
|
|
1621
1291
|
) => any;
|
|
1622
|
-
|
|
1623
1292
|
export declare const ListRootsResponseFilterSensitiveLog: (
|
|
1624
1293
|
obj: ListRootsResponse
|
|
1625
1294
|
) => any;
|
|
1626
|
-
|
|
1627
1295
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1628
1296
|
obj: ListTagsForResourceRequest
|
|
1629
1297
|
) => any;
|
|
1630
|
-
|
|
1631
1298
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1632
1299
|
obj: ListTagsForResourceResponse
|
|
1633
1300
|
) => any;
|
|
1634
|
-
|
|
1635
1301
|
export declare const ListTargetsForPolicyRequestFilterSensitiveLog: (
|
|
1636
1302
|
obj: ListTargetsForPolicyRequest
|
|
1637
1303
|
) => any;
|
|
1638
|
-
|
|
1639
1304
|
export declare const PolicyTargetSummaryFilterSensitiveLog: (
|
|
1640
1305
|
obj: PolicyTargetSummary
|
|
1641
1306
|
) => any;
|
|
1642
|
-
|
|
1643
1307
|
export declare const ListTargetsForPolicyResponseFilterSensitiveLog: (
|
|
1644
1308
|
obj: ListTargetsForPolicyResponse
|
|
1645
1309
|
) => any;
|
|
1646
|
-
|
|
1647
1310
|
export declare const MoveAccountRequestFilterSensitiveLog: (
|
|
1648
1311
|
obj: MoveAccountRequest
|
|
1649
1312
|
) => any;
|
|
1650
|
-
|
|
1651
1313
|
export declare const RegisterDelegatedAdministratorRequestFilterSensitiveLog: (
|
|
1652
1314
|
obj: RegisterDelegatedAdministratorRequest
|
|
1653
1315
|
) => any;
|
|
1654
|
-
|
|
1655
1316
|
export declare const RemoveAccountFromOrganizationRequestFilterSensitiveLog: (
|
|
1656
1317
|
obj: RemoveAccountFromOrganizationRequest
|
|
1657
1318
|
) => any;
|
|
1658
|
-
|
|
1659
1319
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1660
1320
|
obj: TagResourceRequest
|
|
1661
1321
|
) => any;
|
|
1662
|
-
|
|
1663
1322
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1664
1323
|
obj: UntagResourceRequest
|
|
1665
1324
|
) => any;
|
|
1666
|
-
|
|
1667
1325
|
export declare const UpdateOrganizationalUnitRequestFilterSensitiveLog: (
|
|
1668
1326
|
obj: UpdateOrganizationalUnitRequest
|
|
1669
1327
|
) => any;
|
|
1670
|
-
|
|
1671
1328
|
export declare const UpdateOrganizationalUnitResponseFilterSensitiveLog: (
|
|
1672
1329
|
obj: UpdateOrganizationalUnitResponse
|
|
1673
1330
|
) => any;
|
|
1674
|
-
|
|
1675
1331
|
export declare const UpdatePolicyRequestFilterSensitiveLog: (
|
|
1676
1332
|
obj: UpdatePolicyRequest
|
|
1677
1333
|
) => any;
|
|
1678
|
-
|
|
1679
1334
|
export declare const UpdatePolicyResponseFilterSensitiveLog: (
|
|
1680
1335
|
obj: UpdatePolicyResponse
|
|
1681
1336
|
) => any;
|
|
1682
|
-
|
|
1683
1337
|
export declare const HandshakeResourceFilterSensitiveLog: (
|
|
1684
1338
|
obj: HandshakeResource
|
|
1685
1339
|
) => any;
|
|
1686
|
-
|
|
1687
1340
|
export declare const HandshakeFilterSensitiveLog: (obj: Handshake) => any;
|
|
1688
|
-
|
|
1689
1341
|
export declare const AcceptHandshakeResponseFilterSensitiveLog: (
|
|
1690
1342
|
obj: AcceptHandshakeResponse
|
|
1691
1343
|
) => any;
|
|
1692
|
-
|
|
1693
1344
|
export declare const CancelHandshakeResponseFilterSensitiveLog: (
|
|
1694
1345
|
obj: CancelHandshakeResponse
|
|
1695
1346
|
) => any;
|
|
1696
|
-
|
|
1697
1347
|
export declare const DeclineHandshakeResponseFilterSensitiveLog: (
|
|
1698
1348
|
obj: DeclineHandshakeResponse
|
|
1699
1349
|
) => any;
|
|
1700
|
-
|
|
1701
1350
|
export declare const DescribeHandshakeResponseFilterSensitiveLog: (
|
|
1702
1351
|
obj: DescribeHandshakeResponse
|
|
1703
1352
|
) => any;
|
|
1704
|
-
|
|
1705
1353
|
export declare const EnableAllFeaturesResponseFilterSensitiveLog: (
|
|
1706
1354
|
obj: EnableAllFeaturesResponse
|
|
1707
1355
|
) => any;
|
|
1708
|
-
|
|
1709
1356
|
export declare const InviteAccountToOrganizationResponseFilterSensitiveLog: (
|
|
1710
1357
|
obj: InviteAccountToOrganizationResponse
|
|
1711
1358
|
) => any;
|
|
1712
|
-
|
|
1713
1359
|
export declare const ListHandshakesForAccountResponseFilterSensitiveLog: (
|
|
1714
1360
|
obj: ListHandshakesForAccountResponse
|
|
1715
1361
|
) => any;
|
|
1716
|
-
|
|
1717
1362
|
export declare const ListHandshakesForOrganizationResponseFilterSensitiveLog: (
|
|
1718
1363
|
obj: ListHandshakesForOrganizationResponse
|
|
1719
1364
|
) => any;
|