cdk-comprehend-s3olap 2.0.137 → 2.0.138
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +936 -921
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +52 -0
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +100 -69
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +13 -4
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +570 -89
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.paginators.json +4 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +75 -52
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +61 -0
- package/node_modules/aws-sdk/clients/guardduty.d.ts +32 -2
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +16 -3
- package/node_modules/aws-sdk/clients/kafka.d.ts +634 -0
- package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
- package/node_modules/aws-sdk/clients/osis.d.ts +26 -26
- package/node_modules/aws-sdk/clients/qldb.d.ts +27 -27
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +946 -928
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/services/sqs.js +3 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -3797,11 +3797,11 @@ declare class EC2 extends Service {
|
|
3797
3797
|
*/
|
3798
3798
|
modifyImageAttribute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
3799
3799
|
/**
|
3800
|
-
* Modifies the specified attribute of the specified instance. You can specify only one attribute at a time. Note: Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance
|
3800
|
+
* Modifies the specified attribute of the specified instance. You can specify only one attribute at a time. Note: Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance can result in an error if the instance has more than one ENI. To change the security groups associated with an ENI attached to an instance that has multiple ENIs, we recommend that you use the ModifyNetworkInterfaceAttribute action. To modify some attributes, the instance must be stopped. For more information, see Modify a stopped instance in the Amazon EC2 User Guide.
|
3801
3801
|
*/
|
3802
3802
|
modifyInstanceAttribute(params: EC2.Types.ModifyInstanceAttributeRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
3803
3803
|
/**
|
3804
|
-
* Modifies the specified attribute of the specified instance. You can specify only one attribute at a time. Note: Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance
|
3804
|
+
* Modifies the specified attribute of the specified instance. You can specify only one attribute at a time. Note: Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance can result in an error if the instance has more than one ENI. To change the security groups associated with an ENI attached to an instance that has multiple ENIs, we recommend that you use the ModifyNetworkInterfaceAttribute action. To modify some attributes, the instance must be stopped. For more information, see Modify a stopped instance in the Amazon EC2 User Guide.
|
3805
3805
|
*/
|
3806
3806
|
modifyInstanceAttribute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
3807
3807
|
/**
|
@@ -3941,11 +3941,11 @@ declare class EC2 extends Service {
|
|
3941
3941
|
*/
|
3942
3942
|
modifyPrivateDnsNameOptions(callback?: (err: AWSError, data: EC2.Types.ModifyPrivateDnsNameOptionsResult) => void): Request<EC2.Types.ModifyPrivateDnsNameOptionsResult, AWSError>;
|
3943
3943
|
/**
|
3944
|
-
* Modifies the configuration of your Reserved Instances, such as the Availability Zone, instance count, or instance type. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type. For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.
|
3944
|
+
* Modifies the configuration of your Reserved Instances, such as the Availability Zone, instance count, or instance type. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type. For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.
|
3945
3945
|
*/
|
3946
3946
|
modifyReservedInstances(params: EC2.Types.ModifyReservedInstancesRequest, callback?: (err: AWSError, data: EC2.Types.ModifyReservedInstancesResult) => void): Request<EC2.Types.ModifyReservedInstancesResult, AWSError>;
|
3947
3947
|
/**
|
3948
|
-
* Modifies the configuration of your Reserved Instances, such as the Availability Zone, instance count, or instance type. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type. For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.
|
3948
|
+
* Modifies the configuration of your Reserved Instances, such as the Availability Zone, instance count, or instance type. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type. For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.
|
3949
3949
|
*/
|
3950
3950
|
modifyReservedInstances(callback?: (err: AWSError, data: EC2.Types.ModifyReservedInstancesResult) => void): Request<EC2.Types.ModifyReservedInstancesResult, AWSError>;
|
3951
3951
|
/**
|
@@ -4261,11 +4261,11 @@ declare class EC2 extends Service {
|
|
4261
4261
|
*/
|
4262
4262
|
purchaseHostReservation(callback?: (err: AWSError, data: EC2.Types.PurchaseHostReservationResult) => void): Request<EC2.Types.PurchaseHostReservationResult, AWSError>;
|
4263
4263
|
/**
|
4264
|
-
* Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing. Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances. To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time. For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon EC2 User Guide.
|
4264
|
+
* Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing. Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances. To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time. For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon EC2 User Guide.
|
4265
4265
|
*/
|
4266
4266
|
purchaseReservedInstancesOffering(params: EC2.Types.PurchaseReservedInstancesOfferingRequest, callback?: (err: AWSError, data: EC2.Types.PurchaseReservedInstancesOfferingResult) => void): Request<EC2.Types.PurchaseReservedInstancesOfferingResult, AWSError>;
|
4267
4267
|
/**
|
4268
|
-
* Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing. Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances. To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time. For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon EC2 User Guide.
|
4268
|
+
* Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing. Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances. To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time. For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon EC2 User Guide.
|
4269
4269
|
*/
|
4270
4270
|
purchaseReservedInstancesOffering(callback?: (err: AWSError, data: EC2.Types.PurchaseReservedInstancesOfferingResult) => void): Request<EC2.Types.PurchaseReservedInstancesOfferingResult, AWSError>;
|
4271
4271
|
/**
|
@@ -4453,11 +4453,11 @@ declare class EC2 extends Service {
|
|
4453
4453
|
*/
|
4454
4454
|
requestSpotFleet(callback?: (err: AWSError, data: EC2.Types.RequestSpotFleetResponse) => void): Request<EC2.Types.RequestSpotFleetResponse, AWSError>;
|
4455
4455
|
/**
|
4456
|
-
* Creates a Spot Instance request. For more information, see Spot Instance requests in the Amazon EC2 User Guide for Linux Instances. We strongly discourage using the RequestSpotInstances API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide for Linux Instances.
|
4456
|
+
* Creates a Spot Instance request. For more information, see Spot Instance requests in the Amazon EC2 User Guide for Linux Instances. We strongly discourage using the RequestSpotInstances API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide for Linux Instances.
|
4457
4457
|
*/
|
4458
4458
|
requestSpotInstances(params: EC2.Types.RequestSpotInstancesRequest, callback?: (err: AWSError, data: EC2.Types.RequestSpotInstancesResult) => void): Request<EC2.Types.RequestSpotInstancesResult, AWSError>;
|
4459
4459
|
/**
|
4460
|
-
* Creates a Spot Instance request. For more information, see Spot Instance requests in the Amazon EC2 User Guide for Linux Instances. We strongly discourage using the RequestSpotInstances API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide for Linux Instances.
|
4460
|
+
* Creates a Spot Instance request. For more information, see Spot Instance requests in the Amazon EC2 User Guide for Linux Instances. We strongly discourage using the RequestSpotInstances API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide for Linux Instances.
|
4461
4461
|
*/
|
4462
4462
|
requestSpotInstances(callback?: (err: AWSError, data: EC2.Types.RequestSpotInstancesResult) => void): Request<EC2.Types.RequestSpotInstancesResult, AWSError>;
|
4463
4463
|
/**
|
@@ -4581,11 +4581,11 @@ declare class EC2 extends Service {
|
|
4581
4581
|
*/
|
4582
4582
|
revokeSecurityGroupIngress(callback?: (err: AWSError, data: EC2.Types.RevokeSecurityGroupIngressResult) => void): Request<EC2.Types.RevokeSecurityGroupIngressResult, AWSError>;
|
4583
4583
|
/**
|
4584
|
-
* Launches the specified number of instances using an AMI for which you have permissions. You can specify a number of options, or leave the default options. The following rules apply:
|
4584
|
+
* Launches the specified number of instances using an AMI for which you have permissions. You can specify a number of options, or leave the default options. The following rules apply: If you don't specify a subnet ID, we choose a default subnet from your default VPC for you. If you don't have a default VPC, you must specify a subnet ID in the request. All instances have a network interface with a primary private IPv4 address. If you don't specify this address, we choose one from the IPv4 range of your subnet. Not all instance types support IPv6 addresses. For more information, see Instance types. If you don't specify a security group ID, we use the default security group. For more information, see Security groups. If any of the AMIs have a product code attached for which the user has not subscribed, the request fails. You can create a launch template, which is a resource that contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify the launch template instead of specifying the launch parameters. To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances. An instance is ready for you to use when it's in the running state. You can check the state of your instance using DescribeInstances. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see CreateTags and Tagging your Amazon EC2 resources. Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see Key pairs. For troubleshooting, see What to do if an instance immediately terminates, and Troubleshooting connecting to your instance.
|
4585
4585
|
*/
|
4586
4586
|
runInstances(params: EC2.Types.RunInstancesRequest, callback?: (err: AWSError, data: EC2.Types.Reservation) => void): Request<EC2.Types.Reservation, AWSError>;
|
4587
4587
|
/**
|
4588
|
-
* Launches the specified number of instances using an AMI for which you have permissions. You can specify a number of options, or leave the default options. The following rules apply:
|
4588
|
+
* Launches the specified number of instances using an AMI for which you have permissions. You can specify a number of options, or leave the default options. The following rules apply: If you don't specify a subnet ID, we choose a default subnet from your default VPC for you. If you don't have a default VPC, you must specify a subnet ID in the request. All instances have a network interface with a primary private IPv4 address. If you don't specify this address, we choose one from the IPv4 range of your subnet. Not all instance types support IPv6 addresses. For more information, see Instance types. If you don't specify a security group ID, we use the default security group. For more information, see Security groups. If any of the AMIs have a product code attached for which the user has not subscribed, the request fails. You can create a launch template, which is a resource that contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify the launch template instead of specifying the launch parameters. To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances. An instance is ready for you to use when it's in the running state. You can check the state of your instance using DescribeInstances. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see CreateTags and Tagging your Amazon EC2 resources. Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see Key pairs. For troubleshooting, see What to do if an instance immediately terminates, and Troubleshooting connecting to your instance.
|
4589
4589
|
*/
|
4590
4590
|
runInstances(callback?: (err: AWSError, data: EC2.Types.Reservation) => void): Request<EC2.Types.Reservation, AWSError>;
|
4591
4591
|
/**
|
@@ -5682,6 +5682,7 @@ declare namespace EC2 {
|
|
5682
5682
|
ComponentArn?: String;
|
5683
5683
|
}
|
5684
5684
|
export type AlternatePathHintList = AlternatePathHint[];
|
5685
|
+
export type AmdSevSnpSpecification = "enabled"|"disabled"|string;
|
5685
5686
|
export interface AnalysisAclRule {
|
5686
5687
|
/**
|
5687
5688
|
* The IPv4 address range, in CIDR notation.
|
@@ -7231,13 +7232,13 @@ declare namespace EC2 {
|
|
7231
7232
|
*/
|
7232
7233
|
DryRun?: Boolean;
|
7233
7234
|
/**
|
7234
|
-
*
|
7235
|
+
* The IDs of the Spot Instance requests.
|
7235
7236
|
*/
|
7236
7237
|
SpotInstanceRequestIds: SpotInstanceRequestIdList;
|
7237
7238
|
}
|
7238
7239
|
export interface CancelSpotInstanceRequestsResult {
|
7239
7240
|
/**
|
7240
|
-
*
|
7241
|
+
* The Spot Instance requests.
|
7241
7242
|
*/
|
7242
7243
|
CancelledSpotInstanceRequests?: CancelledSpotInstanceRequestList;
|
7243
7244
|
}
|
@@ -8313,6 +8314,10 @@ declare namespace EC2 {
|
|
8313
8314
|
* The number of threads per CPU core.
|
8314
8315
|
*/
|
8315
8316
|
ThreadsPerCore?: Integer;
|
8317
|
+
/**
|
8318
|
+
* Indicates whether the instance is enabled for AMD SEV-SNP.
|
8319
|
+
*/
|
8320
|
+
AmdSevSnp?: AmdSevSnpSpecification;
|
8316
8321
|
}
|
8317
8322
|
export interface CpuOptionsRequest {
|
8318
8323
|
/**
|
@@ -8323,6 +8328,10 @@ declare namespace EC2 {
|
|
8323
8328
|
* The number of threads per CPU core. To disable multithreading for the instance, specify a value of 1. Otherwise, specify the default value of 2.
|
8324
8329
|
*/
|
8325
8330
|
ThreadsPerCore?: Integer;
|
8331
|
+
/**
|
8332
|
+
* Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only.
|
8333
|
+
*/
|
8334
|
+
AmdSevSnp?: AmdSevSnpSpecification;
|
8326
8335
|
}
|
8327
8336
|
export interface CreateCapacityReservationFleetRequest {
|
8328
8337
|
/**
|
@@ -14484,7 +14493,7 @@ declare namespace EC2 {
|
|
14484
14493
|
*/
|
14485
14494
|
InstanceTypes?: RequestInstanceTypeList;
|
14486
14495
|
/**
|
14487
|
-
* One or more filters. Filter names and values are case-sensitive. auto-recovery-supported - Indicates whether
|
14496
|
+
* One or more filters. Filter names and values are case-sensitive. auto-recovery-supported - Indicates whether Amazon CloudWatch action based recovery is supported (true | false). bare-metal - Indicates whether it is a bare metal instance type (true | false). burstable-performance-supported - Indicates whether it is a burstable performance instance type (true | false). current-generation - Indicates whether this instance type is the latest generation instance type of an instance family (true | false). ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps - The baseline bandwidth performance for an EBS-optimized instance type, in Mbps. ebs-info.ebs-optimized-info.baseline-iops - The baseline input/output storage operations per second for an EBS-optimized instance type. ebs-info.ebs-optimized-info.baseline-throughput-in-mbps - The baseline throughput performance for an EBS-optimized instance type, in MB/s. ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps - The maximum bandwidth performance for an EBS-optimized instance type, in Mbps. ebs-info.ebs-optimized-info.maximum-iops - The maximum input/output storage operations per second for an EBS-optimized instance type. ebs-info.ebs-optimized-info.maximum-throughput-in-mbps - The maximum throughput performance for an EBS-optimized instance type, in MB/s. ebs-info.ebs-optimized-support - Indicates whether the instance type is EBS-optimized (supported | unsupported | default). ebs-info.encryption-support - Indicates whether EBS encryption is supported (supported | unsupported). ebs-info.nvme-support - Indicates whether non-volatile memory express (NVMe) is supported for EBS volumes (required | supported | unsupported). free-tier-eligible - Indicates whether the instance type is eligible to use in the free tier (true | false). hibernation-supported - Indicates whether On-Demand hibernation is supported (true | false). hypervisor - The hypervisor (nitro | xen). instance-storage-info.disk.count - The number of local disks. instance-storage-info.disk.size-in-gb - The storage size of each instance storage disk, in GB. instance-storage-info.disk.type - The storage technology for the local instance storage disks (hdd | ssd). instance-storage-info.encryption-support - Indicates whether data is encrypted at rest (required | supported | unsupported). instance-storage-info.nvme-support - Indicates whether non-volatile memory express (NVMe) is supported for instance store (required | supported | unsupported). instance-storage-info.total-size-in-gb - The total amount of storage available from all local instance storage, in GB. instance-storage-supported - Indicates whether the instance type has local instance storage (true | false). instance-type - The instance type (for example c5.2xlarge or c5*). memory-info.size-in-mib - The memory size. network-info.efa-info.maximum-efa-interfaces - The maximum number of Elastic Fabric Adapters (EFAs) per instance. network-info.efa-supported - Indicates whether the instance type supports Elastic Fabric Adapter (EFA) (true | false). network-info.ena-support - Indicates whether Elastic Network Adapter (ENA) is supported or required (required | supported | unsupported). network-info.encryption-in-transit-supported - Indicates whether the instance type automatically encrypts in-transit traffic between instances (true | false). network-info.ipv4-addresses-per-interface - The maximum number of private IPv4 addresses per network interface. network-info.ipv6-addresses-per-interface - The maximum number of private IPv6 addresses per network interface. network-info.ipv6-supported - Indicates whether the instance type supports IPv6 (true | false). network-info.maximum-network-cards - The maximum number of network cards per instance. network-info.maximum-network-interfaces - The maximum number of network interfaces per instance. network-info.network-performance - The network performance (for example, "25 Gigabit"). processor-info.supported-architecture - The CPU architecture (arm64 | i386 | x86_64). processor-info.sustained-clock-speed-in-ghz - The CPU clock speed, in GHz. supported-boot-mode - The boot mode (legacy-bios | uefi). supported-root-device-type - The root device type (ebs | instance-store). supported-usage-class - The usage class (on-demand | spot). supported-virtualization-type - The virtualization type (hvm | paravirtual). vcpu-info.default-cores - The default number of cores for the instance type. vcpu-info.default-threads-per-core - The default number of threads per core for the instance type. vcpu-info.default-vcpus - The default number of vCPUs for the instance type. vcpu-info.valid-cores - The number of cores that can be configured for the instance type. vcpu-info.valid-threads-per-core - The number of threads per core that can be configured for the instance type. For example, "1" or "1,2".
|
14488
14497
|
*/
|
14489
14498
|
Filters?: FilterList;
|
14490
14499
|
/**
|
@@ -14508,7 +14517,7 @@ declare namespace EC2 {
|
|
14508
14517
|
}
|
14509
14518
|
export interface DescribeInstancesRequest {
|
14510
14519
|
/**
|
14511
|
-
* The filters. affinity - The affinity setting for an instance running on a Dedicated Host (default | host). architecture - The instance architecture (i386 | x86_64 | arm64). availability-zone - The Availability Zone of the instance. block-device-mapping.attach-time - The attach time for an EBS volume mapped to the instance, for example, 2010-09-15T17:15:20.000Z. block-device-mapping.delete-on-termination - A Boolean that indicates whether the EBS volume is deleted on instance termination. block-device-mapping.device-name - The device name specified in the block device mapping (for example, /dev/sdh or xvdh). block-device-mapping.status - The status for the EBS volume (attaching | attached | detaching | detached). block-device-mapping.volume-id - The volume ID of the EBS volume. capacity-reservation-id - The ID of the Capacity Reservation into which the instance was launched. client-token - The idempotency token you provided when you launched the instance. dns-name - The public DNS name of the instance. group-id - The ID of the security group for the instance. EC2-Classic only. group-name - The name of the security group for the instance. EC2-Classic only. hibernation-options.configured - A Boolean that indicates whether the instance is enabled for hibernation. A value of true means that the instance is enabled for hibernation. host-id - The ID of the Dedicated Host on which the instance is running, if applicable. hypervisor - The hypervisor type of the instance (ovm | xen). The value xen is used for both Xen and Nitro hypervisors. iam-instance-profile.arn - The instance profile associated with the instance. Specified as an ARN. image-id - The ID of the image used to launch the instance. instance-id - The ID of the instance. instance-lifecycle - Indicates whether this is a Spot Instance or a Scheduled Instance (spot | scheduled). instance-state-code - The state of the instance, as a 16-bit unsigned integer. The high byte is used for internal purposes and should be ignored. The low byte is set based on the state represented. The valid values are: 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped). instance-state-name - The state of the instance (pending | running | shutting-down | terminated | stopping | stopped). instance-type - The type of instance (for example, t2.micro). instance.group-id - The ID of the security group for the instance. instance.group-name - The name of the security group for the instance. ip-address - The public IPv4 address of the instance. kernel-id - The kernel ID. key-name - The name of the key pair used when the instance was launched. launch-index - When launching multiple instances, this is the index for the instance in the launch group (for example, 0, 1, 2, and so on). launch-time - The time when the instance was launched, in the ISO 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example, 2021-09-29T11:04:43.305Z. You can use a wildcard (*), for example, 2021-09-29T*, which matches an entire day. metadata-options.http-tokens - The metadata request authorization state (optional | required) metadata-options.http-put-response-hop-limit - The HTTP metadata request put response hop limit (integer, possible values 1 to 64) metadata-options.http-endpoint - The status of access to the HTTP metadata endpoint on your instance (enabled | disabled) metadata-options.instance-metadata-tags - The status of access to instance tags from the instance metadata (enabled | disabled) monitoring-state - Indicates whether detailed monitoring is enabled (disabled | enabled). network-interface.addresses.private-ip-address - The private IPv4 address associated with the network interface. network-interface.addresses.primary - Specifies whether the IPv4 address of the network interface is the primary private IPv4 address. network-interface.addresses.association.public-ip - The ID of the association of an Elastic IP address (IPv4) with a network interface. network-interface.addresses.association.ip-owner-id - The owner ID of the private IPv4 address associated with the network interface. network-interface.association.public-ip - The address of the Elastic IP address (IPv4) bound to the network interface. network-interface.association.ip-owner-id - The owner of the Elastic IP address (IPv4) associated with the network interface. network-interface.association.allocation-id - The allocation ID returned when you allocated the Elastic IP address (IPv4) for your network interface. network-interface.association.association-id - The association ID returned when the network interface was associated with an IPv4 address. network-interface.attachment.attachment-id - The ID of the interface attachment. network-interface.attachment.instance-id - The ID of the instance to which the network interface is attached. network-interface.attachment.instance-owner-id - The owner ID of the instance to which the network interface is attached. network-interface.attachment.device-index - The device index to which the network interface is attached. network-interface.attachment.status - The status of the attachment (attaching | attached | detaching | detached). network-interface.attachment.attach-time - The time that the network interface was attached to an instance. network-interface.attachment.delete-on-termination - Specifies whether the attachment is deleted when an instance is terminated. network-interface.availability-zone - The Availability Zone for the network interface. network-interface.description - The description of the network interface. network-interface.group-id - The ID of a security group associated with the network interface. network-interface.group-name - The name of a security group associated with the network interface. network-interface.ipv6-addresses.ipv6-address - The IPv6 address associated with the network interface. network-interface.mac-address - The MAC address of the network interface. network-interface.network-interface-id - The ID of the network interface. network-interface.owner-id - The ID of the owner of the network interface. network-interface.private-dns-name - The private DNS name of the network interface. network-interface.requester-id - The requester ID for the network interface. network-interface.requester-managed - Indicates whether the network interface is being managed by Amazon Web Services. network-interface.status - The status of the network interface (available) | in-use). network-interface.source-dest-check - Whether the network interface performs source/destination checking. A value of true means that checking is enabled, and false means that checking is disabled. The value must be false for the network interface to perform network address translation (NAT) in your VPC. network-interface.subnet-id - The ID of the subnet for the network interface. network-interface.vpc-id - The ID of the VPC for the network interface. outpost-arn - The Amazon Resource Name (ARN) of the Outpost. owner-id - The Amazon Web Services account ID of the instance owner. placement-group-name - The name of the placement group for the instance. placement-partition-number - The partition in which the instance is located. platform - The platform. To list only Windows instances, use windows. private-dns-name - The private IPv4 DNS name of the instance. private-ip-address - The private IPv4 address of the instance. product-code - The product code associated with the AMI used to launch the instance. product-code.type - The type of product code (devpay | marketplace). ramdisk-id - The RAM disk ID. reason - The reason for the current state of the instance (for example, shows "User Initiated [date]" when you stop or terminate the instance). Similar to the state-reason-code filter. requester-id - The ID of the entity that launched the instance on your behalf (for example, Amazon Web Services Management Console, Auto Scaling, and so on). reservation-id - The ID of the instance's reservation. A reservation ID is created any time you launch an instance. A reservation ID has a one-to-one relationship with an instance launch request, but can be associated with more than one instance if you launch multiple instances using the same launch request. For example, if you launch one instance, you get one reservation ID. If you launch ten instances using the same launch request, you also get one reservation ID. root-device-name - The device name of the root device volume (for example, /dev/sda1). root-device-type - The type of the root device volume (ebs | instance-store). source-dest-check - Indicates whether the instance performs source/destination checking. A value of true means that checking is enabled, and false means that checking is disabled. The value must be false for the instance to perform network address translation (NAT) in your VPC. spot-instance-request-id - The ID of the Spot Instance request. state-reason-code - The reason code for the state change. state-reason-message - A message that describes the state change. subnet-id - The ID of the subnet for the instance. tag:<key> - 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. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - 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. tenancy - The tenancy of an instance (dedicated | default | host). virtualization-type - The virtualization type of the instance (paravirtual | hvm). vpc-id - The ID of the VPC that the instance is running in.
|
14520
|
+
* The filters. affinity - The affinity setting for an instance running on a Dedicated Host (default | host). architecture - The instance architecture (i386 | x86_64 | arm64). availability-zone - The Availability Zone of the instance. block-device-mapping.attach-time - The attach time for an EBS volume mapped to the instance, for example, 2010-09-15T17:15:20.000Z. block-device-mapping.delete-on-termination - A Boolean that indicates whether the EBS volume is deleted on instance termination. block-device-mapping.device-name - The device name specified in the block device mapping (for example, /dev/sdh or xvdh). block-device-mapping.status - The status for the EBS volume (attaching | attached | detaching | detached). block-device-mapping.volume-id - The volume ID of the EBS volume. capacity-reservation-id - The ID of the Capacity Reservation into which the instance was launched. client-token - The idempotency token you provided when you launched the instance. dns-name - The public DNS name of the instance. hibernation-options.configured - A Boolean that indicates whether the instance is enabled for hibernation. A value of true means that the instance is enabled for hibernation. host-id - The ID of the Dedicated Host on which the instance is running, if applicable. hypervisor - The hypervisor type of the instance (ovm | xen). The value xen is used for both Xen and Nitro hypervisors. iam-instance-profile.arn - The instance profile associated with the instance. Specified as an ARN. image-id - The ID of the image used to launch the instance. instance-id - The ID of the instance. instance-lifecycle - Indicates whether this is a Spot Instance or a Scheduled Instance (spot | scheduled). instance-state-code - The state of the instance, as a 16-bit unsigned integer. The high byte is used for internal purposes and should be ignored. The low byte is set based on the state represented. The valid values are: 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped). instance-state-name - The state of the instance (pending | running | shutting-down | terminated | stopping | stopped). instance-type - The type of instance (for example, t2.micro). instance.group-id - The ID of the security group for the instance. instance.group-name - The name of the security group for the instance. ip-address - The public IPv4 address of the instance. kernel-id - The kernel ID. key-name - The name of the key pair used when the instance was launched. launch-index - When launching multiple instances, this is the index for the instance in the launch group (for example, 0, 1, 2, and so on). launch-time - The time when the instance was launched, in the ISO 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example, 2021-09-29T11:04:43.305Z. You can use a wildcard (*), for example, 2021-09-29T*, which matches an entire day. metadata-options.http-tokens - The metadata request authorization state (optional | required) metadata-options.http-put-response-hop-limit - The HTTP metadata request put response hop limit (integer, possible values 1 to 64) metadata-options.http-endpoint - The status of access to the HTTP metadata endpoint on your instance (enabled | disabled) metadata-options.instance-metadata-tags - The status of access to instance tags from the instance metadata (enabled | disabled) monitoring-state - Indicates whether detailed monitoring is enabled (disabled | enabled). network-interface.addresses.private-ip-address - The private IPv4 address associated with the network interface. network-interface.addresses.primary - Specifies whether the IPv4 address of the network interface is the primary private IPv4 address. network-interface.addresses.association.public-ip - The ID of the association of an Elastic IP address (IPv4) with a network interface. network-interface.addresses.association.ip-owner-id - The owner ID of the private IPv4 address associated with the network interface. network-interface.association.public-ip - The address of the Elastic IP address (IPv4) bound to the network interface. network-interface.association.ip-owner-id - The owner of the Elastic IP address (IPv4) associated with the network interface. network-interface.association.allocation-id - The allocation ID returned when you allocated the Elastic IP address (IPv4) for your network interface. network-interface.association.association-id - The association ID returned when the network interface was associated with an IPv4 address. network-interface.attachment.attachment-id - The ID of the interface attachment. network-interface.attachment.instance-id - The ID of the instance to which the network interface is attached. network-interface.attachment.instance-owner-id - The owner ID of the instance to which the network interface is attached. network-interface.attachment.device-index - The device index to which the network interface is attached. network-interface.attachment.status - The status of the attachment (attaching | attached | detaching | detached). network-interface.attachment.attach-time - The time that the network interface was attached to an instance. network-interface.attachment.delete-on-termination - Specifies whether the attachment is deleted when an instance is terminated. network-interface.availability-zone - The Availability Zone for the network interface. network-interface.description - The description of the network interface. network-interface.group-id - The ID of a security group associated with the network interface. network-interface.group-name - The name of a security group associated with the network interface. network-interface.ipv6-addresses.ipv6-address - The IPv6 address associated with the network interface. network-interface.mac-address - The MAC address of the network interface. network-interface.network-interface-id - The ID of the network interface. network-interface.owner-id - The ID of the owner of the network interface. network-interface.private-dns-name - The private DNS name of the network interface. network-interface.requester-id - The requester ID for the network interface. network-interface.requester-managed - Indicates whether the network interface is being managed by Amazon Web Services. network-interface.status - The status of the network interface (available) | in-use). network-interface.source-dest-check - Whether the network interface performs source/destination checking. A value of true means that checking is enabled, and false means that checking is disabled. The value must be false for the network interface to perform network address translation (NAT) in your VPC. network-interface.subnet-id - The ID of the subnet for the network interface. network-interface.vpc-id - The ID of the VPC for the network interface. outpost-arn - The Amazon Resource Name (ARN) of the Outpost. owner-id - The Amazon Web Services account ID of the instance owner. placement-group-name - The name of the placement group for the instance. placement-partition-number - The partition in which the instance is located. platform - The platform. To list only Windows instances, use windows. private-dns-name - The private IPv4 DNS name of the instance. private-ip-address - The private IPv4 address of the instance. product-code - The product code associated with the AMI used to launch the instance. product-code.type - The type of product code (devpay | marketplace). ramdisk-id - The RAM disk ID. reason - The reason for the current state of the instance (for example, shows "User Initiated [date]" when you stop or terminate the instance). Similar to the state-reason-code filter. requester-id - The ID of the entity that launched the instance on your behalf (for example, Amazon Web Services Management Console, Auto Scaling, and so on). reservation-id - The ID of the instance's reservation. A reservation ID is created any time you launch an instance. A reservation ID has a one-to-one relationship with an instance launch request, but can be associated with more than one instance if you launch multiple instances using the same launch request. For example, if you launch one instance, you get one reservation ID. If you launch ten instances using the same launch request, you also get one reservation ID. root-device-name - The device name of the root device volume (for example, /dev/sda1). root-device-type - The type of the root device volume (ebs | instance-store). source-dest-check - Indicates whether the instance performs source/destination checking. A value of true means that checking is enabled, and false means that checking is disabled. The value must be false for the instance to perform network address translation (NAT) in your VPC. spot-instance-request-id - The ID of the Spot Instance request. state-reason-code - The reason code for the state change. state-reason-message - A message that describes the state change. subnet-id - The ID of the subnet for the instance. tag:<key> - 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. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - 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. tenancy - The tenancy of an instance (dedicated | default | host). virtualization-type - The virtualization type of the instance (paravirtual | hvm). vpc-id - The ID of the VPC that the instance is running in.
|
14512
14521
|
*/
|
14513
14522
|
Filters?: FilterList;
|
14514
14523
|
/**
|
@@ -15645,7 +15654,7 @@ declare namespace EC2 {
|
|
15645
15654
|
}
|
15646
15655
|
export interface DescribeReservedInstancesModificationsRequest {
|
15647
15656
|
/**
|
15648
|
-
* One or more filters. client-token - The idempotency token for the modification request. create-date - The time when the modification request was created. effective-date - The time when the modification becomes effective. modification-result.reserved-instances-id - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is fulfilled. modification-result.target-configuration.availability-zone - The Availability Zone for the new Reserved Instances. modification-result.target-configuration.instance-count - The number of new Reserved Instances. modification-result.target-configuration.instance-type - The instance type of the new Reserved Instances.
|
15657
|
+
* One or more filters. client-token - The idempotency token for the modification request. create-date - The time when the modification request was created. effective-date - The time when the modification becomes effective. modification-result.reserved-instances-id - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is fulfilled. modification-result.target-configuration.availability-zone - The Availability Zone for the new Reserved Instances. modification-result.target-configuration.instance-count - The number of new Reserved Instances. modification-result.target-configuration.instance-type - The instance type of the new Reserved Instances. reserved-instances-id - The ID of the Reserved Instances modified. reserved-instances-modification-id - The ID of the modification request. status - The status of the Reserved Instances modification request (processing | fulfilled | failed). status-message - The reason for the status. update-date - The time when the modification request was last updated.
|
15649
15658
|
*/
|
15650
15659
|
Filters?: FilterList;
|
15651
15660
|
/**
|
@@ -15673,7 +15682,7 @@ declare namespace EC2 {
|
|
15673
15682
|
*/
|
15674
15683
|
AvailabilityZone?: String;
|
15675
15684
|
/**
|
15676
|
-
* One or more filters. availability-zone - The Availability Zone where the Reserved Instance can be used. duration - The duration of the Reserved Instance (for example, one year or three years), in seconds (31536000 | 94608000). fixed-price - The purchase price of the Reserved Instance (for example, 9800.0). instance-type - The instance type that is covered by the reservation. marketplace - Set to true to show only Reserved Instance Marketplace offerings. When this filter is not used, which is the default behavior, all offerings from both Amazon Web Services and the Reserved Instance Marketplace are listed. product-description - The Reserved Instance product platform description
|
15685
|
+
* One or more filters. availability-zone - The Availability Zone where the Reserved Instance can be used. duration - The duration of the Reserved Instance (for example, one year or three years), in seconds (31536000 | 94608000). fixed-price - The purchase price of the Reserved Instance (for example, 9800.0). instance-type - The instance type that is covered by the reservation. marketplace - Set to true to show only Reserved Instance Marketplace offerings. When this filter is not used, which is the default behavior, all offerings from both Amazon Web Services and the Reserved Instance Marketplace are listed. product-description - The Reserved Instance product platform description (Linux/UNIX | Linux with SQL Server Standard | Linux with SQL Server Web | Linux with SQL Server Enterprise | SUSE Linux | Red Hat Enterprise Linux | Red Hat Enterprise Linux with HA | Windows | Windows with SQL Server Standard | Windows with SQL Server Web | Windows with SQL Server Enterprise). reserved-instances-offering-id - The Reserved Instances offering ID. scope - The scope of the Reserved Instance (Availability Zone or Region). usage-price - The usage price of the Reserved Instance, per hour (for example, 0.84).
|
15677
15686
|
*/
|
15678
15687
|
Filters?: FilterList;
|
15679
15688
|
/**
|
@@ -15741,7 +15750,7 @@ declare namespace EC2 {
|
|
15741
15750
|
}
|
15742
15751
|
export interface DescribeReservedInstancesRequest {
|
15743
15752
|
/**
|
15744
|
-
* One or more filters. availability-zone - The Availability Zone where the Reserved Instance can be used. duration - The duration of the Reserved Instance (one year or three years), in seconds (31536000 | 94608000). end - The time when the Reserved Instance expires (for example, 2015-08-07T11:54:42.000Z). fixed-price - The purchase price of the Reserved Instance (for example, 9800.0). instance-type - The instance type that is covered by the reservation. scope - The scope of the Reserved Instance (Region or Availability Zone). product-description - The Reserved Instance product platform description
|
15753
|
+
* One or more filters. availability-zone - The Availability Zone where the Reserved Instance can be used. duration - The duration of the Reserved Instance (one year or three years), in seconds (31536000 | 94608000). end - The time when the Reserved Instance expires (for example, 2015-08-07T11:54:42.000Z). fixed-price - The purchase price of the Reserved Instance (for example, 9800.0). instance-type - The instance type that is covered by the reservation. scope - The scope of the Reserved Instance (Region or Availability Zone). product-description - The Reserved Instance product platform description (Linux/UNIX | Linux with SQL Server Standard | Linux with SQL Server Web | Linux with SQL Server Enterprise | SUSE Linux | Red Hat Enterprise Linux | Red Hat Enterprise Linux with HA | Windows | Windows with SQL Server Standard | Windows with SQL Server Web | Windows with SQL Server Enterprise). reserved-instances-id - The ID of the Reserved Instance. start - The time at which the Reserved Instance purchase request was placed (for example, 2014-08-07T11:54:42.000Z). state - The state of the Reserved Instance (payment-pending | active | payment-failed | retired). tag:<key> - 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. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. usage-price - The usage price of the Reserved Instance, per hour (for example, 0.84).
|
15745
15754
|
*/
|
15746
15755
|
Filters?: FilterList;
|
15747
15756
|
/**
|
@@ -15807,7 +15816,7 @@ declare namespace EC2 {
|
|
15807
15816
|
*/
|
15808
15817
|
DryRun?: Boolean;
|
15809
15818
|
/**
|
15810
|
-
* The filters. availability-zone - The Availability Zone (for example, us-west-2a). instance-type - The instance type (for example, c4.large).
|
15819
|
+
* The filters. availability-zone - The Availability Zone (for example, us-west-2a). instance-type - The instance type (for example, c4.large). platform - The platform (Linux/UNIX or Windows).
|
15811
15820
|
*/
|
15812
15821
|
Filters?: FilterList;
|
15813
15822
|
/**
|
@@ -15851,7 +15860,7 @@ declare namespace EC2 {
|
|
15851
15860
|
*/
|
15852
15861
|
DryRun?: Boolean;
|
15853
15862
|
/**
|
15854
|
-
* The filters. availability-zone - The Availability Zone (for example, us-west-2a). instance-type - The instance type (for example, c4.large).
|
15863
|
+
* The filters. availability-zone - The Availability Zone (for example, us-west-2a). instance-type - The instance type (for example, c4.large). platform - The platform (Linux/UNIX or Windows).
|
15855
15864
|
*/
|
15856
15865
|
Filters?: FilterList;
|
15857
15866
|
/**
|
@@ -16188,7 +16197,7 @@ declare namespace EC2 {
|
|
16188
16197
|
}
|
16189
16198
|
export interface DescribeSpotInstanceRequestsRequest {
|
16190
16199
|
/**
|
16191
|
-
*
|
16200
|
+
* The filters. availability-zone-group - The Availability Zone group. create-time - The time stamp when the Spot Instance request was created. fault-code - The fault code related to the request. fault-message - The fault message related to the request. instance-id - The ID of the instance that fulfilled the request. launch-group - The Spot Instance launch group. launch.block-device-mapping.delete-on-termination - Indicates whether the EBS volume is deleted on instance termination. launch.block-device-mapping.device-name - The device name for the volume in the block device mapping (for example, /dev/sdh or xvdh). launch.block-device-mapping.snapshot-id - The ID of the snapshot for the EBS volume. launch.block-device-mapping.volume-size - The size of the EBS volume, in GiB. launch.block-device-mapping.volume-type - The type of EBS volume: gp2 for General Purpose SSD, io1 or io2 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1for Cold HDD, or standard for Magnetic. launch.group-id - The ID of the security group for the instance. launch.group-name - The name of the security group for the instance. launch.image-id - The ID of the AMI. launch.instance-type - The type of instance (for example, m3.medium). launch.kernel-id - The kernel ID. launch.key-name - The name of the key pair the instance launched with. launch.monitoring-enabled - Whether detailed monitoring is enabled for the Spot Instance. launch.ramdisk-id - The RAM disk ID. launched-availability-zone - The Availability Zone in which the request is launched. network-interface.addresses.primary - Indicates whether the IP address is the primary private IP address. network-interface.delete-on-termination - Indicates whether the network interface is deleted when the instance is terminated. network-interface.description - A description of the network interface. network-interface.device-index - The index of the device for the network interface attachment on the instance. network-interface.group-id - The ID of the security group associated with the network interface. network-interface.network-interface-id - The ID of the network interface. network-interface.private-ip-address - The primary private IP address of the network interface. network-interface.subnet-id - The ID of the subnet for the instance. product-description - The product description associated with the instance (Linux/UNIX | Windows). spot-instance-request-id - The Spot Instance request ID. spot-price - The maximum hourly price for any Spot Instance launched to fulfill the request. state - The state of the Spot Instance request (open | active | closed | cancelled | failed). Spot request status information can help you track your Amazon EC2 Spot Instance requests. For more information, see Spot request status in the Amazon EC2 User Guide for Linux Instances. status-code - The short code describing the most recent evaluation of your Spot Instance request. status-message - The message explaining the status of the Spot Instance request. tag:<key> - 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. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. type - The type of Spot Instance request (one-time | persistent). valid-from - The start date of the request. valid-until - The end date of the request.
|
16192
16201
|
*/
|
16193
16202
|
Filters?: FilterList;
|
16194
16203
|
/**
|
@@ -16196,7 +16205,7 @@ declare namespace EC2 {
|
|
16196
16205
|
*/
|
16197
16206
|
DryRun?: Boolean;
|
16198
16207
|
/**
|
16199
|
-
*
|
16208
|
+
* The IDs of the Spot Instance requests.
|
16200
16209
|
*/
|
16201
16210
|
SpotInstanceRequestIds?: SpotInstanceRequestIdList;
|
16202
16211
|
/**
|
@@ -16210,7 +16219,7 @@ declare namespace EC2 {
|
|
16210
16219
|
}
|
16211
16220
|
export interface DescribeSpotInstanceRequestsResult {
|
16212
16221
|
/**
|
16213
|
-
*
|
16222
|
+
* The Spot Instance requests.
|
16214
16223
|
*/
|
16215
16224
|
SpotInstanceRequests?: SpotInstanceRequestList;
|
16216
16225
|
/**
|
@@ -16220,7 +16229,7 @@ declare namespace EC2 {
|
|
16220
16229
|
}
|
16221
16230
|
export interface DescribeSpotPriceHistoryRequest {
|
16222
16231
|
/**
|
16223
|
-
*
|
16232
|
+
* The filters. availability-zone - The Availability Zone for which prices should be returned. instance-type - The type of instance (for example, m3.medium). product-description - The product description for the Spot price (Linux/UNIX | Red Hat Enterprise Linux | SUSE Linux | Windows | Linux/UNIX (Amazon VPC) | Red Hat Enterprise Linux (Amazon VPC) | SUSE Linux (Amazon VPC) | Windows (Amazon VPC)). spot-price - The Spot price. The value must match exactly (or use wildcards; greater than or less than comparison is not supported). timestamp - The time stamp of the Spot price history, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). You can use wildcards (* and ?). Greater than or less than comparison is not supported.
|
16224
16233
|
*/
|
16225
16234
|
Filters?: FilterList;
|
16226
16235
|
/**
|
@@ -22774,7 +22783,7 @@ declare namespace EC2 {
|
|
22774
22783
|
*/
|
22775
22784
|
Platform?: PlatformValues;
|
22776
22785
|
/**
|
22777
|
-
*
|
22786
|
+
* [IPv4 only] The private DNS hostname name assigned to the instance. This DNS hostname can only be used inside the Amazon EC2 network. This name is not available until the instance enters the running state. The Amazon-provided DNS server resolves Amazon-provided private DNS hostnames if you've enabled DNS resolution and DNS hostnames in your VPC. If you are not using the Amazon-provided DNS server in your VPC, your custom domain name servers must resolve the hostname as appropriate.
|
22778
22787
|
*/
|
22779
22788
|
PrivateDnsName?: String;
|
22780
22789
|
/**
|
@@ -22786,7 +22795,7 @@ declare namespace EC2 {
|
|
22786
22795
|
*/
|
22787
22796
|
ProductCodes?: ProductCodeList;
|
22788
22797
|
/**
|
22789
|
-
*
|
22798
|
+
* [IPv4 only] The public DNS name assigned to the instance. This name is not available until the instance enters the running state. This name is only available if you've enabled DNS hostnames for your VPC.
|
22790
22799
|
*/
|
22791
22800
|
PublicDnsName?: String;
|
22792
22801
|
/**
|
@@ -22806,11 +22815,11 @@ declare namespace EC2 {
|
|
22806
22815
|
*/
|
22807
22816
|
StateTransitionReason?: String;
|
22808
22817
|
/**
|
22809
|
-
*
|
22818
|
+
* The ID of the subnet in which the instance is running.
|
22810
22819
|
*/
|
22811
22820
|
SubnetId?: String;
|
22812
22821
|
/**
|
22813
|
-
*
|
22822
|
+
* The ID of the VPC in which the instance is running.
|
22814
22823
|
*/
|
22815
22824
|
VpcId?: String;
|
22816
22825
|
/**
|
@@ -22854,7 +22863,7 @@ declare namespace EC2 {
|
|
22854
22863
|
*/
|
22855
22864
|
ElasticInferenceAcceleratorAssociations?: ElasticInferenceAcceleratorAssociationList;
|
22856
22865
|
/**
|
22857
|
-
*
|
22866
|
+
* The network interfaces for the instance.
|
22858
22867
|
*/
|
22859
22868
|
NetworkInterfaces?: InstanceNetworkInterfaceList;
|
22860
22869
|
/**
|
@@ -24055,7 +24064,7 @@ declare namespace EC2 {
|
|
24055
24064
|
*/
|
24056
24065
|
DedicatedHostsSupported?: DedicatedHostFlag;
|
24057
24066
|
/**
|
24058
|
-
* Indicates whether
|
24067
|
+
* Indicates whether Amazon CloudWatch action based recovery is supported.
|
24059
24068
|
*/
|
24060
24069
|
AutoRecoverySupported?: AutoRecoveryFlag;
|
24061
24070
|
/**
|
@@ -24989,7 +24998,7 @@ declare namespace EC2 {
|
|
24989
24998
|
*/
|
24990
24999
|
UserData?: SensitiveUserData;
|
24991
25000
|
/**
|
24992
|
-
*
|
25001
|
+
* The IDs of the security groups.
|
24993
25002
|
*/
|
24994
25003
|
SecurityGroups?: GroupIdentifierList;
|
24995
25004
|
/**
|
@@ -24997,7 +25006,7 @@ declare namespace EC2 {
|
|
24997
25006
|
*/
|
24998
25007
|
AddressingType?: String;
|
24999
25008
|
/**
|
25000
|
-
*
|
25009
|
+
* The block device mapping entries.
|
25001
25010
|
*/
|
25002
25011
|
BlockDeviceMappings?: BlockDeviceMappingList;
|
25003
25012
|
/**
|
@@ -25025,7 +25034,7 @@ declare namespace EC2 {
|
|
25025
25034
|
*/
|
25026
25035
|
KeyName?: String;
|
25027
25036
|
/**
|
25028
|
-
*
|
25037
|
+
* The network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.
|
25029
25038
|
*/
|
25030
25039
|
NetworkInterfaces?: InstanceNetworkInterfaceSpecificationList;
|
25031
25040
|
/**
|
@@ -25162,6 +25171,10 @@ declare namespace EC2 {
|
|
25162
25171
|
* The number of threads per CPU core.
|
25163
25172
|
*/
|
25164
25173
|
ThreadsPerCore?: Integer;
|
25174
|
+
/**
|
25175
|
+
* Indicates whether the instance is enabled for AMD SEV-SNP.
|
25176
|
+
*/
|
25177
|
+
AmdSevSnp?: AmdSevSnpSpecification;
|
25165
25178
|
}
|
25166
25179
|
export interface LaunchTemplateCpuOptionsRequest {
|
25167
25180
|
/**
|
@@ -25172,6 +25185,10 @@ declare namespace EC2 {
|
|
25172
25185
|
* The number of threads per CPU core. To disable multithreading for the instance, specify a value of 1. Otherwise, specify the default value of 2.
|
25173
25186
|
*/
|
25174
25187
|
ThreadsPerCore?: Integer;
|
25188
|
+
/**
|
25189
|
+
* Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only.
|
25190
|
+
*/
|
25191
|
+
AmdSevSnp?: AmdSevSnpSpecification;
|
25175
25192
|
}
|
25176
25193
|
export interface LaunchTemplateEbsBlockDevice {
|
25177
25194
|
/**
|
@@ -25619,7 +25636,7 @@ declare namespace EC2 {
|
|
25619
25636
|
*/
|
25620
25637
|
HostId?: String;
|
25621
25638
|
/**
|
25622
|
-
* The tenancy of the instance
|
25639
|
+
* The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.
|
25623
25640
|
*/
|
25624
25641
|
Tenancy?: Tenancy;
|
25625
25642
|
/**
|
@@ -25657,7 +25674,7 @@ declare namespace EC2 {
|
|
25657
25674
|
*/
|
25658
25675
|
HostId?: DedicatedHostId;
|
25659
25676
|
/**
|
25660
|
-
* The tenancy of the instance
|
25677
|
+
* The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.
|
25661
25678
|
*/
|
25662
25679
|
Tenancy?: Tenancy;
|
25663
25680
|
/**
|
@@ -26777,7 +26794,7 @@ declare namespace EC2 {
|
|
26777
26794
|
*/
|
26778
26795
|
EnaSupport?: AttributeBooleanValue;
|
26779
26796
|
/**
|
26780
|
-
*
|
26797
|
+
* Replaces the security groups of the instance with the specified security groups. You must specify the ID of at least one security group, even if it's just the default security group for the VPC.
|
26781
26798
|
*/
|
26782
26799
|
Groups?: GroupIdStringList;
|
26783
26800
|
/**
|
@@ -29839,7 +29856,7 @@ declare namespace EC2 {
|
|
29839
29856
|
*/
|
29840
29857
|
HostId?: String;
|
29841
29858
|
/**
|
29842
|
-
* The tenancy of the instance
|
29859
|
+
* The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware. This parameter is not supported for CreateFleet. The host tenancy is not supported for ImportInstance or for T3 instances that are configured for the unlimited CPU credit option.
|
29843
29860
|
*/
|
29844
29861
|
Tenancy?: Tenancy;
|
29845
29862
|
/**
|
@@ -30133,6 +30150,10 @@ declare namespace EC2 {
|
|
30133
30150
|
* The speed of the processor, in GHz.
|
30134
30151
|
*/
|
30135
30152
|
SustainedClockSpeedInGhz?: ProcessorSustainedClockSpeed;
|
30153
|
+
/**
|
30154
|
+
* Indicates whether the instance type supports AMD SEV-SNP. If the request returns amd-sev-snp, AMD SEV-SNP is supported. Otherwise, it is not supported.
|
30155
|
+
*/
|
30156
|
+
SupportedFeatures?: SupportedAdditionalProcessorFeatureList;
|
30136
30157
|
}
|
30137
30158
|
export type ProcessorSustainedClockSpeed = number;
|
30138
30159
|
export interface ProductCode {
|
@@ -31212,7 +31233,7 @@ declare namespace EC2 {
|
|
31212
31233
|
*/
|
31213
31234
|
NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList;
|
31214
31235
|
/**
|
31215
|
-
* The ID of the AMI. Alternatively, you can specify a Systems Manager parameter, which will resolve to an AMI ID on launch. Valid formats: ami-17characters00000 resolve:ssm:parameter-name resolve:ssm:parameter-name:version-number resolve:ssm:parameter-name:label
|
31236
|
+
* The ID of the AMI. Alternatively, you can specify a Systems Manager parameter, which will resolve to an AMI ID on launch. Valid formats: ami-17characters00000 resolve:ssm:parameter-name resolve:ssm:parameter-name:version-number resolve:ssm:parameter-name:label resolve:ssm:public-parameter Currently, EC2 Fleet and Spot Fleet do not support specifying a Systems Manager parameter. If the launch template will be used by an EC2 Fleet or Spot Fleet, you must specify the AMI ID. For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.
|
31216
31237
|
*/
|
31217
31238
|
ImageId?: ImageId;
|
31218
31239
|
/**
|
@@ -31388,17 +31409,17 @@ declare namespace EC2 {
|
|
31388
31409
|
}
|
31389
31410
|
export interface RequestSpotInstancesResult {
|
31390
31411
|
/**
|
31391
|
-
*
|
31412
|
+
* The Spot Instance requests.
|
31392
31413
|
*/
|
31393
31414
|
SpotInstanceRequests?: SpotInstanceRequestList;
|
31394
31415
|
}
|
31395
31416
|
export interface RequestSpotLaunchSpecification {
|
31396
31417
|
/**
|
31397
|
-
*
|
31418
|
+
* The IDs of the security groups.
|
31398
31419
|
*/
|
31399
31420
|
SecurityGroupIds?: RequestSpotLaunchSpecificationSecurityGroupIdList;
|
31400
31421
|
/**
|
31401
|
-
*
|
31422
|
+
* Not supported.
|
31402
31423
|
*/
|
31403
31424
|
SecurityGroups?: RequestSpotLaunchSpecificationSecurityGroupList;
|
31404
31425
|
/**
|
@@ -31406,7 +31427,7 @@ declare namespace EC2 {
|
|
31406
31427
|
*/
|
31407
31428
|
AddressingType?: String;
|
31408
31429
|
/**
|
31409
|
-
*
|
31430
|
+
* The block device mapping entries. You can't specify both a snapshot ID and an encryption value. This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume, it is not blank and its encryption status is used for the volume encryption status.
|
31410
31431
|
*/
|
31411
31432
|
BlockDeviceMappings?: BlockDeviceMappingList;
|
31412
31433
|
/**
|
@@ -31438,7 +31459,7 @@ declare namespace EC2 {
|
|
31438
31459
|
*/
|
31439
31460
|
Monitoring?: RunInstancesMonitoringEnabled;
|
31440
31461
|
/**
|
31441
|
-
*
|
31462
|
+
* The network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.
|
31442
31463
|
*/
|
31443
31464
|
NetworkInterfaces?: InstanceNetworkInterfaceSpecificationList;
|
31444
31465
|
/**
|
@@ -31462,7 +31483,7 @@ declare namespace EC2 {
|
|
31462
31483
|
export type RequestSpotLaunchSpecificationSecurityGroupList = String[];
|
31463
31484
|
export interface Reservation {
|
31464
31485
|
/**
|
31465
|
-
*
|
31486
|
+
* Not supported.
|
31466
31487
|
*/
|
31467
31488
|
Groups?: GroupIdentifierList;
|
31468
31489
|
/**
|
@@ -31641,7 +31662,7 @@ declare namespace EC2 {
|
|
31641
31662
|
*/
|
31642
31663
|
InstanceType?: InstanceType;
|
31643
31664
|
/**
|
31644
|
-
* The network platform of the modified Reserved Instances
|
31665
|
+
* The network platform of the modified Reserved Instances.
|
31645
31666
|
*/
|
31646
31667
|
Platform?: String;
|
31647
31668
|
/**
|
@@ -32578,11 +32599,11 @@ declare namespace EC2 {
|
|
32578
32599
|
*/
|
32579
32600
|
InstanceType?: InstanceType;
|
32580
32601
|
/**
|
32581
|
-
*
|
32602
|
+
* The number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch. You cannot specify this option and the network interfaces option in the same request.
|
32582
32603
|
*/
|
32583
32604
|
Ipv6AddressCount?: Integer;
|
32584
32605
|
/**
|
32585
|
-
*
|
32606
|
+
* The IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch. You cannot specify this option and the network interfaces option in the same request.
|
32586
32607
|
*/
|
32587
32608
|
Ipv6Addresses?: InstanceIpv6AddressList;
|
32588
32609
|
/**
|
@@ -32618,11 +32639,11 @@ declare namespace EC2 {
|
|
32618
32639
|
*/
|
32619
32640
|
SecurityGroupIds?: SecurityGroupIdStringList;
|
32620
32641
|
/**
|
32621
|
-
* [
|
32642
|
+
* [Default VPC] The names of the security groups. If you specify a network interface, you must specify any security groups as part of the network interface. Default: Amazon EC2 uses the default security group.
|
32622
32643
|
*/
|
32623
32644
|
SecurityGroups?: SecurityGroupStringList;
|
32624
32645
|
/**
|
32625
|
-
*
|
32646
|
+
* The ID of the subnet to launch the instance into. If you specify a network interface, you must specify any subnets as part of the network interface.
|
32626
32647
|
*/
|
32627
32648
|
SubnetId?: SubnetId;
|
32628
32649
|
/**
|
@@ -32662,7 +32683,7 @@ declare namespace EC2 {
|
|
32662
32683
|
*/
|
32663
32684
|
NetworkInterfaces?: InstanceNetworkInterfaceSpecificationList;
|
32664
32685
|
/**
|
32665
|
-
*
|
32686
|
+
* The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet. Only one private IP address can be designated as primary. You can't specify this option if you've specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you're launching more than one instance in the request. You cannot specify this option and the network interfaces option in the same request.
|
32666
32687
|
*/
|
32667
32688
|
PrivateIpAddress?: String;
|
32668
32689
|
/**
|
@@ -32810,7 +32831,7 @@ declare namespace EC2 {
|
|
32810
32831
|
*/
|
32811
32832
|
InstanceType?: String;
|
32812
32833
|
/**
|
32813
|
-
* The network platform
|
32834
|
+
* The network platform.
|
32814
32835
|
*/
|
32815
32836
|
NetworkPlatform?: String;
|
32816
32837
|
/**
|
@@ -32880,7 +32901,7 @@ declare namespace EC2 {
|
|
32880
32901
|
*/
|
32881
32902
|
MinTermDurationInDays?: Integer;
|
32882
32903
|
/**
|
32883
|
-
* The network platform
|
32904
|
+
* The network platform.
|
32884
32905
|
*/
|
32885
32906
|
NetworkPlatform?: String;
|
32886
32907
|
/**
|
@@ -33926,7 +33947,7 @@ declare namespace EC2 {
|
|
33926
33947
|
}
|
33927
33948
|
export interface SpotFleetLaunchSpecification {
|
33928
33949
|
/**
|
33929
|
-
*
|
33950
|
+
* The security groups.
|
33930
33951
|
*/
|
33931
33952
|
SecurityGroups?: GroupIdentifierList;
|
33932
33953
|
/**
|
@@ -34849,6 +34870,8 @@ declare namespace EC2 {
|
|
34849
34870
|
}
|
34850
34871
|
export type SuccessfulQueuedPurchaseDeletionSet = SuccessfulQueuedPurchaseDeletion[];
|
34851
34872
|
export type SummaryStatus = "ok"|"impaired"|"insufficient-data"|"not-applicable"|"initializing"|string;
|
34873
|
+
export type SupportedAdditionalProcessorFeature = "amd-sev-snp"|string;
|
34874
|
+
export type SupportedAdditionalProcessorFeatureList = SupportedAdditionalProcessorFeature[];
|
34852
34875
|
export type SupportedIpAddressTypes = ServiceConnectivityType[];
|
34853
34876
|
export interface Tag {
|
34854
34877
|
/**
|