@aws-sdk/client-ec2 3.202.0 → 3.204.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/EC2.js +15 -0
- package/dist-cjs/commands/CancelImageLaunchPermissionCommand.js +46 -0
- package/dist-cjs/commands/CreateDefaultSubnetCommand.js +2 -1
- package/dist-cjs/commands/CreateTagsCommand.js +2 -2
- package/dist-cjs/commands/CreateTrafficMirrorFilterCommand.js +1 -2
- package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +2 -1
- package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +1 -2
- package/dist-cjs/commands/DescribeLaunchTemplateVersionsCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTrunkInterfaceCommand.js +2 -1
- package/dist-cjs/commands/DisassociateVpcCidrBlockCommand.js +1 -2
- package/dist-cjs/commands/ModifyVpcPeeringConnectionOptionsCommand.js +2 -1
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +10 -10
- package/dist-cjs/models/models_1.js +13 -13
- package/dist-cjs/models/models_2.js +14 -14
- package/dist-cjs/models/models_3.js +13 -13
- package/dist-cjs/models/models_4.js +14 -14
- package/dist-cjs/models/models_5.js +14 -14
- package/dist-cjs/models/models_6.js +12 -4
- package/dist-cjs/protocols/Aws_ec2.js +82 -22
- package/dist-cjs/runtimeConfig.browser.js +0 -3
- package/dist-cjs/runtimeConfig.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +3 -0
- package/dist-es/EC2.js +15 -0
- package/dist-es/commands/CancelImageLaunchPermissionCommand.js +42 -0
- package/dist-es/commands/CreateDefaultSubnetCommand.js +2 -1
- package/dist-es/commands/CreateTagsCommand.js +1 -1
- package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +1 -2
- package/dist-es/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +2 -1
- package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +1 -2
- package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
- package/dist-es/commands/DisassociateTrunkInterfaceCommand.js +2 -1
- package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +1 -2
- package/dist-es/commands/ModifyVpcPeeringConnectionOptionsCommand.js +2 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +6 -6
- package/dist-es/models/models_1.js +6 -6
- package/dist-es/models/models_2.js +6 -6
- package/dist-es/models/models_3.js +6 -6
- package/dist-es/models/models_4.js +6 -6
- package/dist-es/models/models_5.js +6 -7
- package/dist-es/models/models_6.js +7 -0
- package/dist-es/protocols/Aws_ec2.js +58 -0
- package/dist-es/runtimeConfig.browser.js +0 -3
- package/dist-es/runtimeConfig.js +0 -3
- package/dist-es/runtimeConfig.shared.js +3 -0
- package/dist-types/EC2.d.ts +9 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +39 -0
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -2
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +26 -112
- package/dist-types/models/models_1.d.ts +113 -47
- package/dist-types/models/models_2.d.ts +46 -34
- package/dist-types/models/models_3.d.ts +36 -149
- package/dist-types/models/models_4.d.ts +149 -28
- package/dist-types/models/models_5.d.ts +27 -18
- package/dist-types/models/models_6.d.ts +18 -1
- package/dist-types/protocols/Aws_ec2.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/CancelImageLaunchPermissionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +13 -30
- package/dist-types/ts3.4/models/models_1.d.ts +33 -18
- package/dist-types/ts3.4/models/models_2.d.ts +17 -15
- package/dist-types/ts3.4/models/models_3.d.ts +20 -23
- package/dist-types/ts3.4/models/models_4.d.ts +23 -14
- package/dist-types/ts3.4/models/models_5.d.ts +13 -10
- package/dist-types/ts3.4/models/models_6.d.ts +11 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/package.json +5 -4
- package/CHANGELOG.md +0 -3642
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.204.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",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.204.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.201.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.204.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.204.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.201.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.201.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.201.0",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"@aws-sdk/smithy-client": "3.201.0",
|
|
43
43
|
"@aws-sdk/types": "3.201.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.201.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.202.0",
|
|
45
46
|
"@aws-sdk/util-base64-browser": "3.188.0",
|
|
46
47
|
"@aws-sdk/util-base64-node": "3.201.0",
|
|
47
48
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|