@aws-sdk/client-organizations 3.934.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +198 -197
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +197 -0
- package/dist-es/models/errors.js +669 -0
- package/dist-es/models/models_0.js +1 -866
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +365 -0
- package/dist-types/models/errors.d.ts +1049 -0
- package/dist-types/models/models_0.d.ts +47 -1459
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +232 -0
- package/dist-types/ts3.4/models/errors.d.ts +454 -0
- package/dist-types/ts3.4/models/models_0.d.ts +19 -680
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { OrganizationsExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
|
-
export * from "./models";
|
|
8
|
+
export * from "./models/enums";
|
|
9
|
+
export * from "./models/errors";
|
|
10
|
+
export * from "./models/models_0";
|
|
9
11
|
export { OrganizationsServiceException } from "./models/OrganizationsServiceException";
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
export declare const ActionType: {
|
|
2
|
+
readonly ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE: "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE";
|
|
3
|
+
readonly APPROVE_ALL_FEATURES: "APPROVE_ALL_FEATURES";
|
|
4
|
+
readonly ENABLE_ALL_FEATURES: "ENABLE_ALL_FEATURES";
|
|
5
|
+
readonly INVITE_ACCOUNT_TO_ORGANIZATION: "INVITE";
|
|
6
|
+
};
|
|
7
|
+
export type ActionType = (typeof ActionType)[keyof typeof ActionType];
|
|
8
|
+
export declare const HandshakePartyType: {
|
|
9
|
+
readonly ACCOUNT: "ACCOUNT";
|
|
10
|
+
readonly EMAIL: "EMAIL";
|
|
11
|
+
readonly ORGANIZATION: "ORGANIZATION";
|
|
12
|
+
};
|
|
13
|
+
export type HandshakePartyType =
|
|
14
|
+
(typeof HandshakePartyType)[keyof typeof HandshakePartyType];
|
|
15
|
+
export declare const HandshakeResourceType: {
|
|
16
|
+
readonly ACCOUNT: "ACCOUNT";
|
|
17
|
+
readonly EMAIL: "EMAIL";
|
|
18
|
+
readonly MASTER_EMAIL: "MASTER_EMAIL";
|
|
19
|
+
readonly MASTER_NAME: "MASTER_NAME";
|
|
20
|
+
readonly NOTES: "NOTES";
|
|
21
|
+
readonly ORGANIZATION: "ORGANIZATION";
|
|
22
|
+
readonly ORGANIZATION_FEATURE_SET: "ORGANIZATION_FEATURE_SET";
|
|
23
|
+
readonly PARENT_HANDSHAKE: "PARENT_HANDSHAKE";
|
|
24
|
+
};
|
|
25
|
+
export type HandshakeResourceType =
|
|
26
|
+
(typeof HandshakeResourceType)[keyof typeof HandshakeResourceType];
|
|
27
|
+
export declare const HandshakeState: {
|
|
28
|
+
readonly ACCEPTED: "ACCEPTED";
|
|
29
|
+
readonly CANCELED: "CANCELED";
|
|
30
|
+
readonly DECLINED: "DECLINED";
|
|
31
|
+
readonly EXPIRED: "EXPIRED";
|
|
32
|
+
readonly OPEN: "OPEN";
|
|
33
|
+
readonly REQUESTED: "REQUESTED";
|
|
34
|
+
};
|
|
35
|
+
export type HandshakeState =
|
|
36
|
+
(typeof HandshakeState)[keyof typeof HandshakeState];
|
|
37
|
+
export declare const AccessDeniedForDependencyExceptionReason: {
|
|
38
|
+
readonly ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE: "ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE";
|
|
39
|
+
};
|
|
40
|
+
export type AccessDeniedForDependencyExceptionReason =
|
|
41
|
+
(typeof AccessDeniedForDependencyExceptionReason)[keyof typeof AccessDeniedForDependencyExceptionReason];
|
|
42
|
+
export declare const HandshakeConstraintViolationExceptionReason: {
|
|
43
|
+
readonly ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED";
|
|
44
|
+
readonly ALREADY_IN_AN_ORGANIZATION: "ALREADY_IN_AN_ORGANIZATION";
|
|
45
|
+
readonly HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED";
|
|
46
|
+
readonly INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: "INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES";
|
|
47
|
+
readonly MANAGEMENT_ACCOUNT_EMAIL_NOT_VERIFIED: "MANAGEMENT_ACCOUNT_EMAIL_NOT_VERIFIED";
|
|
48
|
+
readonly ORGANIZATION_ALREADY_HAS_ALL_FEATURES: "ORGANIZATION_ALREADY_HAS_ALL_FEATURES";
|
|
49
|
+
readonly ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: "ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD";
|
|
50
|
+
readonly ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION: "ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION";
|
|
51
|
+
readonly ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED";
|
|
52
|
+
readonly PAYMENT_INSTRUMENT_REQUIRED: "PAYMENT_INSTRUMENT_REQUIRED";
|
|
53
|
+
};
|
|
54
|
+
export type HandshakeConstraintViolationExceptionReason =
|
|
55
|
+
(typeof HandshakeConstraintViolationExceptionReason)[keyof typeof HandshakeConstraintViolationExceptionReason];
|
|
56
|
+
export declare const InvalidInputExceptionReason: {
|
|
57
|
+
readonly DUPLICATE_TAG_KEY: "DUPLICATE_TAG_KEY";
|
|
58
|
+
readonly IMMUTABLE_POLICY: "IMMUTABLE_POLICY";
|
|
59
|
+
readonly INPUT_REQUIRED: "INPUT_REQUIRED";
|
|
60
|
+
readonly INVALID_EMAIL_ADDRESS_TARGET: "INVALID_EMAIL_ADDRESS_TARGET";
|
|
61
|
+
readonly INVALID_ENUM: "INVALID_ENUM";
|
|
62
|
+
readonly INVALID_ENUM_POLICY_TYPE: "INVALID_ENUM_POLICY_TYPE";
|
|
63
|
+
readonly INVALID_FULL_NAME_TARGET: "INVALID_FULL_NAME_TARGET";
|
|
64
|
+
readonly INVALID_LIST_MEMBER: "INVALID_LIST_MEMBER";
|
|
65
|
+
readonly INVALID_PAGINATION_TOKEN: "INVALID_NEXT_TOKEN";
|
|
66
|
+
readonly INVALID_PARTY_TYPE_TARGET: "INVALID_PARTY_TYPE_TARGET";
|
|
67
|
+
readonly INVALID_PATTERN: "INVALID_PATTERN";
|
|
68
|
+
readonly INVALID_PATTERN_TARGET_ID: "INVALID_PATTERN_TARGET_ID";
|
|
69
|
+
readonly INVALID_PRINCIPAL: "INVALID_PRINCIPAL";
|
|
70
|
+
readonly INVALID_RESOURCE_POLICY_JSON: "INVALID_RESOURCE_POLICY_JSON";
|
|
71
|
+
readonly INVALID_ROLE_NAME: "INVALID_ROLE_NAME";
|
|
72
|
+
readonly INVALID_SYNTAX_ORGANIZATION: "INVALID_SYNTAX_ORGANIZATION_ARN";
|
|
73
|
+
readonly INVALID_SYNTAX_POLICY: "INVALID_SYNTAX_POLICY_ID";
|
|
74
|
+
readonly INVALID_SYSTEM_TAGS_PARAMETER: "INVALID_SYSTEM_TAGS_PARAMETER";
|
|
75
|
+
readonly MAX_FILTER_LIMIT_EXCEEDED: "MAX_LIMIT_EXCEEDED_FILTER";
|
|
76
|
+
readonly MAX_LENGTH_EXCEEDED: "MAX_LENGTH_EXCEEDED";
|
|
77
|
+
readonly MAX_VALUE_EXCEEDED: "MAX_VALUE_EXCEEDED";
|
|
78
|
+
readonly MIN_LENGTH_EXCEEDED: "MIN_LENGTH_EXCEEDED";
|
|
79
|
+
readonly MIN_VALUE_EXCEEDED: "MIN_VALUE_EXCEEDED";
|
|
80
|
+
readonly MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS";
|
|
81
|
+
readonly NON_DETACHABLE_POLICY: "NON_DETACHABLE_POLICY";
|
|
82
|
+
readonly TARGET_NOT_SUPPORTED: "TARGET_NOT_SUPPORTED";
|
|
83
|
+
readonly UNRECOGNIZED_SERVICE_PRINCIPAL: "UNRECOGNIZED_SERVICE_PRINCIPAL";
|
|
84
|
+
readonly UNSUPPORTED_ACTION_IN_RESOURCE_POLICY: "UNSUPPORTED_ACTION_IN_RESOURCE_POLICY";
|
|
85
|
+
readonly UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY: "UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY";
|
|
86
|
+
readonly UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY: "UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY";
|
|
87
|
+
};
|
|
88
|
+
export type InvalidInputExceptionReason =
|
|
89
|
+
(typeof InvalidInputExceptionReason)[keyof typeof InvalidInputExceptionReason];
|
|
90
|
+
export declare const AccountJoinedMethod: {
|
|
91
|
+
readonly CREATED: "CREATED";
|
|
92
|
+
readonly INVITED: "INVITED";
|
|
93
|
+
};
|
|
94
|
+
export type AccountJoinedMethod =
|
|
95
|
+
(typeof AccountJoinedMethod)[keyof typeof AccountJoinedMethod];
|
|
96
|
+
export declare const AccountState: {
|
|
97
|
+
readonly ACTIVE: "ACTIVE";
|
|
98
|
+
readonly CLOSED: "CLOSED";
|
|
99
|
+
readonly PENDING_ACTIVATION: "PENDING_ACTIVATION";
|
|
100
|
+
readonly PENDING_CLOSURE: "PENDING_CLOSURE";
|
|
101
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
102
|
+
};
|
|
103
|
+
export type AccountState = (typeof AccountState)[keyof typeof AccountState];
|
|
104
|
+
export declare const AccountStatus: {
|
|
105
|
+
readonly ACTIVE: "ACTIVE";
|
|
106
|
+
readonly PENDING_CLOSURE: "PENDING_CLOSURE";
|
|
107
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
108
|
+
};
|
|
109
|
+
export type AccountStatus = (typeof AccountStatus)[keyof typeof AccountStatus];
|
|
110
|
+
export declare const ConstraintViolationExceptionReason: {
|
|
111
|
+
readonly ACCOUNT_CANNOT_LEAVE_ORGANIZATION: "ACCOUNT_CANNOT_LEAVE_ORGANIZATION";
|
|
112
|
+
readonly ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA";
|
|
113
|
+
readonly ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION";
|
|
114
|
+
readonly ACCOUNT_CREATION_NOT_COMPLETE: "ACCOUNT_CREATION_NOT_COMPLETE";
|
|
115
|
+
readonly ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED";
|
|
116
|
+
readonly ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED";
|
|
117
|
+
readonly ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED: "ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED";
|
|
118
|
+
readonly CANNOT_CLOSE_MANAGEMENT_ACCOUNT: "CANNOT_CLOSE_MANAGEMENT_ACCOUNT";
|
|
119
|
+
readonly CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR";
|
|
120
|
+
readonly CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR";
|
|
121
|
+
readonly CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG";
|
|
122
|
+
readonly CLOSE_ACCOUNT_QUOTA_EXCEEDED: "CLOSE_ACCOUNT_QUOTA_EXCEEDED";
|
|
123
|
+
readonly CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: "CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED";
|
|
124
|
+
readonly CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: "CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION";
|
|
125
|
+
readonly DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE";
|
|
126
|
+
readonly EMAIL_VERIFICATION_CODE_EXPIRED: "EMAIL_VERIFICATION_CODE_EXPIRED";
|
|
127
|
+
readonly HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED";
|
|
128
|
+
readonly INVALID_PAYMENT_INSTRUMENT: "INVALID_PAYMENT_INSTRUMENT";
|
|
129
|
+
readonly MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE";
|
|
130
|
+
readonly MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: "MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE";
|
|
131
|
+
readonly MASTER_ACCOUNT_MISSING_CONTACT_INFO: "MASTER_ACCOUNT_MISSING_CONTACT_INFO";
|
|
132
|
+
readonly MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: "MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED";
|
|
133
|
+
readonly MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED";
|
|
134
|
+
readonly MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED";
|
|
135
|
+
readonly MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED";
|
|
136
|
+
readonly MAX_TAG_LIMIT_EXCEEDED: "MAX_TAG_LIMIT_EXCEEDED";
|
|
137
|
+
readonly MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED";
|
|
138
|
+
readonly MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED";
|
|
139
|
+
readonly ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE";
|
|
140
|
+
readonly OU_DEPTH_LIMIT_EXCEEDED: "OU_DEPTH_LIMIT_EXCEEDED";
|
|
141
|
+
readonly OU_NUMBER_LIMIT_EXCEEDED: "OU_NUMBER_LIMIT_EXCEEDED";
|
|
142
|
+
readonly POLICY_CONTENT_LIMIT_EXCEEDED: "POLICY_CONTENT_LIMIT_EXCEEDED";
|
|
143
|
+
readonly POLICY_NUMBER_LIMIT_EXCEEDED: "POLICY_NUMBER_LIMIT_EXCEEDED";
|
|
144
|
+
readonly POLICY_TYPE_ENABLED_FOR_THIS_SERVICE: "POLICY_TYPE_ENABLED_FOR_THIS_SERVICE";
|
|
145
|
+
readonly SERVICE_ACCESS_NOT_ENABLED: "SERVICE_ACCESS_NOT_ENABLED";
|
|
146
|
+
readonly TAG_POLICY_VIOLATION: "TAG_POLICY_VIOLATION";
|
|
147
|
+
readonly WAIT_PERIOD_ACTIVE: "WAIT_PERIOD_ACTIVE";
|
|
148
|
+
};
|
|
149
|
+
export type ConstraintViolationExceptionReason =
|
|
150
|
+
(typeof ConstraintViolationExceptionReason)[keyof typeof ConstraintViolationExceptionReason];
|
|
151
|
+
export declare const IAMUserAccessToBilling: {
|
|
152
|
+
readonly ALLOW: "ALLOW";
|
|
153
|
+
readonly DENY: "DENY";
|
|
154
|
+
};
|
|
155
|
+
export type IAMUserAccessToBilling =
|
|
156
|
+
(typeof IAMUserAccessToBilling)[keyof typeof IAMUserAccessToBilling];
|
|
157
|
+
export declare const CreateAccountFailureReason: {
|
|
158
|
+
readonly ACCOUNT_LIMIT_EXCEEDED: "ACCOUNT_LIMIT_EXCEEDED";
|
|
159
|
+
readonly CONCURRENT_ACCOUNT_MODIFICATION: "CONCURRENT_ACCOUNT_MODIFICATION";
|
|
160
|
+
readonly EMAIL_ALREADY_EXISTS: "EMAIL_ALREADY_EXISTS";
|
|
161
|
+
readonly FAILED_BUSINESS_VALIDATION: "FAILED_BUSINESS_VALIDATION";
|
|
162
|
+
readonly GOVCLOUD_ACCOUNT_ALREADY_EXISTS: "GOVCLOUD_ACCOUNT_ALREADY_EXISTS";
|
|
163
|
+
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
164
|
+
readonly INVALID_ADDRESS: "INVALID_ADDRESS";
|
|
165
|
+
readonly INVALID_EMAIL: "INVALID_EMAIL";
|
|
166
|
+
readonly INVALID_IDENTITY_FOR_BUSINESS_VALIDATION: "INVALID_IDENTITY_FOR_BUSINESS_VALIDATION";
|
|
167
|
+
readonly INVALID_PAYMENT_INSTRUMENT: "INVALID_PAYMENT_INSTRUMENT";
|
|
168
|
+
readonly MISSING_BUSINESS_VALIDATION: "MISSING_BUSINESS_VALIDATION";
|
|
169
|
+
readonly MISSING_PAYMENT_INSTRUMENT: "MISSING_PAYMENT_INSTRUMENT";
|
|
170
|
+
readonly PENDING_BUSINESS_VALIDATIONv: "PENDING_BUSINESS_VALIDATION";
|
|
171
|
+
readonly UNKNOWN_BUSINESS_VALIDATION: "UNKNOWN_BUSINESS_VALIDATION";
|
|
172
|
+
readonly UPDATE_EXISTING_RESOURCE_POLICY_WITH_TAGS_NOT_SUPPORTED: "UPDATE_EXISTING_RESOURCE_POLICY_WITH_TAGS_NOT_SUPPORTED";
|
|
173
|
+
};
|
|
174
|
+
export type CreateAccountFailureReason =
|
|
175
|
+
(typeof CreateAccountFailureReason)[keyof typeof CreateAccountFailureReason];
|
|
176
|
+
export declare const CreateAccountState: {
|
|
177
|
+
readonly FAILED: "FAILED";
|
|
178
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
179
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
180
|
+
};
|
|
181
|
+
export type CreateAccountState =
|
|
182
|
+
(typeof CreateAccountState)[keyof typeof CreateAccountState];
|
|
183
|
+
export declare const OrganizationFeatureSet: {
|
|
184
|
+
readonly ALL: "ALL";
|
|
185
|
+
readonly CONSOLIDATED_BILLING: "CONSOLIDATED_BILLING";
|
|
186
|
+
};
|
|
187
|
+
export type OrganizationFeatureSet =
|
|
188
|
+
(typeof OrganizationFeatureSet)[keyof typeof OrganizationFeatureSet];
|
|
189
|
+
export declare const PolicyTypeStatus: {
|
|
190
|
+
readonly ENABLED: "ENABLED";
|
|
191
|
+
readonly PENDING_DISABLE: "PENDING_DISABLE";
|
|
192
|
+
readonly PENDING_ENABLE: "PENDING_ENABLE";
|
|
193
|
+
};
|
|
194
|
+
export type PolicyTypeStatus =
|
|
195
|
+
(typeof PolicyTypeStatus)[keyof typeof PolicyTypeStatus];
|
|
196
|
+
export declare const PolicyType: {
|
|
197
|
+
readonly AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY";
|
|
198
|
+
readonly BACKUP_POLICY: "BACKUP_POLICY";
|
|
199
|
+
readonly CHATBOT_POLICY: "CHATBOT_POLICY";
|
|
200
|
+
readonly DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2";
|
|
201
|
+
readonly RESOURCE_CONTROL_POLICY: "RESOURCE_CONTROL_POLICY";
|
|
202
|
+
readonly SECURITYHUB_POLICY: "SECURITYHUB_POLICY";
|
|
203
|
+
readonly SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY";
|
|
204
|
+
readonly TAG_POLICY: "TAG_POLICY";
|
|
205
|
+
};
|
|
206
|
+
export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
|
|
207
|
+
export declare const EffectivePolicyType: {
|
|
208
|
+
readonly AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY";
|
|
209
|
+
readonly BACKUP_POLICY: "BACKUP_POLICY";
|
|
210
|
+
readonly CHATBOT_POLICY: "CHATBOT_POLICY";
|
|
211
|
+
readonly DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2";
|
|
212
|
+
readonly SECURITYHUB_POLICY: "SECURITYHUB_POLICY";
|
|
213
|
+
readonly TAG_POLICY: "TAG_POLICY";
|
|
214
|
+
};
|
|
215
|
+
export type EffectivePolicyType =
|
|
216
|
+
(typeof EffectivePolicyType)[keyof typeof EffectivePolicyType];
|
|
217
|
+
export declare const ChildType: {
|
|
218
|
+
readonly ACCOUNT: "ACCOUNT";
|
|
219
|
+
readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
|
|
220
|
+
};
|
|
221
|
+
export type ChildType = (typeof ChildType)[keyof typeof ChildType];
|
|
222
|
+
export declare const ParentType: {
|
|
223
|
+
readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
|
|
224
|
+
readonly ROOT: "ROOT";
|
|
225
|
+
};
|
|
226
|
+
export type ParentType = (typeof ParentType)[keyof typeof ParentType];
|
|
227
|
+
export declare const TargetType: {
|
|
228
|
+
readonly ACCOUNT: "ACCOUNT";
|
|
229
|
+
readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
|
|
230
|
+
readonly ROOT: "ROOT";
|
|
231
|
+
};
|
|
232
|
+
export type TargetType = (typeof TargetType)[keyof typeof TargetType];
|
|
@@ -0,0 +1,454 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
AccessDeniedForDependencyExceptionReason,
|
|
4
|
+
ConstraintViolationExceptionReason,
|
|
5
|
+
HandshakeConstraintViolationExceptionReason,
|
|
6
|
+
InvalidInputExceptionReason,
|
|
7
|
+
} from "./enums";
|
|
8
|
+
import { OrganizationsServiceException as __BaseException } from "./OrganizationsServiceException";
|
|
9
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
10
|
+
readonly name: "AccessDeniedException";
|
|
11
|
+
readonly $fault: "client";
|
|
12
|
+
Message?: string | undefined;
|
|
13
|
+
constructor(
|
|
14
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
export declare class AccessDeniedForDependencyException extends __BaseException {
|
|
18
|
+
readonly name: "AccessDeniedForDependencyException";
|
|
19
|
+
readonly $fault: "client";
|
|
20
|
+
Message?: string | undefined;
|
|
21
|
+
Reason?: AccessDeniedForDependencyExceptionReason | undefined;
|
|
22
|
+
constructor(
|
|
23
|
+
opts: __ExceptionOptionType<
|
|
24
|
+
AccessDeniedForDependencyException,
|
|
25
|
+
__BaseException
|
|
26
|
+
>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
export declare class AWSOrganizationsNotInUseException extends __BaseException {
|
|
30
|
+
readonly name: "AWSOrganizationsNotInUseException";
|
|
31
|
+
readonly $fault: "client";
|
|
32
|
+
Message?: string | undefined;
|
|
33
|
+
constructor(
|
|
34
|
+
opts: __ExceptionOptionType<
|
|
35
|
+
AWSOrganizationsNotInUseException,
|
|
36
|
+
__BaseException
|
|
37
|
+
>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
41
|
+
readonly name: "ConcurrentModificationException";
|
|
42
|
+
readonly $fault: "client";
|
|
43
|
+
Message?: string | undefined;
|
|
44
|
+
constructor(
|
|
45
|
+
opts: __ExceptionOptionType<
|
|
46
|
+
ConcurrentModificationException,
|
|
47
|
+
__BaseException
|
|
48
|
+
>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
export declare class HandshakeAlreadyInStateException extends __BaseException {
|
|
52
|
+
readonly name: "HandshakeAlreadyInStateException";
|
|
53
|
+
readonly $fault: "client";
|
|
54
|
+
Message?: string | undefined;
|
|
55
|
+
constructor(
|
|
56
|
+
opts: __ExceptionOptionType<
|
|
57
|
+
HandshakeAlreadyInStateException,
|
|
58
|
+
__BaseException
|
|
59
|
+
>
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
export declare class HandshakeConstraintViolationException extends __BaseException {
|
|
63
|
+
readonly name: "HandshakeConstraintViolationException";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
Message?: string | undefined;
|
|
66
|
+
Reason?: HandshakeConstraintViolationExceptionReason | undefined;
|
|
67
|
+
constructor(
|
|
68
|
+
opts: __ExceptionOptionType<
|
|
69
|
+
HandshakeConstraintViolationException,
|
|
70
|
+
__BaseException
|
|
71
|
+
>
|
|
72
|
+
);
|
|
73
|
+
}
|
|
74
|
+
export declare class HandshakeNotFoundException extends __BaseException {
|
|
75
|
+
readonly name: "HandshakeNotFoundException";
|
|
76
|
+
readonly $fault: "client";
|
|
77
|
+
Message?: string | undefined;
|
|
78
|
+
constructor(
|
|
79
|
+
opts: __ExceptionOptionType<HandshakeNotFoundException, __BaseException>
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
export declare class InvalidHandshakeTransitionException extends __BaseException {
|
|
83
|
+
readonly name: "InvalidHandshakeTransitionException";
|
|
84
|
+
readonly $fault: "client";
|
|
85
|
+
Message?: string | undefined;
|
|
86
|
+
constructor(
|
|
87
|
+
opts: __ExceptionOptionType<
|
|
88
|
+
InvalidHandshakeTransitionException,
|
|
89
|
+
__BaseException
|
|
90
|
+
>
|
|
91
|
+
);
|
|
92
|
+
}
|
|
93
|
+
export declare class InvalidInputException extends __BaseException {
|
|
94
|
+
readonly name: "InvalidInputException";
|
|
95
|
+
readonly $fault: "client";
|
|
96
|
+
Message?: string | undefined;
|
|
97
|
+
Reason?: InvalidInputExceptionReason | undefined;
|
|
98
|
+
constructor(
|
|
99
|
+
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
export declare class ServiceException extends __BaseException {
|
|
103
|
+
readonly name: "ServiceException";
|
|
104
|
+
readonly $fault: "server";
|
|
105
|
+
Message?: string | undefined;
|
|
106
|
+
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
107
|
+
}
|
|
108
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
109
|
+
readonly name: "TooManyRequestsException";
|
|
110
|
+
readonly $fault: "client";
|
|
111
|
+
Type?: string | undefined;
|
|
112
|
+
Message?: string | undefined;
|
|
113
|
+
constructor(
|
|
114
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
115
|
+
);
|
|
116
|
+
}
|
|
117
|
+
export declare class AccountAlreadyClosedException extends __BaseException {
|
|
118
|
+
readonly name: "AccountAlreadyClosedException";
|
|
119
|
+
readonly $fault: "client";
|
|
120
|
+
Message?: string | undefined;
|
|
121
|
+
constructor(
|
|
122
|
+
opts: __ExceptionOptionType<AccountAlreadyClosedException, __BaseException>
|
|
123
|
+
);
|
|
124
|
+
}
|
|
125
|
+
export declare class AccountAlreadyRegisteredException extends __BaseException {
|
|
126
|
+
readonly name: "AccountAlreadyRegisteredException";
|
|
127
|
+
readonly $fault: "client";
|
|
128
|
+
Message?: string | undefined;
|
|
129
|
+
constructor(
|
|
130
|
+
opts: __ExceptionOptionType<
|
|
131
|
+
AccountAlreadyRegisteredException,
|
|
132
|
+
__BaseException
|
|
133
|
+
>
|
|
134
|
+
);
|
|
135
|
+
}
|
|
136
|
+
export declare class AccountNotFoundException extends __BaseException {
|
|
137
|
+
readonly name: "AccountNotFoundException";
|
|
138
|
+
readonly $fault: "client";
|
|
139
|
+
Message?: string | undefined;
|
|
140
|
+
constructor(
|
|
141
|
+
opts: __ExceptionOptionType<AccountNotFoundException, __BaseException>
|
|
142
|
+
);
|
|
143
|
+
}
|
|
144
|
+
export declare class AccountNotRegisteredException extends __BaseException {
|
|
145
|
+
readonly name: "AccountNotRegisteredException";
|
|
146
|
+
readonly $fault: "client";
|
|
147
|
+
Message?: string | undefined;
|
|
148
|
+
constructor(
|
|
149
|
+
opts: __ExceptionOptionType<AccountNotRegisteredException, __BaseException>
|
|
150
|
+
);
|
|
151
|
+
}
|
|
152
|
+
export declare class AccountOwnerNotVerifiedException extends __BaseException {
|
|
153
|
+
readonly name: "AccountOwnerNotVerifiedException";
|
|
154
|
+
readonly $fault: "client";
|
|
155
|
+
Message?: string | undefined;
|
|
156
|
+
constructor(
|
|
157
|
+
opts: __ExceptionOptionType<
|
|
158
|
+
AccountOwnerNotVerifiedException,
|
|
159
|
+
__BaseException
|
|
160
|
+
>
|
|
161
|
+
);
|
|
162
|
+
}
|
|
163
|
+
export declare class AlreadyInOrganizationException extends __BaseException {
|
|
164
|
+
readonly name: "AlreadyInOrganizationException";
|
|
165
|
+
readonly $fault: "client";
|
|
166
|
+
Message?: string | undefined;
|
|
167
|
+
constructor(
|
|
168
|
+
opts: __ExceptionOptionType<AlreadyInOrganizationException, __BaseException>
|
|
169
|
+
);
|
|
170
|
+
}
|
|
171
|
+
export declare class ConstraintViolationException extends __BaseException {
|
|
172
|
+
readonly name: "ConstraintViolationException";
|
|
173
|
+
readonly $fault: "client";
|
|
174
|
+
Message?: string | undefined;
|
|
175
|
+
Reason?: ConstraintViolationExceptionReason | undefined;
|
|
176
|
+
constructor(
|
|
177
|
+
opts: __ExceptionOptionType<ConstraintViolationException, __BaseException>
|
|
178
|
+
);
|
|
179
|
+
}
|
|
180
|
+
export declare class DuplicatePolicyAttachmentException extends __BaseException {
|
|
181
|
+
readonly name: "DuplicatePolicyAttachmentException";
|
|
182
|
+
readonly $fault: "client";
|
|
183
|
+
Message?: string | undefined;
|
|
184
|
+
constructor(
|
|
185
|
+
opts: __ExceptionOptionType<
|
|
186
|
+
DuplicatePolicyAttachmentException,
|
|
187
|
+
__BaseException
|
|
188
|
+
>
|
|
189
|
+
);
|
|
190
|
+
}
|
|
191
|
+
export declare class PolicyChangesInProgressException extends __BaseException {
|
|
192
|
+
readonly name: "PolicyChangesInProgressException";
|
|
193
|
+
readonly $fault: "client";
|
|
194
|
+
Message?: string | undefined;
|
|
195
|
+
constructor(
|
|
196
|
+
opts: __ExceptionOptionType<
|
|
197
|
+
PolicyChangesInProgressException,
|
|
198
|
+
__BaseException
|
|
199
|
+
>
|
|
200
|
+
);
|
|
201
|
+
}
|
|
202
|
+
export declare class PolicyNotFoundException extends __BaseException {
|
|
203
|
+
readonly name: "PolicyNotFoundException";
|
|
204
|
+
readonly $fault: "client";
|
|
205
|
+
Message?: string | undefined;
|
|
206
|
+
constructor(
|
|
207
|
+
opts: __ExceptionOptionType<PolicyNotFoundException, __BaseException>
|
|
208
|
+
);
|
|
209
|
+
}
|
|
210
|
+
export declare class PolicyTypeNotEnabledException extends __BaseException {
|
|
211
|
+
readonly name: "PolicyTypeNotEnabledException";
|
|
212
|
+
readonly $fault: "client";
|
|
213
|
+
Message?: string | undefined;
|
|
214
|
+
constructor(
|
|
215
|
+
opts: __ExceptionOptionType<PolicyTypeNotEnabledException, __BaseException>
|
|
216
|
+
);
|
|
217
|
+
}
|
|
218
|
+
export declare class TargetNotFoundException extends __BaseException {
|
|
219
|
+
readonly name: "TargetNotFoundException";
|
|
220
|
+
readonly $fault: "client";
|
|
221
|
+
Message?: string | undefined;
|
|
222
|
+
constructor(
|
|
223
|
+
opts: __ExceptionOptionType<TargetNotFoundException, __BaseException>
|
|
224
|
+
);
|
|
225
|
+
}
|
|
226
|
+
export declare class UnsupportedAPIEndpointException extends __BaseException {
|
|
227
|
+
readonly name: "UnsupportedAPIEndpointException";
|
|
228
|
+
readonly $fault: "client";
|
|
229
|
+
Message?: string | undefined;
|
|
230
|
+
constructor(
|
|
231
|
+
opts: __ExceptionOptionType<
|
|
232
|
+
UnsupportedAPIEndpointException,
|
|
233
|
+
__BaseException
|
|
234
|
+
>
|
|
235
|
+
);
|
|
236
|
+
}
|
|
237
|
+
export declare class ConflictException extends __BaseException {
|
|
238
|
+
readonly name: "ConflictException";
|
|
239
|
+
readonly $fault: "client";
|
|
240
|
+
Message?: string | undefined;
|
|
241
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
242
|
+
}
|
|
243
|
+
export declare class FinalizingOrganizationException extends __BaseException {
|
|
244
|
+
readonly name: "FinalizingOrganizationException";
|
|
245
|
+
readonly $fault: "client";
|
|
246
|
+
Message?: string | undefined;
|
|
247
|
+
constructor(
|
|
248
|
+
opts: __ExceptionOptionType<
|
|
249
|
+
FinalizingOrganizationException,
|
|
250
|
+
__BaseException
|
|
251
|
+
>
|
|
252
|
+
);
|
|
253
|
+
}
|
|
254
|
+
export declare class DuplicateOrganizationalUnitException extends __BaseException {
|
|
255
|
+
readonly name: "DuplicateOrganizationalUnitException";
|
|
256
|
+
readonly $fault: "client";
|
|
257
|
+
Message?: string | undefined;
|
|
258
|
+
constructor(
|
|
259
|
+
opts: __ExceptionOptionType<
|
|
260
|
+
DuplicateOrganizationalUnitException,
|
|
261
|
+
__BaseException
|
|
262
|
+
>
|
|
263
|
+
);
|
|
264
|
+
}
|
|
265
|
+
export declare class ParentNotFoundException extends __BaseException {
|
|
266
|
+
readonly name: "ParentNotFoundException";
|
|
267
|
+
readonly $fault: "client";
|
|
268
|
+
Message?: string | undefined;
|
|
269
|
+
constructor(
|
|
270
|
+
opts: __ExceptionOptionType<ParentNotFoundException, __BaseException>
|
|
271
|
+
);
|
|
272
|
+
}
|
|
273
|
+
export declare class DuplicatePolicyException extends __BaseException {
|
|
274
|
+
readonly name: "DuplicatePolicyException";
|
|
275
|
+
readonly $fault: "client";
|
|
276
|
+
Message?: string | undefined;
|
|
277
|
+
constructor(
|
|
278
|
+
opts: __ExceptionOptionType<DuplicatePolicyException, __BaseException>
|
|
279
|
+
);
|
|
280
|
+
}
|
|
281
|
+
export declare class MalformedPolicyDocumentException extends __BaseException {
|
|
282
|
+
readonly name: "MalformedPolicyDocumentException";
|
|
283
|
+
readonly $fault: "client";
|
|
284
|
+
Message?: string | undefined;
|
|
285
|
+
constructor(
|
|
286
|
+
opts: __ExceptionOptionType<
|
|
287
|
+
MalformedPolicyDocumentException,
|
|
288
|
+
__BaseException
|
|
289
|
+
>
|
|
290
|
+
);
|
|
291
|
+
}
|
|
292
|
+
export declare class PolicyTypeNotAvailableForOrganizationException extends __BaseException {
|
|
293
|
+
readonly name: "PolicyTypeNotAvailableForOrganizationException";
|
|
294
|
+
readonly $fault: "client";
|
|
295
|
+
Message?: string | undefined;
|
|
296
|
+
constructor(
|
|
297
|
+
opts: __ExceptionOptionType<
|
|
298
|
+
PolicyTypeNotAvailableForOrganizationException,
|
|
299
|
+
__BaseException
|
|
300
|
+
>
|
|
301
|
+
);
|
|
302
|
+
}
|
|
303
|
+
export declare class OrganizationNotEmptyException extends __BaseException {
|
|
304
|
+
readonly name: "OrganizationNotEmptyException";
|
|
305
|
+
readonly $fault: "client";
|
|
306
|
+
Message?: string | undefined;
|
|
307
|
+
constructor(
|
|
308
|
+
opts: __ExceptionOptionType<OrganizationNotEmptyException, __BaseException>
|
|
309
|
+
);
|
|
310
|
+
}
|
|
311
|
+
export declare class OrganizationalUnitNotEmptyException extends __BaseException {
|
|
312
|
+
readonly name: "OrganizationalUnitNotEmptyException";
|
|
313
|
+
readonly $fault: "client";
|
|
314
|
+
Message?: string | undefined;
|
|
315
|
+
constructor(
|
|
316
|
+
opts: __ExceptionOptionType<
|
|
317
|
+
OrganizationalUnitNotEmptyException,
|
|
318
|
+
__BaseException
|
|
319
|
+
>
|
|
320
|
+
);
|
|
321
|
+
}
|
|
322
|
+
export declare class OrganizationalUnitNotFoundException extends __BaseException {
|
|
323
|
+
readonly name: "OrganizationalUnitNotFoundException";
|
|
324
|
+
readonly $fault: "client";
|
|
325
|
+
Message?: string | undefined;
|
|
326
|
+
constructor(
|
|
327
|
+
opts: __ExceptionOptionType<
|
|
328
|
+
OrganizationalUnitNotFoundException,
|
|
329
|
+
__BaseException
|
|
330
|
+
>
|
|
331
|
+
);
|
|
332
|
+
}
|
|
333
|
+
export declare class PolicyInUseException extends __BaseException {
|
|
334
|
+
readonly name: "PolicyInUseException";
|
|
335
|
+
readonly $fault: "client";
|
|
336
|
+
Message?: string | undefined;
|
|
337
|
+
constructor(
|
|
338
|
+
opts: __ExceptionOptionType<PolicyInUseException, __BaseException>
|
|
339
|
+
);
|
|
340
|
+
}
|
|
341
|
+
export declare class ResourcePolicyNotFoundException extends __BaseException {
|
|
342
|
+
readonly name: "ResourcePolicyNotFoundException";
|
|
343
|
+
readonly $fault: "client";
|
|
344
|
+
Message?: string | undefined;
|
|
345
|
+
constructor(
|
|
346
|
+
opts: __ExceptionOptionType<
|
|
347
|
+
ResourcePolicyNotFoundException,
|
|
348
|
+
__BaseException
|
|
349
|
+
>
|
|
350
|
+
);
|
|
351
|
+
}
|
|
352
|
+
export declare class CreateAccountStatusNotFoundException extends __BaseException {
|
|
353
|
+
readonly name: "CreateAccountStatusNotFoundException";
|
|
354
|
+
readonly $fault: "client";
|
|
355
|
+
Message?: string | undefined;
|
|
356
|
+
constructor(
|
|
357
|
+
opts: __ExceptionOptionType<
|
|
358
|
+
CreateAccountStatusNotFoundException,
|
|
359
|
+
__BaseException
|
|
360
|
+
>
|
|
361
|
+
);
|
|
362
|
+
}
|
|
363
|
+
export declare class EffectivePolicyNotFoundException extends __BaseException {
|
|
364
|
+
readonly name: "EffectivePolicyNotFoundException";
|
|
365
|
+
readonly $fault: "client";
|
|
366
|
+
Message?: string | undefined;
|
|
367
|
+
constructor(
|
|
368
|
+
opts: __ExceptionOptionType<
|
|
369
|
+
EffectivePolicyNotFoundException,
|
|
370
|
+
__BaseException
|
|
371
|
+
>
|
|
372
|
+
);
|
|
373
|
+
}
|
|
374
|
+
export declare class PolicyNotAttachedException extends __BaseException {
|
|
375
|
+
readonly name: "PolicyNotAttachedException";
|
|
376
|
+
readonly $fault: "client";
|
|
377
|
+
Message?: string | undefined;
|
|
378
|
+
constructor(
|
|
379
|
+
opts: __ExceptionOptionType<PolicyNotAttachedException, __BaseException>
|
|
380
|
+
);
|
|
381
|
+
}
|
|
382
|
+
export declare class RootNotFoundException extends __BaseException {
|
|
383
|
+
readonly name: "RootNotFoundException";
|
|
384
|
+
readonly $fault: "client";
|
|
385
|
+
Message?: string | undefined;
|
|
386
|
+
constructor(
|
|
387
|
+
opts: __ExceptionOptionType<RootNotFoundException, __BaseException>
|
|
388
|
+
);
|
|
389
|
+
}
|
|
390
|
+
export declare class PolicyTypeAlreadyEnabledException extends __BaseException {
|
|
391
|
+
readonly name: "PolicyTypeAlreadyEnabledException";
|
|
392
|
+
readonly $fault: "client";
|
|
393
|
+
Message?: string | undefined;
|
|
394
|
+
constructor(
|
|
395
|
+
opts: __ExceptionOptionType<
|
|
396
|
+
PolicyTypeAlreadyEnabledException,
|
|
397
|
+
__BaseException
|
|
398
|
+
>
|
|
399
|
+
);
|
|
400
|
+
}
|
|
401
|
+
export declare class DuplicateHandshakeException extends __BaseException {
|
|
402
|
+
readonly name: "DuplicateHandshakeException";
|
|
403
|
+
readonly $fault: "client";
|
|
404
|
+
Message?: string | undefined;
|
|
405
|
+
constructor(
|
|
406
|
+
opts: __ExceptionOptionType<DuplicateHandshakeException, __BaseException>
|
|
407
|
+
);
|
|
408
|
+
}
|
|
409
|
+
export declare class MasterCannotLeaveOrganizationException extends __BaseException {
|
|
410
|
+
readonly name: "MasterCannotLeaveOrganizationException";
|
|
411
|
+
readonly $fault: "client";
|
|
412
|
+
Message?: string | undefined;
|
|
413
|
+
constructor(
|
|
414
|
+
opts: __ExceptionOptionType<
|
|
415
|
+
MasterCannotLeaveOrganizationException,
|
|
416
|
+
__BaseException
|
|
417
|
+
>
|
|
418
|
+
);
|
|
419
|
+
}
|
|
420
|
+
export declare class ChildNotFoundException extends __BaseException {
|
|
421
|
+
readonly name: "ChildNotFoundException";
|
|
422
|
+
readonly $fault: "client";
|
|
423
|
+
Message?: string | undefined;
|
|
424
|
+
constructor(
|
|
425
|
+
opts: __ExceptionOptionType<ChildNotFoundException, __BaseException>
|
|
426
|
+
);
|
|
427
|
+
}
|
|
428
|
+
export declare class DestinationParentNotFoundException extends __BaseException {
|
|
429
|
+
readonly name: "DestinationParentNotFoundException";
|
|
430
|
+
readonly $fault: "client";
|
|
431
|
+
Message?: string | undefined;
|
|
432
|
+
constructor(
|
|
433
|
+
opts: __ExceptionOptionType<
|
|
434
|
+
DestinationParentNotFoundException,
|
|
435
|
+
__BaseException
|
|
436
|
+
>
|
|
437
|
+
);
|
|
438
|
+
}
|
|
439
|
+
export declare class DuplicateAccountException extends __BaseException {
|
|
440
|
+
readonly name: "DuplicateAccountException";
|
|
441
|
+
readonly $fault: "client";
|
|
442
|
+
Message?: string | undefined;
|
|
443
|
+
constructor(
|
|
444
|
+
opts: __ExceptionOptionType<DuplicateAccountException, __BaseException>
|
|
445
|
+
);
|
|
446
|
+
}
|
|
447
|
+
export declare class SourceParentNotFoundException extends __BaseException {
|
|
448
|
+
readonly name: "SourceParentNotFoundException";
|
|
449
|
+
readonly $fault: "client";
|
|
450
|
+
Message?: string | undefined;
|
|
451
|
+
constructor(
|
|
452
|
+
opts: __ExceptionOptionType<SourceParentNotFoundException, __BaseException>
|
|
453
|
+
);
|
|
454
|
+
}
|