@aws-sdk/client-ec2 3.668.0 → 3.670.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.
Files changed (106) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +1375 -975
  3. package/dist-cjs/runtimeConfig.browser.js +1 -1
  4. package/dist-cjs/runtimeConfig.js +1 -1
  5. package/dist-es/EC2.js +10 -0
  6. package/dist-es/commands/AcceptCapacityReservationBillingOwnershipCommand.js +22 -0
  7. package/dist-es/commands/AssociateCapacityReservationBillingOwnerCommand.js +22 -0
  8. package/dist-es/commands/DescribeCapacityReservationBillingRequestsCommand.js +22 -0
  9. package/dist-es/commands/DisassociateCapacityReservationBillingOwnerCommand.js +22 -0
  10. package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
  11. package/dist-es/commands/RejectCapacityReservationBillingOwnershipCommand.js +22 -0
  12. package/dist-es/commands/index.js +5 -0
  13. package/dist-es/models/models_0.js +0 -833
  14. package/dist-es/models/models_1.js +833 -0
  15. package/dist-es/models/models_2.js +0 -8
  16. package/dist-es/models/models_3.js +20 -28
  17. package/dist-es/models/models_4.js +28 -4
  18. package/dist-es/models/models_5.js +4 -1
  19. package/dist-es/models/models_6.js +0 -3
  20. package/dist-es/models/models_7.js +3 -0
  21. package/dist-es/pagination/DescribeCapacityReservationBillingRequestsPaginator.js +4 -0
  22. package/dist-es/pagination/index.js +2 -1
  23. package/dist-es/protocols/Aws_ec2.js +324 -28
  24. package/dist-es/runtimeConfig.browser.js +2 -2
  25. package/dist-es/runtimeConfig.js +2 -2
  26. package/dist-types/EC2.d.ts +35 -0
  27. package/dist-types/EC2Client.d.ts +7 -2
  28. package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +74 -0
  29. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
  30. package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +76 -0
  31. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +2 -6
  32. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +4 -1
  33. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -0
  34. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -7
  37. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -1
  38. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
  39. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteVpcCommand.d.ts +1 -7
  41. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +102 -0
  42. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -0
  43. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -2
  44. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -2
  46. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +76 -0
  47. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  48. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  49. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  50. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  51. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  52. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  53. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  54. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  55. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  56. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  57. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -2
  58. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +2 -0
  59. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -0
  60. package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +74 -0
  61. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -3
  62. package/dist-types/commands/index.d.ts +5 -0
  63. package/dist-types/models/models_0.d.ts +61 -930
  64. package/dist-types/models/models_1.d.ts +955 -184
  65. package/dist-types/models/models_2.d.ts +131 -82
  66. package/dist-types/models/models_3.d.ts +259 -468
  67. package/dist-types/models/models_4.d.ts +1303 -1319
  68. package/dist-types/models/models_5.d.ts +516 -262
  69. package/dist-types/models/models_6.d.ts +269 -253
  70. package/dist-types/models/models_7.d.ts +280 -10
  71. package/dist-types/pagination/DescribeCapacityReservationBillingRequestsPaginator.d.ts +7 -0
  72. package/dist-types/pagination/index.d.ts +2 -1
  73. package/dist-types/protocols/Aws_ec2.d.ts +45 -0
  74. package/dist-types/ts3.4/EC2.d.ts +115 -0
  75. package/dist-types/ts3.4/EC2Client.d.ts +30 -0
  76. package/dist-types/ts3.4/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +51 -0
  78. package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -4
  79. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +2 -4
  80. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +4 -2
  93. package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +16 -850
  96. package/dist-types/ts3.4/models/models_1.d.ts +851 -32
  97. package/dist-types/ts3.4/models/models_2.d.ts +30 -25
  98. package/dist-types/ts3.4/models/models_3.d.ts +68 -83
  99. package/dist-types/ts3.4/models/models_4.d.ts +80 -99
  100. package/dist-types/ts3.4/models/models_5.d.ts +101 -67
  101. package/dist-types/ts3.4/models/models_6.d.ts +66 -64
  102. package/dist-types/ts3.4/models/models_7.d.ts +73 -8
  103. package/dist-types/ts3.4/pagination/DescribeCapacityReservationBillingRequestsPaginator.d.ts +11 -0
  104. package/dist-types/ts3.4/pagination/index.d.ts +2 -1
  105. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
  106. package/package.json +7 -7
@@ -25,7 +25,7 @@ const getRuntimeConfig = (config) => {
25
25
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
26
26
  credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
27
27
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
28
- (0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
28
+ (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
29
29
  maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
30
30
  region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
31
31
  requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -31,7 +31,7 @@ const getRuntimeConfig = (config) => {
31
31
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
32
32
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
33
33
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
34
- (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
34
+ (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
35
35
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
36
36
  region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
37
37
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
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";