@aws-sdk/client-ec2 3.1071.0 → 3.1073.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.
@@ -40,8 +40,11 @@ declare const CancelCapacityReservationCommand_base: {
40
40
  * </li>
41
41
  * <li>
42
42
  * <p>
43
- * <code>scheduled</code>
44
- * </p>
43
+ * <code>scheduled</code> — requires a cancellation quote. Use
44
+ * <code>CreateCapacityReservationCancellationQuote</code> to generate a quote,
45
+ * then pass the quote ID with <code>ApplyCancellationCharges</code> set to
46
+ * <code>commitment-wind-down</code>. The cancellation charge depends on how
47
+ * close the reservation is to its start date.</p>
45
48
  * </li>
46
49
  * <li>
47
50
  * <p>
@@ -50,19 +53,22 @@ declare const CancelCapacityReservationCommand_base: {
50
53
  * </li>
51
54
  * <li>
52
55
  * <p>
53
- * <code>active</code> during the commitment duration, if you provide a
54
- * cancellation quote ID and accept the cancellation charges. Use
55
- * <code>CreateCapacityReservationCancellationQuote</code> to generate a quote.
56
- * The Capacity Reservation transitions to <code>cancelling</code> while charges
57
- * are applied.</p>
56
+ * <code>active</code> during the commitment duration requires a
57
+ * cancellation quote. Use
58
+ * <code>CreateCapacityReservationCancellationQuote</code> to generate a quote,
59
+ * then pass the quote ID with <code>ApplyCancellationCharges</code> set to
60
+ * <code>commitment-wind-down</code>. The Capacity Reservation transitions to
61
+ * <code>cancelling</code> while charges are applied.</p>
62
+ * </li>
63
+ * <li>
64
+ * <p>
65
+ * <code>delayed</code> — the commitment duration is waived, so no
66
+ * cancellation charge applies.</p>
58
67
  * </li>
59
68
  * </ul>
60
69
  * <note>
61
70
  * <p>You can't modify or cancel a Capacity Block. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-blocks.html">Capacity Blocks for ML</a>.</p>
62
71
  * </note>
63
- * <p>If a future-dated Capacity Reservation enters the <code>delayed</code> state, the
64
- * commitment duration is waived, and you can cancel it as soon as it enters the
65
- * <code>active</code> state.</p>
66
72
  * <p>Instances running in the reserved capacity continue running until you stop them.
67
73
  * Stopped instances that target the Capacity Reservation can no longer launch. Modify
68
74
  * these instances to either target a different Capacity Reservation, launch On-Demand
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.1071.0",
4
+ "version": "3.1073.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",