@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.
@@ -75,12 +75,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
75
75
  $fault: "client";
76
76
  Message?: string;
77
77
  }
78
- export declare namespace AccessDeniedException {
79
- /**
80
- * @internal
81
- */
82
- const filterSensitiveLog: (obj: AccessDeniedException) => any;
83
- }
84
78
  export declare enum AccessDeniedForDependencyExceptionReason {
85
79
  ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE = "ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE"
86
80
  }
@@ -96,12 +90,6 @@ export interface AccessDeniedForDependencyException extends __SmithyException, $
96
90
  Message?: string;
97
91
  Reason?: AccessDeniedForDependencyExceptionReason | string;
98
92
  }
99
- export declare namespace AccessDeniedForDependencyException {
100
- /**
101
- * @internal
102
- */
103
- const filterSensitiveLog: (obj: AccessDeniedForDependencyException) => any;
104
- }
105
93
  /**
106
94
  * <p>Your account isn't a member of an organization. To make this request, you must use the
107
95
  * credentials of an account that belongs to an organization.</p>
@@ -111,12 +99,6 @@ export interface AWSOrganizationsNotInUseException extends __SmithyException, $M
111
99
  $fault: "client";
112
100
  Message?: string;
113
101
  }
114
- export declare namespace AWSOrganizationsNotInUseException {
115
- /**
116
- * @internal
117
- */
118
- const filterSensitiveLog: (obj: AWSOrganizationsNotInUseException) => any;
119
- }
120
102
  /**
121
103
  * <p>The target of the operation is currently being modified by a different request. Try
122
104
  * again later.</p>
@@ -126,12 +108,6 @@ export interface ConcurrentModificationException extends __SmithyException, $Met
126
108
  $fault: "client";
127
109
  Message?: string;
128
110
  }
129
- export declare namespace ConcurrentModificationException {
130
- /**
131
- * @internal
132
- */
133
- const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
134
- }
135
111
  /**
136
112
  * <p>The specified handshake is already in the requested state. For example, you can't
137
113
  * accept a handshake that was already accepted.</p>
@@ -141,12 +117,6 @@ export interface HandshakeAlreadyInStateException extends __SmithyException, $Me
141
117
  $fault: "client";
142
118
  Message?: string;
143
119
  }
144
- export declare namespace HandshakeAlreadyInStateException {
145
- /**
146
- * @internal
147
- */
148
- const filterSensitiveLog: (obj: HandshakeAlreadyInStateException) => any;
149
- }
150
120
  export declare enum HandshakeConstraintViolationExceptionReason {
151
121
  ACCOUNT_NUMBER_LIMIT_EXCEEDED = "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
152
122
  ALREADY_IN_AN_ORGANIZATION = "ALREADY_IN_AN_ORGANIZATION",
@@ -224,12 +194,6 @@ export interface HandshakeConstraintViolationException extends __SmithyException
224
194
  Message?: string;
225
195
  Reason?: HandshakeConstraintViolationExceptionReason | string;
226
196
  }
227
- export declare namespace HandshakeConstraintViolationException {
228
- /**
229
- * @internal
230
- */
231
- const filterSensitiveLog: (obj: HandshakeConstraintViolationException) => any;
232
- }
233
197
  /**
234
198
  * <p>We can't find a handshake with the <code>HandshakeId</code> that you specified.</p>
235
199
  */
@@ -238,12 +202,6 @@ export interface HandshakeNotFoundException extends __SmithyException, $Metadata
238
202
  $fault: "client";
239
203
  Message?: string;
240
204
  }
241
- export declare namespace HandshakeNotFoundException {
242
- /**
243
- * @internal
244
- */
245
- const filterSensitiveLog: (obj: HandshakeNotFoundException) => any;
246
- }
247
205
  /**
248
206
  * <p>You can't perform the operation on the handshake in its current state. For example,
249
207
  * you can't cancel a handshake that was already accepted or accept a handshake that was
@@ -254,12 +212,6 @@ export interface InvalidHandshakeTransitionException extends __SmithyException,
254
212
  $fault: "client";
255
213
  Message?: string;
256
214
  }
257
- export declare namespace InvalidHandshakeTransitionException {
258
- /**
259
- * @internal
260
- */
261
- const filterSensitiveLog: (obj: InvalidHandshakeTransitionException) => any;
262
- }
263
215
  export declare enum InvalidInputExceptionReason {
264
216
  DUPLICATE_TAG_KEY = "DUPLICATE_TAG_KEY",
265
217
  IMMUTABLE_POLICY = "IMMUTABLE_POLICY",
@@ -396,12 +348,6 @@ export interface InvalidInputException extends __SmithyException, $MetadataBeare
396
348
  Message?: string;
397
349
  Reason?: InvalidInputExceptionReason | string;
398
350
  }
399
- export declare namespace InvalidInputException {
400
- /**
401
- * @internal
402
- */
403
- const filterSensitiveLog: (obj: InvalidInputException) => any;
404
- }
405
351
  /**
406
352
  * <p>AWS Organizations can't complete your request because of an internal service error. Try again
407
353
  * later.</p>
@@ -411,12 +357,6 @@ export interface ServiceException extends __SmithyException, $MetadataBearer {
411
357
  $fault: "server";
412
358
  Message?: string;
413
359
  }
414
- export declare namespace ServiceException {
415
- /**
416
- * @internal
417
- */
418
- const filterSensitiveLog: (obj: ServiceException) => any;
419
- }
420
360
  /**
421
361
  * <p>You have sent too many requests in too short a period of time. The quota helps protect
422
362
  * against denial-of-service attacks. Try again later.</p>
@@ -430,12 +370,6 @@ export interface TooManyRequestsException extends __SmithyException, $MetadataBe
430
370
  Type?: string;
431
371
  Message?: string;
432
372
  }
433
- export declare namespace TooManyRequestsException {
434
- /**
435
- * @internal
436
- */
437
- const filterSensitiveLog: (obj: TooManyRequestsException) => any;
438
- }
439
373
  export declare enum AccountJoinedMethod {
440
374
  CREATED = "CREATED",
441
375
  INVITED = "INVITED"
@@ -502,12 +436,6 @@ export interface AccountAlreadyRegisteredException extends __SmithyException, $M
502
436
  $fault: "client";
503
437
  Message?: string;
504
438
  }
505
- export declare namespace AccountAlreadyRegisteredException {
506
- /**
507
- * @internal
508
- */
509
- const filterSensitiveLog: (obj: AccountAlreadyRegisteredException) => any;
510
- }
511
439
  /**
512
440
  * <p> We can't find an AWS account with the <code>AccountId</code> that you specified, or
513
441
  * the account whose credentials you used to make this request isn't a member of an
@@ -518,12 +446,6 @@ export interface AccountNotFoundException extends __SmithyException, $MetadataBe
518
446
  $fault: "client";
519
447
  Message?: string;
520
448
  }
521
- export declare namespace AccountNotFoundException {
522
- /**
523
- * @internal
524
- */
525
- const filterSensitiveLog: (obj: AccountNotFoundException) => any;
526
- }
527
449
  /**
528
450
  * <p>The specified account is not a delegated administrator for this AWS service. </p>
529
451
  */
@@ -532,12 +454,6 @@ export interface AccountNotRegisteredException extends __SmithyException, $Metad
532
454
  $fault: "client";
533
455
  Message?: string;
534
456
  }
535
- export declare namespace AccountNotRegisteredException {
536
- /**
537
- * @internal
538
- */
539
- const filterSensitiveLog: (obj: AccountNotRegisteredException) => any;
540
- }
541
457
  /**
542
458
  * <p>You can't invite an existing account to your organization until you verify that you
543
459
  * own the email address associated with the management account. For more information, see
@@ -550,12 +466,6 @@ export interface AccountOwnerNotVerifiedException extends __SmithyException, $Me
550
466
  $fault: "client";
551
467
  Message?: string;
552
468
  }
553
- export declare namespace AccountOwnerNotVerifiedException {
554
- /**
555
- * @internal
556
- */
557
- const filterSensitiveLog: (obj: AccountOwnerNotVerifiedException) => any;
558
- }
559
469
  /**
560
470
  * <p>This account is already a member of an organization. An account can belong to only one
561
471
  * organization at a time.</p>
@@ -565,12 +475,6 @@ export interface AlreadyInOrganizationException extends __SmithyException, $Meta
565
475
  $fault: "client";
566
476
  Message?: string;
567
477
  }
568
- export declare namespace AlreadyInOrganizationException {
569
- /**
570
- * @internal
571
- */
572
- const filterSensitiveLog: (obj: AlreadyInOrganizationException) => any;
573
- }
574
478
  export interface AttachPolicyRequest {
575
479
  /**
576
480
  * <p>The unique identifier (ID) of the policy that you want to attach to the target. You
@@ -818,12 +722,6 @@ export interface ConstraintViolationException extends __SmithyException, $Metada
818
722
  Message?: string;
819
723
  Reason?: ConstraintViolationExceptionReason | string;
820
724
  }
821
- export declare namespace ConstraintViolationException {
822
- /**
823
- * @internal
824
- */
825
- const filterSensitiveLog: (obj: ConstraintViolationException) => any;
826
- }
827
725
  /**
828
726
  * <p>The selected policy is already attached to the specified target.</p>
829
727
  */
@@ -832,12 +730,6 @@ export interface DuplicatePolicyAttachmentException extends __SmithyException, $
832
730
  $fault: "client";
833
731
  Message?: string;
834
732
  }
835
- export declare namespace DuplicatePolicyAttachmentException {
836
- /**
837
- * @internal
838
- */
839
- const filterSensitiveLog: (obj: DuplicatePolicyAttachmentException) => any;
840
- }
841
733
  /**
842
734
  * <p>Changes to the effective policy are in progress, and its contents can't be returned.
843
735
  * Try the operation again later. </p>
@@ -847,12 +739,6 @@ export interface PolicyChangesInProgressException extends __SmithyException, $Me
847
739
  $fault: "client";
848
740
  Message?: string;
849
741
  }
850
- export declare namespace PolicyChangesInProgressException {
851
- /**
852
- * @internal
853
- */
854
- const filterSensitiveLog: (obj: PolicyChangesInProgressException) => any;
855
- }
856
742
  /**
857
743
  * <p>We can't find a policy with the <code>PolicyId</code> that you specified.</p>
858
744
  */
@@ -861,12 +747,6 @@ export interface PolicyNotFoundException extends __SmithyException, $MetadataBea
861
747
  $fault: "client";
862
748
  Message?: string;
863
749
  }
864
- export declare namespace PolicyNotFoundException {
865
- /**
866
- * @internal
867
- */
868
- const filterSensitiveLog: (obj: PolicyNotFoundException) => any;
869
- }
870
750
  /**
871
751
  * <p>The specified policy type isn't currently enabled in this root. You can't attach
872
752
  * policies of the specified type to entities in a root until you enable that type in the
@@ -879,12 +759,6 @@ export interface PolicyTypeNotEnabledException extends __SmithyException, $Metad
879
759
  $fault: "client";
880
760
  Message?: string;
881
761
  }
882
- export declare namespace PolicyTypeNotEnabledException {
883
- /**
884
- * @internal
885
- */
886
- const filterSensitiveLog: (obj: PolicyTypeNotEnabledException) => any;
887
- }
888
762
  /**
889
763
  * <p>We can't find a root, OU, account, or policy with the <code>TargetId</code> that you
890
764
  * specified.</p>
@@ -894,12 +768,6 @@ export interface TargetNotFoundException extends __SmithyException, $MetadataBea
894
768
  $fault: "client";
895
769
  Message?: string;
896
770
  }
897
- export declare namespace TargetNotFoundException {
898
- /**
899
- * @internal
900
- */
901
- const filterSensitiveLog: (obj: TargetNotFoundException) => any;
902
- }
903
771
  /**
904
772
  * <p>This action isn't available in the current AWS Region.</p>
905
773
  */
@@ -908,12 +776,6 @@ export interface UnsupportedAPIEndpointException extends __SmithyException, $Met
908
776
  $fault: "client";
909
777
  Message?: string;
910
778
  }
911
- export declare namespace UnsupportedAPIEndpointException {
912
- /**
913
- * @internal
914
- */
915
- const filterSensitiveLog: (obj: UnsupportedAPIEndpointException) => any;
916
- }
917
779
  export interface CancelHandshakeRequest {
918
780
  /**
919
781
  * <p>The unique identifier (ID) of the handshake that you want to cancel. You can get the
@@ -1198,12 +1060,6 @@ export interface FinalizingOrganizationException extends __SmithyException, $Met
1198
1060
  $fault: "client";
1199
1061
  Message?: string;
1200
1062
  }
1201
- export declare namespace FinalizingOrganizationException {
1202
- /**
1203
- * @internal
1204
- */
1205
- const filterSensitiveLog: (obj: FinalizingOrganizationException) => any;
1206
- }
1207
1063
  export interface CreateGovCloudAccountRequest {
1208
1064
  /**
1209
1065
  * <p>The email address of the owner to assign to the new member account in the commercial
@@ -1526,12 +1382,6 @@ export interface DuplicateOrganizationalUnitException extends __SmithyException,
1526
1382
  $fault: "client";
1527
1383
  Message?: string;
1528
1384
  }
1529
- export declare namespace DuplicateOrganizationalUnitException {
1530
- /**
1531
- * @internal
1532
- */
1533
- const filterSensitiveLog: (obj: DuplicateOrganizationalUnitException) => any;
1534
- }
1535
1385
  /**
1536
1386
  * <p>We can't find a root or OU with the <code>ParentId</code> that you specified.</p>
1537
1387
  */
@@ -1540,12 +1390,6 @@ export interface ParentNotFoundException extends __SmithyException, $MetadataBea
1540
1390
  $fault: "client";
1541
1391
  Message?: string;
1542
1392
  }
1543
- export declare namespace ParentNotFoundException {
1544
- /**
1545
- * @internal
1546
- */
1547
- const filterSensitiveLog: (obj: ParentNotFoundException) => any;
1548
- }
1549
1393
  export interface CreatePolicyRequest {
1550
1394
  /**
1551
1395
  * <p>The policy text content to add to the new policy. The text that you supply must adhere
@@ -1694,12 +1538,6 @@ export interface DuplicatePolicyException extends __SmithyException, $MetadataBe
1694
1538
  $fault: "client";
1695
1539
  Message?: string;
1696
1540
  }
1697
- export declare namespace DuplicatePolicyException {
1698
- /**
1699
- * @internal
1700
- */
1701
- const filterSensitiveLog: (obj: DuplicatePolicyException) => any;
1702
- }
1703
1541
  /**
1704
1542
  * <p>The provided policy document doesn't meet the requirements of the specified policy
1705
1543
  * type. For example, the syntax might be incorrect. For details about service control
@@ -1712,12 +1550,6 @@ export interface MalformedPolicyDocumentException extends __SmithyException, $Me
1712
1550
  $fault: "client";
1713
1551
  Message?: string;
1714
1552
  }
1715
- export declare namespace MalformedPolicyDocumentException {
1716
- /**
1717
- * @internal
1718
- */
1719
- const filterSensitiveLog: (obj: MalformedPolicyDocumentException) => any;
1720
- }
1721
1553
  /**
1722
1554
  * <p>You can't use the specified policy type with the feature set currently enabled for
1723
1555
  * this organization. For example, you can enable SCPs only after you enable all features
@@ -1730,12 +1562,6 @@ export interface PolicyTypeNotAvailableForOrganizationException extends __Smithy
1730
1562
  $fault: "client";
1731
1563
  Message?: string;
1732
1564
  }
1733
- export declare namespace PolicyTypeNotAvailableForOrganizationException {
1734
- /**
1735
- * @internal
1736
- */
1737
- const filterSensitiveLog: (obj: PolicyTypeNotAvailableForOrganizationException) => any;
1738
- }
1739
1565
  export interface DeclineHandshakeRequest {
1740
1566
  /**
1741
1567
  * <p>The unique identifier (ID) of the handshake that you want to decline. You can get the
@@ -1760,12 +1586,6 @@ export interface OrganizationNotEmptyException extends __SmithyException, $Metad
1760
1586
  $fault: "client";
1761
1587
  Message?: string;
1762
1588
  }
1763
- export declare namespace OrganizationNotEmptyException {
1764
- /**
1765
- * @internal
1766
- */
1767
- const filterSensitiveLog: (obj: OrganizationNotEmptyException) => any;
1768
- }
1769
1589
  export interface DeleteOrganizationalUnitRequest {
1770
1590
  /**
1771
1591
  * <p>The unique identifier (ID) of the organizational unit that you want to delete. You can
@@ -1792,12 +1612,6 @@ export interface OrganizationalUnitNotEmptyException extends __SmithyException,
1792
1612
  $fault: "client";
1793
1613
  Message?: string;
1794
1614
  }
1795
- export declare namespace OrganizationalUnitNotEmptyException {
1796
- /**
1797
- * @internal
1798
- */
1799
- const filterSensitiveLog: (obj: OrganizationalUnitNotEmptyException) => any;
1800
- }
1801
1615
  /**
1802
1616
  * <p>We can't find an OU with the <code>OrganizationalUnitId</code> that you
1803
1617
  * specified.</p>
@@ -1807,12 +1621,6 @@ export interface OrganizationalUnitNotFoundException extends __SmithyException,
1807
1621
  $fault: "client";
1808
1622
  Message?: string;
1809
1623
  }
1810
- export declare namespace OrganizationalUnitNotFoundException {
1811
- /**
1812
- * @internal
1813
- */
1814
- const filterSensitiveLog: (obj: OrganizationalUnitNotFoundException) => any;
1815
- }
1816
1624
  export interface DeletePolicyRequest {
1817
1625
  /**
1818
1626
  * <p>The unique identifier (ID) of the policy that you want to delete. You can get the ID
@@ -1838,12 +1646,6 @@ export interface PolicyInUseException extends __SmithyException, $MetadataBearer
1838
1646
  $fault: "client";
1839
1647
  Message?: string;
1840
1648
  }
1841
- export declare namespace PolicyInUseException {
1842
- /**
1843
- * @internal
1844
- */
1845
- const filterSensitiveLog: (obj: PolicyInUseException) => any;
1846
- }
1847
1649
  export interface DeregisterDelegatedAdministratorRequest {
1848
1650
  /**
1849
1651
  * <p>The account ID number of the member account in the organization that you want to
@@ -1902,12 +1704,6 @@ export interface CreateAccountStatusNotFoundException extends __SmithyException,
1902
1704
  $fault: "client";
1903
1705
  Message?: string;
1904
1706
  }
1905
- export declare namespace CreateAccountStatusNotFoundException {
1906
- /**
1907
- * @internal
1908
- */
1909
- const filterSensitiveLog: (obj: CreateAccountStatusNotFoundException) => any;
1910
- }
1911
1707
  export interface DescribeCreateAccountStatusRequest {
1912
1708
  /**
1913
1709
  * <p>Specifies the <code>Id</code> value that uniquely identifies the
@@ -2029,12 +1825,6 @@ export interface EffectivePolicyNotFoundException extends __SmithyException, $Me
2029
1825
  $fault: "client";
2030
1826
  Message?: string;
2031
1827
  }
2032
- export declare namespace EffectivePolicyNotFoundException {
2033
- /**
2034
- * @internal
2035
- */
2036
- const filterSensitiveLog: (obj: EffectivePolicyNotFoundException) => any;
2037
- }
2038
1828
  export interface DescribeHandshakeRequest {
2039
1829
  /**
2040
1830
  * <p>The unique identifier (ID) of the handshake that you want information about. You can
@@ -2178,12 +1968,6 @@ export interface PolicyNotAttachedException extends __SmithyException, $Metadata
2178
1968
  $fault: "client";
2179
1969
  Message?: string;
2180
1970
  }
2181
- export declare namespace PolicyNotAttachedException {
2182
- /**
2183
- * @internal
2184
- */
2185
- const filterSensitiveLog: (obj: PolicyNotAttachedException) => any;
2186
- }
2187
1971
  export interface DisableAWSServiceAccessRequest {
2188
1972
  /**
2189
1973
  * <p>The service principal name of the AWS service for which you want to disable
@@ -2304,12 +2088,6 @@ export interface RootNotFoundException extends __SmithyException, $MetadataBeare
2304
2088
  $fault: "client";
2305
2089
  Message?: string;
2306
2090
  }
2307
- export declare namespace RootNotFoundException {
2308
- /**
2309
- * @internal
2310
- */
2311
- const filterSensitiveLog: (obj: RootNotFoundException) => any;
2312
- }
2313
2091
  export interface EnableAllFeaturesRequest {
2314
2092
  }
2315
2093
  export declare namespace EnableAllFeaturesRequest {
@@ -2395,12 +2173,6 @@ export interface PolicyTypeAlreadyEnabledException extends __SmithyException, $M
2395
2173
  $fault: "client";
2396
2174
  Message?: string;
2397
2175
  }
2398
- export declare namespace PolicyTypeAlreadyEnabledException {
2399
- /**
2400
- * @internal
2401
- */
2402
- const filterSensitiveLog: (obj: PolicyTypeAlreadyEnabledException) => any;
2403
- }
2404
2176
  /**
2405
2177
  * <p>A handshake with the same action and target already exists. For example, if you
2406
2178
  * invited an account to join your organization, the invited account might already have a
@@ -2413,12 +2185,6 @@ export interface DuplicateHandshakeException extends __SmithyException, $Metadat
2413
2185
  $fault: "client";
2414
2186
  Message?: string;
2415
2187
  }
2416
- export declare namespace DuplicateHandshakeException {
2417
- /**
2418
- * @internal
2419
- */
2420
- const filterSensitiveLog: (obj: DuplicateHandshakeException) => any;
2421
- }
2422
2188
  export interface InviteAccountToOrganizationRequest {
2423
2189
  /**
2424
2190
  * <p>The identifier (ID) of the AWS account that you want to invite to join your
@@ -2487,12 +2253,6 @@ export interface MasterCannotLeaveOrganizationException extends __SmithyExceptio
2487
2253
  $fault: "client";
2488
2254
  Message?: string;
2489
2255
  }
2490
- export declare namespace MasterCannotLeaveOrganizationException {
2491
- /**
2492
- * @internal
2493
- */
2494
- const filterSensitiveLog: (obj: MasterCannotLeaveOrganizationException) => any;
2495
- }
2496
2256
  export interface ListAccountsRequest {
2497
2257
  /**
2498
2258
  * <p>The parameter for receiving additional results if you receive a
@@ -3168,12 +2928,6 @@ export interface ChildNotFoundException extends __SmithyException, $MetadataBear
3168
2928
  $fault: "client";
3169
2929
  Message?: string;
3170
2930
  }
3171
- export declare namespace ChildNotFoundException {
3172
- /**
3173
- * @internal
3174
- */
3175
- const filterSensitiveLog: (obj: ChildNotFoundException) => any;
3176
- }
3177
2931
  export interface ListParentsRequest {
3178
2932
  /**
3179
2933
  * <p>The unique identifier (ID) of the OU or account whose parent containers you want to
@@ -3677,12 +3431,6 @@ export interface DestinationParentNotFoundException extends __SmithyException, $
3677
3431
  $fault: "client";
3678
3432
  Message?: string;
3679
3433
  }
3680
- export declare namespace DestinationParentNotFoundException {
3681
- /**
3682
- * @internal
3683
- */
3684
- const filterSensitiveLog: (obj: DestinationParentNotFoundException) => any;
3685
- }
3686
3434
  /**
3687
3435
  * <p>That account is already present in the specified destination.</p>
3688
3436
  */
@@ -3691,12 +3439,6 @@ export interface DuplicateAccountException extends __SmithyException, $MetadataB
3691
3439
  $fault: "client";
3692
3440
  Message?: string;
3693
3441
  }
3694
- export declare namespace DuplicateAccountException {
3695
- /**
3696
- * @internal
3697
- */
3698
- const filterSensitiveLog: (obj: DuplicateAccountException) => any;
3699
- }
3700
3442
  export interface MoveAccountRequest {
3701
3443
  /**
3702
3444
  * <p>The unique identifier (ID) of the account that you want to move.</p>
@@ -3760,12 +3502,6 @@ export interface SourceParentNotFoundException extends __SmithyException, $Metad
3760
3502
  $fault: "client";
3761
3503
  Message?: string;
3762
3504
  }
3763
- export declare namespace SourceParentNotFoundException {
3764
- /**
3765
- * @internal
3766
- */
3767
- const filterSensitiveLog: (obj: SourceParentNotFoundException) => any;
3768
- }
3769
3505
  export interface RegisterDelegatedAdministratorRequest {
3770
3506
  /**
3771
3507
  * <p>The account ID number of the member account in the organization to register as a
@@ -1,10 +1,11 @@
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
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<any>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,18 +1,19 @@
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
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<string>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
+ 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>;
28
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
30
  tls?: boolean | undefined;
30
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
4
4
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
8
  import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput } from "./commands/AcceptHandshakeCommand";
10
10
  import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "./commands/AttachPolicyCommand";
@@ -102,6 +102,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
102
102
  regionInfoProvider?: RegionInfoProvider;
103
103
 
104
104
  defaultUserAgentProvider?: Provider<__UserAgent>;
105
+
106
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
105
107
  }
106
108
  declare type OrganizationsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
107
109