@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
@@ -28,8 +28,8 @@ declare const ModifyReservedInstancesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Modifies the configuration of your Reserved Instances, such as the Availability Zone,
31
- * instance count, or instance type. The Reserved Instances to be modified must be identical,
32
- * except for Availability Zone, network platform, and instance type.</p>
31
+ * instance count, or instance type. The Reserved Instances to be modified must be identical,
32
+ * except for Availability Zone, network platform, and instance type.</p>
33
33
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html">Modify Reserved Instances</a> in the
34
34
  * <i>Amazon EC2 User Guide</i>.</p>
35
35
  * @example
@@ -50,6 +50,7 @@ declare const ModifyReservedInstancesCommand_base: {
50
50
  * InstanceType: "a1.medium" || "a1.large" || "a1.xlarge" || "a1.2xlarge" || "a1.4xlarge" || "a1.metal" || "c1.medium" || "c1.xlarge" || "c3.large" || "c3.xlarge" || "c3.2xlarge" || "c3.4xlarge" || "c3.8xlarge" || "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5.metal" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "c5ad.large" || "c5ad.xlarge" || "c5ad.2xlarge" || "c5ad.4xlarge" || "c5ad.8xlarge" || "c5ad.12xlarge" || "c5ad.16xlarge" || "c5ad.24xlarge" || "c5d.large" || "c5d.xlarge" || "c5d.2xlarge" || "c5d.4xlarge" || "c5d.9xlarge" || "c5d.12xlarge" || "c5d.18xlarge" || "c5d.24xlarge" || "c5d.metal" || "c5n.large" || "c5n.xlarge" || "c5n.2xlarge" || "c5n.4xlarge" || "c5n.9xlarge" || "c5n.18xlarge" || "c5n.metal" || "c6g.medium" || "c6g.large" || "c6g.xlarge" || "c6g.2xlarge" || "c6g.4xlarge" || "c6g.8xlarge" || "c6g.12xlarge" || "c6g.16xlarge" || "c6g.metal" || "c6gd.medium" || "c6gd.large" || "c6gd.xlarge" || "c6gd.2xlarge" || "c6gd.4xlarge" || "c6gd.8xlarge" || "c6gd.12xlarge" || "c6gd.16xlarge" || "c6gd.metal" || "c6gn.medium" || "c6gn.large" || "c6gn.xlarge" || "c6gn.2xlarge" || "c6gn.4xlarge" || "c6gn.8xlarge" || "c6gn.12xlarge" || "c6gn.16xlarge" || "c6i.large" || "c6i.xlarge" || "c6i.2xlarge" || "c6i.4xlarge" || "c6i.8xlarge" || "c6i.12xlarge" || "c6i.16xlarge" || "c6i.24xlarge" || "c6i.32xlarge" || "c6i.metal" || "cc1.4xlarge" || "cc2.8xlarge" || "cg1.4xlarge" || "cr1.8xlarge" || "d2.xlarge" || "d2.2xlarge" || "d2.4xlarge" || "d2.8xlarge" || "d3.xlarge" || "d3.2xlarge" || "d3.4xlarge" || "d3.8xlarge" || "d3en.xlarge" || "d3en.2xlarge" || "d3en.4xlarge" || "d3en.6xlarge" || "d3en.8xlarge" || "d3en.12xlarge" || "dl1.24xlarge" || "f1.2xlarge" || "f1.4xlarge" || "f1.16xlarge" || "g2.2xlarge" || "g2.8xlarge" || "g3.4xlarge" || "g3.8xlarge" || "g3.16xlarge" || "g3s.xlarge" || "g4ad.xlarge" || "g4ad.2xlarge" || "g4ad.4xlarge" || "g4ad.8xlarge" || "g4ad.16xlarge" || "g4dn.xlarge" || "g4dn.2xlarge" || "g4dn.4xlarge" || "g4dn.8xlarge" || "g4dn.12xlarge" || "g4dn.16xlarge" || "g4dn.metal" || "g5.xlarge" || "g5.2xlarge" || "g5.4xlarge" || "g5.8xlarge" || "g5.12xlarge" || "g5.16xlarge" || "g5.24xlarge" || "g5.48xlarge" || "g5g.xlarge" || "g5g.2xlarge" || "g5g.4xlarge" || "g5g.8xlarge" || "g5g.16xlarge" || "g5g.metal" || "hi1.4xlarge" || "hpc6a.48xlarge" || "hs1.8xlarge" || "h1.2xlarge" || "h1.4xlarge" || "h1.8xlarge" || "h1.16xlarge" || "i2.xlarge" || "i2.2xlarge" || "i2.4xlarge" || "i2.8xlarge" || "i3.large" || "i3.xlarge" || "i3.2xlarge" || "i3.4xlarge" || "i3.8xlarge" || "i3.16xlarge" || "i3.metal" || "i3en.large" || "i3en.xlarge" || "i3en.2xlarge" || "i3en.3xlarge" || "i3en.6xlarge" || "i3en.12xlarge" || "i3en.24xlarge" || "i3en.metal" || "im4gn.large" || "im4gn.xlarge" || "im4gn.2xlarge" || "im4gn.4xlarge" || "im4gn.8xlarge" || "im4gn.16xlarge" || "inf1.xlarge" || "inf1.2xlarge" || "inf1.6xlarge" || "inf1.24xlarge" || "is4gen.medium" || "is4gen.large" || "is4gen.xlarge" || "is4gen.2xlarge" || "is4gen.4xlarge" || "is4gen.8xlarge" || "m1.small" || "m1.medium" || "m1.large" || "m1.xlarge" || "m2.xlarge" || "m2.2xlarge" || "m2.4xlarge" || "m3.medium" || "m3.large" || "m3.xlarge" || "m3.2xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m4.16xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5.metal" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "m5ad.large" || "m5ad.xlarge" || "m5ad.2xlarge" || "m5ad.4xlarge" || "m5ad.8xlarge" || "m5ad.12xlarge" || "m5ad.16xlarge" || "m5ad.24xlarge" || "m5d.large" || "m5d.xlarge" || "m5d.2xlarge" || "m5d.4xlarge" || "m5d.8xlarge" || "m5d.12xlarge" || "m5d.16xlarge" || "m5d.24xlarge" || "m5d.metal" || "m5dn.large" || "m5dn.xlarge" || "m5dn.2xlarge" || "m5dn.4xlarge" || "m5dn.8xlarge" || "m5dn.12xlarge" || "m5dn.16xlarge" || "m5dn.24xlarge" || "m5dn.metal" || "m5n.large" || "m5n.xlarge" || "m5n.2xlarge" || "m5n.4xlarge" || "m5n.8xlarge" || "m5n.12xlarge" || "m5n.16xlarge" || "m5n.24xlarge" || "m5n.metal" || "m5zn.large" || "m5zn.xlarge" || "m5zn.2xlarge" || "m5zn.3xlarge" || "m5zn.6xlarge" || "m5zn.12xlarge" || "m5zn.metal" || "m6a.large" || "m6a.xlarge" || "m6a.2xlarge" || "m6a.4xlarge" || "m6a.8xlarge" || "m6a.12xlarge" || "m6a.16xlarge" || "m6a.24xlarge" || "m6a.32xlarge" || "m6a.48xlarge" || "m6g.metal" || "m6g.medium" || "m6g.large" || "m6g.xlarge" || "m6g.2xlarge" || "m6g.4xlarge" || "m6g.8xlarge" || "m6g.12xlarge" || "m6g.16xlarge" || "m6gd.metal" || "m6gd.medium" || "m6gd.large" || "m6gd.xlarge" || "m6gd.2xlarge" || "m6gd.4xlarge" || "m6gd.8xlarge" || "m6gd.12xlarge" || "m6gd.16xlarge" || "m6i.large" || "m6i.xlarge" || "m6i.2xlarge" || "m6i.4xlarge" || "m6i.8xlarge" || "m6i.12xlarge" || "m6i.16xlarge" || "m6i.24xlarge" || "m6i.32xlarge" || "m6i.metal" || "mac1.metal" || "p2.xlarge" || "p2.8xlarge" || "p2.16xlarge" || "p3.2xlarge" || "p3.8xlarge" || "p3.16xlarge" || "p3dn.24xlarge" || "p4d.24xlarge" || "r3.large" || "r3.xlarge" || "r3.2xlarge" || "r3.4xlarge" || "r3.8xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5.metal" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "r5ad.large" || "r5ad.xlarge" || "r5ad.2xlarge" || "r5ad.4xlarge" || "r5ad.8xlarge" || "r5ad.12xlarge" || "r5ad.16xlarge" || "r5ad.24xlarge" || "r5b.large" || "r5b.xlarge" || "r5b.2xlarge" || "r5b.4xlarge" || "r5b.8xlarge" || "r5b.12xlarge" || "r5b.16xlarge" || "r5b.24xlarge" || "r5b.metal" || "r5d.large" || "r5d.xlarge" || "r5d.2xlarge" || "r5d.4xlarge" || "r5d.8xlarge" || "r5d.12xlarge" || "r5d.16xlarge" || "r5d.24xlarge" || "r5d.metal" || "r5dn.large" || "r5dn.xlarge" || "r5dn.2xlarge" || "r5dn.4xlarge" || "r5dn.8xlarge" || "r5dn.12xlarge" || "r5dn.16xlarge" || "r5dn.24xlarge" || "r5dn.metal" || "r5n.large" || "r5n.xlarge" || "r5n.2xlarge" || "r5n.4xlarge" || "r5n.8xlarge" || "r5n.12xlarge" || "r5n.16xlarge" || "r5n.24xlarge" || "r5n.metal" || "r6g.medium" || "r6g.large" || "r6g.xlarge" || "r6g.2xlarge" || "r6g.4xlarge" || "r6g.8xlarge" || "r6g.12xlarge" || "r6g.16xlarge" || "r6g.metal" || "r6gd.medium" || "r6gd.large" || "r6gd.xlarge" || "r6gd.2xlarge" || "r6gd.4xlarge" || "r6gd.8xlarge" || "r6gd.12xlarge" || "r6gd.16xlarge" || "r6gd.metal" || "r6i.large" || "r6i.xlarge" || "r6i.2xlarge" || "r6i.4xlarge" || "r6i.8xlarge" || "r6i.12xlarge" || "r6i.16xlarge" || "r6i.24xlarge" || "r6i.32xlarge" || "r6i.metal" || "t1.micro" || "t2.nano" || "t2.micro" || "t2.small" || "t2.medium" || "t2.large" || "t2.xlarge" || "t2.2xlarge" || "t3.nano" || "t3.micro" || "t3.small" || "t3.medium" || "t3.large" || "t3.xlarge" || "t3.2xlarge" || "t3a.nano" || "t3a.micro" || "t3a.small" || "t3a.medium" || "t3a.large" || "t3a.xlarge" || "t3a.2xlarge" || "t4g.nano" || "t4g.micro" || "t4g.small" || "t4g.medium" || "t4g.large" || "t4g.xlarge" || "t4g.2xlarge" || "u-6tb1.56xlarge" || "u-6tb1.112xlarge" || "u-9tb1.112xlarge" || "u-12tb1.112xlarge" || "u-6tb1.metal" || "u-9tb1.metal" || "u-12tb1.metal" || "u-18tb1.metal" || "u-24tb1.metal" || "vt1.3xlarge" || "vt1.6xlarge" || "vt1.24xlarge" || "x1.16xlarge" || "x1.32xlarge" || "x1e.xlarge" || "x1e.2xlarge" || "x1e.4xlarge" || "x1e.8xlarge" || "x1e.16xlarge" || "x1e.32xlarge" || "x2iezn.2xlarge" || "x2iezn.4xlarge" || "x2iezn.6xlarge" || "x2iezn.8xlarge" || "x2iezn.12xlarge" || "x2iezn.metal" || "x2gd.medium" || "x2gd.large" || "x2gd.xlarge" || "x2gd.2xlarge" || "x2gd.4xlarge" || "x2gd.8xlarge" || "x2gd.12xlarge" || "x2gd.16xlarge" || "x2gd.metal" || "z1d.large" || "z1d.xlarge" || "z1d.2xlarge" || "z1d.3xlarge" || "z1d.6xlarge" || "z1d.12xlarge" || "z1d.metal" || "x2idn.16xlarge" || "x2idn.24xlarge" || "x2idn.32xlarge" || "x2iedn.xlarge" || "x2iedn.2xlarge" || "x2iedn.4xlarge" || "x2iedn.8xlarge" || "x2iedn.16xlarge" || "x2iedn.24xlarge" || "x2iedn.32xlarge" || "c6a.large" || "c6a.xlarge" || "c6a.2xlarge" || "c6a.4xlarge" || "c6a.8xlarge" || "c6a.12xlarge" || "c6a.16xlarge" || "c6a.24xlarge" || "c6a.32xlarge" || "c6a.48xlarge" || "c6a.metal" || "m6a.metal" || "i4i.large" || "i4i.xlarge" || "i4i.2xlarge" || "i4i.4xlarge" || "i4i.8xlarge" || "i4i.16xlarge" || "i4i.32xlarge" || "i4i.metal" || "x2idn.metal" || "x2iedn.metal" || "c7g.medium" || "c7g.large" || "c7g.xlarge" || "c7g.2xlarge" || "c7g.4xlarge" || "c7g.8xlarge" || "c7g.12xlarge" || "c7g.16xlarge" || "mac2.metal" || "c6id.large" || "c6id.xlarge" || "c6id.2xlarge" || "c6id.4xlarge" || "c6id.8xlarge" || "c6id.12xlarge" || "c6id.16xlarge" || "c6id.24xlarge" || "c6id.32xlarge" || "c6id.metal" || "m6id.large" || "m6id.xlarge" || "m6id.2xlarge" || "m6id.4xlarge" || "m6id.8xlarge" || "m6id.12xlarge" || "m6id.16xlarge" || "m6id.24xlarge" || "m6id.32xlarge" || "m6id.metal" || "r6id.large" || "r6id.xlarge" || "r6id.2xlarge" || "r6id.4xlarge" || "r6id.8xlarge" || "r6id.12xlarge" || "r6id.16xlarge" || "r6id.24xlarge" || "r6id.32xlarge" || "r6id.metal" || "r6a.large" || "r6a.xlarge" || "r6a.2xlarge" || "r6a.4xlarge" || "r6a.8xlarge" || "r6a.12xlarge" || "r6a.16xlarge" || "r6a.24xlarge" || "r6a.32xlarge" || "r6a.48xlarge" || "r6a.metal" || "p4de.24xlarge" || "u-3tb1.56xlarge" || "u-18tb1.112xlarge" || "u-24tb1.112xlarge" || "trn1.2xlarge" || "trn1.32xlarge" || "hpc6id.32xlarge" || "c6in.large" || "c6in.xlarge" || "c6in.2xlarge" || "c6in.4xlarge" || "c6in.8xlarge" || "c6in.12xlarge" || "c6in.16xlarge" || "c6in.24xlarge" || "c6in.32xlarge" || "m6in.large" || "m6in.xlarge" || "m6in.2xlarge" || "m6in.4xlarge" || "m6in.8xlarge" || "m6in.12xlarge" || "m6in.16xlarge" || "m6in.24xlarge" || "m6in.32xlarge" || "m6idn.large" || "m6idn.xlarge" || "m6idn.2xlarge" || "m6idn.4xlarge" || "m6idn.8xlarge" || "m6idn.12xlarge" || "m6idn.16xlarge" || "m6idn.24xlarge" || "m6idn.32xlarge" || "r6in.large" || "r6in.xlarge" || "r6in.2xlarge" || "r6in.4xlarge" || "r6in.8xlarge" || "r6in.12xlarge" || "r6in.16xlarge" || "r6in.24xlarge" || "r6in.32xlarge" || "r6idn.large" || "r6idn.xlarge" || "r6idn.2xlarge" || "r6idn.4xlarge" || "r6idn.8xlarge" || "r6idn.12xlarge" || "r6idn.16xlarge" || "r6idn.24xlarge" || "r6idn.32xlarge" || "c7g.metal" || "m7g.medium" || "m7g.large" || "m7g.xlarge" || "m7g.2xlarge" || "m7g.4xlarge" || "m7g.8xlarge" || "m7g.12xlarge" || "m7g.16xlarge" || "m7g.metal" || "r7g.medium" || "r7g.large" || "r7g.xlarge" || "r7g.2xlarge" || "r7g.4xlarge" || "r7g.8xlarge" || "r7g.12xlarge" || "r7g.16xlarge" || "r7g.metal" || "c6in.metal" || "m6in.metal" || "m6idn.metal" || "r6in.metal" || "r6idn.metal" || "inf2.xlarge" || "inf2.8xlarge" || "inf2.24xlarge" || "inf2.48xlarge" || "trn1n.32xlarge" || "i4g.large" || "i4g.xlarge" || "i4g.2xlarge" || "i4g.4xlarge" || "i4g.8xlarge" || "i4g.16xlarge" || "hpc7g.4xlarge" || "hpc7g.8xlarge" || "hpc7g.16xlarge" || "c7gn.medium" || "c7gn.large" || "c7gn.xlarge" || "c7gn.2xlarge" || "c7gn.4xlarge" || "c7gn.8xlarge" || "c7gn.12xlarge" || "c7gn.16xlarge" || "p5.48xlarge" || "m7i.large" || "m7i.xlarge" || "m7i.2xlarge" || "m7i.4xlarge" || "m7i.8xlarge" || "m7i.12xlarge" || "m7i.16xlarge" || "m7i.24xlarge" || "m7i.48xlarge" || "m7i-flex.large" || "m7i-flex.xlarge" || "m7i-flex.2xlarge" || "m7i-flex.4xlarge" || "m7i-flex.8xlarge" || "m7a.medium" || "m7a.large" || "m7a.xlarge" || "m7a.2xlarge" || "m7a.4xlarge" || "m7a.8xlarge" || "m7a.12xlarge" || "m7a.16xlarge" || "m7a.24xlarge" || "m7a.32xlarge" || "m7a.48xlarge" || "m7a.metal-48xl" || "hpc7a.12xlarge" || "hpc7a.24xlarge" || "hpc7a.48xlarge" || "hpc7a.96xlarge" || "c7gd.medium" || "c7gd.large" || "c7gd.xlarge" || "c7gd.2xlarge" || "c7gd.4xlarge" || "c7gd.8xlarge" || "c7gd.12xlarge" || "c7gd.16xlarge" || "m7gd.medium" || "m7gd.large" || "m7gd.xlarge" || "m7gd.2xlarge" || "m7gd.4xlarge" || "m7gd.8xlarge" || "m7gd.12xlarge" || "m7gd.16xlarge" || "r7gd.medium" || "r7gd.large" || "r7gd.xlarge" || "r7gd.2xlarge" || "r7gd.4xlarge" || "r7gd.8xlarge" || "r7gd.12xlarge" || "r7gd.16xlarge" || "r7a.medium" || "r7a.large" || "r7a.xlarge" || "r7a.2xlarge" || "r7a.4xlarge" || "r7a.8xlarge" || "r7a.12xlarge" || "r7a.16xlarge" || "r7a.24xlarge" || "r7a.32xlarge" || "r7a.48xlarge" || "c7i.large" || "c7i.xlarge" || "c7i.2xlarge" || "c7i.4xlarge" || "c7i.8xlarge" || "c7i.12xlarge" || "c7i.16xlarge" || "c7i.24xlarge" || "c7i.48xlarge" || "mac2-m2pro.metal" || "r7iz.large" || "r7iz.xlarge" || "r7iz.2xlarge" || "r7iz.4xlarge" || "r7iz.8xlarge" || "r7iz.12xlarge" || "r7iz.16xlarge" || "r7iz.32xlarge" || "c7a.medium" || "c7a.large" || "c7a.xlarge" || "c7a.2xlarge" || "c7a.4xlarge" || "c7a.8xlarge" || "c7a.12xlarge" || "c7a.16xlarge" || "c7a.24xlarge" || "c7a.32xlarge" || "c7a.48xlarge" || "c7a.metal-48xl" || "r7a.metal-48xl" || "r7i.large" || "r7i.xlarge" || "r7i.2xlarge" || "r7i.4xlarge" || "r7i.8xlarge" || "r7i.12xlarge" || "r7i.16xlarge" || "r7i.24xlarge" || "r7i.48xlarge" || "dl2q.24xlarge" || "mac2-m2.metal" || "i4i.12xlarge" || "i4i.24xlarge" || "c7i.metal-24xl" || "c7i.metal-48xl" || "m7i.metal-24xl" || "m7i.metal-48xl" || "r7i.metal-24xl" || "r7i.metal-48xl" || "r7iz.metal-16xl" || "r7iz.metal-32xl" || "c7gd.metal" || "m7gd.metal" || "r7gd.metal" || "g6.xlarge" || "g6.2xlarge" || "g6.4xlarge" || "g6.8xlarge" || "g6.12xlarge" || "g6.16xlarge" || "g6.24xlarge" || "g6.48xlarge" || "gr6.4xlarge" || "gr6.8xlarge" || "c7i-flex.large" || "c7i-flex.xlarge" || "c7i-flex.2xlarge" || "c7i-flex.4xlarge" || "c7i-flex.8xlarge" || "u7i-12tb.224xlarge" || "u7in-16tb.224xlarge" || "u7in-24tb.224xlarge" || "u7in-32tb.224xlarge" || "u7ib-12tb.224xlarge" || "c7gn.metal" || "r8g.medium" || "r8g.large" || "r8g.xlarge" || "r8g.2xlarge" || "r8g.4xlarge" || "r8g.8xlarge" || "r8g.12xlarge" || "r8g.16xlarge" || "r8g.24xlarge" || "r8g.48xlarge" || "r8g.metal-24xl" || "r8g.metal-48xl" || "mac2-m1ultra.metal" || "g6e.xlarge" || "g6e.2xlarge" || "g6e.4xlarge" || "g6e.8xlarge" || "g6e.12xlarge" || "g6e.16xlarge" || "g6e.24xlarge" || "g6e.48xlarge" || "c8g.medium" || "c8g.large" || "c8g.xlarge" || "c8g.2xlarge" || "c8g.4xlarge" || "c8g.8xlarge" || "c8g.12xlarge" || "c8g.16xlarge" || "c8g.24xlarge" || "c8g.48xlarge" || "c8g.metal-24xl" || "c8g.metal-48xl" || "m8g.medium" || "m8g.large" || "m8g.xlarge" || "m8g.2xlarge" || "m8g.4xlarge" || "m8g.8xlarge" || "m8g.12xlarge" || "m8g.16xlarge" || "m8g.24xlarge" || "m8g.48xlarge" || "m8g.metal-24xl" || "m8g.metal-48xl" || "x8g.medium" || "x8g.large" || "x8g.xlarge" || "x8g.2xlarge" || "x8g.4xlarge" || "x8g.8xlarge" || "x8g.12xlarge" || "x8g.16xlarge" || "x8g.24xlarge" || "x8g.48xlarge" || "x8g.metal-24xl" || "x8g.metal-48xl" || "i7ie.large" || "i7ie.xlarge" || "i7ie.2xlarge" || "i7ie.3xlarge" || "i7ie.6xlarge" || "i7ie.12xlarge" || "i7ie.18xlarge" || "i7ie.24xlarge" || "i7ie.48xlarge" || "i8g.large" || "i8g.xlarge" || "i8g.2xlarge" || "i8g.4xlarge" || "i8g.8xlarge" || "i8g.12xlarge" || "i8g.16xlarge" || "i8g.24xlarge" || "i8g.metal-24xl" || "u7i-6tb.112xlarge" || "u7i-8tb.112xlarge" || "u7inh-32tb.480xlarge" || "p5e.48xlarge" || "p5en.48xlarge" || "f2.12xlarge" || "f2.48xlarge" || "trn2.48xlarge",
51
51
  * Platform: "STRING_VALUE",
52
52
  * Scope: "Availability Zone" || "Region",
53
+ * AvailabilityZoneId: "STRING_VALUE",
53
54
  * },
54
55
  * ],
55
56
  * };
@@ -27,13 +27,13 @@ declare const PurchaseReservedInstancesOfferingCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower
31
- * hourly rate compared to On-Demand instance pricing.</p>
32
- * <p>Use <a>DescribeReservedInstancesOfferings</a> to get a list of Reserved Instance offerings
33
- * that match your specifications. After you've purchased a Reserved Instance, you can check for your
34
- * new Reserved Instance with <a>DescribeReservedInstances</a>.</p>
35
- * <p>To queue a purchase for a future date and time, specify a purchase time. If you do not specify a
36
- * purchase time, the default is the current time.</p>
30
+ * <p>Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay
31
+ * a lower hourly rate compared to On-Demand instance pricing.</p>
32
+ * <p>Use <a>DescribeReservedInstancesOfferings</a> to get a list of Reserved
33
+ * Instance offerings that match your specifications. After you've purchased a Reserved Instance,
34
+ * you can check for your new Reserved Instance with <a>DescribeReservedInstances</a>.</p>
35
+ * <p>To queue a purchase for a future date and time, specify a purchase time. If you do not
36
+ * specify a purchase time, the default is the current time.</p>
37
37
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html">Reserved
38
38
  * Instances</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Sell in the Reserved Instance
39
39
  * Marketplace</a> in the <i>Amazon EC2 User Guide</i>.</p>
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { RequestSpotFleetRequest } from "../models/models_7";
5
- import { RequestSpotFleetResponse } from "../models/models_8";
4
+ import { RequestSpotFleetRequest, RequestSpotFleetResponse } from "../models/models_8";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -164,6 +163,7 @@ declare const RequestSpotFleetCommand_base: {
164
163
  * UdpStreamTimeout: Number("int"),
165
164
  * UdpTimeout: Number("int"),
166
165
  * },
166
+ * EnaQueueCount: Number("int"),
167
167
  * },
168
168
  * ],
169
169
  * Placement: { // SpotPlacement
@@ -136,6 +136,7 @@ declare const RequestSpotInstancesCommand_base: {
136
136
  * UdpStreamTimeout: Number("int"),
137
137
  * UdpTimeout: Number("int"),
138
138
  * },
139
+ * EnaQueueCount: Number("int"),
139
140
  * },
140
141
  * ],
141
142
  * Placement: { // SpotPlacement
@@ -269,6 +270,7 @@ declare const RequestSpotInstancesCommand_base: {
269
270
  * // UdpStreamTimeout: Number("int"),
270
271
  * // UdpTimeout: Number("int"),
271
272
  * // },
273
+ * // EnaQueueCount: Number("int"),
272
274
  * // },
273
275
  * // ],
274
276
  * // Placement: { // SpotPlacement
@@ -27,7 +27,8 @@ declare const ResetNetworkInterfaceAttributeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Resets a network interface attribute. You can specify only one attribute at a time.</p>
30
+ * <p>Resets a network interface attribute. You can specify only one attribute at a
31
+ * time.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -286,6 +286,7 @@ declare const RunInstancesCommand_base: {
286
286
  * UdpStreamTimeout: Number("int"),
287
287
  * UdpTimeout: Number("int"),
288
288
  * },
289
+ * EnaQueueCount: Number("int"),
289
290
  * },
290
291
  * ],
291
292
  * IamInstanceProfile: { // IamInstanceProfileSpecification
@@ -373,6 +374,7 @@ declare const RunInstancesCommand_base: {
373
374
  * // EnaSrdUdpEnabled: true || false,
374
375
  * // },
375
376
  * // },
377
+ * // EnaQueueCount: Number("int"),
376
378
  * // },
377
379
  * // Description: "STRING_VALUE",
378
380
  * // Groups: [
@@ -254,6 +254,9 @@ declare const StartNetworkInsightsAnalysisCommand_base: {
254
254
  * // AvailabilityZones: [
255
255
  * // "STRING_VALUE",
256
256
  * // ],
257
+ * // AvailabilityZoneIds: [
258
+ * // "STRING_VALUE",
259
+ * // ],
257
260
  * // Cidrs: [
258
261
  * // "STRING_VALUE",
259
262
  * // ],
@@ -274,6 +277,7 @@ declare const StartNetworkInsightsAnalysisCommand_base: {
274
277
  * // LoadBalancerTarget: { // AnalysisLoadBalancerTarget
275
278
  * // Address: "STRING_VALUE",
276
279
  * // AvailabilityZone: "STRING_VALUE",
280
+ * // AvailabilityZoneId: "STRING_VALUE",
277
281
  * // Instance: "<AnalysisComponent>",
278
282
  * // Port: Number("int"),
279
283
  * // },
@@ -509,6 +513,7 @@ declare const StartNetworkInsightsAnalysisCommand_base: {
509
513
  * // Addresses: "<IpAddressList>",
510
514
  * // AttachedTo: "<AnalysisComponent>",
511
515
  * // AvailabilityZones: "<ValueStringList>",
516
+ * // AvailabilityZoneIds: "<ValueStringList>",
512
517
  * // Cidrs: "<ValueStringList>",
513
518
  * // Component: "<AnalysisComponent>",
514
519
  * // CustomerGateway: "<AnalysisComponent>",
@@ -527,6 +532,7 @@ declare const StartNetworkInsightsAnalysisCommand_base: {
527
532
  * // LoadBalancerTarget: {
528
533
  * // Address: "STRING_VALUE",
529
534
  * // AvailabilityZone: "STRING_VALUE",
535
+ * // AvailabilityZoneId: "STRING_VALUE",
530
536
  * // Instance: "<AnalysisComponent>",
531
537
  * // Port: Number("int"),
532
538
  * // },
@@ -659,6 +665,7 @@ declare const StartNetworkInsightsAnalysisCommand_base: {
659
665
  * // Addresses: "<IpAddressList>",
660
666
  * // AttachedTo: "<AnalysisComponent>",
661
667
  * // AvailabilityZones: "<ValueStringList>",
668
+ * // AvailabilityZoneIds: "<ValueStringList>",
662
669
  * // Cidrs: "<ValueStringList>",
663
670
  * // Component: "<AnalysisComponent>",
664
671
  * // CustomerGateway: "<AnalysisComponent>",
@@ -677,6 +684,7 @@ declare const StartNetworkInsightsAnalysisCommand_base: {
677
684
  * // LoadBalancerTarget: {
678
685
  * // Address: "STRING_VALUE",
679
686
  * // AvailabilityZone: "STRING_VALUE",
687
+ * // AvailabilityZoneId: "STRING_VALUE",
680
688
  * // Instance: "<AnalysisComponent>",
681
689
  * // Port: Number("int"),
682
690
  * // },
@@ -27,7 +27,8 @@ declare const UnassignIpv6AddressesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network interface.</p>
30
+ * <p>Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network
31
+ * interface.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -27,8 +27,8 @@ declare const UnassignPrivateIpAddressesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Unassigns the specified secondary private IP addresses or IPv4 Prefix Delegation prefixes from a
31
- * network interface.</p>
30
+ * <p>Unassigns the specified secondary private IP addresses or IPv4 Prefix Delegation
31
+ * prefixes from a network interface.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -386,8 +386,8 @@ export interface AcceptCapacityReservationBillingOwnershipResult {
386
386
  */
387
387
  export interface TargetConfigurationRequest {
388
388
  /**
389
- * <p>The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot
390
- * be specified in a request</p>
389
+ * <p>The number of instances the Convertible Reserved Instance offering can be applied to. This
390
+ * parameter is reserved and cannot be specified in a request</p>
391
391
  * @public
392
392
  */
393
393
  InstanceCount?: number | undefined;
@@ -403,21 +403,22 @@ export interface TargetConfigurationRequest {
403
403
  */
404
404
  export interface AcceptReservedInstancesExchangeQuoteRequest {
405
405
  /**
406
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
407
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
408
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
406
+ * <p>Checks whether you have the required permissions for the action, without actually making
407
+ * the request, and provides an error response. If you have the required permissions, the error
408
+ * response is <code>DryRunOperation</code>. Otherwise, it is
409
+ * <code>UnauthorizedOperation</code>.</p>
409
410
  * @public
410
411
  */
411
412
  DryRun?: boolean | undefined;
412
413
  /**
413
- * <p>The IDs of the Convertible Reserved Instances to exchange for another Convertible
414
- * Reserved Instance of the same or higher value.</p>
414
+ * <p>The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved
415
+ * Instance of the same or higher value.</p>
415
416
  * @public
416
417
  */
417
418
  ReservedInstanceIds: string[] | undefined;
418
419
  /**
419
- * <p>The configuration of the target Convertible Reserved Instance to exchange for your
420
- * current Convertible Reserved Instances.</p>
420
+ * <p>The configuration of the target Convertible Reserved Instance to exchange for your current
421
+ * Convertible Reserved Instances.</p>
421
422
  * @public
422
423
  */
423
424
  TargetConfigurations?: TargetConfigurationRequest[] | undefined;
@@ -1416,6 +1417,11 @@ export interface AnalysisLoadBalancerTarget {
1416
1417
  * @public
1417
1418
  */
1418
1419
  AvailabilityZone?: string | undefined;
1420
+ /**
1421
+ * <p>The ID of the Availability Zone.</p>
1422
+ * @public
1423
+ */
1424
+ AvailabilityZoneId?: string | undefined;
1419
1425
  /**
1420
1426
  * <p>Information about the instance.</p>
1421
1427
  * @public
@@ -1650,6 +1656,11 @@ export interface Explanation {
1650
1656
  * @public
1651
1657
  */
1652
1658
  AvailabilityZones?: string[] | undefined;
1659
+ /**
1660
+ * <p>The IDs of the Availability Zones.</p>
1661
+ * @public
1662
+ */
1663
+ AvailabilityZoneIds?: string[] | undefined;
1653
1664
  /**
1654
1665
  * <p>The CIDR ranges.</p>
1655
1666
  * @public
@@ -3077,6 +3088,11 @@ export interface AllocateHostsRequest {
3077
3088
  * @public
3078
3089
  */
3079
3090
  AssetIds?: string[] | undefined;
3091
+ /**
3092
+ * <p>The ID of the Availability Zone.</p>
3093
+ * @public
3094
+ */
3095
+ AvailabilityZoneId?: string | undefined;
3080
3096
  /**
3081
3097
  * <p>Indicates whether the host accepts any untargeted instance launches that match its
3082
3098
  * instance type configuration, or if it only accepts Host tenancy instance launches that
@@ -3116,7 +3132,7 @@ export interface AllocateHostsRequest {
3116
3132
  * <p>The Availability Zone in which to allocate the Dedicated Host.</p>
3117
3133
  * @public
3118
3134
  */
3119
- AvailabilityZone: string | undefined;
3135
+ AvailabilityZone?: string | undefined;
3120
3136
  }
3121
3137
  /**
3122
3138
  * <p>Contains the output of AllocateHosts.</p>
@@ -3451,16 +3467,17 @@ export interface AssignIpv6AddressesRequest {
3451
3467
  */
3452
3468
  NetworkInterfaceId: string | undefined;
3453
3469
  /**
3454
- * <p>The IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.</p>
3470
+ * <p>The IPv6 addresses to be assigned to the network interface. You can't use this option
3471
+ * if you're specifying a number of IPv6 addresses.</p>
3455
3472
  * @public
3456
3473
  */
3457
3474
  Ipv6Addresses?: string[] | undefined;
3458
3475
  /**
3459
- * <p>The number of additional IPv6 addresses to assign to the network interface.
3460
- * The specified number of IPv6 addresses are assigned in addition to the
3461
- * existing IPv6 addresses that are already assigned to the network interface.
3462
- * Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You
3463
- * can't use this option if specifying specific IPv6 addresses.</p>
3476
+ * <p>The number of additional IPv6 addresses to assign to the network interface. The
3477
+ * specified number of IPv6 addresses are assigned in addition to the existing IPv6
3478
+ * addresses that are already assigned to the network interface. Amazon EC2 automatically
3479
+ * selects the IPv6 addresses from the subnet range. You can't use this option if
3480
+ * specifying specific IPv6 addresses.</p>
3464
3481
  * @public
3465
3482
  */
3466
3483
  Ipv6AddressCount?: number | undefined;
@@ -3470,8 +3487,8 @@ export interface AssignIpv6AddressesRequest {
3470
3487
  */
3471
3488
  export interface AssignIpv6AddressesResult {
3472
3489
  /**
3473
- * <p>The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses
3474
- * that were assigned to the network interface before the request are not included.</p>
3490
+ * <p>The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that
3491
+ * were assigned to the network interface before the request are not included.</p>
3475
3492
  * @public
3476
3493
  */
3477
3494
  AssignedIpv6Addresses?: string[] | undefined;
@@ -3507,18 +3524,23 @@ export interface AssignPrivateIpAddressesRequest {
3507
3524
  */
3508
3525
  NetworkInterfaceId: string | undefined;
3509
3526
  /**
3510
- * <p>The IP addresses to be assigned as a secondary private IP address to the network interface. You can't specify this parameter when also specifying a number of secondary IP addresses.</p>
3511
- * <p>If you don't specify an IP address, Amazon EC2 automatically selects an IP address within the subnet range.</p>
3527
+ * <p>The IP addresses to be assigned as a secondary private IP address to the network
3528
+ * interface. You can't specify this parameter when also specifying a number of secondary
3529
+ * IP addresses.</p>
3530
+ * <p>If you don't specify an IP address, Amazon EC2 automatically selects an IP address within
3531
+ * the subnet range.</p>
3512
3532
  * @public
3513
3533
  */
3514
3534
  PrivateIpAddresses?: string[] | undefined;
3515
3535
  /**
3516
- * <p>The number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses.</p>
3536
+ * <p>The number of secondary IP addresses to assign to the network interface. You can't
3537
+ * specify this parameter when also specifying private IP addresses.</p>
3517
3538
  * @public
3518
3539
  */
3519
3540
  SecondaryPrivateIpAddressCount?: number | undefined;
3520
3541
  /**
3521
- * <p>Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.</p>
3542
+ * <p>Indicates whether to allow an IP address that is already assigned to another network
3543
+ * interface or instance to be reassigned to the specified network interface.</p>
3522
3544
  * @public
3523
3545
  */
3524
3546
  AllowReassignment?: boolean | undefined;
@@ -5319,21 +5341,28 @@ export interface EnaSrdSpecification {
5319
5341
  */
5320
5342
  export interface AttachNetworkInterfaceRequest {
5321
5343
  /**
5322
- * <p>The index of the network card. Some instance types support multiple network cards.
5323
- * The primary network interface must be assigned to network card index 0.
5324
- * The default is network card index 0.</p>
5344
+ * <p>The index of the network card. Some instance types support multiple network cards. The
5345
+ * primary network interface must be assigned to network card index 0. The default is
5346
+ * network card index 0.</p>
5325
5347
  * @public
5326
5348
  */
5327
5349
  NetworkCardIndex?: number | undefined;
5328
5350
  /**
5329
- * <p>Configures ENA Express for the network interface that this action attaches to the instance.</p>
5351
+ * <p>Configures ENA Express for the network interface that this action attaches to the
5352
+ * instance.</p>
5330
5353
  * @public
5331
5354
  */
5332
5355
  EnaSrdSpecification?: EnaSrdSpecification | undefined;
5333
5356
  /**
5334
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
5335
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
5336
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5357
+ * <p>The number of ENA queues to be created with the instance.</p>
5358
+ * @public
5359
+ */
5360
+ EnaQueueCount?: number | undefined;
5361
+ /**
5362
+ * <p>Checks whether you have the required permissions for the action, without actually
5363
+ * making the request, and provides an error response. If you have the required
5364
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
5365
+ * <code>UnauthorizedOperation</code>.</p>
5337
5366
  * @public
5338
5367
  */
5339
5368
  DryRun?: boolean | undefined;
@@ -6919,7 +6948,8 @@ export type ListingState = (typeof ListingState)[keyof typeof ListingState];
6919
6948
  */
6920
6949
  export interface InstanceCount {
6921
6950
  /**
6922
- * <p>The number of listed Reserved Instances in the state specified by the <code>state</code>.</p>
6951
+ * <p>The number of listed Reserved Instances in the state specified by the
6952
+ * <code>state</code>.</p>
6923
6953
  * @public
6924
6954
  */
6925
6955
  InstanceCount?: number | undefined;
@@ -6946,14 +6976,20 @@ export type CurrencyCodeValues = (typeof CurrencyCodeValues)[keyof typeof Curren
6946
6976
  */
6947
6977
  export interface PriceSchedule {
6948
6978
  /**
6949
- * <p>The current price schedule, as determined by the term remaining for the Reserved Instance in the listing.</p>
6950
- * <p>A specific price schedule is always in effect, but only one price schedule can be active at any time. Take, for example, a Reserved Instance listing that has five months remaining in its term. When you specify price schedules for five months and two months, this means that schedule 1, covering the first three months of the remaining term, will be active during months 5, 4, and 3. Then schedule 2, covering the last two months of the term, will be active for months 2 and 1.</p>
6979
+ * <p>The current price schedule, as determined by the term remaining for the Reserved Instance
6980
+ * in the listing.</p>
6981
+ * <p>A specific price schedule is always in effect, but only one price schedule can be active
6982
+ * at any time. Take, for example, a Reserved Instance listing that has five months remaining in
6983
+ * its term. When you specify price schedules for five months and two months, this means that
6984
+ * schedule 1, covering the first three months of the remaining term, will be active during
6985
+ * months 5, 4, and 3. Then schedule 2, covering the last two months of the term, will be active
6986
+ * for months 2 and 1.</p>
6951
6987
  * @public
6952
6988
  */
6953
6989
  Active?: boolean | undefined;
6954
6990
  /**
6955
- * <p>The currency for transacting the Reserved Instance resale.
6956
- * At this time, the only supported currency is <code>USD</code>.</p>
6991
+ * <p>The currency for transacting the Reserved Instance resale. At this time, the only
6992
+ * supported currency is <code>USD</code>.</p>
6957
6993
  * @public
6958
6994
  */
6959
6995
  CurrencyCode?: CurrencyCodeValues | undefined;
@@ -6963,7 +6999,8 @@ export interface PriceSchedule {
6963
6999
  */
6964
7000
  Price?: number | undefined;
6965
7001
  /**
6966
- * <p>The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.</p>
7002
+ * <p>The number of months remaining in the reservation. For example, 2 is the second to the
7003
+ * last month before the capacity reservation expires.</p>
6967
7004
  * @public
6968
7005
  */
6969
7006
  Term?: number | undefined;
@@ -6989,7 +7026,8 @@ export type ListingStatus = (typeof ListingStatus)[keyof typeof ListingStatus];
6989
7026
  export interface ReservedInstancesListing {
6990
7027
  /**
6991
7028
  * <p>A unique, case-sensitive key supplied by the client to ensure that the request is
6992
- * idempotent. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
7029
+ * idempotent. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
7030
+ * Idempotency</a>.</p>
6993
7031
  * @public
6994
7032
  */
6995
7033
  ClientToken?: string | undefined;
@@ -7024,7 +7062,8 @@ export interface ReservedInstancesListing {
7024
7062
  */
7025
7063
  Status?: ListingStatus | undefined;
7026
7064
  /**
7027
- * <p>The reason for the current status of the Reserved Instance listing. The response can be blank.</p>
7065
+ * <p>The reason for the current status of the Reserved Instance listing. The response can be
7066
+ * blank.</p>
7028
7067
  * @public
7029
7068
  */
7030
7069
  StatusMessage?: string | undefined;