@aws-sdk/client-ec2 3.668.0 → 3.669.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 +40 -0
- package/dist-cjs/index.js +1375 -975
- package/dist-es/EC2.js +10 -0
- package/dist-es/commands/AcceptCapacityReservationBillingOwnershipCommand.js +22 -0
- package/dist-es/commands/AssociateCapacityReservationBillingOwnerCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityReservationBillingRequestsCommand.js +22 -0
- package/dist-es/commands/DisassociateCapacityReservationBillingOwnerCommand.js +22 -0
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/RejectCapacityReservationBillingOwnershipCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +0 -833
- package/dist-es/models/models_1.js +833 -0
- package/dist-es/models/models_2.js +0 -8
- package/dist-es/models/models_3.js +20 -28
- package/dist-es/models/models_4.js +28 -4
- package/dist-es/models/models_5.js +4 -1
- package/dist-es/models/models_6.js +0 -3
- package/dist-es/models/models_7.js +3 -0
- package/dist-es/pagination/DescribeCapacityReservationBillingRequestsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_ec2.js +324 -28
- package/dist-types/EC2.d.ts +35 -0
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +74 -0
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +76 -0
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +2 -6
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +4 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -0
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -7
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcCommand.d.ts +1 -7
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +76 -0
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -2
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +2 -0
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -0
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +74 -0
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -3
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +61 -930
- package/dist-types/models/models_1.d.ts +955 -184
- package/dist-types/models/models_2.d.ts +131 -82
- package/dist-types/models/models_3.d.ts +259 -468
- package/dist-types/models/models_4.d.ts +1303 -1319
- package/dist-types/models/models_5.d.ts +516 -262
- package/dist-types/models/models_6.d.ts +269 -253
- package/dist-types/models/models_7.d.ts +280 -10
- package/dist-types/pagination/DescribeCapacityReservationBillingRequestsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_ec2.d.ts +45 -0
- package/dist-types/ts3.4/EC2.d.ts +115 -0
- package/dist-types/ts3.4/EC2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -850
- package/dist-types/ts3.4/models/models_1.d.ts +851 -32
- package/dist-types/ts3.4/models/models_2.d.ts +30 -25
- package/dist-types/ts3.4/models/models_3.d.ts +68 -83
- package/dist-types/ts3.4/models/models_4.d.ts +80 -99
- package/dist-types/ts3.4/models/models_5.d.ts +101 -67
- package/dist-types/ts3.4/models/models_6.d.ts +66 -64
- package/dist-types/ts3.4/models/models_7.d.ts +73 -8
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationBillingRequestsPaginator.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 +60 -0
- package/package.json +6 -6
package/dist-es/EC2.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { AcceptAddressTransferCommand, } from "./commands/AcceptAddressTransferCommand";
|
|
3
|
+
import { AcceptCapacityReservationBillingOwnershipCommand, } from "./commands/AcceptCapacityReservationBillingOwnershipCommand";
|
|
3
4
|
import { AcceptReservedInstancesExchangeQuoteCommand, } from "./commands/AcceptReservedInstancesExchangeQuoteCommand";
|
|
4
5
|
import { AcceptTransitGatewayMulticastDomainAssociationsCommand, } from "./commands/AcceptTransitGatewayMulticastDomainAssociationsCommand";
|
|
5
6
|
import { AcceptTransitGatewayPeeringAttachmentCommand, } from "./commands/AcceptTransitGatewayPeeringAttachmentCommand";
|
|
@@ -15,6 +16,7 @@ import { AssignIpv6AddressesCommand, } from "./commands/AssignIpv6AddressesComma
|
|
|
15
16
|
import { AssignPrivateIpAddressesCommand, } from "./commands/AssignPrivateIpAddressesCommand";
|
|
16
17
|
import { AssignPrivateNatGatewayAddressCommand, } from "./commands/AssignPrivateNatGatewayAddressCommand";
|
|
17
18
|
import { AssociateAddressCommand, } from "./commands/AssociateAddressCommand";
|
|
19
|
+
import { AssociateCapacityReservationBillingOwnerCommand, } from "./commands/AssociateCapacityReservationBillingOwnerCommand";
|
|
18
20
|
import { AssociateClientVpnTargetNetworkCommand, } from "./commands/AssociateClientVpnTargetNetworkCommand";
|
|
19
21
|
import { AssociateDhcpOptionsCommand, } from "./commands/AssociateDhcpOptionsCommand";
|
|
20
22
|
import { AssociateEnclaveCertificateIamRoleCommand, } from "./commands/AssociateEnclaveCertificateIamRoleCommand";
|
|
@@ -231,6 +233,7 @@ import { DescribeAwsNetworkPerformanceMetricSubscriptionsCommand, } from "./comm
|
|
|
231
233
|
import { DescribeBundleTasksCommand, } from "./commands/DescribeBundleTasksCommand";
|
|
232
234
|
import { DescribeByoipCidrsCommand, } from "./commands/DescribeByoipCidrsCommand";
|
|
233
235
|
import { DescribeCapacityBlockOfferingsCommand, } from "./commands/DescribeCapacityBlockOfferingsCommand";
|
|
236
|
+
import { DescribeCapacityReservationBillingRequestsCommand, } from "./commands/DescribeCapacityReservationBillingRequestsCommand";
|
|
234
237
|
import { DescribeCapacityReservationFleetsCommand, } from "./commands/DescribeCapacityReservationFleetsCommand";
|
|
235
238
|
import { DescribeCapacityReservationsCommand, } from "./commands/DescribeCapacityReservationsCommand";
|
|
236
239
|
import { DescribeCarrierGatewaysCommand, } from "./commands/DescribeCarrierGatewaysCommand";
|
|
@@ -396,6 +399,7 @@ import { DisableVgwRoutePropagationCommand, } from "./commands/DisableVgwRoutePr
|
|
|
396
399
|
import { DisableVpcClassicLinkCommand, } from "./commands/DisableVpcClassicLinkCommand";
|
|
397
400
|
import { DisableVpcClassicLinkDnsSupportCommand, } from "./commands/DisableVpcClassicLinkDnsSupportCommand";
|
|
398
401
|
import { DisassociateAddressCommand, } from "./commands/DisassociateAddressCommand";
|
|
402
|
+
import { DisassociateCapacityReservationBillingOwnerCommand, } from "./commands/DisassociateCapacityReservationBillingOwnerCommand";
|
|
399
403
|
import { DisassociateClientVpnTargetNetworkCommand, } from "./commands/DisassociateClientVpnTargetNetworkCommand";
|
|
400
404
|
import { DisassociateEnclaveCertificateIamRoleCommand, } from "./commands/DisassociateEnclaveCertificateIamRoleCommand";
|
|
401
405
|
import { DisassociateIamInstanceProfileCommand, } from "./commands/DisassociateIamInstanceProfileCommand";
|
|
@@ -573,6 +577,7 @@ import { RegisterImageCommand, } from "./commands/RegisterImageCommand";
|
|
|
573
577
|
import { RegisterInstanceEventNotificationAttributesCommand, } from "./commands/RegisterInstanceEventNotificationAttributesCommand";
|
|
574
578
|
import { RegisterTransitGatewayMulticastGroupMembersCommand, } from "./commands/RegisterTransitGatewayMulticastGroupMembersCommand";
|
|
575
579
|
import { RegisterTransitGatewayMulticastGroupSourcesCommand, } from "./commands/RegisterTransitGatewayMulticastGroupSourcesCommand";
|
|
580
|
+
import { RejectCapacityReservationBillingOwnershipCommand, } from "./commands/RejectCapacityReservationBillingOwnershipCommand";
|
|
576
581
|
import { RejectTransitGatewayMulticastDomainAssociationsCommand, } from "./commands/RejectTransitGatewayMulticastDomainAssociationsCommand";
|
|
577
582
|
import { RejectTransitGatewayPeeringAttachmentCommand, } from "./commands/RejectTransitGatewayPeeringAttachmentCommand";
|
|
578
583
|
import { RejectTransitGatewayVpcAttachmentCommand, } from "./commands/RejectTransitGatewayVpcAttachmentCommand";
|
|
@@ -630,6 +635,7 @@ import { WithdrawByoipCidrCommand, } from "./commands/WithdrawByoipCidrCommand";
|
|
|
630
635
|
import { EC2Client } from "./EC2Client";
|
|
631
636
|
const commands = {
|
|
632
637
|
AcceptAddressTransferCommand,
|
|
638
|
+
AcceptCapacityReservationBillingOwnershipCommand,
|
|
633
639
|
AcceptReservedInstancesExchangeQuoteCommand,
|
|
634
640
|
AcceptTransitGatewayMulticastDomainAssociationsCommand,
|
|
635
641
|
AcceptTransitGatewayPeeringAttachmentCommand,
|
|
@@ -645,6 +651,7 @@ const commands = {
|
|
|
645
651
|
AssignPrivateIpAddressesCommand,
|
|
646
652
|
AssignPrivateNatGatewayAddressCommand,
|
|
647
653
|
AssociateAddressCommand,
|
|
654
|
+
AssociateCapacityReservationBillingOwnerCommand,
|
|
648
655
|
AssociateClientVpnTargetNetworkCommand,
|
|
649
656
|
AssociateDhcpOptionsCommand,
|
|
650
657
|
AssociateEnclaveCertificateIamRoleCommand,
|
|
@@ -861,6 +868,7 @@ const commands = {
|
|
|
861
868
|
DescribeBundleTasksCommand,
|
|
862
869
|
DescribeByoipCidrsCommand,
|
|
863
870
|
DescribeCapacityBlockOfferingsCommand,
|
|
871
|
+
DescribeCapacityReservationBillingRequestsCommand,
|
|
864
872
|
DescribeCapacityReservationFleetsCommand,
|
|
865
873
|
DescribeCapacityReservationsCommand,
|
|
866
874
|
DescribeCarrierGatewaysCommand,
|
|
@@ -1026,6 +1034,7 @@ const commands = {
|
|
|
1026
1034
|
DisableVpcClassicLinkCommand,
|
|
1027
1035
|
DisableVpcClassicLinkDnsSupportCommand,
|
|
1028
1036
|
DisassociateAddressCommand,
|
|
1037
|
+
DisassociateCapacityReservationBillingOwnerCommand,
|
|
1029
1038
|
DisassociateClientVpnTargetNetworkCommand,
|
|
1030
1039
|
DisassociateEnclaveCertificateIamRoleCommand,
|
|
1031
1040
|
DisassociateIamInstanceProfileCommand,
|
|
@@ -1203,6 +1212,7 @@ const commands = {
|
|
|
1203
1212
|
RegisterInstanceEventNotificationAttributesCommand,
|
|
1204
1213
|
RegisterTransitGatewayMulticastGroupMembersCommand,
|
|
1205
1214
|
RegisterTransitGatewayMulticastGroupSourcesCommand,
|
|
1215
|
+
RejectCapacityReservationBillingOwnershipCommand,
|
|
1206
1216
|
RejectTransitGatewayMulticastDomainAssociationsCommand,
|
|
1207
1217
|
RejectTransitGatewayPeeringAttachmentCommand,
|
|
1208
1218
|
RejectTransitGatewayVpcAttachmentCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AcceptCapacityReservationBillingOwnershipCommand, se_AcceptCapacityReservationBillingOwnershipCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AcceptCapacityReservationBillingOwnershipCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "AcceptCapacityReservationBillingOwnership", {})
|
|
17
|
+
.n("EC2Client", "AcceptCapacityReservationBillingOwnershipCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_AcceptCapacityReservationBillingOwnershipCommand)
|
|
20
|
+
.de(de_AcceptCapacityReservationBillingOwnershipCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AssociateCapacityReservationBillingOwnerCommand, se_AssociateCapacityReservationBillingOwnerCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateCapacityReservationBillingOwnerCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "AssociateCapacityReservationBillingOwner", {})
|
|
17
|
+
.n("EC2Client", "AssociateCapacityReservationBillingOwnerCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_AssociateCapacityReservationBillingOwnerCommand)
|
|
20
|
+
.de(de_AssociateCapacityReservationBillingOwnerCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeCapacityReservationBillingRequestsCommand, se_DescribeCapacityReservationBillingRequestsCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeCapacityReservationBillingRequestsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "DescribeCapacityReservationBillingRequests", {})
|
|
17
|
+
.n("EC2Client", "DescribeCapacityReservationBillingRequestsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeCapacityReservationBillingRequestsCommand)
|
|
20
|
+
.de(de_DescribeCapacityReservationBillingRequestsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DisassociateCapacityReservationBillingOwnerCommand, se_DisassociateCapacityReservationBillingOwnerCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DisassociateCapacityReservationBillingOwnerCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "DisassociateCapacityReservationBillingOwner", {})
|
|
17
|
+
.n("EC2Client", "DisassociateCapacityReservationBillingOwnerCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DisassociateCapacityReservationBillingOwnerCommand)
|
|
20
|
+
.de(de_DisassociateCapacityReservationBillingOwnerCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { ModifyVpnConnectionResultFilterSensitiveLog } from "../models/models_7";
|
|
5
|
+
import { ModifyVpnConnectionResultFilterSensitiveLog, } from "../models/models_7";
|
|
6
6
|
import { de_ModifyVpnConnectionCommand, se_ModifyVpnConnectionCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ModifyVpnConnectionCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_RejectCapacityReservationBillingOwnershipCommand, se_RejectCapacityReservationBillingOwnershipCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class RejectCapacityReservationBillingOwnershipCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "RejectCapacityReservationBillingOwnership", {})
|
|
17
|
+
.n("EC2Client", "RejectCapacityReservationBillingOwnershipCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_RejectCapacityReservationBillingOwnershipCommand)
|
|
20
|
+
.de(de_RejectCapacityReservationBillingOwnershipCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./AcceptAddressTransferCommand";
|
|
2
|
+
export * from "./AcceptCapacityReservationBillingOwnershipCommand";
|
|
2
3
|
export * from "./AcceptReservedInstancesExchangeQuoteCommand";
|
|
3
4
|
export * from "./AcceptTransitGatewayMulticastDomainAssociationsCommand";
|
|
4
5
|
export * from "./AcceptTransitGatewayPeeringAttachmentCommand";
|
|
@@ -14,6 +15,7 @@ export * from "./AssignIpv6AddressesCommand";
|
|
|
14
15
|
export * from "./AssignPrivateIpAddressesCommand";
|
|
15
16
|
export * from "./AssignPrivateNatGatewayAddressCommand";
|
|
16
17
|
export * from "./AssociateAddressCommand";
|
|
18
|
+
export * from "./AssociateCapacityReservationBillingOwnerCommand";
|
|
17
19
|
export * from "./AssociateClientVpnTargetNetworkCommand";
|
|
18
20
|
export * from "./AssociateDhcpOptionsCommand";
|
|
19
21
|
export * from "./AssociateEnclaveCertificateIamRoleCommand";
|
|
@@ -230,6 +232,7 @@ export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
|
|
|
230
232
|
export * from "./DescribeBundleTasksCommand";
|
|
231
233
|
export * from "./DescribeByoipCidrsCommand";
|
|
232
234
|
export * from "./DescribeCapacityBlockOfferingsCommand";
|
|
235
|
+
export * from "./DescribeCapacityReservationBillingRequestsCommand";
|
|
233
236
|
export * from "./DescribeCapacityReservationFleetsCommand";
|
|
234
237
|
export * from "./DescribeCapacityReservationsCommand";
|
|
235
238
|
export * from "./DescribeCarrierGatewaysCommand";
|
|
@@ -395,6 +398,7 @@ export * from "./DisableVgwRoutePropagationCommand";
|
|
|
395
398
|
export * from "./DisableVpcClassicLinkCommand";
|
|
396
399
|
export * from "./DisableVpcClassicLinkDnsSupportCommand";
|
|
397
400
|
export * from "./DisassociateAddressCommand";
|
|
401
|
+
export * from "./DisassociateCapacityReservationBillingOwnerCommand";
|
|
398
402
|
export * from "./DisassociateClientVpnTargetNetworkCommand";
|
|
399
403
|
export * from "./DisassociateEnclaveCertificateIamRoleCommand";
|
|
400
404
|
export * from "./DisassociateIamInstanceProfileCommand";
|
|
@@ -572,6 +576,7 @@ export * from "./RegisterImageCommand";
|
|
|
572
576
|
export * from "./RegisterInstanceEventNotificationAttributesCommand";
|
|
573
577
|
export * from "./RegisterTransitGatewayMulticastGroupMembersCommand";
|
|
574
578
|
export * from "./RegisterTransitGatewayMulticastGroupSourcesCommand";
|
|
579
|
+
export * from "./RejectCapacityReservationBillingOwnershipCommand";
|
|
575
580
|
export * from "./RejectTransitGatewayMulticastDomainAssociationsCommand";
|
|
576
581
|
export * from "./RejectTransitGatewayPeeringAttachmentCommand";
|
|
577
582
|
export * from "./RejectTransitGatewayVpcAttachmentCommand";
|