@aws-sdk/client-organizations 3.181.0 → 3.183.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-es/Organizations.js +210 -217
- package/dist-es/OrganizationsClient.js +22 -28
- package/dist-es/commands/AcceptHandshakeCommand.js +21 -28
- package/dist-es/commands/AttachPolicyCommand.js +22 -29
- package/dist-es/commands/CancelHandshakeCommand.js +21 -28
- package/dist-es/commands/CloseAccountCommand.js +22 -29
- package/dist-es/commands/CreateAccountCommand.js +21 -28
- package/dist-es/commands/CreateGovCloudAccountCommand.js +21 -28
- package/dist-es/commands/CreateOrganizationCommand.js +21 -28
- package/dist-es/commands/CreateOrganizationalUnitCommand.js +21 -28
- package/dist-es/commands/CreatePolicyCommand.js +21 -28
- package/dist-es/commands/DeclineHandshakeCommand.js +21 -28
- package/dist-es/commands/DeleteOrganizationCommand.js +23 -30
- package/dist-es/commands/DeleteOrganizationalUnitCommand.js +22 -29
- package/dist-es/commands/DeletePolicyCommand.js +22 -29
- package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +22 -29
- package/dist-es/commands/DescribeAccountCommand.js +21 -28
- package/dist-es/commands/DescribeCreateAccountStatusCommand.js +21 -28
- package/dist-es/commands/DescribeEffectivePolicyCommand.js +21 -28
- package/dist-es/commands/DescribeHandshakeCommand.js +21 -28
- package/dist-es/commands/DescribeOrganizationCommand.js +22 -29
- package/dist-es/commands/DescribeOrganizationalUnitCommand.js +21 -28
- package/dist-es/commands/DescribePolicyCommand.js +21 -28
- package/dist-es/commands/DetachPolicyCommand.js +22 -29
- package/dist-es/commands/DisableAWSServiceAccessCommand.js +22 -29
- package/dist-es/commands/DisablePolicyTypeCommand.js +21 -28
- package/dist-es/commands/EnableAWSServiceAccessCommand.js +22 -29
- package/dist-es/commands/EnableAllFeaturesCommand.js +21 -28
- package/dist-es/commands/EnablePolicyTypeCommand.js +21 -28
- package/dist-es/commands/InviteAccountToOrganizationCommand.js +21 -28
- package/dist-es/commands/LeaveOrganizationCommand.js +23 -30
- package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +21 -28
- package/dist-es/commands/ListAccountsCommand.js +21 -28
- package/dist-es/commands/ListAccountsForParentCommand.js +21 -28
- package/dist-es/commands/ListChildrenCommand.js +21 -28
- package/dist-es/commands/ListCreateAccountStatusCommand.js +21 -28
- package/dist-es/commands/ListDelegatedAdministratorsCommand.js +21 -28
- package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +21 -28
- package/dist-es/commands/ListHandshakesForAccountCommand.js +21 -28
- package/dist-es/commands/ListHandshakesForOrganizationCommand.js +21 -28
- package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +21 -28
- package/dist-es/commands/ListParentsCommand.js +21 -28
- package/dist-es/commands/ListPoliciesCommand.js +21 -28
- package/dist-es/commands/ListPoliciesForTargetCommand.js +21 -28
- package/dist-es/commands/ListRootsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListTargetsForPolicyCommand.js +21 -28
- package/dist-es/commands/MoveAccountCommand.js +22 -29
- package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +22 -29
- package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +22 -29
- package/dist-es/commands/TagResourceCommand.js +22 -29
- package/dist-es/commands/UntagResourceCommand.js +22 -29
- package/dist-es/commands/UpdateOrganizationalUnitCommand.js +21 -28
- package/dist-es/commands/UpdatePolicyCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/OrganizationsServiceException.js +5 -10
- package/dist-es/models/models_0.js +964 -720
- package/dist-es/pagination/ListAWSServiceAccessForOrganizationPaginator.js +25 -68
- package/dist-es/pagination/ListAccountsForParentPaginator.js +25 -68
- package/dist-es/pagination/ListAccountsPaginator.js +25 -68
- package/dist-es/pagination/ListChildrenPaginator.js +25 -68
- package/dist-es/pagination/ListCreateAccountStatusPaginator.js +25 -68
- package/dist-es/pagination/ListDelegatedAdministratorsPaginator.js +25 -68
- package/dist-es/pagination/ListDelegatedServicesForAccountPaginator.js +25 -68
- package/dist-es/pagination/ListHandshakesForAccountPaginator.js +25 -68
- package/dist-es/pagination/ListHandshakesForOrganizationPaginator.js +25 -68
- package/dist-es/pagination/ListOrganizationalUnitsForParentPaginator.js +25 -68
- package/dist-es/pagination/ListParentsPaginator.js +25 -68
- package/dist-es/pagination/ListPoliciesForTargetPaginator.js +25 -68
- package/dist-es/pagination/ListPoliciesPaginator.js +25 -68
- package/dist-es/pagination/ListRootsPaginator.js +25 -68
- package/dist-es/pagination/ListTagsForResourcePaginator.js +24 -67
- package/dist-es/pagination/ListTargetsForPolicyPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +4139 -5453
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
2
|
import { OrganizationsServiceException as __BaseException } from "./OrganizationsServiceException";
|
|
4
3
|
export var ActionType;
|
|
@@ -34,76 +33,76 @@ export var HandshakeState;
|
|
|
34
33
|
HandshakeState["OPEN"] = "OPEN";
|
|
35
34
|
HandshakeState["REQUESTED"] = "REQUESTED";
|
|
36
35
|
})(HandshakeState || (HandshakeState = {}));
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}
|
|
49
|
-
|
|
36
|
+
export class AccessDeniedException extends __BaseException {
|
|
37
|
+
constructor(opts) {
|
|
38
|
+
super({
|
|
39
|
+
name: "AccessDeniedException",
|
|
40
|
+
$fault: "client",
|
|
41
|
+
...opts,
|
|
42
|
+
});
|
|
43
|
+
this.name = "AccessDeniedException";
|
|
44
|
+
this.$fault = "client";
|
|
45
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
46
|
+
this.Message = opts.Message;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
50
49
|
export var AccessDeniedForDependencyExceptionReason;
|
|
51
50
|
(function (AccessDeniedForDependencyExceptionReason) {
|
|
52
51
|
AccessDeniedForDependencyExceptionReason["ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE"] = "ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE";
|
|
53
52
|
})(AccessDeniedForDependencyExceptionReason || (AccessDeniedForDependencyExceptionReason = {}));
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
|
|
53
|
+
export class AccessDeniedForDependencyException extends __BaseException {
|
|
54
|
+
constructor(opts) {
|
|
55
|
+
super({
|
|
56
|
+
name: "AccessDeniedForDependencyException",
|
|
57
|
+
$fault: "client",
|
|
58
|
+
...opts,
|
|
59
|
+
});
|
|
60
|
+
this.name = "AccessDeniedForDependencyException";
|
|
61
|
+
this.$fault = "client";
|
|
62
|
+
Object.setPrototypeOf(this, AccessDeniedForDependencyException.prototype);
|
|
63
|
+
this.Message = opts.Message;
|
|
64
|
+
this.Reason = opts.Reason;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
export class AWSOrganizationsNotInUseException extends __BaseException {
|
|
68
|
+
constructor(opts) {
|
|
69
|
+
super({
|
|
70
|
+
name: "AWSOrganizationsNotInUseException",
|
|
71
|
+
$fault: "client",
|
|
72
|
+
...opts,
|
|
73
|
+
});
|
|
74
|
+
this.name = "AWSOrganizationsNotInUseException";
|
|
75
|
+
this.$fault = "client";
|
|
76
|
+
Object.setPrototypeOf(this, AWSOrganizationsNotInUseException.prototype);
|
|
77
|
+
this.Message = opts.Message;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
export class ConcurrentModificationException extends __BaseException {
|
|
81
|
+
constructor(opts) {
|
|
82
|
+
super({
|
|
83
|
+
name: "ConcurrentModificationException",
|
|
84
|
+
$fault: "client",
|
|
85
|
+
...opts,
|
|
86
|
+
});
|
|
87
|
+
this.name = "ConcurrentModificationException";
|
|
88
|
+
this.$fault = "client";
|
|
89
|
+
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
90
|
+
this.Message = opts.Message;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
export class HandshakeAlreadyInStateException extends __BaseException {
|
|
94
|
+
constructor(opts) {
|
|
95
|
+
super({
|
|
96
|
+
name: "HandshakeAlreadyInStateException",
|
|
97
|
+
$fault: "client",
|
|
98
|
+
...opts,
|
|
99
|
+
});
|
|
100
|
+
this.name = "HandshakeAlreadyInStateException";
|
|
101
|
+
this.$fault = "client";
|
|
102
|
+
Object.setPrototypeOf(this, HandshakeAlreadyInStateException.prototype);
|
|
103
|
+
this.Message = opts.Message;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
107
106
|
export var HandshakeConstraintViolationExceptionReason;
|
|
108
107
|
(function (HandshakeConstraintViolationExceptionReason) {
|
|
109
108
|
HandshakeConstraintViolationExceptionReason["ACCOUNT_NUMBER_LIMIT_EXCEEDED"] = "ACCOUNT_NUMBER_LIMIT_EXCEEDED";
|
|
@@ -117,46 +116,46 @@ export var HandshakeConstraintViolationExceptionReason;
|
|
|
117
116
|
HandshakeConstraintViolationExceptionReason["ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED"] = "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED";
|
|
118
117
|
HandshakeConstraintViolationExceptionReason["PAYMENT_INSTRUMENT_REQUIRED"] = "PAYMENT_INSTRUMENT_REQUIRED";
|
|
119
118
|
})(HandshakeConstraintViolationExceptionReason || (HandshakeConstraintViolationExceptionReason = {}));
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
}
|
|
159
|
-
|
|
119
|
+
export class HandshakeConstraintViolationException extends __BaseException {
|
|
120
|
+
constructor(opts) {
|
|
121
|
+
super({
|
|
122
|
+
name: "HandshakeConstraintViolationException",
|
|
123
|
+
$fault: "client",
|
|
124
|
+
...opts,
|
|
125
|
+
});
|
|
126
|
+
this.name = "HandshakeConstraintViolationException";
|
|
127
|
+
this.$fault = "client";
|
|
128
|
+
Object.setPrototypeOf(this, HandshakeConstraintViolationException.prototype);
|
|
129
|
+
this.Message = opts.Message;
|
|
130
|
+
this.Reason = opts.Reason;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
export class HandshakeNotFoundException extends __BaseException {
|
|
134
|
+
constructor(opts) {
|
|
135
|
+
super({
|
|
136
|
+
name: "HandshakeNotFoundException",
|
|
137
|
+
$fault: "client",
|
|
138
|
+
...opts,
|
|
139
|
+
});
|
|
140
|
+
this.name = "HandshakeNotFoundException";
|
|
141
|
+
this.$fault = "client";
|
|
142
|
+
Object.setPrototypeOf(this, HandshakeNotFoundException.prototype);
|
|
143
|
+
this.Message = opts.Message;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
export class InvalidHandshakeTransitionException extends __BaseException {
|
|
147
|
+
constructor(opts) {
|
|
148
|
+
super({
|
|
149
|
+
name: "InvalidHandshakeTransitionException",
|
|
150
|
+
$fault: "client",
|
|
151
|
+
...opts,
|
|
152
|
+
});
|
|
153
|
+
this.name = "InvalidHandshakeTransitionException";
|
|
154
|
+
this.$fault = "client";
|
|
155
|
+
Object.setPrototypeOf(this, InvalidHandshakeTransitionException.prototype);
|
|
156
|
+
this.Message = opts.Message;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
160
159
|
export var InvalidInputExceptionReason;
|
|
161
160
|
(function (InvalidInputExceptionReason) {
|
|
162
161
|
InvalidInputExceptionReason["DUPLICATE_TAG_KEY"] = "DUPLICATE_TAG_KEY";
|
|
@@ -184,47 +183,47 @@ export var InvalidInputExceptionReason;
|
|
|
184
183
|
InvalidInputExceptionReason["TARGET_NOT_SUPPORTED"] = "TARGET_NOT_SUPPORTED";
|
|
185
184
|
InvalidInputExceptionReason["UNRECOGNIZED_SERVICE_PRINCIPAL"] = "UNRECOGNIZED_SERVICE_PRINCIPAL";
|
|
186
185
|
})(InvalidInputExceptionReason || (InvalidInputExceptionReason = {}));
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
}
|
|
227
|
-
|
|
186
|
+
export class InvalidInputException extends __BaseException {
|
|
187
|
+
constructor(opts) {
|
|
188
|
+
super({
|
|
189
|
+
name: "InvalidInputException",
|
|
190
|
+
$fault: "client",
|
|
191
|
+
...opts,
|
|
192
|
+
});
|
|
193
|
+
this.name = "InvalidInputException";
|
|
194
|
+
this.$fault = "client";
|
|
195
|
+
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
196
|
+
this.Message = opts.Message;
|
|
197
|
+
this.Reason = opts.Reason;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
export class ServiceException extends __BaseException {
|
|
201
|
+
constructor(opts) {
|
|
202
|
+
super({
|
|
203
|
+
name: "ServiceException",
|
|
204
|
+
$fault: "server",
|
|
205
|
+
...opts,
|
|
206
|
+
});
|
|
207
|
+
this.name = "ServiceException";
|
|
208
|
+
this.$fault = "server";
|
|
209
|
+
Object.setPrototypeOf(this, ServiceException.prototype);
|
|
210
|
+
this.Message = opts.Message;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
export class TooManyRequestsException extends __BaseException {
|
|
214
|
+
constructor(opts) {
|
|
215
|
+
super({
|
|
216
|
+
name: "TooManyRequestsException",
|
|
217
|
+
$fault: "client",
|
|
218
|
+
...opts,
|
|
219
|
+
});
|
|
220
|
+
this.name = "TooManyRequestsException";
|
|
221
|
+
this.$fault = "client";
|
|
222
|
+
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
223
|
+
this.Type = opts.Type;
|
|
224
|
+
this.Message = opts.Message;
|
|
225
|
+
}
|
|
226
|
+
}
|
|
228
227
|
export var AccountJoinedMethod;
|
|
229
228
|
(function (AccountJoinedMethod) {
|
|
230
229
|
AccountJoinedMethod["CREATED"] = "CREATED";
|
|
@@ -236,84 +235,84 @@ export var AccountStatus;
|
|
|
236
235
|
AccountStatus["PENDING_CLOSURE"] = "PENDING_CLOSURE";
|
|
237
236
|
AccountStatus["SUSPENDED"] = "SUSPENDED";
|
|
238
237
|
})(AccountStatus || (AccountStatus = {}));
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
}
|
|
316
|
-
|
|
238
|
+
export class AccountAlreadyClosedException extends __BaseException {
|
|
239
|
+
constructor(opts) {
|
|
240
|
+
super({
|
|
241
|
+
name: "AccountAlreadyClosedException",
|
|
242
|
+
$fault: "client",
|
|
243
|
+
...opts,
|
|
244
|
+
});
|
|
245
|
+
this.name = "AccountAlreadyClosedException";
|
|
246
|
+
this.$fault = "client";
|
|
247
|
+
Object.setPrototypeOf(this, AccountAlreadyClosedException.prototype);
|
|
248
|
+
this.Message = opts.Message;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
export class AccountAlreadyRegisteredException extends __BaseException {
|
|
252
|
+
constructor(opts) {
|
|
253
|
+
super({
|
|
254
|
+
name: "AccountAlreadyRegisteredException",
|
|
255
|
+
$fault: "client",
|
|
256
|
+
...opts,
|
|
257
|
+
});
|
|
258
|
+
this.name = "AccountAlreadyRegisteredException";
|
|
259
|
+
this.$fault = "client";
|
|
260
|
+
Object.setPrototypeOf(this, AccountAlreadyRegisteredException.prototype);
|
|
261
|
+
this.Message = opts.Message;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
export class AccountNotFoundException extends __BaseException {
|
|
265
|
+
constructor(opts) {
|
|
266
|
+
super({
|
|
267
|
+
name: "AccountNotFoundException",
|
|
268
|
+
$fault: "client",
|
|
269
|
+
...opts,
|
|
270
|
+
});
|
|
271
|
+
this.name = "AccountNotFoundException";
|
|
272
|
+
this.$fault = "client";
|
|
273
|
+
Object.setPrototypeOf(this, AccountNotFoundException.prototype);
|
|
274
|
+
this.Message = opts.Message;
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
export class AccountNotRegisteredException extends __BaseException {
|
|
278
|
+
constructor(opts) {
|
|
279
|
+
super({
|
|
280
|
+
name: "AccountNotRegisteredException",
|
|
281
|
+
$fault: "client",
|
|
282
|
+
...opts,
|
|
283
|
+
});
|
|
284
|
+
this.name = "AccountNotRegisteredException";
|
|
285
|
+
this.$fault = "client";
|
|
286
|
+
Object.setPrototypeOf(this, AccountNotRegisteredException.prototype);
|
|
287
|
+
this.Message = opts.Message;
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
export class AccountOwnerNotVerifiedException extends __BaseException {
|
|
291
|
+
constructor(opts) {
|
|
292
|
+
super({
|
|
293
|
+
name: "AccountOwnerNotVerifiedException",
|
|
294
|
+
$fault: "client",
|
|
295
|
+
...opts,
|
|
296
|
+
});
|
|
297
|
+
this.name = "AccountOwnerNotVerifiedException";
|
|
298
|
+
this.$fault = "client";
|
|
299
|
+
Object.setPrototypeOf(this, AccountOwnerNotVerifiedException.prototype);
|
|
300
|
+
this.Message = opts.Message;
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
export class AlreadyInOrganizationException extends __BaseException {
|
|
304
|
+
constructor(opts) {
|
|
305
|
+
super({
|
|
306
|
+
name: "AlreadyInOrganizationException",
|
|
307
|
+
$fault: "client",
|
|
308
|
+
...opts,
|
|
309
|
+
});
|
|
310
|
+
this.name = "AlreadyInOrganizationException";
|
|
311
|
+
this.$fault = "client";
|
|
312
|
+
Object.setPrototypeOf(this, AlreadyInOrganizationException.prototype);
|
|
313
|
+
this.Message = opts.Message;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
317
316
|
export var ConstraintViolationExceptionReason;
|
|
318
317
|
(function (ConstraintViolationExceptionReason) {
|
|
319
318
|
ConstraintViolationExceptionReason["ACCOUNT_CANNOT_LEAVE_ORGANIZATION"] = "ACCOUNT_CANNOT_LEAVE_ORGANIZATION";
|
|
@@ -350,111 +349,111 @@ export var ConstraintViolationExceptionReason;
|
|
|
350
349
|
ConstraintViolationExceptionReason["TAG_POLICY_VIOLATION"] = "TAG_POLICY_VIOLATION";
|
|
351
350
|
ConstraintViolationExceptionReason["WAIT_PERIOD_ACTIVE"] = "WAIT_PERIOD_ACTIVE";
|
|
352
351
|
})(ConstraintViolationExceptionReason || (ConstraintViolationExceptionReason = {}));
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
}
|
|
457
|
-
|
|
352
|
+
export class ConstraintViolationException extends __BaseException {
|
|
353
|
+
constructor(opts) {
|
|
354
|
+
super({
|
|
355
|
+
name: "ConstraintViolationException",
|
|
356
|
+
$fault: "client",
|
|
357
|
+
...opts,
|
|
358
|
+
});
|
|
359
|
+
this.name = "ConstraintViolationException";
|
|
360
|
+
this.$fault = "client";
|
|
361
|
+
Object.setPrototypeOf(this, ConstraintViolationException.prototype);
|
|
362
|
+
this.Message = opts.Message;
|
|
363
|
+
this.Reason = opts.Reason;
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
export class DuplicatePolicyAttachmentException extends __BaseException {
|
|
367
|
+
constructor(opts) {
|
|
368
|
+
super({
|
|
369
|
+
name: "DuplicatePolicyAttachmentException",
|
|
370
|
+
$fault: "client",
|
|
371
|
+
...opts,
|
|
372
|
+
});
|
|
373
|
+
this.name = "DuplicatePolicyAttachmentException";
|
|
374
|
+
this.$fault = "client";
|
|
375
|
+
Object.setPrototypeOf(this, DuplicatePolicyAttachmentException.prototype);
|
|
376
|
+
this.Message = opts.Message;
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
export class PolicyChangesInProgressException extends __BaseException {
|
|
380
|
+
constructor(opts) {
|
|
381
|
+
super({
|
|
382
|
+
name: "PolicyChangesInProgressException",
|
|
383
|
+
$fault: "client",
|
|
384
|
+
...opts,
|
|
385
|
+
});
|
|
386
|
+
this.name = "PolicyChangesInProgressException";
|
|
387
|
+
this.$fault = "client";
|
|
388
|
+
Object.setPrototypeOf(this, PolicyChangesInProgressException.prototype);
|
|
389
|
+
this.Message = opts.Message;
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
export class PolicyNotFoundException extends __BaseException {
|
|
393
|
+
constructor(opts) {
|
|
394
|
+
super({
|
|
395
|
+
name: "PolicyNotFoundException",
|
|
396
|
+
$fault: "client",
|
|
397
|
+
...opts,
|
|
398
|
+
});
|
|
399
|
+
this.name = "PolicyNotFoundException";
|
|
400
|
+
this.$fault = "client";
|
|
401
|
+
Object.setPrototypeOf(this, PolicyNotFoundException.prototype);
|
|
402
|
+
this.Message = opts.Message;
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
export class PolicyTypeNotEnabledException extends __BaseException {
|
|
406
|
+
constructor(opts) {
|
|
407
|
+
super({
|
|
408
|
+
name: "PolicyTypeNotEnabledException",
|
|
409
|
+
$fault: "client",
|
|
410
|
+
...opts,
|
|
411
|
+
});
|
|
412
|
+
this.name = "PolicyTypeNotEnabledException";
|
|
413
|
+
this.$fault = "client";
|
|
414
|
+
Object.setPrototypeOf(this, PolicyTypeNotEnabledException.prototype);
|
|
415
|
+
this.Message = opts.Message;
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
export class TargetNotFoundException extends __BaseException {
|
|
419
|
+
constructor(opts) {
|
|
420
|
+
super({
|
|
421
|
+
name: "TargetNotFoundException",
|
|
422
|
+
$fault: "client",
|
|
423
|
+
...opts,
|
|
424
|
+
});
|
|
425
|
+
this.name = "TargetNotFoundException";
|
|
426
|
+
this.$fault = "client";
|
|
427
|
+
Object.setPrototypeOf(this, TargetNotFoundException.prototype);
|
|
428
|
+
this.Message = opts.Message;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
export class UnsupportedAPIEndpointException extends __BaseException {
|
|
432
|
+
constructor(opts) {
|
|
433
|
+
super({
|
|
434
|
+
name: "UnsupportedAPIEndpointException",
|
|
435
|
+
$fault: "client",
|
|
436
|
+
...opts,
|
|
437
|
+
});
|
|
438
|
+
this.name = "UnsupportedAPIEndpointException";
|
|
439
|
+
this.$fault = "client";
|
|
440
|
+
Object.setPrototypeOf(this, UnsupportedAPIEndpointException.prototype);
|
|
441
|
+
this.Message = opts.Message;
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
export class ConflictException extends __BaseException {
|
|
445
|
+
constructor(opts) {
|
|
446
|
+
super({
|
|
447
|
+
name: "ConflictException",
|
|
448
|
+
$fault: "client",
|
|
449
|
+
...opts,
|
|
450
|
+
});
|
|
451
|
+
this.name = "ConflictException";
|
|
452
|
+
this.$fault = "client";
|
|
453
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
454
|
+
this.Message = opts.Message;
|
|
455
|
+
}
|
|
456
|
+
}
|
|
458
457
|
export var IAMUserAccessToBilling;
|
|
459
458
|
(function (IAMUserAccessToBilling) {
|
|
460
459
|
IAMUserAccessToBilling["ALLOW"] = "ALLOW";
|
|
@@ -483,19 +482,19 @@ export var CreateAccountState;
|
|
|
483
482
|
CreateAccountState["IN_PROGRESS"] = "IN_PROGRESS";
|
|
484
483
|
CreateAccountState["SUCCEEDED"] = "SUCCEEDED";
|
|
485
484
|
})(CreateAccountState || (CreateAccountState = {}));
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
}
|
|
498
|
-
|
|
485
|
+
export class FinalizingOrganizationException extends __BaseException {
|
|
486
|
+
constructor(opts) {
|
|
487
|
+
super({
|
|
488
|
+
name: "FinalizingOrganizationException",
|
|
489
|
+
$fault: "client",
|
|
490
|
+
...opts,
|
|
491
|
+
});
|
|
492
|
+
this.name = "FinalizingOrganizationException";
|
|
493
|
+
this.$fault = "client";
|
|
494
|
+
Object.setPrototypeOf(this, FinalizingOrganizationException.prototype);
|
|
495
|
+
this.Message = opts.Message;
|
|
496
|
+
}
|
|
497
|
+
}
|
|
499
498
|
export var OrganizationFeatureSet;
|
|
500
499
|
(function (OrganizationFeatureSet) {
|
|
501
500
|
OrganizationFeatureSet["ALL"] = "ALL";
|
|
@@ -514,238 +513,238 @@ export var PolicyType;
|
|
|
514
513
|
PolicyType["SERVICE_CONTROL_POLICY"] = "SERVICE_CONTROL_POLICY";
|
|
515
514
|
PolicyType["TAG_POLICY"] = "TAG_POLICY";
|
|
516
515
|
})(PolicyType || (PolicyType = {}));
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
}
|
|
646
|
-
|
|
516
|
+
export class DuplicateOrganizationalUnitException extends __BaseException {
|
|
517
|
+
constructor(opts) {
|
|
518
|
+
super({
|
|
519
|
+
name: "DuplicateOrganizationalUnitException",
|
|
520
|
+
$fault: "client",
|
|
521
|
+
...opts,
|
|
522
|
+
});
|
|
523
|
+
this.name = "DuplicateOrganizationalUnitException";
|
|
524
|
+
this.$fault = "client";
|
|
525
|
+
Object.setPrototypeOf(this, DuplicateOrganizationalUnitException.prototype);
|
|
526
|
+
this.Message = opts.Message;
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
export class ParentNotFoundException extends __BaseException {
|
|
530
|
+
constructor(opts) {
|
|
531
|
+
super({
|
|
532
|
+
name: "ParentNotFoundException",
|
|
533
|
+
$fault: "client",
|
|
534
|
+
...opts,
|
|
535
|
+
});
|
|
536
|
+
this.name = "ParentNotFoundException";
|
|
537
|
+
this.$fault = "client";
|
|
538
|
+
Object.setPrototypeOf(this, ParentNotFoundException.prototype);
|
|
539
|
+
this.Message = opts.Message;
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
export class DuplicatePolicyException extends __BaseException {
|
|
543
|
+
constructor(opts) {
|
|
544
|
+
super({
|
|
545
|
+
name: "DuplicatePolicyException",
|
|
546
|
+
$fault: "client",
|
|
547
|
+
...opts,
|
|
548
|
+
});
|
|
549
|
+
this.name = "DuplicatePolicyException";
|
|
550
|
+
this.$fault = "client";
|
|
551
|
+
Object.setPrototypeOf(this, DuplicatePolicyException.prototype);
|
|
552
|
+
this.Message = opts.Message;
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
export class MalformedPolicyDocumentException extends __BaseException {
|
|
556
|
+
constructor(opts) {
|
|
557
|
+
super({
|
|
558
|
+
name: "MalformedPolicyDocumentException",
|
|
559
|
+
$fault: "client",
|
|
560
|
+
...opts,
|
|
561
|
+
});
|
|
562
|
+
this.name = "MalformedPolicyDocumentException";
|
|
563
|
+
this.$fault = "client";
|
|
564
|
+
Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
|
|
565
|
+
this.Message = opts.Message;
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
export class PolicyTypeNotAvailableForOrganizationException extends __BaseException {
|
|
569
|
+
constructor(opts) {
|
|
570
|
+
super({
|
|
571
|
+
name: "PolicyTypeNotAvailableForOrganizationException",
|
|
572
|
+
$fault: "client",
|
|
573
|
+
...opts,
|
|
574
|
+
});
|
|
575
|
+
this.name = "PolicyTypeNotAvailableForOrganizationException";
|
|
576
|
+
this.$fault = "client";
|
|
577
|
+
Object.setPrototypeOf(this, PolicyTypeNotAvailableForOrganizationException.prototype);
|
|
578
|
+
this.Message = opts.Message;
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
export class OrganizationNotEmptyException extends __BaseException {
|
|
582
|
+
constructor(opts) {
|
|
583
|
+
super({
|
|
584
|
+
name: "OrganizationNotEmptyException",
|
|
585
|
+
$fault: "client",
|
|
586
|
+
...opts,
|
|
587
|
+
});
|
|
588
|
+
this.name = "OrganizationNotEmptyException";
|
|
589
|
+
this.$fault = "client";
|
|
590
|
+
Object.setPrototypeOf(this, OrganizationNotEmptyException.prototype);
|
|
591
|
+
this.Message = opts.Message;
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
export class OrganizationalUnitNotEmptyException extends __BaseException {
|
|
595
|
+
constructor(opts) {
|
|
596
|
+
super({
|
|
597
|
+
name: "OrganizationalUnitNotEmptyException",
|
|
598
|
+
$fault: "client",
|
|
599
|
+
...opts,
|
|
600
|
+
});
|
|
601
|
+
this.name = "OrganizationalUnitNotEmptyException";
|
|
602
|
+
this.$fault = "client";
|
|
603
|
+
Object.setPrototypeOf(this, OrganizationalUnitNotEmptyException.prototype);
|
|
604
|
+
this.Message = opts.Message;
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
export class OrganizationalUnitNotFoundException extends __BaseException {
|
|
608
|
+
constructor(opts) {
|
|
609
|
+
super({
|
|
610
|
+
name: "OrganizationalUnitNotFoundException",
|
|
611
|
+
$fault: "client",
|
|
612
|
+
...opts,
|
|
613
|
+
});
|
|
614
|
+
this.name = "OrganizationalUnitNotFoundException";
|
|
615
|
+
this.$fault = "client";
|
|
616
|
+
Object.setPrototypeOf(this, OrganizationalUnitNotFoundException.prototype);
|
|
617
|
+
this.Message = opts.Message;
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
export class PolicyInUseException extends __BaseException {
|
|
621
|
+
constructor(opts) {
|
|
622
|
+
super({
|
|
623
|
+
name: "PolicyInUseException",
|
|
624
|
+
$fault: "client",
|
|
625
|
+
...opts,
|
|
626
|
+
});
|
|
627
|
+
this.name = "PolicyInUseException";
|
|
628
|
+
this.$fault = "client";
|
|
629
|
+
Object.setPrototypeOf(this, PolicyInUseException.prototype);
|
|
630
|
+
this.Message = opts.Message;
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
export class CreateAccountStatusNotFoundException extends __BaseException {
|
|
634
|
+
constructor(opts) {
|
|
635
|
+
super({
|
|
636
|
+
name: "CreateAccountStatusNotFoundException",
|
|
637
|
+
$fault: "client",
|
|
638
|
+
...opts,
|
|
639
|
+
});
|
|
640
|
+
this.name = "CreateAccountStatusNotFoundException";
|
|
641
|
+
this.$fault = "client";
|
|
642
|
+
Object.setPrototypeOf(this, CreateAccountStatusNotFoundException.prototype);
|
|
643
|
+
this.Message = opts.Message;
|
|
644
|
+
}
|
|
645
|
+
}
|
|
647
646
|
export var EffectivePolicyType;
|
|
648
647
|
(function (EffectivePolicyType) {
|
|
649
648
|
EffectivePolicyType["AISERVICES_OPT_OUT_POLICY"] = "AISERVICES_OPT_OUT_POLICY";
|
|
650
649
|
EffectivePolicyType["BACKUP_POLICY"] = "BACKUP_POLICY";
|
|
651
650
|
EffectivePolicyType["TAG_POLICY"] = "TAG_POLICY";
|
|
652
651
|
})(EffectivePolicyType || (EffectivePolicyType = {}));
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
}
|
|
730
|
-
|
|
652
|
+
export class EffectivePolicyNotFoundException extends __BaseException {
|
|
653
|
+
constructor(opts) {
|
|
654
|
+
super({
|
|
655
|
+
name: "EffectivePolicyNotFoundException",
|
|
656
|
+
$fault: "client",
|
|
657
|
+
...opts,
|
|
658
|
+
});
|
|
659
|
+
this.name = "EffectivePolicyNotFoundException";
|
|
660
|
+
this.$fault = "client";
|
|
661
|
+
Object.setPrototypeOf(this, EffectivePolicyNotFoundException.prototype);
|
|
662
|
+
this.Message = opts.Message;
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
export class PolicyNotAttachedException extends __BaseException {
|
|
666
|
+
constructor(opts) {
|
|
667
|
+
super({
|
|
668
|
+
name: "PolicyNotAttachedException",
|
|
669
|
+
$fault: "client",
|
|
670
|
+
...opts,
|
|
671
|
+
});
|
|
672
|
+
this.name = "PolicyNotAttachedException";
|
|
673
|
+
this.$fault = "client";
|
|
674
|
+
Object.setPrototypeOf(this, PolicyNotAttachedException.prototype);
|
|
675
|
+
this.Message = opts.Message;
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
export class RootNotFoundException extends __BaseException {
|
|
679
|
+
constructor(opts) {
|
|
680
|
+
super({
|
|
681
|
+
name: "RootNotFoundException",
|
|
682
|
+
$fault: "client",
|
|
683
|
+
...opts,
|
|
684
|
+
});
|
|
685
|
+
this.name = "RootNotFoundException";
|
|
686
|
+
this.$fault = "client";
|
|
687
|
+
Object.setPrototypeOf(this, RootNotFoundException.prototype);
|
|
688
|
+
this.Message = opts.Message;
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
export class PolicyTypeAlreadyEnabledException extends __BaseException {
|
|
692
|
+
constructor(opts) {
|
|
693
|
+
super({
|
|
694
|
+
name: "PolicyTypeAlreadyEnabledException",
|
|
695
|
+
$fault: "client",
|
|
696
|
+
...opts,
|
|
697
|
+
});
|
|
698
|
+
this.name = "PolicyTypeAlreadyEnabledException";
|
|
699
|
+
this.$fault = "client";
|
|
700
|
+
Object.setPrototypeOf(this, PolicyTypeAlreadyEnabledException.prototype);
|
|
701
|
+
this.Message = opts.Message;
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
export class DuplicateHandshakeException extends __BaseException {
|
|
705
|
+
constructor(opts) {
|
|
706
|
+
super({
|
|
707
|
+
name: "DuplicateHandshakeException",
|
|
708
|
+
$fault: "client",
|
|
709
|
+
...opts,
|
|
710
|
+
});
|
|
711
|
+
this.name = "DuplicateHandshakeException";
|
|
712
|
+
this.$fault = "client";
|
|
713
|
+
Object.setPrototypeOf(this, DuplicateHandshakeException.prototype);
|
|
714
|
+
this.Message = opts.Message;
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
export class MasterCannotLeaveOrganizationException extends __BaseException {
|
|
718
|
+
constructor(opts) {
|
|
719
|
+
super({
|
|
720
|
+
name: "MasterCannotLeaveOrganizationException",
|
|
721
|
+
$fault: "client",
|
|
722
|
+
...opts,
|
|
723
|
+
});
|
|
724
|
+
this.name = "MasterCannotLeaveOrganizationException";
|
|
725
|
+
this.$fault = "client";
|
|
726
|
+
Object.setPrototypeOf(this, MasterCannotLeaveOrganizationException.prototype);
|
|
727
|
+
this.Message = opts.Message;
|
|
728
|
+
}
|
|
729
|
+
}
|
|
731
730
|
export var ChildType;
|
|
732
731
|
(function (ChildType) {
|
|
733
732
|
ChildType["ACCOUNT"] = "ACCOUNT";
|
|
734
733
|
ChildType["ORGANIZATIONAL_UNIT"] = "ORGANIZATIONAL_UNIT";
|
|
735
734
|
})(ChildType || (ChildType = {}));
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
}
|
|
748
|
-
|
|
735
|
+
export class ChildNotFoundException extends __BaseException {
|
|
736
|
+
constructor(opts) {
|
|
737
|
+
super({
|
|
738
|
+
name: "ChildNotFoundException",
|
|
739
|
+
$fault: "client",
|
|
740
|
+
...opts,
|
|
741
|
+
});
|
|
742
|
+
this.name = "ChildNotFoundException";
|
|
743
|
+
this.$fault = "client";
|
|
744
|
+
Object.setPrototypeOf(this, ChildNotFoundException.prototype);
|
|
745
|
+
this.Message = opts.Message;
|
|
746
|
+
}
|
|
747
|
+
}
|
|
749
748
|
export var ParentType;
|
|
750
749
|
(function (ParentType) {
|
|
751
750
|
ParentType["ORGANIZATIONAL_UNIT"] = "ORGANIZATIONAL_UNIT";
|
|
@@ -757,158 +756,403 @@ export var TargetType;
|
|
|
757
756
|
TargetType["ORGANIZATIONAL_UNIT"] = "ORGANIZATIONAL_UNIT";
|
|
758
757
|
TargetType["ROOT"] = "ROOT";
|
|
759
758
|
})(TargetType || (TargetType = {}));
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
export
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
export
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
export
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
})
|
|
811
|
-
export
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
export
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
export
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
export
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
export
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
export
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
export
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
export
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
export
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
export
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
export
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
export
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
export
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
export
|
|
867
|
-
|
|
868
|
-
})
|
|
869
|
-
export
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
export
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
export
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
export
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
export
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
export
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
export
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
export
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
export
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
export
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
export
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
export
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
export
|
|
913
|
-
|
|
914
|
-
|
|
759
|
+
export class DestinationParentNotFoundException extends __BaseException {
|
|
760
|
+
constructor(opts) {
|
|
761
|
+
super({
|
|
762
|
+
name: "DestinationParentNotFoundException",
|
|
763
|
+
$fault: "client",
|
|
764
|
+
...opts,
|
|
765
|
+
});
|
|
766
|
+
this.name = "DestinationParentNotFoundException";
|
|
767
|
+
this.$fault = "client";
|
|
768
|
+
Object.setPrototypeOf(this, DestinationParentNotFoundException.prototype);
|
|
769
|
+
this.Message = opts.Message;
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
export class DuplicateAccountException extends __BaseException {
|
|
773
|
+
constructor(opts) {
|
|
774
|
+
super({
|
|
775
|
+
name: "DuplicateAccountException",
|
|
776
|
+
$fault: "client",
|
|
777
|
+
...opts,
|
|
778
|
+
});
|
|
779
|
+
this.name = "DuplicateAccountException";
|
|
780
|
+
this.$fault = "client";
|
|
781
|
+
Object.setPrototypeOf(this, DuplicateAccountException.prototype);
|
|
782
|
+
this.Message = opts.Message;
|
|
783
|
+
}
|
|
784
|
+
}
|
|
785
|
+
export class SourceParentNotFoundException extends __BaseException {
|
|
786
|
+
constructor(opts) {
|
|
787
|
+
super({
|
|
788
|
+
name: "SourceParentNotFoundException",
|
|
789
|
+
$fault: "client",
|
|
790
|
+
...opts,
|
|
791
|
+
});
|
|
792
|
+
this.name = "SourceParentNotFoundException";
|
|
793
|
+
this.$fault = "client";
|
|
794
|
+
Object.setPrototypeOf(this, SourceParentNotFoundException.prototype);
|
|
795
|
+
this.Message = opts.Message;
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
export const AcceptHandshakeRequestFilterSensitiveLog = (obj) => ({
|
|
799
|
+
...obj,
|
|
800
|
+
});
|
|
801
|
+
export const HandshakePartyFilterSensitiveLog = (obj) => ({
|
|
802
|
+
...obj,
|
|
803
|
+
...(obj.Id && { Id: SENSITIVE_STRING }),
|
|
804
|
+
});
|
|
805
|
+
export const AccountFilterSensitiveLog = (obj) => ({
|
|
806
|
+
...obj,
|
|
807
|
+
...(obj.Email && { Email: SENSITIVE_STRING }),
|
|
808
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
809
|
+
});
|
|
810
|
+
export const AttachPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
811
|
+
...obj,
|
|
812
|
+
});
|
|
813
|
+
export const CancelHandshakeRequestFilterSensitiveLog = (obj) => ({
|
|
814
|
+
...obj,
|
|
815
|
+
});
|
|
816
|
+
export const CloseAccountRequestFilterSensitiveLog = (obj) => ({
|
|
817
|
+
...obj,
|
|
818
|
+
});
|
|
819
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
820
|
+
...obj,
|
|
821
|
+
});
|
|
822
|
+
export const CreateAccountRequestFilterSensitiveLog = (obj) => ({
|
|
823
|
+
...obj,
|
|
824
|
+
...(obj.Email && { Email: SENSITIVE_STRING }),
|
|
825
|
+
...(obj.AccountName && { AccountName: SENSITIVE_STRING }),
|
|
826
|
+
});
|
|
827
|
+
export const CreateAccountStatusFilterSensitiveLog = (obj) => ({
|
|
828
|
+
...obj,
|
|
829
|
+
...(obj.AccountName && { AccountName: SENSITIVE_STRING }),
|
|
830
|
+
});
|
|
831
|
+
export const CreateAccountResponseFilterSensitiveLog = (obj) => ({
|
|
832
|
+
...obj,
|
|
833
|
+
...(obj.CreateAccountStatus && {
|
|
834
|
+
CreateAccountStatus: CreateAccountStatusFilterSensitiveLog(obj.CreateAccountStatus),
|
|
835
|
+
}),
|
|
836
|
+
});
|
|
837
|
+
export const CreateGovCloudAccountRequestFilterSensitiveLog = (obj) => ({
|
|
838
|
+
...obj,
|
|
839
|
+
...(obj.Email && { Email: SENSITIVE_STRING }),
|
|
840
|
+
...(obj.AccountName && { AccountName: SENSITIVE_STRING }),
|
|
841
|
+
});
|
|
842
|
+
export const CreateGovCloudAccountResponseFilterSensitiveLog = (obj) => ({
|
|
843
|
+
...obj,
|
|
844
|
+
...(obj.CreateAccountStatus && {
|
|
845
|
+
CreateAccountStatus: CreateAccountStatusFilterSensitiveLog(obj.CreateAccountStatus),
|
|
846
|
+
}),
|
|
847
|
+
});
|
|
848
|
+
export const CreateOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
849
|
+
...obj,
|
|
850
|
+
});
|
|
851
|
+
export const PolicyTypeSummaryFilterSensitiveLog = (obj) => ({
|
|
852
|
+
...obj,
|
|
853
|
+
});
|
|
854
|
+
export const OrganizationFilterSensitiveLog = (obj) => ({
|
|
855
|
+
...obj,
|
|
856
|
+
...(obj.MasterAccountEmail && { MasterAccountEmail: SENSITIVE_STRING }),
|
|
857
|
+
});
|
|
858
|
+
export const CreateOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
859
|
+
...obj,
|
|
860
|
+
...(obj.Organization && { Organization: OrganizationFilterSensitiveLog(obj.Organization) }),
|
|
861
|
+
});
|
|
862
|
+
export const CreateOrganizationalUnitRequestFilterSensitiveLog = (obj) => ({
|
|
863
|
+
...obj,
|
|
864
|
+
});
|
|
865
|
+
export const OrganizationalUnitFilterSensitiveLog = (obj) => ({
|
|
866
|
+
...obj,
|
|
867
|
+
});
|
|
868
|
+
export const CreateOrganizationalUnitResponseFilterSensitiveLog = (obj) => ({
|
|
869
|
+
...obj,
|
|
870
|
+
});
|
|
871
|
+
export const CreatePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
872
|
+
...obj,
|
|
873
|
+
});
|
|
874
|
+
export const PolicySummaryFilterSensitiveLog = (obj) => ({
|
|
875
|
+
...obj,
|
|
876
|
+
});
|
|
877
|
+
export const PolicyFilterSensitiveLog = (obj) => ({
|
|
878
|
+
...obj,
|
|
879
|
+
});
|
|
880
|
+
export const CreatePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
881
|
+
...obj,
|
|
882
|
+
});
|
|
883
|
+
export const DeclineHandshakeRequestFilterSensitiveLog = (obj) => ({
|
|
884
|
+
...obj,
|
|
885
|
+
});
|
|
886
|
+
export const DeleteOrganizationalUnitRequestFilterSensitiveLog = (obj) => ({
|
|
887
|
+
...obj,
|
|
888
|
+
});
|
|
889
|
+
export const DeletePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
890
|
+
...obj,
|
|
891
|
+
});
|
|
892
|
+
export const DeregisterDelegatedAdministratorRequestFilterSensitiveLog = (obj) => ({
|
|
893
|
+
...obj,
|
|
894
|
+
});
|
|
895
|
+
export const DescribeAccountRequestFilterSensitiveLog = (obj) => ({
|
|
896
|
+
...obj,
|
|
897
|
+
});
|
|
898
|
+
export const DescribeAccountResponseFilterSensitiveLog = (obj) => ({
|
|
899
|
+
...obj,
|
|
900
|
+
...(obj.Account && { Account: AccountFilterSensitiveLog(obj.Account) }),
|
|
901
|
+
});
|
|
902
|
+
export const DescribeCreateAccountStatusRequestFilterSensitiveLog = (obj) => ({
|
|
903
|
+
...obj,
|
|
904
|
+
});
|
|
905
|
+
export const DescribeCreateAccountStatusResponseFilterSensitiveLog = (obj) => ({
|
|
906
|
+
...obj,
|
|
907
|
+
...(obj.CreateAccountStatus && {
|
|
908
|
+
CreateAccountStatus: CreateAccountStatusFilterSensitiveLog(obj.CreateAccountStatus),
|
|
909
|
+
}),
|
|
910
|
+
});
|
|
911
|
+
export const DescribeEffectivePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
912
|
+
...obj,
|
|
913
|
+
});
|
|
914
|
+
export const EffectivePolicyFilterSensitiveLog = (obj) => ({
|
|
915
|
+
...obj,
|
|
916
|
+
});
|
|
917
|
+
export const DescribeEffectivePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
918
|
+
...obj,
|
|
919
|
+
});
|
|
920
|
+
export const DescribeHandshakeRequestFilterSensitiveLog = (obj) => ({
|
|
921
|
+
...obj,
|
|
922
|
+
});
|
|
923
|
+
export const DescribeOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
924
|
+
...obj,
|
|
925
|
+
...(obj.Organization && { Organization: OrganizationFilterSensitiveLog(obj.Organization) }),
|
|
926
|
+
});
|
|
927
|
+
export const DescribeOrganizationalUnitRequestFilterSensitiveLog = (obj) => ({
|
|
928
|
+
...obj,
|
|
929
|
+
});
|
|
930
|
+
export const DescribeOrganizationalUnitResponseFilterSensitiveLog = (obj) => ({
|
|
931
|
+
...obj,
|
|
932
|
+
});
|
|
933
|
+
export const DescribePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
934
|
+
...obj,
|
|
935
|
+
});
|
|
936
|
+
export const DescribePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
937
|
+
...obj,
|
|
938
|
+
});
|
|
939
|
+
export const DetachPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
940
|
+
...obj,
|
|
941
|
+
});
|
|
942
|
+
export const DisableAWSServiceAccessRequestFilterSensitiveLog = (obj) => ({
|
|
943
|
+
...obj,
|
|
944
|
+
});
|
|
945
|
+
export const DisablePolicyTypeRequestFilterSensitiveLog = (obj) => ({
|
|
946
|
+
...obj,
|
|
947
|
+
});
|
|
948
|
+
export const RootFilterSensitiveLog = (obj) => ({
|
|
949
|
+
...obj,
|
|
950
|
+
});
|
|
951
|
+
export const DisablePolicyTypeResponseFilterSensitiveLog = (obj) => ({
|
|
952
|
+
...obj,
|
|
953
|
+
});
|
|
954
|
+
export const EnableAllFeaturesRequestFilterSensitiveLog = (obj) => ({
|
|
955
|
+
...obj,
|
|
956
|
+
});
|
|
957
|
+
export const EnableAWSServiceAccessRequestFilterSensitiveLog = (obj) => ({
|
|
958
|
+
...obj,
|
|
959
|
+
});
|
|
960
|
+
export const EnablePolicyTypeRequestFilterSensitiveLog = (obj) => ({
|
|
961
|
+
...obj,
|
|
962
|
+
});
|
|
963
|
+
export const EnablePolicyTypeResponseFilterSensitiveLog = (obj) => ({
|
|
964
|
+
...obj,
|
|
965
|
+
});
|
|
966
|
+
export const InviteAccountToOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
967
|
+
...obj,
|
|
968
|
+
...(obj.Target && { Target: HandshakePartyFilterSensitiveLog(obj.Target) }),
|
|
969
|
+
...(obj.Notes && { Notes: SENSITIVE_STRING }),
|
|
970
|
+
});
|
|
971
|
+
export const ListAccountsRequestFilterSensitiveLog = (obj) => ({
|
|
972
|
+
...obj,
|
|
973
|
+
});
|
|
974
|
+
export const ListAccountsResponseFilterSensitiveLog = (obj) => ({
|
|
975
|
+
...obj,
|
|
976
|
+
...(obj.Accounts && { Accounts: obj.Accounts.map((item) => AccountFilterSensitiveLog(item)) }),
|
|
977
|
+
});
|
|
978
|
+
export const ListAccountsForParentRequestFilterSensitiveLog = (obj) => ({
|
|
979
|
+
...obj,
|
|
980
|
+
});
|
|
981
|
+
export const ListAccountsForParentResponseFilterSensitiveLog = (obj) => ({
|
|
982
|
+
...obj,
|
|
983
|
+
...(obj.Accounts && { Accounts: obj.Accounts.map((item) => AccountFilterSensitiveLog(item)) }),
|
|
984
|
+
});
|
|
985
|
+
export const ListAWSServiceAccessForOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
986
|
+
...obj,
|
|
987
|
+
});
|
|
988
|
+
export const EnabledServicePrincipalFilterSensitiveLog = (obj) => ({
|
|
989
|
+
...obj,
|
|
990
|
+
});
|
|
991
|
+
export const ListAWSServiceAccessForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
992
|
+
...obj,
|
|
993
|
+
});
|
|
994
|
+
export const ListChildrenRequestFilterSensitiveLog = (obj) => ({
|
|
995
|
+
...obj,
|
|
996
|
+
});
|
|
997
|
+
export const ChildFilterSensitiveLog = (obj) => ({
|
|
998
|
+
...obj,
|
|
999
|
+
});
|
|
1000
|
+
export const ListChildrenResponseFilterSensitiveLog = (obj) => ({
|
|
1001
|
+
...obj,
|
|
1002
|
+
});
|
|
1003
|
+
export const ListCreateAccountStatusRequestFilterSensitiveLog = (obj) => ({
|
|
1004
|
+
...obj,
|
|
1005
|
+
});
|
|
1006
|
+
export const ListCreateAccountStatusResponseFilterSensitiveLog = (obj) => ({
|
|
1007
|
+
...obj,
|
|
1008
|
+
...(obj.CreateAccountStatuses && {
|
|
1009
|
+
CreateAccountStatuses: obj.CreateAccountStatuses.map((item) => CreateAccountStatusFilterSensitiveLog(item)),
|
|
1010
|
+
}),
|
|
1011
|
+
});
|
|
1012
|
+
export const ListDelegatedAdministratorsRequestFilterSensitiveLog = (obj) => ({
|
|
1013
|
+
...obj,
|
|
1014
|
+
});
|
|
1015
|
+
export const DelegatedAdministratorFilterSensitiveLog = (obj) => ({
|
|
1016
|
+
...obj,
|
|
1017
|
+
...(obj.Email && { Email: SENSITIVE_STRING }),
|
|
1018
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
1019
|
+
});
|
|
1020
|
+
export const ListDelegatedAdministratorsResponseFilterSensitiveLog = (obj) => ({
|
|
1021
|
+
...obj,
|
|
1022
|
+
...(obj.DelegatedAdministrators && {
|
|
1023
|
+
DelegatedAdministrators: obj.DelegatedAdministrators.map((item) => DelegatedAdministratorFilterSensitiveLog(item)),
|
|
1024
|
+
}),
|
|
1025
|
+
});
|
|
1026
|
+
export const ListDelegatedServicesForAccountRequestFilterSensitiveLog = (obj) => ({
|
|
1027
|
+
...obj,
|
|
1028
|
+
});
|
|
1029
|
+
export const DelegatedServiceFilterSensitiveLog = (obj) => ({
|
|
1030
|
+
...obj,
|
|
1031
|
+
});
|
|
1032
|
+
export const ListDelegatedServicesForAccountResponseFilterSensitiveLog = (obj) => ({
|
|
1033
|
+
...obj,
|
|
1034
|
+
});
|
|
1035
|
+
export const HandshakeFilterFilterSensitiveLog = (obj) => ({
|
|
1036
|
+
...obj,
|
|
1037
|
+
});
|
|
1038
|
+
export const ListHandshakesForAccountRequestFilterSensitiveLog = (obj) => ({
|
|
1039
|
+
...obj,
|
|
1040
|
+
});
|
|
1041
|
+
export const ListHandshakesForOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
1042
|
+
...obj,
|
|
1043
|
+
});
|
|
1044
|
+
export const ListOrganizationalUnitsForParentRequestFilterSensitiveLog = (obj) => ({
|
|
1045
|
+
...obj,
|
|
1046
|
+
});
|
|
1047
|
+
export const ListOrganizationalUnitsForParentResponseFilterSensitiveLog = (obj) => ({
|
|
1048
|
+
...obj,
|
|
1049
|
+
});
|
|
1050
|
+
export const ListParentsRequestFilterSensitiveLog = (obj) => ({
|
|
1051
|
+
...obj,
|
|
1052
|
+
});
|
|
1053
|
+
export const ParentFilterSensitiveLog = (obj) => ({
|
|
1054
|
+
...obj,
|
|
1055
|
+
});
|
|
1056
|
+
export const ListParentsResponseFilterSensitiveLog = (obj) => ({
|
|
1057
|
+
...obj,
|
|
1058
|
+
});
|
|
1059
|
+
export const ListPoliciesRequestFilterSensitiveLog = (obj) => ({
|
|
1060
|
+
...obj,
|
|
1061
|
+
});
|
|
1062
|
+
export const ListPoliciesResponseFilterSensitiveLog = (obj) => ({
|
|
1063
|
+
...obj,
|
|
1064
|
+
});
|
|
1065
|
+
export const ListPoliciesForTargetRequestFilterSensitiveLog = (obj) => ({
|
|
1066
|
+
...obj,
|
|
1067
|
+
});
|
|
1068
|
+
export const ListPoliciesForTargetResponseFilterSensitiveLog = (obj) => ({
|
|
1069
|
+
...obj,
|
|
1070
|
+
});
|
|
1071
|
+
export const ListRootsRequestFilterSensitiveLog = (obj) => ({
|
|
1072
|
+
...obj,
|
|
1073
|
+
});
|
|
1074
|
+
export const ListRootsResponseFilterSensitiveLog = (obj) => ({
|
|
1075
|
+
...obj,
|
|
1076
|
+
});
|
|
1077
|
+
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1078
|
+
...obj,
|
|
1079
|
+
});
|
|
1080
|
+
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1081
|
+
...obj,
|
|
1082
|
+
});
|
|
1083
|
+
export const ListTargetsForPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1084
|
+
...obj,
|
|
1085
|
+
});
|
|
1086
|
+
export const PolicyTargetSummaryFilterSensitiveLog = (obj) => ({
|
|
1087
|
+
...obj,
|
|
1088
|
+
});
|
|
1089
|
+
export const ListTargetsForPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1090
|
+
...obj,
|
|
1091
|
+
});
|
|
1092
|
+
export const MoveAccountRequestFilterSensitiveLog = (obj) => ({
|
|
1093
|
+
...obj,
|
|
1094
|
+
});
|
|
1095
|
+
export const RegisterDelegatedAdministratorRequestFilterSensitiveLog = (obj) => ({
|
|
1096
|
+
...obj,
|
|
1097
|
+
});
|
|
1098
|
+
export const RemoveAccountFromOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
1099
|
+
...obj,
|
|
1100
|
+
});
|
|
1101
|
+
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1102
|
+
...obj,
|
|
1103
|
+
});
|
|
1104
|
+
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1105
|
+
...obj,
|
|
1106
|
+
});
|
|
1107
|
+
export const UpdateOrganizationalUnitRequestFilterSensitiveLog = (obj) => ({
|
|
1108
|
+
...obj,
|
|
1109
|
+
});
|
|
1110
|
+
export const UpdateOrganizationalUnitResponseFilterSensitiveLog = (obj) => ({
|
|
1111
|
+
...obj,
|
|
1112
|
+
});
|
|
1113
|
+
export const UpdatePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1114
|
+
...obj,
|
|
1115
|
+
});
|
|
1116
|
+
export const UpdatePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1117
|
+
...obj,
|
|
1118
|
+
});
|
|
1119
|
+
export const HandshakeResourceFilterSensitiveLog = (obj) => ({
|
|
1120
|
+
...obj,
|
|
1121
|
+
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
1122
|
+
...(obj.Resources && { Resources: obj.Resources.map((item) => HandshakeResourceFilterSensitiveLog(item)) }),
|
|
1123
|
+
});
|
|
1124
|
+
export const HandshakeFilterSensitiveLog = (obj) => ({
|
|
1125
|
+
...obj,
|
|
1126
|
+
...(obj.Parties && { Parties: obj.Parties.map((item) => HandshakePartyFilterSensitiveLog(item)) }),
|
|
1127
|
+
...(obj.Resources && { Resources: obj.Resources.map((item) => HandshakeResourceFilterSensitiveLog(item)) }),
|
|
1128
|
+
});
|
|
1129
|
+
export const AcceptHandshakeResponseFilterSensitiveLog = (obj) => ({
|
|
1130
|
+
...obj,
|
|
1131
|
+
...(obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }),
|
|
1132
|
+
});
|
|
1133
|
+
export const CancelHandshakeResponseFilterSensitiveLog = (obj) => ({
|
|
1134
|
+
...obj,
|
|
1135
|
+
...(obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }),
|
|
1136
|
+
});
|
|
1137
|
+
export const DeclineHandshakeResponseFilterSensitiveLog = (obj) => ({
|
|
1138
|
+
...obj,
|
|
1139
|
+
...(obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }),
|
|
1140
|
+
});
|
|
1141
|
+
export const DescribeHandshakeResponseFilterSensitiveLog = (obj) => ({
|
|
1142
|
+
...obj,
|
|
1143
|
+
...(obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }),
|
|
1144
|
+
});
|
|
1145
|
+
export const EnableAllFeaturesResponseFilterSensitiveLog = (obj) => ({
|
|
1146
|
+
...obj,
|
|
1147
|
+
...(obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }),
|
|
1148
|
+
});
|
|
1149
|
+
export const InviteAccountToOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
1150
|
+
...obj,
|
|
1151
|
+
...(obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }),
|
|
1152
|
+
});
|
|
1153
|
+
export const ListHandshakesForAccountResponseFilterSensitiveLog = (obj) => ({
|
|
1154
|
+
...obj,
|
|
1155
|
+
});
|
|
1156
|
+
export const ListHandshakesForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
1157
|
+
...obj,
|
|
1158
|
+
});
|