@aws-sdk/client-ec2 3.1058.0 → 3.1060.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 (194) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/index.js +41 -0
  3. package/dist-cjs/schemas/schemas_0.js +171 -68
  4. package/dist-es/EC2.js +4 -0
  5. package/dist-es/commands/CreateCapacityReservationCancellationQuoteCommand.js +16 -0
  6. package/dist-es/commands/DescribeCapacityReservationCancellationQuotesCommand.js +16 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/models/enums.js +11 -0
  9. package/dist-es/schemas/schemas_0.js +110 -8
  10. package/dist-types/EC2.d.ts +15 -0
  11. package/dist-types/EC2Client.d.ts +4 -2
  12. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  13. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  14. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  15. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  16. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  17. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  18. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  19. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +16 -2
  20. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  21. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  22. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +5 -5
  25. package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +117 -0
  26. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
  33. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  57. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  69. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteTableCommand.d.ts +3 -2
  77. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -2
  116. package/dist-types/commands/DescribeCapacityReservationCancellationQuotesCommand.d.ts +119 -0
  117. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -2
  118. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
  119. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  122. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -1
  123. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -2
  125. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  126. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  127. package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +2 -1
  128. package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  129. package/dist-types/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +1 -2
  130. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  131. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  132. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  133. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  134. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  135. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -1
  136. package/dist-types/commands/ModifyManagedResourceVisibilityCommand.d.ts +1 -1
  137. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  138. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  139. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +4 -4
  140. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +3 -3
  142. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  143. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  144. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  145. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  146. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  147. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  148. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  149. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  150. package/dist-types/commands/index.d.ts +2 -0
  151. package/dist-types/models/enums.d.ts +27 -0
  152. package/dist-types/models/models_0.d.ts +158 -184
  153. package/dist-types/models/models_1.d.ts +194 -230
  154. package/dist-types/models/models_2.d.ts +228 -94
  155. package/dist-types/models/models_3.d.ts +141 -274
  156. package/dist-types/models/models_4.d.ts +277 -375
  157. package/dist-types/models/models_5.d.ts +375 -226
  158. package/dist-types/models/models_6.d.ts +235 -208
  159. package/dist-types/models/models_7.d.ts +209 -7
  160. package/dist-types/schemas/schemas_0.d.ts +9 -0
  161. package/dist-types/ts3.4/EC2.d.ts +47 -0
  162. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  163. package/dist-types/ts3.4/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +53 -0
  164. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +2 -4
  165. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +2 -4
  166. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +4 -2
  170. package/dist-types/ts3.4/commands/DescribeCapacityReservationCancellationQuotesCommand.d.ts +53 -0
  171. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +4 -2
  176. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +2 -4
  177. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +2 -4
  180. package/dist-types/ts3.4/commands/ModifyManagedResourceVisibilityCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  184. package/dist-types/ts3.4/models/enums.d.ts +15 -0
  185. package/dist-types/ts3.4/models/models_0.d.ts +36 -45
  186. package/dist-types/ts3.4/models/models_1.d.ts +47 -48
  187. package/dist-types/ts3.4/models/models_2.d.ts +50 -22
  188. package/dist-types/ts3.4/models/models_3.d.ts +36 -54
  189. package/dist-types/ts3.4/models/models_4.d.ts +52 -52
  190. package/dist-types/ts3.4/models/models_5.d.ts +50 -44
  191. package/dist-types/ts3.4/models/models_6.d.ts +45 -47
  192. package/dist-types/ts3.4/models/models_7.d.ts +49 -3
  193. package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
  194. package/package.json +10 -10
package/dist-es/EC2.js CHANGED
@@ -63,6 +63,7 @@ import { CopySnapshotCommand, } from "./commands/CopySnapshotCommand";
63
63
  import { CopyVolumesCommand, } from "./commands/CopyVolumesCommand";
64
64
  import { CreateCapacityManagerDataExportCommand, } from "./commands/CreateCapacityManagerDataExportCommand";
65
65
  import { CreateCapacityReservationBySplittingCommand, } from "./commands/CreateCapacityReservationBySplittingCommand";
66
+ import { CreateCapacityReservationCancellationQuoteCommand, } from "./commands/CreateCapacityReservationCancellationQuoteCommand";
66
67
  import { CreateCapacityReservationCommand, } from "./commands/CreateCapacityReservationCommand";
67
68
  import { CreateCapacityReservationFleetCommand, } from "./commands/CreateCapacityReservationFleetCommand";
68
69
  import { CreateCarrierGatewayCommand, } from "./commands/CreateCarrierGatewayCommand";
@@ -282,6 +283,7 @@ import { DescribeCapacityBlocksCommand, } from "./commands/DescribeCapacityBlock
282
283
  import { DescribeCapacityBlockStatusCommand, } from "./commands/DescribeCapacityBlockStatusCommand";
283
284
  import { DescribeCapacityManagerDataExportsCommand, } from "./commands/DescribeCapacityManagerDataExportsCommand";
284
285
  import { DescribeCapacityReservationBillingRequestsCommand, } from "./commands/DescribeCapacityReservationBillingRequestsCommand";
286
+ import { DescribeCapacityReservationCancellationQuotesCommand, } from "./commands/DescribeCapacityReservationCancellationQuotesCommand";
285
287
  import { DescribeCapacityReservationFleetsCommand, } from "./commands/DescribeCapacityReservationFleetsCommand";
286
288
  import { DescribeCapacityReservationsCommand, } from "./commands/DescribeCapacityReservationsCommand";
287
289
  import { DescribeCapacityReservationTopologyCommand, } from "./commands/DescribeCapacityReservationTopologyCommand";
@@ -1043,6 +1045,7 @@ const commands = {
1043
1045
  CreateCapacityManagerDataExportCommand,
1044
1046
  CreateCapacityReservationCommand,
1045
1047
  CreateCapacityReservationBySplittingCommand,
1048
+ CreateCapacityReservationCancellationQuoteCommand,
1046
1049
  CreateCapacityReservationFleetCommand,
1047
1050
  CreateCarrierGatewayCommand,
1048
1051
  CreateClientVpnEndpointCommand,
@@ -1261,6 +1264,7 @@ const commands = {
1261
1264
  DescribeCapacityBlockStatusCommand,
1262
1265
  DescribeCapacityManagerDataExportsCommand,
1263
1266
  DescribeCapacityReservationBillingRequestsCommand,
1267
+ DescribeCapacityReservationCancellationQuotesCommand,
1264
1268
  DescribeCapacityReservationFleetsCommand,
1265
1269
  DescribeCapacityReservationsCommand,
1266
1270
  DescribeCapacityReservationTopologyCommand,
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateCapacityReservationCancellationQuote$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateCapacityReservationCancellationQuoteCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "CreateCapacityReservationCancellationQuote", {})
13
+ .n("EC2Client", "CreateCapacityReservationCancellationQuoteCommand")
14
+ .sc(CreateCapacityReservationCancellationQuote$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DescribeCapacityReservationCancellationQuotes$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DescribeCapacityReservationCancellationQuotesCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "DescribeCapacityReservationCancellationQuotes", {})
13
+ .n("EC2Client", "DescribeCapacityReservationCancellationQuotesCommand")
14
+ .sc(DescribeCapacityReservationCancellationQuotes$)
15
+ .build() {
16
+ }
@@ -62,6 +62,7 @@ export * from "./CopySnapshotCommand";
62
62
  export * from "./CopyVolumesCommand";
63
63
  export * from "./CreateCapacityManagerDataExportCommand";
64
64
  export * from "./CreateCapacityReservationBySplittingCommand";
65
+ export * from "./CreateCapacityReservationCancellationQuoteCommand";
65
66
  export * from "./CreateCapacityReservationCommand";
66
67
  export * from "./CreateCapacityReservationFleetCommand";
67
68
  export * from "./CreateCarrierGatewayCommand";
@@ -281,6 +282,7 @@ export * from "./DescribeCapacityBlockStatusCommand";
281
282
  export * from "./DescribeCapacityBlocksCommand";
282
283
  export * from "./DescribeCapacityManagerDataExportsCommand";
283
284
  export * from "./DescribeCapacityReservationBillingRequestsCommand";
285
+ export * from "./DescribeCapacityReservationCancellationQuotesCommand";
284
286
  export * from "./DescribeCapacityReservationFleetsCommand";
285
287
  export * from "./DescribeCapacityReservationTopologyCommand";
286
288
  export * from "./DescribeCapacityReservationsCommand";
@@ -36,6 +36,7 @@ export const ResourceType = {
36
36
  capacity_block: "capacity-block",
37
37
  capacity_manager_data_export: "capacity-manager-data-export",
38
38
  capacity_reservation: "capacity-reservation",
39
+ capacity_reservation_cancellation_quote: "capacity-reservation-cancellation-quote",
39
40
  capacity_reservation_fleet: "capacity-reservation-fleet",
40
41
  carrier_gateway: "carrier-gateway",
41
42
  client_vpn_endpoint: "client-vpn-endpoint",
@@ -330,6 +331,7 @@ export const AllocationStrategy = {
330
331
  PRICE_CAPACITY_OPTIMIZED: "priceCapacityOptimized",
331
332
  };
332
333
  export const AllocationType = {
334
+ cancelling: "cancelling",
333
335
  future: "future",
334
336
  used: "used",
335
337
  };
@@ -491,6 +493,9 @@ export const BundleTaskState = {
491
493
  storing: "storing",
492
494
  waiting_for_shutdown: "waiting-for-shutdown",
493
495
  };
496
+ export const ApplyCancellationCharges = {
497
+ COMMITMENT_WIND_DOWN: "commitment-wind-down",
498
+ };
494
499
  export const CapacityReservationFleetState = {
495
500
  ACTIVE: "active",
496
501
  CANCELLED: "cancelled",
@@ -623,6 +628,7 @@ export const CapacityReservationState = {
623
628
  active: "active",
624
629
  assessing: "assessing",
625
630
  cancelled: "cancelled",
631
+ cancelling: "cancelling",
626
632
  delayed: "delayed",
627
633
  expired: "expired",
628
634
  failed: "failed",
@@ -633,6 +639,11 @@ export const CapacityReservationState = {
633
639
  unavailable: "unavailable",
634
640
  unsupported: "unsupported",
635
641
  };
642
+ export const CapacityReservationCancellationQuoteState = {
643
+ active: "active",
644
+ expired: "expired",
645
+ pending: "pending",
646
+ };
636
647
  export const FleetInstanceMatchCriteria = {
637
648
  open: "open",
638
649
  };
@@ -41,6 +41,7 @@ const _ABCRd = "AdvertiseByoipCidrResult";
41
41
  const _ABHP = "ActualBlockHourlyPrice";
42
42
  const _ABV = "AttributeBooleanValue";
43
43
  const _AC = "AcceleratorCount";
44
+ const _ACC = "ApplyCancellationCharges";
44
45
  const _ACIA = "AssociateCarrierIpAddress";
45
46
  const _ACL = "AnalysisComponentList";
46
47
  const _ACLV = "AttachClassicLinkVpc";
@@ -547,6 +548,7 @@ const _CCB = "ClientCidrBlock";
547
548
  const _CCC = "CreateCoipCidr";
548
549
  const _CCCR = "CreateCoipCidrRequest";
549
550
  const _CCCRr = "CreateCoipCidrResult";
551
+ const _CCDH = "ChargeCommitmentDurationHours";
550
552
  const _CCG = "CreateCarrierGateway";
551
553
  const _CCGR = "CreateCarrierGatewayRequest";
552
554
  const _CCGRr = "CreateCarrierGatewayResult";
@@ -565,6 +567,9 @@ const _CCR = "CancelConversionRequest";
565
567
  const _CCRBS = "CreateCapacityReservationBySplitting";
566
568
  const _CCRBSR = "CreateCapacityReservationBySplittingRequest";
567
569
  const _CCRBSRr = "CreateCapacityReservationBySplittingResult";
570
+ const _CCRCQ = "CreateCapacityReservationCancellationQuote";
571
+ const _CCRCQR = "CreateCapacityReservationCancellationQuoteRequest";
572
+ const _CCRCQRr = "CreateCapacityReservationCancellationQuoteResult";
568
573
  const _CCRF = "CancelCapacityReservationFleets";
569
574
  const _CCRFE = "CancelCapacityReservationFleetError";
570
575
  const _CCRFR = "CancelCapacityReservationFleetsRequest";
@@ -591,6 +596,7 @@ const _CCl = "ClientConfiguration";
591
596
  const _CCo = "CoipCidr";
592
597
  const _CCor = "CoreCount";
593
598
  const _CCp = "CpuCredits";
599
+ const _CCu = "CurrentConfiguration";
594
600
  const _CD = "CreateDate";
595
601
  const _CDC = "CreationDateCondition";
596
602
  const _CDCR = "CreationDateConditionRequest";
@@ -619,7 +625,8 @@ const _CDr = "CreationDate";
619
625
  const _CDre = "CreatedDate";
620
626
  const _CE = "ConnectionEvents";
621
627
  const _CECSD = "CidrEndpointsCustomSubDomain";
622
- const _CED = "CommitmentEndDate";
628
+ const _CED = "ChargeEndDate";
629
+ const _CEDo = "CommitmentEndDate";
623
630
  const _CEOIG = "CreateEgressOnlyInternetGateway";
624
631
  const _CEOIGR = "CreateEgressOnlyInternetGatewayRequest";
625
632
  const _CEOIGRr = "CreateEgressOnlyInternetGatewayResult";
@@ -859,9 +866,16 @@ const _CRA = "CapacityReservationArn";
859
866
  const _CRBR = "CapacityReservationBillingRequest";
860
867
  const _CRBRS = "CapacityReservationBillingRequestSet";
861
868
  const _CRBRa = "CapacityReservationBillingRequests";
869
+ const _CRC = "CapacityReservationConfiguration";
862
870
  const _CRCC = "ClientRootCertificateChain";
863
871
  const _CRCCA = "ClientRootCertificateChainArn";
864
872
  const _CRCI = "CapacityReservationCommitmentInfo";
873
+ const _CRCQ = "CapacityReservationCancellationQuote";
874
+ const _CRCQI = "CapacityReservationCancellationQuoteId";
875
+ const _CRCQIS = "CapacityReservationCancellationQuoteIdSet";
876
+ const _CRCQIa = "CapacityReservationCancellationQuoteIds";
877
+ const _CRCQRS = "CapacityReservationCancellationQuoteResponseSet";
878
+ const _CRCQa = "CapacityReservationCancellationQuotes";
865
879
  const _CREO = "ClientRouteEnforcementOptions";
866
880
  const _CRERO = "ClientRouteEnforcementResponseOptions";
867
881
  const _CRF = "CapacityReservationFleet";
@@ -1046,6 +1060,9 @@ const _CTR = "CreateTagsRequest";
1046
1060
  const _CTS = "ConnectionTrackingSpecification";
1047
1061
  const _CTSR = "ConnectionTrackingSpecificationRequest";
1048
1062
  const _CTSRo = "ConnectionTrackingSpecificationResponse";
1063
+ const _CTSa = "CancellationTermsSet";
1064
+ const _CTa = "CancellationTerms";
1065
+ const _CTan = "CancellationType";
1049
1066
  const _CTo = "ConversionTask";
1050
1067
  const _CTom = "CompleteTime";
1051
1068
  const _CTomp = "CompletionTime";
@@ -1281,6 +1298,9 @@ const _DCRBORi = "DisassociateCapacityReservationBillingOwnerResult";
1281
1298
  const _DCRBR = "DescribeCapacityReservationBillingRequests";
1282
1299
  const _DCRBRR = "DescribeCapacityReservationBillingRequestsRequest";
1283
1300
  const _DCRBRRe = "DescribeCapacityReservationBillingRequestsResult";
1301
+ const _DCRCQ = "DescribeCapacityReservationCancellationQuotes";
1302
+ const _DCRCQR = "DescribeCapacityReservationCancellationQuotesRequest";
1303
+ const _DCRCQRe = "DescribeCapacityReservationCancellationQuotesResult";
1284
1304
  const _DCRF = "DescribeCapacityReservationFleets";
1285
1305
  const _DCRFR = "DescribeCapacityReservationFleetsRequest";
1286
1306
  const _DCRFRe = "DescribeCapacityReservationFleetsResult";
@@ -4650,6 +4670,8 @@ const _Prov = "Provisioned";
4650
4670
  const _Pu = "Public";
4651
4671
  const _Pur = "Purchase";
4652
4672
  const _Q = "Quantity";
4673
+ const _QI = "QuoteId";
4674
+ const _QS = "QuoteState";
4653
4675
  const _R = "Return";
4654
4676
  const _RA = "RuleAction";
4655
4677
  const _RAA = "ResetAddressAttribute";
@@ -6320,12 +6342,14 @@ const _cBSid = "cidrBlockSet";
6320
6342
  const _cBr = "createdBy";
6321
6343
  const _cC = "currencyCode";
6322
6344
  const _cCB = "clientCidrBlock";
6345
+ const _cCDH = "chargeCommitmentDurationHours";
6323
6346
  const _cCO = "clientConnectOptions";
6324
6347
  const _cCRFE = "cancelCapacityReservationFleetError";
6325
6348
  const _cCl = "clientConfiguration";
6326
6349
  const _cCo = "coreCount";
6327
6350
  const _cCoi = "coipCidr";
6328
6351
  const _cCp = "cpuCredits";
6352
+ const _cCu = "currentConfiguration";
6329
6353
  const _cD = "createDate";
6330
6354
  const _cDC = "creationDateCondition";
6331
6355
  const _cDM = "completionDurationMinutes";
@@ -6333,7 +6357,8 @@ const _cDr = "creationDate";
6333
6357
  const _cDre = "createdDate";
6334
6358
  const _cE = "connectionEvents";
6335
6359
  const _cECSD = "cidrEndpointsCustomSubDomain";
6336
- const _cED = "commitmentEndDate";
6360
+ const _cED = "chargeEndDate";
6361
+ const _cEDo = "commitmentEndDate";
6337
6362
  const _cET = "connectionEstablishedTime";
6338
6363
  const _cETo = "connectionEndTime";
6339
6364
  const _cEr = "cronExpression";
@@ -6399,6 +6424,9 @@ const _cR = "capacityReservation";
6399
6424
  const _cRA = "capacityReservationArn";
6400
6425
  const _cRBRS = "capacityReservationBillingRequestSet";
6401
6426
  const _cRCC = "clientRootCertificateChain";
6427
+ const _cRCQ = "capacityReservationCancellationQuote";
6428
+ const _cRCQI = "capacityReservationCancellationQuoteId";
6429
+ const _cRCQS = "capacityReservationCancellationQuoteSet";
6402
6430
  const _cREO = "clientRouteEnforcementOptions";
6403
6431
  const _cRFA = "capacityReservationFleetArn";
6404
6432
  const _cRFI = "capacityReservationFleetId";
@@ -6432,7 +6460,9 @@ const _cSur = "currentStatus";
6432
6460
  const _cT = "clientToken";
6433
6461
  const _cTC = "connectionTrackingConfiguration";
6434
6462
  const _cTI = "conversionTaskId";
6435
- const _cTS = "connectionTrackingSpecification";
6463
+ const _cTS = "cancellationTermSet";
6464
+ const _cTSo = "connectionTrackingSpecification";
6465
+ const _cTa = "cancellationType";
6436
6466
  const _cTo = "conversionTasks";
6437
6467
  const _cTom = "completeTime";
6438
6468
  const _cTomp = "completionTime";
@@ -7517,6 +7547,7 @@ const _prov = "provisioned";
7517
7547
  const _pu = "public";
7518
7548
  const _pur = "purchase";
7519
7549
  const _q = "quantity";
7550
+ const _qS = "quoteState";
7520
7551
  const _r = "return";
7521
7552
  const _rA = "ruleAction";
7522
7553
  const _rAE = "remoteAccessEnabled";
@@ -9277,8 +9308,8 @@ export var CancelCapacityReservationFleetsResult$ = [3, n0, _CCRFRa,
9277
9308
  ];
9278
9309
  export var CancelCapacityReservationRequest$ = [3, n0, _CCRR,
9279
9310
  0,
9280
- [_CRI, _DR],
9281
- [0, 2], 1
9311
+ [_CRI, _DR, _ACC, _QI],
9312
+ [0, 2, 0, 0], 1
9282
9313
  ];
9283
9314
  export var CancelCapacityReservationResult$ = [3, n0, _CCRRa,
9284
9315
  0,
@@ -9335,6 +9366,16 @@ export var CancelImportTaskResult$ = [3, n0, _CITRa,
9335
9366
  [_xN]: _pSr }], [0, { [_eQN]: `State`,
9336
9367
  [_xN]: _st }]]
9337
9368
  ];
9369
+ export var CancellationTerms$ = [3, n0, _CTa,
9370
+ 0,
9371
+ [_CTan, _RSe, _CIC, _CCDH, _CED],
9372
+ [[0, { [_eQN]: `CancellationType`,
9373
+ [_xN]: _cTa }], [0, { [_eQN]: `ReservationState`,
9374
+ [_xN]: _rS }], [1, { [_eQN]: `CommittedInstanceCount`,
9375
+ [_xN]: _cIC }], [1, { [_eQN]: `ChargeCommitmentDurationHours`,
9376
+ [_xN]: _cCDH }], [4, { [_eQN]: `ChargeEndDate`,
9377
+ [_xN]: _cED }]]
9378
+ ];
9338
9379
  export var CancelledSpotInstanceRequest$ = [3, n0, _CSIR,
9339
9380
  0,
9340
9381
  [_SIRI, _St],
@@ -9610,12 +9651,32 @@ export var CapacityReservationBillingRequest$ = [3, n0, _CRBR,
9610
9651
  [_xN]: _sMt }], [() => CapacityReservationInfo$, { [_eQN]: `CapacityReservationInfo`,
9611
9652
  [_xN]: _cRIa }]]
9612
9653
  ];
9654
+ export var CapacityReservationCancellationQuote$ = [3, n0, _CRCQ,
9655
+ 0,
9656
+ [_CRCQI, _CRI, _CTr, _ET, _QS, _CCu, _CTa, _T],
9657
+ [[0, { [_eQN]: `CapacityReservationCancellationQuoteId`,
9658
+ [_xN]: _cRCQI }], [0, { [_eQN]: `CapacityReservationId`,
9659
+ [_xN]: _cRI }], [4, { [_eQN]: `CreateTime`,
9660
+ [_xN]: _cTr }], [4, { [_eQN]: `ExpirationTime`,
9661
+ [_xN]: _eT }], [0, { [_eQN]: `QuoteState`,
9662
+ [_xN]: _qS }], [() => CapacityReservationConfiguration$, { [_eQN]: `CurrentConfiguration`,
9663
+ [_xN]: _cCu }], [() => CancellationTermsSet, { [_eQN]: `CancellationTermSet`,
9664
+ [_xN]: _cTS }], [() => TagList, { [_eQN]: `TagSet`,
9665
+ [_xN]: _tS }]]
9666
+ ];
9613
9667
  export var CapacityReservationCommitmentInfo$ = [3, n0, _CRCI,
9614
9668
  0,
9615
- [_CIC, _CED],
9669
+ [_CIC, _CEDo],
9616
9670
  [[1, { [_eQN]: `CommittedInstanceCount`,
9617
9671
  [_xN]: _cIC }], [4, { [_eQN]: `CommitmentEndDate`,
9618
- [_xN]: _cED }]]
9672
+ [_xN]: _cEDo }]]
9673
+ ];
9674
+ export var CapacityReservationConfiguration$ = [3, n0, _CRC,
9675
+ 0,
9676
+ [_IC, _RSe],
9677
+ [[1, { [_eQN]: `InstanceCount`,
9678
+ [_xN]: _iC }], [0, { [_eQN]: `ReservationState`,
9679
+ [_xN]: _rS }]]
9619
9680
  ];
9620
9681
  export var CapacityReservationFleet$ = [3, n0, _CRF,
9621
9682
  0,
@@ -10160,6 +10221,17 @@ export var CreateCapacityReservationBySplittingResult$ = [3, n0, _CCRBSRr,
10160
10221
  [_xN]: _dCR }], [1, { [_eQN]: `InstanceCount`,
10161
10222
  [_xN]: _iC }]]
10162
10223
  ];
10224
+ export var CreateCapacityReservationCancellationQuoteRequest$ = [3, n0, _CCRCQR,
10225
+ 0,
10226
+ [_CRI, _CT, _TS, _DR],
10227
+ [0, [0, 4], [() => TagSpecificationList, { [_xN]: _TSa }], 2], 1
10228
+ ];
10229
+ export var CreateCapacityReservationCancellationQuoteResult$ = [3, n0, _CCRCQRr,
10230
+ 0,
10231
+ [_CRCQ],
10232
+ [[() => CapacityReservationCancellationQuote$, { [_eQN]: `CapacityReservationCancellationQuote`,
10233
+ [_xN]: _cRCQ }]]
10234
+ ];
10163
10235
  export var CreateCapacityReservationFleetRequest$ = [3, n0, _CCRFRr,
10164
10236
  0,
10165
10237
  [_ITS, _TTC, _ASl, _CT, _Te, _ED, _IMC, _TS, _DR],
@@ -12832,6 +12904,18 @@ export var DescribeCapacityReservationBillingRequestsResult$ = [3, n0, _DCRBRRe,
12832
12904
  [_xN]: _nTe }], [() => CapacityReservationBillingRequestSet, { [_eQN]: `CapacityReservationBillingRequestSet`,
12833
12905
  [_xN]: _cRBRS }]]
12834
12906
  ];
12907
+ export var DescribeCapacityReservationCancellationQuotesRequest$ = [3, n0, _DCRCQR,
12908
+ 0,
12909
+ [_CRCQIa, _MR, _NTe, _DR, _Fi],
12910
+ [[() => CapacityReservationCancellationQuoteIdSet, { [_xN]: _CRCQI }], 1, 0, 2, [() => FilterList, { [_xN]: _Fil }]]
12911
+ ];
12912
+ export var DescribeCapacityReservationCancellationQuotesResult$ = [3, n0, _DCRCQRe,
12913
+ 0,
12914
+ [_CRCQa, _NTe],
12915
+ [[() => CapacityReservationCancellationQuoteResponseSet, { [_eQN]: `CapacityReservationCancellationQuoteSet`,
12916
+ [_xN]: _cRCQS }], [0, { [_eQN]: `NextToken`,
12917
+ [_xN]: _nTe }]]
12918
+ ];
12835
12919
  export var DescribeCapacityReservationFleetsRequest$ = [3, n0, _DCRFR,
12836
12920
  0,
12837
12921
  [_CRFI, _NTe, _MR, _Fi, _DR],
@@ -19546,7 +19630,7 @@ export var LaunchTemplateInstanceNetworkInterfaceSpecification$ = [3, n0, _LTINI
19546
19630
  [_xN]: _iPCpv }], [2, { [_eQN]: `PrimaryIpv6`,
19547
19631
  [_xN]: _pIri }], [() => LaunchTemplateEnaSrdSpecification$, { [_eQN]: `EnaSrdSpecification`,
19548
19632
  [_xN]: _eSS }], [() => ConnectionTrackingSpecification$, { [_eQN]: `ConnectionTrackingSpecification`,
19549
- [_xN]: _cTS }], [1, { [_eQN]: `EnaQueueCount`,
19633
+ [_xN]: _cTSo }], [1, { [_eQN]: `EnaQueueCount`,
19550
19634
  [_xN]: _eQC }]]
19551
19635
  ];
19552
19636
  export var LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$ = [3, n0, _LTINISR,
@@ -25912,6 +25996,10 @@ var ByoipCidrSet = [1, n0, _BCS,
25912
25996
  0, [() => ByoipCidr$,
25913
25997
  { [_xN]: _it }]
25914
25998
  ];
25999
+ var CancellationTermsSet = [1, n0, _CTSa,
26000
+ 0, [() => CancellationTerms$,
26001
+ { [_xN]: _it }]
26002
+ ];
25915
26003
  var CancelledSpotInstanceRequestList = [1, n0, _CSIRL,
25916
26004
  0, [() => CancelledSpotInstanceRequest$,
25917
26005
  { [_xN]: _it }]
@@ -25980,6 +26068,14 @@ var CapacityReservationBillingRequestSet = [1, n0, _CRBRS,
25980
26068
  0, [() => CapacityReservationBillingRequest$,
25981
26069
  { [_xN]: _it }]
25982
26070
  ];
26071
+ var CapacityReservationCancellationQuoteIdSet = [1, n0, _CRCQIS,
26072
+ 0, [0,
26073
+ { [_xN]: _it }]
26074
+ ];
26075
+ var CapacityReservationCancellationQuoteResponseSet = [1, n0, _CRCQRS,
26076
+ 0, [() => CapacityReservationCancellationQuote$,
26077
+ { [_xN]: _it }]
26078
+ ];
25983
26079
  var CapacityReservationFleetCancellationStateSet = [1, n0, _CRFCSS,
25984
26080
  0, [() => CapacityReservationFleetCancellationState$,
25985
26081
  { [_xN]: _it }]
@@ -28756,6 +28852,9 @@ export var CreateCapacityReservation$ = [9, n0, _CCRr,
28756
28852
  export var CreateCapacityReservationBySplitting$ = [9, n0, _CCRBS,
28757
28853
  0, () => CreateCapacityReservationBySplittingRequest$, () => CreateCapacityReservationBySplittingResult$
28758
28854
  ];
28855
+ export var CreateCapacityReservationCancellationQuote$ = [9, n0, _CCRCQ,
28856
+ 0, () => CreateCapacityReservationCancellationQuoteRequest$, () => CreateCapacityReservationCancellationQuoteResult$
28857
+ ];
28759
28858
  export var CreateCapacityReservationFleet$ = [9, n0, _CCRFr,
28760
28859
  0, () => CreateCapacityReservationFleetRequest$, () => CreateCapacityReservationFleetResult$
28761
28860
  ];
@@ -29410,6 +29509,9 @@ export var DescribeCapacityManagerDataExports$ = [9, n0, _DCMDEe,
29410
29509
  export var DescribeCapacityReservationBillingRequests$ = [9, n0, _DCRBR,
29411
29510
  0, () => DescribeCapacityReservationBillingRequestsRequest$, () => DescribeCapacityReservationBillingRequestsResult$
29412
29511
  ];
29512
+ export var DescribeCapacityReservationCancellationQuotes$ = [9, n0, _DCRCQ,
29513
+ 0, () => DescribeCapacityReservationCancellationQuotesRequest$, () => DescribeCapacityReservationCancellationQuotesResult$
29514
+ ];
29413
29515
  export var DescribeCapacityReservationFleets$ = [9, n0, _DCRF,
29414
29516
  0, () => DescribeCapacityReservationFleetsRequest$, () => DescribeCapacityReservationFleetsResult$
29415
29517
  ];
@@ -64,6 +64,7 @@ import { type CopySnapshotCommandInput, type CopySnapshotCommandOutput } from ".
64
64
  import { type CopyVolumesCommandInput, type CopyVolumesCommandOutput } from "./commands/CopyVolumesCommand";
65
65
  import { type CreateCapacityManagerDataExportCommandInput, type CreateCapacityManagerDataExportCommandOutput } from "./commands/CreateCapacityManagerDataExportCommand";
66
66
  import { type CreateCapacityReservationBySplittingCommandInput, type CreateCapacityReservationBySplittingCommandOutput } from "./commands/CreateCapacityReservationBySplittingCommand";
67
+ import { type CreateCapacityReservationCancellationQuoteCommandInput, type CreateCapacityReservationCancellationQuoteCommandOutput } from "./commands/CreateCapacityReservationCancellationQuoteCommand";
67
68
  import { type CreateCapacityReservationCommandInput, type CreateCapacityReservationCommandOutput } from "./commands/CreateCapacityReservationCommand";
68
69
  import { type CreateCapacityReservationFleetCommandInput, type CreateCapacityReservationFleetCommandOutput } from "./commands/CreateCapacityReservationFleetCommand";
69
70
  import { type CreateCarrierGatewayCommandInput, type CreateCarrierGatewayCommandOutput } from "./commands/CreateCarrierGatewayCommand";
@@ -283,6 +284,7 @@ import { type DescribeCapacityBlocksCommandInput, type DescribeCapacityBlocksCom
283
284
  import { type DescribeCapacityBlockStatusCommandInput, type DescribeCapacityBlockStatusCommandOutput } from "./commands/DescribeCapacityBlockStatusCommand";
284
285
  import { type DescribeCapacityManagerDataExportsCommandInput, type DescribeCapacityManagerDataExportsCommandOutput } from "./commands/DescribeCapacityManagerDataExportsCommand";
285
286
  import { type DescribeCapacityReservationBillingRequestsCommandInput, type DescribeCapacityReservationBillingRequestsCommandOutput } from "./commands/DescribeCapacityReservationBillingRequestsCommand";
287
+ import { type DescribeCapacityReservationCancellationQuotesCommandInput, type DescribeCapacityReservationCancellationQuotesCommandOutput } from "./commands/DescribeCapacityReservationCancellationQuotesCommand";
286
288
  import { type DescribeCapacityReservationFleetsCommandInput, type DescribeCapacityReservationFleetsCommandOutput } from "./commands/DescribeCapacityReservationFleetsCommand";
287
289
  import { type DescribeCapacityReservationsCommandInput, type DescribeCapacityReservationsCommandOutput } from "./commands/DescribeCapacityReservationsCommand";
288
290
  import { type DescribeCapacityReservationTopologyCommandInput, type DescribeCapacityReservationTopologyCommandOutput } from "./commands/DescribeCapacityReservationTopologyCommand";
@@ -1164,6 +1166,12 @@ export interface EC2 {
1164
1166
  createCapacityReservationBySplitting(args: CreateCapacityReservationBySplittingCommandInput, options?: __HttpHandlerOptions): Promise<CreateCapacityReservationBySplittingCommandOutput>;
1165
1167
  createCapacityReservationBySplitting(args: CreateCapacityReservationBySplittingCommandInput, cb: (err: any, data?: CreateCapacityReservationBySplittingCommandOutput) => void): void;
1166
1168
  createCapacityReservationBySplitting(args: CreateCapacityReservationBySplittingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCapacityReservationBySplittingCommandOutput) => void): void;
1169
+ /**
1170
+ * @see {@link CreateCapacityReservationCancellationQuoteCommand}
1171
+ */
1172
+ createCapacityReservationCancellationQuote(args: CreateCapacityReservationCancellationQuoteCommandInput, options?: __HttpHandlerOptions): Promise<CreateCapacityReservationCancellationQuoteCommandOutput>;
1173
+ createCapacityReservationCancellationQuote(args: CreateCapacityReservationCancellationQuoteCommandInput, cb: (err: any, data?: CreateCapacityReservationCancellationQuoteCommandOutput) => void): void;
1174
+ createCapacityReservationCancellationQuote(args: CreateCapacityReservationCancellationQuoteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCapacityReservationCancellationQuoteCommandOutput) => void): void;
1167
1175
  /**
1168
1176
  * @see {@link CreateCapacityReservationFleetCommand}
1169
1177
  */
@@ -2506,6 +2514,13 @@ export interface EC2 {
2506
2514
  describeCapacityReservationBillingRequests(args: DescribeCapacityReservationBillingRequestsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCapacityReservationBillingRequestsCommandOutput>;
2507
2515
  describeCapacityReservationBillingRequests(args: DescribeCapacityReservationBillingRequestsCommandInput, cb: (err: any, data?: DescribeCapacityReservationBillingRequestsCommandOutput) => void): void;
2508
2516
  describeCapacityReservationBillingRequests(args: DescribeCapacityReservationBillingRequestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCapacityReservationBillingRequestsCommandOutput) => void): void;
2517
+ /**
2518
+ * @see {@link DescribeCapacityReservationCancellationQuotesCommand}
2519
+ */
2520
+ describeCapacityReservationCancellationQuotes(): Promise<DescribeCapacityReservationCancellationQuotesCommandOutput>;
2521
+ describeCapacityReservationCancellationQuotes(args: DescribeCapacityReservationCancellationQuotesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCapacityReservationCancellationQuotesCommandOutput>;
2522
+ describeCapacityReservationCancellationQuotes(args: DescribeCapacityReservationCancellationQuotesCommandInput, cb: (err: any, data?: DescribeCapacityReservationCancellationQuotesCommandOutput) => void): void;
2523
+ describeCapacityReservationCancellationQuotes(args: DescribeCapacityReservationCancellationQuotesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCapacityReservationCancellationQuotesCommandOutput) => void): void;
2509
2524
  /**
2510
2525
  * @see {@link DescribeCapacityReservationFleetsCommand}
2511
2526
  */