@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.
@@ -110,7 +110,7 @@ export interface VerifiedAccessLogDeliveryStatus {
110
110
  * @public
111
111
  * <p>The status code.</p>
112
112
  */
113
- Code?: VerifiedAccessLogDeliveryStatusCode | string;
113
+ Code?: VerifiedAccessLogDeliveryStatusCode;
114
114
  /**
115
115
  * @public
116
116
  * <p>The status message.</p>
@@ -372,7 +372,7 @@ export interface DescribeVolumeAttributeRequest {
372
372
  * @public
373
373
  * <p>The attribute of the volume. This parameter is required.</p>
374
374
  */
375
- Attribute: VolumeAttributeName | string | undefined;
375
+ Attribute: VolumeAttributeName | undefined;
376
376
  /**
377
377
  * @public
378
378
  * <p>The ID of the volume.</p>
@@ -655,7 +655,7 @@ export interface VolumeModification {
655
655
  * <p>The current modification state. The modification state is null for unmodified
656
656
  * volumes.</p>
657
657
  */
658
- ModificationState?: VolumeModificationState | string;
658
+ ModificationState?: VolumeModificationState;
659
659
  /**
660
660
  * @public
661
661
  * <p>A status message about the modification progress or failure.</p>
@@ -675,7 +675,7 @@ export interface VolumeModification {
675
675
  * @public
676
676
  * <p>The target EBS volume type of the volume.</p>
677
677
  */
678
- TargetVolumeType?: VolumeType | string;
678
+ TargetVolumeType?: VolumeType;
679
679
  /**
680
680
  * @public
681
681
  * <p>The target throughput of the volume, in MiB/s.</p>
@@ -700,7 +700,7 @@ export interface VolumeModification {
700
700
  * @public
701
701
  * <p>The original EBS volume type of the volume.</p>
702
702
  */
703
- OriginalVolumeType?: VolumeType | string;
703
+ OriginalVolumeType?: VolumeType;
704
704
  /**
705
705
  * @public
706
706
  * <p>The original throughput of the volume, in MiB/s.</p>
@@ -941,7 +941,7 @@ export interface VolumeStatusDetails {
941
941
  * @public
942
942
  * <p>The name of the volume status.</p>
943
943
  */
944
- Name?: VolumeStatusName | string;
944
+ Name?: VolumeStatusName;
945
945
  /**
946
946
  * @public
947
947
  * <p>The intended status of the volume status.</p>
@@ -975,7 +975,7 @@ export interface VolumeStatusInfo {
975
975
  * @public
976
976
  * <p>The status of the volume.</p>
977
977
  */
978
- Status?: VolumeStatusInfoStatus | string;
978
+ Status?: VolumeStatusInfoStatus;
979
979
  }
980
980
  /**
981
981
  * @public
@@ -1055,7 +1055,7 @@ export interface DescribeVpcAttributeRequest {
1055
1055
  * @public
1056
1056
  * <p>The VPC attribute.</p>
1057
1057
  */
1058
- Attribute: VpcAttributeName | string | undefined;
1058
+ Attribute: VpcAttributeName | undefined;
1059
1059
  /**
1060
1060
  * @public
1061
1061
  * <p>The ID of the VPC.</p>
@@ -1387,7 +1387,7 @@ export interface VpcEndpointConnection {
1387
1387
  * @public
1388
1388
  * <p>The state of the VPC endpoint.</p>
1389
1389
  */
1390
- VpcEndpointState?: State | string;
1390
+ VpcEndpointState?: State;
1391
1391
  /**
1392
1392
  * @public
1393
1393
  * <p>The date and time that the VPC endpoint was created.</p>
@@ -1412,7 +1412,7 @@ export interface VpcEndpointConnection {
1412
1412
  * @public
1413
1413
  * <p>The IP address type for the endpoint.</p>
1414
1414
  */
1415
- IpAddressType?: IpAddressType | string;
1415
+ IpAddressType?: IpAddressType;
1416
1416
  /**
1417
1417
  * @public
1418
1418
  * <p>The ID of the VPC endpoint connection.</p>
@@ -1803,7 +1803,7 @@ export interface ServiceDetail {
1803
1803
  * @public
1804
1804
  * <p>The payer responsibility.</p>
1805
1805
  */
1806
- PayerResponsibility?: PayerResponsibility | string;
1806
+ PayerResponsibility?: PayerResponsibility;
1807
1807
  /**
1808
1808
  * @public
1809
1809
  * <p>The tags assigned to the service.</p>
@@ -1814,12 +1814,12 @@ export interface ServiceDetail {
1814
1814
  * <p>The verification state of the VPC endpoint service.</p>
1815
1815
  * <p>Consumers of the endpoint service cannot use the private name when the state is not <code>verified</code>.</p>
1816
1816
  */
1817
- PrivateDnsNameVerificationState?: DnsNameState | string;
1817
+ PrivateDnsNameVerificationState?: DnsNameState;
1818
1818
  /**
1819
1819
  * @public
1820
1820
  * <p>The supported IP address types.</p>
1821
1821
  */
1822
- SupportedIpAddressTypes?: (ServiceConnectivityType | string)[];
1822
+ SupportedIpAddressTypes?: ServiceConnectivityType[];
1823
1823
  }
1824
1824
  /**
1825
1825
  * @public
@@ -2497,12 +2497,12 @@ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
2497
2497
  * @public
2498
2498
  * <p>The metric used for the disabled subscription.</p>
2499
2499
  */
2500
- Metric?: MetricType | string;
2500
+ Metric?: MetricType;
2501
2501
  /**
2502
2502
  * @public
2503
2503
  * <p>The statistic used for the disabled subscription. </p>
2504
2504
  */
2505
- Statistic?: StatisticType | string;
2505
+ Statistic?: StatisticType;
2506
2506
  /**
2507
2507
  * @public
2508
2508
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -2580,7 +2580,7 @@ export interface DisableFastLaunchResult {
2580
2580
  * <p>The pre-provisioning resource type that must be cleaned after turning off faster launching
2581
2581
  * for the Windows AMI. Supported values include: <code>snapshot</code>.</p>
2582
2582
  */
2583
- ResourceType?: FastLaunchResourceType | string;
2583
+ ResourceType?: FastLaunchResourceType;
2584
2584
  /**
2585
2585
  * @public
2586
2586
  * <p>Parameters that were used for faster launching for the Windows AMI before
@@ -2607,7 +2607,7 @@ export interface DisableFastLaunchResult {
2607
2607
  * @public
2608
2608
  * <p>The current state of faster launching for the specified Windows AMI.</p>
2609
2609
  */
2610
- State?: FastLaunchStateCode | string;
2610
+ State?: FastLaunchStateCode;
2611
2611
  /**
2612
2612
  * @public
2613
2613
  * <p>The reason that the state changed for faster launching for the Windows AMI.</p>
@@ -2660,7 +2660,7 @@ export interface DisableFastSnapshotRestoreSuccessItem {
2660
2660
  * @public
2661
2661
  * <p>The state of fast snapshot restores for the snapshot.</p>
2662
2662
  */
2663
- State?: FastSnapshotRestoreStateCode | string;
2663
+ State?: FastSnapshotRestoreStateCode;
2664
2664
  /**
2665
2665
  * @public
2666
2666
  * <p>The reason for the state transition. The possible values are as follows:</p>
@@ -2836,7 +2836,7 @@ export interface DisableImageBlockPublicAccessResult {
2836
2836
  * <p>Returns <code>unblocked</code> if the request succeeds; otherwise, it returns an
2837
2837
  * error.</p>
2838
2838
  */
2839
- ImageBlockPublicAccessState?: ImageBlockPublicAccessDisabledState | string;
2839
+ ImageBlockPublicAccessState?: ImageBlockPublicAccessDisabledState;
2840
2840
  }
2841
2841
  /**
2842
2842
  * @public
@@ -2974,7 +2974,7 @@ export interface TransitGatewayPropagation {
2974
2974
  * @public
2975
2975
  * <p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
2976
2976
  */
2977
- ResourceType?: TransitGatewayAttachmentResourceType | string;
2977
+ ResourceType?: TransitGatewayAttachmentResourceType;
2978
2978
  /**
2979
2979
  * @public
2980
2980
  * <p>The ID of the transit gateway route table.</p>
@@ -2984,7 +2984,7 @@ export interface TransitGatewayPropagation {
2984
2984
  * @public
2985
2985
  * <p>The state.</p>
2986
2986
  */
2987
- State?: TransitGatewayPropagationState | string;
2987
+ State?: TransitGatewayPropagationState;
2988
2988
  /**
2989
2989
  * @public
2990
2990
  * <p>The ID of the transit gateway route table announcement.</p>
@@ -3566,12 +3566,12 @@ export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
3566
3566
  * @public
3567
3567
  * <p>The metric used for the enabled subscription.</p>
3568
3568
  */
3569
- Metric?: MetricType | string;
3569
+ Metric?: MetricType;
3570
3570
  /**
3571
3571
  * @public
3572
3572
  * <p>The statistic used for the enabled subscription.</p>
3573
3573
  */
3574
- Statistic?: StatisticType | string;
3574
+ Statistic?: StatisticType;
3575
3575
  /**
3576
3576
  * @public
3577
3577
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -3705,7 +3705,7 @@ export interface EnableFastLaunchResult {
3705
3705
  * @public
3706
3706
  * <p>The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.</p>
3707
3707
  */
3708
- ResourceType?: FastLaunchResourceType | string;
3708
+ ResourceType?: FastLaunchResourceType;
3709
3709
  /**
3710
3710
  * @public
3711
3711
  * <p>Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster
@@ -3733,7 +3733,7 @@ export interface EnableFastLaunchResult {
3733
3733
  * @public
3734
3734
  * <p>The current state of faster launching for the specified Windows AMI.</p>
3735
3735
  */
3736
- State?: FastLaunchStateCode | string;
3736
+ State?: FastLaunchStateCode;
3737
3737
  /**
3738
3738
  * @public
3739
3739
  * <p>The reason that the state changed for faster launching for the Windows AMI.</p>
@@ -3787,7 +3787,7 @@ export interface EnableFastSnapshotRestoreSuccessItem {
3787
3787
  * @public
3788
3788
  * <p>The state of fast snapshot restores.</p>
3789
3789
  */
3790
- State?: FastSnapshotRestoreStateCode | string;
3790
+ State?: FastSnapshotRestoreStateCode;
3791
3791
  /**
3792
3792
  * @public
3793
3793
  * <p>The reason for the state transition. The possible values are as follows:</p>
@@ -3952,7 +3952,7 @@ export interface EnableImageBlockPublicAccessRequest {
3952
3952
  * account level in the specified Region. This will block any attempt to publicly share your AMIs
3953
3953
  * in the specified Region.</p>
3954
3954
  */
3955
- ImageBlockPublicAccessState: ImageBlockPublicAccessEnabledState | string | undefined;
3955
+ ImageBlockPublicAccessState: ImageBlockPublicAccessEnabledState | undefined;
3956
3956
  /**
3957
3957
  * @public
3958
3958
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -3970,7 +3970,7 @@ export interface EnableImageBlockPublicAccessResult {
3970
3970
  * <p>Returns <code>block-new-sharing</code> if the request succeeds; otherwise, it returns an
3971
3971
  * error.</p>
3972
3972
  */
3973
- ImageBlockPublicAccessState?: ImageBlockPublicAccessEnabledState | string;
3973
+ ImageBlockPublicAccessState?: ImageBlockPublicAccessEnabledState;
3974
3974
  }
3975
3975
  /**
3976
3976
  * @public
@@ -4244,7 +4244,7 @@ export interface ClientCertificateRevocationListStatus {
4244
4244
  * @public
4245
4245
  * <p>The state of the client certificate revocation list.</p>
4246
4246
  */
4247
- Code?: ClientCertificateRevocationListStatusCode | string;
4247
+ Code?: ClientCertificateRevocationListStatusCode;
4248
4248
  /**
4249
4249
  * @public
4250
4250
  * <p>A message about the status of the client certificate revocation list, if applicable.</p>
@@ -4325,7 +4325,7 @@ export interface ExportImageRequest {
4325
4325
  * @public
4326
4326
  * <p>The disk image format.</p>
4327
4327
  */
4328
- DiskImageFormat: DiskImageFormat | string | undefined;
4328
+ DiskImageFormat: DiskImageFormat | undefined;
4329
4329
  /**
4330
4330
  * @public
4331
4331
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -4368,7 +4368,7 @@ export interface ExportImageResult {
4368
4368
  * @public
4369
4369
  * <p>The disk image format for the exported image.</p>
4370
4370
  */
4371
- DiskImageFormat?: DiskImageFormat | string;
4371
+ DiskImageFormat?: DiskImageFormat;
4372
4372
  /**
4373
4373
  * @public
4374
4374
  * <p>The ID of the export image task.</p>
@@ -4626,17 +4626,17 @@ export interface DataQuery {
4626
4626
  * @public
4627
4627
  * <p>The metric, <code>aggregation-latency</code>, indicating that network latency is aggregated for the query. This is the only supported metric.</p>
4628
4628
  */
4629
- Metric?: MetricType | string;
4629
+ Metric?: MetricType;
4630
4630
  /**
4631
4631
  * @public
4632
4632
  * <p>The metric data aggregation period, <code>p50</code>, between the specified <code>startDate</code> and <code>endDate</code>. For example, a metric of <code>five_minutes</code> is the median of all the data points gathered within those five minutes. <code>p50</code> is the only supported metric.</p>
4633
4633
  */
4634
- Statistic?: StatisticType | string;
4634
+ Statistic?: StatisticType;
4635
4635
  /**
4636
4636
  * @public
4637
4637
  * <p>The aggregation period used for the data query.</p>
4638
4638
  */
4639
- Period?: PeriodType | string;
4639
+ Period?: PeriodType;
4640
4640
  }
4641
4641
  /**
4642
4642
  * @public
@@ -4724,17 +4724,17 @@ export interface DataResponse {
4724
4724
  * @public
4725
4725
  * <p>The metric used for the network performance request. Only <code>aggregate-latency</code> is supported, which shows network latency during a specified period. </p>
4726
4726
  */
4727
- Metric?: MetricType | string;
4727
+ Metric?: MetricType;
4728
4728
  /**
4729
4729
  * @public
4730
4730
  * <p>The statistic used for the network performance request.</p>
4731
4731
  */
4732
- Statistic?: StatisticType | string;
4732
+ Statistic?: StatisticType;
4733
4733
  /**
4734
4734
  * @public
4735
4735
  * <p>The period used for the network performance request.</p>
4736
4736
  */
4737
- Period?: PeriodType | string;
4737
+ Period?: PeriodType;
4738
4738
  /**
4739
4739
  * @public
4740
4740
  * <p>A list of <code>MetricPoint</code> objects.</p>
@@ -4858,7 +4858,7 @@ export interface GetCapacityReservationUsageResult {
4858
4858
  * </li>
4859
4859
  * </ul>
4860
4860
  */
4861
- State?: CapacityReservationState | string;
4861
+ State?: CapacityReservationState;
4862
4862
  /**
4863
4863
  * @public
4864
4864
  * <p>Information about the Capacity Reservation usage.</p>
@@ -5073,7 +5073,7 @@ export interface GetDefaultCreditSpecificationRequest {
5073
5073
  * @public
5074
5074
  * <p>The instance family.</p>
5075
5075
  */
5076
- InstanceFamily: UnlimitedSupportedInstanceFamily | string | undefined;
5076
+ InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
5077
5077
  }
5078
5078
  /**
5079
5079
  * @public
@@ -5085,7 +5085,7 @@ export interface InstanceFamilyCreditSpecification {
5085
5085
  * @public
5086
5086
  * <p>The instance family.</p>
5087
5087
  */
5088
- InstanceFamily?: UnlimitedSupportedInstanceFamily | string;
5088
+ InstanceFamily?: UnlimitedSupportedInstanceFamily;
5089
5089
  /**
5090
5090
  * @public
5091
5091
  * <p>The default credit option for CPU usage of the instance family. Valid values are
@@ -5150,7 +5150,7 @@ export interface GetEbsEncryptionByDefaultResult {
5150
5150
  * @public
5151
5151
  * <p>Reserved for future use.</p>
5152
5152
  */
5153
- SseType?: SSEType | string;
5153
+ SseType?: SSEType;
5154
5154
  }
5155
5155
  /**
5156
5156
  * @public
@@ -5180,7 +5180,7 @@ export interface AthenaIntegration {
5180
5180
  * @public
5181
5181
  * <p>The schedule for adding new partitions to the table.</p>
5182
5182
  */
5183
- PartitionLoadFrequency: PartitionLoadFrequency | string | undefined;
5183
+ PartitionLoadFrequency: PartitionLoadFrequency | undefined;
5184
5184
  /**
5185
5185
  * @public
5186
5186
  * <p>The start date for the partition.</p>
@@ -5323,7 +5323,7 @@ export interface Purchase {
5323
5323
  * amounts are specified. At this time, the only supported currency is
5324
5324
  * <code>USD</code>.</p>
5325
5325
  */
5326
- CurrencyCode?: CurrencyCodeValues | string;
5326
+ CurrencyCode?: CurrencyCodeValues;
5327
5327
  /**
5328
5328
  * @public
5329
5329
  * <p>The duration of the reservation's term in seconds.</p>
@@ -5354,7 +5354,7 @@ export interface Purchase {
5354
5354
  * @public
5355
5355
  * <p>The payment option for the reservation.</p>
5356
5356
  */
5357
- PaymentOption?: PaymentOption | string;
5357
+ PaymentOption?: PaymentOption;
5358
5358
  /**
5359
5359
  * @public
5360
5360
  * <p>The upfront price of the reservation.</p>
@@ -5371,7 +5371,7 @@ export interface GetHostReservationPurchasePreviewResult {
5371
5371
  * <code>totalHourlyPrice</code> amounts are specified. At this time, the only
5372
5372
  * supported currency is <code>USD</code>.</p>
5373
5373
  */
5374
- CurrencyCode?: CurrencyCodeValues | string;
5374
+ CurrencyCode?: CurrencyCodeValues;
5375
5375
  /**
5376
5376
  * @public
5377
5377
  * <p>The purchase information of the Dedicated Host reservation and the Dedicated Hosts
@@ -5440,12 +5440,12 @@ export interface GetInstanceTypesFromInstanceRequirementsRequest {
5440
5440
  * @public
5441
5441
  * <p>The processor architecture type.</p>
5442
5442
  */
5443
- ArchitectureTypes: (ArchitectureType | string)[] | undefined;
5443
+ ArchitectureTypes: ArchitectureType[] | undefined;
5444
5444
  /**
5445
5445
  * @public
5446
5446
  * <p>The virtualization type.</p>
5447
5447
  */
5448
- VirtualizationTypes: (VirtualizationType | string)[] | undefined;
5448
+ VirtualizationTypes: VirtualizationType[] | undefined;
5449
5449
  /**
5450
5450
  * @public
5451
5451
  * <p>The attributes required for the instance types.</p>
@@ -5633,7 +5633,7 @@ export interface IpamAddressHistoryRecord {
5633
5633
  * @public
5634
5634
  * <p>The type of the resource.</p>
5635
5635
  */
5636
- ResourceType?: IpamAddressHistoryResourceType | string;
5636
+ ResourceType?: IpamAddressHistoryResourceType;
5637
5637
  /**
5638
5638
  * @public
5639
5639
  * <p>The ID of the resource.</p>
@@ -5653,12 +5653,12 @@ export interface IpamAddressHistoryRecord {
5653
5653
  * @public
5654
5654
  * <p>The compliance status of a resource. For more information on compliance statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
5655
5655
  */
5656
- ResourceComplianceStatus?: IpamComplianceStatus | string;
5656
+ ResourceComplianceStatus?: IpamComplianceStatus;
5657
5657
  /**
5658
5658
  * @public
5659
5659
  * <p>The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
5660
5660
  */
5661
- ResourceOverlapStatus?: IpamOverlapStatus | string;
5661
+ ResourceOverlapStatus?: IpamOverlapStatus;
5662
5662
  /**
5663
5663
  * @public
5664
5664
  * <p>The VPC ID of the resource.</p>
@@ -5774,7 +5774,7 @@ export interface IpamDiscoveryFailureReason {
5774
5774
  * </li>
5775
5775
  * </ul>
5776
5776
  */
5777
- Code?: IpamDiscoveryFailureCode | string;
5777
+ Code?: IpamDiscoveryFailureCode;
5778
5778
  /**
5779
5779
  * @public
5780
5780
  * <p>The discovery failure message.</p>
@@ -5914,7 +5914,7 @@ export interface IpamDiscoveredResourceCidr {
5914
5914
  * @public
5915
5915
  * <p>The resource type.</p>
5916
5916
  */
5917
- ResourceType?: IpamResourceType | string;
5917
+ ResourceType?: IpamResourceType;
5918
5918
  /**
5919
5919
  * @public
5920
5920
  * <p>The resource tags.</p>
@@ -6109,7 +6109,7 @@ export interface GetIpamResourceCidrsRequest {
6109
6109
  * @public
6110
6110
  * <p>The resource type.</p>
6111
6111
  */
6112
- ResourceType?: IpamResourceType | string;
6112
+ ResourceType?: IpamResourceType;
6113
6113
  /**
6114
6114
  * @public
6115
6115
  * <p>The resource tag.</p>
@@ -6183,7 +6183,7 @@ export interface IpamResourceCidr {
6183
6183
  * @public
6184
6184
  * <p>The type of IPAM resource.</p>
6185
6185
  */
6186
- ResourceType?: IpamResourceType | string;
6186
+ ResourceType?: IpamResourceType;
6187
6187
  /**
6188
6188
  * @public
6189
6189
  * <p>The tags for an IPAM resource.</p>
@@ -6212,17 +6212,17 @@ export interface IpamResourceCidr {
6212
6212
  * @public
6213
6213
  * <p>The compliance status of the IPAM resource. For more information on compliance statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
6214
6214
  */
6215
- ComplianceStatus?: IpamComplianceStatus | string;
6215
+ ComplianceStatus?: IpamComplianceStatus;
6216
6216
  /**
6217
6217
  * @public
6218
6218
  * <p>The management state of the resource. For more information about management states, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
6219
6219
  */
6220
- ManagementState?: IpamManagementState | string;
6220
+ ManagementState?: IpamManagementState;
6221
6221
  /**
6222
6222
  * @public
6223
6223
  * <p>The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
6224
6224
  */
6225
- OverlapStatus?: IpamOverlapStatus | string;
6225
+ OverlapStatus?: IpamOverlapStatus;
6226
6226
  /**
6227
6227
  * @public
6228
6228
  * <p>The ID of a VPC.</p>
@@ -6436,7 +6436,7 @@ export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
6436
6436
  * @public
6437
6437
  * <p>The status of Network Access Scope Analysis.</p>
6438
6438
  */
6439
- AnalysisStatus?: AnalysisStatus | string;
6439
+ AnalysisStatus?: AnalysisStatus;
6440
6440
  /**
6441
6441
  * @public
6442
6442
  * <p>The findings associated with Network Access Scope Analysis.</p>
@@ -6694,12 +6694,12 @@ export interface InstanceRequirementsWithMetadataRequest {
6694
6694
  * @public
6695
6695
  * <p>The architecture type.</p>
6696
6696
  */
6697
- ArchitectureTypes?: (ArchitectureType | string)[];
6697
+ ArchitectureTypes?: ArchitectureType[];
6698
6698
  /**
6699
6699
  * @public
6700
6700
  * <p>The virtualization type.</p>
6701
6701
  */
6702
- VirtualizationTypes?: (VirtualizationType | string)[];
6702
+ VirtualizationTypes?: VirtualizationType[];
6703
6703
  /**
6704
6704
  * @public
6705
6705
  * <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
@@ -6731,7 +6731,7 @@ export interface GetSpotPlacementScoresRequest {
6731
6731
  * <p>The unit for the target capacity.</p>
6732
6732
  * <p>Default: <code>units</code> (translates to number of instances)</p>
6733
6733
  */
6734
- TargetCapacityUnitType?: TargetCapacityUnitType | string;
6734
+ TargetCapacityUnitType?: TargetCapacityUnitType;
6735
6735
  /**
6736
6736
  * @public
6737
6737
  * <p>Specify <code>true</code> so that the response returns a list of scored Availability Zones.
@@ -6960,7 +6960,7 @@ export interface TransitGatewayAttachmentPropagation {
6960
6960
  * @public
6961
6961
  * <p>The state of the propagation route table.</p>
6962
6962
  */
6963
- State?: TransitGatewayPropagationState | string;
6963
+ State?: TransitGatewayPropagationState;
6964
6964
  }
6965
6965
  /**
6966
6966
  * @public
@@ -7053,7 +7053,7 @@ export interface TransitGatewayMulticastDomainAssociation {
7053
7053
  * @public
7054
7054
  * <p>The type of resource, for example a VPC attachment.</p>
7055
7055
  */
7056
- ResourceType?: TransitGatewayAttachmentResourceType | string;
7056
+ ResourceType?: TransitGatewayAttachmentResourceType;
7057
7057
  /**
7058
7058
  * @public
7059
7059
  * <p> The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.</p>
@@ -7392,12 +7392,12 @@ export interface TransitGatewayRouteTableAssociation {
7392
7392
  * @public
7393
7393
  * <p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
7394
7394
  */
7395
- ResourceType?: TransitGatewayAttachmentResourceType | string;
7395
+ ResourceType?: TransitGatewayAttachmentResourceType;
7396
7396
  /**
7397
7397
  * @public
7398
7398
  * <p>The state of the association.</p>
7399
7399
  */
7400
- State?: TransitGatewayAssociationState | string;
7400
+ State?: TransitGatewayAssociationState;
7401
7401
  }
7402
7402
  /**
7403
7403
  * @public