@aws-sdk/client-ec2 3.1011.0 → 3.1013.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 (43) hide show
  1. package/dist-cjs/index.js +6 -0
  2. package/dist-cjs/schemas/schemas_0.js +105 -62
  3. package/dist-es/models/enums.js +5 -0
  4. package/dist-es/schemas/schemas_0.js +51 -8
  5. package/dist-types/commands/CreateFleetCommand.d.ts +8 -3
  6. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -2
  7. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -1
  8. package/dist-types/commands/DescribeFleetsCommand.d.ts +8 -3
  9. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -2
  10. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +5 -0
  11. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  13. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +2 -1
  14. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -2
  15. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  16. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  17. package/dist-types/models/enums.d.ts +13 -0
  18. package/dist-types/models/models_1.d.ts +31 -43
  19. package/dist-types/models/models_2.d.ts +40 -10
  20. package/dist-types/models/models_3.d.ts +31 -166
  21. package/dist-types/models/models_4.d.ts +196 -88
  22. package/dist-types/models/models_5.d.ts +87 -118
  23. package/dist-types/models/models_6.d.ts +119 -160
  24. package/dist-types/models/models_7.d.ts +160 -3
  25. package/dist-types/schemas/schemas_0.d.ts +3 -0
  26. package/dist-types/ts3.4/commands/CreateSecondarySubnetCommand.d.ts +4 -2
  27. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -4
  28. package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  29. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -4
  30. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +4 -2
  33. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  35. package/dist-types/ts3.4/models/models_1.d.ts +5 -9
  36. package/dist-types/ts3.4/models/models_2.d.ts +9 -3
  37. package/dist-types/ts3.4/models/models_3.d.ts +8 -18
  38. package/dist-types/ts3.4/models/models_4.d.ts +27 -18
  39. package/dist-types/ts3.4/models/models_5.d.ts +17 -23
  40. package/dist-types/ts3.4/models/models_6.d.ts +23 -40
  41. package/dist-types/ts3.4/models/models_7.d.ts +38 -5
  42. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  43. package/package.json +15 -15
package/dist-cjs/index.js CHANGED
@@ -14744,6 +14744,9 @@ const FleetOnDemandAllocationStrategy = {
14744
14744
  const FleetCapacityReservationUsageStrategy = {
14745
14745
  USE_CAPACITY_RESERVATIONS_FIRST: "use-capacity-reservations-first",
14746
14746
  };
14747
+ const FleetReservationType = {
14748
+ INTERRUPTIBLE_CAPACITY_RESERVATION: "interruptible-capacity-reservation",
14749
+ };
14747
14750
  const SpotAllocationStrategy = {
14748
14751
  CAPACITY_OPTIMIZED: "capacity-optimized",
14749
14752
  CAPACITY_OPTIMIZED_PRIORITIZED: "capacity-optimized-prioritized",
@@ -14763,6 +14766,7 @@ const FleetReplacementStrategy = {
14763
14766
  const DefaultTargetCapacityType = {
14764
14767
  CAPACITY_BLOCK: "capacity-block",
14765
14768
  ON_DEMAND: "on-demand",
14769
+ RESERVED_CAPACITY: "reserved-capacity",
14766
14770
  SPOT: "spot",
14767
14771
  };
14768
14772
  const TargetCapacityUnitType = {
@@ -14776,6 +14780,7 @@ const FleetType = {
14776
14780
  REQUEST: "request",
14777
14781
  };
14778
14782
  const InstanceLifecycle = {
14783
+ INTERRUPTIBLE_CAPACITY_RESERVATION: "interruptible-capacity-reservation",
14779
14784
  ON_DEMAND: "on-demand",
14780
14785
  SPOT: "spot",
14781
14786
  };
@@ -17277,6 +17282,7 @@ exports.FleetExcessCapacityTerminationPolicy = FleetExcessCapacityTerminationPol
17277
17282
  exports.FleetInstanceMatchCriteria = FleetInstanceMatchCriteria;
17278
17283
  exports.FleetOnDemandAllocationStrategy = FleetOnDemandAllocationStrategy;
17279
17284
  exports.FleetReplacementStrategy = FleetReplacementStrategy;
17285
+ exports.FleetReservationType = FleetReservationType;
17280
17286
  exports.FleetStateCode = FleetStateCode;
17281
17287
  exports.FleetType = FleetType;
17282
17288
  exports.FlexibleEnaQueuesSupport = FlexibleEnaQueuesSupport;