@aws-sdk/client-organizations 3.427.0 → 3.429.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.
@@ -55,7 +55,7 @@ export interface HandshakeParty {
55
55
  * @public
56
56
  * <p>The type of party.</p>
57
57
  */
58
- Type: HandshakePartyType | string | undefined;
58
+ Type: HandshakePartyType | undefined;
59
59
  }
60
60
  /**
61
61
  * @public
@@ -129,7 +129,7 @@ export declare class AccessDeniedForDependencyException extends __BaseException
129
129
  readonly name: "AccessDeniedForDependencyException";
130
130
  readonly $fault: "client";
131
131
  Message?: string;
132
- Reason?: AccessDeniedForDependencyExceptionReason | string;
132
+ Reason?: AccessDeniedForDependencyExceptionReason;
133
133
  /**
134
134
  * @internal
135
135
  */
@@ -262,7 +262,7 @@ export declare class HandshakeConstraintViolationException extends __BaseExcepti
262
262
  readonly name: "HandshakeConstraintViolationException";
263
263
  readonly $fault: "client";
264
264
  Message?: string;
265
- Reason?: HandshakeConstraintViolationExceptionReason | string;
265
+ Reason?: HandshakeConstraintViolationExceptionReason;
266
266
  /**
267
267
  * @internal
268
268
  */
@@ -443,7 +443,7 @@ export declare class InvalidInputException extends __BaseException {
443
443
  readonly name: "InvalidInputException";
444
444
  readonly $fault: "client";
445
445
  Message?: string;
446
- Reason?: InvalidInputExceptionReason | string;
446
+ Reason?: InvalidInputExceptionReason;
447
447
  /**
448
448
  * @internal
449
449
  */
@@ -544,12 +544,12 @@ export interface Account {
544
544
  * @public
545
545
  * <p>The status of the account in the organization.</p>
546
546
  */
547
- Status?: AccountStatus | string;
547
+ Status?: AccountStatus;
548
548
  /**
549
549
  * @public
550
550
  * <p>The method by which the account joined the organization.</p>
551
551
  */
552
- JoinedMethod?: AccountJoinedMethod | string;
552
+ JoinedMethod?: AccountJoinedMethod;
553
553
  /**
554
554
  * @public
555
555
  * <p>The date the account became a part of the organization.</p>
@@ -928,7 +928,7 @@ export declare class ConstraintViolationException extends __BaseException {
928
928
  readonly name: "ConstraintViolationException";
929
929
  readonly $fault: "client";
930
930
  Message?: string;
931
- Reason?: ConstraintViolationExceptionReason | string;
931
+ Reason?: ConstraintViolationExceptionReason;
932
932
  /**
933
933
  * @internal
934
934
  */
@@ -1188,7 +1188,7 @@ export interface CreateAccountRequest {
1188
1188
  * IAM users and roles with the required permissions can access billing information for
1189
1189
  * the new account.</p>
1190
1190
  */
1191
- IamUserAccessToBilling?: IAMUserAccessToBilling | string;
1191
+ IamUserAccessToBilling?: IAMUserAccessToBilling;
1192
1192
  /**
1193
1193
  * @public
1194
1194
  * <p>A list of tags that you want to attach to the newly created account. For each tag in
@@ -1266,7 +1266,7 @@ export interface CreateAccountStatus {
1266
1266
  * @public
1267
1267
  * <p>The status of the asynchronous request to create an Amazon Web Services account.</p>
1268
1268
  */
1269
- State?: CreateAccountState | string;
1269
+ State?: CreateAccountState;
1270
1270
  /**
1271
1271
  * @public
1272
1272
  * <p>The date and time that the request was made for the account creation.</p>
@@ -1359,7 +1359,7 @@ export interface CreateAccountStatus {
1359
1359
  * </li>
1360
1360
  * </ul>
1361
1361
  */
1362
- FailureReason?: CreateAccountFailureReason | string;
1362
+ FailureReason?: CreateAccountFailureReason;
1363
1363
  }
1364
1364
  /**
1365
1365
  * @public
@@ -1488,7 +1488,7 @@ export interface CreateGovCloudAccountRequest {
1488
1488
  * IAM users and roles with the required permissions can access billing information for
1489
1489
  * the new account.</p>
1490
1490
  */
1491
- IamUserAccessToBilling?: IAMUserAccessToBilling | string;
1491
+ IamUserAccessToBilling?: IAMUserAccessToBilling;
1492
1492
  /**
1493
1493
  * @public
1494
1494
  * <p>A list of tags that you want to attach to the newly created account. These tags are
@@ -1558,7 +1558,7 @@ export interface CreateOrganizationRequest {
1558
1558
  * </li>
1559
1559
  * </ul>
1560
1560
  */
1561
- FeatureSet?: OrganizationFeatureSet | string;
1561
+ FeatureSet?: OrganizationFeatureSet;
1562
1562
  }
1563
1563
  /**
1564
1564
  * @public
@@ -1596,14 +1596,14 @@ export interface PolicyTypeSummary {
1596
1596
  * @public
1597
1597
  * <p>The name of the policy type.</p>
1598
1598
  */
1599
- Type?: PolicyType | string;
1599
+ Type?: PolicyType;
1600
1600
  /**
1601
1601
  * @public
1602
1602
  * <p>The status of the policy type as it relates to the associated root. To attach a policy
1603
1603
  * of the specified type to a root or to an OU or account in that root, it must be
1604
1604
  * available in the organization and enabled for that root.</p>
1605
1605
  */
1606
- Status?: PolicyTypeStatus | string;
1606
+ Status?: PolicyTypeStatus;
1607
1607
  }
1608
1608
  /**
1609
1609
  * @public
@@ -1634,7 +1634,7 @@ export interface Organization {
1634
1634
  * functionality is available. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling all features
1635
1635
  * in your organization</a> in the <i>Organizations User Guide</i>.</p>
1636
1636
  */
1637
- FeatureSet?: OrganizationFeatureSet | string;
1637
+ FeatureSet?: OrganizationFeatureSet;
1638
1638
  /**
1639
1639
  * @public
1640
1640
  * <p>The Amazon Resource Name (ARN) of the account that is designated as the management
@@ -1838,7 +1838,7 @@ export interface CreatePolicyRequest {
1838
1838
  * </li>
1839
1839
  * </ul>
1840
1840
  */
1841
- Type: PolicyType | string | undefined;
1841
+ Type: PolicyType | undefined;
1842
1842
  /**
1843
1843
  * @public
1844
1844
  * <p>A list of tags that you want to attach to the newly created policy. For each tag in
@@ -1890,7 +1890,7 @@ export interface PolicySummary {
1890
1890
  * @public
1891
1891
  * <p>The type of policy.</p>
1892
1892
  */
1893
- Type?: PolicyType | string;
1893
+ Type?: PolicyType;
1894
1894
  /**
1895
1895
  * @public
1896
1896
  * <p>A boolean value that indicates whether the specified policy is an Amazon Web Services managed
@@ -2204,7 +2204,7 @@ export interface DescribeEffectivePolicyRequest {
2204
2204
  * </li>
2205
2205
  * </ul>
2206
2206
  */
2207
- PolicyType: EffectivePolicyType | string | undefined;
2207
+ PolicyType: EffectivePolicyType | undefined;
2208
2208
  /**
2209
2209
  * @public
2210
2210
  * <p>When you're signed in as the management account, specify the ID of the account that
@@ -2239,7 +2239,7 @@ export interface EffectivePolicy {
2239
2239
  * @public
2240
2240
  * <p>The policy type.</p>
2241
2241
  */
2242
- PolicyType?: EffectivePolicyType | string;
2242
+ PolicyType?: EffectivePolicyType;
2243
2243
  }
2244
2244
  /**
2245
2245
  * @public
@@ -2496,7 +2496,7 @@ export interface DisablePolicyTypeRequest {
2496
2496
  * </li>
2497
2497
  * </ul>
2498
2498
  */
2499
- PolicyType: PolicyType | string | undefined;
2499
+ PolicyType: PolicyType | undefined;
2500
2500
  }
2501
2501
  /**
2502
2502
  * @public
@@ -2620,7 +2620,7 @@ export interface EnablePolicyTypeRequest {
2620
2620
  * </li>
2621
2621
  * </ul>
2622
2622
  */
2623
- PolicyType: PolicyType | string | undefined;
2623
+ PolicyType: PolicyType | undefined;
2624
2624
  }
2625
2625
  /**
2626
2626
  * @public
@@ -2935,7 +2935,7 @@ export interface ListChildrenRequest {
2935
2935
  * @public
2936
2936
  * <p>Filters the output to include only the specified child type.</p>
2937
2937
  */
2938
- ChildType: ChildType | string | undefined;
2938
+ ChildType: ChildType | undefined;
2939
2939
  /**
2940
2940
  * @public
2941
2941
  * <p>The parameter for receiving additional results if you receive a
@@ -2987,7 +2987,7 @@ export interface Child {
2987
2987
  * @public
2988
2988
  * <p>The type of this child entity.</p>
2989
2989
  */
2990
- Type?: ChildType | string;
2990
+ Type?: ChildType;
2991
2991
  }
2992
2992
  /**
2993
2993
  * @public
@@ -3016,7 +3016,7 @@ export interface ListCreateAccountStatusRequest {
3016
3016
  * <p>A list of one or more states that you want included in the response. If this parameter
3017
3017
  * isn't present, all requests are included in the response.</p>
3018
3018
  */
3019
- States?: (CreateAccountState | string)[];
3019
+ States?: CreateAccountState[];
3020
3020
  /**
3021
3021
  * @public
3022
3022
  * <p>The parameter for receiving additional results if you receive a
@@ -3123,13 +3123,13 @@ export interface DelegatedAdministrator {
3123
3123
  * @public
3124
3124
  * <p>The status of the delegated administrator's account in the organization.</p>
3125
3125
  */
3126
- Status?: AccountStatus | string;
3126
+ Status?: AccountStatus;
3127
3127
  /**
3128
3128
  * @public
3129
3129
  * <p>The method by which the delegated administrator's account joined the
3130
3130
  * organization.</p>
3131
3131
  */
3132
- JoinedMethod?: AccountJoinedMethod | string;
3132
+ JoinedMethod?: AccountJoinedMethod;
3133
3133
  /**
3134
3134
  * @public
3135
3135
  * <p>The date when the delegated administrator's account became a part of the
@@ -3241,7 +3241,7 @@ export interface HandshakeFilter {
3241
3241
  * <p>If you specify <code>ActionType</code>, you cannot also specify
3242
3242
  * <code>ParentHandshakeId</code>.</p>
3243
3243
  */
3244
- ActionType?: ActionType | string;
3244
+ ActionType?: ActionType;
3245
3245
  /**
3246
3246
  * @public
3247
3247
  * <p>Specifies the parent handshake. Only used for handshake types that are a child of
@@ -3494,7 +3494,7 @@ export interface Parent {
3494
3494
  * @public
3495
3495
  * <p>The type of the parent entity.</p>
3496
3496
  */
3497
- Type?: ParentType | string;
3497
+ Type?: ParentType;
3498
3498
  }
3499
3499
  /**
3500
3500
  * @public
@@ -3545,7 +3545,7 @@ export interface ListPoliciesRequest {
3545
3545
  * </li>
3546
3546
  * </ul>
3547
3547
  */
3548
- Filter: PolicyType | string | undefined;
3548
+ Filter: PolicyType | undefined;
3549
3549
  /**
3550
3550
  * @public
3551
3551
  * <p>The parameter for receiving additional results if you receive a
@@ -3643,7 +3643,7 @@ export interface ListPoliciesForTargetRequest {
3643
3643
  * </li>
3644
3644
  * </ul>
3645
3645
  */
3646
- Filter: PolicyType | string | undefined;
3646
+ Filter: PolicyType | undefined;
3647
3647
  /**
3648
3648
  * @public
3649
3649
  * <p>The parameter for receiving additional results if you receive a
@@ -3883,7 +3883,7 @@ export interface PolicyTargetSummary {
3883
3883
  * @public
3884
3884
  * <p>The type of the policy target.</p>
3885
3885
  */
3886
- Type?: TargetType | string;
3886
+ Type?: TargetType;
3887
3887
  }
3888
3888
  /**
3889
3889
  * @public
@@ -4274,7 +4274,7 @@ export interface HandshakeResource {
4274
4274
  * </li>
4275
4275
  * </ul>
4276
4276
  */
4277
- Type?: HandshakeResourceType | string;
4277
+ Type?: HandshakeResourceType;
4278
4278
  /**
4279
4279
  * @public
4280
4280
  * <p>When needed, contains an additional array of <code>HandshakeResource</code>
@@ -4357,7 +4357,7 @@ export interface Handshake {
4357
4357
  * </li>
4358
4358
  * </ul>
4359
4359
  */
4360
- State?: HandshakeState | string;
4360
+ State?: HandshakeState;
4361
4361
  /**
4362
4362
  * @public
4363
4363
  * <p>The date and time that the handshake request was made.</p>
@@ -4400,7 +4400,7 @@ export interface Handshake {
4400
4400
  * </li>
4401
4401
  * </ul>
4402
4402
  */
4403
- Action?: ActionType | string;
4403
+ Action?: ActionType;
4404
4404
  /**
4405
4405
  * @public
4406
4406
  * <p>Additional information that is needed to process the handshake.</p>
@@ -19,7 +19,7 @@ export type HandshakePartyType =
19
19
  (typeof HandshakePartyType)[keyof typeof HandshakePartyType];
20
20
  export interface HandshakeParty {
21
21
  Id: string | undefined;
22
- Type: HandshakePartyType | string | undefined;
22
+ Type: HandshakePartyType | undefined;
23
23
  }
24
24
  export declare const HandshakeResourceType: {
25
25
  readonly ACCOUNT: "ACCOUNT";
@@ -60,7 +60,7 @@ export declare class AccessDeniedForDependencyException extends __BaseException
60
60
  readonly name: "AccessDeniedForDependencyException";
61
61
  readonly $fault: "client";
62
62
  Message?: string;
63
- Reason?: AccessDeniedForDependencyExceptionReason | string;
63
+ Reason?: AccessDeniedForDependencyExceptionReason;
64
64
  constructor(
65
65
  opts: __ExceptionOptionType<
66
66
  AccessDeniedForDependencyException,
@@ -119,7 +119,7 @@ export declare class HandshakeConstraintViolationException extends __BaseExcepti
119
119
  readonly name: "HandshakeConstraintViolationException";
120
120
  readonly $fault: "client";
121
121
  Message?: string;
122
- Reason?: HandshakeConstraintViolationExceptionReason | string;
122
+ Reason?: HandshakeConstraintViolationExceptionReason;
123
123
  constructor(
124
124
  opts: __ExceptionOptionType<
125
125
  HandshakeConstraintViolationException,
@@ -182,7 +182,7 @@ export declare class InvalidInputException extends __BaseException {
182
182
  readonly name: "InvalidInputException";
183
183
  readonly $fault: "client";
184
184
  Message?: string;
185
- Reason?: InvalidInputExceptionReason | string;
185
+ Reason?: InvalidInputExceptionReason;
186
186
  constructor(
187
187
  opts: __ExceptionOptionType<InvalidInputException, __BaseException>
188
188
  );
@@ -219,8 +219,8 @@ export interface Account {
219
219
  Arn?: string;
220
220
  Email?: string;
221
221
  Name?: string;
222
- Status?: AccountStatus | string;
223
- JoinedMethod?: AccountJoinedMethod | string;
222
+ Status?: AccountStatus;
223
+ JoinedMethod?: AccountJoinedMethod;
224
224
  JoinedTimestamp?: Date;
225
225
  }
226
226
  export declare class AccountAlreadyClosedException extends __BaseException {
@@ -323,7 +323,7 @@ export declare class ConstraintViolationException extends __BaseException {
323
323
  readonly name: "ConstraintViolationException";
324
324
  readonly $fault: "client";
325
325
  Message?: string;
326
- Reason?: ConstraintViolationExceptionReason | string;
326
+ Reason?: ConstraintViolationExceptionReason;
327
327
  constructor(
328
328
  opts: __ExceptionOptionType<ConstraintViolationException, __BaseException>
329
329
  );
@@ -411,7 +411,7 @@ export interface CreateAccountRequest {
411
411
  Email: string | undefined;
412
412
  AccountName: string | undefined;
413
413
  RoleName?: string;
414
- IamUserAccessToBilling?: IAMUserAccessToBilling | string;
414
+ IamUserAccessToBilling?: IAMUserAccessToBilling;
415
415
  Tags?: Tag[];
416
416
  }
417
417
  export declare const CreateAccountFailureReason: {
@@ -443,12 +443,12 @@ export type CreateAccountState =
443
443
  export interface CreateAccountStatus {
444
444
  Id?: string;
445
445
  AccountName?: string;
446
- State?: CreateAccountState | string;
446
+ State?: CreateAccountState;
447
447
  RequestedTimestamp?: Date;
448
448
  CompletedTimestamp?: Date;
449
449
  AccountId?: string;
450
450
  GovCloudAccountId?: string;
451
- FailureReason?: CreateAccountFailureReason | string;
451
+ FailureReason?: CreateAccountFailureReason;
452
452
  }
453
453
  export interface CreateAccountResponse {
454
454
  CreateAccountStatus?: CreateAccountStatus;
@@ -468,7 +468,7 @@ export interface CreateGovCloudAccountRequest {
468
468
  Email: string | undefined;
469
469
  AccountName: string | undefined;
470
470
  RoleName?: string;
471
- IamUserAccessToBilling?: IAMUserAccessToBilling | string;
471
+ IamUserAccessToBilling?: IAMUserAccessToBilling;
472
472
  Tags?: Tag[];
473
473
  }
474
474
  export interface CreateGovCloudAccountResponse {
@@ -481,7 +481,7 @@ export declare const OrganizationFeatureSet: {
481
481
  export type OrganizationFeatureSet =
482
482
  (typeof OrganizationFeatureSet)[keyof typeof OrganizationFeatureSet];
483
483
  export interface CreateOrganizationRequest {
484
- FeatureSet?: OrganizationFeatureSet | string;
484
+ FeatureSet?: OrganizationFeatureSet;
485
485
  }
486
486
  export declare const PolicyTypeStatus: {
487
487
  readonly ENABLED: "ENABLED";
@@ -498,13 +498,13 @@ export declare const PolicyType: {
498
498
  };
499
499
  export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
500
500
  export interface PolicyTypeSummary {
501
- Type?: PolicyType | string;
502
- Status?: PolicyTypeStatus | string;
501
+ Type?: PolicyType;
502
+ Status?: PolicyTypeStatus;
503
503
  }
504
504
  export interface Organization {
505
505
  Id?: string;
506
506
  Arn?: string;
507
- FeatureSet?: OrganizationFeatureSet | string;
507
+ FeatureSet?: OrganizationFeatureSet;
508
508
  MasterAccountArn?: string;
509
509
  MasterAccountId?: string;
510
510
  MasterAccountEmail?: string;
@@ -549,7 +549,7 @@ export interface CreatePolicyRequest {
549
549
  Content: string | undefined;
550
550
  Description: string | undefined;
551
551
  Name: string | undefined;
552
- Type: PolicyType | string | undefined;
552
+ Type: PolicyType | undefined;
553
553
  Tags?: Tag[];
554
554
  }
555
555
  export interface PolicySummary {
@@ -557,7 +557,7 @@ export interface PolicySummary {
557
557
  Arn?: string;
558
558
  Name?: string;
559
559
  Description?: string;
560
- Type?: PolicyType | string;
560
+ Type?: PolicyType;
561
561
  AwsManaged?: boolean;
562
562
  }
563
563
  export interface Policy {
@@ -690,14 +690,14 @@ export declare const EffectivePolicyType: {
690
690
  export type EffectivePolicyType =
691
691
  (typeof EffectivePolicyType)[keyof typeof EffectivePolicyType];
692
692
  export interface DescribeEffectivePolicyRequest {
693
- PolicyType: EffectivePolicyType | string | undefined;
693
+ PolicyType: EffectivePolicyType | undefined;
694
694
  TargetId?: string;
695
695
  }
696
696
  export interface EffectivePolicy {
697
697
  PolicyContent?: string;
698
698
  LastUpdatedTimestamp?: Date;
699
699
  TargetId?: string;
700
- PolicyType?: EffectivePolicyType | string;
700
+ PolicyType?: EffectivePolicyType;
701
701
  }
702
702
  export interface DescribeEffectivePolicyResponse {
703
703
  EffectivePolicy?: EffectivePolicy;
@@ -759,7 +759,7 @@ export interface DisableAWSServiceAccessRequest {
759
759
  }
760
760
  export interface DisablePolicyTypeRequest {
761
761
  RootId: string | undefined;
762
- PolicyType: PolicyType | string | undefined;
762
+ PolicyType: PolicyType | undefined;
763
763
  }
764
764
  export interface Root {
765
765
  Id?: string;
@@ -784,7 +784,7 @@ export interface EnableAWSServiceAccessRequest {
784
784
  }
785
785
  export interface EnablePolicyTypeRequest {
786
786
  RootId: string | undefined;
787
- PolicyType: PolicyType | string | undefined;
787
+ PolicyType: PolicyType | undefined;
788
788
  }
789
789
  export interface EnablePolicyTypeResponse {
790
790
  Root?: Root;
@@ -860,20 +860,20 @@ export declare const ChildType: {
860
860
  export type ChildType = (typeof ChildType)[keyof typeof ChildType];
861
861
  export interface ListChildrenRequest {
862
862
  ParentId: string | undefined;
863
- ChildType: ChildType | string | undefined;
863
+ ChildType: ChildType | undefined;
864
864
  NextToken?: string;
865
865
  MaxResults?: number;
866
866
  }
867
867
  export interface Child {
868
868
  Id?: string;
869
- Type?: ChildType | string;
869
+ Type?: ChildType;
870
870
  }
871
871
  export interface ListChildrenResponse {
872
872
  Children?: Child[];
873
873
  NextToken?: string;
874
874
  }
875
875
  export interface ListCreateAccountStatusRequest {
876
- States?: (CreateAccountState | string)[];
876
+ States?: CreateAccountState[];
877
877
  NextToken?: string;
878
878
  MaxResults?: number;
879
879
  }
@@ -891,8 +891,8 @@ export interface DelegatedAdministrator {
891
891
  Arn?: string;
892
892
  Email?: string;
893
893
  Name?: string;
894
- Status?: AccountStatus | string;
895
- JoinedMethod?: AccountJoinedMethod | string;
894
+ Status?: AccountStatus;
895
+ JoinedMethod?: AccountJoinedMethod;
896
896
  JoinedTimestamp?: Date;
897
897
  DelegationEnabledDate?: Date;
898
898
  }
@@ -914,7 +914,7 @@ export interface ListDelegatedServicesForAccountResponse {
914
914
  NextToken?: string;
915
915
  }
916
916
  export interface HandshakeFilter {
917
- ActionType?: ActionType | string;
917
+ ActionType?: ActionType;
918
918
  ParentHandshakeId?: string;
919
919
  }
920
920
  export interface ListHandshakesForAccountRequest {
@@ -956,14 +956,14 @@ export declare const ParentType: {
956
956
  export type ParentType = (typeof ParentType)[keyof typeof ParentType];
957
957
  export interface Parent {
958
958
  Id?: string;
959
- Type?: ParentType | string;
959
+ Type?: ParentType;
960
960
  }
961
961
  export interface ListParentsResponse {
962
962
  Parents?: Parent[];
963
963
  NextToken?: string;
964
964
  }
965
965
  export interface ListPoliciesRequest {
966
- Filter: PolicyType | string | undefined;
966
+ Filter: PolicyType | undefined;
967
967
  NextToken?: string;
968
968
  MaxResults?: number;
969
969
  }
@@ -973,7 +973,7 @@ export interface ListPoliciesResponse {
973
973
  }
974
974
  export interface ListPoliciesForTargetRequest {
975
975
  TargetId: string | undefined;
976
- Filter: PolicyType | string | undefined;
976
+ Filter: PolicyType | undefined;
977
977
  NextToken?: string;
978
978
  MaxResults?: number;
979
979
  }
@@ -1012,7 +1012,7 @@ export interface PolicyTargetSummary {
1012
1012
  TargetId?: string;
1013
1013
  Arn?: string;
1014
1014
  Name?: string;
1015
- Type?: TargetType | string;
1015
+ Type?: TargetType;
1016
1016
  }
1017
1017
  export interface ListTargetsForPolicyResponse {
1018
1018
  Targets?: PolicyTargetSummary[];
@@ -1090,17 +1090,17 @@ export interface UpdatePolicyResponse {
1090
1090
  }
1091
1091
  export interface HandshakeResource {
1092
1092
  Value?: string;
1093
- Type?: HandshakeResourceType | string;
1093
+ Type?: HandshakeResourceType;
1094
1094
  Resources?: HandshakeResource[];
1095
1095
  }
1096
1096
  export interface Handshake {
1097
1097
  Id?: string;
1098
1098
  Arn?: string;
1099
1099
  Parties?: HandshakeParty[];
1100
- State?: HandshakeState | string;
1100
+ State?: HandshakeState;
1101
1101
  RequestedTimestamp?: Date;
1102
1102
  ExpirationTimestamp?: Date;
1103
- Action?: ActionType | string;
1103
+ Action?: ActionType;
1104
1104
  Resources?: HandshakeResource[];
1105
1105
  }
1106
1106
  export interface AcceptHandshakeResponse {
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.427.0",
4
+ "version": "3.429.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"
59
59
  },