@aws-sdk/client-ec2 3.1065.0 → 3.1067.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/README.md +14 -0
- package/dist-cjs/index.js +28 -0
- package/dist-cjs/schemas/schemas_0.js +127 -66
- package/dist-es/EC2.js +4 -0
- package/dist-es/commands/AttachImageWatermarkCommand.js +16 -0
- package/dist-es/commands/DetachImageWatermarkCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +65 -4
- package/dist-types/EC2.d.ts +14 -0
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/AttachImageWatermarkCommand.d.ts +84 -0
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -2
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +9 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +9 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -2
- package/dist-types/commands/DetachImageWatermarkCommand.d.ts +82 -0
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -2
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +37 -22
- package/dist-types/models/models_1.d.ts +24 -100
- package/dist-types/models/models_2.d.ts +100 -34
- package/dist-types/models/models_3.d.ts +73 -120
- package/dist-types/models/models_4.d.ts +128 -172
- package/dist-types/models/models_5.d.ts +204 -183
- package/dist-types/models/models_6.d.ts +186 -119
- package/dist-types/models/models_7.d.ts +115 -1
- package/dist-types/schemas/schemas_0.d.ts +7 -0
- package/dist-types/ts3.4/EC2.d.ts +34 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/AttachImageWatermarkCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DetachImageWatermarkCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +8 -6
- package/dist-types/ts3.4/models/models_1.d.ts +7 -20
- package/dist-types/ts3.4/models/models_2.d.ts +23 -9
- package/dist-types/ts3.4/models/models_3.d.ts +16 -26
- package/dist-types/ts3.4/models/models_4.d.ts +30 -26
- package/dist-types/ts3.4/models/models_5.d.ts +35 -37
- package/dist-types/ts3.4/models/models_6.d.ts +37 -29
- package/dist-types/ts3.4/models/models_7.d.ts +26 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -492,6 +492,13 @@ AttachClassicLinkVpc
|
|
|
492
492
|
</details>
|
|
493
493
|
<details>
|
|
494
494
|
<summary>
|
|
495
|
+
AttachImageWatermark
|
|
496
|
+
</summary>
|
|
497
|
+
|
|
498
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/AttachImageWatermarkCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/AttachImageWatermarkCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/AttachImageWatermarkCommandOutput/)
|
|
499
|
+
</details>
|
|
500
|
+
<details>
|
|
501
|
+
<summary>
|
|
495
502
|
AttachInternetGateway
|
|
496
503
|
</summary>
|
|
497
504
|
|
|
@@ -3425,6 +3432,13 @@ DetachClassicLinkVpc
|
|
|
3425
3432
|
</details>
|
|
3426
3433
|
<details>
|
|
3427
3434
|
<summary>
|
|
3435
|
+
DetachImageWatermark
|
|
3436
|
+
</summary>
|
|
3437
|
+
|
|
3438
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/DetachImageWatermarkCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DetachImageWatermarkCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DetachImageWatermarkCommandOutput/)
|
|
3439
|
+
</details>
|
|
3440
|
+
<details>
|
|
3441
|
+
<summary>
|
|
3428
3442
|
DetachInternetGateway
|
|
3429
3443
|
</summary>
|
|
3430
3444
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -552,6 +552,18 @@ class AttachClassicLinkVpcCommand extends client.Command
|
|
|
552
552
|
.build() {
|
|
553
553
|
}
|
|
554
554
|
|
|
555
|
+
class AttachImageWatermarkCommand extends client.Command
|
|
556
|
+
.classBuilder()
|
|
557
|
+
.ep(commonParams)
|
|
558
|
+
.m(function (Command, cs, config, o) {
|
|
559
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
560
|
+
})
|
|
561
|
+
.s("AmazonEC2", "AttachImageWatermark", {})
|
|
562
|
+
.n("EC2Client", "AttachImageWatermarkCommand")
|
|
563
|
+
.sc(schemas_0.AttachImageWatermark$)
|
|
564
|
+
.build() {
|
|
565
|
+
}
|
|
566
|
+
|
|
555
567
|
class AttachInternetGatewayCommand extends client.Command
|
|
556
568
|
.classBuilder()
|
|
557
569
|
.ep(commonParams)
|
|
@@ -5583,6 +5595,18 @@ class DetachClassicLinkVpcCommand extends client.Command
|
|
|
5583
5595
|
.build() {
|
|
5584
5596
|
}
|
|
5585
5597
|
|
|
5598
|
+
class DetachImageWatermarkCommand extends client.Command
|
|
5599
|
+
.classBuilder()
|
|
5600
|
+
.ep(commonParams)
|
|
5601
|
+
.m(function (Command, cs, config, o) {
|
|
5602
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5603
|
+
})
|
|
5604
|
+
.s("AmazonEC2", "DetachImageWatermark", {})
|
|
5605
|
+
.n("EC2Client", "DetachImageWatermarkCommand")
|
|
5606
|
+
.sc(schemas_0.DetachImageWatermark$)
|
|
5607
|
+
.build() {
|
|
5608
|
+
}
|
|
5609
|
+
|
|
5586
5610
|
class DetachInternetGatewayCommand extends client.Command
|
|
5587
5611
|
.classBuilder()
|
|
5588
5612
|
.ep(commonParams)
|
|
@@ -11947,6 +11971,7 @@ const commands = {
|
|
|
11947
11971
|
AssociateTrunkInterfaceCommand,
|
|
11948
11972
|
AssociateVpcCidrBlockCommand,
|
|
11949
11973
|
AttachClassicLinkVpcCommand,
|
|
11974
|
+
AttachImageWatermarkCommand,
|
|
11950
11975
|
AttachInternetGatewayCommand,
|
|
11951
11976
|
AttachNetworkInterfaceCommand,
|
|
11952
11977
|
AttachVerifiedAccessTrustProviderCommand,
|
|
@@ -12366,6 +12391,7 @@ const commands = {
|
|
|
12366
12391
|
DescribeVpnConnectionsCommand,
|
|
12367
12392
|
DescribeVpnGatewaysCommand,
|
|
12368
12393
|
DetachClassicLinkVpcCommand,
|
|
12394
|
+
DetachImageWatermarkCommand,
|
|
12369
12395
|
DetachInternetGatewayCommand,
|
|
12370
12396
|
DetachNetworkInterfaceCommand,
|
|
12371
12397
|
DetachVerifiedAccessTrustProviderCommand,
|
|
@@ -16872,6 +16898,7 @@ exports.AssociateVpcCidrBlockCommand = AssociateVpcCidrBlockCommand;
|
|
|
16872
16898
|
exports.AssociatedNetworkType = AssociatedNetworkType;
|
|
16873
16899
|
exports.AssociationStatusCode = AssociationStatusCode;
|
|
16874
16900
|
exports.AttachClassicLinkVpcCommand = AttachClassicLinkVpcCommand;
|
|
16901
|
+
exports.AttachImageWatermarkCommand = AttachImageWatermarkCommand;
|
|
16875
16902
|
exports.AttachInternetGatewayCommand = AttachInternetGatewayCommand;
|
|
16876
16903
|
exports.AttachNetworkInterfaceCommand = AttachNetworkInterfaceCommand;
|
|
16877
16904
|
exports.AttachVerifiedAccessTrustProviderCommand = AttachVerifiedAccessTrustProviderCommand;
|
|
@@ -17357,6 +17384,7 @@ exports.DescribeVpnConnectionsCommand = DescribeVpnConnectionsCommand;
|
|
|
17357
17384
|
exports.DescribeVpnGatewaysCommand = DescribeVpnGatewaysCommand;
|
|
17358
17385
|
exports.DestinationFileFormat = DestinationFileFormat;
|
|
17359
17386
|
exports.DetachClassicLinkVpcCommand = DetachClassicLinkVpcCommand;
|
|
17387
|
+
exports.DetachImageWatermarkCommand = DetachImageWatermarkCommand;
|
|
17360
17388
|
exports.DetachInternetGatewayCommand = DetachInternetGatewayCommand;
|
|
17361
17389
|
exports.DetachNetworkInterfaceCommand = DetachNetworkInterfaceCommand;
|
|
17362
17390
|
exports.DetachVerifiedAccessTrustProviderCommand = DetachVerifiedAccessTrustProviderCommand;
|