@aws-sdk/client-ec2 3.840.0 → 3.842.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 +3 -0
- package/dist-es/protocols/Aws_ec2.js +3 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +10 -10
- package/dist-types/models/models_3.d.ts +3 -3
- package/dist-types/models/models_6.d.ts +5 -0
- package/dist-types/ts3.4/models/models_6.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -29768,6 +29768,9 @@ var se_GetInstanceTypesFromInstanceRequirementsRequest = /* @__PURE__ */ __name(
|
|
|
29768
29768
|
if (input[_NT] != null) {
|
|
29769
29769
|
entries[_NT] = input[_NT];
|
|
29770
29770
|
}
|
|
29771
|
+
if (input[_Con] != null) {
|
|
29772
|
+
entries[_Con] = input[_Con];
|
|
29773
|
+
}
|
|
29771
29774
|
return entries;
|
|
29772
29775
|
}, "se_GetInstanceTypesFromInstanceRequirementsRequest");
|
|
29773
29776
|
var se_GetInstanceUefiDataRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -28186,6 +28186,9 @@ const se_GetInstanceTypesFromInstanceRequirementsRequest = (input, context) => {
|
|
|
28186
28186
|
if (input[_NT] != null) {
|
|
28187
28187
|
entries[_NT] = input[_NT];
|
|
28188
28188
|
}
|
|
28189
|
+
if (input[_Con] != null) {
|
|
28190
|
+
entries[_Con] = input[_Con];
|
|
28191
|
+
}
|
|
28189
28192
|
return entries;
|
|
28190
28193
|
};
|
|
28191
28194
|
const se_GetInstanceUefiDataRequest = (input, context) => {
|
|
@@ -131,6 +131,7 @@ declare const GetInstanceTypesFromInstanceRequirementsCommand_base: {
|
|
|
131
131
|
* },
|
|
132
132
|
* MaxResults: Number("int"),
|
|
133
133
|
* NextToken: "STRING_VALUE",
|
|
134
|
+
* Context: "STRING_VALUE",
|
|
134
135
|
* };
|
|
135
136
|
* const command = new GetInstanceTypesFromInstanceRequirementsCommand(input);
|
|
136
137
|
* const response = await client.send(command);
|
|
@@ -3035,11 +3035,10 @@ export interface CreateCustomerGatewayRequest {
|
|
|
3035
3035
|
*/
|
|
3036
3036
|
DeviceName?: string | undefined;
|
|
3037
3037
|
/**
|
|
3038
|
-
* <p>
|
|
3038
|
+
* <p>The IP address for the customer gateway device's outside interface. The address must be
|
|
3039
3039
|
* static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to
|
|
3040
3040
|
* <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If
|
|
3041
|
-
* <code>OutsideIpAddressType</code> is set to <code>
|
|
3042
|
-
* public IPv4 address. </p>
|
|
3041
|
+
* <code>OutsideIpAddressType</code> is set to <code>Ipv6</code>, you can use an IPv6 address. </p>
|
|
3043
3042
|
* @public
|
|
3044
3043
|
*/
|
|
3045
3044
|
IpAddress?: string | undefined;
|
|
@@ -3106,7 +3105,8 @@ export interface CustomerGateway {
|
|
|
3106
3105
|
Type?: string | undefined;
|
|
3107
3106
|
/**
|
|
3108
3107
|
* <p>
|
|
3109
|
-
*
|
|
3108
|
+
* The IP address for the customer gateway device's outside interface. The address must be static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If
|
|
3109
|
+
* <code>OutsideIpAddressType</code> is set to <code>PublicIpv4</code>, you can use a public IPv4 address. If <code>OutsideIpAddressType</code> is set to <code>Ipv6</code>, you can use a public IPv6 address.
|
|
3110
3110
|
* </p>
|
|
3111
3111
|
* @public
|
|
3112
3112
|
*/
|
|
@@ -7241,10 +7241,10 @@ export interface EbsBlockDevice {
|
|
|
7241
7241
|
OutpostArn?: string | undefined;
|
|
7242
7242
|
/**
|
|
7243
7243
|
* <p>The Availability Zone where the EBS volume will be created (for example,
|
|
7244
|
-
*
|
|
7244
|
+
* <code>us-east-1a</code>).</p>
|
|
7245
7245
|
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> can be specified,
|
|
7246
|
-
*
|
|
7247
|
-
*
|
|
7246
|
+
* but not both. If neither is specified, Amazon EC2 automatically selects an Availability Zone within
|
|
7247
|
+
* the Region.</p>
|
|
7248
7248
|
* <p>This parameter is not supported when using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html">CreateImage</a>.</p>
|
|
7249
7249
|
* @public
|
|
7250
7250
|
*/
|
|
@@ -7320,10 +7320,10 @@ export interface EbsBlockDevice {
|
|
|
7320
7320
|
VolumeInitializationRate?: number | undefined;
|
|
7321
7321
|
/**
|
|
7322
7322
|
* <p>The ID of the Availability Zone where the EBS volume will be created (for example,
|
|
7323
|
-
*
|
|
7323
|
+
* <code>use1-az1</code>).</p>
|
|
7324
7324
|
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> can be specified,
|
|
7325
|
-
*
|
|
7326
|
-
*
|
|
7325
|
+
* but not both. If neither is specified, Amazon EC2 automatically selects an Availability Zone within
|
|
7326
|
+
* the Region.</p>
|
|
7327
7327
|
* <p>This parameter is not supported when using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html">CreateImage</a>.</p>
|
|
7328
7328
|
* @public
|
|
7329
7329
|
*/
|
|
@@ -882,8 +882,8 @@ export interface VpnConnectionOptionsSpecification {
|
|
|
882
882
|
*/
|
|
883
883
|
RemoteIpv6NetworkCidr?: string | undefined;
|
|
884
884
|
/**
|
|
885
|
-
* <p>The type of
|
|
886
|
-
* <p>Valid values: <code>PrivateIpv4</code> | <code>PublicIpv4</code>
|
|
885
|
+
* <p>The type of IP address assigned to the outside interface of the customer gateway device.</p>
|
|
886
|
+
* <p>Valid values: <code>PrivateIpv4</code> | <code>PublicIpv4</code> | <code>Ipv6</code>
|
|
887
887
|
* </p>
|
|
888
888
|
* <p>Default: <code>PublicIpv4</code>
|
|
889
889
|
* </p>
|
|
@@ -1242,7 +1242,7 @@ export interface VpnConnectionOptions {
|
|
|
1242
1242
|
RemoteIpv6NetworkCidr?: string | undefined;
|
|
1243
1243
|
/**
|
|
1244
1244
|
* <p>The type of IPv4 address assigned to the outside interface of the customer gateway.</p>
|
|
1245
|
-
* <p>Valid values: <code>PrivateIpv4</code> | <code>PublicIpv4</code>
|
|
1245
|
+
* <p>Valid values: <code>PrivateIpv4</code> | <code>PublicIpv4</code> | <code>Ipv6</code>
|
|
1246
1246
|
* </p>
|
|
1247
1247
|
* <p>Default: <code>PublicIpv4</code>
|
|
1248
1248
|
* </p>
|
|
@@ -4576,6 +4576,11 @@ export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
|
4576
4576
|
* @public
|
|
4577
4577
|
*/
|
|
4578
4578
|
NextToken?: string | undefined;
|
|
4579
|
+
/**
|
|
4580
|
+
* <p>Reserved.</p>
|
|
4581
|
+
* @public
|
|
4582
|
+
*/
|
|
4583
|
+
Context?: string | undefined;
|
|
4579
4584
|
}
|
|
4580
4585
|
/**
|
|
4581
4586
|
* <p>The list of instance types with the specified instance attributes.</p>
|
|
@@ -1082,6 +1082,7 @@ export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
|
1082
1082
|
InstanceRequirements: InstanceRequirementsRequest | undefined;
|
|
1083
1083
|
MaxResults?: number | undefined;
|
|
1084
1084
|
NextToken?: string | undefined;
|
|
1085
|
+
Context?: string | undefined;
|
|
1085
1086
|
}
|
|
1086
1087
|
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
1087
1088
|
InstanceType?: string | 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.842.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",
|