@aws-sdk/client-ec2 3.316.0 → 3.321.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/commands/AttachVerifiedAccessTrustProviderCommand.js +2 -1
- package/dist-cjs/commands/CreateVerifiedAccessTrustProviderCommand.js +3 -2
- package/dist-cjs/commands/DeleteVerifiedAccessTrustProviderCommand.js +2 -1
- package/dist-cjs/commands/DescribeConversionTasksCommand.js +2 -1
- package/dist-cjs/commands/DescribeVerifiedAccessTrustProvidersCommand.js +2 -1
- package/dist-cjs/commands/DetachVerifiedAccessTrustProviderCommand.js +2 -1
- package/dist-cjs/commands/ImportInstanceCommand.js +1 -1
- package/dist-cjs/commands/ImportVolumeCommand.js +1 -1
- package/dist-cjs/commands/ModifyVerifiedAccessTrustProviderCommand.js +3 -2
- package/dist-cjs/models/models_0.js +18 -1
- package/dist-cjs/models/models_2.js +22 -1
- package/dist-cjs/models/models_3.js +44 -1
- package/dist-cjs/models/models_4.js +9 -1
- package/dist-cjs/models/models_5.js +15 -1
- package/dist-cjs/models/models_6.js +27 -1
- package/dist-cjs/protocols/Aws_ec2.js +18 -0
- package/dist-es/commands/AttachVerifiedAccessTrustProviderCommand.js +2 -1
- package/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +3 -2
- package/dist-es/commands/DeleteVerifiedAccessTrustProviderCommand.js +2 -1
- package/dist-es/commands/DescribeConversionTasksCommand.js +2 -1
- package/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +2 -1
- package/dist-es/commands/DetachVerifiedAccessTrustProviderCommand.js +2 -1
- package/dist-es/commands/ImportInstanceCommand.js +2 -2
- package/dist-es/commands/ImportVolumeCommand.js +2 -2
- package/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +3 -2
- package/dist-es/models/models_0.js +14 -0
- package/dist-es/models/models_2.js +18 -0
- package/dist-es/models/models_3.js +35 -0
- package/dist-es/models/models_4.js +7 -0
- package/dist-es/models/models_5.js +12 -0
- package/dist-es/models/models_6.js +22 -0
- package/dist-es/protocols/Aws_ec2.js +18 -0
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +1 -3
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +21 -8
- package/dist-types/models/models_2.d.ts +51 -31
- package/dist-types/models/models_3.d.ts +36 -8
- package/dist-types/models/models_4.d.ts +16 -12
- package/dist-types/models/models_5.d.ts +16 -8
- package/dist-types/models/models_6.d.ts +68 -28
- package/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/dist-types/ts3.4/models/models_2.d.ts +9 -0
- package/dist-types/ts3.4/models/models_3.d.ts +21 -0
- package/dist-types/ts3.4/models/models_4.d.ts +3 -0
- package/dist-types/ts3.4/models/models_5.d.ts +6 -0
- package/dist-types/ts3.4/models/models_6.d.ts +18 -0
- package/package.json +6 -6
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.321.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.319.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.319.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.310.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.310.0",
|
|
35
35
|
"@aws-sdk/middleware-retry": "3.310.0",
|
|
36
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
36
|
+
"@aws-sdk/middleware-sdk-ec2": "3.321.0",
|
|
37
37
|
"@aws-sdk/middleware-serde": "3.310.0",
|
|
38
38
|
"@aws-sdk/middleware-signing": "3.310.0",
|
|
39
39
|
"@aws-sdk/middleware-stack": "3.310.0",
|
|
40
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
+
"@aws-sdk/middleware-user-agent": "3.319.0",
|
|
41
41
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
42
42
|
"@aws-sdk/node-http-handler": "3.310.0",
|
|
43
43
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-browser": "3.316.0",
|
|
51
51
|
"@aws-sdk/util-defaults-mode-node": "3.316.0",
|
|
52
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
+
"@aws-sdk/util-endpoints": "3.319.0",
|
|
53
53
|
"@aws-sdk/util-retry": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|