@aws-sdk/client-ec2 3.805.0 → 3.808.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.
Files changed (77) hide show
  1. package/dist-cjs/index.js +112 -22
  2. package/dist-cjs/runtimeConfig.js +6 -6
  3. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  4. package/dist-es/models/models_4.js +4 -0
  5. package/dist-es/models/models_7.js +0 -7
  6. package/dist-es/models/models_8.js +7 -1
  7. package/dist-es/protocols/Aws_ec2.js +85 -0
  8. package/dist-es/runtimeConfig.js +6 -6
  9. package/dist-types/EC2.d.ts +1 -0
  10. package/dist-types/commands/AllocateHostsCommand.d.ts +3 -2
  11. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +6 -6
  12. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +17 -13
  13. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -0
  14. package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -1
  17. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +3 -2
  18. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +4 -3
  19. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +14 -11
  20. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +3 -3
  22. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +4 -0
  25. package/dist-types/commands/DescribeInstancesCommand.d.ts +7 -0
  26. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  27. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +8 -0
  29. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +3 -1
  30. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -5
  31. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +4 -4
  32. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -7
  33. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +7 -4
  34. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +11 -5
  35. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -0
  36. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
  37. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -0
  38. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
  39. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -3
  40. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +5 -3
  41. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +3 -3
  42. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -2
  43. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -3
  44. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +3 -2
  45. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +7 -7
  46. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  47. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
  48. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -1
  49. package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
  50. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +8 -0
  51. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
  52. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -2
  53. package/dist-types/models/models_0.d.ts +76 -37
  54. package/dist-types/models/models_1.d.ts +121 -90
  55. package/dist-types/models/models_2.d.ts +86 -53
  56. package/dist-types/models/models_3.d.ts +28 -19
  57. package/dist-types/models/models_4.d.ts +76 -35
  58. package/dist-types/models/models_5.d.ts +325 -203
  59. package/dist-types/models/models_6.d.ts +25 -28
  60. package/dist-types/models/models_7.d.ts +72 -57
  61. package/dist-types/models/models_8.d.ts +32 -7
  62. package/dist-types/ts3.4/EC2.d.ts +1 -0
  63. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -4
  65. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -4
  66. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +4 -2
  67. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/models/models_0.d.ts +5 -1
  69. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  70. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  71. package/dist-types/ts3.4/models/models_3.d.ts +1 -0
  72. package/dist-types/ts3.4/models/models_4.d.ts +11 -7
  73. package/dist-types/ts3.4/models/models_5.d.ts +13 -3
  74. package/dist-types/ts3.4/models/models_6.d.ts +3 -4
  75. package/dist-types/ts3.4/models/models_7.d.ts +6 -8
  76. package/dist-types/ts3.4/models/models_8.d.ts +8 -0
  77. package/package.json +16 -16
@@ -4,6 +4,16 @@ import { NetworkInsightsAccessScopeContent, SSEType, SubnetCidrReservation, Tran
4
4
  import { Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType } from "./models_3";
5
5
  import { ArchitectureType, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataTagsState, PaymentOption, VirtualizationType } from "./models_4";
6
6
  import { AnalysisStatus, ManagedBy } from "./models_5";
7
+ /**
8
+ * @public
9
+ */
10
+ export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
11
+ /**
12
+ * <p>Indicates whether the unsubscribe action was successful.</p>
13
+ * @public
14
+ */
15
+ Output?: boolean | undefined;
16
+ }
7
17
  /**
8
18
  * @public
9
19
  */
@@ -5310,9 +5320,10 @@ export interface GetPasswordDataResult {
5310
5320
  */
5311
5321
  export interface GetReservedInstancesExchangeQuoteRequest {
5312
5322
  /**
5313
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
5314
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
5315
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5323
+ * <p>Checks whether you have the required permissions for the action, without actually making
5324
+ * the request, and provides an error response. If you have the required permissions, the error
5325
+ * response is <code>DryRunOperation</code>. Otherwise, it is
5326
+ * <code>UnauthorizedOperation</code>.</p>
5316
5327
  * @public
5317
5328
  */
5318
5329
  DryRun?: boolean | undefined;
@@ -5322,8 +5333,8 @@ export interface GetReservedInstancesExchangeQuoteRequest {
5322
5333
  */
5323
5334
  ReservedInstanceIds: string[] | undefined;
5324
5335
  /**
5325
- * <p>The configuration of the target Convertible Reserved Instance to exchange for your
5326
- * current Convertible Reserved Instances.</p>
5336
+ * <p>The configuration of the target Convertible Reserved Instance to exchange for your current
5337
+ * Convertible Reserved Instances.</p>
5327
5338
  * @public
5328
5339
  */
5329
5340
  TargetConfigurations?: TargetConfigurationRequest[] | undefined;
@@ -5339,7 +5350,8 @@ export interface ReservationValue {
5339
5350
  */
5340
5351
  HourlyPrice?: string | undefined;
5341
5352
  /**
5342
- * <p>The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).</p>
5353
+ * <p>The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of
5354
+ * hours remaining).</p>
5343
5355
  * @public
5344
5356
  */
5345
5357
  RemainingTotalValue?: string | undefined;
@@ -5371,8 +5383,8 @@ export interface ReservedInstanceReservationValue {
5371
5383
  */
5372
5384
  export interface TargetConfiguration {
5373
5385
  /**
5374
- * <p>The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is
5375
- * reserved and cannot be specified in a request</p>
5386
+ * <p>The number of instances the Convertible Reserved Instance offering can be applied to. This
5387
+ * parameter is reserved and cannot be specified in a request</p>
5376
5388
  * @public
5377
5389
  */
5378
5390
  InstanceCount?: number | undefined;
@@ -5388,8 +5400,9 @@ export interface TargetConfiguration {
5388
5400
  */
5389
5401
  export interface TargetReservationValue {
5390
5402
  /**
5391
- * <p>The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of
5392
- * the list value, remaining upfront price, and additional upfront cost of the exchange.</p>
5403
+ * <p>The total value of the Convertible Reserved Instances that make up the exchange. This is
5404
+ * the sum of the list value, remaining upfront price, and additional upfront cost of the
5405
+ * exchange.</p>
5393
5406
  * @public
5394
5407
  */
5395
5408
  ReservationValue?: ReservationValue | undefined;
@@ -5410,7 +5423,8 @@ export interface GetReservedInstancesExchangeQuoteResult {
5410
5423
  */
5411
5424
  CurrencyCode?: string | undefined;
5412
5425
  /**
5413
- * <p>If <code>true</code>, the exchange is valid. If <code>false</code>, the exchange cannot be completed.</p>
5426
+ * <p>If <code>true</code>, the exchange is valid. If <code>false</code>, the exchange cannot be
5427
+ * completed.</p>
5414
5428
  * @public
5415
5429
  */
5416
5430
  IsValidExchange?: boolean | undefined;
@@ -6780,23 +6794,6 @@ export interface GetVerifiedAccessEndpointTargetsResult {
6780
6794
  */
6781
6795
  NextToken?: string | undefined;
6782
6796
  }
6783
- /**
6784
- * @public
6785
- */
6786
- export interface GetVerifiedAccessGroupPolicyRequest {
6787
- /**
6788
- * <p>The ID of the Verified Access group.</p>
6789
- * @public
6790
- */
6791
- VerifiedAccessGroupId: string | undefined;
6792
- /**
6793
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6794
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6795
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6796
- * @public
6797
- */
6798
- DryRun?: boolean | undefined;
6799
- }
6800
6797
  /**
6801
6798
  * @internal
6802
6799
  */
@@ -3,8 +3,25 @@ import { _InstanceType, AttributeValue, BlockDeviceMapping, CapacityReservation,
3
3
  import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IcmpTypeCode, InternetGatewayExclusionMode, IpAddressType, LocalGatewayRoute, ManagedPrefixList, PayerResponsibility, RouteServer, RouteServerPersistRoutesAction, RuleAction, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnEcmpSupportValue } from "./models_2";
4
4
  import { Byoasn, CapacityBlockExtension, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
5
5
  import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues } from "./models_4";
6
- import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InternetGatewayBlockMode, LaunchTemplateConfig, LockState, PublicIpv4PoolRange, ReservedInstancesConfiguration, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
6
+ import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InternetGatewayBlockMode, LaunchTemplateConfig, LockState, PublicIpv4PoolRange, ReservedInstancesConfiguration, ScheduledInstance, SnapshotAttributeName, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
7
7
  import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, UnlimitedSupportedInstanceFamily } from "./models_6";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface GetVerifiedAccessGroupPolicyRequest {
12
+ /**
13
+ * <p>The ID of the Verified Access group.</p>
14
+ * @public
15
+ */
16
+ VerifiedAccessGroupId: string | undefined;
17
+ /**
18
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
19
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
20
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
21
+ * @public
22
+ */
23
+ DryRun?: boolean | undefined;
24
+ }
8
25
  /**
9
26
  * @public
10
27
  */
@@ -3423,7 +3440,8 @@ export interface ModifyLaunchTemplateRequest {
3423
3440
  DryRun?: boolean | undefined;
3424
3441
  /**
3425
3442
  * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
3426
- * request. If a client token isn't specified, a randomly generated token is used in the request to ensure idempotency.</p>
3443
+ * request. If a client token isn't specified, a randomly generated token is used in the
3444
+ * request to ensure idempotency.</p>
3427
3445
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
3428
3446
  * idempotency</a>.</p>
3429
3447
  * <p>Constraint: Maximum 128 ASCII characters.</p>
@@ -3432,15 +3450,15 @@ export interface ModifyLaunchTemplateRequest {
3432
3450
  ClientToken?: string | undefined;
3433
3451
  /**
3434
3452
  * <p>The ID of the launch template.</p>
3435
- * <p>You must specify either the launch template ID or the
3436
- * launch template name, but not both.</p>
3453
+ * <p>You must specify either the launch template ID or the launch template name, but not
3454
+ * both.</p>
3437
3455
  * @public
3438
3456
  */
3439
3457
  LaunchTemplateId?: string | undefined;
3440
3458
  /**
3441
3459
  * <p>The name of the launch template.</p>
3442
- * <p>You must specify either the launch template ID or the
3443
- * launch template name, but not both.</p>
3460
+ * <p>You must specify either the launch template ID or the launch template name, but not
3461
+ * both.</p>
3444
3462
  * @public
3445
3463
  */
3446
3464
  LaunchTemplateName?: string | undefined;
@@ -3584,13 +3602,24 @@ export interface ModifyManagedPrefixListResult {
3584
3602
  * @public
3585
3603
  */
3586
3604
  export interface NetworkInterfaceAttachmentChanges {
3605
+ /**
3606
+ * <p>The default number of the ENA queues.</p>
3607
+ * @public
3608
+ */
3609
+ DefaultEnaQueueCount?: boolean | undefined;
3610
+ /**
3611
+ * <p>The number of ENA queues to be created with the instance.</p>
3612
+ * @public
3613
+ */
3614
+ EnaQueueCount?: number | undefined;
3587
3615
  /**
3588
3616
  * <p>The ID of the network interface attachment.</p>
3589
3617
  * @public
3590
3618
  */
3591
3619
  AttachmentId?: string | undefined;
3592
3620
  /**
3593
- * <p>Indicates whether the network interface is deleted when the instance is terminated.</p>
3621
+ * <p>Indicates whether the network interface is deleted when the instance is
3622
+ * terminated.</p>
3594
3623
  * @public
3595
3624
  */
3596
3625
  DeleteOnTermination?: boolean | undefined;
@@ -3602,7 +3631,7 @@ export interface NetworkInterfaceAttachmentChanges {
3602
3631
  export interface ModifyNetworkInterfaceAttributeRequest {
3603
3632
  /**
3604
3633
  * <p>Updates the ENA Express configuration for the network interface that’s attached to the
3605
- * instance.</p>
3634
+ * instance.</p>
3606
3635
  * @public
3607
3636
  */
3608
3637
  EnaSrdSpecification?: EnaSrdSpecification | undefined;
@@ -3628,15 +3657,17 @@ export interface ModifyNetworkInterfaceAttributeRequest {
3628
3657
  */
3629
3658
  ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
3630
3659
  /**
3631
- * <p>Indicates whether to assign a public IPv4 address to a network interface.
3632
- * This option can be enabled for any network interface but will only apply to the primary network interface (eth0).</p>
3660
+ * <p>Indicates whether to assign a public IPv4 address to a network interface. This option
3661
+ * can be enabled for any network interface but will only apply to the primary network
3662
+ * interface (eth0).</p>
3633
3663
  * @public
3634
3664
  */
3635
3665
  AssociatePublicIpAddress?: boolean | undefined;
3636
3666
  /**
3637
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
3638
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3639
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3667
+ * <p>Checks whether you have the required permissions for the action, without actually
3668
+ * making the request, and provides an error response. If you have the required
3669
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
3670
+ * <code>UnauthorizedOperation</code>.</p>
3640
3671
  * @public
3641
3672
  */
3642
3673
  DryRun?: boolean | undefined;
@@ -3651,24 +3682,27 @@ export interface ModifyNetworkInterfaceAttributeRequest {
3651
3682
  */
3652
3683
  Description?: AttributeValue | undefined;
3653
3684
  /**
3654
- * <p>Enable or disable source/destination checks, which ensure that the instance
3655
- * is either the source or the destination of any traffic that it receives.
3656
- * If the value is <code>true</code>, source/destination checks are enabled;
3657
- * otherwise, they are disabled. The default value is <code>true</code>.
3658
- * You must disable source/destination checks if the instance runs services
3659
- * such as network address translation, routing, or firewalls.</p>
3685
+ * <p>Enable or disable source/destination checks, which ensure that the instance is either
3686
+ * the source or the destination of any traffic that it receives. If the value is
3687
+ * <code>true</code>, source/destination checks are enabled; otherwise, they are
3688
+ * disabled. The default value is <code>true</code>. You must disable source/destination
3689
+ * checks if the instance runs services such as network address translation, routing, or
3690
+ * firewalls.</p>
3660
3691
  * @public
3661
3692
  */
3662
3693
  SourceDestCheck?: AttributeBooleanValue | undefined;
3663
3694
  /**
3664
- * <p>Changes the security groups for the network interface. The new set of groups you specify replaces the current set. You must specify at least one group, even if it's just the default security group in the VPC. You must specify the ID of the security group, not the name.</p>
3695
+ * <p>Changes the security groups for the network interface. The new set of groups you
3696
+ * specify replaces the current set. You must specify at least one group, even if it's just
3697
+ * the default security group in the VPC. You must specify the ID of the security group,
3698
+ * not the name.</p>
3665
3699
  * @public
3666
3700
  */
3667
3701
  Groups?: string[] | undefined;
3668
3702
  /**
3669
3703
  * <p>Information about the interface attachment. If modifying the <code>delete on
3670
- * termination</code> attribute, you must specify the ID of the interface
3671
- * attachment.</p>
3704
+ * termination</code> attribute, you must specify the ID of the interface
3705
+ * attachment.</p>
3672
3706
  * @public
3673
3707
  */
3674
3708
  Attachment?: NetworkInterfaceAttachmentChanges | undefined;
@@ -3733,8 +3767,9 @@ export interface ModifyReservedInstancesRequest {
3733
3767
  */
3734
3768
  ReservedInstancesIds: string[] | undefined;
3735
3769
  /**
3736
- * <p>A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see
3737
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
3770
+ * <p>A unique, case-sensitive token you provide to ensure idempotency of your modification
3771
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
3772
+ * Idempotency</a>.</p>
3738
3773
  * @public
3739
3774
  */
3740
3775
  ClientToken?: string | undefined;
@@ -6931,13 +6966,14 @@ export interface PurchaseHostReservationResult {
6931
6966
  */
6932
6967
  export interface ReservedInstanceLimitPrice {
6933
6968
  /**
6934
- * <p>Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).</p>
6969
+ * <p>Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total
6970
+ * order (instanceCount * price).</p>
6935
6971
  * @public
6936
6972
  */
6937
6973
  Amount?: number | undefined;
6938
6974
  /**
6939
- * <p>The currency in which the <code>limitPrice</code> amount is specified.
6940
- * At this time, the only supported currency is <code>USD</code>.</p>
6975
+ * <p>The currency in which the <code>limitPrice</code> amount is specified. At this time, the
6976
+ * only supported currency is <code>USD</code>.</p>
6941
6977
  * @public
6942
6978
  */
6943
6979
  CurrencyCode?: CurrencyCodeValues | undefined;
@@ -6958,19 +6994,22 @@ export interface PurchaseReservedInstancesOfferingRequest {
6958
6994
  */
6959
6995
  ReservedInstancesOfferingId: string | undefined;
6960
6996
  /**
6961
- * <p>The time at which to purchase the Reserved Instance, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
6997
+ * <p>The time at which to purchase the Reserved Instance, in UTC format (for example,
6998
+ * <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
6962
6999
  * @public
6963
7000
  */
6964
7001
  PurchaseTime?: Date | undefined;
6965
7002
  /**
6966
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6967
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6968
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7003
+ * <p>Checks whether you have the required permissions for the action, without actually making
7004
+ * the request, and provides an error response. If you have the required permissions, the error
7005
+ * response is <code>DryRunOperation</code>. Otherwise, it is
7006
+ * <code>UnauthorizedOperation</code>.</p>
6969
7007
  * @public
6970
7008
  */
6971
7009
  DryRun?: boolean | undefined;
6972
7010
  /**
6973
- * <p>Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.</p>
7011
+ * <p>Specified for Reserved Instance Marketplace offerings to limit the total order and ensure
7012
+ * that the Reserved Instances are not purchased at unexpected prices.</p>
6974
7013
  * @public
6975
7014
  */
6976
7015
  LimitPrice?: ReservedInstanceLimitPrice | undefined;
@@ -6982,8 +7021,7 @@ export interface PurchaseReservedInstancesOfferingRequest {
6982
7021
  export interface PurchaseReservedInstancesOfferingResult {
6983
7022
  /**
6984
7023
  * <p>The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted
6985
- * pricing tier, the final Reserved Instances IDs might change. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-reserved-instances-application.html#crossing-pricing-tiers">Crossing
6986
- * pricing tiers</a> in the <i>Amazon EC2 User Guide</i>.</p>
7024
+ * pricing tier, the final Reserved Instances IDs might change. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-reserved-instances-application.html#crossing-pricing-tiers">Crossing pricing tiers</a> in the <i>Amazon EC2 User Guide</i>.</p>
6987
7025
  * @public
6988
7026
  */
6989
7027
  ReservedInstancesId?: string | undefined;
@@ -8157,25 +8195,6 @@ export interface ReportInstanceStatusRequest {
8157
8195
  */
8158
8196
  Description?: string | undefined;
8159
8197
  }
8160
- /**
8161
- * <p>Contains the parameters for RequestSpotFleet.</p>
8162
- * @public
8163
- */
8164
- export interface RequestSpotFleetRequest {
8165
- /**
8166
- * <p>Checks whether you have the required permissions for the action, without actually
8167
- * making the request, and provides an error response. If you have the required
8168
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
8169
- * <code>UnauthorizedOperation</code>.</p>
8170
- * @public
8171
- */
8172
- DryRun?: boolean | undefined;
8173
- /**
8174
- * <p>The configuration for the Spot Fleet request.</p>
8175
- * @public
8176
- */
8177
- SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
8178
- }
8179
8198
  /**
8180
8199
  * @internal
8181
8200
  */
@@ -8280,7 +8299,3 @@ export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (obj: Modif
8280
8299
  * @internal
8281
8300
  */
8282
8301
  export declare const ReportInstanceStatusRequestFilterSensitiveLog: (obj: ReportInstanceStatusRequest) => any;
8283
- /**
8284
- * @internal
8285
- */
8286
- export declare const RequestSpotFleetRequestFilterSensitiveLog: (obj: RequestSpotFleetRequest) => any;
@@ -3,8 +3,27 @@ import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecif
3
3
  import { LocalGatewayRoute, ManagedPrefixList, SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
4
4
  import { ClientVpnConnectionStatus, Filter } from "./models_3";
5
5
  import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState } from "./models_4";
6
- import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotInstanceRequest, SpotPlacement } from "./models_5";
6
+ import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
7
7
  import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_7";
8
+ /**
9
+ * <p>Contains the parameters for RequestSpotFleet.</p>
10
+ * @public
11
+ */
12
+ export interface RequestSpotFleetRequest {
13
+ /**
14
+ * <p>Checks whether you have the required permissions for the action, without actually
15
+ * making the request, and provides an error response. If you have the required
16
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
17
+ * <code>UnauthorizedOperation</code>.</p>
18
+ * @public
19
+ */
20
+ DryRun?: boolean | undefined;
21
+ /**
22
+ * <p>The configuration for the Spot Fleet request.</p>
23
+ * @public
24
+ */
25
+ SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
26
+ }
8
27
  /**
9
28
  * <p>Contains the output of RequestSpotFleet.</p>
10
29
  * @public
@@ -404,9 +423,10 @@ export interface ResetInstanceAttributeRequest {
404
423
  */
405
424
  export interface ResetNetworkInterfaceAttributeRequest {
406
425
  /**
407
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
408
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
409
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
426
+ * <p>Checks whether you have the required permissions for the action, without actually
427
+ * making the request, and provides an error response. If you have the required
428
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
429
+ * <code>UnauthorizedOperation</code>.</p>
410
430
  * @public
411
431
  */
412
432
  DryRun?: boolean | undefined;
@@ -416,7 +436,8 @@ export interface ResetNetworkInterfaceAttributeRequest {
416
436
  */
417
437
  NetworkInterfaceId: string | undefined;
418
438
  /**
419
- * <p>The source/destination checking attribute. Resets the value to <code>true</code>.</p>
439
+ * <p>The source/destination checking attribute. Resets the value to
440
+ * <code>true</code>.</p>
420
441
  * @public
421
442
  */
422
443
  SourceDestCheck?: string | undefined;
@@ -2798,8 +2819,8 @@ export interface UnassignPrivateIpAddressesRequest {
2798
2819
  */
2799
2820
  NetworkInterfaceId: string | undefined;
2800
2821
  /**
2801
- * <p>The secondary private IP addresses to unassign from the network interface. You can specify this
2802
- * option multiple times to unassign more than one IP address.</p>
2822
+ * <p>The secondary private IP addresses to unassign from the network interface. You can
2823
+ * specify this option multiple times to unassign more than one IP address.</p>
2803
2824
  * @public
2804
2825
  */
2805
2826
  PrivateIpAddresses?: string[] | undefined;
@@ -3039,6 +3060,10 @@ export interface WithdrawByoipCidrResult {
3039
3060
  */
3040
3061
  ByoipCidr?: ByoipCidr | undefined;
3041
3062
  }
3063
+ /**
3064
+ * @internal
3065
+ */
3066
+ export declare const RequestSpotFleetRequestFilterSensitiveLog: (obj: RequestSpotFleetRequest) => any;
3042
3067
  /**
3043
3068
  * @internal
3044
3069
  */
@@ -2887,6 +2887,7 @@ export interface EC2 {
2887
2887
  options: __HttpHandlerOptions,
2888
2888
  cb: (err: any, data?: AllocateAddressCommandOutput) => void
2889
2889
  ): void;
2890
+ allocateHosts(): Promise<AllocateHostsCommandOutput>;
2890
2891
  allocateHosts(
2891
2892
  args: AllocateHostsCommandInput,
2892
2893
  options?: __HttpHandlerOptions
@@ -23,7 +23,7 @@ declare const AllocateHostsCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- input: AllocateHostsCommandInput
26
+ ...[input]: [] | [AllocateHostsCommandInput]
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  AllocateHostsCommandInput,
29
29
  AllocateHostsCommandOutput,
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeLocalGatewayVirtualInterfaceGroupsRequest,
10
- DescribeLocalGatewayVirtualInterfaceGroupsResult,
11
- } from "../models/models_4";
8
+ import { DescribeLocalGatewayVirtualInterfaceGroupsRequest } from "../models/models_4";
9
+ import { DescribeLocalGatewayVirtualInterfaceGroupsResult } from "../models/models_5";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeLocalGatewayVirtualInterfaceGroupsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DisableAwsNetworkPerformanceMetricSubscriptionRequest,
10
- DisableAwsNetworkPerformanceMetricSubscriptionResult,
11
- } from "../models/models_5";
8
+ import { DisableAwsNetworkPerformanceMetricSubscriptionRequest } from "../models/models_5";
9
+ import { DisableAwsNetworkPerformanceMetricSubscriptionResult } from "../models/models_6";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DisableAwsNetworkPerformanceMetricSubscriptionCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { GetVerifiedAccessGroupPolicyRequest } from "../models/models_6";
9
- import { GetVerifiedAccessGroupPolicyResult } from "../models/models_7";
8
+ import {
9
+ GetVerifiedAccessGroupPolicyRequest,
10
+ GetVerifiedAccessGroupPolicyResult,
11
+ } from "../models/models_7";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetVerifiedAccessGroupPolicyCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { RequestSpotFleetRequest } from "../models/models_7";
9
- import { RequestSpotFleetResponse } from "../models/models_8";
8
+ import {
9
+ RequestSpotFleetRequest,
10
+ RequestSpotFleetResponse,
11
+ } from "../models/models_8";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface RequestSpotFleetCommandInput extends RequestSpotFleetRequest {}
@@ -473,6 +473,7 @@ export interface FirewallStatelessRule {
473
473
  export interface AnalysisLoadBalancerTarget {
474
474
  Address?: string | undefined;
475
475
  AvailabilityZone?: string | undefined;
476
+ AvailabilityZoneId?: string | undefined;
476
477
  Instance?: AnalysisComponent | undefined;
477
478
  Port?: number | undefined;
478
479
  }
@@ -516,6 +517,7 @@ export interface Explanation {
516
517
  Addresses?: string[] | undefined;
517
518
  AttachedTo?: AnalysisComponent | undefined;
518
519
  AvailabilityZones?: string[] | undefined;
520
+ AvailabilityZoneIds?: string[] | undefined;
519
521
  Cidrs?: string[] | undefined;
520
522
  Component?: AnalysisComponent | undefined;
521
523
  CustomerGateway?: AnalysisComponent | undefined;
@@ -855,11 +857,12 @@ export interface AllocateHostsRequest {
855
857
  OutpostArn?: string | undefined;
856
858
  HostMaintenance?: HostMaintenance | undefined;
857
859
  AssetIds?: string[] | undefined;
860
+ AvailabilityZoneId?: string | undefined;
858
861
  AutoPlacement?: AutoPlacement | undefined;
859
862
  ClientToken?: string | undefined;
860
863
  InstanceType?: string | undefined;
861
864
  Quantity?: number | undefined;
862
- AvailabilityZone: string | undefined;
865
+ AvailabilityZone?: string | undefined;
863
866
  }
864
867
  export interface AllocateHostsResult {
865
868
  HostIds?: string[] | undefined;
@@ -1468,6 +1471,7 @@ export interface EnaSrdSpecification {
1468
1471
  export interface AttachNetworkInterfaceRequest {
1469
1472
  NetworkCardIndex?: number | undefined;
1470
1473
  EnaSrdSpecification?: EnaSrdSpecification | undefined;
1474
+ EnaQueueCount?: number | undefined;
1471
1475
  DryRun?: boolean | undefined;
1472
1476
  NetworkInterfaceId: string | undefined;
1473
1477
  InstanceId: string | undefined;
@@ -2661,6 +2661,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
2661
2661
  ConnectionTrackingSpecification?:
2662
2662
  | ConnectionTrackingSpecificationRequest
2663
2663
  | undefined;
2664
+ EnaQueueCount?: number | undefined;
2664
2665
  }
2665
2666
  export declare const InstanceBandwidthWeighting: {
2666
2667
  readonly DEFAULT: "default";
@@ -2921,6 +2922,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
2921
2922
  PrimaryIpv6?: boolean | undefined;
2922
2923
  EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification | undefined;
2923
2924
  ConnectionTrackingSpecification?: ConnectionTrackingSpecification | undefined;
2925
+ EnaQueueCount?: number | undefined;
2924
2926
  }
2925
2927
  export interface LaunchTemplateNetworkPerformanceOptions {
2926
2928
  BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
@@ -525,6 +525,7 @@ export interface NetworkInterfaceAttachment {
525
525
  InstanceOwnerId?: string | undefined;
526
526
  Status?: AttachmentStatus | undefined;
527
527
  EnaSrdSpecification?: AttachmentEnaSrdSpecification | undefined;
528
+ EnaQueueCount?: number | undefined;
528
529
  }
529
530
  export interface ConnectionTrackingConfiguration {
530
531
  TcpEstablishedTimeout?: number | undefined;
@@ -1372,6 +1372,7 @@ export interface CapacityReservationInfo {
1372
1372
  InstanceType?: string | undefined;
1373
1373
  AvailabilityZone?: string | undefined;
1374
1374
  Tenancy?: CapacityReservationTenancy | undefined;
1375
+ AvailabilityZoneId?: string | undefined;
1375
1376
  }
1376
1377
  export declare const CapacityReservationBillingRequestStatus: {
1377
1378
  readonly accepted: "accepted";
@@ -68,7 +68,6 @@ import {
68
68
  LocalGatewayRouteTable,
69
69
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
70
70
  LocalGatewayRouteTableVpcAssociation,
71
- LocalGatewayVirtualInterfaceGroup,
72
71
  NetworkInterfaceStatus,
73
72
  StateReason,
74
73
  } from "./models_2";
@@ -1353,6 +1352,7 @@ export interface InstanceNetworkInterfaceAttachment {
1353
1352
  Status?: AttachmentStatus | undefined;
1354
1353
  NetworkCardIndex?: number | undefined;
1355
1354
  EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification | undefined;
1355
+ EnaQueueCount?: number | undefined;
1356
1356
  }
1357
1357
  export interface ConnectionTrackingSpecificationResponse {
1358
1358
  TcpEstablishedTimeout?: number | undefined;
@@ -1745,12 +1745,21 @@ export declare const EnaSupport: {
1745
1745
  readonly unsupported: "unsupported";
1746
1746
  };
1747
1747
  export type EnaSupport = (typeof EnaSupport)[keyof typeof EnaSupport];
1748
+ export declare const FlexibleEnaQueuesSupport: {
1749
+ readonly SUPPORTED: "supported";
1750
+ readonly UNSUPPORTED: "unsupported";
1751
+ };
1752
+ export type FlexibleEnaQueuesSupport =
1753
+ (typeof FlexibleEnaQueuesSupport)[keyof typeof FlexibleEnaQueuesSupport];
1748
1754
  export interface NetworkCardInfo {
1749
1755
  NetworkCardIndex?: number | undefined;
1750
1756
  NetworkPerformance?: string | undefined;
1751
1757
  MaximumNetworkInterfaces?: number | undefined;
1752
1758
  BaselineBandwidthInGbps?: number | undefined;
1753
1759
  PeakBandwidthInGbps?: number | undefined;
1760
+ DefaultEnaQueueCountPerInterface?: number | undefined;
1761
+ MaximumEnaQueueCount?: number | undefined;
1762
+ MaximumEnaQueueCountPerInterface?: number | undefined;
1754
1763
  }
1755
1764
  export interface NetworkInfo {
1756
1765
  NetworkPerformance?: string | undefined;
@@ -1767,6 +1776,7 @@ export interface NetworkInfo {
1767
1776
  EncryptionInTransitSupported?: boolean | undefined;
1768
1777
  EnaSrdSupported?: boolean | undefined;
1769
1778
  BandwidthWeightings?: BandwidthWeightingType[] | undefined;
1779
+ FlexibleEnaQueuesSupport?: FlexibleEnaQueuesSupport | undefined;
1770
1780
  }
1771
1781
  export interface NeuronDeviceCoreInfo {
1772
1782
  Count?: number | undefined;
@@ -2117,12 +2127,6 @@ export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
2117
2127
  NextToken?: string | undefined;
2118
2128
  DryRun?: boolean | undefined;
2119
2129
  }
2120
- export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
2121
- LocalGatewayVirtualInterfaceGroups?:
2122
- | LocalGatewayVirtualInterfaceGroup[]
2123
- | undefined;
2124
- NextToken?: string | undefined;
2125
- }
2126
2130
  export declare const DiskImageDescriptionFilterSensitiveLog: (
2127
2131
  obj: DiskImageDescription
2128
2132
  ) => any;