@aws-sdk/client-ec2 3.767.0 → 3.772.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.
@@ -27,8 +27,8 @@ declare const AssociateInstanceEventWindowCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Associates one or more targets with an event window. Only one type of target (instance IDs,
31
- * Dedicated Host IDs, or tags) can be specified with an event window.</p>
30
+ * <p>Associates one or more targets with an event window. Only one type of target (instance
31
+ * IDs, Dedicated Host IDs, or tags) can be specified with an event window.</p>
32
32
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/event-windows.html">Define event windows for scheduled
33
33
  * events</a> in the <i>Amazon EC2 User Guide</i>.</p>
34
34
  * @example
@@ -27,8 +27,8 @@ declare const DeregisterInstanceEventNotificationAttributesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deregisters tag keys to prevent tags that have the specified tag keys from being included
31
- * in scheduled event notifications for resources in the Region.</p>
30
+ * <p>Deregisters tag keys to prevent tags that have the specified tag keys from being
31
+ * included in scheduled event notifications for resources in the Region.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -27,8 +27,8 @@ declare const DescribeInstanceEventNotificationAttributesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes the tag keys that are registered to appear in scheduled event notifications for
31
- * resources in the current Region.</p>
30
+ * <p>Describes the tag keys that are registered to appear in scheduled event notifications
31
+ * for resources in the current Region.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -27,8 +27,9 @@ declare const RegisterInstanceEventNotificationAttributesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Registers a set of tag keys to include in scheduled event notifications for your resources.
31
- * </p>
30
+ * <p>Registers a set of tag keys to include in scheduled event notifications for your
31
+ * resources.
32
+ * </p>
32
33
  * <p>To remove tags, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeregisterInstanceEventNotificationAttributes.html">DeregisterInstanceEventNotificationAttributes</a>.</p>
33
34
  * @example
34
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -4005,6 +4005,9 @@ export interface InstanceEventWindowAssociationRequest {
4005
4005
  /**
4006
4006
  * <p>The instance tags to associate with the event window. Any instances associated with the
4007
4007
  * tags will be associated with the event window.</p>
4008
+ * <p>Note that while you can't create tag keys beginning with <code>aws:</code>, you can
4009
+ * specify existing Amazon Web Services managed tag keys (with the <code>aws:</code> prefix) when specifying
4010
+ * them as targets to associate with the event window.</p>
4008
4011
  * @public
4009
4012
  */
4010
4013
  InstanceTags?: Tag[] | undefined;
@@ -4047,8 +4050,11 @@ export interface InstanceEventWindowAssociationTarget {
4047
4050
  */
4048
4051
  InstanceIds?: string[] | undefined;
4049
4052
  /**
4050
- * <p>The instance tags associated with the event window. Any instances associated with the tags
4051
- * will be associated with the event window.</p>
4053
+ * <p>The instance tags associated with the event window. Any instances associated with the
4054
+ * tags will be associated with the event window.</p>
4055
+ * <p>Note that while you can't create tag keys beginning with <code>aws:</code>, you can
4056
+ * specify existing Amazon Web Services managed tag keys (with the <code>aws:</code> prefix) when specifying
4057
+ * them as targets to associate with the event window.</p>
4052
4058
  * @public
4053
4059
  */
4054
4060
  Tags?: Tag[] | undefined;
@@ -479,24 +479,34 @@ export interface CapacityReservation {
479
479
  * </li>
480
480
  * <li>
481
481
  * <p>
482
- * <code>scheduled</code> - (<i>Future-dated Capacity Reservations only</i>) The
482
+ * <code>scheduled</code> - (<i>Future-dated Capacity Reservations</i>) The
483
483
  * future-dated Capacity Reservation request was approved and the Capacity Reservation is scheduled
484
484
  * for delivery on the requested start date.</p>
485
485
  * </li>
486
486
  * <li>
487
487
  * <p>
488
- * <code>assessing</code> - (<i>Future-dated Capacity Reservations only</i>)
488
+ * <code>payment-pending</code> - (<i>Capacity Blocks</i>) The upfront
489
+ * payment has not been processed yet.</p>
490
+ * </li>
491
+ * <li>
492
+ * <p>
493
+ * <code>payment-failed</code> - (<i>Capacity Blocks</i>) The upfront
494
+ * payment was not processed in the 12-hour time frame. Your Capacity Block was released.</p>
495
+ * </li>
496
+ * <li>
497
+ * <p>
498
+ * <code>assessing</code> - (<i>Future-dated Capacity Reservations</i>)
489
499
  * Amazon EC2 is assessing your request for a future-dated Capacity Reservation.</p>
490
500
  * </li>
491
501
  * <li>
492
502
  * <p>
493
- * <code>delayed</code> - (<i>Future-dated Capacity Reservations only</i>) Amazon EC2
503
+ * <code>delayed</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
494
504
  * encountered a delay in provisioning the requested future-dated Capacity Reservation. Amazon EC2 is
495
505
  * unable to deliver the requested capacity by the requested start date and time.</p>
496
506
  * </li>
497
507
  * <li>
498
508
  * <p>
499
- * <code>unsupported</code> - (<i>Future-dated Capacity Reservations only</i>) Amazon EC2
509
+ * <code>unsupported</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
500
510
  * can't support the future-dated Capacity Reservation request due to capacity constraints. You can view
501
511
  * unsupported requests for 30 days. The Capacity Reservation will not be delivered.</p>
502
512
  * </li>
@@ -3477,8 +3487,7 @@ export interface FleetEbsBlockDeviceRequest {
3477
3487
  * <p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key
3478
3488
  * to use for EBS encryption.</p>
3479
3489
  * <p>This parameter is only supported on <code>BlockDeviceMapping</code> objects called by
3480
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html">RequestSpotFleet</a>,
3481
- * and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a>.</p>
3490
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html">CreateFleet</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
3482
3491
  * @public
3483
3492
  */
3484
3493
  KmsKeyId?: string | undefined;
@@ -4176,9 +4185,6 @@ export interface InstanceRequirementsRequest {
4176
4185
  * <li>
4177
4186
  * <p>For instance types with GPU accelerators, specify <code>gpu</code>.</p>
4178
4187
  * </li>
4179
- * <li>
4180
- * <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
4181
- * </li>
4182
4188
  * </ul>
4183
4189
  * <p>Default: Any accelerator type</p>
4184
4190
  * @public
@@ -4474,34 +4480,12 @@ export interface FleetLaunchTemplateOverridesRequest {
4474
4480
  */
4475
4481
  Placement?: Placement | undefined;
4476
4482
  /**
4477
- * <p>The block device mapping, which defines the EBS volumes and instance store volumes to
4478
- * attach to the instance at launch. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block device mappings
4483
+ * <p>The block device mappings, which define the EBS volumes and instance store volumes to
4484
+ * attach to the instance at launch.</p>
4485
+ * <p>Supported only for fleets of type <code>instant</code>.</p>
4486
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block device mappings
4479
4487
  * for volumes on Amazon EC2 instances</a> in the <i>Amazon EC2 User
4480
4488
  * Guide</i>.</p>
4481
- * <p>To override a block device mapping specified in the launch template:</p>
4482
- * <ul>
4483
- * <li>
4484
- * <p>Specify the exact same <code>DeviceName</code> here as specified in the launch
4485
- * template.</p>
4486
- * </li>
4487
- * <li>
4488
- * <p>Only specify the parameters you want to change.</p>
4489
- * </li>
4490
- * <li>
4491
- * <p>Any parameters you don't specify here will keep their original launch template
4492
- * values.</p>
4493
- * </li>
4494
- * </ul>
4495
- * <p>To add a new block device mapping:</p>
4496
- * <ul>
4497
- * <li>
4498
- * <p>Specify a <code>DeviceName</code> that doesn't exist in the launch
4499
- * template.</p>
4500
- * </li>
4501
- * <li>
4502
- * <p>Specify all desired parameters here.</p>
4503
- * </li>
4504
- * </ul>
4505
4489
  * @public
4506
4490
  */
4507
4491
  BlockDeviceMappings?: FleetBlockDeviceMappingRequest[] | undefined;
@@ -5757,12 +5741,6 @@ export interface InstanceRequirements {
5757
5741
  * <li>
5758
5742
  * <p>For instance types with GPU accelerators, specify <code>gpu</code>.</p>
5759
5743
  * </li>
5760
- * <li>
5761
- * <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
5762
- * </li>
5763
- * <li>
5764
- * <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
5765
- * </li>
5766
5744
  * </ul>
5767
5745
  * <p>Default: Any accelerator type</p>
5768
5746
  * @public
@@ -6076,8 +6054,10 @@ export interface FleetLaunchTemplateOverrides {
6076
6054
  */
6077
6055
  ImageId?: string | undefined;
6078
6056
  /**
6079
- * <p>The block device mapping, which defines the EBS volumes and instance store volumes to
6080
- * attach to the instance at launch. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block device mappings
6057
+ * <p>The block device mappings, which define the EBS volumes and instance store volumes to
6058
+ * attach to the instance at launch.</p>
6059
+ * <p>Supported only for fleets of type <code>instant</code>.</p>
6060
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block device mappings
6081
6061
  * for volumes on Amazon EC2 instances</a> in the <i>Amazon EC2 User
6082
6062
  * Guide</i>.</p>
6083
6063
  * @public
@@ -7007,14 +6987,14 @@ export interface CreateInstanceEventWindowRequest {
7007
6987
  */
7008
6988
  Name?: string | undefined;
7009
6989
  /**
7010
- * <p>The time range for the event window. If you specify a time range, you can't specify a cron
7011
- * expression.</p>
6990
+ * <p>The time range for the event window. If you specify a time range, you can't specify a
6991
+ * cron expression.</p>
7012
6992
  * @public
7013
6993
  */
7014
6994
  TimeRanges?: InstanceEventWindowTimeRangeRequest[] | undefined;
7015
6995
  /**
7016
- * <p>The cron expression for the event window, for example, <code>* 0-4,20-23 * * 1,5</code>. If
7017
- * you specify a cron expression, you can't specify a time range.</p>
6996
+ * <p>The cron expression for the event window, for example, <code>* 0-4,20-23 * * 1,5</code>.
6997
+ * If you specify a cron expression, you can't specify a time range.</p>
7018
6998
  * <p>Constraints:</p>
7019
6999
  * <ul>
7020
7000
  * <li>
@@ -7030,11 +7010,11 @@ export interface CreateInstanceEventWindowRequest {
7030
7010
  * </li>
7031
7011
  * <li>
7032
7012
  * <p>The hour value must be one or a multiple range, for example, <code>0-4</code> or
7033
- * <code>0-4,20-23</code>.</p>
7013
+ * <code>0-4,20-23</code>.</p>
7034
7014
  * </li>
7035
7015
  * <li>
7036
7016
  * <p>Each hour range must be >= 2 hours, for example, <code>0-2</code> or
7037
- * <code>20-23</code>.</p>
7017
+ * <code>20-23</code>.</p>
7038
7018
  * </li>
7039
7019
  * <li>
7040
7020
  * <p>The event window must be >= 4 hours. The combined total time ranges in the event
@@ -9698,9 +9678,7 @@ export interface RequestLaunchTemplateData {
9698
9678
  /**
9699
9679
  * <p>Deprecated.</p>
9700
9680
  * <note>
9701
- * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
9702
- * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
9703
- * G4dn, or G5 instances.</p>
9681
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
9704
9682
  * </note>
9705
9683
  * @public
9706
9684
  */
@@ -9713,15 +9691,6 @@ export interface RequestLaunchTemplateData {
9713
9691
  * accelerators are a resource you can attach to your Amazon EC2 instances to accelerate
9714
9692
  * your Deep Learning (DL) inference workloads.</p>
9715
9693
  * <p>You cannot specify accelerators from different generations in the same request.</p>
9716
- * <note>
9717
- * <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon
9718
- * Elastic Inference (EI), and will help current customers migrate their workloads to
9719
- * options that offer better price and performance. After April 15, 2023, new customers
9720
- * will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker,
9721
- * Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during
9722
- * the past 30-day period are considered current customers and will be able to continue
9723
- * using the service.</p>
9724
- * </note>
9725
9694
  * @public
9726
9695
  */
9727
9696
  ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[] | undefined;
@@ -9909,13 +9878,13 @@ export interface CreateLaunchTemplateRequest {
9909
9878
  TagSpecifications?: TagSpecification[] | undefined;
9910
9879
  }
9911
9880
  /**
9912
- * <p>Describes whether the resource is managed by an service provider and, if so, describes
9881
+ * <p>Describes whether the resource is managed by a service provider and, if so, describes
9913
9882
  * the service provider that manages it.</p>
9914
9883
  * @public
9915
9884
  */
9916
9885
  export interface OperatorResponse {
9917
9886
  /**
9918
- * <p>If <code>true</code>, the resource is managed by an service provider.</p>
9887
+ * <p>If <code>true</code>, the resource is managed by a service provider.</p>
9919
9888
  * @public
9920
9889
  */
9921
9890
  Managed?: boolean | undefined;
@@ -10249,9 +10218,7 @@ export interface CreditSpecification {
10249
10218
  /**
10250
10219
  * <p>Deprecated.</p>
10251
10220
  * <note>
10252
- * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
10253
- * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
10254
- * G4dn, or G5 instances.</p>
10221
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
10255
10222
  * </note>
10256
10223
  * @public
10257
10224
  */
@@ -10259,9 +10226,7 @@ export interface ElasticGpuSpecificationResponse {
10259
10226
  /**
10260
10227
  * <p>Deprecated.</p>
10261
10228
  * <note>
10262
- * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
10263
- * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
10264
- * G4dn, or G5 instances.</p>
10229
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
10265
10230
  * </note>
10266
10231
  * @public
10267
10232
  */
@@ -10956,9 +10921,7 @@ export interface ResponseLaunchTemplateData {
10956
10921
  /**
10957
10922
  * <p>Deprecated.</p>
10958
10923
  * <note>
10959
- * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
10960
- * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
10961
- * G4dn, or G5 instances.</p>
10924
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
10962
10925
  * </note>
10963
10926
  * @public
10964
10927
  */
@@ -10971,15 +10934,6 @@ export interface ResponseLaunchTemplateData {
10971
10934
  * accelerators are a resource you can attach to your Amazon EC2 instances to accelerate
10972
10935
  * your Deep Learning (DL) inference workloads.</p>
10973
10936
  * <p>You cannot specify accelerators from different generations in the same request.</p>
10974
- * <note>
10975
- * <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon
10976
- * Elastic Inference (EI), and will help current customers migrate their workloads to
10977
- * options that offer better price and performance. After April 15, 2023, new customers
10978
- * will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker,
10979
- * Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during
10980
- * the past 30-day period are considered current customers and will be able to continue
10981
- * using the service.</p>
10982
- * </note>
10983
10937
  * @public
10984
10938
  */
10985
10939
  ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAcceleratorResponse[] | undefined;
@@ -678,8 +678,8 @@ export interface DeleteInstanceEventWindowRequest {
678
678
  */
679
679
  DryRun?: boolean | undefined;
680
680
  /**
681
- * <p>Specify <code>true</code> to force delete the event window. Use the force delete parameter
682
- * if the event window is currently associated with targets.</p>
681
+ * <p>Specify <code>true</code> to force delete the event window. Use the force delete
682
+ * parameter if the event window is currently associated with targets.</p>
683
683
  * @public
684
684
  */
685
685
  ForceDelete?: boolean | undefined;
@@ -2863,15 +2863,16 @@ export interface DeregisterImageRequest {
2863
2863
  export interface DeregisterImageResult {
2864
2864
  }
2865
2865
  /**
2866
- * <p>Information about the tag keys to deregister for the current Region. You can either specify
2867
- * individual tag keys or deregister all tag keys in the current Region. You must specify either
2868
- * <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the request</p>
2866
+ * <p>Information about the tag keys to deregister for the current Region. You can either
2867
+ * specify individual tag keys or deregister all tag keys in the current Region. You must
2868
+ * specify either <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the
2869
+ * request</p>
2869
2870
  * @public
2870
2871
  */
2871
2872
  export interface DeregisterInstanceTagAttributeRequest {
2872
2873
  /**
2873
- * <p>Indicates whether to deregister all tag keys in the current Region. Specify <code>false</code>
2874
- * to deregister all tag keys.</p>
2874
+ * <p>Indicates whether to deregister all tag keys in the current Region. Specify
2875
+ * <code>false</code> to deregister all tag keys.</p>
2875
2876
  * @public
2876
2877
  */
2877
2878
  IncludeAllTagsOfInstance?: boolean | undefined;
@@ -2909,8 +2910,9 @@ export interface InstanceTagNotificationAttribute {
2909
2910
  */
2910
2911
  InstanceTagKeys?: string[] | undefined;
2911
2912
  /**
2912
- * <p>Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications.
2913
- * <code>true</code> indicates that all tag keys in the current Region are registered.</p>
2913
+ * <p>Indicates wheter all tag keys in the current Region are registered to appear in
2914
+ * scheduled event notifications. <code>true</code> indicates that all tag keys in the current
2915
+ * Region are registered.</p>
2914
2916
  * @public
2915
2917
  */
2916
2918
  IncludeAllTagsOfInstance?: boolean | undefined;
@@ -3381,7 +3383,8 @@ export interface DescribeAvailabilityZonesRequest {
3381
3383
  * <li>
3382
3384
  * <p>
3383
3385
  * <code>state</code> - The state of the Availability Zone, the Local Zone, or the
3384
- * Wavelength Zone (<code>available</code>).</p>
3386
+ * Wavelength Zone (<code>available</code> | <code>unavailable</code> |
3387
+ * <code>constrained</code>).</p>
3385
3388
  * </li>
3386
3389
  * <li>
3387
3390
  * <p>
@@ -4112,32 +4112,32 @@ export interface DescribeInstanceEventWindowsRequest {
4112
4112
  * <li>
4113
4113
  * <p>
4114
4114
  * <code>dedicated-host-id</code> - The event windows associated with the specified
4115
- * Dedicated Host ID.</p>
4115
+ * Dedicated Host ID.</p>
4116
4116
  * </li>
4117
4117
  * <li>
4118
4118
  * <p>
4119
4119
  * <code>event-window-name</code> - The event windows associated with the specified
4120
- * names. </p>
4120
+ * names. </p>
4121
4121
  * </li>
4122
4122
  * <li>
4123
4123
  * <p>
4124
- * <code>instance-id</code> - The event windows associated with the specified instance
4125
- * ID.</p>
4124
+ * <code>instance-id</code> - The event windows associated with the specified
4125
+ * instance ID.</p>
4126
4126
  * </li>
4127
4127
  * <li>
4128
4128
  * <p>
4129
- * <code>instance-tag</code> - The event windows associated with the specified tag and
4130
- * value.</p>
4129
+ * <code>instance-tag</code> - The event windows associated with the specified tag
4130
+ * and value.</p>
4131
4131
  * </li>
4132
4132
  * <li>
4133
4133
  * <p>
4134
- * <code>instance-tag-key</code> - The event windows associated with the specified tag
4135
- * key, regardless of the value.</p>
4134
+ * <code>instance-tag-key</code> - The event windows associated with the specified
4135
+ * tag key, regardless of the value.</p>
4136
4136
  * </li>
4137
4137
  * <li>
4138
4138
  * <p>
4139
- * <code>instance-tag-value</code> - The event windows associated with the specified tag
4140
- * value, regardless of the key.</p>
4139
+ * <code>instance-tag-value</code> - The event windows associated with the specified
4140
+ * tag value, regardless of the key.</p>
4141
4141
  * </li>
4142
4142
  * <li>
4143
4143
  * <p>
@@ -4149,9 +4149,9 @@ export interface DescribeInstanceEventWindowsRequest {
4149
4149
  * </li>
4150
4150
  * <li>
4151
4151
  * <p>
4152
- * <code>tag-key</code> - The key of a tag assigned to the event window. Use this filter
4153
- * to find all event windows that have a tag with a specific key, regardless of the tag
4154
- * value. </p>
4152
+ * <code>tag-key</code> - The key of a tag assigned to the event window. Use this
4153
+ * filter to find all event windows that have a tag with a specific key, regardless of
4154
+ * the tag value. </p>
4155
4155
  * </li>
4156
4156
  * <li>
4157
4157
  * <p>
@@ -4187,7 +4187,8 @@ export interface DescribeInstanceEventWindowsResult {
4187
4187
  */
4188
4188
  InstanceEventWindows?: InstanceEventWindow[] | undefined;
4189
4189
  /**
4190
- * <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>
4190
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
4191
+ * when there are no more results to return. </p>
4191
4192
  * @public
4192
4193
  */
4193
4194
  NextToken?: string | undefined;
@@ -1884,24 +1884,34 @@ export interface GetCapacityReservationUsageResult {
1884
1884
  * </li>
1885
1885
  * <li>
1886
1886
  * <p>
1887
- * <code>scheduled</code> - (<i>Future-dated Capacity Reservations only</i>) The
1887
+ * <code>scheduled</code> - (<i>Future-dated Capacity Reservations</i>) The
1888
1888
  * future-dated Capacity Reservation request was approved and the Capacity Reservation is scheduled
1889
1889
  * for delivery on the requested start date.</p>
1890
1890
  * </li>
1891
1891
  * <li>
1892
1892
  * <p>
1893
- * <code>assessing</code> - (<i>Future-dated Capacity Reservations only</i>)
1893
+ * <code>payment-pending</code> - (<i>Capacity Blocks</i>) The upfront
1894
+ * payment has not been processed yet.</p>
1895
+ * </li>
1896
+ * <li>
1897
+ * <p>
1898
+ * <code>payment-failed</code> - (<i>Capacity Blocks</i>) The upfront
1899
+ * payment was not processed in the 12-hour time frame. Your Capacity Block was released.</p>
1900
+ * </li>
1901
+ * <li>
1902
+ * <p>
1903
+ * <code>assessing</code> - (<i>Future-dated Capacity Reservations</i>)
1894
1904
  * Amazon EC2 is assessing your request for a future-dated Capacity Reservation.</p>
1895
1905
  * </li>
1896
1906
  * <li>
1897
1907
  * <p>
1898
- * <code>delayed</code> - (<i>Future-dated Capacity Reservations only</i>) Amazon EC2
1908
+ * <code>delayed</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
1899
1909
  * encountered a delay in provisioning the requested future-dated Capacity Reservation. Amazon EC2 is
1900
1910
  * unable to deliver the requested capacity by the requested start date and time.</p>
1901
1911
  * </li>
1902
1912
  * <li>
1903
1913
  * <p>
1904
- * <code>unsupported</code> - (<i>Future-dated Capacity Reservations only</i>) Amazon EC2
1914
+ * <code>unsupported</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
1905
1915
  * can't support the future-dated Capacity Reservation request due to capacity constraints. You can view
1906
1916
  * unsupported requests for 30 days. The Capacity Reservation will not be delivered.</p>
1907
1917
  * </li>
@@ -250,7 +250,8 @@ export interface ModifyInstanceEventWindowRequest {
250
250
  */
251
251
  TimeRanges?: InstanceEventWindowTimeRangeRequest[] | undefined;
252
252
  /**
253
- * <p>The cron expression of the event window, for example, <code>* 0-4,20-23 * * 1,5</code>.</p>
253
+ * <p>The cron expression of the event window, for example, <code>* 0-4,20-23 * *
254
+ * 1,5</code>.</p>
254
255
  * <p>Constraints:</p>
255
256
  * <ul>
256
257
  * <li>
@@ -4756,15 +4757,16 @@ export interface RegisterImageResult {
4756
4757
  ImageId?: string | undefined;
4757
4758
  }
4758
4759
  /**
4759
- * <p>Information about the tag keys to register for the current Region. You can either specify
4760
- * individual tag keys or register all tag keys in the current Region. You must specify either
4761
- * <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the request</p>
4760
+ * <p>Information about the tag keys to register for the current Region. You can either
4761
+ * specify individual tag keys or register all tag keys in the current Region. You must
4762
+ * specify either <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the
4763
+ * request</p>
4762
4764
  * @public
4763
4765
  */
4764
4766
  export interface RegisterInstanceTagAttributeRequest {
4765
4767
  /**
4766
- * <p>Indicates whether to register all tag keys in the current Region. Specify <code>true</code>
4767
- * to register all tag keys.</p>
4768
+ * <p>Indicates whether to register all tag keys in the current Region. Specify
4769
+ * <code>true</code> to register all tag keys.</p>
4768
4770
  * @public
4769
4771
  */
4770
4772
  IncludeAllTagsOfInstance?: boolean | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.767.0",
4
+ "version": "3.772.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
28
  "@aws-sdk/middleware-sdk-ec2": "3.758.0",
29
29
  "@aws-sdk/middleware-user-agent": "3.758.0",
30
30
  "@aws-sdk/region-config-resolver": "3.734.0",