@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
@@ -162,7 +162,7 @@ declare const RunInstancesCommand_base: {
162
162
  * ],
163
163
  * TagSpecifications: [ // TagSpecificationList
164
164
  * { // TagSpecification
165
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation",
165
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation" || "capacity-reservation-cancellation-quote",
166
166
  * Tags: [ // TagList
167
167
  * { // Tag
168
168
  * Key: "STRING_VALUE",
@@ -88,7 +88,7 @@ declare const StartDeclarativePoliciesReportCommand_base: {
88
88
  * TargetId: "STRING_VALUE", // required
89
89
  * TagSpecifications: [ // TagSpecificationList
90
90
  * { // TagSpecification
91
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation",
91
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation" || "capacity-reservation-cancellation-quote",
92
92
  * Tags: [ // TagList
93
93
  * { // Tag
94
94
  * Key: "STRING_VALUE",
@@ -43,7 +43,7 @@ declare const StartNetworkInsightsAccessScopeAnalysisCommand_base: {
43
43
  * DryRun: true || false,
44
44
  * TagSpecifications: [ // TagSpecificationList
45
45
  * { // TagSpecification
46
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation",
46
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation" || "capacity-reservation-cancellation-quote",
47
47
  * Tags: [ // TagList
48
48
  * { // Tag
49
49
  * Key: "STRING_VALUE",
@@ -53,7 +53,7 @@ declare const StartNetworkInsightsAnalysisCommand_base: {
53
53
  * DryRun: true || false,
54
54
  * TagSpecifications: [ // TagSpecificationList
55
55
  * { // TagSpecification
56
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation",
56
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation" || "capacity-reservation-cancellation-quote",
57
57
  * Tags: [ // TagList
58
58
  * { // Tag
59
59
  * Key: "STRING_VALUE",
@@ -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";
@@ -64,6 +64,7 @@ export declare const ResourceType: {
64
64
  readonly capacity_block: "capacity-block";
65
65
  readonly capacity_manager_data_export: "capacity-manager-data-export";
66
66
  readonly capacity_reservation: "capacity-reservation";
67
+ readonly capacity_reservation_cancellation_quote: "capacity-reservation-cancellation-quote";
67
68
  readonly capacity_reservation_fleet: "capacity-reservation-fleet";
68
69
  readonly carrier_gateway: "carrier-gateway";
69
70
  readonly client_vpn_endpoint: "client-vpn-endpoint";
@@ -606,6 +607,7 @@ export type AllocationStrategy = (typeof AllocationStrategy)[keyof typeof Alloca
606
607
  * @enum
607
608
  */
608
609
  export declare const AllocationType: {
610
+ readonly cancelling: "cancelling";
609
611
  readonly future: "future";
610
612
  readonly used: "used";
611
613
  };
@@ -979,6 +981,17 @@ export declare const BundleTaskState: {
979
981
  * @public
980
982
  */
981
983
  export type BundleTaskState = (typeof BundleTaskState)[keyof typeof BundleTaskState];
984
+ /**
985
+ * @public
986
+ * @enum
987
+ */
988
+ export declare const ApplyCancellationCharges: {
989
+ readonly COMMITMENT_WIND_DOWN: "commitment-wind-down";
990
+ };
991
+ /**
992
+ * @public
993
+ */
994
+ export type ApplyCancellationCharges = (typeof ApplyCancellationCharges)[keyof typeof ApplyCancellationCharges];
982
995
  /**
983
996
  * @public
984
997
  * @enum
@@ -1275,6 +1288,7 @@ export declare const CapacityReservationState: {
1275
1288
  readonly active: "active";
1276
1289
  readonly assessing: "assessing";
1277
1290
  readonly cancelled: "cancelled";
1291
+ readonly cancelling: "cancelling";
1278
1292
  readonly delayed: "delayed";
1279
1293
  readonly expired: "expired";
1280
1294
  readonly failed: "failed";
@@ -1289,6 +1303,19 @@ export declare const CapacityReservationState: {
1289
1303
  * @public
1290
1304
  */
1291
1305
  export type CapacityReservationState = (typeof CapacityReservationState)[keyof typeof CapacityReservationState];
1306
+ /**
1307
+ * @public
1308
+ * @enum
1309
+ */
1310
+ export declare const CapacityReservationCancellationQuoteState: {
1311
+ readonly active: "active";
1312
+ readonly expired: "expired";
1313
+ readonly pending: "pending";
1314
+ };
1315
+ /**
1316
+ * @public
1317
+ */
1318
+ export type CapacityReservationCancellationQuoteState = (typeof CapacityReservationCancellationQuoteState)[keyof typeof CapacityReservationCancellationQuoteState];
1292
1319
  /**
1293
1320
  * @public
1294
1321
  * @enum
@@ -1,4 +1,4 @@
1
- import type { _InstanceType, AddressTransferStatus, AllocationType, ApplianceModeSupportValue, AsnAssociationState, AssociationStatusCode, AttachmentStatus, AutoPlacement, BatchState, BlockPublicAccessMode, BundleTaskState, ByoipCidrState, CancelBatchErrorCode, CancelSpotInstanceRequestState, CapacityReservationDeliveryPreference, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, CarrierGatewayState, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatusCode, ClientVpnEndpointStatusCode, ClientVpnRouteStatusCode, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DomainType, DynamicRoutingValue, EndDateType, EndpointIpAddressType, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, HostMaintenance, HostnameType, HostRecovery, IamInstanceProfileAssociationState, InstanceEventWindowState, InstanceHealthStatus, InstanceMatchCriteria, InterfaceProtocolType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpamAssociatedResourceDiscoveryStatus, IpamPoolAllocationResourceType, IpamResourceDiscoveryAssociationState, IpSource, Ipv6AddressAttribute, Ipv6SupportValue, ListingState, ListingStatus, NatGatewayAddressStatus, OutputFormat, PrincipalType, Protocol, ResourceType, RouteServerAssociationState, RouteTableAssociationStateCode, Schedule, SecurityGroupReferencingSupportValue, SecurityGroupVpcAssociationState, SelfServicePortal, ServiceManaged, SSEType, SubnetCidrBlockStateCode, SubnetState, Tenancy, TrafficIpAddressType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayAttachmentStatusType, TransitGatewayMulitcastDomainAssociationState, TransportProtocol, TrustProviderType, UserTrustProviderType, VolumeAttachmentState, VolumeState, VolumeType, VpcCidrBlockStateCode, VpcEncryptionControlExclusionState, VpcEncryptionControlMode, VpcEncryptionControlState, VpcPeeringConnectionStateReasonCode, VpcState, VpnTunnelProvisioningStatus, WeekDay } from "./enums";
1
+ import type { _InstanceType, AddressTransferStatus, AllocationType, ApplianceModeSupportValue, ApplyCancellationCharges, AsnAssociationState, AssociationStatusCode, AttachmentStatus, AutoPlacement, BatchState, BlockPublicAccessMode, BundleTaskState, ByoipCidrState, CancelBatchErrorCode, CancelSpotInstanceRequestState, CapacityReservationCancellationQuoteState, CapacityReservationDeliveryPreference, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, CarrierGatewayState, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatusCode, ClientVpnEndpointStatusCode, ClientVpnRouteStatusCode, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DomainType, DynamicRoutingValue, EndDateType, EndpointIpAddressType, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, HostMaintenance, HostnameType, HostRecovery, IamInstanceProfileAssociationState, InstanceEventWindowState, InstanceHealthStatus, InstanceMatchCriteria, InterfaceProtocolType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpamAssociatedResourceDiscoveryStatus, IpamPoolAllocationResourceType, IpamResourceDiscoveryAssociationState, IpSource, Ipv6AddressAttribute, Ipv6SupportValue, ListingState, ListingStatus, NatGatewayAddressStatus, OutputFormat, PrincipalType, Protocol, ResourceType, RouteServerAssociationState, RouteTableAssociationStateCode, Schedule, SecurityGroupReferencingSupportValue, SecurityGroupVpcAssociationState, SelfServicePortal, ServiceManaged, SSEType, SubnetCidrBlockStateCode, SubnetState, TrafficIpAddressType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayAttachmentStatusType, TransitGatewayMulitcastDomainAssociationState, TransportProtocol, TrustProviderType, UserTrustProviderType, VolumeAttachmentState, VolumeState, VolumeType, VpcCidrBlockStateCode, VpcPeeringConnectionStateReasonCode, VpnTunnelProvisioningStatus, WeekDay } from "./enums";
2
2
  /**
3
3
  * <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips)
4
4
  * on an instance.</p>
@@ -5944,6 +5944,21 @@ export interface CancelCapacityReservationRequest {
5944
5944
  * @public
5945
5945
  */
5946
5946
  DryRun?: boolean | undefined;
5947
+ /**
5948
+ * <p>Specifies the cancellation charge type to apply when cancelling a future-dated Capacity
5949
+ * Reservation during its commitment duration. Possible values include
5950
+ * <code>commitment-wind-down</code>, which continues billing for the remaining commitment
5951
+ * duration without delivering capacity.</p>
5952
+ * @public
5953
+ */
5954
+ ApplyCancellationCharges?: ApplyCancellationCharges | undefined;
5955
+ /**
5956
+ * <p>The ID of the cancellation quote to use for the cancellation. You can generate a
5957
+ * cancellation quote by using the <code>CreateCapacityReservationCancellationQuote</code>
5958
+ * action. The cancellation quote must be in an <code>active</code> state.</p>
5959
+ * @public
5960
+ */
5961
+ QuoteId?: string | undefined;
5947
5962
  }
5948
5963
  /**
5949
5964
  * @public
@@ -7661,6 +7676,13 @@ export interface CapacityReservation {
7661
7676
  * can't support the future-dated Capacity Reservation request due to capacity constraints. You can view
7662
7677
  * unsupported requests for 30 days. The Capacity Reservation will not be delivered.</p>
7663
7678
  * </li>
7679
+ * <li>
7680
+ * <p>
7681
+ * <code>cancelling</code> - (<i>Future-dated Capacity Reservations</i>) The
7682
+ * Capacity Reservation is being cancelled. Capacity has been released but charges continue for
7683
+ * the commitment wind-down period. The reservation transitions to <code>cancelled</code> when
7684
+ * the wind-down completes.</p>
7685
+ * </li>
7664
7686
  * </ul>
7665
7687
  * @public
7666
7688
  */
@@ -7865,6 +7887,141 @@ export interface CreateCapacityReservationBySplittingResult {
7865
7887
  */
7866
7888
  InstanceCount?: number | undefined;
7867
7889
  }
7890
+ /**
7891
+ * @public
7892
+ */
7893
+ export interface CreateCapacityReservationCancellationQuoteRequest {
7894
+ /**
7895
+ * <p>The ID of the Capacity Reservation.</p>
7896
+ * @public
7897
+ */
7898
+ CapacityReservationId: string | undefined;
7899
+ /**
7900
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensure Idempotency</a>.</p>
7901
+ * @public
7902
+ */
7903
+ ClientToken?: string | undefined;
7904
+ /**
7905
+ * <p>The tags to apply to the cancellation quote.</p>
7906
+ * @public
7907
+ */
7908
+ TagSpecifications?: TagSpecification[] | undefined;
7909
+ /**
7910
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7911
+ * @public
7912
+ */
7913
+ DryRun?: boolean | undefined;
7914
+ }
7915
+ /**
7916
+ * <p>Describes the cancellation terms for cancelling a future-dated Capacity Reservation
7917
+ * during its commitment duration.</p>
7918
+ * @public
7919
+ */
7920
+ export interface CancellationTerms {
7921
+ /**
7922
+ * <p>The type of cancellation charge. Possible values include
7923
+ * <code>commitment-wind-down</code>.</p>
7924
+ * @public
7925
+ */
7926
+ CancellationType?: ApplyCancellationCharges | undefined;
7927
+ /**
7928
+ * <p>The state that the Capacity Reservation will transition to after
7929
+ * cancellation.</p>
7930
+ * @public
7931
+ */
7932
+ ReservationState?: string | undefined;
7933
+ /**
7934
+ * <p>The number of instances under commitment after cancellation.</p>
7935
+ * @public
7936
+ */
7937
+ CommittedInstanceCount?: number | undefined;
7938
+ /**
7939
+ * <p>The number of hours for which cancellation charges will apply.</p>
7940
+ * @public
7941
+ */
7942
+ ChargeCommitmentDurationHours?: number | undefined;
7943
+ /**
7944
+ * <p>The date and time at which cancellation charges will stop.</p>
7945
+ * @public
7946
+ */
7947
+ ChargeEndDate?: Date | undefined;
7948
+ }
7949
+ /**
7950
+ * <p>Describes the configuration of a Capacity Reservation.</p>
7951
+ * @public
7952
+ */
7953
+ export interface CapacityReservationConfiguration {
7954
+ /**
7955
+ * <p>The number of instances in the Capacity Reservation.</p>
7956
+ * @public
7957
+ */
7958
+ InstanceCount?: number | undefined;
7959
+ /**
7960
+ * <p>The current state of the Capacity Reservation.</p>
7961
+ * @public
7962
+ */
7963
+ ReservationState?: string | undefined;
7964
+ }
7965
+ /**
7966
+ * <p>Describes a Capacity Reservation cancellation quote, which provides the cancellation
7967
+ * terms for cancelling a future-dated Capacity Reservation during its commitment
7968
+ * duration.</p>
7969
+ * @public
7970
+ */
7971
+ export interface CapacityReservationCancellationQuote {
7972
+ /**
7973
+ * <p>The ID of the cancellation quote.</p>
7974
+ * @public
7975
+ */
7976
+ CapacityReservationCancellationQuoteId?: string | undefined;
7977
+ /**
7978
+ * <p>The ID of the Capacity Reservation associated with the cancellation quote.</p>
7979
+ * @public
7980
+ */
7981
+ CapacityReservationId?: string | undefined;
7982
+ /**
7983
+ * <p>The date and time at which the cancellation quote was created.</p>
7984
+ * @public
7985
+ */
7986
+ CreateTime?: Date | undefined;
7987
+ /**
7988
+ * <p>The date and time at which the cancellation quote expires.</p>
7989
+ * @public
7990
+ */
7991
+ ExpirationTime?: Date | undefined;
7992
+ /**
7993
+ * <p>The state of the cancellation quote. Possible values include
7994
+ * <code>pending</code>, <code>active</code>, and <code>expired</code>.</p>
7995
+ * @public
7996
+ */
7997
+ QuoteState?: CapacityReservationCancellationQuoteState | undefined;
7998
+ /**
7999
+ * <p>The current configuration of the Capacity Reservation.</p>
8000
+ * @public
8001
+ */
8002
+ CurrentConfiguration?: CapacityReservationConfiguration | undefined;
8003
+ /**
8004
+ * <p>The cancellation terms associated with the quote, including the fee type and
8005
+ * charge details.</p>
8006
+ * @public
8007
+ */
8008
+ CancellationTerms?: CancellationTerms[] | undefined;
8009
+ /**
8010
+ * <p>The tags assigned to the cancellation quote.</p>
8011
+ * @public
8012
+ */
8013
+ Tags?: Tag[] | undefined;
8014
+ }
8015
+ /**
8016
+ * @public
8017
+ */
8018
+ export interface CreateCapacityReservationCancellationQuoteResult {
8019
+ /**
8020
+ * <p>Information about the Capacity Reservation cancellation quote.</p>
8021
+ * @public
8022
+ */
8023
+ CapacityReservationCancellationQuote?: CapacityReservationCancellationQuote | undefined;
8024
+ }
7868
8025
  /**
7869
8026
  * <p>Information about an instance type to use in a Capacity Reservation Fleet.</p>
7870
8027
  * @public
@@ -9216,186 +9373,3 @@ export interface CreateDefaultVpcRequest {
9216
9373
  */
9217
9374
  DryRun?: boolean | undefined;
9218
9375
  }
9219
- /**
9220
- * <p>Describes an exclusion configuration for VPC Encryption Control.</p>
9221
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
9222
- * @public
9223
- */
9224
- export interface VpcEncryptionControlExclusion {
9225
- /**
9226
- * <p>The current state of the exclusion configuration.</p>
9227
- * @public
9228
- */
9229
- State?: VpcEncryptionControlExclusionState | undefined;
9230
- /**
9231
- * <p>A message providing additional information about the exclusion state.</p>
9232
- * @public
9233
- */
9234
- StateMessage?: string | undefined;
9235
- }
9236
- /**
9237
- * <p>Describes the exclusion configurations for various resource types in VPC Encryption Control.</p>
9238
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
9239
- * @public
9240
- */
9241
- export interface VpcEncryptionControlExclusions {
9242
- /**
9243
- * <p>The exclusion configuration for internet gateway traffic.</p>
9244
- * @public
9245
- */
9246
- InternetGateway?: VpcEncryptionControlExclusion | undefined;
9247
- /**
9248
- * <p>The exclusion configuration for egress-only internet gateway traffic.</p>
9249
- * @public
9250
- */
9251
- EgressOnlyInternetGateway?: VpcEncryptionControlExclusion | undefined;
9252
- /**
9253
- * <p>The exclusion configuration for NAT gateway traffic.</p>
9254
- * @public
9255
- */
9256
- NatGateway?: VpcEncryptionControlExclusion | undefined;
9257
- /**
9258
- * <p>The exclusion configuration for virtual private gateway traffic.</p>
9259
- * @public
9260
- */
9261
- VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
9262
- /**
9263
- * <p>The exclusion configuration for VPC peering connection traffic.</p>
9264
- * @public
9265
- */
9266
- VpcPeering?: VpcEncryptionControlExclusion | undefined;
9267
- /**
9268
- * <p>The exclusion configuration for Lambda function traffic.</p>
9269
- * @public
9270
- */
9271
- Lambda?: VpcEncryptionControlExclusion | undefined;
9272
- /**
9273
- * <p>The exclusion configuration for VPC Lattice traffic.</p>
9274
- * @public
9275
- */
9276
- VpcLattice?: VpcEncryptionControlExclusion | undefined;
9277
- /**
9278
- * <p>The exclusion configuration for Elastic File System traffic.</p>
9279
- * @public
9280
- */
9281
- ElasticFileSystem?: VpcEncryptionControlExclusion | undefined;
9282
- }
9283
- /**
9284
- * <p>Describes the configuration and state of VPC encryption controls.</p>
9285
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
9286
- * @public
9287
- */
9288
- export interface VpcEncryptionControl {
9289
- /**
9290
- * <p>The ID of the VPC associated with the encryption control configuration.</p>
9291
- * @public
9292
- */
9293
- VpcId?: string | undefined;
9294
- /**
9295
- * <p>The ID of the VPC Encryption Control configuration.</p>
9296
- * @public
9297
- */
9298
- VpcEncryptionControlId?: string | undefined;
9299
- /**
9300
- * <p>The encryption mode for the VPC Encryption Control configuration.</p>
9301
- * @public
9302
- */
9303
- Mode?: VpcEncryptionControlMode | undefined;
9304
- /**
9305
- * <p>The current state of the VPC Encryption Control configuration.</p>
9306
- * @public
9307
- */
9308
- State?: VpcEncryptionControlState | undefined;
9309
- /**
9310
- * <p>A message providing additional information about the encryption control state.</p>
9311
- * @public
9312
- */
9313
- StateMessage?: string | undefined;
9314
- /**
9315
- * <p>Information about resource exclusions for the VPC Encryption Control configuration.</p>
9316
- * @public
9317
- */
9318
- ResourceExclusions?: VpcEncryptionControlExclusions | undefined;
9319
- /**
9320
- * <p>The tags assigned to the VPC Encryption Control configuration.</p>
9321
- * @public
9322
- */
9323
- Tags?: Tag[] | undefined;
9324
- }
9325
- /**
9326
- * <p>Describes a VPC.</p>
9327
- * @public
9328
- */
9329
- export interface Vpc {
9330
- /**
9331
- * <p>The ID of the Amazon Web Services account that owns the VPC.</p>
9332
- * @public
9333
- */
9334
- OwnerId?: string | undefined;
9335
- /**
9336
- * <p>The allowed tenancy of instances launched into the VPC.</p>
9337
- * @public
9338
- */
9339
- InstanceTenancy?: Tenancy | undefined;
9340
- /**
9341
- * <p>Information about the IPv6 CIDR blocks associated with the VPC.</p>
9342
- * @public
9343
- */
9344
- Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[] | undefined;
9345
- /**
9346
- * <p>Information about the IPv4 CIDR blocks associated with the VPC.</p>
9347
- * @public
9348
- */
9349
- CidrBlockAssociationSet?: VpcCidrBlockAssociation[] | undefined;
9350
- /**
9351
- * <p>Indicates whether the VPC is the default VPC.</p>
9352
- * @public
9353
- */
9354
- IsDefault?: boolean | undefined;
9355
- /**
9356
- * <p>Describes the configuration and state of VPC encryption controls.</p>
9357
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
9358
- * @public
9359
- */
9360
- EncryptionControl?: VpcEncryptionControl | undefined;
9361
- /**
9362
- * <p>Any tags assigned to the VPC.</p>
9363
- * @public
9364
- */
9365
- Tags?: Tag[] | undefined;
9366
- /**
9367
- * <p>The state of VPC Block Public Access (BPA).</p>
9368
- * @public
9369
- */
9370
- BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
9371
- /**
9372
- * <p>The ID of the VPC.</p>
9373
- * @public
9374
- */
9375
- VpcId?: string | undefined;
9376
- /**
9377
- * <p>The current state of the VPC.</p>
9378
- * @public
9379
- */
9380
- State?: VpcState | undefined;
9381
- /**
9382
- * <p>The primary IPv4 CIDR block for the VPC.</p>
9383
- * @public
9384
- */
9385
- CidrBlock?: string | undefined;
9386
- /**
9387
- * <p>The ID of the set of DHCP options you've associated with the VPC.</p>
9388
- * @public
9389
- */
9390
- DhcpOptionsId?: string | undefined;
9391
- }
9392
- /**
9393
- * @public
9394
- */
9395
- export interface CreateDefaultVpcResult {
9396
- /**
9397
- * <p>Information about the VPC.</p>
9398
- * @public
9399
- */
9400
- Vpc?: Vpc | undefined;
9401
- }