@aws-sdk/client-ec2 3.1020.0 → 3.1021.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.
|
@@ -31,8 +31,10 @@ declare const BundleInstanceCommand_base: {
|
|
|
31
31
|
* <p>During bundling, only the root device volume (C:\) is bundled. Data on other instance
|
|
32
32
|
* store volumes is not preserved.</p>
|
|
33
33
|
* <note>
|
|
34
|
-
* <p>This action is
|
|
35
|
-
*
|
|
34
|
+
* <p>This action is no longer supported. To create an AMI, use
|
|
35
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html">CreateImage</a>.
|
|
36
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html">
|
|
37
|
+
* Create an Amazon EBS-backed AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
36
38
|
* </note>
|
|
37
39
|
* @example
|
|
38
40
|
* Use a bare-bones client and the command you need to make an API call.
|
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.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
27
27
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
28
28
|
"@aws-sdk/core": "^3.973.26",
|
|
29
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
29
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
30
30
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
31
31
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
32
32
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
33
33
|
"@aws-sdk/middleware-sdk-ec2": "^3.972.18",
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
35
35
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
36
36
|
"@aws-sdk/types": "^3.973.6",
|
|
37
37
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
38
38
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
39
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
39
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
40
40
|
"@smithy/config-resolver": "^4.4.13",
|
|
41
41
|
"@smithy/core": "^3.23.13",
|
|
42
42
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
45
45
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
46
46
|
"@smithy/middleware-endpoint": "^4.4.28",
|
|
47
|
-
"@smithy/middleware-retry": "^4.4.
|
|
47
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
48
48
|
"@smithy/middleware-serde": "^4.2.16",
|
|
49
49
|
"@smithy/middleware-stack": "^4.2.12",
|
|
50
50
|
"@smithy/node-config-provider": "^4.3.12",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
61
61
|
"@smithy/util-endpoints": "^3.3.3",
|
|
62
62
|
"@smithy/util-middleware": "^4.2.12",
|
|
63
|
-
"@smithy/util-retry": "^4.2.
|
|
63
|
+
"@smithy/util-retry": "^4.2.13",
|
|
64
64
|
"@smithy/util-utf8": "^4.2.2",
|
|
65
65
|
"@smithy/util-waiter": "^4.2.14",
|
|
66
66
|
"tslib": "^2.6.2"
|