@aws-sdk/client-ec2 3.766.0 → 3.767.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.
- package/dist-cjs/index.js +9 -0
- package/dist-es/protocols/Aws_ec2.js +9 -0
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +2 -3
- package/dist-types/models/models_0.d.ts +2 -5
- package/dist-types/models/models_1.d.ts +41 -11
- package/dist-types/models/models_3.d.ts +16 -16
- package/dist-types/models/models_4.d.ts +14 -15
- package/dist-types/models/models_7.d.ts +9 -10
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -19396,6 +19396,9 @@ var se_CreateLaunchTemplateRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
19396
19396
|
if (input[_DRr] != null) {
|
|
19397
19397
|
entries[_DRr] = input[_DRr];
|
|
19398
19398
|
}
|
|
19399
|
+
if (input[_CTl] === void 0) {
|
|
19400
|
+
input[_CTl] = (0, import_uuid.v4)();
|
|
19401
|
+
}
|
|
19399
19402
|
if (input[_CTl] != null) {
|
|
19400
19403
|
entries[_CTl] = input[_CTl];
|
|
19401
19404
|
}
|
|
@@ -19433,6 +19436,9 @@ var se_CreateLaunchTemplateVersionRequest = /* @__PURE__ */ __name((input, conte
|
|
|
19433
19436
|
if (input[_DRr] != null) {
|
|
19434
19437
|
entries[_DRr] = input[_DRr];
|
|
19435
19438
|
}
|
|
19439
|
+
if (input[_CTl] === void 0) {
|
|
19440
|
+
input[_CTl] = (0, import_uuid.v4)();
|
|
19441
|
+
}
|
|
19436
19442
|
if (input[_CTl] != null) {
|
|
19437
19443
|
entries[_CTl] = input[_CTl];
|
|
19438
19444
|
}
|
|
@@ -32469,6 +32475,9 @@ var se_ModifyLaunchTemplateRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
32469
32475
|
if (input[_DRr] != null) {
|
|
32470
32476
|
entries[_DRr] = input[_DRr];
|
|
32471
32477
|
}
|
|
32478
|
+
if (input[_CTl] === void 0) {
|
|
32479
|
+
input[_CTl] = (0, import_uuid.v4)();
|
|
32480
|
+
}
|
|
32472
32481
|
if (input[_CTl] != null) {
|
|
32473
32482
|
entries[_CTl] = input[_CTl];
|
|
32474
32483
|
}
|
|
@@ -17872,6 +17872,9 @@ const se_CreateLaunchTemplateRequest = (input, context) => {
|
|
|
17872
17872
|
if (input[_DRr] != null) {
|
|
17873
17873
|
entries[_DRr] = input[_DRr];
|
|
17874
17874
|
}
|
|
17875
|
+
if (input[_CTl] === undefined) {
|
|
17876
|
+
input[_CTl] = generateIdempotencyToken();
|
|
17877
|
+
}
|
|
17875
17878
|
if (input[_CTl] != null) {
|
|
17876
17879
|
entries[_CTl] = input[_CTl];
|
|
17877
17880
|
}
|
|
@@ -17909,6 +17912,9 @@ const se_CreateLaunchTemplateVersionRequest = (input, context) => {
|
|
|
17909
17912
|
if (input[_DRr] != null) {
|
|
17910
17913
|
entries[_DRr] = input[_DRr];
|
|
17911
17914
|
}
|
|
17915
|
+
if (input[_CTl] === undefined) {
|
|
17916
|
+
input[_CTl] = generateIdempotencyToken();
|
|
17917
|
+
}
|
|
17912
17918
|
if (input[_CTl] != null) {
|
|
17913
17919
|
entries[_CTl] = input[_CTl];
|
|
17914
17920
|
}
|
|
@@ -30945,6 +30951,9 @@ const se_ModifyLaunchTemplateRequest = (input, context) => {
|
|
|
30945
30951
|
if (input[_DRr] != null) {
|
|
30946
30952
|
entries[_DRr] = input[_DRr];
|
|
30947
30953
|
}
|
|
30954
|
+
if (input[_CTl] === undefined) {
|
|
30955
|
+
input[_CTl] = generateIdempotencyToken();
|
|
30956
|
+
}
|
|
30948
30957
|
if (input[_CTl] != null) {
|
|
30949
30958
|
entries[_CTl] = input[_CTl];
|
|
30950
30959
|
}
|
|
@@ -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
|
|
31
|
-
*
|
|
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>
|
|
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
|
|
31
|
-
*
|
|
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>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -28,8 +28,7 @@ declare const DescribeAvailabilityZonesCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to
|
|
31
|
-
* you
|
|
32
|
-
* provided messages for that zone.</p>
|
|
31
|
+
* you.</p>
|
|
33
32
|
* <p>For more information about Availability Zones, Local Zones, and Wavelength Zones, see
|
|
34
33
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html">Regions and zones</a>
|
|
35
34
|
* in the <i>Amazon EC2 User Guide</i>.</p>
|
|
@@ -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
|
|
31
|
-
*
|
|
30
|
+
* <p>Describes the tag keys that are registered to appear in scheduled event notifications for
|
|
31
|
+
* 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,9 +27,8 @@ 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
|
|
31
|
-
*
|
|
32
|
-
* </p>
|
|
30
|
+
* <p>Registers a set of tag keys to include in scheduled event notifications for your resources.
|
|
31
|
+
* </p>
|
|
33
32
|
* <p>To remove tags, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeregisterInstanceEventNotificationAttributes.html">DeregisterInstanceEventNotificationAttributes</a>.</p>
|
|
34
33
|
* @example
|
|
35
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -4047,11 +4047,8 @@ export interface InstanceEventWindowAssociationTarget {
|
|
|
4047
4047
|
*/
|
|
4048
4048
|
InstanceIds?: string[] | undefined;
|
|
4049
4049
|
/**
|
|
4050
|
-
* <p>The instance tags associated with the event window. Any instances associated with the
|
|
4051
|
-
*
|
|
4052
|
-
* <p>Note that while you can't create tag keys beginning with <code>aws:</code>, you can
|
|
4053
|
-
* specify existing Amazon Web Services managed tag keys (with the <code>aws:</code> prefix) when specifying
|
|
4054
|
-
* them as targets to associate with the event window.</p>
|
|
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>
|
|
4055
4052
|
* @public
|
|
4056
4053
|
*/
|
|
4057
4054
|
Tags?: Tag[] | undefined;
|
|
@@ -3477,7 +3477,8 @@ export interface FleetEbsBlockDeviceRequest {
|
|
|
3477
3477
|
* <p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key
|
|
3478
3478
|
* to use for EBS encryption.</p>
|
|
3479
3479
|
* <p>This parameter is only supported on <code>BlockDeviceMapping</code> objects called by
|
|
3480
|
-
*
|
|
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>
|
|
3481
3482
|
* @public
|
|
3482
3483
|
*/
|
|
3483
3484
|
KmsKeyId?: string | undefined;
|
|
@@ -4477,6 +4478,30 @@ export interface FleetLaunchTemplateOverridesRequest {
|
|
|
4477
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
|
|
4478
4479
|
* for volumes on Amazon EC2 instances</a> in the <i>Amazon EC2 User
|
|
4479
4480
|
* 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>
|
|
4480
4505
|
* @public
|
|
4481
4506
|
*/
|
|
4482
4507
|
BlockDeviceMappings?: FleetBlockDeviceMappingRequest[] | undefined;
|
|
@@ -5735,6 +5760,9 @@ export interface InstanceRequirements {
|
|
|
5735
5760
|
* <li>
|
|
5736
5761
|
* <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
|
|
5737
5762
|
* </li>
|
|
5763
|
+
* <li>
|
|
5764
|
+
* <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
|
|
5765
|
+
* </li>
|
|
5738
5766
|
* </ul>
|
|
5739
5767
|
* <p>Default: Any accelerator type</p>
|
|
5740
5768
|
* @public
|
|
@@ -6979,14 +7007,14 @@ export interface CreateInstanceEventWindowRequest {
|
|
|
6979
7007
|
*/
|
|
6980
7008
|
Name?: string | undefined;
|
|
6981
7009
|
/**
|
|
6982
|
-
* <p>The time range for the event window. If you specify a time range, you can't specify a
|
|
6983
|
-
*
|
|
7010
|
+
* <p>The time range for the event window. If you specify a time range, you can't specify a cron
|
|
7011
|
+
* expression.</p>
|
|
6984
7012
|
* @public
|
|
6985
7013
|
*/
|
|
6986
7014
|
TimeRanges?: InstanceEventWindowTimeRangeRequest[] | undefined;
|
|
6987
7015
|
/**
|
|
6988
|
-
* <p>The cron expression for the event window, for example, <code>* 0-4,20-23 * * 1,5</code>.
|
|
6989
|
-
*
|
|
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>
|
|
6990
7018
|
* <p>Constraints:</p>
|
|
6991
7019
|
* <ul>
|
|
6992
7020
|
* <li>
|
|
@@ -7002,11 +7030,11 @@ export interface CreateInstanceEventWindowRequest {
|
|
|
7002
7030
|
* </li>
|
|
7003
7031
|
* <li>
|
|
7004
7032
|
* <p>The hour value must be one or a multiple range, for example, <code>0-4</code> or
|
|
7005
|
-
*
|
|
7033
|
+
* <code>0-4,20-23</code>.</p>
|
|
7006
7034
|
* </li>
|
|
7007
7035
|
* <li>
|
|
7008
7036
|
* <p>Each hour range must be >= 2 hours, for example, <code>0-2</code> or
|
|
7009
|
-
*
|
|
7037
|
+
* <code>20-23</code>.</p>
|
|
7010
7038
|
* </li>
|
|
7011
7039
|
* <li>
|
|
7012
7040
|
* <p>The event window must be >= 4 hours. The combined total time ranges in the event
|
|
@@ -9844,7 +9872,8 @@ export interface CreateLaunchTemplateRequest {
|
|
|
9844
9872
|
DryRun?: boolean | undefined;
|
|
9845
9873
|
/**
|
|
9846
9874
|
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
|
|
9847
|
-
* request.
|
|
9875
|
+
* request. If a client token isn't specified, a randomly generated token is used in the request to ensure idempotency.</p>
|
|
9876
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
|
|
9848
9877
|
* idempotency</a>.</p>
|
|
9849
9878
|
* <p>Constraint: Maximum 128 ASCII characters.</p>
|
|
9850
9879
|
* @public
|
|
@@ -9880,13 +9909,13 @@ export interface CreateLaunchTemplateRequest {
|
|
|
9880
9909
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
9881
9910
|
}
|
|
9882
9911
|
/**
|
|
9883
|
-
* <p>Describes whether the resource is managed by
|
|
9912
|
+
* <p>Describes whether the resource is managed by an service provider and, if so, describes
|
|
9884
9913
|
* the service provider that manages it.</p>
|
|
9885
9914
|
* @public
|
|
9886
9915
|
*/
|
|
9887
9916
|
export interface OperatorResponse {
|
|
9888
9917
|
/**
|
|
9889
|
-
* <p>If <code>true</code>, the resource is managed by
|
|
9918
|
+
* <p>If <code>true</code>, the resource is managed by an service provider.</p>
|
|
9890
9919
|
* @public
|
|
9891
9920
|
*/
|
|
9892
9921
|
Managed?: boolean | undefined;
|
|
@@ -10007,7 +10036,8 @@ export interface CreateLaunchTemplateVersionRequest {
|
|
|
10007
10036
|
DryRun?: boolean | undefined;
|
|
10008
10037
|
/**
|
|
10009
10038
|
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
|
|
10010
|
-
* request.
|
|
10039
|
+
* request. If a client token isn't specified, a randomly generated token is used in the request to ensure idempotency.</p>
|
|
10040
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
|
|
10011
10041
|
* idempotency</a>.</p>
|
|
10012
10042
|
* <p>Constraint: Maximum 128 ASCII characters.</p>
|
|
10013
10043
|
* @public
|
|
@@ -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
|
|
682
|
-
*
|
|
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>
|
|
683
683
|
* @public
|
|
684
684
|
*/
|
|
685
685
|
ForceDelete?: boolean | undefined;
|
|
@@ -2863,16 +2863,15 @@ 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
|
|
2867
|
-
*
|
|
2868
|
-
*
|
|
2869
|
-
* request</p>
|
|
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>
|
|
2870
2869
|
* @public
|
|
2871
2870
|
*/
|
|
2872
2871
|
export interface DeregisterInstanceTagAttributeRequest {
|
|
2873
2872
|
/**
|
|
2874
|
-
* <p>Indicates whether to deregister all tag keys in the current Region. Specify
|
|
2875
|
-
*
|
|
2873
|
+
* <p>Indicates whether to deregister all tag keys in the current Region. Specify <code>false</code>
|
|
2874
|
+
* to deregister all tag keys.</p>
|
|
2876
2875
|
* @public
|
|
2877
2876
|
*/
|
|
2878
2877
|
IncludeAllTagsOfInstance?: boolean | undefined;
|
|
@@ -2910,9 +2909,8 @@ export interface InstanceTagNotificationAttribute {
|
|
|
2910
2909
|
*/
|
|
2911
2910
|
InstanceTagKeys?: string[] | undefined;
|
|
2912
2911
|
/**
|
|
2913
|
-
* <p>Indicates wheter all tag keys in the current Region are registered to appear in
|
|
2914
|
-
*
|
|
2915
|
-
* Region are registered.</p>
|
|
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>
|
|
2916
2914
|
* @public
|
|
2917
2915
|
*/
|
|
2918
2916
|
IncludeAllTagsOfInstance?: boolean | undefined;
|
|
@@ -3455,7 +3453,7 @@ export interface AvailabilityZone {
|
|
|
3455
3453
|
* <p>For Availability Zones, this parameter always has the value of
|
|
3456
3454
|
* <code>opt-in-not-required</code>.</p>
|
|
3457
3455
|
* <p>For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible
|
|
3458
|
-
* values are <code>opted-in</code
|
|
3456
|
+
* values are <code>opted-in</code> and <code>not-opted-in</code>.</p>
|
|
3459
3457
|
* @public
|
|
3460
3458
|
*/
|
|
3461
3459
|
OptInStatus?: AvailabilityZoneOptInStatus | undefined;
|
|
@@ -3504,8 +3502,10 @@ export interface AvailabilityZone {
|
|
|
3504
3502
|
*/
|
|
3505
3503
|
NetworkBorderGroup?: string | undefined;
|
|
3506
3504
|
/**
|
|
3507
|
-
* <p>The type of zone
|
|
3508
|
-
*
|
|
3505
|
+
* <p>The type of zone.</p>
|
|
3506
|
+
* <p>Valid values: <code>availability-zone</code> | <code>local-zone</code> |
|
|
3507
|
+
* <code>wavelength-zone</code>
|
|
3508
|
+
* </p>
|
|
3509
3509
|
* @public
|
|
3510
3510
|
*/
|
|
3511
3511
|
ZoneType?: string | undefined;
|
|
@@ -3528,8 +3528,8 @@ export interface AvailabilityZone {
|
|
|
3528
3528
|
*/
|
|
3529
3529
|
GroupLongName?: string | undefined;
|
|
3530
3530
|
/**
|
|
3531
|
-
* <p>The state of the Availability Zone, Local Zone, or Wavelength Zone.
|
|
3532
|
-
* <code>available</code>.</p>
|
|
3531
|
+
* <p>The state of the Availability Zone, Local Zone, or Wavelength Zone. The possible values are
|
|
3532
|
+
* <code>available</code>, <code>unavailable</code>, and <code>constrained</code>.</p>
|
|
3533
3533
|
* @public
|
|
3534
3534
|
*/
|
|
3535
3535
|
State?: AvailabilityZoneState | undefined;
|
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
4120
|
+
* names. </p>
|
|
4121
4121
|
* </li>
|
|
4122
4122
|
* <li>
|
|
4123
4123
|
* <p>
|
|
4124
|
-
* <code>instance-id</code> - The event windows associated with the specified
|
|
4125
|
-
*
|
|
4124
|
+
* <code>instance-id</code> - The event windows associated with the specified instance
|
|
4125
|
+
* ID.</p>
|
|
4126
4126
|
* </li>
|
|
4127
4127
|
* <li>
|
|
4128
4128
|
* <p>
|
|
4129
|
-
* <code>instance-tag</code> - The event windows associated with the specified tag
|
|
4130
|
-
*
|
|
4129
|
+
* <code>instance-tag</code> - The event windows associated with the specified tag and
|
|
4130
|
+
* value.</p>
|
|
4131
4131
|
* </li>
|
|
4132
4132
|
* <li>
|
|
4133
4133
|
* <p>
|
|
4134
|
-
* <code>instance-tag-key</code> - The event windows associated with the specified
|
|
4135
|
-
*
|
|
4134
|
+
* <code>instance-tag-key</code> - The event windows associated with the specified tag
|
|
4135
|
+
* 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
|
|
4140
|
-
*
|
|
4139
|
+
* <code>instance-tag-value</code> - The event windows associated with the specified tag
|
|
4140
|
+
* 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
|
|
4153
|
-
*
|
|
4154
|
-
*
|
|
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>
|
|
4155
4155
|
* </li>
|
|
4156
4156
|
* <li>
|
|
4157
4157
|
* <p>
|
|
@@ -4187,8 +4187,7 @@ 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>
|
|
4191
|
-
* 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> when there are no more results to return. </p>
|
|
4192
4191
|
* @public
|
|
4193
4192
|
*/
|
|
4194
4193
|
NextToken?: string | undefined;
|
|
@@ -250,8 +250,7 @@ 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 * *
|
|
254
|
-
* 1,5</code>.</p>
|
|
253
|
+
* <p>The cron expression of the event window, for example, <code>* 0-4,20-23 * * 1,5</code>.</p>
|
|
255
254
|
* <p>Constraints:</p>
|
|
256
255
|
* <ul>
|
|
257
256
|
* <li>
|
|
@@ -1016,8 +1015,9 @@ export interface ModifyLaunchTemplateRequest {
|
|
|
1016
1015
|
DryRun?: boolean | undefined;
|
|
1017
1016
|
/**
|
|
1018
1017
|
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
|
|
1019
|
-
* request.
|
|
1020
|
-
*
|
|
1018
|
+
* request. If a client token isn't specified, a randomly generated token is used in the request to ensure idempotency.</p>
|
|
1019
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
|
|
1020
|
+
* idempotency</a>.</p>
|
|
1021
1021
|
* <p>Constraint: Maximum 128 ASCII characters.</p>
|
|
1022
1022
|
* @public
|
|
1023
1023
|
*/
|
|
@@ -4756,16 +4756,15 @@ export interface RegisterImageResult {
|
|
|
4756
4756
|
ImageId?: string | undefined;
|
|
4757
4757
|
}
|
|
4758
4758
|
/**
|
|
4759
|
-
* <p>Information about the tag keys to register for the current Region. You can either
|
|
4760
|
-
*
|
|
4761
|
-
*
|
|
4762
|
-
* request</p>
|
|
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>
|
|
4763
4762
|
* @public
|
|
4764
4763
|
*/
|
|
4765
4764
|
export interface RegisterInstanceTagAttributeRequest {
|
|
4766
4765
|
/**
|
|
4767
|
-
* <p>Indicates whether to register all tag keys in the current Region. Specify
|
|
4768
|
-
*
|
|
4766
|
+
* <p>Indicates whether to register all tag keys in the current Region. Specify <code>true</code>
|
|
4767
|
+
* to register all tag keys.</p>
|
|
4769
4768
|
* @public
|
|
4770
4769
|
*/
|
|
4771
4770
|
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.
|
|
4
|
+
"version": "3.767.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",
|