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