@aws-sdk/client-organizations 3.490.0 → 3.495.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/Organizations.js +1 -121
- package/dist-cjs/OrganizationsClient.js +1 -43
- package/dist-cjs/commands/AcceptHandshakeCommand.js +1 -29
- package/dist-cjs/commands/AttachPolicyCommand.js +1 -28
- package/dist-cjs/commands/CancelHandshakeCommand.js +1 -29
- package/dist-cjs/commands/CloseAccountCommand.js +1 -28
- package/dist-cjs/commands/CreateAccountCommand.js +1 -29
- package/dist-cjs/commands/CreateGovCloudAccountCommand.js +1 -29
- package/dist-cjs/commands/CreateOrganizationCommand.js +1 -29
- package/dist-cjs/commands/CreateOrganizationalUnitCommand.js +1 -28
- package/dist-cjs/commands/CreatePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeclineHandshakeCommand.js +1 -29
- package/dist-cjs/commands/DeleteOrganizationCommand.js +1 -28
- package/dist-cjs/commands/DeleteOrganizationalUnitCommand.js +1 -28
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeregisterDelegatedAdministratorCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccountCommand.js +1 -29
- package/dist-cjs/commands/DescribeCreateAccountStatusCommand.js +1 -29
- package/dist-cjs/commands/DescribeEffectivePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeHandshakeCommand.js +1 -29
- package/dist-cjs/commands/DescribeOrganizationCommand.js +1 -29
- package/dist-cjs/commands/DescribeOrganizationalUnitCommand.js +1 -28
- package/dist-cjs/commands/DescribePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DetachPolicyCommand.js +1 -28
- package/dist-cjs/commands/DisableAWSServiceAccessCommand.js +1 -28
- package/dist-cjs/commands/DisablePolicyTypeCommand.js +1 -28
- package/dist-cjs/commands/EnableAWSServiceAccessCommand.js +1 -28
- package/dist-cjs/commands/EnableAllFeaturesCommand.js +1 -29
- package/dist-cjs/commands/EnablePolicyTypeCommand.js +1 -28
- package/dist-cjs/commands/InviteAccountToOrganizationCommand.js +1 -29
- package/dist-cjs/commands/LeaveOrganizationCommand.js +1 -28
- package/dist-cjs/commands/ListAWSServiceAccessForOrganizationCommand.js +1 -28
- package/dist-cjs/commands/ListAccountsCommand.js +1 -29
- package/dist-cjs/commands/ListAccountsForParentCommand.js +1 -29
- package/dist-cjs/commands/ListChildrenCommand.js +1 -28
- package/dist-cjs/commands/ListCreateAccountStatusCommand.js +1 -29
- package/dist-cjs/commands/ListDelegatedAdministratorsCommand.js +1 -29
- package/dist-cjs/commands/ListDelegatedServicesForAccountCommand.js +1 -28
- package/dist-cjs/commands/ListHandshakesForAccountCommand.js +1 -29
- package/dist-cjs/commands/ListHandshakesForOrganizationCommand.js +1 -29
- package/dist-cjs/commands/ListOrganizationalUnitsForParentCommand.js +1 -28
- package/dist-cjs/commands/ListParentsCommand.js +1 -28
- package/dist-cjs/commands/ListPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListPoliciesForTargetCommand.js +1 -28
- package/dist-cjs/commands/ListRootsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTargetsForPolicyCommand.js +1 -28
- package/dist-cjs/commands/MoveAccountCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/RegisterDelegatedAdministratorCommand.js +1 -28
- package/dist-cjs/commands/RemoveAccountFromOrganizationCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateOrganizationalUnitCommand.js +1 -28
- package/dist-cjs/commands/UpdatePolicyCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -58
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6618 -11
- package/dist-cjs/models/OrganizationsServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -1002
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAWSServiceAccessForOrganizationPaginator.js +1 -7
- package/dist-cjs/pagination/ListAccountsForParentPaginator.js +1 -7
- package/dist-cjs/pagination/ListAccountsPaginator.js +1 -7
- package/dist-cjs/pagination/ListChildrenPaginator.js +1 -7
- package/dist-cjs/pagination/ListCreateAccountStatusPaginator.js +1 -7
- package/dist-cjs/pagination/ListDelegatedAdministratorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDelegatedServicesForAccountPaginator.js +1 -7
- package/dist-cjs/pagination/ListHandshakesForAccountPaginator.js +1 -7
- package/dist-cjs/pagination/ListHandshakesForOrganizationPaginator.js +1 -7
- package/dist-cjs/pagination/ListOrganizationalUnitsForParentPaginator.js +1 -7
- package/dist-cjs/pagination/ListParentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPoliciesForTargetPaginator.js +1 -7
- package/dist-cjs/pagination/ListPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListRootsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/ListTargetsForPolicyPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -20
- package/dist-cjs/protocols/Aws_json1_1.js +1 -4048
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,1002 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OrganizationalUnitNotFoundException = exports.OrganizationalUnitNotEmptyException = exports.OrganizationNotEmptyException = exports.PolicyTypeNotAvailableForOrganizationException = exports.MalformedPolicyDocumentException = exports.DuplicatePolicyException = exports.ParentNotFoundException = exports.DuplicateOrganizationalUnitException = exports.PolicyType = exports.PolicyTypeStatus = exports.OrganizationFeatureSet = exports.FinalizingOrganizationException = exports.CreateAccountState = exports.CreateAccountFailureReason = exports.IAMUserAccessToBilling = exports.ConflictException = exports.UnsupportedAPIEndpointException = exports.TargetNotFoundException = exports.PolicyTypeNotEnabledException = exports.PolicyNotFoundException = exports.PolicyChangesInProgressException = exports.DuplicatePolicyAttachmentException = exports.ConstraintViolationException = exports.ConstraintViolationExceptionReason = exports.AlreadyInOrganizationException = exports.AccountOwnerNotVerifiedException = exports.AccountNotRegisteredException = exports.AccountNotFoundException = exports.AccountAlreadyRegisteredException = exports.AccountAlreadyClosedException = exports.AccountStatus = exports.AccountJoinedMethod = exports.TooManyRequestsException = exports.ServiceException = exports.InvalidInputException = exports.InvalidInputExceptionReason = exports.InvalidHandshakeTransitionException = exports.HandshakeNotFoundException = exports.HandshakeConstraintViolationException = exports.HandshakeConstraintViolationExceptionReason = exports.HandshakeAlreadyInStateException = exports.ConcurrentModificationException = exports.AWSOrganizationsNotInUseException = exports.AccessDeniedForDependencyException = exports.AccessDeniedForDependencyExceptionReason = exports.AccessDeniedException = exports.HandshakeState = exports.HandshakeResourceType = exports.HandshakePartyType = exports.ActionType = void 0;
|
|
4
|
-
exports.ListHandshakesForOrganizationResponseFilterSensitiveLog = exports.ListHandshakesForAccountResponseFilterSensitiveLog = exports.InviteAccountToOrganizationResponseFilterSensitiveLog = exports.EnableAllFeaturesResponseFilterSensitiveLog = exports.DescribeHandshakeResponseFilterSensitiveLog = exports.DeclineHandshakeResponseFilterSensitiveLog = exports.CancelHandshakeResponseFilterSensitiveLog = exports.AcceptHandshakeResponseFilterSensitiveLog = exports.HandshakeFilterSensitiveLog = exports.HandshakeResourceFilterSensitiveLog = exports.ListDelegatedAdministratorsResponseFilterSensitiveLog = exports.DelegatedAdministratorFilterSensitiveLog = exports.ListCreateAccountStatusResponseFilterSensitiveLog = exports.ListAccountsForParentResponseFilterSensitiveLog = exports.ListAccountsResponseFilterSensitiveLog = exports.InviteAccountToOrganizationRequestFilterSensitiveLog = exports.DescribeOrganizationResponseFilterSensitiveLog = exports.DescribeCreateAccountStatusResponseFilterSensitiveLog = exports.DescribeAccountResponseFilterSensitiveLog = exports.CreateOrganizationResponseFilterSensitiveLog = exports.OrganizationFilterSensitiveLog = exports.CreateGovCloudAccountResponseFilterSensitiveLog = exports.CreateGovCloudAccountRequestFilterSensitiveLog = exports.CreateAccountResponseFilterSensitiveLog = exports.CreateAccountStatusFilterSensitiveLog = exports.CreateAccountRequestFilterSensitiveLog = exports.AccountFilterSensitiveLog = exports.HandshakePartyFilterSensitiveLog = exports.SourceParentNotFoundException = exports.DuplicateAccountException = exports.DestinationParentNotFoundException = exports.TargetType = exports.ParentType = exports.ChildNotFoundException = exports.ChildType = exports.MasterCannotLeaveOrganizationException = exports.DuplicateHandshakeException = exports.PolicyTypeAlreadyEnabledException = exports.RootNotFoundException = exports.PolicyNotAttachedException = exports.EffectivePolicyNotFoundException = exports.EffectivePolicyType = exports.CreateAccountStatusNotFoundException = exports.ResourcePolicyNotFoundException = exports.PolicyInUseException = void 0;
|
|
5
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
|
-
const OrganizationsServiceException_1 = require("./OrganizationsServiceException");
|
|
7
|
-
exports.ActionType = {
|
|
8
|
-
ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE: "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE",
|
|
9
|
-
APPROVE_ALL_FEATURES: "APPROVE_ALL_FEATURES",
|
|
10
|
-
ENABLE_ALL_FEATURES: "ENABLE_ALL_FEATURES",
|
|
11
|
-
INVITE_ACCOUNT_TO_ORGANIZATION: "INVITE",
|
|
12
|
-
};
|
|
13
|
-
exports.HandshakePartyType = {
|
|
14
|
-
ACCOUNT: "ACCOUNT",
|
|
15
|
-
EMAIL: "EMAIL",
|
|
16
|
-
ORGANIZATION: "ORGANIZATION",
|
|
17
|
-
};
|
|
18
|
-
exports.HandshakeResourceType = {
|
|
19
|
-
ACCOUNT: "ACCOUNT",
|
|
20
|
-
EMAIL: "EMAIL",
|
|
21
|
-
MASTER_EMAIL: "MASTER_EMAIL",
|
|
22
|
-
MASTER_NAME: "MASTER_NAME",
|
|
23
|
-
NOTES: "NOTES",
|
|
24
|
-
ORGANIZATION: "ORGANIZATION",
|
|
25
|
-
ORGANIZATION_FEATURE_SET: "ORGANIZATION_FEATURE_SET",
|
|
26
|
-
PARENT_HANDSHAKE: "PARENT_HANDSHAKE",
|
|
27
|
-
};
|
|
28
|
-
exports.HandshakeState = {
|
|
29
|
-
ACCEPTED: "ACCEPTED",
|
|
30
|
-
CANCELED: "CANCELED",
|
|
31
|
-
DECLINED: "DECLINED",
|
|
32
|
-
EXPIRED: "EXPIRED",
|
|
33
|
-
OPEN: "OPEN",
|
|
34
|
-
REQUESTED: "REQUESTED",
|
|
35
|
-
};
|
|
36
|
-
class AccessDeniedException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
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
|
-
}
|
|
49
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
50
|
-
exports.AccessDeniedForDependencyExceptionReason = {
|
|
51
|
-
ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE: "ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE",
|
|
52
|
-
};
|
|
53
|
-
class AccessDeniedForDependencyException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
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
|
-
exports.AccessDeniedForDependencyException = AccessDeniedForDependencyException;
|
|
68
|
-
class AWSOrganizationsNotInUseException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
69
|
-
constructor(opts) {
|
|
70
|
-
super({
|
|
71
|
-
name: "AWSOrganizationsNotInUseException",
|
|
72
|
-
$fault: "client",
|
|
73
|
-
...opts,
|
|
74
|
-
});
|
|
75
|
-
this.name = "AWSOrganizationsNotInUseException";
|
|
76
|
-
this.$fault = "client";
|
|
77
|
-
Object.setPrototypeOf(this, AWSOrganizationsNotInUseException.prototype);
|
|
78
|
-
this.Message = opts.Message;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
exports.AWSOrganizationsNotInUseException = AWSOrganizationsNotInUseException;
|
|
82
|
-
class ConcurrentModificationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
83
|
-
constructor(opts) {
|
|
84
|
-
super({
|
|
85
|
-
name: "ConcurrentModificationException",
|
|
86
|
-
$fault: "client",
|
|
87
|
-
...opts,
|
|
88
|
-
});
|
|
89
|
-
this.name = "ConcurrentModificationException";
|
|
90
|
-
this.$fault = "client";
|
|
91
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
92
|
-
this.Message = opts.Message;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
96
|
-
class HandshakeAlreadyInStateException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
97
|
-
constructor(opts) {
|
|
98
|
-
super({
|
|
99
|
-
name: "HandshakeAlreadyInStateException",
|
|
100
|
-
$fault: "client",
|
|
101
|
-
...opts,
|
|
102
|
-
});
|
|
103
|
-
this.name = "HandshakeAlreadyInStateException";
|
|
104
|
-
this.$fault = "client";
|
|
105
|
-
Object.setPrototypeOf(this, HandshakeAlreadyInStateException.prototype);
|
|
106
|
-
this.Message = opts.Message;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
exports.HandshakeAlreadyInStateException = HandshakeAlreadyInStateException;
|
|
110
|
-
exports.HandshakeConstraintViolationExceptionReason = {
|
|
111
|
-
ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
|
|
112
|
-
ALREADY_IN_AN_ORGANIZATION: "ALREADY_IN_AN_ORGANIZATION",
|
|
113
|
-
HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED",
|
|
114
|
-
INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: "INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES",
|
|
115
|
-
MANAGEMENT_ACCOUNT_EMAIL_NOT_VERIFIED: "MANAGEMENT_ACCOUNT_EMAIL_NOT_VERIFIED",
|
|
116
|
-
ORGANIZATION_ALREADY_HAS_ALL_FEATURES: "ORGANIZATION_ALREADY_HAS_ALL_FEATURES",
|
|
117
|
-
ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: "ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD",
|
|
118
|
-
ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION: "ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION",
|
|
119
|
-
ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED",
|
|
120
|
-
PAYMENT_INSTRUMENT_REQUIRED: "PAYMENT_INSTRUMENT_REQUIRED",
|
|
121
|
-
};
|
|
122
|
-
class HandshakeConstraintViolationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
123
|
-
constructor(opts) {
|
|
124
|
-
super({
|
|
125
|
-
name: "HandshakeConstraintViolationException",
|
|
126
|
-
$fault: "client",
|
|
127
|
-
...opts,
|
|
128
|
-
});
|
|
129
|
-
this.name = "HandshakeConstraintViolationException";
|
|
130
|
-
this.$fault = "client";
|
|
131
|
-
Object.setPrototypeOf(this, HandshakeConstraintViolationException.prototype);
|
|
132
|
-
this.Message = opts.Message;
|
|
133
|
-
this.Reason = opts.Reason;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
exports.HandshakeConstraintViolationException = HandshakeConstraintViolationException;
|
|
137
|
-
class HandshakeNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
138
|
-
constructor(opts) {
|
|
139
|
-
super({
|
|
140
|
-
name: "HandshakeNotFoundException",
|
|
141
|
-
$fault: "client",
|
|
142
|
-
...opts,
|
|
143
|
-
});
|
|
144
|
-
this.name = "HandshakeNotFoundException";
|
|
145
|
-
this.$fault = "client";
|
|
146
|
-
Object.setPrototypeOf(this, HandshakeNotFoundException.prototype);
|
|
147
|
-
this.Message = opts.Message;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
exports.HandshakeNotFoundException = HandshakeNotFoundException;
|
|
151
|
-
class InvalidHandshakeTransitionException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
152
|
-
constructor(opts) {
|
|
153
|
-
super({
|
|
154
|
-
name: "InvalidHandshakeTransitionException",
|
|
155
|
-
$fault: "client",
|
|
156
|
-
...opts,
|
|
157
|
-
});
|
|
158
|
-
this.name = "InvalidHandshakeTransitionException";
|
|
159
|
-
this.$fault = "client";
|
|
160
|
-
Object.setPrototypeOf(this, InvalidHandshakeTransitionException.prototype);
|
|
161
|
-
this.Message = opts.Message;
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
exports.InvalidHandshakeTransitionException = InvalidHandshakeTransitionException;
|
|
165
|
-
exports.InvalidInputExceptionReason = {
|
|
166
|
-
DUPLICATE_TAG_KEY: "DUPLICATE_TAG_KEY",
|
|
167
|
-
IMMUTABLE_POLICY: "IMMUTABLE_POLICY",
|
|
168
|
-
INPUT_REQUIRED: "INPUT_REQUIRED",
|
|
169
|
-
INVALID_EMAIL_ADDRESS_TARGET: "INVALID_EMAIL_ADDRESS_TARGET",
|
|
170
|
-
INVALID_ENUM: "INVALID_ENUM",
|
|
171
|
-
INVALID_ENUM_POLICY_TYPE: "INVALID_ENUM_POLICY_TYPE",
|
|
172
|
-
INVALID_FULL_NAME_TARGET: "INVALID_FULL_NAME_TARGET",
|
|
173
|
-
INVALID_LIST_MEMBER: "INVALID_LIST_MEMBER",
|
|
174
|
-
INVALID_PAGINATION_TOKEN: "INVALID_NEXT_TOKEN",
|
|
175
|
-
INVALID_PARTY_TYPE_TARGET: "INVALID_PARTY_TYPE_TARGET",
|
|
176
|
-
INVALID_PATTERN: "INVALID_PATTERN",
|
|
177
|
-
INVALID_PATTERN_TARGET_ID: "INVALID_PATTERN_TARGET_ID",
|
|
178
|
-
INVALID_RESOURCE_POLICY_JSON: "INVALID_RESOURCE_POLICY_JSON",
|
|
179
|
-
INVALID_ROLE_NAME: "INVALID_ROLE_NAME",
|
|
180
|
-
INVALID_SYNTAX_ORGANIZATION: "INVALID_SYNTAX_ORGANIZATION_ARN",
|
|
181
|
-
INVALID_SYNTAX_POLICY: "INVALID_SYNTAX_POLICY_ID",
|
|
182
|
-
INVALID_SYSTEM_TAGS_PARAMETER: "INVALID_SYSTEM_TAGS_PARAMETER",
|
|
183
|
-
MAX_FILTER_LIMIT_EXCEEDED: "MAX_LIMIT_EXCEEDED_FILTER",
|
|
184
|
-
MAX_LENGTH_EXCEEDED: "MAX_LENGTH_EXCEEDED",
|
|
185
|
-
MAX_VALUE_EXCEEDED: "MAX_VALUE_EXCEEDED",
|
|
186
|
-
MIN_LENGTH_EXCEEDED: "MIN_LENGTH_EXCEEDED",
|
|
187
|
-
MIN_VALUE_EXCEEDED: "MIN_VALUE_EXCEEDED",
|
|
188
|
-
MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS",
|
|
189
|
-
TARGET_NOT_SUPPORTED: "TARGET_NOT_SUPPORTED",
|
|
190
|
-
UNRECOGNIZED_SERVICE_PRINCIPAL: "UNRECOGNIZED_SERVICE_PRINCIPAL",
|
|
191
|
-
UNSUPPORTED_ACTION_IN_RESOURCE_POLICY: "UNSUPPORTED_ACTION_IN_RESOURCE_POLICY",
|
|
192
|
-
UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY: "UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY",
|
|
193
|
-
UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY: "UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY",
|
|
194
|
-
};
|
|
195
|
-
class InvalidInputException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
196
|
-
constructor(opts) {
|
|
197
|
-
super({
|
|
198
|
-
name: "InvalidInputException",
|
|
199
|
-
$fault: "client",
|
|
200
|
-
...opts,
|
|
201
|
-
});
|
|
202
|
-
this.name = "InvalidInputException";
|
|
203
|
-
this.$fault = "client";
|
|
204
|
-
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
205
|
-
this.Message = opts.Message;
|
|
206
|
-
this.Reason = opts.Reason;
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
exports.InvalidInputException = InvalidInputException;
|
|
210
|
-
class ServiceException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
211
|
-
constructor(opts) {
|
|
212
|
-
super({
|
|
213
|
-
name: "ServiceException",
|
|
214
|
-
$fault: "server",
|
|
215
|
-
...opts,
|
|
216
|
-
});
|
|
217
|
-
this.name = "ServiceException";
|
|
218
|
-
this.$fault = "server";
|
|
219
|
-
Object.setPrototypeOf(this, ServiceException.prototype);
|
|
220
|
-
this.Message = opts.Message;
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
exports.ServiceException = ServiceException;
|
|
224
|
-
class TooManyRequestsException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
225
|
-
constructor(opts) {
|
|
226
|
-
super({
|
|
227
|
-
name: "TooManyRequestsException",
|
|
228
|
-
$fault: "client",
|
|
229
|
-
...opts,
|
|
230
|
-
});
|
|
231
|
-
this.name = "TooManyRequestsException";
|
|
232
|
-
this.$fault = "client";
|
|
233
|
-
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
234
|
-
this.Type = opts.Type;
|
|
235
|
-
this.Message = opts.Message;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
exports.TooManyRequestsException = TooManyRequestsException;
|
|
239
|
-
exports.AccountJoinedMethod = {
|
|
240
|
-
CREATED: "CREATED",
|
|
241
|
-
INVITED: "INVITED",
|
|
242
|
-
};
|
|
243
|
-
exports.AccountStatus = {
|
|
244
|
-
ACTIVE: "ACTIVE",
|
|
245
|
-
PENDING_CLOSURE: "PENDING_CLOSURE",
|
|
246
|
-
SUSPENDED: "SUSPENDED",
|
|
247
|
-
};
|
|
248
|
-
class AccountAlreadyClosedException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
249
|
-
constructor(opts) {
|
|
250
|
-
super({
|
|
251
|
-
name: "AccountAlreadyClosedException",
|
|
252
|
-
$fault: "client",
|
|
253
|
-
...opts,
|
|
254
|
-
});
|
|
255
|
-
this.name = "AccountAlreadyClosedException";
|
|
256
|
-
this.$fault = "client";
|
|
257
|
-
Object.setPrototypeOf(this, AccountAlreadyClosedException.prototype);
|
|
258
|
-
this.Message = opts.Message;
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
exports.AccountAlreadyClosedException = AccountAlreadyClosedException;
|
|
262
|
-
class AccountAlreadyRegisteredException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
263
|
-
constructor(opts) {
|
|
264
|
-
super({
|
|
265
|
-
name: "AccountAlreadyRegisteredException",
|
|
266
|
-
$fault: "client",
|
|
267
|
-
...opts,
|
|
268
|
-
});
|
|
269
|
-
this.name = "AccountAlreadyRegisteredException";
|
|
270
|
-
this.$fault = "client";
|
|
271
|
-
Object.setPrototypeOf(this, AccountAlreadyRegisteredException.prototype);
|
|
272
|
-
this.Message = opts.Message;
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
exports.AccountAlreadyRegisteredException = AccountAlreadyRegisteredException;
|
|
276
|
-
class AccountNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
277
|
-
constructor(opts) {
|
|
278
|
-
super({
|
|
279
|
-
name: "AccountNotFoundException",
|
|
280
|
-
$fault: "client",
|
|
281
|
-
...opts,
|
|
282
|
-
});
|
|
283
|
-
this.name = "AccountNotFoundException";
|
|
284
|
-
this.$fault = "client";
|
|
285
|
-
Object.setPrototypeOf(this, AccountNotFoundException.prototype);
|
|
286
|
-
this.Message = opts.Message;
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
exports.AccountNotFoundException = AccountNotFoundException;
|
|
290
|
-
class AccountNotRegisteredException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
291
|
-
constructor(opts) {
|
|
292
|
-
super({
|
|
293
|
-
name: "AccountNotRegisteredException",
|
|
294
|
-
$fault: "client",
|
|
295
|
-
...opts,
|
|
296
|
-
});
|
|
297
|
-
this.name = "AccountNotRegisteredException";
|
|
298
|
-
this.$fault = "client";
|
|
299
|
-
Object.setPrototypeOf(this, AccountNotRegisteredException.prototype);
|
|
300
|
-
this.Message = opts.Message;
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
exports.AccountNotRegisteredException = AccountNotRegisteredException;
|
|
304
|
-
class AccountOwnerNotVerifiedException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
305
|
-
constructor(opts) {
|
|
306
|
-
super({
|
|
307
|
-
name: "AccountOwnerNotVerifiedException",
|
|
308
|
-
$fault: "client",
|
|
309
|
-
...opts,
|
|
310
|
-
});
|
|
311
|
-
this.name = "AccountOwnerNotVerifiedException";
|
|
312
|
-
this.$fault = "client";
|
|
313
|
-
Object.setPrototypeOf(this, AccountOwnerNotVerifiedException.prototype);
|
|
314
|
-
this.Message = opts.Message;
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
exports.AccountOwnerNotVerifiedException = AccountOwnerNotVerifiedException;
|
|
318
|
-
class AlreadyInOrganizationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
319
|
-
constructor(opts) {
|
|
320
|
-
super({
|
|
321
|
-
name: "AlreadyInOrganizationException",
|
|
322
|
-
$fault: "client",
|
|
323
|
-
...opts,
|
|
324
|
-
});
|
|
325
|
-
this.name = "AlreadyInOrganizationException";
|
|
326
|
-
this.$fault = "client";
|
|
327
|
-
Object.setPrototypeOf(this, AlreadyInOrganizationException.prototype);
|
|
328
|
-
this.Message = opts.Message;
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
exports.AlreadyInOrganizationException = AlreadyInOrganizationException;
|
|
332
|
-
exports.ConstraintViolationExceptionReason = {
|
|
333
|
-
ACCOUNT_CANNOT_LEAVE_ORGANIZATION: "ACCOUNT_CANNOT_LEAVE_ORGANIZATION",
|
|
334
|
-
ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA",
|
|
335
|
-
ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION",
|
|
336
|
-
ACCOUNT_CREATION_NOT_COMPLETE: "ACCOUNT_CREATION_NOT_COMPLETE",
|
|
337
|
-
ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
|
|
338
|
-
ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
|
|
339
|
-
CANNOT_CLOSE_MANAGEMENT_ACCOUNT: "CANNOT_CLOSE_MANAGEMENT_ACCOUNT",
|
|
340
|
-
CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR",
|
|
341
|
-
CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG",
|
|
342
|
-
CLOSE_ACCOUNT_QUOTA_EXCEEDED: "CLOSE_ACCOUNT_QUOTA_EXCEEDED",
|
|
343
|
-
CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: "CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED",
|
|
344
|
-
CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: "CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION",
|
|
345
|
-
DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE",
|
|
346
|
-
EMAIL_VERIFICATION_CODE_EXPIRED: "EMAIL_VERIFICATION_CODE_EXPIRED",
|
|
347
|
-
HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED",
|
|
348
|
-
INVALID_PAYMENT_INSTRUMENT: "INVALID_PAYMENT_INSTRUMENT",
|
|
349
|
-
MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE",
|
|
350
|
-
MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: "MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE",
|
|
351
|
-
MASTER_ACCOUNT_MISSING_CONTACT_INFO: "MASTER_ACCOUNT_MISSING_CONTACT_INFO",
|
|
352
|
-
MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: "MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED",
|
|
353
|
-
MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
|
|
354
|
-
MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED",
|
|
355
|
-
MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
|
|
356
|
-
MAX_TAG_LIMIT_EXCEEDED: "MAX_TAG_LIMIT_EXCEEDED",
|
|
357
|
-
MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
|
|
358
|
-
MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
|
|
359
|
-
ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE",
|
|
360
|
-
OU_DEPTH_LIMIT_EXCEEDED: "OU_DEPTH_LIMIT_EXCEEDED",
|
|
361
|
-
OU_NUMBER_LIMIT_EXCEEDED: "OU_NUMBER_LIMIT_EXCEEDED",
|
|
362
|
-
POLICY_CONTENT_LIMIT_EXCEEDED: "POLICY_CONTENT_LIMIT_EXCEEDED",
|
|
363
|
-
POLICY_NUMBER_LIMIT_EXCEEDED: "POLICY_NUMBER_LIMIT_EXCEEDED",
|
|
364
|
-
SERVICE_ACCESS_NOT_ENABLED: "SERVICE_ACCESS_NOT_ENABLED",
|
|
365
|
-
TAG_POLICY_VIOLATION: "TAG_POLICY_VIOLATION",
|
|
366
|
-
WAIT_PERIOD_ACTIVE: "WAIT_PERIOD_ACTIVE",
|
|
367
|
-
};
|
|
368
|
-
class ConstraintViolationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
369
|
-
constructor(opts) {
|
|
370
|
-
super({
|
|
371
|
-
name: "ConstraintViolationException",
|
|
372
|
-
$fault: "client",
|
|
373
|
-
...opts,
|
|
374
|
-
});
|
|
375
|
-
this.name = "ConstraintViolationException";
|
|
376
|
-
this.$fault = "client";
|
|
377
|
-
Object.setPrototypeOf(this, ConstraintViolationException.prototype);
|
|
378
|
-
this.Message = opts.Message;
|
|
379
|
-
this.Reason = opts.Reason;
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
exports.ConstraintViolationException = ConstraintViolationException;
|
|
383
|
-
class DuplicatePolicyAttachmentException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
384
|
-
constructor(opts) {
|
|
385
|
-
super({
|
|
386
|
-
name: "DuplicatePolicyAttachmentException",
|
|
387
|
-
$fault: "client",
|
|
388
|
-
...opts,
|
|
389
|
-
});
|
|
390
|
-
this.name = "DuplicatePolicyAttachmentException";
|
|
391
|
-
this.$fault = "client";
|
|
392
|
-
Object.setPrototypeOf(this, DuplicatePolicyAttachmentException.prototype);
|
|
393
|
-
this.Message = opts.Message;
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
exports.DuplicatePolicyAttachmentException = DuplicatePolicyAttachmentException;
|
|
397
|
-
class PolicyChangesInProgressException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
398
|
-
constructor(opts) {
|
|
399
|
-
super({
|
|
400
|
-
name: "PolicyChangesInProgressException",
|
|
401
|
-
$fault: "client",
|
|
402
|
-
...opts,
|
|
403
|
-
});
|
|
404
|
-
this.name = "PolicyChangesInProgressException";
|
|
405
|
-
this.$fault = "client";
|
|
406
|
-
Object.setPrototypeOf(this, PolicyChangesInProgressException.prototype);
|
|
407
|
-
this.Message = opts.Message;
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
exports.PolicyChangesInProgressException = PolicyChangesInProgressException;
|
|
411
|
-
class PolicyNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
412
|
-
constructor(opts) {
|
|
413
|
-
super({
|
|
414
|
-
name: "PolicyNotFoundException",
|
|
415
|
-
$fault: "client",
|
|
416
|
-
...opts,
|
|
417
|
-
});
|
|
418
|
-
this.name = "PolicyNotFoundException";
|
|
419
|
-
this.$fault = "client";
|
|
420
|
-
Object.setPrototypeOf(this, PolicyNotFoundException.prototype);
|
|
421
|
-
this.Message = opts.Message;
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
exports.PolicyNotFoundException = PolicyNotFoundException;
|
|
425
|
-
class PolicyTypeNotEnabledException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
426
|
-
constructor(opts) {
|
|
427
|
-
super({
|
|
428
|
-
name: "PolicyTypeNotEnabledException",
|
|
429
|
-
$fault: "client",
|
|
430
|
-
...opts,
|
|
431
|
-
});
|
|
432
|
-
this.name = "PolicyTypeNotEnabledException";
|
|
433
|
-
this.$fault = "client";
|
|
434
|
-
Object.setPrototypeOf(this, PolicyTypeNotEnabledException.prototype);
|
|
435
|
-
this.Message = opts.Message;
|
|
436
|
-
}
|
|
437
|
-
}
|
|
438
|
-
exports.PolicyTypeNotEnabledException = PolicyTypeNotEnabledException;
|
|
439
|
-
class TargetNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
440
|
-
constructor(opts) {
|
|
441
|
-
super({
|
|
442
|
-
name: "TargetNotFoundException",
|
|
443
|
-
$fault: "client",
|
|
444
|
-
...opts,
|
|
445
|
-
});
|
|
446
|
-
this.name = "TargetNotFoundException";
|
|
447
|
-
this.$fault = "client";
|
|
448
|
-
Object.setPrototypeOf(this, TargetNotFoundException.prototype);
|
|
449
|
-
this.Message = opts.Message;
|
|
450
|
-
}
|
|
451
|
-
}
|
|
452
|
-
exports.TargetNotFoundException = TargetNotFoundException;
|
|
453
|
-
class UnsupportedAPIEndpointException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
454
|
-
constructor(opts) {
|
|
455
|
-
super({
|
|
456
|
-
name: "UnsupportedAPIEndpointException",
|
|
457
|
-
$fault: "client",
|
|
458
|
-
...opts,
|
|
459
|
-
});
|
|
460
|
-
this.name = "UnsupportedAPIEndpointException";
|
|
461
|
-
this.$fault = "client";
|
|
462
|
-
Object.setPrototypeOf(this, UnsupportedAPIEndpointException.prototype);
|
|
463
|
-
this.Message = opts.Message;
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
exports.UnsupportedAPIEndpointException = UnsupportedAPIEndpointException;
|
|
467
|
-
class ConflictException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
468
|
-
constructor(opts) {
|
|
469
|
-
super({
|
|
470
|
-
name: "ConflictException",
|
|
471
|
-
$fault: "client",
|
|
472
|
-
...opts,
|
|
473
|
-
});
|
|
474
|
-
this.name = "ConflictException";
|
|
475
|
-
this.$fault = "client";
|
|
476
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
477
|
-
this.Message = opts.Message;
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
exports.ConflictException = ConflictException;
|
|
481
|
-
exports.IAMUserAccessToBilling = {
|
|
482
|
-
ALLOW: "ALLOW",
|
|
483
|
-
DENY: "DENY",
|
|
484
|
-
};
|
|
485
|
-
exports.CreateAccountFailureReason = {
|
|
486
|
-
ACCOUNT_LIMIT_EXCEEDED: "ACCOUNT_LIMIT_EXCEEDED",
|
|
487
|
-
CONCURRENT_ACCOUNT_MODIFICATION: "CONCURRENT_ACCOUNT_MODIFICATION",
|
|
488
|
-
EMAIL_ALREADY_EXISTS: "EMAIL_ALREADY_EXISTS",
|
|
489
|
-
FAILED_BUSINESS_VALIDATION: "FAILED_BUSINESS_VALIDATION",
|
|
490
|
-
GOVCLOUD_ACCOUNT_ALREADY_EXISTS: "GOVCLOUD_ACCOUNT_ALREADY_EXISTS",
|
|
491
|
-
INTERNAL_FAILURE: "INTERNAL_FAILURE",
|
|
492
|
-
INVALID_ADDRESS: "INVALID_ADDRESS",
|
|
493
|
-
INVALID_EMAIL: "INVALID_EMAIL",
|
|
494
|
-
INVALID_IDENTITY_FOR_BUSINESS_VALIDATION: "INVALID_IDENTITY_FOR_BUSINESS_VALIDATION",
|
|
495
|
-
INVALID_PAYMENT_INSTRUMENT: "INVALID_PAYMENT_INSTRUMENT",
|
|
496
|
-
MISSING_BUSINESS_VALIDATION: "MISSING_BUSINESS_VALIDATION",
|
|
497
|
-
MISSING_PAYMENT_INSTRUMENT: "MISSING_PAYMENT_INSTRUMENT",
|
|
498
|
-
PENDING_BUSINESS_VALIDATIONv: "PENDING_BUSINESS_VALIDATION",
|
|
499
|
-
UNKNOWN_BUSINESS_VALIDATION: "UNKNOWN_BUSINESS_VALIDATION",
|
|
500
|
-
UPDATE_EXISTING_RESOURCE_POLICY_WITH_TAGS_NOT_SUPPORTED: "UPDATE_EXISTING_RESOURCE_POLICY_WITH_TAGS_NOT_SUPPORTED",
|
|
501
|
-
};
|
|
502
|
-
exports.CreateAccountState = {
|
|
503
|
-
FAILED: "FAILED",
|
|
504
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
505
|
-
SUCCEEDED: "SUCCEEDED",
|
|
506
|
-
};
|
|
507
|
-
class FinalizingOrganizationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
508
|
-
constructor(opts) {
|
|
509
|
-
super({
|
|
510
|
-
name: "FinalizingOrganizationException",
|
|
511
|
-
$fault: "client",
|
|
512
|
-
...opts,
|
|
513
|
-
});
|
|
514
|
-
this.name = "FinalizingOrganizationException";
|
|
515
|
-
this.$fault = "client";
|
|
516
|
-
Object.setPrototypeOf(this, FinalizingOrganizationException.prototype);
|
|
517
|
-
this.Message = opts.Message;
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
exports.FinalizingOrganizationException = FinalizingOrganizationException;
|
|
521
|
-
exports.OrganizationFeatureSet = {
|
|
522
|
-
ALL: "ALL",
|
|
523
|
-
CONSOLIDATED_BILLING: "CONSOLIDATED_BILLING",
|
|
524
|
-
};
|
|
525
|
-
exports.PolicyTypeStatus = {
|
|
526
|
-
ENABLED: "ENABLED",
|
|
527
|
-
PENDING_DISABLE: "PENDING_DISABLE",
|
|
528
|
-
PENDING_ENABLE: "PENDING_ENABLE",
|
|
529
|
-
};
|
|
530
|
-
exports.PolicyType = {
|
|
531
|
-
AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
|
|
532
|
-
BACKUP_POLICY: "BACKUP_POLICY",
|
|
533
|
-
SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY",
|
|
534
|
-
TAG_POLICY: "TAG_POLICY",
|
|
535
|
-
};
|
|
536
|
-
class DuplicateOrganizationalUnitException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
537
|
-
constructor(opts) {
|
|
538
|
-
super({
|
|
539
|
-
name: "DuplicateOrganizationalUnitException",
|
|
540
|
-
$fault: "client",
|
|
541
|
-
...opts,
|
|
542
|
-
});
|
|
543
|
-
this.name = "DuplicateOrganizationalUnitException";
|
|
544
|
-
this.$fault = "client";
|
|
545
|
-
Object.setPrototypeOf(this, DuplicateOrganizationalUnitException.prototype);
|
|
546
|
-
this.Message = opts.Message;
|
|
547
|
-
}
|
|
548
|
-
}
|
|
549
|
-
exports.DuplicateOrganizationalUnitException = DuplicateOrganizationalUnitException;
|
|
550
|
-
class ParentNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
551
|
-
constructor(opts) {
|
|
552
|
-
super({
|
|
553
|
-
name: "ParentNotFoundException",
|
|
554
|
-
$fault: "client",
|
|
555
|
-
...opts,
|
|
556
|
-
});
|
|
557
|
-
this.name = "ParentNotFoundException";
|
|
558
|
-
this.$fault = "client";
|
|
559
|
-
Object.setPrototypeOf(this, ParentNotFoundException.prototype);
|
|
560
|
-
this.Message = opts.Message;
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
exports.ParentNotFoundException = ParentNotFoundException;
|
|
564
|
-
class DuplicatePolicyException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
565
|
-
constructor(opts) {
|
|
566
|
-
super({
|
|
567
|
-
name: "DuplicatePolicyException",
|
|
568
|
-
$fault: "client",
|
|
569
|
-
...opts,
|
|
570
|
-
});
|
|
571
|
-
this.name = "DuplicatePolicyException";
|
|
572
|
-
this.$fault = "client";
|
|
573
|
-
Object.setPrototypeOf(this, DuplicatePolicyException.prototype);
|
|
574
|
-
this.Message = opts.Message;
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
exports.DuplicatePolicyException = DuplicatePolicyException;
|
|
578
|
-
class MalformedPolicyDocumentException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
579
|
-
constructor(opts) {
|
|
580
|
-
super({
|
|
581
|
-
name: "MalformedPolicyDocumentException",
|
|
582
|
-
$fault: "client",
|
|
583
|
-
...opts,
|
|
584
|
-
});
|
|
585
|
-
this.name = "MalformedPolicyDocumentException";
|
|
586
|
-
this.$fault = "client";
|
|
587
|
-
Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
|
|
588
|
-
this.Message = opts.Message;
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;
|
|
592
|
-
class PolicyTypeNotAvailableForOrganizationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
593
|
-
constructor(opts) {
|
|
594
|
-
super({
|
|
595
|
-
name: "PolicyTypeNotAvailableForOrganizationException",
|
|
596
|
-
$fault: "client",
|
|
597
|
-
...opts,
|
|
598
|
-
});
|
|
599
|
-
this.name = "PolicyTypeNotAvailableForOrganizationException";
|
|
600
|
-
this.$fault = "client";
|
|
601
|
-
Object.setPrototypeOf(this, PolicyTypeNotAvailableForOrganizationException.prototype);
|
|
602
|
-
this.Message = opts.Message;
|
|
603
|
-
}
|
|
604
|
-
}
|
|
605
|
-
exports.PolicyTypeNotAvailableForOrganizationException = PolicyTypeNotAvailableForOrganizationException;
|
|
606
|
-
class OrganizationNotEmptyException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
607
|
-
constructor(opts) {
|
|
608
|
-
super({
|
|
609
|
-
name: "OrganizationNotEmptyException",
|
|
610
|
-
$fault: "client",
|
|
611
|
-
...opts,
|
|
612
|
-
});
|
|
613
|
-
this.name = "OrganizationNotEmptyException";
|
|
614
|
-
this.$fault = "client";
|
|
615
|
-
Object.setPrototypeOf(this, OrganizationNotEmptyException.prototype);
|
|
616
|
-
this.Message = opts.Message;
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
exports.OrganizationNotEmptyException = OrganizationNotEmptyException;
|
|
620
|
-
class OrganizationalUnitNotEmptyException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
621
|
-
constructor(opts) {
|
|
622
|
-
super({
|
|
623
|
-
name: "OrganizationalUnitNotEmptyException",
|
|
624
|
-
$fault: "client",
|
|
625
|
-
...opts,
|
|
626
|
-
});
|
|
627
|
-
this.name = "OrganizationalUnitNotEmptyException";
|
|
628
|
-
this.$fault = "client";
|
|
629
|
-
Object.setPrototypeOf(this, OrganizationalUnitNotEmptyException.prototype);
|
|
630
|
-
this.Message = opts.Message;
|
|
631
|
-
}
|
|
632
|
-
}
|
|
633
|
-
exports.OrganizationalUnitNotEmptyException = OrganizationalUnitNotEmptyException;
|
|
634
|
-
class OrganizationalUnitNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
635
|
-
constructor(opts) {
|
|
636
|
-
super({
|
|
637
|
-
name: "OrganizationalUnitNotFoundException",
|
|
638
|
-
$fault: "client",
|
|
639
|
-
...opts,
|
|
640
|
-
});
|
|
641
|
-
this.name = "OrganizationalUnitNotFoundException";
|
|
642
|
-
this.$fault = "client";
|
|
643
|
-
Object.setPrototypeOf(this, OrganizationalUnitNotFoundException.prototype);
|
|
644
|
-
this.Message = opts.Message;
|
|
645
|
-
}
|
|
646
|
-
}
|
|
647
|
-
exports.OrganizationalUnitNotFoundException = OrganizationalUnitNotFoundException;
|
|
648
|
-
class PolicyInUseException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
649
|
-
constructor(opts) {
|
|
650
|
-
super({
|
|
651
|
-
name: "PolicyInUseException",
|
|
652
|
-
$fault: "client",
|
|
653
|
-
...opts,
|
|
654
|
-
});
|
|
655
|
-
this.name = "PolicyInUseException";
|
|
656
|
-
this.$fault = "client";
|
|
657
|
-
Object.setPrototypeOf(this, PolicyInUseException.prototype);
|
|
658
|
-
this.Message = opts.Message;
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
exports.PolicyInUseException = PolicyInUseException;
|
|
662
|
-
class ResourcePolicyNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
663
|
-
constructor(opts) {
|
|
664
|
-
super({
|
|
665
|
-
name: "ResourcePolicyNotFoundException",
|
|
666
|
-
$fault: "client",
|
|
667
|
-
...opts,
|
|
668
|
-
});
|
|
669
|
-
this.name = "ResourcePolicyNotFoundException";
|
|
670
|
-
this.$fault = "client";
|
|
671
|
-
Object.setPrototypeOf(this, ResourcePolicyNotFoundException.prototype);
|
|
672
|
-
this.Message = opts.Message;
|
|
673
|
-
}
|
|
674
|
-
}
|
|
675
|
-
exports.ResourcePolicyNotFoundException = ResourcePolicyNotFoundException;
|
|
676
|
-
class CreateAccountStatusNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
677
|
-
constructor(opts) {
|
|
678
|
-
super({
|
|
679
|
-
name: "CreateAccountStatusNotFoundException",
|
|
680
|
-
$fault: "client",
|
|
681
|
-
...opts,
|
|
682
|
-
});
|
|
683
|
-
this.name = "CreateAccountStatusNotFoundException";
|
|
684
|
-
this.$fault = "client";
|
|
685
|
-
Object.setPrototypeOf(this, CreateAccountStatusNotFoundException.prototype);
|
|
686
|
-
this.Message = opts.Message;
|
|
687
|
-
}
|
|
688
|
-
}
|
|
689
|
-
exports.CreateAccountStatusNotFoundException = CreateAccountStatusNotFoundException;
|
|
690
|
-
exports.EffectivePolicyType = {
|
|
691
|
-
AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
|
|
692
|
-
BACKUP_POLICY: "BACKUP_POLICY",
|
|
693
|
-
TAG_POLICY: "TAG_POLICY",
|
|
694
|
-
};
|
|
695
|
-
class EffectivePolicyNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
696
|
-
constructor(opts) {
|
|
697
|
-
super({
|
|
698
|
-
name: "EffectivePolicyNotFoundException",
|
|
699
|
-
$fault: "client",
|
|
700
|
-
...opts,
|
|
701
|
-
});
|
|
702
|
-
this.name = "EffectivePolicyNotFoundException";
|
|
703
|
-
this.$fault = "client";
|
|
704
|
-
Object.setPrototypeOf(this, EffectivePolicyNotFoundException.prototype);
|
|
705
|
-
this.Message = opts.Message;
|
|
706
|
-
}
|
|
707
|
-
}
|
|
708
|
-
exports.EffectivePolicyNotFoundException = EffectivePolicyNotFoundException;
|
|
709
|
-
class PolicyNotAttachedException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
710
|
-
constructor(opts) {
|
|
711
|
-
super({
|
|
712
|
-
name: "PolicyNotAttachedException",
|
|
713
|
-
$fault: "client",
|
|
714
|
-
...opts,
|
|
715
|
-
});
|
|
716
|
-
this.name = "PolicyNotAttachedException";
|
|
717
|
-
this.$fault = "client";
|
|
718
|
-
Object.setPrototypeOf(this, PolicyNotAttachedException.prototype);
|
|
719
|
-
this.Message = opts.Message;
|
|
720
|
-
}
|
|
721
|
-
}
|
|
722
|
-
exports.PolicyNotAttachedException = PolicyNotAttachedException;
|
|
723
|
-
class RootNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
724
|
-
constructor(opts) {
|
|
725
|
-
super({
|
|
726
|
-
name: "RootNotFoundException",
|
|
727
|
-
$fault: "client",
|
|
728
|
-
...opts,
|
|
729
|
-
});
|
|
730
|
-
this.name = "RootNotFoundException";
|
|
731
|
-
this.$fault = "client";
|
|
732
|
-
Object.setPrototypeOf(this, RootNotFoundException.prototype);
|
|
733
|
-
this.Message = opts.Message;
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
exports.RootNotFoundException = RootNotFoundException;
|
|
737
|
-
class PolicyTypeAlreadyEnabledException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
738
|
-
constructor(opts) {
|
|
739
|
-
super({
|
|
740
|
-
name: "PolicyTypeAlreadyEnabledException",
|
|
741
|
-
$fault: "client",
|
|
742
|
-
...opts,
|
|
743
|
-
});
|
|
744
|
-
this.name = "PolicyTypeAlreadyEnabledException";
|
|
745
|
-
this.$fault = "client";
|
|
746
|
-
Object.setPrototypeOf(this, PolicyTypeAlreadyEnabledException.prototype);
|
|
747
|
-
this.Message = opts.Message;
|
|
748
|
-
}
|
|
749
|
-
}
|
|
750
|
-
exports.PolicyTypeAlreadyEnabledException = PolicyTypeAlreadyEnabledException;
|
|
751
|
-
class DuplicateHandshakeException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
752
|
-
constructor(opts) {
|
|
753
|
-
super({
|
|
754
|
-
name: "DuplicateHandshakeException",
|
|
755
|
-
$fault: "client",
|
|
756
|
-
...opts,
|
|
757
|
-
});
|
|
758
|
-
this.name = "DuplicateHandshakeException";
|
|
759
|
-
this.$fault = "client";
|
|
760
|
-
Object.setPrototypeOf(this, DuplicateHandshakeException.prototype);
|
|
761
|
-
this.Message = opts.Message;
|
|
762
|
-
}
|
|
763
|
-
}
|
|
764
|
-
exports.DuplicateHandshakeException = DuplicateHandshakeException;
|
|
765
|
-
class MasterCannotLeaveOrganizationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
766
|
-
constructor(opts) {
|
|
767
|
-
super({
|
|
768
|
-
name: "MasterCannotLeaveOrganizationException",
|
|
769
|
-
$fault: "client",
|
|
770
|
-
...opts,
|
|
771
|
-
});
|
|
772
|
-
this.name = "MasterCannotLeaveOrganizationException";
|
|
773
|
-
this.$fault = "client";
|
|
774
|
-
Object.setPrototypeOf(this, MasterCannotLeaveOrganizationException.prototype);
|
|
775
|
-
this.Message = opts.Message;
|
|
776
|
-
}
|
|
777
|
-
}
|
|
778
|
-
exports.MasterCannotLeaveOrganizationException = MasterCannotLeaveOrganizationException;
|
|
779
|
-
exports.ChildType = {
|
|
780
|
-
ACCOUNT: "ACCOUNT",
|
|
781
|
-
ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT",
|
|
782
|
-
};
|
|
783
|
-
class ChildNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
784
|
-
constructor(opts) {
|
|
785
|
-
super({
|
|
786
|
-
name: "ChildNotFoundException",
|
|
787
|
-
$fault: "client",
|
|
788
|
-
...opts,
|
|
789
|
-
});
|
|
790
|
-
this.name = "ChildNotFoundException";
|
|
791
|
-
this.$fault = "client";
|
|
792
|
-
Object.setPrototypeOf(this, ChildNotFoundException.prototype);
|
|
793
|
-
this.Message = opts.Message;
|
|
794
|
-
}
|
|
795
|
-
}
|
|
796
|
-
exports.ChildNotFoundException = ChildNotFoundException;
|
|
797
|
-
exports.ParentType = {
|
|
798
|
-
ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT",
|
|
799
|
-
ROOT: "ROOT",
|
|
800
|
-
};
|
|
801
|
-
exports.TargetType = {
|
|
802
|
-
ACCOUNT: "ACCOUNT",
|
|
803
|
-
ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT",
|
|
804
|
-
ROOT: "ROOT",
|
|
805
|
-
};
|
|
806
|
-
class DestinationParentNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
807
|
-
constructor(opts) {
|
|
808
|
-
super({
|
|
809
|
-
name: "DestinationParentNotFoundException",
|
|
810
|
-
$fault: "client",
|
|
811
|
-
...opts,
|
|
812
|
-
});
|
|
813
|
-
this.name = "DestinationParentNotFoundException";
|
|
814
|
-
this.$fault = "client";
|
|
815
|
-
Object.setPrototypeOf(this, DestinationParentNotFoundException.prototype);
|
|
816
|
-
this.Message = opts.Message;
|
|
817
|
-
}
|
|
818
|
-
}
|
|
819
|
-
exports.DestinationParentNotFoundException = DestinationParentNotFoundException;
|
|
820
|
-
class DuplicateAccountException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
821
|
-
constructor(opts) {
|
|
822
|
-
super({
|
|
823
|
-
name: "DuplicateAccountException",
|
|
824
|
-
$fault: "client",
|
|
825
|
-
...opts,
|
|
826
|
-
});
|
|
827
|
-
this.name = "DuplicateAccountException";
|
|
828
|
-
this.$fault = "client";
|
|
829
|
-
Object.setPrototypeOf(this, DuplicateAccountException.prototype);
|
|
830
|
-
this.Message = opts.Message;
|
|
831
|
-
}
|
|
832
|
-
}
|
|
833
|
-
exports.DuplicateAccountException = DuplicateAccountException;
|
|
834
|
-
class SourceParentNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
835
|
-
constructor(opts) {
|
|
836
|
-
super({
|
|
837
|
-
name: "SourceParentNotFoundException",
|
|
838
|
-
$fault: "client",
|
|
839
|
-
...opts,
|
|
840
|
-
});
|
|
841
|
-
this.name = "SourceParentNotFoundException";
|
|
842
|
-
this.$fault = "client";
|
|
843
|
-
Object.setPrototypeOf(this, SourceParentNotFoundException.prototype);
|
|
844
|
-
this.Message = opts.Message;
|
|
845
|
-
}
|
|
846
|
-
}
|
|
847
|
-
exports.SourceParentNotFoundException = SourceParentNotFoundException;
|
|
848
|
-
const HandshakePartyFilterSensitiveLog = (obj) => ({
|
|
849
|
-
...obj,
|
|
850
|
-
...(obj.Id && { Id: smithy_client_1.SENSITIVE_STRING }),
|
|
851
|
-
});
|
|
852
|
-
exports.HandshakePartyFilterSensitiveLog = HandshakePartyFilterSensitiveLog;
|
|
853
|
-
const AccountFilterSensitiveLog = (obj) => ({
|
|
854
|
-
...obj,
|
|
855
|
-
...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
|
|
856
|
-
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
857
|
-
});
|
|
858
|
-
exports.AccountFilterSensitiveLog = AccountFilterSensitiveLog;
|
|
859
|
-
const CreateAccountRequestFilterSensitiveLog = (obj) => ({
|
|
860
|
-
...obj,
|
|
861
|
-
...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
|
|
862
|
-
...(obj.AccountName && { AccountName: smithy_client_1.SENSITIVE_STRING }),
|
|
863
|
-
});
|
|
864
|
-
exports.CreateAccountRequestFilterSensitiveLog = CreateAccountRequestFilterSensitiveLog;
|
|
865
|
-
const CreateAccountStatusFilterSensitiveLog = (obj) => ({
|
|
866
|
-
...obj,
|
|
867
|
-
...(obj.AccountName && { AccountName: smithy_client_1.SENSITIVE_STRING }),
|
|
868
|
-
});
|
|
869
|
-
exports.CreateAccountStatusFilterSensitiveLog = CreateAccountStatusFilterSensitiveLog;
|
|
870
|
-
const CreateAccountResponseFilterSensitiveLog = (obj) => ({
|
|
871
|
-
...obj,
|
|
872
|
-
...(obj.CreateAccountStatus && {
|
|
873
|
-
CreateAccountStatus: (0, exports.CreateAccountStatusFilterSensitiveLog)(obj.CreateAccountStatus),
|
|
874
|
-
}),
|
|
875
|
-
});
|
|
876
|
-
exports.CreateAccountResponseFilterSensitiveLog = CreateAccountResponseFilterSensitiveLog;
|
|
877
|
-
const CreateGovCloudAccountRequestFilterSensitiveLog = (obj) => ({
|
|
878
|
-
...obj,
|
|
879
|
-
...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
|
|
880
|
-
...(obj.AccountName && { AccountName: smithy_client_1.SENSITIVE_STRING }),
|
|
881
|
-
});
|
|
882
|
-
exports.CreateGovCloudAccountRequestFilterSensitiveLog = CreateGovCloudAccountRequestFilterSensitiveLog;
|
|
883
|
-
const CreateGovCloudAccountResponseFilterSensitiveLog = (obj) => ({
|
|
884
|
-
...obj,
|
|
885
|
-
...(obj.CreateAccountStatus && {
|
|
886
|
-
CreateAccountStatus: (0, exports.CreateAccountStatusFilterSensitiveLog)(obj.CreateAccountStatus),
|
|
887
|
-
}),
|
|
888
|
-
});
|
|
889
|
-
exports.CreateGovCloudAccountResponseFilterSensitiveLog = CreateGovCloudAccountResponseFilterSensitiveLog;
|
|
890
|
-
const OrganizationFilterSensitiveLog = (obj) => ({
|
|
891
|
-
...obj,
|
|
892
|
-
...(obj.MasterAccountEmail && { MasterAccountEmail: smithy_client_1.SENSITIVE_STRING }),
|
|
893
|
-
});
|
|
894
|
-
exports.OrganizationFilterSensitiveLog = OrganizationFilterSensitiveLog;
|
|
895
|
-
const CreateOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
896
|
-
...obj,
|
|
897
|
-
...(obj.Organization && { Organization: (0, exports.OrganizationFilterSensitiveLog)(obj.Organization) }),
|
|
898
|
-
});
|
|
899
|
-
exports.CreateOrganizationResponseFilterSensitiveLog = CreateOrganizationResponseFilterSensitiveLog;
|
|
900
|
-
const DescribeAccountResponseFilterSensitiveLog = (obj) => ({
|
|
901
|
-
...obj,
|
|
902
|
-
...(obj.Account && { Account: (0, exports.AccountFilterSensitiveLog)(obj.Account) }),
|
|
903
|
-
});
|
|
904
|
-
exports.DescribeAccountResponseFilterSensitiveLog = DescribeAccountResponseFilterSensitiveLog;
|
|
905
|
-
const DescribeCreateAccountStatusResponseFilterSensitiveLog = (obj) => ({
|
|
906
|
-
...obj,
|
|
907
|
-
...(obj.CreateAccountStatus && {
|
|
908
|
-
CreateAccountStatus: (0, exports.CreateAccountStatusFilterSensitiveLog)(obj.CreateAccountStatus),
|
|
909
|
-
}),
|
|
910
|
-
});
|
|
911
|
-
exports.DescribeCreateAccountStatusResponseFilterSensitiveLog = DescribeCreateAccountStatusResponseFilterSensitiveLog;
|
|
912
|
-
const DescribeOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
913
|
-
...obj,
|
|
914
|
-
...(obj.Organization && { Organization: (0, exports.OrganizationFilterSensitiveLog)(obj.Organization) }),
|
|
915
|
-
});
|
|
916
|
-
exports.DescribeOrganizationResponseFilterSensitiveLog = DescribeOrganizationResponseFilterSensitiveLog;
|
|
917
|
-
const InviteAccountToOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
918
|
-
...obj,
|
|
919
|
-
...(obj.Target && { Target: (0, exports.HandshakePartyFilterSensitiveLog)(obj.Target) }),
|
|
920
|
-
...(obj.Notes && { Notes: smithy_client_1.SENSITIVE_STRING }),
|
|
921
|
-
});
|
|
922
|
-
exports.InviteAccountToOrganizationRequestFilterSensitiveLog = InviteAccountToOrganizationRequestFilterSensitiveLog;
|
|
923
|
-
const ListAccountsResponseFilterSensitiveLog = (obj) => ({
|
|
924
|
-
...obj,
|
|
925
|
-
...(obj.Accounts && { Accounts: obj.Accounts.map((item) => (0, exports.AccountFilterSensitiveLog)(item)) }),
|
|
926
|
-
});
|
|
927
|
-
exports.ListAccountsResponseFilterSensitiveLog = ListAccountsResponseFilterSensitiveLog;
|
|
928
|
-
const ListAccountsForParentResponseFilterSensitiveLog = (obj) => ({
|
|
929
|
-
...obj,
|
|
930
|
-
...(obj.Accounts && { Accounts: obj.Accounts.map((item) => (0, exports.AccountFilterSensitiveLog)(item)) }),
|
|
931
|
-
});
|
|
932
|
-
exports.ListAccountsForParentResponseFilterSensitiveLog = ListAccountsForParentResponseFilterSensitiveLog;
|
|
933
|
-
const ListCreateAccountStatusResponseFilterSensitiveLog = (obj) => ({
|
|
934
|
-
...obj,
|
|
935
|
-
...(obj.CreateAccountStatuses && {
|
|
936
|
-
CreateAccountStatuses: obj.CreateAccountStatuses.map((item) => (0, exports.CreateAccountStatusFilterSensitiveLog)(item)),
|
|
937
|
-
}),
|
|
938
|
-
});
|
|
939
|
-
exports.ListCreateAccountStatusResponseFilterSensitiveLog = ListCreateAccountStatusResponseFilterSensitiveLog;
|
|
940
|
-
const DelegatedAdministratorFilterSensitiveLog = (obj) => ({
|
|
941
|
-
...obj,
|
|
942
|
-
...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
|
|
943
|
-
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
944
|
-
});
|
|
945
|
-
exports.DelegatedAdministratorFilterSensitiveLog = DelegatedAdministratorFilterSensitiveLog;
|
|
946
|
-
const ListDelegatedAdministratorsResponseFilterSensitiveLog = (obj) => ({
|
|
947
|
-
...obj,
|
|
948
|
-
...(obj.DelegatedAdministrators && {
|
|
949
|
-
DelegatedAdministrators: obj.DelegatedAdministrators.map((item) => (0, exports.DelegatedAdministratorFilterSensitiveLog)(item)),
|
|
950
|
-
}),
|
|
951
|
-
});
|
|
952
|
-
exports.ListDelegatedAdministratorsResponseFilterSensitiveLog = ListDelegatedAdministratorsResponseFilterSensitiveLog;
|
|
953
|
-
const HandshakeResourceFilterSensitiveLog = (obj) => ({
|
|
954
|
-
...obj,
|
|
955
|
-
...(obj.Value && { Value: smithy_client_1.SENSITIVE_STRING }),
|
|
956
|
-
...(obj.Resources && { Resources: obj.Resources.map((item) => (0, exports.HandshakeResourceFilterSensitiveLog)(item)) }),
|
|
957
|
-
});
|
|
958
|
-
exports.HandshakeResourceFilterSensitiveLog = HandshakeResourceFilterSensitiveLog;
|
|
959
|
-
const HandshakeFilterSensitiveLog = (obj) => ({
|
|
960
|
-
...obj,
|
|
961
|
-
...(obj.Parties && { Parties: obj.Parties.map((item) => (0, exports.HandshakePartyFilterSensitiveLog)(item)) }),
|
|
962
|
-
...(obj.Resources && { Resources: obj.Resources.map((item) => (0, exports.HandshakeResourceFilterSensitiveLog)(item)) }),
|
|
963
|
-
});
|
|
964
|
-
exports.HandshakeFilterSensitiveLog = HandshakeFilterSensitiveLog;
|
|
965
|
-
const AcceptHandshakeResponseFilterSensitiveLog = (obj) => ({
|
|
966
|
-
...obj,
|
|
967
|
-
...(obj.Handshake && { Handshake: (0, exports.HandshakeFilterSensitiveLog)(obj.Handshake) }),
|
|
968
|
-
});
|
|
969
|
-
exports.AcceptHandshakeResponseFilterSensitiveLog = AcceptHandshakeResponseFilterSensitiveLog;
|
|
970
|
-
const CancelHandshakeResponseFilterSensitiveLog = (obj) => ({
|
|
971
|
-
...obj,
|
|
972
|
-
...(obj.Handshake && { Handshake: (0, exports.HandshakeFilterSensitiveLog)(obj.Handshake) }),
|
|
973
|
-
});
|
|
974
|
-
exports.CancelHandshakeResponseFilterSensitiveLog = CancelHandshakeResponseFilterSensitiveLog;
|
|
975
|
-
const DeclineHandshakeResponseFilterSensitiveLog = (obj) => ({
|
|
976
|
-
...obj,
|
|
977
|
-
...(obj.Handshake && { Handshake: (0, exports.HandshakeFilterSensitiveLog)(obj.Handshake) }),
|
|
978
|
-
});
|
|
979
|
-
exports.DeclineHandshakeResponseFilterSensitiveLog = DeclineHandshakeResponseFilterSensitiveLog;
|
|
980
|
-
const DescribeHandshakeResponseFilterSensitiveLog = (obj) => ({
|
|
981
|
-
...obj,
|
|
982
|
-
...(obj.Handshake && { Handshake: (0, exports.HandshakeFilterSensitiveLog)(obj.Handshake) }),
|
|
983
|
-
});
|
|
984
|
-
exports.DescribeHandshakeResponseFilterSensitiveLog = DescribeHandshakeResponseFilterSensitiveLog;
|
|
985
|
-
const EnableAllFeaturesResponseFilterSensitiveLog = (obj) => ({
|
|
986
|
-
...obj,
|
|
987
|
-
...(obj.Handshake && { Handshake: (0, exports.HandshakeFilterSensitiveLog)(obj.Handshake) }),
|
|
988
|
-
});
|
|
989
|
-
exports.EnableAllFeaturesResponseFilterSensitiveLog = EnableAllFeaturesResponseFilterSensitiveLog;
|
|
990
|
-
const InviteAccountToOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
991
|
-
...obj,
|
|
992
|
-
...(obj.Handshake && { Handshake: (0, exports.HandshakeFilterSensitiveLog)(obj.Handshake) }),
|
|
993
|
-
});
|
|
994
|
-
exports.InviteAccountToOrganizationResponseFilterSensitiveLog = InviteAccountToOrganizationResponseFilterSensitiveLog;
|
|
995
|
-
const ListHandshakesForAccountResponseFilterSensitiveLog = (obj) => ({
|
|
996
|
-
...obj,
|
|
997
|
-
});
|
|
998
|
-
exports.ListHandshakesForAccountResponseFilterSensitiveLog = ListHandshakesForAccountResponseFilterSensitiveLog;
|
|
999
|
-
const ListHandshakesForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
1000
|
-
...obj,
|
|
1001
|
-
});
|
|
1002
|
-
exports.ListHandshakesForOrganizationResponseFilterSensitiveLog = ListHandshakesForOrganizationResponseFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|