@aws-sdk/client-ec2 3.764.0 → 3.766.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 +10 -5
- package/dist-es/protocols/Aws_ec2.js +5 -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 -0
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +3 -2
- package/dist-types/models/models_0.d.ts +5 -2
- package/dist-types/models/models_1.d.ts +9 -37
- package/dist-types/models/models_3.d.ts +23 -9
- package/dist-types/models/models_4.d.ts +15 -14
- package/dist-types/models/models_7.d.ts +8 -6
- package/dist-types/ts3.4/models/models_3.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AcceleratorManufacturer: () => AcceleratorManufacturer,
|
|
25
25
|
AcceleratorName: () => AcceleratorName,
|
|
26
26
|
AcceleratorType: () => AcceleratorType,
|
|
@@ -1353,7 +1353,7 @@ __export(src_exports, {
|
|
|
1353
1353
|
waitUntilVpnConnectionAvailable: () => waitUntilVpnConnectionAvailable,
|
|
1354
1354
|
waitUntilVpnConnectionDeleted: () => waitUntilVpnConnectionDeleted
|
|
1355
1355
|
});
|
|
1356
|
-
module.exports = __toCommonJS(
|
|
1356
|
+
module.exports = __toCommonJS(index_exports);
|
|
1357
1357
|
|
|
1358
1358
|
// src/EC2Client.ts
|
|
1359
1359
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -1480,9 +1480,9 @@ var EC2Client = class extends import_smithy_client.Client {
|
|
|
1480
1480
|
this.middlewareStack.use(
|
|
1481
1481
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
1482
1482
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultEC2HttpAuthSchemeParametersProvider,
|
|
1483
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
1483
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
1484
1484
|
"aws.auth#sigv4": config.credentials
|
|
1485
|
-
})
|
|
1485
|
+
}), "identityProviderConfigProvider")
|
|
1486
1486
|
})
|
|
1487
1487
|
);
|
|
1488
1488
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -40243,6 +40243,9 @@ var de_AvailabilityZone = /* @__PURE__ */ __name((output, context) => {
|
|
|
40243
40243
|
if (output[_pZI] != null) {
|
|
40244
40244
|
contents[_PZI] = (0, import_smithy_client.expectString)(output[_pZI]);
|
|
40245
40245
|
}
|
|
40246
|
+
if (output[_gLN] != null) {
|
|
40247
|
+
contents[_GLN] = (0, import_smithy_client.expectString)(output[_gLN]);
|
|
40248
|
+
}
|
|
40246
40249
|
if (output[_zS] != null) {
|
|
40247
40250
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_zS]);
|
|
40248
40251
|
}
|
|
@@ -61771,6 +61774,7 @@ var _GIro = "GroupIds";
|
|
|
61771
61774
|
var _GK = "GreKey";
|
|
61772
61775
|
var _GLBA = "GatewayLoadBalancerArns";
|
|
61773
61776
|
var _GLBEI = "GatewayLoadBalancerEndpointId";
|
|
61777
|
+
var _GLN = "GroupLongName";
|
|
61774
61778
|
var _GLTD = "GetLaunchTemplateData";
|
|
61775
61779
|
var _GM = "GroupMember";
|
|
61776
61780
|
var _GMPLA = "GetManagedPrefixListAssociations";
|
|
@@ -63901,6 +63905,7 @@ var _gIr = "groupId";
|
|
|
63901
63905
|
var _gK = "greKey";
|
|
63902
63906
|
var _gLBAS = "gatewayLoadBalancerArnSet";
|
|
63903
63907
|
var _gLBEI = "gatewayLoadBalancerEndpointId";
|
|
63908
|
+
var _gLN = "groupLongName";
|
|
63904
63909
|
var _gM = "groupMember";
|
|
63905
63910
|
var _gN = "groupName";
|
|
63906
63911
|
var _gOI = "groupOwnerId";
|
|
@@ -38795,6 +38795,9 @@ const de_AvailabilityZone = (output, context) => {
|
|
|
38795
38795
|
if (output[_pZI] != null) {
|
|
38796
38796
|
contents[_PZI] = __expectString(output[_pZI]);
|
|
38797
38797
|
}
|
|
38798
|
+
if (output[_gLN] != null) {
|
|
38799
|
+
contents[_GLN] = __expectString(output[_gLN]);
|
|
38800
|
+
}
|
|
38798
38801
|
if (output[_zS] != null) {
|
|
38799
38802
|
contents[_Stat] = __expectString(output[_zS]);
|
|
38800
38803
|
}
|
|
@@ -61707,6 +61710,7 @@ const _GIro = "GroupIds";
|
|
|
61707
61710
|
const _GK = "GreKey";
|
|
61708
61711
|
const _GLBA = "GatewayLoadBalancerArns";
|
|
61709
61712
|
const _GLBEI = "GatewayLoadBalancerEndpointId";
|
|
61713
|
+
const _GLN = "GroupLongName";
|
|
61710
61714
|
const _GLTD = "GetLaunchTemplateData";
|
|
61711
61715
|
const _GM = "GroupMember";
|
|
61712
61716
|
const _GMPLA = "GetManagedPrefixListAssociations";
|
|
@@ -63837,6 +63841,7 @@ const _gIr = "groupId";
|
|
|
63837
63841
|
const _gK = "greKey";
|
|
63838
63842
|
const _gLBAS = "gatewayLoadBalancerArnSet";
|
|
63839
63843
|
const _gLBEI = "gatewayLoadBalancerEndpointId";
|
|
63844
|
+
const _gLN = "groupLongName";
|
|
63840
63845
|
const _gM = "groupMember";
|
|
63841
63846
|
const _gN = "groupName";
|
|
63842
63847
|
const _gOI = "groupOwnerId";
|
|
@@ -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
|
-
* 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
|
|
31
|
-
*
|
|
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
|
|
@@ -81,6 +81,7 @@ declare const DescribeAvailabilityZonesCommand_base: {
|
|
|
81
81
|
* // ZoneType: "STRING_VALUE",
|
|
82
82
|
* // ParentZoneName: "STRING_VALUE",
|
|
83
83
|
* // ParentZoneId: "STRING_VALUE",
|
|
84
|
+
* // GroupLongName: "STRING_VALUE",
|
|
84
85
|
* // State: "available" || "information" || "impaired" || "unavailable" || "constrained",
|
|
85
86
|
* // },
|
|
86
87
|
* // ],
|
|
@@ -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
|
|
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
|
|
31
|
-
*
|
|
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.
|
|
@@ -4047,8 +4047,11 @@ 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
|
-
* will be associated with the event window.</p>
|
|
4050
|
+
* <p>The instance tags associated with the event window. Any instances associated with the
|
|
4051
|
+
* tags will be associated with the event window.</p>
|
|
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>
|
|
4052
4055
|
* @public
|
|
4053
4056
|
*/
|
|
4054
4057
|
Tags?: Tag[] | undefined;
|
|
@@ -3477,8 +3477,7 @@ 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
|
-
*
|
|
3481
|
-
* and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a>.</p>
|
|
3480
|
+
* <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
3481
|
* @public
|
|
3483
3482
|
*/
|
|
3484
3483
|
KmsKeyId?: string | undefined;
|
|
@@ -4478,30 +4477,6 @@ export interface FleetLaunchTemplateOverridesRequest {
|
|
|
4478
4477
|
* 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
|
|
4479
4478
|
* for volumes on Amazon EC2 instances</a> in the <i>Amazon EC2 User
|
|
4480
4479
|
* 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
4480
|
* @public
|
|
4506
4481
|
*/
|
|
4507
4482
|
BlockDeviceMappings?: FleetBlockDeviceMappingRequest[] | undefined;
|
|
@@ -5760,9 +5735,6 @@ export interface InstanceRequirements {
|
|
|
5760
5735
|
* <li>
|
|
5761
5736
|
* <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
|
|
5762
5737
|
* </li>
|
|
5763
|
-
* <li>
|
|
5764
|
-
* <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
|
|
5765
|
-
* </li>
|
|
5766
5738
|
* </ul>
|
|
5767
5739
|
* <p>Default: Any accelerator type</p>
|
|
5768
5740
|
* @public
|
|
@@ -7007,14 +6979,14 @@ export interface CreateInstanceEventWindowRequest {
|
|
|
7007
6979
|
*/
|
|
7008
6980
|
Name?: string | undefined;
|
|
7009
6981
|
/**
|
|
7010
|
-
* <p>The time range for the event window. If you specify a time range, you can't specify a
|
|
7011
|
-
* expression.</p>
|
|
6982
|
+
* <p>The time range for the event window. If you specify a time range, you can't specify a
|
|
6983
|
+
* cron expression.</p>
|
|
7012
6984
|
* @public
|
|
7013
6985
|
*/
|
|
7014
6986
|
TimeRanges?: InstanceEventWindowTimeRangeRequest[] | undefined;
|
|
7015
6987
|
/**
|
|
7016
|
-
* <p>The cron expression for the event window, for example, <code>* 0-4,20-23 * * 1,5</code>.
|
|
7017
|
-
* you specify a cron expression, you can't specify a time range.</p>
|
|
6988
|
+
* <p>The cron expression for the event window, for example, <code>* 0-4,20-23 * * 1,5</code>.
|
|
6989
|
+
* If you specify a cron expression, you can't specify a time range.</p>
|
|
7018
6990
|
* <p>Constraints:</p>
|
|
7019
6991
|
* <ul>
|
|
7020
6992
|
* <li>
|
|
@@ -7030,11 +7002,11 @@ export interface CreateInstanceEventWindowRequest {
|
|
|
7030
7002
|
* </li>
|
|
7031
7003
|
* <li>
|
|
7032
7004
|
* <p>The hour value must be one or a multiple range, for example, <code>0-4</code> or
|
|
7033
|
-
*
|
|
7005
|
+
* <code>0-4,20-23</code>.</p>
|
|
7034
7006
|
* </li>
|
|
7035
7007
|
* <li>
|
|
7036
7008
|
* <p>Each hour range must be >= 2 hours, for example, <code>0-2</code> or
|
|
7037
|
-
*
|
|
7009
|
+
* <code>20-23</code>.</p>
|
|
7038
7010
|
* </li>
|
|
7039
7011
|
* <li>
|
|
7040
7012
|
* <p>The event window must be >= 4 hours. The combined total time ranges in the event
|
|
@@ -9908,13 +9880,13 @@ export interface CreateLaunchTemplateRequest {
|
|
|
9908
9880
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
9909
9881
|
}
|
|
9910
9882
|
/**
|
|
9911
|
-
* <p>Describes whether the resource is managed by
|
|
9883
|
+
* <p>Describes whether the resource is managed by a service provider and, if so, describes
|
|
9912
9884
|
* the service provider that manages it.</p>
|
|
9913
9885
|
* @public
|
|
9914
9886
|
*/
|
|
9915
9887
|
export interface OperatorResponse {
|
|
9916
9888
|
/**
|
|
9917
|
-
* <p>If <code>true</code>, the resource is managed by
|
|
9889
|
+
* <p>If <code>true</code>, the resource is managed by a service provider.</p>
|
|
9918
9890
|
* @public
|
|
9919
9891
|
*/
|
|
9920
9892
|
Managed?: boolean | 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
|
|
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
|
|
2867
|
-
*
|
|
2868
|
-
*
|
|
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
|
|
2874
|
-
*
|
|
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
|
|
2913
|
-
*
|
|
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;
|
|
@@ -3344,6 +3346,12 @@ export interface DescribeAvailabilityZonesRequest {
|
|
|
3344
3346
|
* <ul>
|
|
3345
3347
|
* <li>
|
|
3346
3348
|
* <p>
|
|
3349
|
+
* <code>group-long-name</code> - The long name of the zone group for the Availability Zone (for
|
|
3350
|
+
* example, <code>US West (Oregon) 1</code>), the Local Zone (for example, for Zone group <code>us-west-2-lax-1</code>, it is <code>US West (Los Angeles)</code>,
|
|
3351
|
+
* or the Wavelength Zone (for example, for Zone group <code>us-east-1-wl1</code>, it is <code>US East (Verizon)</code>.</p>
|
|
3352
|
+
* </li>
|
|
3353
|
+
* <li>
|
|
3354
|
+
* <p>
|
|
3347
3355
|
* <code>group-name</code> - The name of the zone group for the Availability Zone (for
|
|
3348
3356
|
* example, <code>us-east-1-zg-1</code>), the Local Zone (for example, <code>us-west-2-lax-1</code>),
|
|
3349
3357
|
* or the Wavelength Zone (for example, <code>us-east-1-wl1</code>).</p>
|
|
@@ -3513,6 +3521,12 @@ export interface AvailabilityZone {
|
|
|
3513
3521
|
* @public
|
|
3514
3522
|
*/
|
|
3515
3523
|
ParentZoneId?: string | undefined;
|
|
3524
|
+
/**
|
|
3525
|
+
* <p>The long name of the Availability Zone group, Local Zone group, or Wavelength Zone
|
|
3526
|
+
* group.</p>
|
|
3527
|
+
* @public
|
|
3528
|
+
*/
|
|
3529
|
+
GroupLongName?: string | undefined;
|
|
3516
3530
|
/**
|
|
3517
3531
|
* <p>The state of the Availability Zone, Local Zone, or Wavelength Zone. This value is always
|
|
3518
3532
|
* <code>available</code>.</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
|
-
*
|
|
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
|
-
* 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
|
|
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
|
|
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
|
|
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
|
|
4153
|
-
* to find all event windows that have a tag with a specific key, regardless of
|
|
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>
|
|
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;
|
|
@@ -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 * *
|
|
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>
|
|
@@ -4755,15 +4756,16 @@ export interface RegisterImageResult {
|
|
|
4755
4756
|
ImageId?: string | undefined;
|
|
4756
4757
|
}
|
|
4757
4758
|
/**
|
|
4758
|
-
* <p>Information about the tag keys to register for the current Region. You can either
|
|
4759
|
-
*
|
|
4760
|
-
*
|
|
4759
|
+
* <p>Information about the tag keys to register for the current Region. You can either
|
|
4760
|
+
* specify individual tag keys or register all tag keys in the current Region. You must
|
|
4761
|
+
* specify either <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the
|
|
4762
|
+
* request</p>
|
|
4761
4763
|
* @public
|
|
4762
4764
|
*/
|
|
4763
4765
|
export interface RegisterInstanceTagAttributeRequest {
|
|
4764
4766
|
/**
|
|
4765
|
-
* <p>Indicates whether to register all tag keys in the current Region. Specify
|
|
4766
|
-
*
|
|
4767
|
+
* <p>Indicates whether to register all tag keys in the current Region. Specify
|
|
4768
|
+
* <code>true</code> to register all tag keys.</p>
|
|
4767
4769
|
* @public
|
|
4768
4770
|
*/
|
|
4769
4771
|
IncludeAllTagsOfInstance?: boolean | undefined;
|
|
@@ -948,6 +948,7 @@ export interface AvailabilityZone {
|
|
|
948
948
|
ZoneType?: string | undefined;
|
|
949
949
|
ParentZoneName?: string | undefined;
|
|
950
950
|
ParentZoneId?: string | undefined;
|
|
951
|
+
GroupLongName?: string | undefined;
|
|
951
952
|
State?: AvailabilityZoneState | undefined;
|
|
952
953
|
}
|
|
953
954
|
export interface DescribeAvailabilityZonesResult {
|
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.766.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",
|