@@ -6999,7 +6999,6 @@ export interface CreateIpamPoolRequest {
6999
6999
* <p>The network border group for an Amazon Web Services Local Zone where you want this IPAM pool to be available for allocations (<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">supported Local Zones</a>). This option is only available for IPAM IPv4 pools in the public scope.</p>
7000
7000
* </li>
7001
7001
* </ul>
7002
- * <p>If you do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool.</p>
7003
7002
* <p>Possible values: Any Amazon Web Services Region or supported Amazon Web Services Local Zone. Default is <code>none</code> and means any locale.</p>
7004
7003
* @public
7005
7004
*/
@@ -7037,7 +7036,7 @@ export interface CreateIpamPoolRequest {
7037
7036
AutoImport ?: boolean ;
7038
7037
7039
7038
/**
7040
- * <p>Determines if the pool is publicly advertisable. This option is not available for pools with AddressFamily set to <code>ipv4 </code>.</p>
7039
+ * <p>Determines if the pool is publicly advertisable. The request can only contain <code>PubliclyAdvertisable</code> if <code> AddressFamily</code> is <code>ipv6</code> and <code>PublicIpSource</code> is <code>byoip </code>.</p>
7041
7040
* @public
7042
7041
*/
7043
7042
PubliclyAdvertisable ?: boolean ;
@@ -7862,7 +7861,8 @@ export interface LaunchTemplateEbsBlockDeviceRequest {
7862
7861
Iops ?: number ;
7863
7862
7864
7863
/**
7865
- * <p>The ARN of the symmetric Key Management Service (KMS) CMK used for encryption.</p>
7864
+ * <p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key
7865
+ * to use for EBS encryption.</p>
7866
7866
* @public
7867
7867
*/
7868
7868
KmsKeyId ?: string ;
@@ -8099,7 +8099,7 @@ export interface ElasticGpuSpecification {
8099
8099
* <note>
8100
8100
* <p>Amazon Elastic Inference is no longer available.</p>
8101
8101
* </note>
8102
- * <p> Describes an elastic inference accelerator.</p>
8102
+ * <p> Describes an elastic inference accelerator. </p>
8103
8103
* @public
8104
8104
*/
8105
8105
export interface LaunchTemplateElasticInferenceAccelerator {
@@ -9099,17 +9099,31 @@ export interface RequestLaunchTemplateData {
9099
9099
/**
9100
9100
* <p>Deprecated.</p>
9101
9101
* <note>
9102
- * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
9102
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
9103
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
9104
+ * G4dn, or G5 instances.</p>
9103
9105
* </note>
9104
9106
* @public
9105
9107
*/
9106
9108
ElasticGpuSpecifications ?: ElasticGpuSpecification [ ] ;
9107
9109
9108
9110
/**
9109
- * <p>Deprecated.</p>
9110
- * <note>
9111
+ * <note>
9111
9112
* <p>Amazon Elastic Inference is no longer available.</p>
9112
9113
* </note>
9114
+ * <p>An elastic inference accelerator to associate with the instance. Elastic inference
9115
+ * accelerators are a resource you can attach to your Amazon EC2 instances to accelerate
9116
+ * your Deep Learning (DL) inference workloads.</p>
9117
+ * <p>You cannot specify accelerators from different generations in the same request.</p>
9118
+ * <note>
9119
+ * <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon
9120
+ * Elastic Inference (EI), and will help current customers migrate their workloads to
9121
+ * options that offer better price and performance. After April 15, 2023, new customers
9122
+ * will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker,
9123
+ * Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during
9124
+ * the past 30-day period are considered current customers and will be able to continue
9125
+ * using the service.</p>
9126
+ * </note>
9113
9127
* @public
9114
9128
*/
9115
9129
ElasticInferenceAccelerators ?: LaunchTemplateElasticInferenceAccelerator [ ] ;
@@ -9499,7 +9513,8 @@ export interface LaunchTemplateEbsBlockDevice {
9499
9513
Iops ?: number ;
9500
9514
9501
9515
/**
9502
- * <p>The ARN of the Key Management Service (KMS) CMK used for encryption.</p>
9516
+ * <p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key
9517
+ * to use for EBS encryption.</p>
9503
9518
* @public
9504
9519
*/
9505
9520
KmsKeyId ?: string ;
@@ -9650,15 +9665,22 @@ export interface CreditSpecification {
9650
9665
}
9651
9666
9652
9667
/**
9653
- * <note>
9654
- * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
9668
+ * <p>Deprecated.</p>
9669
+ * <note>
9670
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
9671
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
9672
+ * G4dn, or G5 instances.</p>
9655
9673
* </note>
9656
- * <p>Describes an elastic GPU.</p>
9657
9674
* @public
9658
9675
*/
9659
9676
export interface ElasticGpuSpecificationResponse {
9660
9677
/**
9661
- * <p>The elastic GPU type.</p>
9678
+ * <p>Deprecated.</p>
9679
+ * <note>
9680
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
9681
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
9682
+ * G4dn, or G5 instances.</p>
9683
+ * </note>
9662
9684
* @public
9663
9685
*/
9664
9686
Type ?: string ;
@@ -10425,17 +10447,31 @@ export interface ResponseLaunchTemplateData {
10425
10447
/**
10426
10448
* <p>Deprecated.</p>
10427
10449
* <note>
10428
- * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
10450
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
10451
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
10452
+ * G4dn, or G5 instances.</p>
10429
10453
* </note>
10430
10454
* @public
10431
10455
*/
10432
10456
ElasticGpuSpecifications ?: ElasticGpuSpecificationResponse [ ] ;
10433
10457
10434
10458
/**
10435
- * <p>Deprecated.</p>
10436
- * <note>
10459
+ * <note>
10437
10460
* <p>Amazon Elastic Inference is no longer available.</p>
10438
10461
* </note>
10462
+ * <p>An elastic inference accelerator to associate with the instance. Elastic inference
10463
+ * accelerators are a resource you can attach to your Amazon EC2 instances to accelerate
10464
+ * your Deep Learning (DL) inference workloads.</p>
10465
+ * <p>You cannot specify accelerators from different generations in the same request.</p>
10466
+ * <note>
10467
+ * <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon
10468
+ * Elastic Inference (EI), and will help current customers migrate their workloads to
10469
+ * options that offer better price and performance. After April 15, 2023, new customers
10470
+ * will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker,
10471
+ * Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during
10472
+ * the past 30-day period are considered current customers and will be able to continue
10473
+ * using the service.</p>
10474
+ * </note>
10439
10475
* @public
10440
10476
*/
10441
10477
ElasticInferenceAccelerators ?: LaunchTemplateElasticInferenceAcceleratorResponse [ ] ;
0 commit comments