@aws-sdk/client-ec2 3.438.0 → 3.440.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 (90) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/EC2.js +4 -0
  3. package/dist-cjs/commands/DescribeCapacityBlockOfferingsCommand.js +51 -0
  4. package/dist-cjs/commands/PurchaseCapacityBlockCommand.js +51 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/models/models_0.js +8 -1
  7. package/dist-cjs/models/models_1.js +2 -0
  8. package/dist-cjs/models/models_3.js +2 -6
  9. package/dist-cjs/models/models_4.js +8 -2
  10. package/dist-cjs/pagination/DescribeCapacityBlockOfferingsPaginator.js +29 -0
  11. package/dist-cjs/pagination/index.js +2 -1
  12. package/dist-cjs/protocols/Aws_ec2.js +213 -20
  13. package/dist-es/EC2.js +4 -0
  14. package/dist-es/commands/DescribeCapacityBlockOfferingsCommand.js +47 -0
  15. package/dist-es/commands/PurchaseCapacityBlockCommand.js +47 -0
  16. package/dist-es/commands/index.js +2 -0
  17. package/dist-es/models/models_0.js +7 -0
  18. package/dist-es/models/models_1.js +2 -0
  19. package/dist-es/models/models_3.js +0 -4
  20. package/dist-es/models/models_4.js +6 -0
  21. package/dist-es/pagination/DescribeCapacityBlockOfferingsPaginator.js +25 -0
  22. package/dist-es/pagination/index.js +2 -1
  23. package/dist-es/protocols/Aws_ec2.js +188 -0
  24. package/dist-types/EC2.d.ts +14 -0
  25. package/dist-types/EC2Client.d.ts +4 -2
  26. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  30. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -2
  31. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +94 -0
  32. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -3
  36. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  39. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  40. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  41. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
  42. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  43. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -2
  44. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  45. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +122 -0
  46. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +2 -1
  47. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  48. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  49. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -2
  50. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  51. package/dist-types/commands/index.d.ts +2 -0
  52. package/dist-types/models/models_0.d.ts +20 -16
  53. package/dist-types/models/models_1.d.ts +22 -51
  54. package/dist-types/models/models_2.d.ts +49 -18
  55. package/dist-types/models/models_3.d.ts +135 -788
  56. package/dist-types/models/models_4.d.ts +792 -120
  57. package/dist-types/models/models_5.d.ts +118 -141
  58. package/dist-types/models/models_6.d.ts +176 -217
  59. package/dist-types/models/models_7.d.ts +216 -1
  60. package/dist-types/pagination/DescribeCapacityBlockOfferingsPaginator.d.ts +7 -0
  61. package/dist-types/pagination/index.d.ts +2 -1
  62. package/dist-types/protocols/Aws_ec2.d.ts +18 -0
  63. package/dist-types/ts3.4/EC2.d.ts +34 -0
  64. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  65. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +4 -2
  66. package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +42 -0
  67. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +4 -2
  73. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +2 -4
  75. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +4 -2
  78. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +10 -4
  80. package/dist-types/ts3.4/models/models_1.d.ts +6 -11
  81. package/dist-types/ts3.4/models/models_2.d.ts +13 -5
  82. package/dist-types/ts3.4/models/models_3.d.ts +31 -25
  83. package/dist-types/ts3.4/models/models_4.d.ts +28 -30
  84. package/dist-types/ts3.4/models/models_5.d.ts +26 -22
  85. package/dist-types/ts3.4/models/models_6.d.ts +33 -47
  86. package/dist-types/ts3.4/models/models_7.d.ts +46 -0
  87. package/dist-types/ts3.4/pagination/DescribeCapacityBlockOfferingsPaginator.d.ts +11 -0
  88. package/dist-types/ts3.4/pagination/index.d.ts +2 -1
  89. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
  90. package/package.json +1 -1
@@ -1,6 +1,23 @@
1
- import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
1
+ import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { AttributeValue, BlockDeviceMapping, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
3
  import { FleetStateCode, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DeletePublicIpv4PoolRequest {
8
+ /**
9
+ * @public
10
+ * <p>A check for whether you have the required permissions for the action without actually making the request
11
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
12
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
13
+ */
14
+ DryRun?: boolean;
15
+ /**
16
+ * @public
17
+ * <p>The ID of the public IPv4 pool you want to delete.</p>
18
+ */
19
+ PoolId: string | undefined;
20
+ }
4
21
  /**
5
22
  * @public
6
23
  */
@@ -2098,6 +2115,122 @@ export interface DescribeByoipCidrsResult {
2098
2115
  */
2099
2116
  NextToken?: string;
2100
2117
  }
2118
+ /**
2119
+ * @public
2120
+ */
2121
+ export interface DescribeCapacityBlockOfferingsRequest {
2122
+ /**
2123
+ * @public
2124
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2125
+ */
2126
+ DryRun?: boolean;
2127
+ /**
2128
+ * @public
2129
+ * <p>The type of instance for which the Capacity Block offering reserves capacity.</p>
2130
+ */
2131
+ InstanceType: string | undefined;
2132
+ /**
2133
+ * @public
2134
+ * <p>The number of instances for which to reserve capacity.</p>
2135
+ */
2136
+ InstanceCount: number | undefined;
2137
+ /**
2138
+ * @public
2139
+ * <p>The earliest start date for the Capacity Block offering.</p>
2140
+ */
2141
+ StartDateRange?: Date;
2142
+ /**
2143
+ * @public
2144
+ * <p>The latest end date for the Capacity Block offering.</p>
2145
+ */
2146
+ EndDateRange?: Date;
2147
+ /**
2148
+ * @public
2149
+ * <p>The number of hours for which to reserve Capacity Block.</p>
2150
+ */
2151
+ CapacityDurationHours: number | undefined;
2152
+ /**
2153
+ * @public
2154
+ * <p>The token to use to retrieve the next page of results.</p>
2155
+ */
2156
+ NextToken?: string;
2157
+ /**
2158
+ * @public
2159
+ * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
2160
+ */
2161
+ MaxResults?: number;
2162
+ }
2163
+ /**
2164
+ * @public
2165
+ * <p>The recommended Capacity Block that fits your search requirements.</p>
2166
+ */
2167
+ export interface CapacityBlockOffering {
2168
+ /**
2169
+ * @public
2170
+ * <p>The ID of the Capacity Block offering.</p>
2171
+ */
2172
+ CapacityBlockOfferingId?: string;
2173
+ /**
2174
+ * @public
2175
+ * <p>The instance type of the Capacity Block offering.</p>
2176
+ */
2177
+ InstanceType?: string;
2178
+ /**
2179
+ * @public
2180
+ * <p>The Availability Zone of the Capacity Block offering.</p>
2181
+ */
2182
+ AvailabilityZone?: string;
2183
+ /**
2184
+ * @public
2185
+ * <p>The number of instances in the Capacity Block offering.</p>
2186
+ */
2187
+ InstanceCount?: number;
2188
+ /**
2189
+ * @public
2190
+ * <p>The start date of the Capacity Block offering.</p>
2191
+ */
2192
+ StartDate?: Date;
2193
+ /**
2194
+ * @public
2195
+ * <p>The end date of the Capacity Block offering.</p>
2196
+ */
2197
+ EndDate?: Date;
2198
+ /**
2199
+ * @public
2200
+ * <p>The amount of time of the Capacity Block reservation in hours.</p>
2201
+ */
2202
+ CapacityBlockDurationHours?: number;
2203
+ /**
2204
+ * @public
2205
+ * <p>The total price to be paid up front.</p>
2206
+ */
2207
+ UpfrontFee?: string;
2208
+ /**
2209
+ * @public
2210
+ * <p>The currency of the payment for the Capacity Block.</p>
2211
+ */
2212
+ CurrencyCode?: string;
2213
+ /**
2214
+ * @public
2215
+ * <p>The tenancy of the Capacity Block.</p>
2216
+ */
2217
+ Tenancy?: CapacityReservationTenancy;
2218
+ }
2219
+ /**
2220
+ * @public
2221
+ */
2222
+ export interface DescribeCapacityBlockOfferingsResult {
2223
+ /**
2224
+ * @public
2225
+ * <p>The recommended Capacity Block offering for the dates specified.</p>
2226
+ */
2227
+ CapacityBlockOfferings?: CapacityBlockOffering[];
2228
+ /**
2229
+ * @public
2230
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
2231
+ */
2232
+ NextToken?: string;
2233
+ }
2101
2234
  /**
2102
2235
  * @public
2103
2236
  */
@@ -8450,792 +8583,6 @@ export interface DescribeInstanceEventWindowsResult {
8450
8583
  */
8451
8584
  NextToken?: string;
8452
8585
  }
8453
- /**
8454
- * @public
8455
- */
8456
- export interface DescribeInstancesRequest {
8457
- /**
8458
- * @public
8459
- * <p>The filters.</p>
8460
- * <ul>
8461
- * <li>
8462
- * <p>
8463
- * <code>affinity</code> - The affinity setting for an instance running on a
8464
- * Dedicated Host (<code>default</code> | <code>host</code>).</p>
8465
- * </li>
8466
- * <li>
8467
- * <p>
8468
- * <code>architecture</code> - The instance architecture (<code>i386</code> |
8469
- * <code>x86_64</code> | <code>arm64</code>).</p>
8470
- * </li>
8471
- * <li>
8472
- * <p>
8473
- * <code>availability-zone</code> - The Availability Zone of the instance.</p>
8474
- * </li>
8475
- * <li>
8476
- * <p>
8477
- * <code>block-device-mapping.attach-time</code> - The attach time for an EBS
8478
- * volume mapped to the instance, for example,
8479
- * <code>2022-09-15T17:15:20.000Z</code>.</p>
8480
- * </li>
8481
- * <li>
8482
- * <p>
8483
- * <code>block-device-mapping.delete-on-termination</code> - A Boolean that
8484
- * indicates whether the EBS volume is deleted on instance termination.</p>
8485
- * </li>
8486
- * <li>
8487
- * <p>
8488
- * <code>block-device-mapping.device-name</code> - The device name specified in
8489
- * the block device mapping (for example, <code>/dev/sdh</code> or
8490
- * <code>xvdh</code>).</p>
8491
- * </li>
8492
- * <li>
8493
- * <p>
8494
- * <code>block-device-mapping.status</code> - The status for the EBS volume
8495
- * (<code>attaching</code> | <code>attached</code> | <code>detaching</code> |
8496
- * <code>detached</code>).</p>
8497
- * </li>
8498
- * <li>
8499
- * <p>
8500
- * <code>block-device-mapping.volume-id</code> - The volume ID of the EBS
8501
- * volume.</p>
8502
- * </li>
8503
- * <li>
8504
- * <p>
8505
- * <code>boot-mode</code> - The boot mode that was specified by the AMI
8506
- * (<code>legacy-bios</code> | <code>uefi</code> |
8507
- * <code>uefi-preferred</code>).</p>
8508
- * </li>
8509
- * <li>
8510
- * <p>
8511
- * <code>capacity-reservation-id</code> - The ID of the Capacity Reservation into which the
8512
- * instance was launched.</p>
8513
- * </li>
8514
- * <li>
8515
- * <p>
8516
- * <code>capacity-reservation-specification.capacity-reservation-preference</code>
8517
- * - The instance's Capacity Reservation preference (<code>open</code> | <code>none</code>).</p>
8518
- * </li>
8519
- * <li>
8520
- * <p>
8521
- * <code>capacity-reservation-specification.capacity-reservation-target.capacity-reservation-id</code>
8522
- * - The ID of the targeted Capacity Reservation.</p>
8523
- * </li>
8524
- * <li>
8525
- * <p>
8526
- * <code>capacity-reservation-specification.capacity-reservation-target.capacity-reservation-resource-group-arn</code>
8527
- * - The ARN of the targeted Capacity Reservation group.</p>
8528
- * </li>
8529
- * <li>
8530
- * <p>
8531
- * <code>client-token</code> - The idempotency token you provided when you
8532
- * launched the instance.</p>
8533
- * </li>
8534
- * <li>
8535
- * <p>
8536
- * <code>current-instance-boot-mode</code> - The boot mode that is used to launch
8537
- * the instance at launch or start (<code>legacy-bios</code> |
8538
- * <code>uefi</code>).</p>
8539
- * </li>
8540
- * <li>
8541
- * <p>
8542
- * <code>dns-name</code> - The public DNS name of the instance.</p>
8543
- * </li>
8544
- * <li>
8545
- * <p>
8546
- * <code>ebs-optimized</code> - A Boolean that indicates whether the instance is
8547
- * optimized for Amazon EBS I/O.</p>
8548
- * </li>
8549
- * <li>
8550
- * <p>
8551
- * <code>ena-support</code> - A Boolean that indicates whether the instance is
8552
- * enabled for enhanced networking with ENA.</p>
8553
- * </li>
8554
- * <li>
8555
- * <p>
8556
- * <code>enclave-options.enabled</code> - A Boolean that indicates whether the
8557
- * instance is enabled for Amazon Web Services Nitro Enclaves.</p>
8558
- * </li>
8559
- * <li>
8560
- * <p>
8561
- * <code>hibernation-options.configured</code> - A Boolean that indicates whether
8562
- * the instance is enabled for hibernation. A value of <code>true</code> means that
8563
- * the instance is enabled for hibernation.</p>
8564
- * </li>
8565
- * <li>
8566
- * <p>
8567
- * <code>host-id</code> - The ID of the Dedicated Host on which the instance is
8568
- * running, if applicable.</p>
8569
- * </li>
8570
- * <li>
8571
- * <p>
8572
- * <code>hypervisor</code> - The hypervisor type of the instance
8573
- * (<code>ovm</code> | <code>xen</code>). The value <code>xen</code> is used
8574
- * for both Xen and Nitro hypervisors.</p>
8575
- * </li>
8576
- * <li>
8577
- * <p>
8578
- * <code>iam-instance-profile.arn</code> - The instance profile associated with
8579
- * the instance. Specified as an ARN.</p>
8580
- * </li>
8581
- * <li>
8582
- * <p>
8583
- * <code>iam-instance-profile.id</code> - The instance profile associated with
8584
- * the instance. Specified as an ID.</p>
8585
- * </li>
8586
- * <li>
8587
- * <p>
8588
- * <code>iam-instance-profile.name</code> - The instance profile associated with
8589
- * the instance. Specified as an name.</p>
8590
- * </li>
8591
- * <li>
8592
- * <p>
8593
- * <code>image-id</code> - The ID of the image used to launch the
8594
- * instance.</p>
8595
- * </li>
8596
- * <li>
8597
- * <p>
8598
- * <code>instance-id</code> - The ID of the instance.</p>
8599
- * </li>
8600
- * <li>
8601
- * <p>
8602
- * <code>instance-lifecycle</code> - Indicates whether this is a Spot Instance or
8603
- * a Scheduled Instance (<code>spot</code> | <code>scheduled</code>).</p>
8604
- * </li>
8605
- * <li>
8606
- * <p>
8607
- * <code>instance-state-code</code> - The state of the instance, as a 16-bit
8608
- * unsigned integer. The high byte is used for internal purposes and should be
8609
- * ignored. The low byte is set based on the state represented. The valid values
8610
- * are: 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64
8611
- * (stopping), and 80 (stopped).</p>
8612
- * </li>
8613
- * <li>
8614
- * <p>
8615
- * <code>instance-state-name</code> - The state of the instance
8616
- * (<code>pending</code> | <code>running</code> | <code>shutting-down</code> |
8617
- * <code>terminated</code> | <code>stopping</code> |
8618
- * <code>stopped</code>).</p>
8619
- * </li>
8620
- * <li>
8621
- * <p>
8622
- * <code>instance-type</code> - The type of instance (for example,
8623
- * <code>t2.micro</code>).</p>
8624
- * </li>
8625
- * <li>
8626
- * <p>
8627
- * <code>instance.group-id</code> - The ID of the security group for the
8628
- * instance. </p>
8629
- * </li>
8630
- * <li>
8631
- * <p>
8632
- * <code>instance.group-name</code> - The name of the security group for the
8633
- * instance. </p>
8634
- * </li>
8635
- * <li>
8636
- * <p>
8637
- * <code>ip-address</code> - The public IPv4 address of the instance.</p>
8638
- * </li>
8639
- * <li>
8640
- * <p>
8641
- * <code>ipv6-address</code> - The IPv6 address of the instance.</p>
8642
- * </li>
8643
- * <li>
8644
- * <p>
8645
- * <code>kernel-id</code> - The kernel ID.</p>
8646
- * </li>
8647
- * <li>
8648
- * <p>
8649
- * <code>key-name</code> - The name of the key pair used when the instance was
8650
- * launched.</p>
8651
- * </li>
8652
- * <li>
8653
- * <p>
8654
- * <code>launch-index</code> - When launching multiple instances, this is the
8655
- * index for the instance in the launch group (for example, 0, 1, 2, and so on).
8656
- * </p>
8657
- * </li>
8658
- * <li>
8659
- * <p>
8660
- * <code>launch-time</code> - The time when the instance was launched, in the ISO
8661
- * 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example,
8662
- * <code>2021-09-29T11:04:43.305Z</code>. You can use a wildcard
8663
- * (<code>*</code>), for example, <code>2021-09-29T*</code>, which matches an
8664
- * entire day.</p>
8665
- * </li>
8666
- * <li>
8667
- * <p>
8668
- * <code>maintenance-options.auto-recovery</code> - The current automatic
8669
- * recovery behavior of the instance (<code>disabled</code> | <code>default</code>).</p>
8670
- * </li>
8671
- * <li>
8672
- * <p>
8673
- * <code>metadata-options.http-endpoint</code> - The status of access to the HTTP
8674
- * metadata endpoint on your instance (<code>enabled</code> |
8675
- * <code>disabled</code>)</p>
8676
- * </li>
8677
- * <li>
8678
- * <p>
8679
- * <code>metadata-options.http-protocol-ipv4</code> - Indicates whether the IPv4
8680
- * endpoint is enabled (<code>disabled</code> | <code>enabled</code>).</p>
8681
- * </li>
8682
- * <li>
8683
- * <p>
8684
- * <code>metadata-options.http-protocol-ipv6</code> - Indicates whether the IPv6
8685
- * endpoint is enabled (<code>disabled</code> | <code>enabled</code>).</p>
8686
- * </li>
8687
- * <li>
8688
- * <p>
8689
- * <code>metadata-options.http-put-response-hop-limit</code> - The HTTP metadata
8690
- * request put response hop limit (integer, possible values <code>1</code> to
8691
- * <code>64</code>)</p>
8692
- * </li>
8693
- * <li>
8694
- * <p>
8695
- * <code>metadata-options.http-tokens</code> - The metadata request authorization
8696
- * state (<code>optional</code> | <code>required</code>)</p>
8697
- * </li>
8698
- * <li>
8699
- * <p>
8700
- * <code>metadata-options.instance-metadata-tags</code> - The status of access to
8701
- * instance tags from the instance metadata (<code>enabled</code> |
8702
- * <code>disabled</code>)</p>
8703
- * </li>
8704
- * <li>
8705
- * <p>
8706
- * <code>metadata-options.state</code> - The state of the metadata option changes
8707
- * (<code>pending</code> | <code>applied</code>).</p>
8708
- * </li>
8709
- * <li>
8710
- * <p>
8711
- * <code>monitoring-state</code> - Indicates whether detailed monitoring is
8712
- * enabled (<code>disabled</code> | <code>enabled</code>).</p>
8713
- * </li>
8714
- * <li>
8715
- * <p>
8716
- * <code>network-interface.addresses.association.allocation-id</code> - The allocation ID.</p>
8717
- * </li>
8718
- * <li>
8719
- * <p>
8720
- * <code>network-interface.addresses.association.association-id</code> - The association ID.</p>
8721
- * </li>
8722
- * <li>
8723
- * <p>
8724
- * <code>network-interface.addresses.association.carrier-ip</code> - The carrier IP address.</p>
8725
- * </li>
8726
- * <li>
8727
- * <p>
8728
- * <code>network-interface.addresses.association.customer-owned-ip</code> - The customer-owned IP address.</p>
8729
- * </li>
8730
- * <li>
8731
- * <p>
8732
- * <code>network-interface.addresses.association.ip-owner-id</code> - The owner
8733
- * ID of the private IPv4 address associated with the network interface.</p>
8734
- * </li>
8735
- * <li>
8736
- * <p>
8737
- * <code>network-interface.addresses.association.public-dns-name</code> - The public DNS name.</p>
8738
- * </li>
8739
- * <li>
8740
- * <p>
8741
- * <code>network-interface.addresses.association.public-ip</code> - The ID of the
8742
- * association of an Elastic IP address (IPv4) with a network interface.</p>
8743
- * </li>
8744
- * <li>
8745
- * <p>
8746
- * <code>network-interface.addresses.primary</code> - Specifies whether the IPv4
8747
- * address of the network interface is the primary private IPv4 address.</p>
8748
- * </li>
8749
- * <li>
8750
- * <p>
8751
- * <code>network-interface.addresses.private-dns-name</code> - The private DNS name.</p>
8752
- * </li>
8753
- * <li>
8754
- * <p>
8755
- * <code>network-interface.addresses.private-ip-address</code> - The private IPv4
8756
- * address associated with the network interface.</p>
8757
- * </li>
8758
- * <li>
8759
- * <p>
8760
- * <code>network-interface.association.allocation-id</code> - The allocation ID
8761
- * returned when you allocated the Elastic IP address (IPv4) for your network
8762
- * interface.</p>
8763
- * </li>
8764
- * <li>
8765
- * <p>
8766
- * <code>network-interface.association.association-id</code> - The association ID
8767
- * returned when the network interface was associated with an IPv4 address.</p>
8768
- * </li>
8769
- * <li>
8770
- * <p>
8771
- * <code>network-interface.association.carrier-ip</code> - The customer-owned IP address.</p>
8772
- * </li>
8773
- * <li>
8774
- * <p>
8775
- * <code>network-interface.association.customer-owned-ip</code> - The customer-owned IP address.</p>
8776
- * </li>
8777
- * <li>
8778
- * <p>
8779
- * <code>network-interface.association.ip-owner-id</code> - The owner of the
8780
- * Elastic IP address (IPv4) associated with the network interface.</p>
8781
- * </li>
8782
- * <li>
8783
- * <p>
8784
- * <code>network-interface.association.public-dns-name</code> - The public DNS name.</p>
8785
- * </li>
8786
- * <li>
8787
- * <p>
8788
- * <code>network-interface.association.public-ip</code> - The address of the
8789
- * Elastic IP address (IPv4) bound to the network interface.</p>
8790
- * </li>
8791
- * <li>
8792
- * <p>
8793
- * <code>network-interface.attachment.attach-time</code> - The time that the
8794
- * network interface was attached to an instance.</p>
8795
- * </li>
8796
- * <li>
8797
- * <p>
8798
- * <code>network-interface.attachment.attachment-id</code> - The ID of the
8799
- * interface attachment.</p>
8800
- * </li>
8801
- * <li>
8802
- * <p>
8803
- * <code>network-interface.attachment.delete-on-termination</code> - Specifies
8804
- * whether the attachment is deleted when an instance is terminated.</p>
8805
- * </li>
8806
- * <li>
8807
- * <p>
8808
- * <code>network-interface.attachment.device-index</code> - The device index to
8809
- * which the network interface is attached.</p>
8810
- * </li>
8811
- * <li>
8812
- * <p>
8813
- * <code>network-interface.attachment.instance-id</code> - The ID of the instance
8814
- * to which the network interface is attached.</p>
8815
- * </li>
8816
- * <li>
8817
- * <p>
8818
- * <code>network-interface.attachment.instance-owner-id</code> - The owner ID of
8819
- * the instance to which the network interface is attached.</p>
8820
- * </li>
8821
- * <li>
8822
- * <p>
8823
- * <code>network-interface.attachment.network-card-index</code> - The index of the network card.</p>
8824
- * </li>
8825
- * <li>
8826
- * <p>
8827
- * <code>network-interface.attachment.status</code> - The status of the
8828
- * attachment (<code>attaching</code> | <code>attached</code> |
8829
- * <code>detaching</code> | <code>detached</code>).</p>
8830
- * </li>
8831
- * <li>
8832
- * <p>
8833
- * <code>network-interface.availability-zone</code> - The Availability Zone for
8834
- * the network interface.</p>
8835
- * </li>
8836
- * <li>
8837
- * <p>
8838
- * <code>network-interface.deny-all-igw-traffic</code> - A Boolean that indicates whether
8839
- * a network interface with an IPv6 address is unreachable from the public internet.</p>
8840
- * </li>
8841
- * <li>
8842
- * <p>
8843
- * <code>network-interface.description</code> - The description of the network
8844
- * interface.</p>
8845
- * </li>
8846
- * <li>
8847
- * <p>
8848
- * <code>network-interface.group-id</code> - The ID of a security group
8849
- * associated with the network interface.</p>
8850
- * </li>
8851
- * <li>
8852
- * <p>
8853
- * <code>network-interface.group-name</code> - The name of a security group
8854
- * associated with the network interface.</p>
8855
- * </li>
8856
- * <li>
8857
- * <p>
8858
- * <code>network-interface.ipv4-prefixes.ipv4-prefix</code> - The IPv4 prefixes that are assigned to the network interface.</p>
8859
- * </li>
8860
- * <li>
8861
- * <p>
8862
- * <code>network-interface.ipv6-address</code> - The IPv6 address associated with the network interface.</p>
8863
- * </li>
8864
- * <li>
8865
- * <p>
8866
- * <code>network-interface.ipv6-addresses.ipv6-address</code> - The IPv6 address
8867
- * associated with the network interface.</p>
8868
- * </li>
8869
- * <li>
8870
- * <p>
8871
- * <code>network-interface.ipv6-addresses.is-primary-ipv6</code> - A Boolean that indicates whether this
8872
- * is the primary IPv6 address.</p>
8873
- * </li>
8874
- * <li>
8875
- * <p>
8876
- * <code>network-interface.ipv6-native</code> - A Boolean that indicates whether this is
8877
- * an IPv6 only network interface.</p>
8878
- * </li>
8879
- * <li>
8880
- * <p>
8881
- * <code>network-interface.ipv6-prefixes.ipv6-prefix</code> - The IPv6 prefix assigned to the network interface.</p>
8882
- * </li>
8883
- * <li>
8884
- * <p>
8885
- * <code>network-interface.mac-address</code> - The MAC address of the network
8886
- * interface.</p>
8887
- * </li>
8888
- * <li>
8889
- * <p>
8890
- * <code>network-interface.network-interface-id</code> - The ID of the network
8891
- * interface.</p>
8892
- * </li>
8893
- * <li>
8894
- * <p>
8895
- * <code>network-interface.outpost-arn</code> - The ARN of the Outpost.</p>
8896
- * </li>
8897
- * <li>
8898
- * <p>
8899
- * <code>network-interface.owner-id</code> - The ID of the owner of the network
8900
- * interface.</p>
8901
- * </li>
8902
- * <li>
8903
- * <p>
8904
- * <code>network-interface.private-dns-name</code> - The private DNS name of the
8905
- * network interface.</p>
8906
- * </li>
8907
- * <li>
8908
- * <p>
8909
- * <code>network-interface.private-ip-address</code> - The private IPv4 address.</p>
8910
- * </li>
8911
- * <li>
8912
- * <p>
8913
- * <code>network-interface.public-dns-name</code> - The public DNS name.</p>
8914
- * </li>
8915
- * <li>
8916
- * <p>
8917
- * <code>network-interface.requester-id</code> - The requester ID for the network
8918
- * interface.</p>
8919
- * </li>
8920
- * <li>
8921
- * <p>
8922
- * <code>network-interface.requester-managed</code> - Indicates whether the
8923
- * network interface is being managed by Amazon Web Services.</p>
8924
- * </li>
8925
- * <li>
8926
- * <p>
8927
- * <code>network-interface.status</code> - The status of the network interface
8928
- * (<code>available</code>) | <code>in-use</code>).</p>
8929
- * </li>
8930
- * <li>
8931
- * <p>
8932
- * <code>network-interface.source-dest-check</code> - Whether the network
8933
- * interface performs source/destination checking. A value of <code>true</code>
8934
- * means that checking is enabled, and <code>false</code> means that checking is
8935
- * disabled. The value must be <code>false</code> for the network interface to
8936
- * perform network address translation (NAT) in your VPC.</p>
8937
- * </li>
8938
- * <li>
8939
- * <p>
8940
- * <code>network-interface.subnet-id</code> - The ID of the subnet for the
8941
- * network interface.</p>
8942
- * </li>
8943
- * <li>
8944
- * <p>
8945
- * <code>network-interface.tag-key</code> - The key of a tag assigned to the network interface.</p>
8946
- * </li>
8947
- * <li>
8948
- * <p>
8949
- * <code>network-interface.tag-value</code> - The value of a tag assigned to the network interface.</p>
8950
- * </li>
8951
- * <li>
8952
- * <p>
8953
- * <code>network-interface.vpc-id</code> - The ID of the VPC for the network
8954
- * interface.</p>
8955
- * </li>
8956
- * <li>
8957
- * <p>
8958
- * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the
8959
- * Outpost.</p>
8960
- * </li>
8961
- * <li>
8962
- * <p>
8963
- * <code>owner-id</code> - The Amazon Web Services account ID of the instance
8964
- * owner.</p>
8965
- * </li>
8966
- * <li>
8967
- * <p>
8968
- * <code>placement-group-name</code> - The name of the placement group for the
8969
- * instance.</p>
8970
- * </li>
8971
- * <li>
8972
- * <p>
8973
- * <code>placement-partition-number</code> - The partition in which the instance is
8974
- * located.</p>
8975
- * </li>
8976
- * <li>
8977
- * <p>
8978
- * <code>platform</code> - The platform. To list only Windows instances, use
8979
- * <code>windows</code>.</p>
8980
- * </li>
8981
- * <li>
8982
- * <p>
8983
- * <code>platform-details</code> - The platform (<code>Linux/UNIX</code> |
8984
- * <code>Red Hat BYOL Linux</code> | <code> Red Hat Enterprise Linux</code> |
8985
- * <code>Red Hat Enterprise Linux with HA</code> | <code>Red Hat Enterprise
8986
- * Linux with SQL Server Standard and HA</code> | <code>Red Hat Enterprise
8987
- * Linux with SQL Server Enterprise and HA</code> | <code>Red Hat Enterprise
8988
- * Linux with SQL Server Standard</code> | <code>Red Hat Enterprise Linux with
8989
- * SQL Server Web</code> | <code>Red Hat Enterprise Linux with SQL Server
8990
- * Enterprise</code> | <code>SQL Server Enterprise</code> | <code>SQL Server
8991
- * Standard</code> | <code>SQL Server Web</code> | <code>SUSE Linux</code> |
8992
- * <code>Ubuntu Pro</code> | <code>Windows</code> | <code>Windows BYOL</code> |
8993
- * <code>Windows with SQL Server Enterprise</code> | <code>Windows with SQL
8994
- * Server Standard</code> | <code>Windows with SQL Server Web</code>).</p>
8995
- * </li>
8996
- * <li>
8997
- * <p>
8998
- * <code>private-dns-name</code> - The private IPv4 DNS name of the
8999
- * instance.</p>
9000
- * </li>
9001
- * <li>
9002
- * <p>
9003
- * <code>private-dns-name-options.enable-resource-name-dns-a-record</code> - A
9004
- * Boolean that indicates whether to respond to DNS queries for instance hostnames
9005
- * with DNS A records.</p>
9006
- * </li>
9007
- * <li>
9008
- * <p>
9009
- * <code>private-dns-name-options.enable-resource-name-dns-aaaa-record</code> - A
9010
- * Boolean that indicates whether to respond to DNS queries for instance hostnames
9011
- * with DNS AAAA records.</p>
9012
- * </li>
9013
- * <li>
9014
- * <p>
9015
- * <code>private-dns-name-options.hostname-type</code> - The type of hostname
9016
- * (<code>ip-name</code> | <code>resource-name</code>).</p>
9017
- * </li>
9018
- * <li>
9019
- * <p>
9020
- * <code>private-ip-address</code> - The private IPv4 address of the
9021
- * instance.</p>
9022
- * </li>
9023
- * <li>
9024
- * <p>
9025
- * <code>product-code</code> - The product code associated with the AMI used to
9026
- * launch the instance.</p>
9027
- * </li>
9028
- * <li>
9029
- * <p>
9030
- * <code>product-code.type</code> - The type of product code (<code>devpay</code>
9031
- * | <code>marketplace</code>).</p>
9032
- * </li>
9033
- * <li>
9034
- * <p>
9035
- * <code>ramdisk-id</code> - The RAM disk ID.</p>
9036
- * </li>
9037
- * <li>
9038
- * <p>
9039
- * <code>reason</code> - The reason for the current state of the instance (for
9040
- * example, shows "User Initiated [date]" when you stop or terminate the instance).
9041
- * Similar to the state-reason-code filter.</p>
9042
- * </li>
9043
- * <li>
9044
- * <p>
9045
- * <code>requester-id</code> - The ID of the entity that launched the instance on
9046
- * your behalf (for example, Amazon Web Services Management Console, Auto Scaling, and so
9047
- * on).</p>
9048
- * </li>
9049
- * <li>
9050
- * <p>
9051
- * <code>reservation-id</code> - The ID of the instance's reservation. A
9052
- * reservation ID is created any time you launch an instance. A reservation ID has
9053
- * a one-to-one relationship with an instance launch request, but can be associated
9054
- * with more than one instance if you launch multiple instances using the same
9055
- * launch request. For example, if you launch one instance, you get one reservation
9056
- * ID. If you launch ten instances using the same launch request, you also get one
9057
- * reservation ID.</p>
9058
- * </li>
9059
- * <li>
9060
- * <p>
9061
- * <code>root-device-name</code> - The device name of the root device volume (for
9062
- * example, <code>/dev/sda1</code>).</p>
9063
- * </li>
9064
- * <li>
9065
- * <p>
9066
- * <code>root-device-type</code> - The type of the root device volume
9067
- * (<code>ebs</code> | <code>instance-store</code>).</p>
9068
- * </li>
9069
- * <li>
9070
- * <p>
9071
- * <code>source-dest-check</code> - Indicates whether the instance performs
9072
- * source/destination checking. A value of <code>true</code> means that checking is
9073
- * enabled, and <code>false</code> means that checking is disabled. The value must
9074
- * be <code>false</code> for the instance to perform network address translation
9075
- * (NAT) in your VPC. </p>
9076
- * </li>
9077
- * <li>
9078
- * <p>
9079
- * <code>spot-instance-request-id</code> - The ID of the Spot Instance
9080
- * request.</p>
9081
- * </li>
9082
- * <li>
9083
- * <p>
9084
- * <code>state-reason-code</code> - The reason code for the state change.</p>
9085
- * </li>
9086
- * <li>
9087
- * <p>
9088
- * <code>state-reason-message</code> - A message that describes the state
9089
- * change.</p>
9090
- * </li>
9091
- * <li>
9092
- * <p>
9093
- * <code>subnet-id</code> - The ID of the subnet for the instance.</p>
9094
- * </li>
9095
- * <li>
9096
- * <p>
9097
- * <code>tag:<key></code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
9098
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
9099
- * </li>
9100
- * <li>
9101
- * <p>
9102
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</p>
9103
- * </li>
9104
- * <li>
9105
- * <p>
9106
- * <code>tenancy</code> - The tenancy of an instance (<code>dedicated</code> |
9107
- * <code>default</code> | <code>host</code>).</p>
9108
- * </li>
9109
- * <li>
9110
- * <p>
9111
- * <code>tpm-support</code> - Indicates if the instance is configured for
9112
- * NitroTPM support (<code>v2.0</code>). </p>
9113
- * </li>
9114
- * <li>
9115
- * <p>
9116
- * <code>usage-operation</code> - The usage operation value for the instance
9117
- * (<code>RunInstances</code> | <code>RunInstances:00g0</code> |
9118
- * <code>RunInstances:0010</code> | <code>RunInstances:1010</code> |
9119
- * <code>RunInstances:1014</code> | <code>RunInstances:1110</code> |
9120
- * <code>RunInstances:0014</code> | <code>RunInstances:0210</code> |
9121
- * <code>RunInstances:0110</code> | <code>RunInstances:0100</code> |
9122
- * <code>RunInstances:0004</code> | <code>RunInstances:0200</code> |
9123
- * <code>RunInstances:000g</code> | <code>RunInstances:0g00</code> |
9124
- * <code>RunInstances:0002</code> | <code>RunInstances:0800</code> |
9125
- * <code>RunInstances:0102</code> | <code>RunInstances:0006</code> |
9126
- * <code>RunInstances:0202</code>).</p>
9127
- * </li>
9128
- * <li>
9129
- * <p>
9130
- * <code>usage-operation-update-time</code> - The time that the usage operation
9131
- * was last updated, for example, <code>2022-09-15T17:15:20.000Z</code>.</p>
9132
- * </li>
9133
- * <li>
9134
- * <p>
9135
- * <code>virtualization-type</code> - The virtualization type of the instance
9136
- * (<code>paravirtual</code> | <code>hvm</code>).</p>
9137
- * </li>
9138
- * <li>
9139
- * <p>
9140
- * <code>vpc-id</code> - The ID of the VPC that the instance is running in.</p>
9141
- * </li>
9142
- * </ul>
9143
- */
9144
- Filters?: Filter[];
9145
- /**
9146
- * @public
9147
- * <p>The instance IDs.</p>
9148
- * <p>Default: Describes all your instances.</p>
9149
- */
9150
- InstanceIds?: string[];
9151
- /**
9152
- * @public
9153
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9154
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9155
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9156
- */
9157
- DryRun?: boolean;
9158
- /**
9159
- * @public
9160
- * <p>The maximum number of items to return for this request.
9161
- * To get the next page of items, make another request with the token returned in the output.
9162
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
9163
- * <p>You cannot specify this parameter and the instance IDs parameter in the same request.</p>
9164
- */
9165
- MaxResults?: number;
9166
- /**
9167
- * @public
9168
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
9169
- */
9170
- NextToken?: string;
9171
- }
9172
- /**
9173
- * @public
9174
- * <p>Describes the instance's Capacity Reservation targeting preferences. The action returns the
9175
- * <code>capacityReservationPreference</code> response element if the instance is
9176
- * configured to run in On-Demand capacity, or if it is configured in run in any
9177
- * <code>open</code> Capacity Reservation that has matching attributes (instance type, platform,
9178
- * Availability Zone). The action returns the <code>capacityReservationTarget</code>
9179
- * response element if the instance explicily targets a specific Capacity Reservation or Capacity Reservation group.</p>
9180
- */
9181
- export interface CapacityReservationSpecificationResponse {
9182
- /**
9183
- * @public
9184
- * <p>Describes the instance's Capacity Reservation preferences. Possible preferences include:</p>
9185
- * <ul>
9186
- * <li>
9187
- * <p>
9188
- * <code>open</code> - The instance can run in any <code>open</code> Capacity Reservation that
9189
- * has matching attributes (instance type, platform, Availability Zone).</p>
9190
- * </li>
9191
- * <li>
9192
- * <p>
9193
- * <code>none</code> - The instance avoids running in a Capacity Reservation even if one is
9194
- * available. The instance runs in On-Demand capacity.</p>
9195
- * </li>
9196
- * </ul>
9197
- */
9198
- CapacityReservationPreference?: CapacityReservationPreference;
9199
- /**
9200
- * @public
9201
- * <p>Information about the targeted Capacity Reservation or Capacity Reservation group.</p>
9202
- */
9203
- CapacityReservationTarget?: CapacityReservationTargetResponse;
9204
- }
9205
- /**
9206
- * @public
9207
- * <p>The CPU options for the instance.</p>
9208
- */
9209
- export interface CpuOptions {
9210
- /**
9211
- * @public
9212
- * <p>The number of CPU cores for the instance.</p>
9213
- */
9214
- CoreCount?: number;
9215
- /**
9216
- * @public
9217
- * <p>The number of threads per CPU core.</p>
9218
- */
9219
- ThreadsPerCore?: number;
9220
- /**
9221
- * @public
9222
- * <p>Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see
9223
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP</a>.</p>
9224
- */
9225
- AmdSevSnp?: AmdSevSnpSpecification;
9226
- }
9227
- /**
9228
- * @public
9229
- * @enum
9230
- */
9231
- export declare const InstanceBootModeValues: {
9232
- readonly legacy_bios: "legacy-bios";
9233
- readonly uefi: "uefi";
9234
- };
9235
- /**
9236
- * @public
9237
- */
9238
- export type InstanceBootModeValues = (typeof InstanceBootModeValues)[keyof typeof InstanceBootModeValues];
9239
8586
  /**
9240
8587
  * @internal
9241
8588
  */