@aws-sdk/client-ec2 3.1057.0 → 3.1059.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/README.md CHANGED
@@ -688,6 +688,13 @@ CreateCapacityReservationBySplitting
688
688
  </details>
689
689
  <details>
690
690
  <summary>
691
+ CreateCapacityReservationCancellationQuote
692
+ </summary>
693
+
694
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/CreateCapacityReservationCancellationQuoteCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/CreateCapacityReservationCancellationQuoteCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/CreateCapacityReservationCancellationQuoteCommandOutput/)
695
+ </details>
696
+ <details>
697
+ <summary>
691
698
  CreateCapacityReservationFleet
692
699
  </summary>
693
700
 
@@ -2214,6 +2221,13 @@ DescribeCapacityReservationBillingRequests
2214
2221
  </details>
2215
2222
  <details>
2216
2223
  <summary>
2224
+ DescribeCapacityReservationCancellationQuotes
2225
+ </summary>
2226
+
2227
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/DescribeCapacityReservationCancellationQuotesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DescribeCapacityReservationCancellationQuotesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DescribeCapacityReservationCancellationQuotesCommandOutput/)
2228
+ </details>
2229
+ <details>
2230
+ <summary>
2217
2231
  DescribeCapacityReservationFleets
2218
2232
  </summary>
2219
2233
 
package/dist-cjs/index.js CHANGED
@@ -879,6 +879,18 @@ class CreateCapacityReservationBySplittingCommand extends client.Command
879
879
  .build() {
880
880
  }
881
881
 
882
+ class CreateCapacityReservationCancellationQuoteCommand extends client.Command
883
+ .classBuilder()
884
+ .ep(commonParams)
885
+ .m(function (Command, cs, config, o) {
886
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
887
+ })
888
+ .s("AmazonEC2", "CreateCapacityReservationCancellationQuote", {})
889
+ .n("EC2Client", "CreateCapacityReservationCancellationQuoteCommand")
890
+ .sc(schemas_0.CreateCapacityReservationCancellationQuote$)
891
+ .build() {
892
+ }
893
+
882
894
  class CreateCapacityReservationCommand extends client.Command
883
895
  .classBuilder()
884
896
  .ep(commonParams)
@@ -3507,6 +3519,18 @@ class DescribeCapacityReservationBillingRequestsCommand extends client.Command
3507
3519
  .build() {
3508
3520
  }
3509
3521
 
3522
+ class DescribeCapacityReservationCancellationQuotesCommand extends client.Command
3523
+ .classBuilder()
3524
+ .ep(commonParams)
3525
+ .m(function (Command, cs, config, o) {
3526
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3527
+ })
3528
+ .s("AmazonEC2", "DescribeCapacityReservationCancellationQuotes", {})
3529
+ .n("EC2Client", "DescribeCapacityReservationCancellationQuotesCommand")
3530
+ .sc(schemas_0.DescribeCapacityReservationCancellationQuotes$)
3531
+ .build() {
3532
+ }
3533
+
3510
3534
  class DescribeCapacityReservationFleetsCommand extends client.Command
3511
3535
  .classBuilder()
3512
3536
  .ep(commonParams)
@@ -11951,6 +11975,7 @@ const commands = {
11951
11975
  CreateCapacityManagerDataExportCommand,
11952
11976
  CreateCapacityReservationCommand,
11953
11977
  CreateCapacityReservationBySplittingCommand,
11978
+ CreateCapacityReservationCancellationQuoteCommand,
11954
11979
  CreateCapacityReservationFleetCommand,
11955
11980
  CreateCarrierGatewayCommand,
11956
11981
  CreateClientVpnEndpointCommand,
@@ -12169,6 +12194,7 @@ const commands = {
12169
12194
  DescribeCapacityBlockStatusCommand,
12170
12195
  DescribeCapacityManagerDataExportsCommand,
12171
12196
  DescribeCapacityReservationBillingRequestsCommand,
12197
+ DescribeCapacityReservationCancellationQuotesCommand,
12172
12198
  DescribeCapacityReservationFleetsCommand,
12173
12199
  DescribeCapacityReservationsCommand,
12174
12200
  DescribeCapacityReservationTopologyCommand,
@@ -12910,6 +12936,7 @@ const ResourceType = {
12910
12936
  capacity_block: "capacity-block",
12911
12937
  capacity_manager_data_export: "capacity-manager-data-export",
12912
12938
  capacity_reservation: "capacity-reservation",
12939
+ capacity_reservation_cancellation_quote: "capacity-reservation-cancellation-quote",
12913
12940
  capacity_reservation_fleet: "capacity-reservation-fleet",
12914
12941
  carrier_gateway: "carrier-gateway",
12915
12942
  client_vpn_endpoint: "client-vpn-endpoint",
@@ -13204,6 +13231,7 @@ const AllocationStrategy = {
13204
13231
  PRICE_CAPACITY_OPTIMIZED: "priceCapacityOptimized",
13205
13232
  };
13206
13233
  const AllocationType = {
13234
+ cancelling: "cancelling",
13207
13235
  future: "future",
13208
13236
  used: "used",
13209
13237
  };
@@ -13365,6 +13393,9 @@ const BundleTaskState = {
13365
13393
  storing: "storing",
13366
13394
  waiting_for_shutdown: "waiting-for-shutdown",
13367
13395
  };
13396
+ const ApplyCancellationCharges = {
13397
+ COMMITMENT_WIND_DOWN: "commitment-wind-down",
13398
+ };
13368
13399
  const CapacityReservationFleetState = {
13369
13400
  ACTIVE: "active",
13370
13401
  CANCELLED: "cancelled",
@@ -13497,6 +13528,7 @@ const CapacityReservationState = {
13497
13528
  active: "active",
13498
13529
  assessing: "assessing",
13499
13530
  cancelled: "cancelled",
13531
+ cancelling: "cancelling",
13500
13532
  delayed: "delayed",
13501
13533
  expired: "expired",
13502
13534
  failed: "failed",
@@ -13507,6 +13539,11 @@ const CapacityReservationState = {
13507
13539
  unavailable: "unavailable",
13508
13540
  unsupported: "unsupported",
13509
13541
  };
13542
+ const CapacityReservationCancellationQuoteState = {
13543
+ active: "active",
13544
+ expired: "expired",
13545
+ pending: "pending",
13546
+ };
13510
13547
  const FleetInstanceMatchCriteria = {
13511
13548
  open: "open",
13512
13549
  };
@@ -16799,6 +16836,7 @@ exports.AllowsMultipleInstanceTypes = AllowsMultipleInstanceTypes;
16799
16836
  exports.AmdSevSnpSpecification = AmdSevSnpSpecification;
16800
16837
  exports.AnalysisStatus = AnalysisStatus;
16801
16838
  exports.ApplianceModeSupportValue = ApplianceModeSupportValue;
16839
+ exports.ApplyCancellationCharges = ApplyCancellationCharges;
16802
16840
  exports.ApplySecurityGroupsToClientVpnTargetNetworkCommand = ApplySecurityGroupsToClientVpnTargetNetworkCommand;
16803
16841
  exports.ArchitectureType = ArchitectureType;
16804
16842
  exports.ArchitectureValues = ArchitectureValues;
@@ -16879,6 +16917,7 @@ exports.CapacityManagerDataExportStatus = CapacityManagerDataExportStatus;
16879
16917
  exports.CapacityManagerMonitoredTagKeyStatus = CapacityManagerMonitoredTagKeyStatus;
16880
16918
  exports.CapacityManagerStatus = CapacityManagerStatus;
16881
16919
  exports.CapacityReservationBillingRequestStatus = CapacityReservationBillingRequestStatus;
16920
+ exports.CapacityReservationCancellationQuoteState = CapacityReservationCancellationQuoteState;
16882
16921
  exports.CapacityReservationDeliveryPreference = CapacityReservationDeliveryPreference;
16883
16922
  exports.CapacityReservationFleetState = CapacityReservationFleetState;
16884
16923
  exports.CapacityReservationInstancePlatform = CapacityReservationInstancePlatform;
@@ -16910,6 +16949,7 @@ exports.CopyVolumesCommand = CopyVolumesCommand;
16910
16949
  exports.CpuManufacturer = CpuManufacturer;
16911
16950
  exports.CreateCapacityManagerDataExportCommand = CreateCapacityManagerDataExportCommand;
16912
16951
  exports.CreateCapacityReservationBySplittingCommand = CreateCapacityReservationBySplittingCommand;
16952
+ exports.CreateCapacityReservationCancellationQuoteCommand = CreateCapacityReservationCancellationQuoteCommand;
16913
16953
  exports.CreateCapacityReservationCommand = CreateCapacityReservationCommand;
16914
16954
  exports.CreateCapacityReservationFleetCommand = CreateCapacityReservationFleetCommand;
16915
16955
  exports.CreateCarrierGatewayCommand = CreateCarrierGatewayCommand;
@@ -17139,6 +17179,7 @@ exports.DescribeCapacityBlockStatusCommand = DescribeCapacityBlockStatusCommand;
17139
17179
  exports.DescribeCapacityBlocksCommand = DescribeCapacityBlocksCommand;
17140
17180
  exports.DescribeCapacityManagerDataExportsCommand = DescribeCapacityManagerDataExportsCommand;
17141
17181
  exports.DescribeCapacityReservationBillingRequestsCommand = DescribeCapacityReservationBillingRequestsCommand;
17182
+ exports.DescribeCapacityReservationCancellationQuotesCommand = DescribeCapacityReservationCancellationQuotesCommand;
17142
17183
  exports.DescribeCapacityReservationFleetsCommand = DescribeCapacityReservationFleetsCommand;
17143
17184
  exports.DescribeCapacityReservationTopologyCommand = DescribeCapacityReservationTopologyCommand;
17144
17185
  exports.DescribeCapacityReservationsCommand = DescribeCapacityReservationsCommand;