@aws-sdk/client-ec2 3.749.0 → 3.756.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 +4 -0
- package/dist-es/protocols/Aws_ec2.js +4 -0
- package/dist-types/commands/CopyImageCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +12 -0
- package/dist-types/models/models_2.d.ts +2 -2
- package/dist-types/models/models_5.d.ts +1 -4
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +12 -12
package/dist-cjs/index.js
CHANGED
|
@@ -18383,6 +18383,9 @@ var se_CopyImageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
18383
18383
|
entries[loc] = value;
|
|
18384
18384
|
});
|
|
18385
18385
|
}
|
|
18386
|
+
if (input[_SCCDM] != null) {
|
|
18387
|
+
entries[_SCCDM] = input[_SCCDM];
|
|
18388
|
+
}
|
|
18386
18389
|
if (input[_DRr] != null) {
|
|
18387
18390
|
entries[_DRr] = input[_DRr];
|
|
18388
18391
|
}
|
|
@@ -62620,6 +62623,7 @@ var _SC = "SubnetConfigurations";
|
|
|
62620
62623
|
var _SCA = "ServerCertificateArn";
|
|
62621
62624
|
var _SCAE = "SerialConsoleAccessEnabled";
|
|
62622
62625
|
var _SCB = "SourceCidrBlock";
|
|
62626
|
+
var _SCCDM = "SnapshotCopyCompletionDurationMinutes";
|
|
62623
62627
|
var _SCR = "SourceCapacityReservation";
|
|
62624
62628
|
var _SCRI = "SourceCapacityReservationId";
|
|
62625
62629
|
var _SCRIu = "SubnetCidrReservationId";
|
|
@@ -16863,6 +16863,9 @@ const se_CopyImageRequest = (input, context) => {
|
|
|
16863
16863
|
entries[loc] = value;
|
|
16864
16864
|
});
|
|
16865
16865
|
}
|
|
16866
|
+
if (input[_SCCDM] != null) {
|
|
16867
|
+
entries[_SCCDM] = input[_SCCDM];
|
|
16868
|
+
}
|
|
16866
16869
|
if (input[_DRr] != null) {
|
|
16867
16870
|
entries[_DRr] = input[_DRr];
|
|
16868
16871
|
}
|
|
@@ -62556,6 +62559,7 @@ const _SC = "SubnetConfigurations";
|
|
|
62556
62559
|
const _SCA = "ServerCertificateArn";
|
|
62557
62560
|
const _SCAE = "SerialConsoleAccessEnabled";
|
|
62558
62561
|
const _SCB = "SourceCidrBlock";
|
|
62562
|
+
const _SCCDM = "SnapshotCopyCompletionDurationMinutes";
|
|
62559
62563
|
const _SCR = "SourceCapacityReservation";
|
|
62560
62564
|
const _SCRI = "SourceCapacityReservationId";
|
|
62561
62565
|
const _SCRIu = "SubnetCidrReservationId";
|
|
@@ -7337,6 +7337,18 @@ export interface CopyImageRequest {
|
|
|
7337
7337
|
* @public
|
|
7338
7338
|
*/
|
|
7339
7339
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
7340
|
+
/**
|
|
7341
|
+
* <p>Specify a completion duration, in 15 minute increments, to initiate a time-based
|
|
7342
|
+
* AMI copy. The specified completion duration applies to each of the snapshots associated
|
|
7343
|
+
* with the AMI. Each snapshot associated with the AMI will be completed within the
|
|
7344
|
+
* specified completion duration, regardless of their size.</p>
|
|
7345
|
+
* <p>If you do not specify a value, the AMI copy operation is completed on a best-effort
|
|
7346
|
+
* basis.</p>
|
|
7347
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html">
|
|
7348
|
+
* Time-based copies</a>.</p>
|
|
7349
|
+
* @public
|
|
7350
|
+
*/
|
|
7351
|
+
SnapshotCopyCompletionDurationMinutes?: number | undefined;
|
|
7340
7352
|
/**
|
|
7341
7353
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7342
7354
|
* and provides an error response. If you have the required permissions, the error response is
|
|
@@ -5540,7 +5540,7 @@ export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
|
|
|
5540
5540
|
*/
|
|
5541
5541
|
LoadBalancerArn?: string | undefined;
|
|
5542
5542
|
/**
|
|
5543
|
-
* <p>The IDs of the subnets.</p>
|
|
5543
|
+
* <p>The IDs of the subnets. You can specify only one subnet per Availability Zone.</p>
|
|
5544
5544
|
* @public
|
|
5545
5545
|
*/
|
|
5546
5546
|
SubnetIds?: string[] | undefined;
|
|
@@ -5613,7 +5613,7 @@ export interface CreateVerifiedAccessEndpointRdsOptions {
|
|
|
5613
5613
|
*/
|
|
5614
5614
|
RdsEndpoint?: string | undefined;
|
|
5615
5615
|
/**
|
|
5616
|
-
* <p>The IDs of the subnets.</p>
|
|
5616
|
+
* <p>The IDs of the subnets. You can specify only one subnet per Availability Zone.</p>
|
|
5617
5617
|
* @public
|
|
5618
5618
|
*/
|
|
5619
5619
|
SubnetIds?: string[] | undefined;
|
|
@@ -1420,10 +1420,7 @@ export interface SecurityGroupReference {
|
|
|
1420
1420
|
*/
|
|
1421
1421
|
VpcPeeringConnectionId?: string | undefined;
|
|
1422
1422
|
/**
|
|
1423
|
-
* <
|
|
1424
|
-
* <p>This parameter is in preview and may not be available for your account.</p>
|
|
1425
|
-
* </note>
|
|
1426
|
-
* <p>The ID of the transit gateway (if applicable).</p>
|
|
1423
|
+
* <p>The ID of the transit gateway (if applicable).</p>
|
|
1427
1424
|
* @public
|
|
1428
1425
|
*/
|
|
1429
1426
|
TransitGatewayId?: string | undefined;
|
|
@@ -1961,6 +1961,7 @@ export interface CopyImageRequest {
|
|
|
1961
1961
|
DestinationOutpostArn?: string | undefined;
|
|
1962
1962
|
CopyImageTags?: boolean | undefined;
|
|
1963
1963
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
1964
|
+
SnapshotCopyCompletionDurationMinutes?: number | undefined;
|
|
1964
1965
|
DryRun?: boolean | undefined;
|
|
1965
1966
|
}
|
|
1966
1967
|
export interface CopyImageResult {
|
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.756.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",
|
|
@@ -20,39 +20,39 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.750.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.750.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-sdk-ec2": "3.750.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.750.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
31
31
|
"@aws-sdk/types": "3.734.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.750.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.0.1",
|
|
36
|
-
"@smithy/core": "^3.1.
|
|
36
|
+
"@smithy/core": "^3.1.4",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
38
38
|
"@smithy/hash-node": "^4.0.1",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
42
|
-
"@smithy/middleware-retry": "^4.0.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.0.5",
|
|
42
|
+
"@smithy/middleware-retry": "^4.0.6",
|
|
43
43
|
"@smithy/middleware-serde": "^4.0.2",
|
|
44
44
|
"@smithy/middleware-stack": "^4.0.1",
|
|
45
45
|
"@smithy/node-config-provider": "^4.0.1",
|
|
46
46
|
"@smithy/node-http-handler": "^4.0.2",
|
|
47
47
|
"@smithy/protocol-http": "^5.0.1",
|
|
48
|
-
"@smithy/smithy-client": "^4.1.
|
|
48
|
+
"@smithy/smithy-client": "^4.1.5",
|
|
49
49
|
"@smithy/types": "^4.1.0",
|
|
50
50
|
"@smithy/url-parser": "^4.0.1",
|
|
51
51
|
"@smithy/util-base64": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.0.6",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.0.6",
|
|
56
56
|
"@smithy/util-endpoints": "^3.0.1",
|
|
57
57
|
"@smithy/util-middleware": "^4.0.1",
|
|
58
58
|
"@smithy/util-retry": "^4.0.1",
|