@aws-sdk/client-ec2 3.199.0 → 3.201.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/CHANGELOG.md +22 -0
- package/README.md +7 -7
- package/dist-cjs/EC2.js +60 -0
- package/dist-cjs/commands/AcceptAddressTransferCommand.js +46 -0
- package/dist-cjs/commands/CreateDefaultVpcCommand.js +1 -2
- package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +2 -1
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAddressTransfersCommand.js +46 -0
- package/dist-cjs/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayRouteTablesCommand.js +3 -3
- package/dist-cjs/commands/DisableAddressTransferCommand.js +46 -0
- package/dist-cjs/commands/DisassociateVpcCidrBlockCommand.js +2 -1
- package/dist-cjs/commands/EnableAddressTransferCommand.js +46 -0
- package/dist-cjs/commands/EnableEbsEncryptionByDefaultCommand.js +3 -3
- package/dist-cjs/commands/EnableFastLaunchCommand.js +3 -3
- package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +1 -2
- package/dist-cjs/commands/ModifyVpcTenancyCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnConnectionCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnConnectionOptionsCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnTunnelCertificateCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnTunnelOptionsCommand.js +1 -2
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/endpoint/EndpointParameters.js +2 -3
- package/dist-cjs/models/models_0.js +112 -113
- package/dist-cjs/models/models_1.js +25 -24
- package/dist-cjs/models/models_2.js +24 -22
- package/dist-cjs/models/models_3.js +29 -29
- package/dist-cjs/models/models_4.js +38 -38
- package/dist-cjs/models/models_5.js +46 -46
- package/dist-cjs/models/models_6.js +44 -4
- package/dist-cjs/pagination/DescribeAddressTransfersPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -1
- package/dist-cjs/protocols/Aws_ec2.js +332 -33
- package/dist-cjs/runtimeConfig.browser.js +16 -16
- package/dist-cjs/runtimeConfig.js +20 -19
- package/dist-cjs/runtimeConfig.native.js +1 -2
- package/dist-cjs/runtimeConfig.shared.js +8 -11
- package/dist-es/EC2.js +60 -0
- package/dist-es/commands/AcceptAddressTransferCommand.js +42 -0
- package/dist-es/commands/CreateDefaultVpcCommand.js +1 -2
- package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +2 -1
- package/dist-es/commands/DescribeAccountAttributesCommand.js +1 -1
- package/dist-es/commands/DescribeAddressTransfersCommand.js +42 -0
- package/dist-es/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayRouteTablesCommand.js +1 -1
- package/dist-es/commands/DisableAddressTransferCommand.js +42 -0
- package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +2 -1
- package/dist-es/commands/EnableAddressTransferCommand.js +42 -0
- package/dist-es/commands/EnableEbsEncryptionByDefaultCommand.js +1 -1
- package/dist-es/commands/EnableFastLaunchCommand.js +1 -1
- package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +1 -2
- package/dist-es/commands/ModifyVpcTenancyCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -2
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +101 -103
- package/dist-es/models/models_1.js +17 -16
- package/dist-es/models/models_2.js +16 -12
- package/dist-es/models/models_3.js +18 -18
- package/dist-es/models/models_4.js +24 -24
- package/dist-es/models/models_5.js +30 -30
- package/dist-es/models/models_6.js +30 -0
- package/dist-es/pagination/DescribeAddressTransfersPaginator.js +32 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_ec2.js +295 -0
- package/dist-types/EC2.d.ts +28 -0
- package/dist-types/EC2Client.d.ts +6 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +37 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -2
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +37 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +37 -0
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +194 -192
- package/dist-types/models/models_1.d.ts +67 -75
- package/dist-types/models/models_2.d.ts +78 -57
- package/dist-types/models/models_3.d.ts +97 -222
- package/dist-types/models/models_4.d.ts +244 -178
- package/dist-types/models/models_5.d.ts +214 -374
- package/dist-types/models/models_6.d.ts +374 -5
- package/dist-types/pagination/DescribeAddressTransfersPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/EC2.d.ts +68 -0
- package/dist-types/ts3.4/EC2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/AcceptAddressTransferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAddressTransfersCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +121 -119
- package/dist-types/ts3.4/models/models_1.d.ts +30 -33
- package/dist-types/ts3.4/models/models_2.d.ts +33 -34
- package/dist-types/ts3.4/models/models_3.d.ts +46 -54
- package/dist-types/ts3.4/models/models_4.d.ts +70 -71
- package/dist-types/ts3.4/models/models_5.d.ts +91 -106
- package/dist-types/ts3.4/models/models_6.d.ts +107 -1
- package/dist-types/ts3.4/pagination/DescribeAddressTransfersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +48 -0
- package/package.json +35 -35
|
@@ -3,6 +3,10 @@ import {
|
|
|
3
3
|
HttpResponse as __HttpResponse,
|
|
4
4
|
} from "@aws-sdk/protocol-http";
|
|
5
5
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AcceptAddressTransferCommandInput,
|
|
8
|
+
AcceptAddressTransferCommandOutput,
|
|
9
|
+
} from "../commands/AcceptAddressTransferCommand";
|
|
6
10
|
import {
|
|
7
11
|
AcceptReservedInstancesExchangeQuoteCommandInput,
|
|
8
12
|
AcceptReservedInstancesExchangeQuoteCommandOutput,
|
|
@@ -811,6 +815,10 @@ import {
|
|
|
811
815
|
DescribeAddressesCommandInput,
|
|
812
816
|
DescribeAddressesCommandOutput,
|
|
813
817
|
} from "../commands/DescribeAddressesCommand";
|
|
818
|
+
import {
|
|
819
|
+
DescribeAddressTransfersCommandInput,
|
|
820
|
+
DescribeAddressTransfersCommandOutput,
|
|
821
|
+
} from "../commands/DescribeAddressTransfersCommand";
|
|
814
822
|
import {
|
|
815
823
|
DescribeAggregateIdFormatCommandInput,
|
|
816
824
|
DescribeAggregateIdFormatCommandOutput,
|
|
@@ -1359,6 +1367,10 @@ import {
|
|
|
1359
1367
|
DetachVpnGatewayCommandInput,
|
|
1360
1368
|
DetachVpnGatewayCommandOutput,
|
|
1361
1369
|
} from "../commands/DetachVpnGatewayCommand";
|
|
1370
|
+
import {
|
|
1371
|
+
DisableAddressTransferCommandInput,
|
|
1372
|
+
DisableAddressTransferCommandOutput,
|
|
1373
|
+
} from "../commands/DisableAddressTransferCommand";
|
|
1362
1374
|
import {
|
|
1363
1375
|
DisableEbsEncryptionByDefaultCommandInput,
|
|
1364
1376
|
DisableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1447,6 +1459,10 @@ import {
|
|
|
1447
1459
|
DisassociateVpcCidrBlockCommandInput,
|
|
1448
1460
|
DisassociateVpcCidrBlockCommandOutput,
|
|
1449
1461
|
} from "../commands/DisassociateVpcCidrBlockCommand";
|
|
1462
|
+
import {
|
|
1463
|
+
EnableAddressTransferCommandInput,
|
|
1464
|
+
EnableAddressTransferCommandOutput,
|
|
1465
|
+
} from "../commands/EnableAddressTransferCommand";
|
|
1450
1466
|
import {
|
|
1451
1467
|
EnableEbsEncryptionByDefaultCommandInput,
|
|
1452
1468
|
EnableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -2171,6 +2187,10 @@ import {
|
|
|
2171
2187
|
WithdrawByoipCidrCommandInput,
|
|
2172
2188
|
WithdrawByoipCidrCommandOutput,
|
|
2173
2189
|
} from "../commands/WithdrawByoipCidrCommand";
|
|
2190
|
+
export declare const serializeAws_ec2AcceptAddressTransferCommand: (
|
|
2191
|
+
input: AcceptAddressTransferCommandInput,
|
|
2192
|
+
context: __SerdeContext
|
|
2193
|
+
) => Promise<__HttpRequest>;
|
|
2174
2194
|
export declare const serializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand: (
|
|
2175
2195
|
input: AcceptReservedInstancesExchangeQuoteCommandInput,
|
|
2176
2196
|
context: __SerdeContext
|
|
@@ -2979,6 +2999,10 @@ export declare const serializeAws_ec2DescribeAddressesAttributeCommand: (
|
|
|
2979
2999
|
input: DescribeAddressesAttributeCommandInput,
|
|
2980
3000
|
context: __SerdeContext
|
|
2981
3001
|
) => Promise<__HttpRequest>;
|
|
3002
|
+
export declare const serializeAws_ec2DescribeAddressTransfersCommand: (
|
|
3003
|
+
input: DescribeAddressTransfersCommandInput,
|
|
3004
|
+
context: __SerdeContext
|
|
3005
|
+
) => Promise<__HttpRequest>;
|
|
2982
3006
|
export declare const serializeAws_ec2DescribeAggregateIdFormatCommand: (
|
|
2983
3007
|
input: DescribeAggregateIdFormatCommandInput,
|
|
2984
3008
|
context: __SerdeContext
|
|
@@ -3527,6 +3551,10 @@ export declare const serializeAws_ec2DetachVpnGatewayCommand: (
|
|
|
3527
3551
|
input: DetachVpnGatewayCommandInput,
|
|
3528
3552
|
context: __SerdeContext
|
|
3529
3553
|
) => Promise<__HttpRequest>;
|
|
3554
|
+
export declare const serializeAws_ec2DisableAddressTransferCommand: (
|
|
3555
|
+
input: DisableAddressTransferCommandInput,
|
|
3556
|
+
context: __SerdeContext
|
|
3557
|
+
) => Promise<__HttpRequest>;
|
|
3530
3558
|
export declare const serializeAws_ec2DisableEbsEncryptionByDefaultCommand: (
|
|
3531
3559
|
input: DisableEbsEncryptionByDefaultCommandInput,
|
|
3532
3560
|
context: __SerdeContext
|
|
@@ -3615,6 +3643,10 @@ export declare const serializeAws_ec2DisassociateVpcCidrBlockCommand: (
|
|
|
3615
3643
|
input: DisassociateVpcCidrBlockCommandInput,
|
|
3616
3644
|
context: __SerdeContext
|
|
3617
3645
|
) => Promise<__HttpRequest>;
|
|
3646
|
+
export declare const serializeAws_ec2EnableAddressTransferCommand: (
|
|
3647
|
+
input: EnableAddressTransferCommandInput,
|
|
3648
|
+
context: __SerdeContext
|
|
3649
|
+
) => Promise<__HttpRequest>;
|
|
3618
3650
|
export declare const serializeAws_ec2EnableEbsEncryptionByDefaultCommand: (
|
|
3619
3651
|
input: EnableEbsEncryptionByDefaultCommandInput,
|
|
3620
3652
|
context: __SerdeContext
|
|
@@ -4339,6 +4371,10 @@ export declare const serializeAws_ec2WithdrawByoipCidrCommand: (
|
|
|
4339
4371
|
input: WithdrawByoipCidrCommandInput,
|
|
4340
4372
|
context: __SerdeContext
|
|
4341
4373
|
) => Promise<__HttpRequest>;
|
|
4374
|
+
export declare const deserializeAws_ec2AcceptAddressTransferCommand: (
|
|
4375
|
+
output: __HttpResponse,
|
|
4376
|
+
context: __SerdeContext
|
|
4377
|
+
) => Promise<AcceptAddressTransferCommandOutput>;
|
|
4342
4378
|
export declare const deserializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand: (
|
|
4343
4379
|
output: __HttpResponse,
|
|
4344
4380
|
context: __SerdeContext
|
|
@@ -5147,6 +5183,10 @@ export declare const deserializeAws_ec2DescribeAddressesAttributeCommand: (
|
|
|
5147
5183
|
output: __HttpResponse,
|
|
5148
5184
|
context: __SerdeContext
|
|
5149
5185
|
) => Promise<DescribeAddressesAttributeCommandOutput>;
|
|
5186
|
+
export declare const deserializeAws_ec2DescribeAddressTransfersCommand: (
|
|
5187
|
+
output: __HttpResponse,
|
|
5188
|
+
context: __SerdeContext
|
|
5189
|
+
) => Promise<DescribeAddressTransfersCommandOutput>;
|
|
5150
5190
|
export declare const deserializeAws_ec2DescribeAggregateIdFormatCommand: (
|
|
5151
5191
|
output: __HttpResponse,
|
|
5152
5192
|
context: __SerdeContext
|
|
@@ -5695,6 +5735,10 @@ export declare const deserializeAws_ec2DetachVpnGatewayCommand: (
|
|
|
5695
5735
|
output: __HttpResponse,
|
|
5696
5736
|
context: __SerdeContext
|
|
5697
5737
|
) => Promise<DetachVpnGatewayCommandOutput>;
|
|
5738
|
+
export declare const deserializeAws_ec2DisableAddressTransferCommand: (
|
|
5739
|
+
output: __HttpResponse,
|
|
5740
|
+
context: __SerdeContext
|
|
5741
|
+
) => Promise<DisableAddressTransferCommandOutput>;
|
|
5698
5742
|
export declare const deserializeAws_ec2DisableEbsEncryptionByDefaultCommand: (
|
|
5699
5743
|
output: __HttpResponse,
|
|
5700
5744
|
context: __SerdeContext
|
|
@@ -5783,6 +5827,10 @@ export declare const deserializeAws_ec2DisassociateVpcCidrBlockCommand: (
|
|
|
5783
5827
|
output: __HttpResponse,
|
|
5784
5828
|
context: __SerdeContext
|
|
5785
5829
|
) => Promise<DisassociateVpcCidrBlockCommandOutput>;
|
|
5830
|
+
export declare const deserializeAws_ec2EnableAddressTransferCommand: (
|
|
5831
|
+
output: __HttpResponse,
|
|
5832
|
+
context: __SerdeContext
|
|
5833
|
+
) => Promise<EnableAddressTransferCommandOutput>;
|
|
5786
5834
|
export declare const deserializeAws_ec2EnableEbsEncryptionByDefaultCommand: (
|
|
5787
5835
|
output: __HttpResponse,
|
|
5788
5836
|
context: __SerdeContext
|
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.201.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,48 +19,48 @@
|
|
|
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.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.201.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.201.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.201.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.201.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.201.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.201.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.201.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.201.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.201.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.201.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.201.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.201.0",
|
|
34
|
+
"@aws-sdk/middleware-sdk-ec2": "3.201.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.201.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.201.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.201.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.201.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.201.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.201.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.201.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.201.0",
|
|
43
|
+
"@aws-sdk/types": "3.201.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.201.0",
|
|
45
45
|
"@aws-sdk/util-base64-browser": "3.188.0",
|
|
46
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
+
"@aws-sdk/util-base64-node": "3.201.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.201.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.201.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.201.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.201.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.201.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.201.0",
|
|
54
54
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
55
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
56
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-utf8-node": "3.201.0",
|
|
56
|
+
"@aws-sdk/util-waiter": "3.201.0",
|
|
57
57
|
"fast-xml-parser": "4.0.11",
|
|
58
58
|
"tslib": "^2.3.1",
|
|
59
59
|
"uuid": "^8.3.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@aws-sdk/service-client-documentation-generator": "3.188.0",
|
|
63
|
-
"@tsconfig/
|
|
63
|
+
"@tsconfig/node14": "1.0.3",
|
|
64
64
|
"@types/node": "^12.7.5",
|
|
65
65
|
"@types/uuid": "^8.3.0",
|
|
66
66
|
"concurrently": "7.0.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"engines": {
|
|
78
|
-
"node": ">=
|
|
78
|
+
"node": ">=14.0.0"
|
|
79
79
|
},
|
|
80
80
|
"typesVersions": {
|
|
81
81
|
"<4.0": {
|