@aws-sdk/client-ec2 3.199.0 → 3.200.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 +11 -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/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 +325 -22
- 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 +30 -30
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.200.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.199.0...v3.200.0) (2022-10-31)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-ec2:** Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another. ([dba90b0](https://github.com/aws/aws-sdk-js-v3/commit/dba90b03c11ef100ad1afa36c8ffabb729f05b4e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.199.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.198.0...v3.199.0) (2022-10-28)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-ec2
|
package/README.md
CHANGED
|
@@ -52,16 +52,16 @@ using your favorite package manager:
|
|
|
52
52
|
|
|
53
53
|
The AWS SDK is modulized by clients and commands.
|
|
54
54
|
To send a request, you only need to import the `EC2Client` and
|
|
55
|
-
the commands you need, for example `
|
|
55
|
+
the commands you need, for example `AcceptAddressTransferCommand`:
|
|
56
56
|
|
|
57
57
|
```js
|
|
58
58
|
// ES5 example
|
|
59
|
-
const { EC2Client,
|
|
59
|
+
const { EC2Client, AcceptAddressTransferCommand } = require("@aws-sdk/client-ec2");
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
```ts
|
|
63
63
|
// ES6+ example
|
|
64
|
-
import { EC2Client,
|
|
64
|
+
import { EC2Client, AcceptAddressTransferCommand } from "@aws-sdk/client-ec2";
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
### Usage
|
|
@@ -80,7 +80,7 @@ const client = new EC2Client({ region: "REGION" });
|
|
|
80
80
|
const params = {
|
|
81
81
|
/** input parameters */
|
|
82
82
|
};
|
|
83
|
-
const command = new
|
|
83
|
+
const command = new AcceptAddressTransferCommand(params);
|
|
84
84
|
```
|
|
85
85
|
|
|
86
86
|
#### Async/await
|
|
@@ -159,7 +159,7 @@ const client = new AWS.EC2({ region: "REGION" });
|
|
|
159
159
|
|
|
160
160
|
// async/await.
|
|
161
161
|
try {
|
|
162
|
-
const data = await client.
|
|
162
|
+
const data = await client.acceptAddressTransfer(params);
|
|
163
163
|
// process data.
|
|
164
164
|
} catch (error) {
|
|
165
165
|
// error handling.
|
|
@@ -167,7 +167,7 @@ try {
|
|
|
167
167
|
|
|
168
168
|
// Promises.
|
|
169
169
|
client
|
|
170
|
-
.
|
|
170
|
+
.acceptAddressTransfer(params)
|
|
171
171
|
.then((data) => {
|
|
172
172
|
// process data.
|
|
173
173
|
})
|
|
@@ -176,7 +176,7 @@ client
|
|
|
176
176
|
});
|
|
177
177
|
|
|
178
178
|
// callbacks.
|
|
179
|
-
client.
|
|
179
|
+
client.acceptAddressTransfer(params, (err, data) => {
|
|
180
180
|
// process err and data.
|
|
181
181
|
});
|
|
182
182
|
```
|
package/dist-cjs/EC2.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EC2 = void 0;
|
|
4
|
+
const AcceptAddressTransferCommand_1 = require("./commands/AcceptAddressTransferCommand");
|
|
4
5
|
const AcceptReservedInstancesExchangeQuoteCommand_1 = require("./commands/AcceptReservedInstancesExchangeQuoteCommand");
|
|
5
6
|
const AcceptTransitGatewayMulticastDomainAssociationsCommand_1 = require("./commands/AcceptTransitGatewayMulticastDomainAssociationsCommand");
|
|
6
7
|
const AcceptTransitGatewayPeeringAttachmentCommand_1 = require("./commands/AcceptTransitGatewayPeeringAttachmentCommand");
|
|
@@ -203,6 +204,7 @@ const DeregisterTransitGatewayMulticastGroupSourcesCommand_1 = require("./comman
|
|
|
203
204
|
const DescribeAccountAttributesCommand_1 = require("./commands/DescribeAccountAttributesCommand");
|
|
204
205
|
const DescribeAddressesAttributeCommand_1 = require("./commands/DescribeAddressesAttributeCommand");
|
|
205
206
|
const DescribeAddressesCommand_1 = require("./commands/DescribeAddressesCommand");
|
|
207
|
+
const DescribeAddressTransfersCommand_1 = require("./commands/DescribeAddressTransfersCommand");
|
|
206
208
|
const DescribeAggregateIdFormatCommand_1 = require("./commands/DescribeAggregateIdFormatCommand");
|
|
207
209
|
const DescribeAvailabilityZonesCommand_1 = require("./commands/DescribeAvailabilityZonesCommand");
|
|
208
210
|
const DescribeBundleTasksCommand_1 = require("./commands/DescribeBundleTasksCommand");
|
|
@@ -340,6 +342,7 @@ const DetachInternetGatewayCommand_1 = require("./commands/DetachInternetGateway
|
|
|
340
342
|
const DetachNetworkInterfaceCommand_1 = require("./commands/DetachNetworkInterfaceCommand");
|
|
341
343
|
const DetachVolumeCommand_1 = require("./commands/DetachVolumeCommand");
|
|
342
344
|
const DetachVpnGatewayCommand_1 = require("./commands/DetachVpnGatewayCommand");
|
|
345
|
+
const DisableAddressTransferCommand_1 = require("./commands/DisableAddressTransferCommand");
|
|
343
346
|
const DisableEbsEncryptionByDefaultCommand_1 = require("./commands/DisableEbsEncryptionByDefaultCommand");
|
|
344
347
|
const DisableFastLaunchCommand_1 = require("./commands/DisableFastLaunchCommand");
|
|
345
348
|
const DisableFastSnapshotRestoresCommand_1 = require("./commands/DisableFastSnapshotRestoresCommand");
|
|
@@ -362,6 +365,7 @@ const DisassociateTransitGatewayPolicyTableCommand_1 = require("./commands/Disas
|
|
|
362
365
|
const DisassociateTransitGatewayRouteTableCommand_1 = require("./commands/DisassociateTransitGatewayRouteTableCommand");
|
|
363
366
|
const DisassociateTrunkInterfaceCommand_1 = require("./commands/DisassociateTrunkInterfaceCommand");
|
|
364
367
|
const DisassociateVpcCidrBlockCommand_1 = require("./commands/DisassociateVpcCidrBlockCommand");
|
|
368
|
+
const EnableAddressTransferCommand_1 = require("./commands/EnableAddressTransferCommand");
|
|
365
369
|
const EnableEbsEncryptionByDefaultCommand_1 = require("./commands/EnableEbsEncryptionByDefaultCommand");
|
|
366
370
|
const EnableFastLaunchCommand_1 = require("./commands/EnableFastLaunchCommand");
|
|
367
371
|
const EnableFastSnapshotRestoresCommand_1 = require("./commands/EnableFastSnapshotRestoresCommand");
|
|
@@ -545,6 +549,20 @@ const UpdateSecurityGroupRuleDescriptionsIngressCommand_1 = require("./commands/
|
|
|
545
549
|
const WithdrawByoipCidrCommand_1 = require("./commands/WithdrawByoipCidrCommand");
|
|
546
550
|
const EC2Client_1 = require("./EC2Client");
|
|
547
551
|
class EC2 extends EC2Client_1.EC2Client {
|
|
552
|
+
acceptAddressTransfer(args, optionsOrCb, cb) {
|
|
553
|
+
const command = new AcceptAddressTransferCommand_1.AcceptAddressTransferCommand(args);
|
|
554
|
+
if (typeof optionsOrCb === "function") {
|
|
555
|
+
this.send(command, optionsOrCb);
|
|
556
|
+
}
|
|
557
|
+
else if (typeof cb === "function") {
|
|
558
|
+
if (typeof optionsOrCb !== "object")
|
|
559
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
560
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
561
|
+
}
|
|
562
|
+
else {
|
|
563
|
+
return this.send(command, optionsOrCb);
|
|
564
|
+
}
|
|
565
|
+
}
|
|
548
566
|
acceptReservedInstancesExchangeQuote(args, optionsOrCb, cb) {
|
|
549
567
|
const command = new AcceptReservedInstancesExchangeQuoteCommand_1.AcceptReservedInstancesExchangeQuoteCommand(args);
|
|
550
568
|
if (typeof optionsOrCb === "function") {
|
|
@@ -3373,6 +3391,20 @@ class EC2 extends EC2Client_1.EC2Client {
|
|
|
3373
3391
|
return this.send(command, optionsOrCb);
|
|
3374
3392
|
}
|
|
3375
3393
|
}
|
|
3394
|
+
describeAddressTransfers(args, optionsOrCb, cb) {
|
|
3395
|
+
const command = new DescribeAddressTransfersCommand_1.DescribeAddressTransfersCommand(args);
|
|
3396
|
+
if (typeof optionsOrCb === "function") {
|
|
3397
|
+
this.send(command, optionsOrCb);
|
|
3398
|
+
}
|
|
3399
|
+
else if (typeof cb === "function") {
|
|
3400
|
+
if (typeof optionsOrCb !== "object")
|
|
3401
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3402
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3403
|
+
}
|
|
3404
|
+
else {
|
|
3405
|
+
return this.send(command, optionsOrCb);
|
|
3406
|
+
}
|
|
3407
|
+
}
|
|
3376
3408
|
describeAggregateIdFormat(args, optionsOrCb, cb) {
|
|
3377
3409
|
const command = new DescribeAggregateIdFormatCommand_1.DescribeAggregateIdFormatCommand(args);
|
|
3378
3410
|
if (typeof optionsOrCb === "function") {
|
|
@@ -5291,6 +5323,20 @@ class EC2 extends EC2Client_1.EC2Client {
|
|
|
5291
5323
|
return this.send(command, optionsOrCb);
|
|
5292
5324
|
}
|
|
5293
5325
|
}
|
|
5326
|
+
disableAddressTransfer(args, optionsOrCb, cb) {
|
|
5327
|
+
const command = new DisableAddressTransferCommand_1.DisableAddressTransferCommand(args);
|
|
5328
|
+
if (typeof optionsOrCb === "function") {
|
|
5329
|
+
this.send(command, optionsOrCb);
|
|
5330
|
+
}
|
|
5331
|
+
else if (typeof cb === "function") {
|
|
5332
|
+
if (typeof optionsOrCb !== "object")
|
|
5333
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
5334
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
5335
|
+
}
|
|
5336
|
+
else {
|
|
5337
|
+
return this.send(command, optionsOrCb);
|
|
5338
|
+
}
|
|
5339
|
+
}
|
|
5294
5340
|
disableEbsEncryptionByDefault(args, optionsOrCb, cb) {
|
|
5295
5341
|
const command = new DisableEbsEncryptionByDefaultCommand_1.DisableEbsEncryptionByDefaultCommand(args);
|
|
5296
5342
|
if (typeof optionsOrCb === "function") {
|
|
@@ -5599,6 +5645,20 @@ class EC2 extends EC2Client_1.EC2Client {
|
|
|
5599
5645
|
return this.send(command, optionsOrCb);
|
|
5600
5646
|
}
|
|
5601
5647
|
}
|
|
5648
|
+
enableAddressTransfer(args, optionsOrCb, cb) {
|
|
5649
|
+
const command = new EnableAddressTransferCommand_1.EnableAddressTransferCommand(args);
|
|
5650
|
+
if (typeof optionsOrCb === "function") {
|
|
5651
|
+
this.send(command, optionsOrCb);
|
|
5652
|
+
}
|
|
5653
|
+
else if (typeof cb === "function") {
|
|
5654
|
+
if (typeof optionsOrCb !== "object")
|
|
5655
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
5656
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
5657
|
+
}
|
|
5658
|
+
else {
|
|
5659
|
+
return this.send(command, optionsOrCb);
|
|
5660
|
+
}
|
|
5661
|
+
}
|
|
5602
5662
|
enableEbsEncryptionByDefault(args, optionsOrCb, cb) {
|
|
5603
5663
|
const command = new EnableEbsEncryptionByDefaultCommand_1.EnableEbsEncryptionByDefaultCommand(args);
|
|
5604
5664
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AcceptAddressTransferCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
|
+
class AcceptAddressTransferCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptAddressTransferCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "EC2Client";
|
|
28
|
+
const commandName = "AcceptAddressTransferCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.AcceptAddressTransferRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.AcceptAddressTransferResultFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_ec2_1.serializeAws_ec2AcceptAddressTransferCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_ec2_1.deserializeAws_ec2AcceptAddressTransferCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.AcceptAddressTransferCommand = AcceptAddressTransferCommand;
|
|
@@ -4,7 +4,6 @@ exports.CreateDefaultVpcCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const models_1_1 = require("../models/models_1");
|
|
9
8
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
10
9
|
class CreateDefaultVpcCommand extends smithy_client_1.Command {
|
|
@@ -31,7 +30,7 @@ class CreateDefaultVpcCommand extends smithy_client_1.Command {
|
|
|
31
30
|
logger,
|
|
32
31
|
clientName,
|
|
33
32
|
commandName,
|
|
34
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.CreateDefaultVpcRequestFilterSensitiveLog,
|
|
35
34
|
outputFilterSensitiveLog: models_1_1.CreateDefaultVpcResultFilterSensitiveLog,
|
|
36
35
|
};
|
|
37
36
|
const { requestHandler } = configuration;
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const models_2_1 = require("../models/models_2");
|
|
8
|
+
const models_3_1 = require("../models/models_3");
|
|
8
9
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
10
|
class DeregisterTransitGatewayMulticastGroupSourcesCommand extends smithy_client_1.Command {
|
|
10
11
|
constructor(input) {
|
|
@@ -31,7 +32,7 @@ class DeregisterTransitGatewayMulticastGroupSourcesCommand extends smithy_client
|
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: models_2_1.DeregisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: models_3_1.DeregisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.DescribeAccountAttributesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_3_1 = require("../models/models_3");
|
|
8
8
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
9
|
class DescribeAccountAttributesCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class DescribeAccountAttributesCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_3_1.DescribeAccountAttributesRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_3_1.DescribeAccountAttributesResultFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeAddressTransfersCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_3_1 = require("../models/models_3");
|
|
8
|
+
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
|
+
class DescribeAddressTransfersCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeAddressTransfersCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "EC2Client";
|
|
28
|
+
const commandName = "DescribeAddressTransfersCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_3_1.DescribeAddressTransfersRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_3_1.DescribeAddressTransfersResultFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_ec2_1.serializeAws_ec2DescribeAddressTransfersCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_ec2_1.deserializeAws_ec2DescribeAddressTransfersCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DescribeAddressTransfersCommand = DescribeAddressTransfersCommand;
|
package/dist-cjs/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js
CHANGED
|
@@ -4,7 +4,7 @@ exports.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand =
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_4_1 = require("../models/models_4");
|
|
8
8
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
9
|
class DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand ext
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_4_1.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_4_1.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResultFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.DescribeLocalGatewayRouteTableVpcAssociationsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_4_1 = require("../models/models_4");
|
|
8
8
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
9
|
class DescribeLocalGatewayRouteTableVpcAssociationsCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class DescribeLocalGatewayRouteTableVpcAssociationsCommand extends smithy_client
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_4_1.DescribeLocalGatewayRouteTableVpcAssociationsRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_4_1.DescribeLocalGatewayRouteTableVpcAssociationsResultFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.DescribeLocalGatewayRouteTablesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_4_1 = require("../models/models_4");
|
|
8
8
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
9
|
class DescribeLocalGatewayRouteTablesCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class DescribeLocalGatewayRouteTablesCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_4_1.DescribeLocalGatewayRouteTablesRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_4_1.DescribeLocalGatewayRouteTablesResultFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DisableAddressTransferCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_4_1 = require("../models/models_4");
|
|
8
|
+
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
|
+
class DisableAddressTransferCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DisableAddressTransferCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "EC2Client";
|
|
28
|
+
const commandName = "DisableAddressTransferCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_4_1.DisableAddressTransferRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_4_1.DisableAddressTransferResultFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_ec2_1.serializeAws_ec2DisableAddressTransferCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_ec2_1.deserializeAws_ec2DisableAddressTransferCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DisableAddressTransferCommand = DisableAddressTransferCommand;
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const models_4_1 = require("../models/models_4");
|
|
8
|
+
const models_5_1 = require("../models/models_5");
|
|
8
9
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
10
|
class DisassociateVpcCidrBlockCommand extends smithy_client_1.Command {
|
|
10
11
|
constructor(input) {
|
|
@@ -31,7 +32,7 @@ class DisassociateVpcCidrBlockCommand extends smithy_client_1.Command {
|
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: models_4_1.DisassociateVpcCidrBlockRequestFilterSensitiveLog,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: models_5_1.DisassociateVpcCidrBlockResultFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EnableAddressTransferCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_5_1 = require("../models/models_5");
|
|
8
|
+
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
|
+
class EnableAddressTransferCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, EnableAddressTransferCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "EC2Client";
|
|
28
|
+
const commandName = "EnableAddressTransferCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_5_1.EnableAddressTransferRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_5_1.EnableAddressTransferResultFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_ec2_1.serializeAws_ec2EnableAddressTransferCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_ec2_1.deserializeAws_ec2EnableAddressTransferCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.EnableAddressTransferCommand = EnableAddressTransferCommand;
|
|
@@ -4,7 +4,7 @@ exports.EnableEbsEncryptionByDefaultCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_5_1 = require("../models/models_5");
|
|
8
8
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
9
|
class EnableEbsEncryptionByDefaultCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class EnableEbsEncryptionByDefaultCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_5_1.EnableEbsEncryptionByDefaultRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_5_1.EnableEbsEncryptionByDefaultResultFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.EnableFastLaunchCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_5_1 = require("../models/models_5");
|
|
8
8
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
9
|
class EnableFastLaunchCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class EnableFastLaunchCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_5_1.EnableFastLaunchRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_5_1.EnableFastLaunchResultFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.EnableFastSnapshotRestoresCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_4_1 = require("../models/models_4");
|
|
8
7
|
const models_5_1 = require("../models/models_5");
|
|
9
8
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
10
9
|
class EnableFastSnapshotRestoresCommand extends smithy_client_1.Command {
|
|
@@ -31,7 +30,7 @@ class EnableFastSnapshotRestoresCommand extends smithy_client_1.Command {
|
|
|
31
30
|
logger,
|
|
32
31
|
clientName,
|
|
33
32
|
commandName,
|
|
34
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_5_1.EnableFastSnapshotRestoresRequestFilterSensitiveLog,
|
|
35
34
|
outputFilterSensitiveLog: models_5_1.EnableFastSnapshotRestoresResultFilterSensitiveLog,
|
|
36
35
|
};
|
|
37
36
|
const { requestHandler } = configuration;
|
|
@@ -4,7 +4,7 @@ exports.ModifyVpcTenancyCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_6_1 = require("../models/models_6");
|
|
8
8
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
9
|
class ModifyVpcTenancyCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class ModifyVpcTenancyCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_6_1.ModifyVpcTenancyRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_6_1.ModifyVpcTenancyResultFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.ModifyVpnConnectionCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_6_1 = require("../models/models_6");
|
|
8
8
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
9
|
class ModifyVpnConnectionCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class ModifyVpnConnectionCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_6_1.ModifyVpnConnectionRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_6_1.ModifyVpnConnectionResultFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.ModifyVpnConnectionOptionsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_6_1 = require("../models/models_6");
|
|
8
8
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
9
|
class ModifyVpnConnectionOptionsCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class ModifyVpnConnectionOptionsCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_6_1.ModifyVpnConnectionOptionsRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_6_1.ModifyVpnConnectionOptionsResultFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|