@aws-sdk/client-organizations 3.926.0 → 3.928.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 +1881 -2595
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/OrganizationsClient.js +2 -0
- package/dist-es/commands/AcceptHandshakeCommand.js +3 -10
- package/dist-es/commands/AttachPolicyCommand.js +3 -9
- package/dist-es/commands/CancelHandshakeCommand.js +3 -10
- package/dist-es/commands/CloseAccountCommand.js +3 -9
- package/dist-es/commands/CreateAccountCommand.js +3 -10
- package/dist-es/commands/CreateGovCloudAccountCommand.js +3 -10
- package/dist-es/commands/CreateOrganizationCommand.js +3 -10
- package/dist-es/commands/CreateOrganizationalUnitCommand.js +3 -9
- package/dist-es/commands/CreatePolicyCommand.js +3 -9
- package/dist-es/commands/DeclineHandshakeCommand.js +3 -10
- package/dist-es/commands/DeleteOrganizationCommand.js +3 -9
- package/dist-es/commands/DeleteOrganizationalUnitCommand.js +3 -9
- package/dist-es/commands/DeletePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +3 -9
- package/dist-es/commands/DescribeAccountCommand.js +3 -10
- package/dist-es/commands/DescribeCreateAccountStatusCommand.js +3 -10
- package/dist-es/commands/DescribeEffectivePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeHandshakeCommand.js +3 -10
- package/dist-es/commands/DescribeOrganizationCommand.js +3 -10
- package/dist-es/commands/DescribeOrganizationalUnitCommand.js +3 -9
- package/dist-es/commands/DescribePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DetachPolicyCommand.js +3 -9
- package/dist-es/commands/DisableAWSServiceAccessCommand.js +3 -9
- package/dist-es/commands/DisablePolicyTypeCommand.js +3 -9
- package/dist-es/commands/EnableAWSServiceAccessCommand.js +3 -9
- package/dist-es/commands/EnableAllFeaturesCommand.js +3 -10
- package/dist-es/commands/EnablePolicyTypeCommand.js +3 -9
- package/dist-es/commands/InviteAccountToOrganizationCommand.js +3 -10
- package/dist-es/commands/LeaveOrganizationCommand.js +3 -9
- package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +3 -9
- package/dist-es/commands/ListAccountsCommand.js +3 -10
- package/dist-es/commands/ListAccountsForParentCommand.js +3 -10
- package/dist-es/commands/ListAccountsWithInvalidEffectivePolicyCommand.js +3 -10
- package/dist-es/commands/ListChildrenCommand.js +3 -9
- package/dist-es/commands/ListCreateAccountStatusCommand.js +3 -10
- package/dist-es/commands/ListDelegatedAdministratorsCommand.js +3 -10
- package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +3 -9
- package/dist-es/commands/ListEffectivePolicyValidationErrorsCommand.js +3 -9
- package/dist-es/commands/ListHandshakesForAccountCommand.js +3 -10
- package/dist-es/commands/ListHandshakesForOrganizationCommand.js +3 -10
- package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +3 -9
- package/dist-es/commands/ListParentsCommand.js +3 -9
- package/dist-es/commands/ListPoliciesCommand.js +3 -9
- package/dist-es/commands/ListPoliciesForTargetCommand.js +3 -9
- package/dist-es/commands/ListRootsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTargetsForPolicyCommand.js +3 -9
- package/dist-es/commands/MoveAccountCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +3 -9
- package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateOrganizationalUnitCommand.js +3 -9
- package/dist-es/commands/UpdatePolicyCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -132
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1627 -0
- package/dist-types/OrganizationsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -116
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +249 -0
- package/dist-types/ts3.4/OrganizationsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -81
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +255 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1899
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -515
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -689
|
@@ -0,0 +1,1627 @@
|
|
|
1
|
+
const _A = "Account";
|
|
2
|
+
const _AACE = "AccountAlreadyClosedException";
|
|
3
|
+
const _AARE = "AccountAlreadyRegisteredException";
|
|
4
|
+
const _ADE = "AccessDeniedException";
|
|
5
|
+
const _ADFDE = "AccessDeniedForDependencyException";
|
|
6
|
+
const _AH = "AcceptHandshake";
|
|
7
|
+
const _AHR = "AcceptHandshakeRequest";
|
|
8
|
+
const _AHRc = "AcceptHandshakeResponse";
|
|
9
|
+
const _AI = "AccountId";
|
|
10
|
+
const _AIOE = "AlreadyInOrganizationException";
|
|
11
|
+
const _AM = "AwsManaged";
|
|
12
|
+
const _AN = "AccountName";
|
|
13
|
+
const _ANFE = "AccountNotFoundException";
|
|
14
|
+
const _ANRE = "AccountNotRegisteredException";
|
|
15
|
+
const _AONVE = "AccountOwnerNotVerifiedException";
|
|
16
|
+
const _AP = "AttachPolicy";
|
|
17
|
+
const _APR = "AttachPolicyRequest";
|
|
18
|
+
const _APT = "AvailablePolicyTypes";
|
|
19
|
+
const _AT = "ActionType";
|
|
20
|
+
const _AWSONIUE = "AWSOrganizationsNotInUseException";
|
|
21
|
+
const _Ac = "Action";
|
|
22
|
+
const _Acc = "Accounts";
|
|
23
|
+
const _Ar = "Arn";
|
|
24
|
+
const _C = "Child";
|
|
25
|
+
const _CA = "CloseAccount";
|
|
26
|
+
const _CAN = "CreateAccountName";
|
|
27
|
+
const _CAR = "CloseAccountRequest";
|
|
28
|
+
const _CARI = "CreateAccountRequestId";
|
|
29
|
+
const _CARr = "CreateAccountRequest";
|
|
30
|
+
const _CARre = "CreateAccountResponse";
|
|
31
|
+
const _CAS = "CreateAccountStatus";
|
|
32
|
+
const _CASNFE = "CreateAccountStatusNotFoundException";
|
|
33
|
+
const _CASr = "CreateAccountStatuses";
|
|
34
|
+
const _CAr = "CreateAccount";
|
|
35
|
+
const _CE = "ConflictException";
|
|
36
|
+
const _CGCA = "CreateGovCloudAccount";
|
|
37
|
+
const _CGCAR = "CreateGovCloudAccountRequest";
|
|
38
|
+
const _CGCARr = "CreateGovCloudAccountResponse";
|
|
39
|
+
const _CH = "CancelHandshake";
|
|
40
|
+
const _CHR = "CancelHandshakeRequest";
|
|
41
|
+
const _CHRa = "CancelHandshakeResponse";
|
|
42
|
+
const _CI = "ChildId";
|
|
43
|
+
const _CME = "ConcurrentModificationException";
|
|
44
|
+
const _CNFE = "ChildNotFoundException";
|
|
45
|
+
const _CO = "CreateOrganization";
|
|
46
|
+
const _COR = "CreateOrganizationRequest";
|
|
47
|
+
const _CORr = "CreateOrganizationResponse";
|
|
48
|
+
const _COU = "CreateOrganizationalUnit";
|
|
49
|
+
const _COUR = "CreateOrganizationalUnitRequest";
|
|
50
|
+
const _COURr = "CreateOrganizationalUnitResponse";
|
|
51
|
+
const _CP = "ContributingPolicies";
|
|
52
|
+
const _CPR = "CreatePolicyRequest";
|
|
53
|
+
const _CPRr = "CreatePolicyResponse";
|
|
54
|
+
const _CPr = "CreatePolicy";
|
|
55
|
+
const _CT = "CompletedTimestamp";
|
|
56
|
+
const _CTh = "ChildType";
|
|
57
|
+
const _CVE = "ConstraintViolationException";
|
|
58
|
+
const _Ch = "Children";
|
|
59
|
+
const _Co = "Content";
|
|
60
|
+
const _D = "Description";
|
|
61
|
+
const _DA = "DelegatedAdministrator";
|
|
62
|
+
const _DAE = "DuplicateAccountException";
|
|
63
|
+
const _DAR = "DescribeAccountRequest";
|
|
64
|
+
const _DARe = "DescribeAccountResponse";
|
|
65
|
+
const _DAWSSA = "DisableAWSServiceAccess";
|
|
66
|
+
const _DAWSSAR = "DisableAWSServiceAccessRequest";
|
|
67
|
+
const _DAe = "DelegatedAdministrators";
|
|
68
|
+
const _DAes = "DescribeAccount";
|
|
69
|
+
const _DCAS = "DescribeCreateAccountStatus";
|
|
70
|
+
const _DCASR = "DescribeCreateAccountStatusRequest";
|
|
71
|
+
const _DCASRe = "DescribeCreateAccountStatusResponse";
|
|
72
|
+
const _DDA = "DeregisterDelegatedAdministrator";
|
|
73
|
+
const _DDAR = "DeregisterDelegatedAdministratorRequest";
|
|
74
|
+
const _DE = "DateEnabled";
|
|
75
|
+
const _DED = "DelegationEnabledDate";
|
|
76
|
+
const _DEP = "DescribeEffectivePolicy";
|
|
77
|
+
const _DEPR = "DescribeEffectivePolicyRequest";
|
|
78
|
+
const _DEPRe = "DescribeEffectivePolicyResponse";
|
|
79
|
+
const _DH = "DeclineHandshake";
|
|
80
|
+
const _DHE = "DuplicateHandshakeException";
|
|
81
|
+
const _DHR = "DeclineHandshakeRequest";
|
|
82
|
+
const _DHRe = "DeclineHandshakeResponse";
|
|
83
|
+
const _DHRes = "DescribeHandshakeRequest";
|
|
84
|
+
const _DHResc = "DescribeHandshakeResponse";
|
|
85
|
+
const _DHe = "DescribeHandshake";
|
|
86
|
+
const _DO = "DeleteOrganization";
|
|
87
|
+
const _DOR = "DescribeOrganizationResponse";
|
|
88
|
+
const _DOU = "DeleteOrganizationalUnit";
|
|
89
|
+
const _DOUE = "DuplicateOrganizationalUnitException";
|
|
90
|
+
const _DOUR = "DeleteOrganizationalUnitRequest";
|
|
91
|
+
const _DOURe = "DescribeOrganizationalUnitRequest";
|
|
92
|
+
const _DOURes = "DescribeOrganizationalUnitResponse";
|
|
93
|
+
const _DOUe = "DescribeOrganizationalUnit";
|
|
94
|
+
const _DOe = "DescribeOrganization";
|
|
95
|
+
const _DP = "DeletePolicy";
|
|
96
|
+
const _DPAE = "DuplicatePolicyAttachmentException";
|
|
97
|
+
const _DPE = "DuplicatePolicyException";
|
|
98
|
+
const _DPI = "DestinationParentId";
|
|
99
|
+
const _DPNFE = "DestinationParentNotFoundException";
|
|
100
|
+
const _DPR = "DeletePolicyRequest";
|
|
101
|
+
const _DPRe = "DescribePolicyRequest";
|
|
102
|
+
const _DPRes = "DescribePolicyResponse";
|
|
103
|
+
const _DPRet = "DetachPolicyRequest";
|
|
104
|
+
const _DPT = "DisablePolicyType";
|
|
105
|
+
const _DPTR = "DisablePolicyTypeRequest";
|
|
106
|
+
const _DPTRi = "DisablePolicyTypeResponse";
|
|
107
|
+
const _DPe = "DescribePolicy";
|
|
108
|
+
const _DPet = "DetachPolicy";
|
|
109
|
+
const _DRP = "DeleteResourcePolicy";
|
|
110
|
+
const _DRPR = "DescribeResourcePolicyResponse";
|
|
111
|
+
const _DRPe = "DescribeResourcePolicy";
|
|
112
|
+
const _DS = "DelegatedService";
|
|
113
|
+
const _DSe = "DelegatedServices";
|
|
114
|
+
const _E = "Email";
|
|
115
|
+
const _EAF = "EnableAllFeatures";
|
|
116
|
+
const _EAFR = "EnableAllFeaturesRequest";
|
|
117
|
+
const _EAFRn = "EnableAllFeaturesResponse";
|
|
118
|
+
const _EAWSSA = "EnableAWSServiceAccess";
|
|
119
|
+
const _EAWSSAR = "EnableAWSServiceAccessRequest";
|
|
120
|
+
const _EC = "ErrorCode";
|
|
121
|
+
const _EM = "ErrorMessage";
|
|
122
|
+
const _EP = "EffectivePolicy";
|
|
123
|
+
const _EPNFE = "EffectivePolicyNotFoundException";
|
|
124
|
+
const _EPT = "EnablePolicyType";
|
|
125
|
+
const _EPTR = "EnablePolicyTypeRequest";
|
|
126
|
+
const _EPTRn = "EnablePolicyTypeResponse";
|
|
127
|
+
const _EPVE = "EffectivePolicyValidationError";
|
|
128
|
+
const _EPVEf = "EffectivePolicyValidationErrors";
|
|
129
|
+
const _ESP = "EnabledServicePrincipal";
|
|
130
|
+
const _ESPn = "EnabledServicePrincipals";
|
|
131
|
+
const _ET = "ExpirationTimestamp";
|
|
132
|
+
const _ETv = "EvaluationTimestamp";
|
|
133
|
+
const _F = "Filter";
|
|
134
|
+
const _FOE = "FinalizingOrganizationException";
|
|
135
|
+
const _FR = "FailureReason";
|
|
136
|
+
const _FS = "FeatureSet";
|
|
137
|
+
const _GCAI = "GovCloudAccountId";
|
|
138
|
+
const _H = "Handshake";
|
|
139
|
+
const _HAISE = "HandshakeAlreadyInStateException";
|
|
140
|
+
const _HCVE = "HandshakeConstraintViolationException";
|
|
141
|
+
const _HF = "HandshakeFilter";
|
|
142
|
+
const _HI = "HandshakeId";
|
|
143
|
+
const _HN = "HandshakeNotes";
|
|
144
|
+
const _HNFE = "HandshakeNotFoundException";
|
|
145
|
+
const _HP = "HandshakeParty";
|
|
146
|
+
const _HPI = "HandshakePartyId";
|
|
147
|
+
const _HPa = "HandshakeParties";
|
|
148
|
+
const _HR = "HandshakeResource";
|
|
149
|
+
const _HRV = "HandshakeResourceValue";
|
|
150
|
+
const _HRa = "HandshakeResources";
|
|
151
|
+
const _Ha = "Handshakes";
|
|
152
|
+
const _I = "Id";
|
|
153
|
+
const _IATO = "InviteAccountToOrganization";
|
|
154
|
+
const _IATOR = "InviteAccountToOrganizationRequest";
|
|
155
|
+
const _IATORn = "InviteAccountToOrganizationResponse";
|
|
156
|
+
const _IHTE = "InvalidHandshakeTransitionException";
|
|
157
|
+
const _IIE = "InvalidInputException";
|
|
158
|
+
const _IUATB = "IamUserAccessToBilling";
|
|
159
|
+
const _JM = "JoinedMethod";
|
|
160
|
+
const _JT = "JoinedTimestamp";
|
|
161
|
+
const _K = "Key";
|
|
162
|
+
const _LA = "ListAccounts";
|
|
163
|
+
const _LAFP = "ListAccountsForParent";
|
|
164
|
+
const _LAFPR = "ListAccountsForParentRequest";
|
|
165
|
+
const _LAFPRi = "ListAccountsForParentResponse";
|
|
166
|
+
const _LAR = "ListAccountsRequest";
|
|
167
|
+
const _LARi = "ListAccountsResponse";
|
|
168
|
+
const _LAWIEP = "ListAccountsWithInvalidEffectivePolicy";
|
|
169
|
+
const _LAWIEPR = "ListAccountsWithInvalidEffectivePolicyRequest";
|
|
170
|
+
const _LAWIEPRi = "ListAccountsWithInvalidEffectivePolicyResponse";
|
|
171
|
+
const _LAWSSAFO = "ListAWSServiceAccessForOrganization";
|
|
172
|
+
const _LAWSSAFOR = "ListAWSServiceAccessForOrganizationRequest";
|
|
173
|
+
const _LAWSSAFORi = "ListAWSServiceAccessForOrganizationResponse";
|
|
174
|
+
const _LC = "ListChildren";
|
|
175
|
+
const _LCAS = "ListCreateAccountStatus";
|
|
176
|
+
const _LCASR = "ListCreateAccountStatusRequest";
|
|
177
|
+
const _LCASRi = "ListCreateAccountStatusResponse";
|
|
178
|
+
const _LCR = "ListChildrenRequest";
|
|
179
|
+
const _LCRi = "ListChildrenResponse";
|
|
180
|
+
const _LDA = "ListDelegatedAdministrators";
|
|
181
|
+
const _LDAR = "ListDelegatedAdministratorsRequest";
|
|
182
|
+
const _LDARi = "ListDelegatedAdministratorsResponse";
|
|
183
|
+
const _LDSFA = "ListDelegatedServicesForAccount";
|
|
184
|
+
const _LDSFAR = "ListDelegatedServicesForAccountRequest";
|
|
185
|
+
const _LDSFARi = "ListDelegatedServicesForAccountResponse";
|
|
186
|
+
const _LEPVE = "ListEffectivePolicyValidationErrors";
|
|
187
|
+
const _LEPVER = "ListEffectivePolicyValidationErrorsRequest";
|
|
188
|
+
const _LEPVERi = "ListEffectivePolicyValidationErrorsResponse";
|
|
189
|
+
const _LHFA = "ListHandshakesForAccount";
|
|
190
|
+
const _LHFAR = "ListHandshakesForAccountRequest";
|
|
191
|
+
const _LHFARi = "ListHandshakesForAccountResponse";
|
|
192
|
+
const _LHFO = "ListHandshakesForOrganization";
|
|
193
|
+
const _LHFOR = "ListHandshakesForOrganizationRequest";
|
|
194
|
+
const _LHFORi = "ListHandshakesForOrganizationResponse";
|
|
195
|
+
const _LO = "LeaveOrganization";
|
|
196
|
+
const _LOUFP = "ListOrganizationalUnitsForParent";
|
|
197
|
+
const _LOUFPR = "ListOrganizationalUnitsForParentRequest";
|
|
198
|
+
const _LOUFPRi = "ListOrganizationalUnitsForParentResponse";
|
|
199
|
+
const _LP = "ListParents";
|
|
200
|
+
const _LPFT = "ListPoliciesForTarget";
|
|
201
|
+
const _LPFTR = "ListPoliciesForTargetRequest";
|
|
202
|
+
const _LPFTRi = "ListPoliciesForTargetResponse";
|
|
203
|
+
const _LPR = "ListParentsRequest";
|
|
204
|
+
const _LPRi = "ListParentsResponse";
|
|
205
|
+
const _LPRis = "ListPoliciesRequest";
|
|
206
|
+
const _LPRist = "ListPoliciesResponse";
|
|
207
|
+
const _LPi = "ListPolicies";
|
|
208
|
+
const _LR = "ListRoots";
|
|
209
|
+
const _LRR = "ListRootsRequest";
|
|
210
|
+
const _LRRi = "ListRootsResponse";
|
|
211
|
+
const _LTFP = "ListTargetsForPolicy";
|
|
212
|
+
const _LTFPR = "ListTargetsForPolicyRequest";
|
|
213
|
+
const _LTFPRi = "ListTargetsForPolicyResponse";
|
|
214
|
+
const _LTFR = "ListTagsForResource";
|
|
215
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
216
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
217
|
+
const _LUT = "LastUpdatedTimestamp";
|
|
218
|
+
const _M = "Message";
|
|
219
|
+
const _MA = "MoveAccount";
|
|
220
|
+
const _MAA = "MasterAccountArn";
|
|
221
|
+
const _MAE = "MasterAccountEmail";
|
|
222
|
+
const _MAI = "MasterAccountId";
|
|
223
|
+
const _MAR = "MoveAccountRequest";
|
|
224
|
+
const _MCLOE = "MasterCannotLeaveOrganizationException";
|
|
225
|
+
const _MPDE = "MalformedPolicyDocumentException";
|
|
226
|
+
const _MR = "MaxResults";
|
|
227
|
+
const _N = "Name";
|
|
228
|
+
const _NT = "NextToken";
|
|
229
|
+
const _No = "Notes";
|
|
230
|
+
const _O = "Organization";
|
|
231
|
+
const _ONEE = "OrganizationNotEmptyException";
|
|
232
|
+
const _OU = "OrganizationalUnit";
|
|
233
|
+
const _OUI = "OrganizationalUnitId";
|
|
234
|
+
const _OUNEE = "OrganizationalUnitNotEmptyException";
|
|
235
|
+
const _OUNFE = "OrganizationalUnitNotFoundException";
|
|
236
|
+
const _OUr = "OrganizationalUnits";
|
|
237
|
+
const _P = "Policy";
|
|
238
|
+
const _PC = "PolicyContent";
|
|
239
|
+
const _PCIPE = "PolicyChangesInProgressException";
|
|
240
|
+
const _PHI = "ParentHandshakeId";
|
|
241
|
+
const _PI = "PolicyId";
|
|
242
|
+
const _PIUE = "PolicyInUseException";
|
|
243
|
+
const _PIa = "ParentId";
|
|
244
|
+
const _PNAE = "PolicyNotAttachedException";
|
|
245
|
+
const _PNFE = "ParentNotFoundException";
|
|
246
|
+
const _PNFEo = "PolicyNotFoundException";
|
|
247
|
+
const _PRP = "PutResourcePolicy";
|
|
248
|
+
const _PRPR = "PutResourcePolicyRequest";
|
|
249
|
+
const _PRPRu = "PutResourcePolicyResponse";
|
|
250
|
+
const _PS = "PolicySummary";
|
|
251
|
+
const _PT = "PolicyType";
|
|
252
|
+
const _PTAEE = "PolicyTypeAlreadyEnabledException";
|
|
253
|
+
const _PTE = "PathToError";
|
|
254
|
+
const _PTNAFOE = "PolicyTypeNotAvailableForOrganizationException";
|
|
255
|
+
const _PTNEE = "PolicyTypeNotEnabledException";
|
|
256
|
+
const _PTS = "PolicyTargetSummary";
|
|
257
|
+
const _PTSo = "PolicyTypeSummary";
|
|
258
|
+
const _PTo = "PolicyTypes";
|
|
259
|
+
const _PTol = "PolicyTargets";
|
|
260
|
+
const _Pa = "Parties";
|
|
261
|
+
const _Par = "Parents";
|
|
262
|
+
const _Pare = "Parent";
|
|
263
|
+
const _Pat = "Path";
|
|
264
|
+
const _Po = "Policies";
|
|
265
|
+
const _R = "Reason";
|
|
266
|
+
const _RAFO = "RemoveAccountFromOrganization";
|
|
267
|
+
const _RAFOR = "RemoveAccountFromOrganizationRequest";
|
|
268
|
+
const _RDA = "RegisterDelegatedAdministrator";
|
|
269
|
+
const _RDAR = "RegisterDelegatedAdministratorRequest";
|
|
270
|
+
const _RI = "RootId";
|
|
271
|
+
const _RIe = "ResourceId";
|
|
272
|
+
const _RN = "RoleName";
|
|
273
|
+
const _RNFE = "RootNotFoundException";
|
|
274
|
+
const _RP = "ResourcePolicy";
|
|
275
|
+
const _RPNFE = "ResourcePolicyNotFoundException";
|
|
276
|
+
const _RPS = "ResourcePolicySummary";
|
|
277
|
+
const _RT = "RequestedTimestamp";
|
|
278
|
+
const _Re = "Resources";
|
|
279
|
+
const _Ro = "Root";
|
|
280
|
+
const _Roo = "Roots";
|
|
281
|
+
const _S = "Status";
|
|
282
|
+
const _SE = "ServiceException";
|
|
283
|
+
const _SP = "ServicePrincipal";
|
|
284
|
+
const _SPI = "SourceParentId";
|
|
285
|
+
const _SPNFE = "SourceParentNotFoundException";
|
|
286
|
+
const _St = "State";
|
|
287
|
+
const _Sta = "States";
|
|
288
|
+
const _T = "Type";
|
|
289
|
+
const _TI = "TargetId";
|
|
290
|
+
const _TK = "TagKeys";
|
|
291
|
+
const _TMRE = "TooManyRequestsException";
|
|
292
|
+
const _TNFE = "TargetNotFoundException";
|
|
293
|
+
const _TR = "TagResource";
|
|
294
|
+
const _TRR = "TagResourceRequest";
|
|
295
|
+
const _Ta = "Tags";
|
|
296
|
+
const _Tag = "Tag";
|
|
297
|
+
const _Tar = "Target";
|
|
298
|
+
const _Targ = "Targets";
|
|
299
|
+
const _UAPIEE = "UnsupportedAPIEndpointException";
|
|
300
|
+
const _UOU = "UpdateOrganizationalUnit";
|
|
301
|
+
const _UOUR = "UpdateOrganizationalUnitRequest";
|
|
302
|
+
const _UOURp = "UpdateOrganizationalUnitResponse";
|
|
303
|
+
const _UP = "UpdatePolicy";
|
|
304
|
+
const _UPR = "UpdatePolicyRequest";
|
|
305
|
+
const _UPRp = "UpdatePolicyResponse";
|
|
306
|
+
const _UR = "UntagResource";
|
|
307
|
+
const _URR = "UntagResourceRequest";
|
|
308
|
+
const _V = "Value";
|
|
309
|
+
const _c = "client";
|
|
310
|
+
const _e = "error";
|
|
311
|
+
const _hE = "httpError";
|
|
312
|
+
const _s = "server";
|
|
313
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.organizations";
|
|
314
|
+
const n0 = "com.amazonaws.organizations";
|
|
315
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
316
|
+
import { AccessDeniedException as __AccessDeniedException, AccessDeniedForDependencyException as __AccessDeniedForDependencyException, AccountAlreadyClosedException as __AccountAlreadyClosedException, AccountAlreadyRegisteredException as __AccountAlreadyRegisteredException, AccountNotFoundException as __AccountNotFoundException, AccountNotRegisteredException as __AccountNotRegisteredException, AccountOwnerNotVerifiedException as __AccountOwnerNotVerifiedException, AlreadyInOrganizationException as __AlreadyInOrganizationException, AWSOrganizationsNotInUseException as __AWSOrganizationsNotInUseException, ChildNotFoundException as __ChildNotFoundException, ConcurrentModificationException as __ConcurrentModificationException, ConflictException as __ConflictException, ConstraintViolationException as __ConstraintViolationException, CreateAccountStatusNotFoundException as __CreateAccountStatusNotFoundException, DestinationParentNotFoundException as __DestinationParentNotFoundException, DuplicateAccountException as __DuplicateAccountException, DuplicateHandshakeException as __DuplicateHandshakeException, DuplicateOrganizationalUnitException as __DuplicateOrganizationalUnitException, DuplicatePolicyAttachmentException as __DuplicatePolicyAttachmentException, DuplicatePolicyException as __DuplicatePolicyException, EffectivePolicyNotFoundException as __EffectivePolicyNotFoundException, FinalizingOrganizationException as __FinalizingOrganizationException, HandshakeAlreadyInStateException as __HandshakeAlreadyInStateException, HandshakeConstraintViolationException as __HandshakeConstraintViolationException, HandshakeNotFoundException as __HandshakeNotFoundException, InvalidHandshakeTransitionException as __InvalidHandshakeTransitionException, InvalidInputException as __InvalidInputException, MalformedPolicyDocumentException as __MalformedPolicyDocumentException, MasterCannotLeaveOrganizationException as __MasterCannotLeaveOrganizationException, OrganizationalUnitNotEmptyException as __OrganizationalUnitNotEmptyException, OrganizationalUnitNotFoundException as __OrganizationalUnitNotFoundException, OrganizationNotEmptyException as __OrganizationNotEmptyException, ParentNotFoundException as __ParentNotFoundException, PolicyChangesInProgressException as __PolicyChangesInProgressException, PolicyInUseException as __PolicyInUseException, PolicyNotAttachedException as __PolicyNotAttachedException, PolicyNotFoundException as __PolicyNotFoundException, PolicyTypeAlreadyEnabledException as __PolicyTypeAlreadyEnabledException, PolicyTypeNotAvailableForOrganizationException as __PolicyTypeNotAvailableForOrganizationException, PolicyTypeNotEnabledException as __PolicyTypeNotEnabledException, ResourcePolicyNotFoundException as __ResourcePolicyNotFoundException, RootNotFoundException as __RootNotFoundException, ServiceException as __ServiceException, SourceParentNotFoundException as __SourceParentNotFoundException, TargetNotFoundException as __TargetNotFoundException, TooManyRequestsException as __TooManyRequestsException, UnsupportedAPIEndpointException as __UnsupportedAPIEndpointException, } from "../models/index";
|
|
317
|
+
import { OrganizationsServiceException as __OrganizationsServiceException } from "../models/OrganizationsServiceException";
|
|
318
|
+
export var AccountName = [0, n0, _AN, 8, 0];
|
|
319
|
+
export var CreateAccountName = [0, n0, _CAN, 8, 0];
|
|
320
|
+
export var Email = [0, n0, _E, 8, 0];
|
|
321
|
+
export var HandshakeNotes = [0, n0, _HN, 8, 0];
|
|
322
|
+
export var HandshakePartyId = [0, n0, _HPI, 8, 0];
|
|
323
|
+
export var HandshakeResourceValue = [0, n0, _HRV, 8, 0];
|
|
324
|
+
export var AcceptHandshakeRequest = [3, n0, _AHR, 0, [_HI], [0]];
|
|
325
|
+
export var AcceptHandshakeResponse = [3, n0, _AHRc, 0, [_H], [[() => Handshake, 0]]];
|
|
326
|
+
export var AccessDeniedException = [
|
|
327
|
+
-3,
|
|
328
|
+
n0,
|
|
329
|
+
_ADE,
|
|
330
|
+
{
|
|
331
|
+
[_e]: _c,
|
|
332
|
+
[_hE]: 403,
|
|
333
|
+
},
|
|
334
|
+
[_M],
|
|
335
|
+
[0],
|
|
336
|
+
];
|
|
337
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
338
|
+
export var AccessDeniedForDependencyException = [
|
|
339
|
+
-3,
|
|
340
|
+
n0,
|
|
341
|
+
_ADFDE,
|
|
342
|
+
{
|
|
343
|
+
[_e]: _c,
|
|
344
|
+
[_hE]: 403,
|
|
345
|
+
},
|
|
346
|
+
[_M, _R],
|
|
347
|
+
[0, 0],
|
|
348
|
+
];
|
|
349
|
+
TypeRegistry.for(n0).registerError(AccessDeniedForDependencyException, __AccessDeniedForDependencyException);
|
|
350
|
+
export var Account = [
|
|
351
|
+
3,
|
|
352
|
+
n0,
|
|
353
|
+
_A,
|
|
354
|
+
0,
|
|
355
|
+
[_I, _Ar, _E, _N, _S, _St, _JM, _JT],
|
|
356
|
+
[0, 0, [() => Email, 0], [() => AccountName, 0], 0, 0, 0, 4],
|
|
357
|
+
];
|
|
358
|
+
export var AccountAlreadyClosedException = [
|
|
359
|
+
-3,
|
|
360
|
+
n0,
|
|
361
|
+
_AACE,
|
|
362
|
+
{
|
|
363
|
+
[_e]: _c,
|
|
364
|
+
[_hE]: 409,
|
|
365
|
+
},
|
|
366
|
+
[_M],
|
|
367
|
+
[0],
|
|
368
|
+
];
|
|
369
|
+
TypeRegistry.for(n0).registerError(AccountAlreadyClosedException, __AccountAlreadyClosedException);
|
|
370
|
+
export var AccountAlreadyRegisteredException = [
|
|
371
|
+
-3,
|
|
372
|
+
n0,
|
|
373
|
+
_AARE,
|
|
374
|
+
{
|
|
375
|
+
[_e]: _c,
|
|
376
|
+
[_hE]: 409,
|
|
377
|
+
},
|
|
378
|
+
[_M],
|
|
379
|
+
[0],
|
|
380
|
+
];
|
|
381
|
+
TypeRegistry.for(n0).registerError(AccountAlreadyRegisteredException, __AccountAlreadyRegisteredException);
|
|
382
|
+
export var AccountNotFoundException = [
|
|
383
|
+
-3,
|
|
384
|
+
n0,
|
|
385
|
+
_ANFE,
|
|
386
|
+
{
|
|
387
|
+
[_e]: _c,
|
|
388
|
+
[_hE]: 404,
|
|
389
|
+
},
|
|
390
|
+
[_M],
|
|
391
|
+
[0],
|
|
392
|
+
];
|
|
393
|
+
TypeRegistry.for(n0).registerError(AccountNotFoundException, __AccountNotFoundException);
|
|
394
|
+
export var AccountNotRegisteredException = [
|
|
395
|
+
-3,
|
|
396
|
+
n0,
|
|
397
|
+
_ANRE,
|
|
398
|
+
{
|
|
399
|
+
[_e]: _c,
|
|
400
|
+
[_hE]: 409,
|
|
401
|
+
},
|
|
402
|
+
[_M],
|
|
403
|
+
[0],
|
|
404
|
+
];
|
|
405
|
+
TypeRegistry.for(n0).registerError(AccountNotRegisteredException, __AccountNotRegisteredException);
|
|
406
|
+
export var AccountOwnerNotVerifiedException = [
|
|
407
|
+
-3,
|
|
408
|
+
n0,
|
|
409
|
+
_AONVE,
|
|
410
|
+
{
|
|
411
|
+
[_e]: _c,
|
|
412
|
+
[_hE]: 403,
|
|
413
|
+
},
|
|
414
|
+
[_M],
|
|
415
|
+
[0],
|
|
416
|
+
];
|
|
417
|
+
TypeRegistry.for(n0).registerError(AccountOwnerNotVerifiedException, __AccountOwnerNotVerifiedException);
|
|
418
|
+
export var AlreadyInOrganizationException = [
|
|
419
|
+
-3,
|
|
420
|
+
n0,
|
|
421
|
+
_AIOE,
|
|
422
|
+
{
|
|
423
|
+
[_e]: _c,
|
|
424
|
+
[_hE]: 409,
|
|
425
|
+
},
|
|
426
|
+
[_M],
|
|
427
|
+
[0],
|
|
428
|
+
];
|
|
429
|
+
TypeRegistry.for(n0).registerError(AlreadyInOrganizationException, __AlreadyInOrganizationException);
|
|
430
|
+
export var AttachPolicyRequest = [3, n0, _APR, 0, [_PI, _TI], [0, 0]];
|
|
431
|
+
export var AWSOrganizationsNotInUseException = [
|
|
432
|
+
-3,
|
|
433
|
+
n0,
|
|
434
|
+
_AWSONIUE,
|
|
435
|
+
{
|
|
436
|
+
[_e]: _c,
|
|
437
|
+
[_hE]: 404,
|
|
438
|
+
},
|
|
439
|
+
[_M],
|
|
440
|
+
[0],
|
|
441
|
+
];
|
|
442
|
+
TypeRegistry.for(n0).registerError(AWSOrganizationsNotInUseException, __AWSOrganizationsNotInUseException);
|
|
443
|
+
export var CancelHandshakeRequest = [3, n0, _CHR, 0, [_HI], [0]];
|
|
444
|
+
export var CancelHandshakeResponse = [3, n0, _CHRa, 0, [_H], [[() => Handshake, 0]]];
|
|
445
|
+
export var Child = [3, n0, _C, 0, [_I, _T], [0, 0]];
|
|
446
|
+
export var ChildNotFoundException = [
|
|
447
|
+
-3,
|
|
448
|
+
n0,
|
|
449
|
+
_CNFE,
|
|
450
|
+
{
|
|
451
|
+
[_e]: _c,
|
|
452
|
+
[_hE]: 404,
|
|
453
|
+
},
|
|
454
|
+
[_M],
|
|
455
|
+
[0],
|
|
456
|
+
];
|
|
457
|
+
TypeRegistry.for(n0).registerError(ChildNotFoundException, __ChildNotFoundException);
|
|
458
|
+
export var CloseAccountRequest = [3, n0, _CAR, 0, [_AI], [0]];
|
|
459
|
+
export var ConcurrentModificationException = [
|
|
460
|
+
-3,
|
|
461
|
+
n0,
|
|
462
|
+
_CME,
|
|
463
|
+
{
|
|
464
|
+
[_e]: _c,
|
|
465
|
+
[_hE]: 409,
|
|
466
|
+
},
|
|
467
|
+
[_M],
|
|
468
|
+
[0],
|
|
469
|
+
];
|
|
470
|
+
TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
|
|
471
|
+
export var ConflictException = [
|
|
472
|
+
-3,
|
|
473
|
+
n0,
|
|
474
|
+
_CE,
|
|
475
|
+
{
|
|
476
|
+
[_e]: _c,
|
|
477
|
+
[_hE]: 409,
|
|
478
|
+
},
|
|
479
|
+
[_M],
|
|
480
|
+
[0],
|
|
481
|
+
];
|
|
482
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
483
|
+
export var ConstraintViolationException = [
|
|
484
|
+
-3,
|
|
485
|
+
n0,
|
|
486
|
+
_CVE,
|
|
487
|
+
{
|
|
488
|
+
[_e]: _c,
|
|
489
|
+
[_hE]: 409,
|
|
490
|
+
},
|
|
491
|
+
[_M, _R],
|
|
492
|
+
[0, 0],
|
|
493
|
+
];
|
|
494
|
+
TypeRegistry.for(n0).registerError(ConstraintViolationException, __ConstraintViolationException);
|
|
495
|
+
export var CreateAccountRequest = [
|
|
496
|
+
3,
|
|
497
|
+
n0,
|
|
498
|
+
_CARr,
|
|
499
|
+
0,
|
|
500
|
+
[_E, _AN, _RN, _IUATB, _Ta],
|
|
501
|
+
[[() => Email, 0], [() => CreateAccountName, 0], 0, 0, () => Tags],
|
|
502
|
+
];
|
|
503
|
+
export var CreateAccountResponse = [3, n0, _CARre, 0, [_CAS], [[() => CreateAccountStatus, 0]]];
|
|
504
|
+
export var CreateAccountStatus = [
|
|
505
|
+
3,
|
|
506
|
+
n0,
|
|
507
|
+
_CAS,
|
|
508
|
+
0,
|
|
509
|
+
[_I, _AN, _St, _RT, _CT, _AI, _GCAI, _FR],
|
|
510
|
+
[0, [() => CreateAccountName, 0], 0, 4, 4, 0, 0, 0],
|
|
511
|
+
];
|
|
512
|
+
export var CreateAccountStatusNotFoundException = [
|
|
513
|
+
-3,
|
|
514
|
+
n0,
|
|
515
|
+
_CASNFE,
|
|
516
|
+
{
|
|
517
|
+
[_e]: _c,
|
|
518
|
+
[_hE]: 404,
|
|
519
|
+
},
|
|
520
|
+
[_M],
|
|
521
|
+
[0],
|
|
522
|
+
];
|
|
523
|
+
TypeRegistry.for(n0).registerError(CreateAccountStatusNotFoundException, __CreateAccountStatusNotFoundException);
|
|
524
|
+
export var CreateGovCloudAccountRequest = [
|
|
525
|
+
3,
|
|
526
|
+
n0,
|
|
527
|
+
_CGCAR,
|
|
528
|
+
0,
|
|
529
|
+
[_E, _AN, _RN, _IUATB, _Ta],
|
|
530
|
+
[[() => Email, 0], [() => CreateAccountName, 0], 0, 0, () => Tags],
|
|
531
|
+
];
|
|
532
|
+
export var CreateGovCloudAccountResponse = [
|
|
533
|
+
3,
|
|
534
|
+
n0,
|
|
535
|
+
_CGCARr,
|
|
536
|
+
0,
|
|
537
|
+
[_CAS],
|
|
538
|
+
[[() => CreateAccountStatus, 0]],
|
|
539
|
+
];
|
|
540
|
+
export var CreateOrganizationalUnitRequest = [
|
|
541
|
+
3,
|
|
542
|
+
n0,
|
|
543
|
+
_COUR,
|
|
544
|
+
0,
|
|
545
|
+
[_PIa, _N, _Ta],
|
|
546
|
+
[0, 0, () => Tags],
|
|
547
|
+
];
|
|
548
|
+
export var CreateOrganizationalUnitResponse = [
|
|
549
|
+
3,
|
|
550
|
+
n0,
|
|
551
|
+
_COURr,
|
|
552
|
+
0,
|
|
553
|
+
[_OU],
|
|
554
|
+
[() => OrganizationalUnit],
|
|
555
|
+
];
|
|
556
|
+
export var CreateOrganizationRequest = [3, n0, _COR, 0, [_FS], [0]];
|
|
557
|
+
export var CreateOrganizationResponse = [3, n0, _CORr, 0, [_O], [[() => Organization, 0]]];
|
|
558
|
+
export var CreatePolicyRequest = [
|
|
559
|
+
3,
|
|
560
|
+
n0,
|
|
561
|
+
_CPR,
|
|
562
|
+
0,
|
|
563
|
+
[_Co, _D, _N, _T, _Ta],
|
|
564
|
+
[0, 0, 0, 0, () => Tags],
|
|
565
|
+
];
|
|
566
|
+
export var CreatePolicyResponse = [3, n0, _CPRr, 0, [_P], [() => Policy]];
|
|
567
|
+
export var DeclineHandshakeRequest = [3, n0, _DHR, 0, [_HI], [0]];
|
|
568
|
+
export var DeclineHandshakeResponse = [3, n0, _DHRe, 0, [_H], [[() => Handshake, 0]]];
|
|
569
|
+
export var DelegatedAdministrator = [
|
|
570
|
+
3,
|
|
571
|
+
n0,
|
|
572
|
+
_DA,
|
|
573
|
+
0,
|
|
574
|
+
[_I, _Ar, _E, _N, _S, _St, _JM, _JT, _DED],
|
|
575
|
+
[0, 0, [() => Email, 0], [() => AccountName, 0], 0, 0, 0, 4, 4],
|
|
576
|
+
];
|
|
577
|
+
export var DelegatedService = [3, n0, _DS, 0, [_SP, _DED], [0, 4]];
|
|
578
|
+
export var DeleteOrganizationalUnitRequest = [3, n0, _DOUR, 0, [_OUI], [0]];
|
|
579
|
+
export var DeletePolicyRequest = [3, n0, _DPR, 0, [_PI], [0]];
|
|
580
|
+
export var DeregisterDelegatedAdministratorRequest = [3, n0, _DDAR, 0, [_AI, _SP], [0, 0]];
|
|
581
|
+
export var DescribeAccountRequest = [3, n0, _DAR, 0, [_AI], [0]];
|
|
582
|
+
export var DescribeAccountResponse = [3, n0, _DARe, 0, [_A], [[() => Account, 0]]];
|
|
583
|
+
export var DescribeCreateAccountStatusRequest = [3, n0, _DCASR, 0, [_CARI], [0]];
|
|
584
|
+
export var DescribeCreateAccountStatusResponse = [
|
|
585
|
+
3,
|
|
586
|
+
n0,
|
|
587
|
+
_DCASRe,
|
|
588
|
+
0,
|
|
589
|
+
[_CAS],
|
|
590
|
+
[[() => CreateAccountStatus, 0]],
|
|
591
|
+
];
|
|
592
|
+
export var DescribeEffectivePolicyRequest = [3, n0, _DEPR, 0, [_PT, _TI], [0, 0]];
|
|
593
|
+
export var DescribeEffectivePolicyResponse = [3, n0, _DEPRe, 0, [_EP], [() => EffectivePolicy]];
|
|
594
|
+
export var DescribeHandshakeRequest = [3, n0, _DHRes, 0, [_HI], [0]];
|
|
595
|
+
export var DescribeHandshakeResponse = [3, n0, _DHResc, 0, [_H], [[() => Handshake, 0]]];
|
|
596
|
+
export var DescribeOrganizationalUnitRequest = [3, n0, _DOURe, 0, [_OUI], [0]];
|
|
597
|
+
export var DescribeOrganizationalUnitResponse = [
|
|
598
|
+
3,
|
|
599
|
+
n0,
|
|
600
|
+
_DOURes,
|
|
601
|
+
0,
|
|
602
|
+
[_OU],
|
|
603
|
+
[() => OrganizationalUnit],
|
|
604
|
+
];
|
|
605
|
+
export var DescribeOrganizationResponse = [3, n0, _DOR, 0, [_O], [[() => Organization, 0]]];
|
|
606
|
+
export var DescribePolicyRequest = [3, n0, _DPRe, 0, [_PI], [0]];
|
|
607
|
+
export var DescribePolicyResponse = [3, n0, _DPRes, 0, [_P], [() => Policy]];
|
|
608
|
+
export var DescribeResourcePolicyResponse = [3, n0, _DRPR, 0, [_RP], [() => ResourcePolicy]];
|
|
609
|
+
export var DestinationParentNotFoundException = [
|
|
610
|
+
-3,
|
|
611
|
+
n0,
|
|
612
|
+
_DPNFE,
|
|
613
|
+
{
|
|
614
|
+
[_e]: _c,
|
|
615
|
+
[_hE]: 404,
|
|
616
|
+
},
|
|
617
|
+
[_M],
|
|
618
|
+
[0],
|
|
619
|
+
];
|
|
620
|
+
TypeRegistry.for(n0).registerError(DestinationParentNotFoundException, __DestinationParentNotFoundException);
|
|
621
|
+
export var DetachPolicyRequest = [3, n0, _DPRet, 0, [_PI, _TI], [0, 0]];
|
|
622
|
+
export var DisableAWSServiceAccessRequest = [3, n0, _DAWSSAR, 0, [_SP], [0]];
|
|
623
|
+
export var DisablePolicyTypeRequest = [3, n0, _DPTR, 0, [_RI, _PT], [0, 0]];
|
|
624
|
+
export var DisablePolicyTypeResponse = [3, n0, _DPTRi, 0, [_Ro], [() => Root]];
|
|
625
|
+
export var DuplicateAccountException = [
|
|
626
|
+
-3,
|
|
627
|
+
n0,
|
|
628
|
+
_DAE,
|
|
629
|
+
{
|
|
630
|
+
[_e]: _c,
|
|
631
|
+
[_hE]: 409,
|
|
632
|
+
},
|
|
633
|
+
[_M],
|
|
634
|
+
[0],
|
|
635
|
+
];
|
|
636
|
+
TypeRegistry.for(n0).registerError(DuplicateAccountException, __DuplicateAccountException);
|
|
637
|
+
export var DuplicateHandshakeException = [
|
|
638
|
+
-3,
|
|
639
|
+
n0,
|
|
640
|
+
_DHE,
|
|
641
|
+
{
|
|
642
|
+
[_e]: _c,
|
|
643
|
+
[_hE]: 409,
|
|
644
|
+
},
|
|
645
|
+
[_M],
|
|
646
|
+
[0],
|
|
647
|
+
];
|
|
648
|
+
TypeRegistry.for(n0).registerError(DuplicateHandshakeException, __DuplicateHandshakeException);
|
|
649
|
+
export var DuplicateOrganizationalUnitException = [
|
|
650
|
+
-3,
|
|
651
|
+
n0,
|
|
652
|
+
_DOUE,
|
|
653
|
+
{
|
|
654
|
+
[_e]: _c,
|
|
655
|
+
[_hE]: 409,
|
|
656
|
+
},
|
|
657
|
+
[_M],
|
|
658
|
+
[0],
|
|
659
|
+
];
|
|
660
|
+
TypeRegistry.for(n0).registerError(DuplicateOrganizationalUnitException, __DuplicateOrganizationalUnitException);
|
|
661
|
+
export var DuplicatePolicyAttachmentException = [
|
|
662
|
+
-3,
|
|
663
|
+
n0,
|
|
664
|
+
_DPAE,
|
|
665
|
+
{
|
|
666
|
+
[_e]: _c,
|
|
667
|
+
[_hE]: 409,
|
|
668
|
+
},
|
|
669
|
+
[_M],
|
|
670
|
+
[0],
|
|
671
|
+
];
|
|
672
|
+
TypeRegistry.for(n0).registerError(DuplicatePolicyAttachmentException, __DuplicatePolicyAttachmentException);
|
|
673
|
+
export var DuplicatePolicyException = [
|
|
674
|
+
-3,
|
|
675
|
+
n0,
|
|
676
|
+
_DPE,
|
|
677
|
+
{
|
|
678
|
+
[_e]: _c,
|
|
679
|
+
[_hE]: 409,
|
|
680
|
+
},
|
|
681
|
+
[_M],
|
|
682
|
+
[0],
|
|
683
|
+
];
|
|
684
|
+
TypeRegistry.for(n0).registerError(DuplicatePolicyException, __DuplicatePolicyException);
|
|
685
|
+
export var EffectivePolicy = [3, n0, _EP, 0, [_PC, _LUT, _TI, _PT], [0, 4, 0, 0]];
|
|
686
|
+
export var EffectivePolicyNotFoundException = [
|
|
687
|
+
-3,
|
|
688
|
+
n0,
|
|
689
|
+
_EPNFE,
|
|
690
|
+
{
|
|
691
|
+
[_e]: _c,
|
|
692
|
+
},
|
|
693
|
+
[_M],
|
|
694
|
+
[0],
|
|
695
|
+
];
|
|
696
|
+
TypeRegistry.for(n0).registerError(EffectivePolicyNotFoundException, __EffectivePolicyNotFoundException);
|
|
697
|
+
export var EffectivePolicyValidationError = [
|
|
698
|
+
3,
|
|
699
|
+
n0,
|
|
700
|
+
_EPVE,
|
|
701
|
+
0,
|
|
702
|
+
[_EC, _EM, _PTE, _CP],
|
|
703
|
+
[0, 0, 0, 64 | 0],
|
|
704
|
+
];
|
|
705
|
+
export var EnableAllFeaturesRequest = [3, n0, _EAFR, 0, [], []];
|
|
706
|
+
export var EnableAllFeaturesResponse = [3, n0, _EAFRn, 0, [_H], [[() => Handshake, 0]]];
|
|
707
|
+
export var EnableAWSServiceAccessRequest = [3, n0, _EAWSSAR, 0, [_SP], [0]];
|
|
708
|
+
export var EnabledServicePrincipal = [3, n0, _ESP, 0, [_SP, _DE], [0, 4]];
|
|
709
|
+
export var EnablePolicyTypeRequest = [3, n0, _EPTR, 0, [_RI, _PT], [0, 0]];
|
|
710
|
+
export var EnablePolicyTypeResponse = [3, n0, _EPTRn, 0, [_Ro], [() => Root]];
|
|
711
|
+
export var FinalizingOrganizationException = [
|
|
712
|
+
-3,
|
|
713
|
+
n0,
|
|
714
|
+
_FOE,
|
|
715
|
+
{
|
|
716
|
+
[_e]: _c,
|
|
717
|
+
[_hE]: 409,
|
|
718
|
+
},
|
|
719
|
+
[_M],
|
|
720
|
+
[0],
|
|
721
|
+
];
|
|
722
|
+
TypeRegistry.for(n0).registerError(FinalizingOrganizationException, __FinalizingOrganizationException);
|
|
723
|
+
export var Handshake = [
|
|
724
|
+
3,
|
|
725
|
+
n0,
|
|
726
|
+
_H,
|
|
727
|
+
0,
|
|
728
|
+
[_I, _Ar, _Pa, _St, _RT, _ET, _Ac, _Re],
|
|
729
|
+
[0, 0, [() => HandshakeParties, 0], 0, 4, 4, 0, [() => HandshakeResources, 0]],
|
|
730
|
+
];
|
|
731
|
+
export var HandshakeAlreadyInStateException = [
|
|
732
|
+
-3,
|
|
733
|
+
n0,
|
|
734
|
+
_HAISE,
|
|
735
|
+
{
|
|
736
|
+
[_e]: _c,
|
|
737
|
+
[_hE]: 409,
|
|
738
|
+
},
|
|
739
|
+
[_M],
|
|
740
|
+
[0],
|
|
741
|
+
];
|
|
742
|
+
TypeRegistry.for(n0).registerError(HandshakeAlreadyInStateException, __HandshakeAlreadyInStateException);
|
|
743
|
+
export var HandshakeConstraintViolationException = [
|
|
744
|
+
-3,
|
|
745
|
+
n0,
|
|
746
|
+
_HCVE,
|
|
747
|
+
{
|
|
748
|
+
[_e]: _c,
|
|
749
|
+
[_hE]: 409,
|
|
750
|
+
},
|
|
751
|
+
[_M, _R],
|
|
752
|
+
[0, 0],
|
|
753
|
+
];
|
|
754
|
+
TypeRegistry.for(n0).registerError(HandshakeConstraintViolationException, __HandshakeConstraintViolationException);
|
|
755
|
+
export var HandshakeFilter = [3, n0, _HF, 0, [_AT, _PHI], [0, 0]];
|
|
756
|
+
export var HandshakeNotFoundException = [
|
|
757
|
+
-3,
|
|
758
|
+
n0,
|
|
759
|
+
_HNFE,
|
|
760
|
+
{
|
|
761
|
+
[_e]: _c,
|
|
762
|
+
[_hE]: 404,
|
|
763
|
+
},
|
|
764
|
+
[_M],
|
|
765
|
+
[0],
|
|
766
|
+
];
|
|
767
|
+
TypeRegistry.for(n0).registerError(HandshakeNotFoundException, __HandshakeNotFoundException);
|
|
768
|
+
export var HandshakeParty = [3, n0, _HP, 0, [_I, _T], [[() => HandshakePartyId, 0], 0]];
|
|
769
|
+
export var HandshakeResource = [
|
|
770
|
+
3,
|
|
771
|
+
n0,
|
|
772
|
+
_HR,
|
|
773
|
+
0,
|
|
774
|
+
[_V, _T, _Re],
|
|
775
|
+
[[() => HandshakeResourceValue, 0], 0, [() => HandshakeResources, 0]],
|
|
776
|
+
];
|
|
777
|
+
export var InvalidHandshakeTransitionException = [
|
|
778
|
+
-3,
|
|
779
|
+
n0,
|
|
780
|
+
_IHTE,
|
|
781
|
+
{
|
|
782
|
+
[_e]: _c,
|
|
783
|
+
[_hE]: 409,
|
|
784
|
+
},
|
|
785
|
+
[_M],
|
|
786
|
+
[0],
|
|
787
|
+
];
|
|
788
|
+
TypeRegistry.for(n0).registerError(InvalidHandshakeTransitionException, __InvalidHandshakeTransitionException);
|
|
789
|
+
export var InvalidInputException = [
|
|
790
|
+
-3,
|
|
791
|
+
n0,
|
|
792
|
+
_IIE,
|
|
793
|
+
{
|
|
794
|
+
[_e]: _c,
|
|
795
|
+
[_hE]: 400,
|
|
796
|
+
},
|
|
797
|
+
[_M, _R],
|
|
798
|
+
[0, 0],
|
|
799
|
+
];
|
|
800
|
+
TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
|
|
801
|
+
export var InviteAccountToOrganizationRequest = [
|
|
802
|
+
3,
|
|
803
|
+
n0,
|
|
804
|
+
_IATOR,
|
|
805
|
+
0,
|
|
806
|
+
[_Tar, _No, _Ta],
|
|
807
|
+
[[() => HandshakeParty, 0], [() => HandshakeNotes, 0], () => Tags],
|
|
808
|
+
];
|
|
809
|
+
export var InviteAccountToOrganizationResponse = [
|
|
810
|
+
3,
|
|
811
|
+
n0,
|
|
812
|
+
_IATORn,
|
|
813
|
+
0,
|
|
814
|
+
[_H],
|
|
815
|
+
[[() => Handshake, 0]],
|
|
816
|
+
];
|
|
817
|
+
export var ListAccountsForParentRequest = [3, n0, _LAFPR, 0, [_PIa, _NT, _MR], [0, 0, 1]];
|
|
818
|
+
export var ListAccountsForParentResponse = [
|
|
819
|
+
3,
|
|
820
|
+
n0,
|
|
821
|
+
_LAFPRi,
|
|
822
|
+
0,
|
|
823
|
+
[_Acc, _NT],
|
|
824
|
+
[[() => Accounts, 0], 0],
|
|
825
|
+
];
|
|
826
|
+
export var ListAccountsRequest = [3, n0, _LAR, 0, [_NT, _MR], [0, 1]];
|
|
827
|
+
export var ListAccountsResponse = [3, n0, _LARi, 0, [_Acc, _NT], [[() => Accounts, 0], 0]];
|
|
828
|
+
export var ListAccountsWithInvalidEffectivePolicyRequest = [
|
|
829
|
+
3,
|
|
830
|
+
n0,
|
|
831
|
+
_LAWIEPR,
|
|
832
|
+
0,
|
|
833
|
+
[_PT, _NT, _MR],
|
|
834
|
+
[0, 0, 1],
|
|
835
|
+
];
|
|
836
|
+
export var ListAccountsWithInvalidEffectivePolicyResponse = [
|
|
837
|
+
3,
|
|
838
|
+
n0,
|
|
839
|
+
_LAWIEPRi,
|
|
840
|
+
0,
|
|
841
|
+
[_Acc, _PT, _NT],
|
|
842
|
+
[[() => Accounts, 0], 0, 0],
|
|
843
|
+
];
|
|
844
|
+
export var ListAWSServiceAccessForOrganizationRequest = [
|
|
845
|
+
3,
|
|
846
|
+
n0,
|
|
847
|
+
_LAWSSAFOR,
|
|
848
|
+
0,
|
|
849
|
+
[_NT, _MR],
|
|
850
|
+
[0, 1],
|
|
851
|
+
];
|
|
852
|
+
export var ListAWSServiceAccessForOrganizationResponse = [
|
|
853
|
+
3,
|
|
854
|
+
n0,
|
|
855
|
+
_LAWSSAFORi,
|
|
856
|
+
0,
|
|
857
|
+
[_ESPn, _NT],
|
|
858
|
+
[() => EnabledServicePrincipals, 0],
|
|
859
|
+
];
|
|
860
|
+
export var ListChildrenRequest = [3, n0, _LCR, 0, [_PIa, _CTh, _NT, _MR], [0, 0, 0, 1]];
|
|
861
|
+
export var ListChildrenResponse = [3, n0, _LCRi, 0, [_Ch, _NT], [() => Children, 0]];
|
|
862
|
+
export var ListCreateAccountStatusRequest = [3, n0, _LCASR, 0, [_Sta, _NT, _MR], [64 | 0, 0, 1]];
|
|
863
|
+
export var ListCreateAccountStatusResponse = [
|
|
864
|
+
3,
|
|
865
|
+
n0,
|
|
866
|
+
_LCASRi,
|
|
867
|
+
0,
|
|
868
|
+
[_CASr, _NT],
|
|
869
|
+
[[() => CreateAccountStatuses, 0], 0],
|
|
870
|
+
];
|
|
871
|
+
export var ListDelegatedAdministratorsRequest = [3, n0, _LDAR, 0, [_SP, _NT, _MR], [0, 0, 1]];
|
|
872
|
+
export var ListDelegatedAdministratorsResponse = [
|
|
873
|
+
3,
|
|
874
|
+
n0,
|
|
875
|
+
_LDARi,
|
|
876
|
+
0,
|
|
877
|
+
[_DAe, _NT],
|
|
878
|
+
[[() => DelegatedAdministrators, 0], 0],
|
|
879
|
+
];
|
|
880
|
+
export var ListDelegatedServicesForAccountRequest = [
|
|
881
|
+
3,
|
|
882
|
+
n0,
|
|
883
|
+
_LDSFAR,
|
|
884
|
+
0,
|
|
885
|
+
[_AI, _NT, _MR],
|
|
886
|
+
[0, 0, 1],
|
|
887
|
+
];
|
|
888
|
+
export var ListDelegatedServicesForAccountResponse = [
|
|
889
|
+
3,
|
|
890
|
+
n0,
|
|
891
|
+
_LDSFARi,
|
|
892
|
+
0,
|
|
893
|
+
[_DSe, _NT],
|
|
894
|
+
[() => DelegatedServices, 0],
|
|
895
|
+
];
|
|
896
|
+
export var ListEffectivePolicyValidationErrorsRequest = [
|
|
897
|
+
3,
|
|
898
|
+
n0,
|
|
899
|
+
_LEPVER,
|
|
900
|
+
0,
|
|
901
|
+
[_AI, _PT, _NT, _MR],
|
|
902
|
+
[0, 0, 0, 1],
|
|
903
|
+
];
|
|
904
|
+
export var ListEffectivePolicyValidationErrorsResponse = [
|
|
905
|
+
3,
|
|
906
|
+
n0,
|
|
907
|
+
_LEPVERi,
|
|
908
|
+
0,
|
|
909
|
+
[_AI, _PT, _Pat, _ETv, _NT, _EPVEf],
|
|
910
|
+
[0, 0, 0, 4, 0, () => EffectivePolicyValidationErrors],
|
|
911
|
+
];
|
|
912
|
+
export var ListHandshakesForAccountRequest = [
|
|
913
|
+
3,
|
|
914
|
+
n0,
|
|
915
|
+
_LHFAR,
|
|
916
|
+
0,
|
|
917
|
+
[_F, _NT, _MR],
|
|
918
|
+
[() => HandshakeFilter, 0, 1],
|
|
919
|
+
];
|
|
920
|
+
export var ListHandshakesForAccountResponse = [
|
|
921
|
+
3,
|
|
922
|
+
n0,
|
|
923
|
+
_LHFARi,
|
|
924
|
+
0,
|
|
925
|
+
[_Ha, _NT],
|
|
926
|
+
[[() => Handshakes, 0], 0],
|
|
927
|
+
];
|
|
928
|
+
export var ListHandshakesForOrganizationRequest = [
|
|
929
|
+
3,
|
|
930
|
+
n0,
|
|
931
|
+
_LHFOR,
|
|
932
|
+
0,
|
|
933
|
+
[_F, _NT, _MR],
|
|
934
|
+
[() => HandshakeFilter, 0, 1],
|
|
935
|
+
];
|
|
936
|
+
export var ListHandshakesForOrganizationResponse = [
|
|
937
|
+
3,
|
|
938
|
+
n0,
|
|
939
|
+
_LHFORi,
|
|
940
|
+
0,
|
|
941
|
+
[_Ha, _NT],
|
|
942
|
+
[[() => Handshakes, 0], 0],
|
|
943
|
+
];
|
|
944
|
+
export var ListOrganizationalUnitsForParentRequest = [
|
|
945
|
+
3,
|
|
946
|
+
n0,
|
|
947
|
+
_LOUFPR,
|
|
948
|
+
0,
|
|
949
|
+
[_PIa, _NT, _MR],
|
|
950
|
+
[0, 0, 1],
|
|
951
|
+
];
|
|
952
|
+
export var ListOrganizationalUnitsForParentResponse = [
|
|
953
|
+
3,
|
|
954
|
+
n0,
|
|
955
|
+
_LOUFPRi,
|
|
956
|
+
0,
|
|
957
|
+
[_OUr, _NT],
|
|
958
|
+
[() => OrganizationalUnits, 0],
|
|
959
|
+
];
|
|
960
|
+
export var ListParentsRequest = [3, n0, _LPR, 0, [_CI, _NT, _MR], [0, 0, 1]];
|
|
961
|
+
export var ListParentsResponse = [3, n0, _LPRi, 0, [_Par, _NT], [() => Parents, 0]];
|
|
962
|
+
export var ListPoliciesForTargetRequest = [3, n0, _LPFTR, 0, [_TI, _F, _NT, _MR], [0, 0, 0, 1]];
|
|
963
|
+
export var ListPoliciesForTargetResponse = [3, n0, _LPFTRi, 0, [_Po, _NT], [() => Policies, 0]];
|
|
964
|
+
export var ListPoliciesRequest = [3, n0, _LPRis, 0, [_F, _NT, _MR], [0, 0, 1]];
|
|
965
|
+
export var ListPoliciesResponse = [3, n0, _LPRist, 0, [_Po, _NT], [() => Policies, 0]];
|
|
966
|
+
export var ListRootsRequest = [3, n0, _LRR, 0, [_NT, _MR], [0, 1]];
|
|
967
|
+
export var ListRootsResponse = [3, n0, _LRRi, 0, [_Roo, _NT], [() => Roots, 0]];
|
|
968
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RIe, _NT], [0, 0]];
|
|
969
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => Tags, 0]];
|
|
970
|
+
export var ListTargetsForPolicyRequest = [3, n0, _LTFPR, 0, [_PI, _NT, _MR], [0, 0, 1]];
|
|
971
|
+
export var ListTargetsForPolicyResponse = [
|
|
972
|
+
3,
|
|
973
|
+
n0,
|
|
974
|
+
_LTFPRi,
|
|
975
|
+
0,
|
|
976
|
+
[_Targ, _NT],
|
|
977
|
+
[() => PolicyTargets, 0],
|
|
978
|
+
];
|
|
979
|
+
export var MalformedPolicyDocumentException = [
|
|
980
|
+
-3,
|
|
981
|
+
n0,
|
|
982
|
+
_MPDE,
|
|
983
|
+
{
|
|
984
|
+
[_e]: _c,
|
|
985
|
+
[_hE]: 400,
|
|
986
|
+
},
|
|
987
|
+
[_M],
|
|
988
|
+
[0],
|
|
989
|
+
];
|
|
990
|
+
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException, __MalformedPolicyDocumentException);
|
|
991
|
+
export var MasterCannotLeaveOrganizationException = [
|
|
992
|
+
-3,
|
|
993
|
+
n0,
|
|
994
|
+
_MCLOE,
|
|
995
|
+
{
|
|
996
|
+
[_e]: _c,
|
|
997
|
+
[_hE]: 409,
|
|
998
|
+
},
|
|
999
|
+
[_M],
|
|
1000
|
+
[0],
|
|
1001
|
+
];
|
|
1002
|
+
TypeRegistry.for(n0).registerError(MasterCannotLeaveOrganizationException, __MasterCannotLeaveOrganizationException);
|
|
1003
|
+
export var MoveAccountRequest = [3, n0, _MAR, 0, [_AI, _SPI, _DPI], [0, 0, 0]];
|
|
1004
|
+
export var Organization = [
|
|
1005
|
+
3,
|
|
1006
|
+
n0,
|
|
1007
|
+
_O,
|
|
1008
|
+
0,
|
|
1009
|
+
[_I, _Ar, _FS, _MAA, _MAI, _MAE, _APT],
|
|
1010
|
+
[0, 0, 0, 0, 0, [() => Email, 0], () => PolicyTypes],
|
|
1011
|
+
];
|
|
1012
|
+
export var OrganizationalUnit = [3, n0, _OU, 0, [_I, _Ar, _N], [0, 0, 0]];
|
|
1013
|
+
export var OrganizationalUnitNotEmptyException = [
|
|
1014
|
+
-3,
|
|
1015
|
+
n0,
|
|
1016
|
+
_OUNEE,
|
|
1017
|
+
{
|
|
1018
|
+
[_e]: _c,
|
|
1019
|
+
[_hE]: 409,
|
|
1020
|
+
},
|
|
1021
|
+
[_M],
|
|
1022
|
+
[0],
|
|
1023
|
+
];
|
|
1024
|
+
TypeRegistry.for(n0).registerError(OrganizationalUnitNotEmptyException, __OrganizationalUnitNotEmptyException);
|
|
1025
|
+
export var OrganizationalUnitNotFoundException = [
|
|
1026
|
+
-3,
|
|
1027
|
+
n0,
|
|
1028
|
+
_OUNFE,
|
|
1029
|
+
{
|
|
1030
|
+
[_e]: _c,
|
|
1031
|
+
[_hE]: 404,
|
|
1032
|
+
},
|
|
1033
|
+
[_M],
|
|
1034
|
+
[0],
|
|
1035
|
+
];
|
|
1036
|
+
TypeRegistry.for(n0).registerError(OrganizationalUnitNotFoundException, __OrganizationalUnitNotFoundException);
|
|
1037
|
+
export var OrganizationNotEmptyException = [
|
|
1038
|
+
-3,
|
|
1039
|
+
n0,
|
|
1040
|
+
_ONEE,
|
|
1041
|
+
{
|
|
1042
|
+
[_e]: _c,
|
|
1043
|
+
[_hE]: 409,
|
|
1044
|
+
},
|
|
1045
|
+
[_M],
|
|
1046
|
+
[0],
|
|
1047
|
+
];
|
|
1048
|
+
TypeRegistry.for(n0).registerError(OrganizationNotEmptyException, __OrganizationNotEmptyException);
|
|
1049
|
+
export var Parent = [3, n0, _Pare, 0, [_I, _T], [0, 0]];
|
|
1050
|
+
export var ParentNotFoundException = [
|
|
1051
|
+
-3,
|
|
1052
|
+
n0,
|
|
1053
|
+
_PNFE,
|
|
1054
|
+
{
|
|
1055
|
+
[_e]: _c,
|
|
1056
|
+
[_hE]: 404,
|
|
1057
|
+
},
|
|
1058
|
+
[_M],
|
|
1059
|
+
[0],
|
|
1060
|
+
];
|
|
1061
|
+
TypeRegistry.for(n0).registerError(ParentNotFoundException, __ParentNotFoundException);
|
|
1062
|
+
export var Policy = [3, n0, _P, 0, [_PS, _Co], [() => PolicySummary, 0]];
|
|
1063
|
+
export var PolicyChangesInProgressException = [
|
|
1064
|
+
-3,
|
|
1065
|
+
n0,
|
|
1066
|
+
_PCIPE,
|
|
1067
|
+
{
|
|
1068
|
+
[_e]: _c,
|
|
1069
|
+
},
|
|
1070
|
+
[_M],
|
|
1071
|
+
[0],
|
|
1072
|
+
];
|
|
1073
|
+
TypeRegistry.for(n0).registerError(PolicyChangesInProgressException, __PolicyChangesInProgressException);
|
|
1074
|
+
export var PolicyInUseException = [
|
|
1075
|
+
-3,
|
|
1076
|
+
n0,
|
|
1077
|
+
_PIUE,
|
|
1078
|
+
{
|
|
1079
|
+
[_e]: _c,
|
|
1080
|
+
[_hE]: 409,
|
|
1081
|
+
},
|
|
1082
|
+
[_M],
|
|
1083
|
+
[0],
|
|
1084
|
+
];
|
|
1085
|
+
TypeRegistry.for(n0).registerError(PolicyInUseException, __PolicyInUseException);
|
|
1086
|
+
export var PolicyNotAttachedException = [
|
|
1087
|
+
-3,
|
|
1088
|
+
n0,
|
|
1089
|
+
_PNAE,
|
|
1090
|
+
{
|
|
1091
|
+
[_e]: _c,
|
|
1092
|
+
[_hE]: 409,
|
|
1093
|
+
},
|
|
1094
|
+
[_M],
|
|
1095
|
+
[0],
|
|
1096
|
+
];
|
|
1097
|
+
TypeRegistry.for(n0).registerError(PolicyNotAttachedException, __PolicyNotAttachedException);
|
|
1098
|
+
export var PolicyNotFoundException = [
|
|
1099
|
+
-3,
|
|
1100
|
+
n0,
|
|
1101
|
+
_PNFEo,
|
|
1102
|
+
{
|
|
1103
|
+
[_e]: _c,
|
|
1104
|
+
[_hE]: 404,
|
|
1105
|
+
},
|
|
1106
|
+
[_M],
|
|
1107
|
+
[0],
|
|
1108
|
+
];
|
|
1109
|
+
TypeRegistry.for(n0).registerError(PolicyNotFoundException, __PolicyNotFoundException);
|
|
1110
|
+
export var PolicySummary = [3, n0, _PS, 0, [_I, _Ar, _N, _D, _T, _AM], [0, 0, 0, 0, 0, 2]];
|
|
1111
|
+
export var PolicyTargetSummary = [3, n0, _PTS, 0, [_TI, _Ar, _N, _T], [0, 0, 0, 0]];
|
|
1112
|
+
export var PolicyTypeAlreadyEnabledException = [
|
|
1113
|
+
-3,
|
|
1114
|
+
n0,
|
|
1115
|
+
_PTAEE,
|
|
1116
|
+
{
|
|
1117
|
+
[_e]: _c,
|
|
1118
|
+
[_hE]: 409,
|
|
1119
|
+
},
|
|
1120
|
+
[_M],
|
|
1121
|
+
[0],
|
|
1122
|
+
];
|
|
1123
|
+
TypeRegistry.for(n0).registerError(PolicyTypeAlreadyEnabledException, __PolicyTypeAlreadyEnabledException);
|
|
1124
|
+
export var PolicyTypeNotAvailableForOrganizationException = [
|
|
1125
|
+
-3,
|
|
1126
|
+
n0,
|
|
1127
|
+
_PTNAFOE,
|
|
1128
|
+
{
|
|
1129
|
+
[_e]: _c,
|
|
1130
|
+
[_hE]: 409,
|
|
1131
|
+
},
|
|
1132
|
+
[_M],
|
|
1133
|
+
[0],
|
|
1134
|
+
];
|
|
1135
|
+
TypeRegistry.for(n0).registerError(PolicyTypeNotAvailableForOrganizationException, __PolicyTypeNotAvailableForOrganizationException);
|
|
1136
|
+
export var PolicyTypeNotEnabledException = [
|
|
1137
|
+
-3,
|
|
1138
|
+
n0,
|
|
1139
|
+
_PTNEE,
|
|
1140
|
+
{
|
|
1141
|
+
[_e]: _c,
|
|
1142
|
+
[_hE]: 409,
|
|
1143
|
+
},
|
|
1144
|
+
[_M],
|
|
1145
|
+
[0],
|
|
1146
|
+
];
|
|
1147
|
+
TypeRegistry.for(n0).registerError(PolicyTypeNotEnabledException, __PolicyTypeNotEnabledException);
|
|
1148
|
+
export var PolicyTypeSummary = [3, n0, _PTSo, 0, [_T, _S], [0, 0]];
|
|
1149
|
+
export var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_Co, _Ta], [0, () => Tags]];
|
|
1150
|
+
export var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_RP], [() => ResourcePolicy]];
|
|
1151
|
+
export var RegisterDelegatedAdministratorRequest = [3, n0, _RDAR, 0, [_AI, _SP], [0, 0]];
|
|
1152
|
+
export var RemoveAccountFromOrganizationRequest = [3, n0, _RAFOR, 0, [_AI], [0]];
|
|
1153
|
+
export var ResourcePolicy = [3, n0, _RP, 0, [_RPS, _Co], [() => ResourcePolicySummary, 0]];
|
|
1154
|
+
export var ResourcePolicyNotFoundException = [
|
|
1155
|
+
-3,
|
|
1156
|
+
n0,
|
|
1157
|
+
_RPNFE,
|
|
1158
|
+
{
|
|
1159
|
+
[_e]: _c,
|
|
1160
|
+
[_hE]: 404,
|
|
1161
|
+
},
|
|
1162
|
+
[_M],
|
|
1163
|
+
[0],
|
|
1164
|
+
];
|
|
1165
|
+
TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException, __ResourcePolicyNotFoundException);
|
|
1166
|
+
export var ResourcePolicySummary = [3, n0, _RPS, 0, [_I, _Ar], [0, 0]];
|
|
1167
|
+
export var Root = [3, n0, _Ro, 0, [_I, _Ar, _N, _PTo], [0, 0, 0, () => PolicyTypes]];
|
|
1168
|
+
export var RootNotFoundException = [
|
|
1169
|
+
-3,
|
|
1170
|
+
n0,
|
|
1171
|
+
_RNFE,
|
|
1172
|
+
{
|
|
1173
|
+
[_e]: _c,
|
|
1174
|
+
[_hE]: 404,
|
|
1175
|
+
},
|
|
1176
|
+
[_M],
|
|
1177
|
+
[0],
|
|
1178
|
+
];
|
|
1179
|
+
TypeRegistry.for(n0).registerError(RootNotFoundException, __RootNotFoundException);
|
|
1180
|
+
export var ServiceException = [
|
|
1181
|
+
-3,
|
|
1182
|
+
n0,
|
|
1183
|
+
_SE,
|
|
1184
|
+
{
|
|
1185
|
+
[_e]: _s,
|
|
1186
|
+
[_hE]: 500,
|
|
1187
|
+
},
|
|
1188
|
+
[_M],
|
|
1189
|
+
[0],
|
|
1190
|
+
];
|
|
1191
|
+
TypeRegistry.for(n0).registerError(ServiceException, __ServiceException);
|
|
1192
|
+
export var SourceParentNotFoundException = [
|
|
1193
|
+
-3,
|
|
1194
|
+
n0,
|
|
1195
|
+
_SPNFE,
|
|
1196
|
+
{
|
|
1197
|
+
[_e]: _c,
|
|
1198
|
+
[_hE]: 404,
|
|
1199
|
+
},
|
|
1200
|
+
[_M],
|
|
1201
|
+
[0],
|
|
1202
|
+
];
|
|
1203
|
+
TypeRegistry.for(n0).registerError(SourceParentNotFoundException, __SourceParentNotFoundException);
|
|
1204
|
+
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1205
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_RIe, _Ta], [0, () => Tags]];
|
|
1206
|
+
export var TargetNotFoundException = [
|
|
1207
|
+
-3,
|
|
1208
|
+
n0,
|
|
1209
|
+
_TNFE,
|
|
1210
|
+
{
|
|
1211
|
+
[_e]: _c,
|
|
1212
|
+
[_hE]: 404,
|
|
1213
|
+
},
|
|
1214
|
+
[_M],
|
|
1215
|
+
[0],
|
|
1216
|
+
];
|
|
1217
|
+
TypeRegistry.for(n0).registerError(TargetNotFoundException, __TargetNotFoundException);
|
|
1218
|
+
export var TooManyRequestsException = [
|
|
1219
|
+
-3,
|
|
1220
|
+
n0,
|
|
1221
|
+
_TMRE,
|
|
1222
|
+
{
|
|
1223
|
+
[_e]: _c,
|
|
1224
|
+
[_hE]: 429,
|
|
1225
|
+
},
|
|
1226
|
+
[_T, _M],
|
|
1227
|
+
[0, 0],
|
|
1228
|
+
];
|
|
1229
|
+
TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
|
|
1230
|
+
export var UnsupportedAPIEndpointException = [
|
|
1231
|
+
-3,
|
|
1232
|
+
n0,
|
|
1233
|
+
_UAPIEE,
|
|
1234
|
+
{
|
|
1235
|
+
[_e]: _c,
|
|
1236
|
+
[_hE]: 403,
|
|
1237
|
+
},
|
|
1238
|
+
[_M],
|
|
1239
|
+
[0],
|
|
1240
|
+
];
|
|
1241
|
+
TypeRegistry.for(n0).registerError(UnsupportedAPIEndpointException, __UnsupportedAPIEndpointException);
|
|
1242
|
+
export var UntagResourceRequest = [3, n0, _URR, 0, [_RIe, _TK], [0, 64 | 0]];
|
|
1243
|
+
export var UpdateOrganizationalUnitRequest = [3, n0, _UOUR, 0, [_OUI, _N], [0, 0]];
|
|
1244
|
+
export var UpdateOrganizationalUnitResponse = [
|
|
1245
|
+
3,
|
|
1246
|
+
n0,
|
|
1247
|
+
_UOURp,
|
|
1248
|
+
0,
|
|
1249
|
+
[_OU],
|
|
1250
|
+
[() => OrganizationalUnit],
|
|
1251
|
+
];
|
|
1252
|
+
export var UpdatePolicyRequest = [3, n0, _UPR, 0, [_PI, _N, _D, _Co], [0, 0, 0, 0]];
|
|
1253
|
+
export var UpdatePolicyResponse = [3, n0, _UPRp, 0, [_P], [() => Policy]];
|
|
1254
|
+
export var __Unit = "unit";
|
|
1255
|
+
export var OrganizationsServiceException = [-3, _sm, "OrganizationsServiceException", 0, [], []];
|
|
1256
|
+
TypeRegistry.for(_sm).registerError(OrganizationsServiceException, __OrganizationsServiceException);
|
|
1257
|
+
export var Accounts = [1, n0, _Acc, 0, [() => Account, 0]];
|
|
1258
|
+
export var Children = [1, n0, _Ch, 0, () => Child];
|
|
1259
|
+
export var CreateAccountStates = 64 | 0;
|
|
1260
|
+
export var CreateAccountStatuses = [1, n0, _CASr, 0, [() => CreateAccountStatus, 0]];
|
|
1261
|
+
export var DelegatedAdministrators = [1, n0, _DAe, 0, [() => DelegatedAdministrator, 0]];
|
|
1262
|
+
export var DelegatedServices = [1, n0, _DSe, 0, () => DelegatedService];
|
|
1263
|
+
export var EffectivePolicyValidationErrors = [1, n0, _EPVEf, 0, () => EffectivePolicyValidationError];
|
|
1264
|
+
export var EnabledServicePrincipals = [1, n0, _ESPn, 0, () => EnabledServicePrincipal];
|
|
1265
|
+
export var HandshakeParties = [1, n0, _HPa, 0, [() => HandshakeParty, 0]];
|
|
1266
|
+
export var HandshakeResources = [1, n0, _HRa, 0, [() => HandshakeResource, 0]];
|
|
1267
|
+
export var Handshakes = [1, n0, _Ha, 0, [() => Handshake, 0]];
|
|
1268
|
+
export var OrganizationalUnits = [1, n0, _OUr, 0, () => OrganizationalUnit];
|
|
1269
|
+
export var Parents = [1, n0, _Par, 0, () => Parent];
|
|
1270
|
+
export var Policies = [1, n0, _Po, 0, () => PolicySummary];
|
|
1271
|
+
export var PolicyIds = 64 | 0;
|
|
1272
|
+
export var PolicyTargets = [1, n0, _PTol, 0, () => PolicyTargetSummary];
|
|
1273
|
+
export var PolicyTypes = [1, n0, _PTo, 0, () => PolicyTypeSummary];
|
|
1274
|
+
export var Roots = [1, n0, _Roo, 0, () => Root];
|
|
1275
|
+
export var TagKeys = 64 | 0;
|
|
1276
|
+
export var Tags = [1, n0, _Ta, 0, () => Tag];
|
|
1277
|
+
export var AcceptHandshake = [
|
|
1278
|
+
9,
|
|
1279
|
+
n0,
|
|
1280
|
+
_AH,
|
|
1281
|
+
0,
|
|
1282
|
+
() => AcceptHandshakeRequest,
|
|
1283
|
+
() => AcceptHandshakeResponse,
|
|
1284
|
+
];
|
|
1285
|
+
export var AttachPolicy = [9, n0, _AP, 0, () => AttachPolicyRequest, () => __Unit];
|
|
1286
|
+
export var CancelHandshake = [
|
|
1287
|
+
9,
|
|
1288
|
+
n0,
|
|
1289
|
+
_CH,
|
|
1290
|
+
0,
|
|
1291
|
+
() => CancelHandshakeRequest,
|
|
1292
|
+
() => CancelHandshakeResponse,
|
|
1293
|
+
];
|
|
1294
|
+
export var CloseAccount = [9, n0, _CA, 0, () => CloseAccountRequest, () => __Unit];
|
|
1295
|
+
export var CreateAccount = [
|
|
1296
|
+
9,
|
|
1297
|
+
n0,
|
|
1298
|
+
_CAr,
|
|
1299
|
+
0,
|
|
1300
|
+
() => CreateAccountRequest,
|
|
1301
|
+
() => CreateAccountResponse,
|
|
1302
|
+
];
|
|
1303
|
+
export var CreateGovCloudAccount = [
|
|
1304
|
+
9,
|
|
1305
|
+
n0,
|
|
1306
|
+
_CGCA,
|
|
1307
|
+
0,
|
|
1308
|
+
() => CreateGovCloudAccountRequest,
|
|
1309
|
+
() => CreateGovCloudAccountResponse,
|
|
1310
|
+
];
|
|
1311
|
+
export var CreateOrganization = [
|
|
1312
|
+
9,
|
|
1313
|
+
n0,
|
|
1314
|
+
_CO,
|
|
1315
|
+
0,
|
|
1316
|
+
() => CreateOrganizationRequest,
|
|
1317
|
+
() => CreateOrganizationResponse,
|
|
1318
|
+
];
|
|
1319
|
+
export var CreateOrganizationalUnit = [
|
|
1320
|
+
9,
|
|
1321
|
+
n0,
|
|
1322
|
+
_COU,
|
|
1323
|
+
0,
|
|
1324
|
+
() => CreateOrganizationalUnitRequest,
|
|
1325
|
+
() => CreateOrganizationalUnitResponse,
|
|
1326
|
+
];
|
|
1327
|
+
export var CreatePolicy = [
|
|
1328
|
+
9,
|
|
1329
|
+
n0,
|
|
1330
|
+
_CPr,
|
|
1331
|
+
0,
|
|
1332
|
+
() => CreatePolicyRequest,
|
|
1333
|
+
() => CreatePolicyResponse,
|
|
1334
|
+
];
|
|
1335
|
+
export var DeclineHandshake = [
|
|
1336
|
+
9,
|
|
1337
|
+
n0,
|
|
1338
|
+
_DH,
|
|
1339
|
+
0,
|
|
1340
|
+
() => DeclineHandshakeRequest,
|
|
1341
|
+
() => DeclineHandshakeResponse,
|
|
1342
|
+
];
|
|
1343
|
+
export var DeleteOrganization = [9, n0, _DO, 0, () => __Unit, () => __Unit];
|
|
1344
|
+
export var DeleteOrganizationalUnit = [
|
|
1345
|
+
9,
|
|
1346
|
+
n0,
|
|
1347
|
+
_DOU,
|
|
1348
|
+
0,
|
|
1349
|
+
() => DeleteOrganizationalUnitRequest,
|
|
1350
|
+
() => __Unit,
|
|
1351
|
+
];
|
|
1352
|
+
export var DeletePolicy = [9, n0, _DP, 0, () => DeletePolicyRequest, () => __Unit];
|
|
1353
|
+
export var DeleteResourcePolicy = [9, n0, _DRP, 0, () => __Unit, () => __Unit];
|
|
1354
|
+
export var DeregisterDelegatedAdministrator = [
|
|
1355
|
+
9,
|
|
1356
|
+
n0,
|
|
1357
|
+
_DDA,
|
|
1358
|
+
0,
|
|
1359
|
+
() => DeregisterDelegatedAdministratorRequest,
|
|
1360
|
+
() => __Unit,
|
|
1361
|
+
];
|
|
1362
|
+
export var DescribeAccount = [
|
|
1363
|
+
9,
|
|
1364
|
+
n0,
|
|
1365
|
+
_DAes,
|
|
1366
|
+
0,
|
|
1367
|
+
() => DescribeAccountRequest,
|
|
1368
|
+
() => DescribeAccountResponse,
|
|
1369
|
+
];
|
|
1370
|
+
export var DescribeCreateAccountStatus = [
|
|
1371
|
+
9,
|
|
1372
|
+
n0,
|
|
1373
|
+
_DCAS,
|
|
1374
|
+
0,
|
|
1375
|
+
() => DescribeCreateAccountStatusRequest,
|
|
1376
|
+
() => DescribeCreateAccountStatusResponse,
|
|
1377
|
+
];
|
|
1378
|
+
export var DescribeEffectivePolicy = [
|
|
1379
|
+
9,
|
|
1380
|
+
n0,
|
|
1381
|
+
_DEP,
|
|
1382
|
+
0,
|
|
1383
|
+
() => DescribeEffectivePolicyRequest,
|
|
1384
|
+
() => DescribeEffectivePolicyResponse,
|
|
1385
|
+
];
|
|
1386
|
+
export var DescribeHandshake = [
|
|
1387
|
+
9,
|
|
1388
|
+
n0,
|
|
1389
|
+
_DHe,
|
|
1390
|
+
0,
|
|
1391
|
+
() => DescribeHandshakeRequest,
|
|
1392
|
+
() => DescribeHandshakeResponse,
|
|
1393
|
+
];
|
|
1394
|
+
export var DescribeOrganization = [
|
|
1395
|
+
9,
|
|
1396
|
+
n0,
|
|
1397
|
+
_DOe,
|
|
1398
|
+
0,
|
|
1399
|
+
() => __Unit,
|
|
1400
|
+
() => DescribeOrganizationResponse,
|
|
1401
|
+
];
|
|
1402
|
+
export var DescribeOrganizationalUnit = [
|
|
1403
|
+
9,
|
|
1404
|
+
n0,
|
|
1405
|
+
_DOUe,
|
|
1406
|
+
0,
|
|
1407
|
+
() => DescribeOrganizationalUnitRequest,
|
|
1408
|
+
() => DescribeOrganizationalUnitResponse,
|
|
1409
|
+
];
|
|
1410
|
+
export var DescribePolicy = [
|
|
1411
|
+
9,
|
|
1412
|
+
n0,
|
|
1413
|
+
_DPe,
|
|
1414
|
+
0,
|
|
1415
|
+
() => DescribePolicyRequest,
|
|
1416
|
+
() => DescribePolicyResponse,
|
|
1417
|
+
];
|
|
1418
|
+
export var DescribeResourcePolicy = [
|
|
1419
|
+
9,
|
|
1420
|
+
n0,
|
|
1421
|
+
_DRPe,
|
|
1422
|
+
0,
|
|
1423
|
+
() => __Unit,
|
|
1424
|
+
() => DescribeResourcePolicyResponse,
|
|
1425
|
+
];
|
|
1426
|
+
export var DetachPolicy = [9, n0, _DPet, 0, () => DetachPolicyRequest, () => __Unit];
|
|
1427
|
+
export var DisableAWSServiceAccess = [
|
|
1428
|
+
9,
|
|
1429
|
+
n0,
|
|
1430
|
+
_DAWSSA,
|
|
1431
|
+
0,
|
|
1432
|
+
() => DisableAWSServiceAccessRequest,
|
|
1433
|
+
() => __Unit,
|
|
1434
|
+
];
|
|
1435
|
+
export var DisablePolicyType = [
|
|
1436
|
+
9,
|
|
1437
|
+
n0,
|
|
1438
|
+
_DPT,
|
|
1439
|
+
0,
|
|
1440
|
+
() => DisablePolicyTypeRequest,
|
|
1441
|
+
() => DisablePolicyTypeResponse,
|
|
1442
|
+
];
|
|
1443
|
+
export var EnableAllFeatures = [
|
|
1444
|
+
9,
|
|
1445
|
+
n0,
|
|
1446
|
+
_EAF,
|
|
1447
|
+
0,
|
|
1448
|
+
() => EnableAllFeaturesRequest,
|
|
1449
|
+
() => EnableAllFeaturesResponse,
|
|
1450
|
+
];
|
|
1451
|
+
export var EnableAWSServiceAccess = [
|
|
1452
|
+
9,
|
|
1453
|
+
n0,
|
|
1454
|
+
_EAWSSA,
|
|
1455
|
+
0,
|
|
1456
|
+
() => EnableAWSServiceAccessRequest,
|
|
1457
|
+
() => __Unit,
|
|
1458
|
+
];
|
|
1459
|
+
export var EnablePolicyType = [
|
|
1460
|
+
9,
|
|
1461
|
+
n0,
|
|
1462
|
+
_EPT,
|
|
1463
|
+
0,
|
|
1464
|
+
() => EnablePolicyTypeRequest,
|
|
1465
|
+
() => EnablePolicyTypeResponse,
|
|
1466
|
+
];
|
|
1467
|
+
export var InviteAccountToOrganization = [
|
|
1468
|
+
9,
|
|
1469
|
+
n0,
|
|
1470
|
+
_IATO,
|
|
1471
|
+
0,
|
|
1472
|
+
() => InviteAccountToOrganizationRequest,
|
|
1473
|
+
() => InviteAccountToOrganizationResponse,
|
|
1474
|
+
];
|
|
1475
|
+
export var LeaveOrganization = [9, n0, _LO, 0, () => __Unit, () => __Unit];
|
|
1476
|
+
export var ListAccounts = [9, n0, _LA, 0, () => ListAccountsRequest, () => ListAccountsResponse];
|
|
1477
|
+
export var ListAccountsForParent = [
|
|
1478
|
+
9,
|
|
1479
|
+
n0,
|
|
1480
|
+
_LAFP,
|
|
1481
|
+
0,
|
|
1482
|
+
() => ListAccountsForParentRequest,
|
|
1483
|
+
() => ListAccountsForParentResponse,
|
|
1484
|
+
];
|
|
1485
|
+
export var ListAccountsWithInvalidEffectivePolicy = [
|
|
1486
|
+
9,
|
|
1487
|
+
n0,
|
|
1488
|
+
_LAWIEP,
|
|
1489
|
+
0,
|
|
1490
|
+
() => ListAccountsWithInvalidEffectivePolicyRequest,
|
|
1491
|
+
() => ListAccountsWithInvalidEffectivePolicyResponse,
|
|
1492
|
+
];
|
|
1493
|
+
export var ListAWSServiceAccessForOrganization = [
|
|
1494
|
+
9,
|
|
1495
|
+
n0,
|
|
1496
|
+
_LAWSSAFO,
|
|
1497
|
+
0,
|
|
1498
|
+
() => ListAWSServiceAccessForOrganizationRequest,
|
|
1499
|
+
() => ListAWSServiceAccessForOrganizationResponse,
|
|
1500
|
+
];
|
|
1501
|
+
export var ListChildren = [9, n0, _LC, 0, () => ListChildrenRequest, () => ListChildrenResponse];
|
|
1502
|
+
export var ListCreateAccountStatus = [
|
|
1503
|
+
9,
|
|
1504
|
+
n0,
|
|
1505
|
+
_LCAS,
|
|
1506
|
+
0,
|
|
1507
|
+
() => ListCreateAccountStatusRequest,
|
|
1508
|
+
() => ListCreateAccountStatusResponse,
|
|
1509
|
+
];
|
|
1510
|
+
export var ListDelegatedAdministrators = [
|
|
1511
|
+
9,
|
|
1512
|
+
n0,
|
|
1513
|
+
_LDA,
|
|
1514
|
+
0,
|
|
1515
|
+
() => ListDelegatedAdministratorsRequest,
|
|
1516
|
+
() => ListDelegatedAdministratorsResponse,
|
|
1517
|
+
];
|
|
1518
|
+
export var ListDelegatedServicesForAccount = [
|
|
1519
|
+
9,
|
|
1520
|
+
n0,
|
|
1521
|
+
_LDSFA,
|
|
1522
|
+
0,
|
|
1523
|
+
() => ListDelegatedServicesForAccountRequest,
|
|
1524
|
+
() => ListDelegatedServicesForAccountResponse,
|
|
1525
|
+
];
|
|
1526
|
+
export var ListEffectivePolicyValidationErrors = [
|
|
1527
|
+
9,
|
|
1528
|
+
n0,
|
|
1529
|
+
_LEPVE,
|
|
1530
|
+
0,
|
|
1531
|
+
() => ListEffectivePolicyValidationErrorsRequest,
|
|
1532
|
+
() => ListEffectivePolicyValidationErrorsResponse,
|
|
1533
|
+
];
|
|
1534
|
+
export var ListHandshakesForAccount = [
|
|
1535
|
+
9,
|
|
1536
|
+
n0,
|
|
1537
|
+
_LHFA,
|
|
1538
|
+
0,
|
|
1539
|
+
() => ListHandshakesForAccountRequest,
|
|
1540
|
+
() => ListHandshakesForAccountResponse,
|
|
1541
|
+
];
|
|
1542
|
+
export var ListHandshakesForOrganization = [
|
|
1543
|
+
9,
|
|
1544
|
+
n0,
|
|
1545
|
+
_LHFO,
|
|
1546
|
+
0,
|
|
1547
|
+
() => ListHandshakesForOrganizationRequest,
|
|
1548
|
+
() => ListHandshakesForOrganizationResponse,
|
|
1549
|
+
];
|
|
1550
|
+
export var ListOrganizationalUnitsForParent = [
|
|
1551
|
+
9,
|
|
1552
|
+
n0,
|
|
1553
|
+
_LOUFP,
|
|
1554
|
+
0,
|
|
1555
|
+
() => ListOrganizationalUnitsForParentRequest,
|
|
1556
|
+
() => ListOrganizationalUnitsForParentResponse,
|
|
1557
|
+
];
|
|
1558
|
+
export var ListParents = [9, n0, _LP, 0, () => ListParentsRequest, () => ListParentsResponse];
|
|
1559
|
+
export var ListPolicies = [
|
|
1560
|
+
9,
|
|
1561
|
+
n0,
|
|
1562
|
+
_LPi,
|
|
1563
|
+
0,
|
|
1564
|
+
() => ListPoliciesRequest,
|
|
1565
|
+
() => ListPoliciesResponse,
|
|
1566
|
+
];
|
|
1567
|
+
export var ListPoliciesForTarget = [
|
|
1568
|
+
9,
|
|
1569
|
+
n0,
|
|
1570
|
+
_LPFT,
|
|
1571
|
+
0,
|
|
1572
|
+
() => ListPoliciesForTargetRequest,
|
|
1573
|
+
() => ListPoliciesForTargetResponse,
|
|
1574
|
+
];
|
|
1575
|
+
export var ListRoots = [9, n0, _LR, 0, () => ListRootsRequest, () => ListRootsResponse];
|
|
1576
|
+
export var ListTagsForResource = [
|
|
1577
|
+
9,
|
|
1578
|
+
n0,
|
|
1579
|
+
_LTFR,
|
|
1580
|
+
0,
|
|
1581
|
+
() => ListTagsForResourceRequest,
|
|
1582
|
+
() => ListTagsForResourceResponse,
|
|
1583
|
+
];
|
|
1584
|
+
export var ListTargetsForPolicy = [
|
|
1585
|
+
9,
|
|
1586
|
+
n0,
|
|
1587
|
+
_LTFP,
|
|
1588
|
+
0,
|
|
1589
|
+
() => ListTargetsForPolicyRequest,
|
|
1590
|
+
() => ListTargetsForPolicyResponse,
|
|
1591
|
+
];
|
|
1592
|
+
export var MoveAccount = [9, n0, _MA, 0, () => MoveAccountRequest, () => __Unit];
|
|
1593
|
+
export var PutResourcePolicy = [
|
|
1594
|
+
9,
|
|
1595
|
+
n0,
|
|
1596
|
+
_PRP,
|
|
1597
|
+
0,
|
|
1598
|
+
() => PutResourcePolicyRequest,
|
|
1599
|
+
() => PutResourcePolicyResponse,
|
|
1600
|
+
];
|
|
1601
|
+
export var RegisterDelegatedAdministrator = [
|
|
1602
|
+
9,
|
|
1603
|
+
n0,
|
|
1604
|
+
_RDA,
|
|
1605
|
+
0,
|
|
1606
|
+
() => RegisterDelegatedAdministratorRequest,
|
|
1607
|
+
() => __Unit,
|
|
1608
|
+
];
|
|
1609
|
+
export var RemoveAccountFromOrganization = [
|
|
1610
|
+
9,
|
|
1611
|
+
n0,
|
|
1612
|
+
_RAFO,
|
|
1613
|
+
0,
|
|
1614
|
+
() => RemoveAccountFromOrganizationRequest,
|
|
1615
|
+
() => __Unit,
|
|
1616
|
+
];
|
|
1617
|
+
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => __Unit];
|
|
1618
|
+
export var UntagResource = [9, n0, _UR, 0, () => UntagResourceRequest, () => __Unit];
|
|
1619
|
+
export var UpdateOrganizationalUnit = [
|
|
1620
|
+
9,
|
|
1621
|
+
n0,
|
|
1622
|
+
_UOU,
|
|
1623
|
+
0,
|
|
1624
|
+
() => UpdateOrganizationalUnitRequest,
|
|
1625
|
+
() => UpdateOrganizationalUnitResponse,
|
|
1626
|
+
];
|
|
1627
|
+
export var UpdatePolicy = [9, n0, _UP, 0, () => UpdatePolicyRequest, () => UpdatePolicyResponse];
|