@aws-sdk/client-ec2 3.428.0 → 3.430.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.
@@ -80,7 +80,7 @@ export type ReplaceRootVolumeTaskState =
80
80
  export interface ReplaceRootVolumeTask {
81
81
  ReplaceRootVolumeTaskId?: string;
82
82
  InstanceId?: string;
83
- TaskState?: ReplaceRootVolumeTaskState | string;
83
+ TaskState?: ReplaceRootVolumeTaskState;
84
84
  StartTime?: string;
85
85
  CompleteTime?: string;
86
86
  Tags?: Tag[];
@@ -92,7 +92,7 @@ export interface CreateReplaceRootVolumeTaskResult {
92
92
  ReplaceRootVolumeTask?: ReplaceRootVolumeTask;
93
93
  }
94
94
  export interface PriceScheduleSpecification {
95
- CurrencyCode?: CurrencyCodeValues | string;
95
+ CurrencyCode?: CurrencyCodeValues;
96
96
  Price?: number;
97
97
  Term?: number;
98
98
  }
@@ -176,8 +176,8 @@ export interface Route {
176
176
  LocalGatewayId?: string;
177
177
  CarrierGatewayId?: string;
178
178
  NetworkInterfaceId?: string;
179
- Origin?: RouteOrigin | string;
180
- State?: RouteState | string;
179
+ Origin?: RouteOrigin;
180
+ State?: RouteState;
181
181
  VpcPeeringConnectionId?: string;
182
182
  CoreNetworkArn?: string;
183
183
  }
@@ -239,16 +239,16 @@ export interface Snapshot {
239
239
  Progress?: string;
240
240
  SnapshotId?: string;
241
241
  StartTime?: Date;
242
- State?: SnapshotState | string;
242
+ State?: SnapshotState;
243
243
  StateMessage?: string;
244
244
  VolumeId?: string;
245
245
  VolumeSize?: number;
246
246
  OwnerAlias?: string;
247
247
  OutpostArn?: string;
248
248
  Tags?: Tag[];
249
- StorageTier?: StorageTier | string;
249
+ StorageTier?: StorageTier;
250
250
  RestoreExpiryTime?: Date;
251
- SseType?: SSEType | string;
251
+ SseType?: SSEType;
252
252
  }
253
253
  export declare const CopyTagsFromSource: {
254
254
  readonly volume: "volume";
@@ -266,21 +266,21 @@ export interface CreateSnapshotsRequest {
266
266
  OutpostArn?: string;
267
267
  TagSpecifications?: TagSpecification[];
268
268
  DryRun?: boolean;
269
- CopyTagsFromSource?: CopyTagsFromSource | string;
269
+ CopyTagsFromSource?: CopyTagsFromSource;
270
270
  }
271
271
  export interface SnapshotInfo {
272
272
  Description?: string;
273
273
  Tags?: Tag[];
274
274
  Encrypted?: boolean;
275
275
  VolumeId?: string;
276
- State?: SnapshotState | string;
276
+ State?: SnapshotState;
277
277
  VolumeSize?: number;
278
278
  StartTime?: Date;
279
279
  Progress?: string;
280
280
  OwnerId?: string;
281
281
  SnapshotId?: string;
282
282
  OutpostArn?: string;
283
- SseType?: SSEType | string;
283
+ SseType?: SSEType;
284
284
  }
285
285
  export interface CreateSnapshotsResult {
286
286
  Snapshots?: SnapshotInfo[];
@@ -305,7 +305,7 @@ export interface SpotDatafeedSubscription {
305
305
  Fault?: SpotInstanceStateFault;
306
306
  OwnerId?: string;
307
307
  Prefix?: string;
308
- State?: DatafeedSubscriptionState | string;
308
+ State?: DatafeedSubscriptionState;
309
309
  }
310
310
  export interface CreateSpotDatafeedSubscriptionResult {
311
311
  SpotDatafeedSubscription?: SpotDatafeedSubscription;
@@ -346,7 +346,7 @@ export type SubnetCidrReservationType =
346
346
  export interface CreateSubnetCidrReservationRequest {
347
347
  SubnetId: string | undefined;
348
348
  Cidr: string | undefined;
349
- ReservationType: SubnetCidrReservationType | string | undefined;
349
+ ReservationType: SubnetCidrReservationType | undefined;
350
350
  Description?: string;
351
351
  DryRun?: boolean;
352
352
  TagSpecifications?: TagSpecification[];
@@ -355,7 +355,7 @@ export interface SubnetCidrReservation {
355
355
  SubnetCidrReservationId?: string;
356
356
  SubnetId?: string;
357
357
  Cidr?: string;
358
- ReservationType?: SubnetCidrReservationType | string;
358
+ ReservationType?: SubnetCidrReservationType;
359
359
  OwnerId?: string;
360
360
  Description?: string;
361
361
  Tags?: Tag[];
@@ -393,9 +393,9 @@ export type TrafficDirection =
393
393
  export interface TrafficMirrorFilterRule {
394
394
  TrafficMirrorFilterRuleId?: string;
395
395
  TrafficMirrorFilterId?: string;
396
- TrafficDirection?: TrafficDirection | string;
396
+ TrafficDirection?: TrafficDirection;
397
397
  RuleNumber?: number;
398
- RuleAction?: TrafficMirrorRuleAction | string;
398
+ RuleAction?: TrafficMirrorRuleAction;
399
399
  Protocol?: number;
400
400
  DestinationPortRange?: TrafficMirrorPortRange;
401
401
  SourcePortRange?: TrafficMirrorPortRange;
@@ -412,7 +412,7 @@ export interface TrafficMirrorFilter {
412
412
  TrafficMirrorFilterId?: string;
413
413
  IngressFilterRules?: TrafficMirrorFilterRule[];
414
414
  EgressFilterRules?: TrafficMirrorFilterRule[];
415
- NetworkServices?: (TrafficMirrorNetworkService | string)[];
415
+ NetworkServices?: TrafficMirrorNetworkService[];
416
416
  Description?: string;
417
417
  Tags?: Tag[];
418
418
  }
@@ -426,9 +426,9 @@ export interface TrafficMirrorPortRangeRequest {
426
426
  }
427
427
  export interface CreateTrafficMirrorFilterRuleRequest {
428
428
  TrafficMirrorFilterId: string | undefined;
429
- TrafficDirection: TrafficDirection | string | undefined;
429
+ TrafficDirection: TrafficDirection | undefined;
430
430
  RuleNumber: number | undefined;
431
- RuleAction: TrafficMirrorRuleAction | string | undefined;
431
+ RuleAction: TrafficMirrorRuleAction | undefined;
432
432
  DestinationPortRange?: TrafficMirrorPortRangeRequest;
433
433
  SourcePortRange?: TrafficMirrorPortRangeRequest;
434
434
  Protocol?: number;
@@ -490,7 +490,7 @@ export interface TrafficMirrorTarget {
490
490
  TrafficMirrorTargetId?: string;
491
491
  NetworkInterfaceId?: string;
492
492
  NetworkLoadBalancerArn?: string;
493
- Type?: TrafficMirrorTargetType | string;
493
+ Type?: TrafficMirrorTargetType;
494
494
  Description?: string;
495
495
  OwnerId?: string;
496
496
  Tags?: Tag[];
@@ -532,12 +532,12 @@ export type VpnEcmpSupportValue =
532
532
  (typeof VpnEcmpSupportValue)[keyof typeof VpnEcmpSupportValue];
533
533
  export interface TransitGatewayRequestOptions {
534
534
  AmazonSideAsn?: number;
535
- AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
536
- DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
537
- DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
538
- VpnEcmpSupport?: VpnEcmpSupportValue | string;
539
- DnsSupport?: DnsSupportValue | string;
540
- MulticastSupport?: MulticastSupportValue | string;
535
+ AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue;
536
+ DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue;
537
+ DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue;
538
+ VpnEcmpSupport?: VpnEcmpSupportValue;
539
+ DnsSupport?: DnsSupportValue;
540
+ MulticastSupport?: MulticastSupportValue;
541
541
  TransitGatewayCidrBlocks?: string[];
542
542
  }
543
543
  export interface CreateTransitGatewayRequest {
@@ -549,14 +549,14 @@ export interface CreateTransitGatewayRequest {
549
549
  export interface TransitGatewayOptions {
550
550
  AmazonSideAsn?: number;
551
551
  TransitGatewayCidrBlocks?: string[];
552
- AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
553
- DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
552
+ AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue;
553
+ DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue;
554
554
  AssociationDefaultRouteTableId?: string;
555
- DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
555
+ DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue;
556
556
  PropagationDefaultRouteTableId?: string;
557
- VpnEcmpSupport?: VpnEcmpSupportValue | string;
558
- DnsSupport?: DnsSupportValue | string;
559
- MulticastSupport?: MulticastSupportValue | string;
557
+ VpnEcmpSupport?: VpnEcmpSupportValue;
558
+ DnsSupport?: DnsSupportValue;
559
+ MulticastSupport?: MulticastSupportValue;
560
560
  }
561
561
  export declare const TransitGatewayState: {
562
562
  readonly available: "available";
@@ -570,7 +570,7 @@ export type TransitGatewayState =
570
570
  export interface TransitGateway {
571
571
  TransitGatewayId?: string;
572
572
  TransitGatewayArn?: string;
573
- State?: TransitGatewayState | string;
573
+ State?: TransitGatewayState;
574
574
  OwnerId?: string;
575
575
  Description?: string;
576
576
  CreationTime?: Date;
@@ -585,7 +585,7 @@ export declare const ProtocolValue: {
585
585
  };
586
586
  export type ProtocolValue = (typeof ProtocolValue)[keyof typeof ProtocolValue];
587
587
  export interface CreateTransitGatewayConnectRequestOptions {
588
- Protocol: ProtocolValue | string | undefined;
588
+ Protocol: ProtocolValue | undefined;
589
589
  }
590
590
  export interface CreateTransitGatewayConnectRequest {
591
591
  TransportTransitGatewayAttachmentId: string | undefined;
@@ -594,13 +594,13 @@ export interface CreateTransitGatewayConnectRequest {
594
594
  DryRun?: boolean;
595
595
  }
596
596
  export interface TransitGatewayConnectOptions {
597
- Protocol?: ProtocolValue | string;
597
+ Protocol?: ProtocolValue;
598
598
  }
599
599
  export interface TransitGatewayConnect {
600
600
  TransitGatewayAttachmentId?: string;
601
601
  TransportTransitGatewayAttachmentId?: string;
602
602
  TransitGatewayId?: string;
603
- State?: TransitGatewayAttachmentState | string;
603
+ State?: TransitGatewayAttachmentState;
604
604
  CreationTime?: Date;
605
605
  Options?: TransitGatewayConnectOptions;
606
606
  Tags?: Tag[];
@@ -630,13 +630,13 @@ export interface TransitGatewayAttachmentBgpConfiguration {
630
630
  PeerAsn?: number;
631
631
  TransitGatewayAddress?: string;
632
632
  PeerAddress?: string;
633
- BgpStatus?: BgpStatus | string;
633
+ BgpStatus?: BgpStatus;
634
634
  }
635
635
  export interface TransitGatewayConnectPeerConfiguration {
636
636
  TransitGatewayAddress?: string;
637
637
  PeerAddress?: string;
638
638
  InsideCidrBlocks?: string[];
639
- Protocol?: ProtocolValue | string;
639
+ Protocol?: ProtocolValue;
640
640
  BgpConfigurations?: TransitGatewayAttachmentBgpConfiguration[];
641
641
  }
642
642
  export declare const TransitGatewayConnectPeerState: {
@@ -650,7 +650,7 @@ export type TransitGatewayConnectPeerState =
650
650
  export interface TransitGatewayConnectPeer {
651
651
  TransitGatewayAttachmentId?: string;
652
652
  TransitGatewayConnectPeerId?: string;
653
- State?: TransitGatewayConnectPeerState | string;
653
+ State?: TransitGatewayConnectPeerState;
654
654
  CreationTime?: Date;
655
655
  ConnectPeerConfiguration?: TransitGatewayConnectPeerConfiguration;
656
656
  Tags?: Tag[];
@@ -677,9 +677,9 @@ export declare const StaticSourcesSupportValue: {
677
677
  export type StaticSourcesSupportValue =
678
678
  (typeof StaticSourcesSupportValue)[keyof typeof StaticSourcesSupportValue];
679
679
  export interface CreateTransitGatewayMulticastDomainRequestOptions {
680
- Igmpv2Support?: Igmpv2SupportValue | string;
681
- StaticSourcesSupport?: StaticSourcesSupportValue | string;
682
- AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
680
+ Igmpv2Support?: Igmpv2SupportValue;
681
+ StaticSourcesSupport?: StaticSourcesSupportValue;
682
+ AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue;
683
683
  }
684
684
  export interface CreateTransitGatewayMulticastDomainRequest {
685
685
  TransitGatewayId: string | undefined;
@@ -688,9 +688,9 @@ export interface CreateTransitGatewayMulticastDomainRequest {
688
688
  DryRun?: boolean;
689
689
  }
690
690
  export interface TransitGatewayMulticastDomainOptions {
691
- Igmpv2Support?: Igmpv2SupportValue | string;
692
- StaticSourcesSupport?: StaticSourcesSupportValue | string;
693
- AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
691
+ Igmpv2Support?: Igmpv2SupportValue;
692
+ StaticSourcesSupport?: StaticSourcesSupportValue;
693
+ AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue;
694
694
  }
695
695
  export declare const TransitGatewayMulticastDomainState: {
696
696
  readonly available: "available";
@@ -706,7 +706,7 @@ export interface TransitGatewayMulticastDomain {
706
706
  TransitGatewayMulticastDomainArn?: string;
707
707
  OwnerId?: string;
708
708
  Options?: TransitGatewayMulticastDomainOptions;
709
- State?: TransitGatewayMulticastDomainState | string;
709
+ State?: TransitGatewayMulticastDomainState;
710
710
  CreationTime?: Date;
711
711
  Tags?: Tag[];
712
712
  }
@@ -714,7 +714,7 @@ export interface CreateTransitGatewayMulticastDomainResult {
714
714
  TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
715
715
  }
716
716
  export interface CreateTransitGatewayPeeringAttachmentRequestOptions {
717
- DynamicRouting?: DynamicRoutingValue | string;
717
+ DynamicRouting?: DynamicRoutingValue;
718
718
  }
719
719
  export interface CreateTransitGatewayPeeringAttachmentRequest {
720
720
  TransitGatewayId: string | undefined;
@@ -744,7 +744,7 @@ export type TransitGatewayPolicyTableState =
744
744
  export interface TransitGatewayPolicyTable {
745
745
  TransitGatewayPolicyTableId?: string;
746
746
  TransitGatewayId?: string;
747
- State?: TransitGatewayPolicyTableState | string;
747
+ State?: TransitGatewayPolicyTableState;
748
748
  CreationTime?: Date;
749
749
  Tags?: Tag[];
750
750
  }
@@ -768,14 +768,14 @@ export type TransitGatewayPrefixListReferenceState =
768
768
  (typeof TransitGatewayPrefixListReferenceState)[keyof typeof TransitGatewayPrefixListReferenceState];
769
769
  export interface TransitGatewayPrefixListAttachment {
770
770
  TransitGatewayAttachmentId?: string;
771
- ResourceType?: TransitGatewayAttachmentResourceType | string;
771
+ ResourceType?: TransitGatewayAttachmentResourceType;
772
772
  ResourceId?: string;
773
773
  }
774
774
  export interface TransitGatewayPrefixListReference {
775
775
  TransitGatewayRouteTableId?: string;
776
776
  PrefixListId?: string;
777
777
  PrefixListOwnerId?: string;
778
- State?: TransitGatewayPrefixListReferenceState | string;
778
+ State?: TransitGatewayPrefixListReferenceState;
779
779
  Blackhole?: boolean;
780
780
  TransitGatewayAttachment?: TransitGatewayPrefixListAttachment;
781
781
  }
@@ -801,7 +801,7 @@ export type TransitGatewayRouteState =
801
801
  export interface TransitGatewayRouteAttachment {
802
802
  ResourceId?: string;
803
803
  TransitGatewayAttachmentId?: string;
804
- ResourceType?: TransitGatewayAttachmentResourceType | string;
804
+ ResourceType?: TransitGatewayAttachmentResourceType;
805
805
  }
806
806
  export declare const TransitGatewayRouteType: {
807
807
  readonly propagated: "propagated";
@@ -814,8 +814,8 @@ export interface TransitGatewayRoute {
814
814
  PrefixListId?: string;
815
815
  TransitGatewayRouteTableAnnouncementId?: string;
816
816
  TransitGatewayAttachments?: TransitGatewayRouteAttachment[];
817
- Type?: TransitGatewayRouteType | string;
818
- State?: TransitGatewayRouteState | string;
817
+ Type?: TransitGatewayRouteType;
818
+ State?: TransitGatewayRouteState;
819
819
  }
820
820
  export interface CreateTransitGatewayRouteResult {
821
821
  Route?: TransitGatewayRoute;
@@ -836,7 +836,7 @@ export type TransitGatewayRouteTableState =
836
836
  export interface TransitGatewayRouteTable {
837
837
  TransitGatewayRouteTableId?: string;
838
838
  TransitGatewayId?: string;
839
- State?: TransitGatewayRouteTableState | string;
839
+ State?: TransitGatewayRouteTableState;
840
840
  DefaultAssociationRouteTable?: boolean;
841
841
  DefaultPropagationRouteTable?: boolean;
842
842
  CreationTime?: Date;
@@ -874,11 +874,9 @@ export interface TransitGatewayRouteTableAnnouncement {
874
874
  PeerTransitGatewayId?: string;
875
875
  PeerCoreNetworkId?: string;
876
876
  PeeringAttachmentId?: string;
877
- AnnouncementDirection?:
878
- | TransitGatewayRouteTableAnnouncementDirection
879
- | string;
877
+ AnnouncementDirection?: TransitGatewayRouteTableAnnouncementDirection;
880
878
  TransitGatewayRouteTableId?: string;
881
- State?: TransitGatewayRouteTableAnnouncementState | string;
879
+ State?: TransitGatewayRouteTableAnnouncementState;
882
880
  CreationTime?: Date;
883
881
  Tags?: Tag[];
884
882
  }
@@ -886,9 +884,9 @@ export interface CreateTransitGatewayRouteTableAnnouncementResult {
886
884
  TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement;
887
885
  }
888
886
  export interface CreateTransitGatewayVpcAttachmentRequestOptions {
889
- DnsSupport?: DnsSupportValue | string;
890
- Ipv6Support?: Ipv6SupportValue | string;
891
- ApplianceModeSupport?: ApplianceModeSupportValue | string;
887
+ DnsSupport?: DnsSupportValue;
888
+ Ipv6Support?: Ipv6SupportValue;
889
+ ApplianceModeSupport?: ApplianceModeSupportValue;
892
890
  }
893
891
  export interface CreateTransitGatewayVpcAttachmentRequest {
894
892
  TransitGatewayId: string | undefined;
@@ -919,14 +917,14 @@ export declare const VerifiedAccessEndpointProtocol: {
919
917
  export type VerifiedAccessEndpointProtocol =
920
918
  (typeof VerifiedAccessEndpointProtocol)[keyof typeof VerifiedAccessEndpointProtocol];
921
919
  export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
922
- Protocol?: VerifiedAccessEndpointProtocol | string;
920
+ Protocol?: VerifiedAccessEndpointProtocol;
923
921
  Port?: number;
924
922
  LoadBalancerArn?: string;
925
923
  SubnetIds?: string[];
926
924
  }
927
925
  export interface CreateVerifiedAccessEndpointEniOptions {
928
926
  NetworkInterfaceId?: string;
929
- Protocol?: VerifiedAccessEndpointProtocol | string;
927
+ Protocol?: VerifiedAccessEndpointProtocol;
930
928
  Port?: number;
931
929
  }
932
930
  export interface VerifiedAccessSseSpecificationRequest {
@@ -935,8 +933,8 @@ export interface VerifiedAccessSseSpecificationRequest {
935
933
  }
936
934
  export interface CreateVerifiedAccessEndpointRequest {
937
935
  VerifiedAccessGroupId: string | undefined;
938
- EndpointType: VerifiedAccessEndpointType | string | undefined;
939
- AttachmentType: VerifiedAccessEndpointAttachmentType | string | undefined;
936
+ EndpointType: VerifiedAccessEndpointType | undefined;
937
+ AttachmentType: VerifiedAccessEndpointAttachmentType | undefined;
940
938
  DomainCertificateArn: string | undefined;
941
939
  ApplicationDomain: string | undefined;
942
940
  EndpointDomainPrefix: string | undefined;
@@ -951,14 +949,14 @@ export interface CreateVerifiedAccessEndpointRequest {
951
949
  SseSpecification?: VerifiedAccessSseSpecificationRequest;
952
950
  }
953
951
  export interface VerifiedAccessEndpointLoadBalancerOptions {
954
- Protocol?: VerifiedAccessEndpointProtocol | string;
952
+ Protocol?: VerifiedAccessEndpointProtocol;
955
953
  Port?: number;
956
954
  LoadBalancerArn?: string;
957
955
  SubnetIds?: string[];
958
956
  }
959
957
  export interface VerifiedAccessEndpointEniOptions {
960
958
  NetworkInterfaceId?: string;
961
- Protocol?: VerifiedAccessEndpointProtocol | string;
959
+ Protocol?: VerifiedAccessEndpointProtocol;
962
960
  Port?: number;
963
961
  }
964
962
  export declare const VerifiedAccessEndpointStatusCode: {
@@ -971,7 +969,7 @@ export declare const VerifiedAccessEndpointStatusCode: {
971
969
  export type VerifiedAccessEndpointStatusCode =
972
970
  (typeof VerifiedAccessEndpointStatusCode)[keyof typeof VerifiedAccessEndpointStatusCode];
973
971
  export interface VerifiedAccessEndpointStatus {
974
- Code?: VerifiedAccessEndpointStatusCode | string;
972
+ Code?: VerifiedAccessEndpointStatusCode;
975
973
  Message?: string;
976
974
  }
977
975
  export interface VerifiedAccessEndpoint {
@@ -979,8 +977,8 @@ export interface VerifiedAccessEndpoint {
979
977
  VerifiedAccessGroupId?: string;
980
978
  VerifiedAccessEndpointId?: string;
981
979
  ApplicationDomain?: string;
982
- EndpointType?: VerifiedAccessEndpointType | string;
983
- AttachmentType?: VerifiedAccessEndpointAttachmentType | string;
980
+ EndpointType?: VerifiedAccessEndpointType;
981
+ AttachmentType?: VerifiedAccessEndpointAttachmentType;
984
982
  DomainCertificateArn?: string;
985
983
  EndpointDomain?: string;
986
984
  DeviceValidationDomain?: string;
@@ -1045,9 +1043,9 @@ export interface CreateVerifiedAccessTrustProviderOidcOptions {
1045
1043
  Scope?: string;
1046
1044
  }
1047
1045
  export interface CreateVerifiedAccessTrustProviderRequest {
1048
- TrustProviderType: TrustProviderType | string | undefined;
1049
- UserTrustProviderType?: UserTrustProviderType | string;
1050
- DeviceTrustProviderType?: DeviceTrustProviderType | string;
1046
+ TrustProviderType: TrustProviderType | undefined;
1047
+ UserTrustProviderType?: UserTrustProviderType;
1048
+ DeviceTrustProviderType?: DeviceTrustProviderType;
1051
1049
  OidcOptions?: CreateVerifiedAccessTrustProviderOidcOptions;
1052
1050
  DeviceOptions?: CreateVerifiedAccessTrustProviderDeviceOptions;
1053
1051
  PolicyReferenceName: string | undefined;
@@ -1068,7 +1066,7 @@ export interface CreateVolumeRequest {
1068
1066
  OutpostArn?: string;
1069
1067
  Size?: number;
1070
1068
  SnapshotId?: string;
1071
- VolumeType?: VolumeType | string;
1069
+ VolumeType?: VolumeType;
1072
1070
  DryRun?: boolean;
1073
1071
  TagSpecifications?: TagSpecification[];
1074
1072
  MultiAttachEnabled?: boolean;
@@ -1093,15 +1091,15 @@ export interface Volume {
1093
1091
  OutpostArn?: string;
1094
1092
  Size?: number;
1095
1093
  SnapshotId?: string;
1096
- State?: VolumeState | string;
1094
+ State?: VolumeState;
1097
1095
  VolumeId?: string;
1098
1096
  Iops?: number;
1099
1097
  Tags?: Tag[];
1100
- VolumeType?: VolumeType | string;
1098
+ VolumeType?: VolumeType;
1101
1099
  FastRestored?: boolean;
1102
1100
  MultiAttachEnabled?: boolean;
1103
1101
  Throughput?: number;
1104
- SseType?: SSEType | string;
1102
+ SseType?: SSEType;
1105
1103
  }
1106
1104
  export interface CreateVpcRequest {
1107
1105
  CidrBlock?: string;
@@ -1113,7 +1111,7 @@ export interface CreateVpcRequest {
1113
1111
  Ipv6IpamPoolId?: string;
1114
1112
  Ipv6NetmaskLength?: number;
1115
1113
  DryRun?: boolean;
1116
- InstanceTenancy?: Tenancy | string;
1114
+ InstanceTenancy?: Tenancy;
1117
1115
  Ipv6CidrBlockNetworkBorderGroup?: string;
1118
1116
  TagSpecifications?: TagSpecification[];
1119
1117
  }
@@ -1129,7 +1127,7 @@ export declare const DnsRecordIpType: {
1129
1127
  export type DnsRecordIpType =
1130
1128
  (typeof DnsRecordIpType)[keyof typeof DnsRecordIpType];
1131
1129
  export interface DnsOptionsSpecification {
1132
- DnsRecordIpType?: DnsRecordIpType | string;
1130
+ DnsRecordIpType?: DnsRecordIpType;
1133
1131
  PrivateDnsOnlyForInboundResolverEndpoint?: boolean;
1134
1132
  }
1135
1133
  export declare const IpAddressType: {
@@ -1152,14 +1150,14 @@ export type VpcEndpointType =
1152
1150
  (typeof VpcEndpointType)[keyof typeof VpcEndpointType];
1153
1151
  export interface CreateVpcEndpointRequest {
1154
1152
  DryRun?: boolean;
1155
- VpcEndpointType?: VpcEndpointType | string;
1153
+ VpcEndpointType?: VpcEndpointType;
1156
1154
  VpcId: string | undefined;
1157
1155
  ServiceName: string | undefined;
1158
1156
  PolicyDocument?: string;
1159
1157
  RouteTableIds?: string[];
1160
1158
  SubnetIds?: string[];
1161
1159
  SecurityGroupIds?: string[];
1162
- IpAddressType?: IpAddressType | string;
1160
+ IpAddressType?: IpAddressType;
1163
1161
  DnsOptions?: DnsOptionsSpecification;
1164
1162
  ClientToken?: string;
1165
1163
  PrivateDnsEnabled?: boolean;
@@ -1171,7 +1169,7 @@ export interface DnsEntry {
1171
1169
  HostedZoneId?: string;
1172
1170
  }
1173
1171
  export interface DnsOptions {
1174
- DnsRecordIpType?: DnsRecordIpType | string;
1172
+ DnsRecordIpType?: DnsRecordIpType;
1175
1173
  PrivateDnsOnlyForInboundResolverEndpoint?: boolean;
1176
1174
  }
1177
1175
  export interface SecurityGroupIdentifier {
@@ -1195,15 +1193,15 @@ export declare const State: {
1195
1193
  export type State = (typeof State)[keyof typeof State];
1196
1194
  export interface VpcEndpoint {
1197
1195
  VpcEndpointId?: string;
1198
- VpcEndpointType?: VpcEndpointType | string;
1196
+ VpcEndpointType?: VpcEndpointType;
1199
1197
  VpcId?: string;
1200
1198
  ServiceName?: string;
1201
- State?: State | string;
1199
+ State?: State;
1202
1200
  PolicyDocument?: string;
1203
1201
  RouteTableIds?: string[];
1204
1202
  SubnetIds?: string[];
1205
1203
  Groups?: SecurityGroupIdentifier[];
1206
- IpAddressType?: IpAddressType | string;
1204
+ IpAddressType?: IpAddressType;
1207
1205
  DnsOptions?: DnsOptions;
1208
1206
  PrivateDnsEnabled?: boolean;
1209
1207
  RequesterManaged?: boolean;
@@ -1241,10 +1239,10 @@ export interface ConnectionNotification {
1241
1239
  ConnectionNotificationId?: string;
1242
1240
  ServiceId?: string;
1243
1241
  VpcEndpointId?: string;
1244
- ConnectionNotificationType?: ConnectionNotificationType | string;
1242
+ ConnectionNotificationType?: ConnectionNotificationType;
1245
1243
  ConnectionNotificationArn?: string;
1246
1244
  ConnectionEvents?: string[];
1247
- ConnectionNotificationState?: ConnectionNotificationState | string;
1245
+ ConnectionNotificationState?: ConnectionNotificationState;
1248
1246
  }
1249
1247
  export interface CreateVpcEndpointConnectionNotificationResult {
1250
1248
  ConnectionNotification?: ConnectionNotification;
@@ -1272,7 +1270,7 @@ export declare const DnsNameState: {
1272
1270
  };
1273
1271
  export type DnsNameState = (typeof DnsNameState)[keyof typeof DnsNameState];
1274
1272
  export interface PrivateDnsNameConfiguration {
1275
- State?: DnsNameState | string;
1273
+ State?: DnsNameState;
1276
1274
  Type?: string;
1277
1275
  Value?: string;
1278
1276
  Name?: string;
@@ -1292,7 +1290,7 @@ export declare const ServiceType: {
1292
1290
  };
1293
1291
  export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
1294
1292
  export interface ServiceTypeDetail {
1295
- ServiceType?: ServiceType | string;
1293
+ ServiceType?: ServiceType;
1296
1294
  }
1297
1295
  export declare const ServiceConnectivityType: {
1298
1296
  readonly ipv4: "ipv4";
@@ -1304,17 +1302,17 @@ export interface ServiceConfiguration {
1304
1302
  ServiceType?: ServiceTypeDetail[];
1305
1303
  ServiceId?: string;
1306
1304
  ServiceName?: string;
1307
- ServiceState?: ServiceState | string;
1305
+ ServiceState?: ServiceState;
1308
1306
  AvailabilityZones?: string[];
1309
1307
  AcceptanceRequired?: boolean;
1310
1308
  ManagesVpcEndpoints?: boolean;
1311
1309
  NetworkLoadBalancerArns?: string[];
1312
1310
  GatewayLoadBalancerArns?: string[];
1313
- SupportedIpAddressTypes?: (ServiceConnectivityType | string)[];
1311
+ SupportedIpAddressTypes?: ServiceConnectivityType[];
1314
1312
  BaseEndpointDnsNames?: string[];
1315
1313
  PrivateDnsName?: string;
1316
1314
  PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration;
1317
- PayerResponsibility?: PayerResponsibility | string;
1315
+ PayerResponsibility?: PayerResponsibility;
1318
1316
  Tags?: Tag[];
1319
1317
  }
1320
1318
  export interface CreateVpcEndpointServiceConfigurationResult {
@@ -1392,7 +1390,7 @@ export interface VpnTunnelOptionsSpecification {
1392
1390
  export interface VpnConnectionOptionsSpecification {
1393
1391
  EnableAcceleration?: boolean;
1394
1392
  StaticRoutesOnly?: boolean;
1395
- TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
1393
+ TunnelInsideIpVersion?: TunnelInsideIpVersion;
1396
1394
  TunnelOptions?: VpnTunnelOptionsSpecification[];
1397
1395
  LocalIpv4NetworkCidr?: string;
1398
1396
  RemoteIpv4NetworkCidr?: string;
@@ -1479,7 +1477,7 @@ export interface VpnConnectionOptions {
1479
1477
  RemoteIpv6NetworkCidr?: string;
1480
1478
  OutsideIpAddressType?: string;
1481
1479
  TransportTransitGatewayAttachmentId?: string;
1482
- TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
1480
+ TunnelInsideIpVersion?: TunnelInsideIpVersion;
1483
1481
  TunnelOptions?: TunnelOption[];
1484
1482
  }
1485
1483
  export declare const VpnStaticRouteSource: {
@@ -1496,8 +1494,8 @@ export declare const VpnState: {
1496
1494
  export type VpnState = (typeof VpnState)[keyof typeof VpnState];
1497
1495
  export interface VpnStaticRoute {
1498
1496
  DestinationCidrBlock?: string;
1499
- Source?: VpnStaticRouteSource | string;
1500
- State?: VpnState | string;
1497
+ Source?: VpnStaticRouteSource;
1498
+ State?: VpnState;
1501
1499
  }
1502
1500
  export declare const TelemetryStatus: {
1503
1501
  readonly DOWN: "DOWN";
@@ -1509,7 +1507,7 @@ export interface VgwTelemetry {
1509
1507
  AcceptedRouteCount?: number;
1510
1508
  LastStatusChange?: Date;
1511
1509
  OutsideIpAddress?: string;
1512
- Status?: TelemetryStatus | string;
1510
+ Status?: TelemetryStatus;
1513
1511
  StatusMessage?: string;
1514
1512
  CertificateArn?: string;
1515
1513
  }
@@ -1517,14 +1515,14 @@ export interface VpnConnection {
1517
1515
  CustomerGatewayConfiguration?: string;
1518
1516
  CustomerGatewayId?: string;
1519
1517
  Category?: string;
1520
- State?: VpnState | string;
1521
- Type?: GatewayType | string;
1518
+ State?: VpnState;
1519
+ Type?: GatewayType;
1522
1520
  VpnConnectionId?: string;
1523
1521
  VpnGatewayId?: string;
1524
1522
  TransitGatewayId?: string;
1525
1523
  CoreNetworkArn?: string;
1526
1524
  CoreNetworkAttachmentArn?: string;
1527
- GatewayAssociationState?: GatewayAssociationState | string;
1525
+ GatewayAssociationState?: GatewayAssociationState;
1528
1526
  Options?: VpnConnectionOptions;
1529
1527
  Routes?: VpnStaticRoute[];
1530
1528
  Tags?: Tag[];
@@ -1539,15 +1537,15 @@ export interface CreateVpnConnectionRouteRequest {
1539
1537
  }
1540
1538
  export interface CreateVpnGatewayRequest {
1541
1539
  AvailabilityZone?: string;
1542
- Type: GatewayType | string | undefined;
1540
+ Type: GatewayType | undefined;
1543
1541
  TagSpecifications?: TagSpecification[];
1544
1542
  AmazonSideAsn?: number;
1545
1543
  DryRun?: boolean;
1546
1544
  }
1547
1545
  export interface VpnGateway {
1548
1546
  AvailabilityZone?: string;
1549
- State?: VpnState | string;
1550
- Type?: GatewayType | string;
1547
+ State?: VpnState;
1548
+ Type?: GatewayType;
1551
1549
  VpcAttachments?: VpcAttachment[];
1552
1550
  VpnGatewayId?: string;
1553
1551
  AmazonSideAsn?: number;
@@ -1626,8 +1624,8 @@ export declare const FleetStateCode: {
1626
1624
  export type FleetStateCode =
1627
1625
  (typeof FleetStateCode)[keyof typeof FleetStateCode];
1628
1626
  export interface DeleteFleetSuccessItem {
1629
- CurrentFleetState?: FleetStateCode | string;
1630
- PreviousFleetState?: FleetStateCode | string;
1627
+ CurrentFleetState?: FleetStateCode;
1628
+ PreviousFleetState?: FleetStateCode;
1631
1629
  FleetId?: string;
1632
1630
  }
1633
1631
  export declare const DeleteFleetErrorCode: {
@@ -1639,7 +1637,7 @@ export declare const DeleteFleetErrorCode: {
1639
1637
  export type DeleteFleetErrorCode =
1640
1638
  (typeof DeleteFleetErrorCode)[keyof typeof DeleteFleetErrorCode];
1641
1639
  export interface DeleteFleetError {
1642
- Code?: DeleteFleetErrorCode | string;
1640
+ Code?: DeleteFleetErrorCode;
1643
1641
  Message?: string;
1644
1642
  }
1645
1643
  export interface DeleteFleetErrorItem {
@@ -1678,7 +1676,7 @@ export interface DeleteInstanceEventWindowRequest {
1678
1676
  }
1679
1677
  export interface InstanceEventWindowStateChange {
1680
1678
  InstanceEventWindowId?: string;
1681
- State?: InstanceEventWindowState | string;
1679
+ State?: InstanceEventWindowState;
1682
1680
  }
1683
1681
  export interface DeleteInstanceEventWindowResult {
1684
1682
  InstanceEventWindowState?: InstanceEventWindowStateChange;
@@ -1755,7 +1753,7 @@ export declare const LaunchTemplateErrorCode: {
1755
1753
  export type LaunchTemplateErrorCode =
1756
1754
  (typeof LaunchTemplateErrorCode)[keyof typeof LaunchTemplateErrorCode];
1757
1755
  export interface ResponseError {
1758
- Code?: LaunchTemplateErrorCode | string;
1756
+ Code?: LaunchTemplateErrorCode;
1759
1757
  Message?: string;
1760
1758
  }
1761
1759
  export interface DeleteLaunchTemplateVersionsResponseErrorItem {