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