@aws-sdk/client-organizations 3.45.0 → 3.47.2
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 +45 -0
- package/dist-cjs/models/models_0.js +3 -268
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/models/models_0.js +0 -176
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/OrganizationsClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -264
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/OrganizationsClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -176
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -53,10 +53,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
|
|
|
53
53
|
$fault: "client";
|
|
54
54
|
Message?: string;
|
|
55
55
|
}
|
|
56
|
-
export declare namespace AccessDeniedException {
|
|
57
|
-
|
|
58
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
59
|
-
}
|
|
60
56
|
export declare enum AccessDeniedForDependencyExceptionReason {
|
|
61
57
|
ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE = "ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE"
|
|
62
58
|
}
|
|
@@ -67,40 +63,24 @@ export interface AccessDeniedForDependencyException extends __SmithyException, $
|
|
|
67
63
|
Message?: string;
|
|
68
64
|
Reason?: AccessDeniedForDependencyExceptionReason | string;
|
|
69
65
|
}
|
|
70
|
-
export declare namespace AccessDeniedForDependencyException {
|
|
71
|
-
|
|
72
|
-
const filterSensitiveLog: (obj: AccessDeniedForDependencyException) => any;
|
|
73
|
-
}
|
|
74
66
|
|
|
75
67
|
export interface AWSOrganizationsNotInUseException extends __SmithyException, $MetadataBearer {
|
|
76
68
|
name: "AWSOrganizationsNotInUseException";
|
|
77
69
|
$fault: "client";
|
|
78
70
|
Message?: string;
|
|
79
71
|
}
|
|
80
|
-
export declare namespace AWSOrganizationsNotInUseException {
|
|
81
|
-
|
|
82
|
-
const filterSensitiveLog: (obj: AWSOrganizationsNotInUseException) => any;
|
|
83
|
-
}
|
|
84
72
|
|
|
85
73
|
export interface ConcurrentModificationException extends __SmithyException, $MetadataBearer {
|
|
86
74
|
name: "ConcurrentModificationException";
|
|
87
75
|
$fault: "client";
|
|
88
76
|
Message?: string;
|
|
89
77
|
}
|
|
90
|
-
export declare namespace ConcurrentModificationException {
|
|
91
|
-
|
|
92
|
-
const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
|
|
93
|
-
}
|
|
94
78
|
|
|
95
79
|
export interface HandshakeAlreadyInStateException extends __SmithyException, $MetadataBearer {
|
|
96
80
|
name: "HandshakeAlreadyInStateException";
|
|
97
81
|
$fault: "client";
|
|
98
82
|
Message?: string;
|
|
99
83
|
}
|
|
100
|
-
export declare namespace HandshakeAlreadyInStateException {
|
|
101
|
-
|
|
102
|
-
const filterSensitiveLog: (obj: HandshakeAlreadyInStateException) => any;
|
|
103
|
-
}
|
|
104
84
|
export declare enum HandshakeConstraintViolationExceptionReason {
|
|
105
85
|
ACCOUNT_NUMBER_LIMIT_EXCEEDED = "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
|
|
106
86
|
ALREADY_IN_AN_ORGANIZATION = "ALREADY_IN_AN_ORGANIZATION",
|
|
@@ -119,30 +99,18 @@ export interface HandshakeConstraintViolationException extends __SmithyException
|
|
|
119
99
|
Message?: string;
|
|
120
100
|
Reason?: HandshakeConstraintViolationExceptionReason | string;
|
|
121
101
|
}
|
|
122
|
-
export declare namespace HandshakeConstraintViolationException {
|
|
123
|
-
|
|
124
|
-
const filterSensitiveLog: (obj: HandshakeConstraintViolationException) => any;
|
|
125
|
-
}
|
|
126
102
|
|
|
127
103
|
export interface HandshakeNotFoundException extends __SmithyException, $MetadataBearer {
|
|
128
104
|
name: "HandshakeNotFoundException";
|
|
129
105
|
$fault: "client";
|
|
130
106
|
Message?: string;
|
|
131
107
|
}
|
|
132
|
-
export declare namespace HandshakeNotFoundException {
|
|
133
|
-
|
|
134
|
-
const filterSensitiveLog: (obj: HandshakeNotFoundException) => any;
|
|
135
|
-
}
|
|
136
108
|
|
|
137
109
|
export interface InvalidHandshakeTransitionException extends __SmithyException, $MetadataBearer {
|
|
138
110
|
name: "InvalidHandshakeTransitionException";
|
|
139
111
|
$fault: "client";
|
|
140
112
|
Message?: string;
|
|
141
113
|
}
|
|
142
|
-
export declare namespace InvalidHandshakeTransitionException {
|
|
143
|
-
|
|
144
|
-
const filterSensitiveLog: (obj: InvalidHandshakeTransitionException) => any;
|
|
145
|
-
}
|
|
146
114
|
export declare enum InvalidInputExceptionReason {
|
|
147
115
|
DUPLICATE_TAG_KEY = "DUPLICATE_TAG_KEY",
|
|
148
116
|
IMMUTABLE_POLICY = "IMMUTABLE_POLICY",
|
|
@@ -176,20 +144,12 @@ export interface InvalidInputException extends __SmithyException, $MetadataBeare
|
|
|
176
144
|
Message?: string;
|
|
177
145
|
Reason?: InvalidInputExceptionReason | string;
|
|
178
146
|
}
|
|
179
|
-
export declare namespace InvalidInputException {
|
|
180
|
-
|
|
181
|
-
const filterSensitiveLog: (obj: InvalidInputException) => any;
|
|
182
|
-
}
|
|
183
147
|
|
|
184
148
|
export interface ServiceException extends __SmithyException, $MetadataBearer {
|
|
185
149
|
name: "ServiceException";
|
|
186
150
|
$fault: "server";
|
|
187
151
|
Message?: string;
|
|
188
152
|
}
|
|
189
|
-
export declare namespace ServiceException {
|
|
190
|
-
|
|
191
|
-
const filterSensitiveLog: (obj: ServiceException) => any;
|
|
192
|
-
}
|
|
193
153
|
|
|
194
154
|
export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
|
|
195
155
|
name: "TooManyRequestsException";
|
|
@@ -197,10 +157,6 @@ export interface TooManyRequestsException extends __SmithyException, $MetadataBe
|
|
|
197
157
|
Type?: string;
|
|
198
158
|
Message?: string;
|
|
199
159
|
}
|
|
200
|
-
export declare namespace TooManyRequestsException {
|
|
201
|
-
|
|
202
|
-
const filterSensitiveLog: (obj: TooManyRequestsException) => any;
|
|
203
|
-
}
|
|
204
160
|
export declare enum AccountJoinedMethod {
|
|
205
161
|
CREATED = "CREATED",
|
|
206
162
|
INVITED = "INVITED"
|
|
@@ -236,50 +192,30 @@ export interface AccountAlreadyRegisteredException extends __SmithyException, $M
|
|
|
236
192
|
$fault: "client";
|
|
237
193
|
Message?: string;
|
|
238
194
|
}
|
|
239
|
-
export declare namespace AccountAlreadyRegisteredException {
|
|
240
|
-
|
|
241
|
-
const filterSensitiveLog: (obj: AccountAlreadyRegisteredException) => any;
|
|
242
|
-
}
|
|
243
195
|
|
|
244
196
|
export interface AccountNotFoundException extends __SmithyException, $MetadataBearer {
|
|
245
197
|
name: "AccountNotFoundException";
|
|
246
198
|
$fault: "client";
|
|
247
199
|
Message?: string;
|
|
248
200
|
}
|
|
249
|
-
export declare namespace AccountNotFoundException {
|
|
250
|
-
|
|
251
|
-
const filterSensitiveLog: (obj: AccountNotFoundException) => any;
|
|
252
|
-
}
|
|
253
201
|
|
|
254
202
|
export interface AccountNotRegisteredException extends __SmithyException, $MetadataBearer {
|
|
255
203
|
name: "AccountNotRegisteredException";
|
|
256
204
|
$fault: "client";
|
|
257
205
|
Message?: string;
|
|
258
206
|
}
|
|
259
|
-
export declare namespace AccountNotRegisteredException {
|
|
260
|
-
|
|
261
|
-
const filterSensitiveLog: (obj: AccountNotRegisteredException) => any;
|
|
262
|
-
}
|
|
263
207
|
|
|
264
208
|
export interface AccountOwnerNotVerifiedException extends __SmithyException, $MetadataBearer {
|
|
265
209
|
name: "AccountOwnerNotVerifiedException";
|
|
266
210
|
$fault: "client";
|
|
267
211
|
Message?: string;
|
|
268
212
|
}
|
|
269
|
-
export declare namespace AccountOwnerNotVerifiedException {
|
|
270
|
-
|
|
271
|
-
const filterSensitiveLog: (obj: AccountOwnerNotVerifiedException) => any;
|
|
272
|
-
}
|
|
273
213
|
|
|
274
214
|
export interface AlreadyInOrganizationException extends __SmithyException, $MetadataBearer {
|
|
275
215
|
name: "AlreadyInOrganizationException";
|
|
276
216
|
$fault: "client";
|
|
277
217
|
Message?: string;
|
|
278
218
|
}
|
|
279
|
-
export declare namespace AlreadyInOrganizationException {
|
|
280
|
-
|
|
281
|
-
const filterSensitiveLog: (obj: AlreadyInOrganizationException) => any;
|
|
282
|
-
}
|
|
283
219
|
export interface AttachPolicyRequest {
|
|
284
220
|
|
|
285
221
|
PolicyId: string | undefined;
|
|
@@ -327,70 +263,42 @@ export interface ConstraintViolationException extends __SmithyException, $Metada
|
|
|
327
263
|
Message?: string;
|
|
328
264
|
Reason?: ConstraintViolationExceptionReason | string;
|
|
329
265
|
}
|
|
330
|
-
export declare namespace ConstraintViolationException {
|
|
331
|
-
|
|
332
|
-
const filterSensitiveLog: (obj: ConstraintViolationException) => any;
|
|
333
|
-
}
|
|
334
266
|
|
|
335
267
|
export interface DuplicatePolicyAttachmentException extends __SmithyException, $MetadataBearer {
|
|
336
268
|
name: "DuplicatePolicyAttachmentException";
|
|
337
269
|
$fault: "client";
|
|
338
270
|
Message?: string;
|
|
339
271
|
}
|
|
340
|
-
export declare namespace DuplicatePolicyAttachmentException {
|
|
341
|
-
|
|
342
|
-
const filterSensitiveLog: (obj: DuplicatePolicyAttachmentException) => any;
|
|
343
|
-
}
|
|
344
272
|
|
|
345
273
|
export interface PolicyChangesInProgressException extends __SmithyException, $MetadataBearer {
|
|
346
274
|
name: "PolicyChangesInProgressException";
|
|
347
275
|
$fault: "client";
|
|
348
276
|
Message?: string;
|
|
349
277
|
}
|
|
350
|
-
export declare namespace PolicyChangesInProgressException {
|
|
351
|
-
|
|
352
|
-
const filterSensitiveLog: (obj: PolicyChangesInProgressException) => any;
|
|
353
|
-
}
|
|
354
278
|
|
|
355
279
|
export interface PolicyNotFoundException extends __SmithyException, $MetadataBearer {
|
|
356
280
|
name: "PolicyNotFoundException";
|
|
357
281
|
$fault: "client";
|
|
358
282
|
Message?: string;
|
|
359
283
|
}
|
|
360
|
-
export declare namespace PolicyNotFoundException {
|
|
361
|
-
|
|
362
|
-
const filterSensitiveLog: (obj: PolicyNotFoundException) => any;
|
|
363
|
-
}
|
|
364
284
|
|
|
365
285
|
export interface PolicyTypeNotEnabledException extends __SmithyException, $MetadataBearer {
|
|
366
286
|
name: "PolicyTypeNotEnabledException";
|
|
367
287
|
$fault: "client";
|
|
368
288
|
Message?: string;
|
|
369
289
|
}
|
|
370
|
-
export declare namespace PolicyTypeNotEnabledException {
|
|
371
|
-
|
|
372
|
-
const filterSensitiveLog: (obj: PolicyTypeNotEnabledException) => any;
|
|
373
|
-
}
|
|
374
290
|
|
|
375
291
|
export interface TargetNotFoundException extends __SmithyException, $MetadataBearer {
|
|
376
292
|
name: "TargetNotFoundException";
|
|
377
293
|
$fault: "client";
|
|
378
294
|
Message?: string;
|
|
379
295
|
}
|
|
380
|
-
export declare namespace TargetNotFoundException {
|
|
381
|
-
|
|
382
|
-
const filterSensitiveLog: (obj: TargetNotFoundException) => any;
|
|
383
|
-
}
|
|
384
296
|
|
|
385
297
|
export interface UnsupportedAPIEndpointException extends __SmithyException, $MetadataBearer {
|
|
386
298
|
name: "UnsupportedAPIEndpointException";
|
|
387
299
|
$fault: "client";
|
|
388
300
|
Message?: string;
|
|
389
301
|
}
|
|
390
|
-
export declare namespace UnsupportedAPIEndpointException {
|
|
391
|
-
|
|
392
|
-
const filterSensitiveLog: (obj: UnsupportedAPIEndpointException) => any;
|
|
393
|
-
}
|
|
394
302
|
export interface CancelHandshakeRequest {
|
|
395
303
|
|
|
396
304
|
HandshakeId: string | undefined;
|
|
@@ -487,10 +395,6 @@ export interface FinalizingOrganizationException extends __SmithyException, $Met
|
|
|
487
395
|
$fault: "client";
|
|
488
396
|
Message?: string;
|
|
489
397
|
}
|
|
490
|
-
export declare namespace FinalizingOrganizationException {
|
|
491
|
-
|
|
492
|
-
const filterSensitiveLog: (obj: FinalizingOrganizationException) => any;
|
|
493
|
-
}
|
|
494
398
|
export interface CreateGovCloudAccountRequest {
|
|
495
399
|
|
|
496
400
|
Email: string | undefined;
|
|
@@ -617,20 +521,12 @@ export interface DuplicateOrganizationalUnitException extends __SmithyException,
|
|
|
617
521
|
$fault: "client";
|
|
618
522
|
Message?: string;
|
|
619
523
|
}
|
|
620
|
-
export declare namespace DuplicateOrganizationalUnitException {
|
|
621
|
-
|
|
622
|
-
const filterSensitiveLog: (obj: DuplicateOrganizationalUnitException) => any;
|
|
623
|
-
}
|
|
624
524
|
|
|
625
525
|
export interface ParentNotFoundException extends __SmithyException, $MetadataBearer {
|
|
626
526
|
name: "ParentNotFoundException";
|
|
627
527
|
$fault: "client";
|
|
628
528
|
Message?: string;
|
|
629
529
|
}
|
|
630
|
-
export declare namespace ParentNotFoundException {
|
|
631
|
-
|
|
632
|
-
const filterSensitiveLog: (obj: ParentNotFoundException) => any;
|
|
633
|
-
}
|
|
634
530
|
export interface CreatePolicyRequest {
|
|
635
531
|
|
|
636
532
|
Content: string | undefined;
|
|
@@ -691,30 +587,18 @@ export interface DuplicatePolicyException extends __SmithyException, $MetadataBe
|
|
|
691
587
|
$fault: "client";
|
|
692
588
|
Message?: string;
|
|
693
589
|
}
|
|
694
|
-
export declare namespace DuplicatePolicyException {
|
|
695
|
-
|
|
696
|
-
const filterSensitiveLog: (obj: DuplicatePolicyException) => any;
|
|
697
|
-
}
|
|
698
590
|
|
|
699
591
|
export interface MalformedPolicyDocumentException extends __SmithyException, $MetadataBearer {
|
|
700
592
|
name: "MalformedPolicyDocumentException";
|
|
701
593
|
$fault: "client";
|
|
702
594
|
Message?: string;
|
|
703
595
|
}
|
|
704
|
-
export declare namespace MalformedPolicyDocumentException {
|
|
705
|
-
|
|
706
|
-
const filterSensitiveLog: (obj: MalformedPolicyDocumentException) => any;
|
|
707
|
-
}
|
|
708
596
|
|
|
709
597
|
export interface PolicyTypeNotAvailableForOrganizationException extends __SmithyException, $MetadataBearer {
|
|
710
598
|
name: "PolicyTypeNotAvailableForOrganizationException";
|
|
711
599
|
$fault: "client";
|
|
712
600
|
Message?: string;
|
|
713
601
|
}
|
|
714
|
-
export declare namespace PolicyTypeNotAvailableForOrganizationException {
|
|
715
|
-
|
|
716
|
-
const filterSensitiveLog: (obj: PolicyTypeNotAvailableForOrganizationException) => any;
|
|
717
|
-
}
|
|
718
602
|
export interface DeclineHandshakeRequest {
|
|
719
603
|
|
|
720
604
|
HandshakeId: string | undefined;
|
|
@@ -729,10 +613,6 @@ export interface OrganizationNotEmptyException extends __SmithyException, $Metad
|
|
|
729
613
|
$fault: "client";
|
|
730
614
|
Message?: string;
|
|
731
615
|
}
|
|
732
|
-
export declare namespace OrganizationNotEmptyException {
|
|
733
|
-
|
|
734
|
-
const filterSensitiveLog: (obj: OrganizationNotEmptyException) => any;
|
|
735
|
-
}
|
|
736
616
|
export interface DeleteOrganizationalUnitRequest {
|
|
737
617
|
|
|
738
618
|
OrganizationalUnitId: string | undefined;
|
|
@@ -747,20 +627,12 @@ export interface OrganizationalUnitNotEmptyException extends __SmithyException,
|
|
|
747
627
|
$fault: "client";
|
|
748
628
|
Message?: string;
|
|
749
629
|
}
|
|
750
|
-
export declare namespace OrganizationalUnitNotEmptyException {
|
|
751
|
-
|
|
752
|
-
const filterSensitiveLog: (obj: OrganizationalUnitNotEmptyException) => any;
|
|
753
|
-
}
|
|
754
630
|
|
|
755
631
|
export interface OrganizationalUnitNotFoundException extends __SmithyException, $MetadataBearer {
|
|
756
632
|
name: "OrganizationalUnitNotFoundException";
|
|
757
633
|
$fault: "client";
|
|
758
634
|
Message?: string;
|
|
759
635
|
}
|
|
760
|
-
export declare namespace OrganizationalUnitNotFoundException {
|
|
761
|
-
|
|
762
|
-
const filterSensitiveLog: (obj: OrganizationalUnitNotFoundException) => any;
|
|
763
|
-
}
|
|
764
636
|
export interface DeletePolicyRequest {
|
|
765
637
|
|
|
766
638
|
PolicyId: string | undefined;
|
|
@@ -775,10 +647,6 @@ export interface PolicyInUseException extends __SmithyException, $MetadataBearer
|
|
|
775
647
|
$fault: "client";
|
|
776
648
|
Message?: string;
|
|
777
649
|
}
|
|
778
|
-
export declare namespace PolicyInUseException {
|
|
779
|
-
|
|
780
|
-
const filterSensitiveLog: (obj: PolicyInUseException) => any;
|
|
781
|
-
}
|
|
782
650
|
export interface DeregisterDelegatedAdministratorRequest {
|
|
783
651
|
|
|
784
652
|
AccountId: string | undefined;
|
|
@@ -811,10 +679,6 @@ export interface CreateAccountStatusNotFoundException extends __SmithyException,
|
|
|
811
679
|
$fault: "client";
|
|
812
680
|
Message?: string;
|
|
813
681
|
}
|
|
814
|
-
export declare namespace CreateAccountStatusNotFoundException {
|
|
815
|
-
|
|
816
|
-
const filterSensitiveLog: (obj: CreateAccountStatusNotFoundException) => any;
|
|
817
|
-
}
|
|
818
682
|
export interface DescribeCreateAccountStatusRequest {
|
|
819
683
|
|
|
820
684
|
CreateAccountRequestId: string | undefined;
|
|
@@ -875,10 +739,6 @@ export interface EffectivePolicyNotFoundException extends __SmithyException, $Me
|
|
|
875
739
|
$fault: "client";
|
|
876
740
|
Message?: string;
|
|
877
741
|
}
|
|
878
|
-
export declare namespace EffectivePolicyNotFoundException {
|
|
879
|
-
|
|
880
|
-
const filterSensitiveLog: (obj: EffectivePolicyNotFoundException) => any;
|
|
881
|
-
}
|
|
882
742
|
export interface DescribeHandshakeRequest {
|
|
883
743
|
|
|
884
744
|
HandshakeId: string | undefined;
|
|
@@ -943,10 +803,6 @@ export interface PolicyNotAttachedException extends __SmithyException, $Metadata
|
|
|
943
803
|
$fault: "client";
|
|
944
804
|
Message?: string;
|
|
945
805
|
}
|
|
946
|
-
export declare namespace PolicyNotAttachedException {
|
|
947
|
-
|
|
948
|
-
const filterSensitiveLog: (obj: PolicyNotAttachedException) => any;
|
|
949
|
-
}
|
|
950
806
|
export interface DisableAWSServiceAccessRequest {
|
|
951
807
|
|
|
952
808
|
ServicePrincipal: string | undefined;
|
|
@@ -994,10 +850,6 @@ export interface RootNotFoundException extends __SmithyException, $MetadataBeare
|
|
|
994
850
|
$fault: "client";
|
|
995
851
|
Message?: string;
|
|
996
852
|
}
|
|
997
|
-
export declare namespace RootNotFoundException {
|
|
998
|
-
|
|
999
|
-
const filterSensitiveLog: (obj: RootNotFoundException) => any;
|
|
1000
|
-
}
|
|
1001
853
|
export interface EnableAllFeaturesRequest {
|
|
1002
854
|
}
|
|
1003
855
|
export declare namespace EnableAllFeaturesRequest {
|
|
@@ -1036,20 +888,12 @@ export interface PolicyTypeAlreadyEnabledException extends __SmithyException, $M
|
|
|
1036
888
|
$fault: "client";
|
|
1037
889
|
Message?: string;
|
|
1038
890
|
}
|
|
1039
|
-
export declare namespace PolicyTypeAlreadyEnabledException {
|
|
1040
|
-
|
|
1041
|
-
const filterSensitiveLog: (obj: PolicyTypeAlreadyEnabledException) => any;
|
|
1042
|
-
}
|
|
1043
891
|
|
|
1044
892
|
export interface DuplicateHandshakeException extends __SmithyException, $MetadataBearer {
|
|
1045
893
|
name: "DuplicateHandshakeException";
|
|
1046
894
|
$fault: "client";
|
|
1047
895
|
Message?: string;
|
|
1048
896
|
}
|
|
1049
|
-
export declare namespace DuplicateHandshakeException {
|
|
1050
|
-
|
|
1051
|
-
const filterSensitiveLog: (obj: DuplicateHandshakeException) => any;
|
|
1052
|
-
}
|
|
1053
897
|
export interface InviteAccountToOrganizationRequest {
|
|
1054
898
|
|
|
1055
899
|
Target: HandshakeParty | undefined;
|
|
@@ -1068,10 +912,6 @@ export interface MasterCannotLeaveOrganizationException extends __SmithyExceptio
|
|
|
1068
912
|
$fault: "client";
|
|
1069
913
|
Message?: string;
|
|
1070
914
|
}
|
|
1071
|
-
export declare namespace MasterCannotLeaveOrganizationException {
|
|
1072
|
-
|
|
1073
|
-
const filterSensitiveLog: (obj: MasterCannotLeaveOrganizationException) => any;
|
|
1074
|
-
}
|
|
1075
915
|
export interface ListAccountsRequest {
|
|
1076
916
|
|
|
1077
917
|
NextToken?: string;
|
|
@@ -1347,10 +1187,6 @@ export interface ChildNotFoundException extends __SmithyException, $MetadataBear
|
|
|
1347
1187
|
$fault: "client";
|
|
1348
1188
|
Message?: string;
|
|
1349
1189
|
}
|
|
1350
|
-
export declare namespace ChildNotFoundException {
|
|
1351
|
-
|
|
1352
|
-
const filterSensitiveLog: (obj: ChildNotFoundException) => any;
|
|
1353
|
-
}
|
|
1354
1190
|
export interface ListParentsRequest {
|
|
1355
1191
|
|
|
1356
1192
|
ChildId: string | undefined;
|
|
@@ -1522,20 +1358,12 @@ export interface DestinationParentNotFoundException extends __SmithyException, $
|
|
|
1522
1358
|
$fault: "client";
|
|
1523
1359
|
Message?: string;
|
|
1524
1360
|
}
|
|
1525
|
-
export declare namespace DestinationParentNotFoundException {
|
|
1526
|
-
|
|
1527
|
-
const filterSensitiveLog: (obj: DestinationParentNotFoundException) => any;
|
|
1528
|
-
}
|
|
1529
1361
|
|
|
1530
1362
|
export interface DuplicateAccountException extends __SmithyException, $MetadataBearer {
|
|
1531
1363
|
name: "DuplicateAccountException";
|
|
1532
1364
|
$fault: "client";
|
|
1533
1365
|
Message?: string;
|
|
1534
1366
|
}
|
|
1535
|
-
export declare namespace DuplicateAccountException {
|
|
1536
|
-
|
|
1537
|
-
const filterSensitiveLog: (obj: DuplicateAccountException) => any;
|
|
1538
|
-
}
|
|
1539
1367
|
export interface MoveAccountRequest {
|
|
1540
1368
|
|
|
1541
1369
|
AccountId: string | undefined;
|
|
@@ -1554,10 +1382,6 @@ export interface SourceParentNotFoundException extends __SmithyException, $Metad
|
|
|
1554
1382
|
$fault: "client";
|
|
1555
1383
|
Message?: string;
|
|
1556
1384
|
}
|
|
1557
|
-
export declare namespace SourceParentNotFoundException {
|
|
1558
|
-
|
|
1559
|
-
const filterSensitiveLog: (obj: SourceParentNotFoundException) => any;
|
|
1560
|
-
}
|
|
1561
1385
|
export interface RegisterDelegatedAdministratorRequest {
|
|
1562
1386
|
|
|
1563
1387
|
AccountId: string | undefined;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { OrganizationsClientConfig } from "./OrganizationsClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { OrganizationsClientConfig } from "./OrganizationsClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-organizations",
|
|
3
3
|
"description": "AWS SDK for JavaScript Organizations Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.2",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,48 +18,44 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.2",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.2",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.2",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.2",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.2",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.2",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.2",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.2",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.2",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.2",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.2",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.2",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.2",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.2",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.2",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.2",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.2",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.2",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.2",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.2",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.2",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.2",
|
|
52
51
|
"tslib": "^2.3.0"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
56
|
-
"@types/node": "^12.7.5"
|
|
57
|
-
"downlevel-dts": "0.7.0",
|
|
58
|
-
"jest": "^26.1.0",
|
|
59
|
-
"rimraf": "^3.0.0",
|
|
60
|
-
"ts-jest": "^26.4.1",
|
|
61
|
-
"typedoc": "^0.19.2",
|
|
62
|
-
"typescript": "~4.3.5"
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
55
|
+
"@types/node": "^12.7.5"
|
|
63
56
|
},
|
|
64
57
|
"engines": {
|
|
65
|
-
"node": ">=
|
|
58
|
+
"node": ">=12.0.0"
|
|
66
59
|
},
|
|
67
60
|
"typesVersions": {
|
|
68
61
|
"<4.0": {
|