@aws-sdk/client-ec2 3.1058.0 → 3.1060.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/index.js +41 -0
  3. package/dist-cjs/schemas/schemas_0.js +171 -68
  4. package/dist-es/EC2.js +4 -0
  5. package/dist-es/commands/CreateCapacityReservationCancellationQuoteCommand.js +16 -0
  6. package/dist-es/commands/DescribeCapacityReservationCancellationQuotesCommand.js +16 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/models/enums.js +11 -0
  9. package/dist-es/schemas/schemas_0.js +110 -8
  10. package/dist-types/EC2.d.ts +15 -0
  11. package/dist-types/EC2Client.d.ts +4 -2
  12. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  13. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  14. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  15. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  16. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  17. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  18. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  19. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +16 -2
  20. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  21. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  22. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +5 -5
  25. package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +117 -0
  26. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
  33. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  57. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  69. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteTableCommand.d.ts +3 -2
  77. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -2
  116. package/dist-types/commands/DescribeCapacityReservationCancellationQuotesCommand.d.ts +119 -0
  117. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -2
  118. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
  119. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  122. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -1
  123. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -2
  125. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  126. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  127. package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +2 -1
  128. package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  129. package/dist-types/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +1 -2
  130. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  131. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  132. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  133. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  134. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  135. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -1
  136. package/dist-types/commands/ModifyManagedResourceVisibilityCommand.d.ts +1 -1
  137. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  138. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  139. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +4 -4
  140. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +3 -3
  142. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  143. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  144. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  145. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  146. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  147. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  148. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  149. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  150. package/dist-types/commands/index.d.ts +2 -0
  151. package/dist-types/models/enums.d.ts +27 -0
  152. package/dist-types/models/models_0.d.ts +158 -184
  153. package/dist-types/models/models_1.d.ts +194 -230
  154. package/dist-types/models/models_2.d.ts +228 -94
  155. package/dist-types/models/models_3.d.ts +141 -274
  156. package/dist-types/models/models_4.d.ts +277 -375
  157. package/dist-types/models/models_5.d.ts +375 -226
  158. package/dist-types/models/models_6.d.ts +235 -208
  159. package/dist-types/models/models_7.d.ts +209 -7
  160. package/dist-types/schemas/schemas_0.d.ts +9 -0
  161. package/dist-types/ts3.4/EC2.d.ts +47 -0
  162. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  163. package/dist-types/ts3.4/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +53 -0
  164. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +2 -4
  165. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +2 -4
  166. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +4 -2
  170. package/dist-types/ts3.4/commands/DescribeCapacityReservationCancellationQuotesCommand.d.ts +53 -0
  171. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +4 -2
  176. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +2 -4
  177. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +2 -4
  180. package/dist-types/ts3.4/commands/ModifyManagedResourceVisibilityCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  184. package/dist-types/ts3.4/models/enums.d.ts +15 -0
  185. package/dist-types/ts3.4/models/models_0.d.ts +36 -45
  186. package/dist-types/ts3.4/models/models_1.d.ts +47 -48
  187. package/dist-types/ts3.4/models/models_2.d.ts +50 -22
  188. package/dist-types/ts3.4/models/models_3.d.ts +36 -54
  189. package/dist-types/ts3.4/models/models_4.d.ts +52 -52
  190. package/dist-types/ts3.4/models/models_5.d.ts +50 -44
  191. package/dist-types/ts3.4/models/models_6.d.ts +45 -47
  192. package/dist-types/ts3.4/models/models_7.d.ts +49 -3
  193. package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
  194. package/package.json +10 -10
@@ -1,7 +1,98 @@
1
- import type { _InstanceType, AccountAttributeName, AddressAttributeName, AllocationState, AllowsMultipleInstanceTypes, ArchitectureValues, AsnState, AssociatedNetworkType, AttachmentStatus, AutoPlacement, AvailabilityZoneOptInStatus, AvailabilityZoneState, BootModeValues, CallerRole, CapacityBlockExtensionStatus, CapacityBlockInterconnectStatus, CapacityBlockResourceState, CapacityManagerDataExportStatus, CapacityReservationBillingRequestStatus, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthenticationType, ClientVpnConnectionStatusCode, ClientVpnEndpointAttributeStatusCode, ConversionTaskState, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DeviceType, DiskImageFormat, ElasticGpuState, ElasticGpuStatus, EndpointIpAddressType, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FleetActivityStatus, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetEventType, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetReservationType, FleetStateCode, FleetType, FpgaImageAttributeName, FpgaImageStateCode, HostMaintenance, HostRecovery, HypervisorType, ImageAttributeName, ImageReferenceOptionName, ImageReferenceResourceType, ImageState, ImageTypeValues, ImdsSupportValues, InstanceAttributeName, InstanceLifecycle, IpamPoolCidrFailureCode, IpamPoolCidrState, LogDestinationType, MetricType, OutputFormat, PaymentOption, PeriodType, PermissionGroup, PlatformValues, ProductCodeValues, ReportState, ReservationState, Schedule, SnapshotReturnCodes, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StatisticType, TargetCapacityUnitType, TpmSupportValues, TrafficIpAddressType, TrafficType, TransportProtocol, VirtualizationType, VpnProtocol } from "./enums";
2
- import type { AccountAttribute, ActiveInstance, Address, AddressAttribute, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CarrierGateway, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, FleetCapacityReservation, IamInstanceProfileAssociation, OperatorResponse, Tag, TransitGatewayClientVpnAttachment, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcEncryptionControl } from "./models_0";
3
- import type { AttributeValue, BlockDeviceMapping, DhcpOptions, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, GroupIdentifier, LaunchTemplateAndOverridesResponse, StateReason } from "./models_1";
4
- import type { TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMeteringPolicyEntry, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
1
+ import type { _InstanceType, AccountAttributeName, AddressAttributeName, AllocationState, AllowsMultipleInstanceTypes, ArchitectureValues, AsnState, AssociatedNetworkType, AutoPlacement, AvailabilityZoneOptInStatus, AvailabilityZoneState, BootModeValues, CallerRole, CapacityBlockExtensionStatus, CapacityBlockInterconnectStatus, CapacityBlockResourceState, CapacityManagerDataExportStatus, CapacityReservationBillingRequestStatus, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthenticationType, ClientVpnConnectionStatusCode, ClientVpnEndpointAttributeStatusCode, ConversionTaskState, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DeviceType, DiskImageFormat, ElasticGpuState, ElasticGpuStatus, EndpointIpAddressType, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FleetActivityStatus, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetEventType, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetReservationType, FleetStateCode, FleetType, FpgaImageAttributeName, FpgaImageStateCode, HostMaintenance, HostRecovery, HypervisorType, ImageAttributeName, ImageReferenceOptionName, ImageReferenceResourceType, ImageState, ImageTypeValues, ImdsSupportValues, InstanceAttributeName, InstanceLifecycle, IpamPoolCidrFailureCode, IpamPoolCidrState, LogDestinationType, MetricType, OutputFormat, PaymentOption, PeriodType, PermissionGroup, PlatformValues, ProductCodeValues, ReportState, ReservationState, Schedule, SnapshotReturnCodes, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StatisticType, TargetCapacityUnitType, TpmSupportValues, TrafficIpAddressType, TrafficType, TransportProtocol, VirtualizationType, VpnProtocol } from "./enums";
2
+ import type { AccountAttribute, ActiveInstance, Address, AddressAttribute, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationCancellationQuote, CarrierGateway, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, FleetCapacityReservation, IamInstanceProfileAssociation, Tag, TransitGatewayClientVpnAttachment, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
3
+ import type { AttributeValue, BlockDeviceMapping, DhcpOptions, EgressOnlyInternetGateway, ExportTask, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, GroupIdentifier, LaunchTemplateAndOverridesResponse, StateReason, VpcEncryptionControl } from "./models_1";
4
+ import type { SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMeteringPolicyEntry, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface DeleteSubnetRequest {
9
+ /**
10
+ * <p>The ID of the subnet.</p>
11
+ * @public
12
+ */
13
+ SubnetId: string | undefined;
14
+ /**
15
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
16
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
17
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
18
+ * @public
19
+ */
20
+ DryRun?: boolean | undefined;
21
+ }
22
+ /**
23
+ * @public
24
+ */
25
+ export interface DeleteSubnetCidrReservationRequest {
26
+ /**
27
+ * <p>The ID of the subnet CIDR reservation.</p>
28
+ * @public
29
+ */
30
+ SubnetCidrReservationId: string | undefined;
31
+ /**
32
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
33
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
34
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
35
+ * @public
36
+ */
37
+ DryRun?: boolean | undefined;
38
+ }
39
+ /**
40
+ * @public
41
+ */
42
+ export interface DeleteSubnetCidrReservationResult {
43
+ /**
44
+ * <p>Information about the deleted subnet CIDR reservation.</p>
45
+ * @public
46
+ */
47
+ DeletedSubnetCidrReservation?: SubnetCidrReservation | undefined;
48
+ }
49
+ /**
50
+ * @public
51
+ */
52
+ export interface DeleteTagsRequest {
53
+ /**
54
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
55
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
56
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
57
+ * @public
58
+ */
59
+ DryRun?: boolean | undefined;
60
+ /**
61
+ * <p>The IDs of the resources, separated by spaces.</p>
62
+ * <p>Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.</p>
63
+ * @public
64
+ */
65
+ Resources: string[] | undefined;
66
+ /**
67
+ * <p>The tags to delete. Specify a tag key and an optional tag value to delete
68
+ * specific tags. If you specify a tag key without a tag value, we delete any tag with this
69
+ * key regardless of its value. If you specify a tag key with an empty string as the tag
70
+ * value, we delete the tag only if its value is an empty string.</p>
71
+ * <p>If you omit this parameter, we delete all user-defined tags for the specified
72
+ * resources. We do not delete Amazon Web Services-generated tags (tags that have the <code>aws:</code>
73
+ * prefix).</p>
74
+ * <p>Constraints: Up to 1000 tags.</p>
75
+ * @public
76
+ */
77
+ Tags?: Tag[] | undefined;
78
+ }
79
+ /**
80
+ * @public
81
+ */
82
+ export interface DeleteTrafficMirrorFilterRequest {
83
+ /**
84
+ * <p>The ID of the Traffic Mirror filter.</p>
85
+ * @public
86
+ */
87
+ TrafficMirrorFilterId: string | undefined;
88
+ /**
89
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
90
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
91
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
92
+ * @public
93
+ */
94
+ DryRun?: boolean | undefined;
95
+ }
5
96
  /**
6
97
  * @public
7
98
  */
@@ -3119,6 +3210,52 @@ export interface DescribeCapacityReservationBillingRequestsResult {
3119
3210
  */
3120
3211
  CapacityReservationBillingRequests?: CapacityReservationBillingRequest[] | undefined;
3121
3212
  }
3213
+ /**
3214
+ * @public
3215
+ */
3216
+ export interface DescribeCapacityReservationCancellationQuotesRequest {
3217
+ /**
3218
+ * <p>The IDs of the cancellation quotes to describe.</p>
3219
+ * @public
3220
+ */
3221
+ CapacityReservationCancellationQuoteIds?: string[] | undefined;
3222
+ /**
3223
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
3224
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
3225
+ * @public
3226
+ */
3227
+ MaxResults?: number | undefined;
3228
+ /**
3229
+ * <p>The token to use to retrieve the next page of results.</p>
3230
+ * @public
3231
+ */
3232
+ NextToken?: string | undefined;
3233
+ /**
3234
+ * <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>
3235
+ * @public
3236
+ */
3237
+ DryRun?: boolean | undefined;
3238
+ /**
3239
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
3240
+ * @public
3241
+ */
3242
+ Filters?: Filter[] | undefined;
3243
+ }
3244
+ /**
3245
+ * @public
3246
+ */
3247
+ export interface DescribeCapacityReservationCancellationQuotesResult {
3248
+ /**
3249
+ * <p>Information about the Capacity Reservation cancellation quotes.</p>
3250
+ * @public
3251
+ */
3252
+ CapacityReservationCancellationQuotes?: CapacityReservationCancellationQuote[] | undefined;
3253
+ /**
3254
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
3255
+ * @public
3256
+ */
3257
+ NextToken?: string | undefined;
3258
+ }
3122
3259
  /**
3123
3260
  * @public
3124
3261
  */
@@ -9572,273 +9709,3 @@ export interface DescribeInstanceAttributeRequest {
9572
9709
  */
9573
9710
  Attribute: InstanceAttributeName | undefined;
9574
9711
  }
9575
- /**
9576
- * <p>Describes a parameter used to set up an EBS volume in a block device mapping.</p>
9577
- * @public
9578
- */
9579
- export interface EbsInstanceBlockDevice {
9580
- /**
9581
- * <p>The time stamp when the attachment initiated.</p>
9582
- * @public
9583
- */
9584
- AttachTime?: Date | undefined;
9585
- /**
9586
- * <p>Indicates whether the volume is deleted on instance termination.</p>
9587
- * @public
9588
- */
9589
- DeleteOnTermination?: boolean | undefined;
9590
- /**
9591
- * <p>The attachment state.</p>
9592
- * @public
9593
- */
9594
- Status?: AttachmentStatus | undefined;
9595
- /**
9596
- * <p>The ID of the EBS volume.</p>
9597
- * @public
9598
- */
9599
- VolumeId?: string | undefined;
9600
- /**
9601
- * <p>The ARN of the Amazon Web Services-managed resource
9602
- * to which the volume is attached.</p>
9603
- * @public
9604
- */
9605
- AssociatedResource?: string | undefined;
9606
- /**
9607
- * <p>The ID of the Amazon Web Services account that owns the volume.</p>
9608
- * <p>This parameter is returned only for volumes that are attached to
9609
- * Amazon Web Services-managed resources.</p>
9610
- * @public
9611
- */
9612
- VolumeOwnerId?: string | undefined;
9613
- /**
9614
- * <p>The service provider that manages the EBS volume.</p>
9615
- * @public
9616
- */
9617
- Operator?: OperatorResponse | undefined;
9618
- /**
9619
- * <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
9620
- * @public
9621
- */
9622
- EbsCardIndex?: number | undefined;
9623
- }
9624
- /**
9625
- * <p>Describes a block device mapping.</p>
9626
- * @public
9627
- */
9628
- export interface InstanceBlockDeviceMapping {
9629
- /**
9630
- * <p>The device name.</p>
9631
- * @public
9632
- */
9633
- DeviceName?: string | undefined;
9634
- /**
9635
- * <p>Parameters used to automatically set up EBS volumes when the instance is
9636
- * launched.</p>
9637
- * @public
9638
- */
9639
- Ebs?: EbsInstanceBlockDevice | undefined;
9640
- }
9641
- /**
9642
- * <p>Describes a value for a resource attribute that is a Boolean value.</p>
9643
- * @public
9644
- */
9645
- export interface AttributeBooleanValue {
9646
- /**
9647
- * <p>The attribute value. The valid values are <code>true</code> or <code>false</code>.</p>
9648
- * @public
9649
- */
9650
- Value?: boolean | undefined;
9651
- }
9652
- /**
9653
- * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro
9654
- * Enclaves.</p>
9655
- * @public
9656
- */
9657
- export interface EnclaveOptions {
9658
- /**
9659
- * <p>If this parameter is set to <code>true</code>, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro
9660
- * Enclaves.</p>
9661
- * @public
9662
- */
9663
- Enabled?: boolean | undefined;
9664
- }
9665
- /**
9666
- * <p>Describes an instance attribute.</p>
9667
- * @public
9668
- */
9669
- export interface InstanceAttribute {
9670
- /**
9671
- * <p>The block device mapping of the instance.</p>
9672
- * @public
9673
- */
9674
- BlockDeviceMappings?: InstanceBlockDeviceMapping[] | undefined;
9675
- /**
9676
- * <p>Indicates whether termination protection is enabled. If the value is <code>true</code>,
9677
- * you can't terminate the instance using the Amazon EC2 console, command line tools, or API.</p>
9678
- * @public
9679
- */
9680
- DisableApiTermination?: AttributeBooleanValue | undefined;
9681
- /**
9682
- * <p>Indicates whether enhanced networking with ENA is enabled.</p>
9683
- * @public
9684
- */
9685
- EnaSupport?: AttributeBooleanValue | undefined;
9686
- /**
9687
- * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.</p>
9688
- * @public
9689
- */
9690
- EnclaveOptions?: EnclaveOptions | undefined;
9691
- /**
9692
- * <p>Indicates whether the instance is optimized for Amazon EBS I/O.</p>
9693
- * @public
9694
- */
9695
- EbsOptimized?: AttributeBooleanValue | undefined;
9696
- /**
9697
- * <p>The ID of the instance.</p>
9698
- * @public
9699
- */
9700
- InstanceId?: string | undefined;
9701
- /**
9702
- * <p>Indicates whether an instance stops or terminates when you initiate shutdown from the
9703
- * instance (using the operating system command for system shutdown).</p>
9704
- * @public
9705
- */
9706
- InstanceInitiatedShutdownBehavior?: AttributeValue | undefined;
9707
- /**
9708
- * <p>The instance type.</p>
9709
- * @public
9710
- */
9711
- InstanceType?: AttributeValue | undefined;
9712
- /**
9713
- * <p>The kernel ID.</p>
9714
- * @public
9715
- */
9716
- KernelId?: AttributeValue | undefined;
9717
- /**
9718
- * <p>The product codes.</p>
9719
- * @public
9720
- */
9721
- ProductCodes?: ProductCode[] | undefined;
9722
- /**
9723
- * <p>The RAM disk ID.</p>
9724
- * @public
9725
- */
9726
- RamdiskId?: AttributeValue | undefined;
9727
- /**
9728
- * <p>The device name of the root device volume (for example,
9729
- * <code>/dev/sda1</code>).</p>
9730
- * @public
9731
- */
9732
- RootDeviceName?: AttributeValue | undefined;
9733
- /**
9734
- * <p>Indicates whether source/destination checks are enabled.</p>
9735
- * @public
9736
- */
9737
- SourceDestCheck?: AttributeBooleanValue | undefined;
9738
- /**
9739
- * <p>Indicates whether enhanced networking with the Intel 82599 Virtual Function interface
9740
- * is enabled.</p>
9741
- * @public
9742
- */
9743
- SriovNetSupport?: AttributeValue | undefined;
9744
- /**
9745
- * <p>The user data.</p>
9746
- * @public
9747
- */
9748
- UserData?: AttributeValue | undefined;
9749
- /**
9750
- * <p>Indicates whether stop protection is enabled for the instance.</p>
9751
- * @public
9752
- */
9753
- DisableApiStop?: AttributeBooleanValue | undefined;
9754
- /**
9755
- * <p>The security groups associated with the instance.</p>
9756
- * @public
9757
- */
9758
- Groups?: GroupIdentifier[] | undefined;
9759
- }
9760
- /**
9761
- * @public
9762
- */
9763
- export interface DescribeInstanceConnectEndpointsRequest {
9764
- /**
9765
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9766
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9767
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9768
- * @public
9769
- */
9770
- DryRun?: boolean | undefined;
9771
- /**
9772
- * <p>The maximum number of items to return for this request.
9773
- * To get the next page of items, make another request with the token returned in the output.
9774
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
9775
- * @public
9776
- */
9777
- MaxResults?: number | undefined;
9778
- /**
9779
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
9780
- * @public
9781
- */
9782
- NextToken?: string | undefined;
9783
- /**
9784
- * <p>One or more filters.</p>
9785
- * <ul>
9786
- * <li>
9787
- * <p>
9788
- * <code>instance-connect-endpoint-id</code> - The ID of the EC2 Instance Connect Endpoint.</p>
9789
- * </li>
9790
- * <li>
9791
- * <p>
9792
- * <code>state</code> - The state of the EC2 Instance Connect Endpoint (<code>create-in-progress</code> | <code>create-complete</code> | <code>create-failed</code> |
9793
- * <code>delete-in-progress</code> | <code>delete-complete</code> | <code>delete-failed</code>).</p>
9794
- * </li>
9795
- * <li>
9796
- * <p>
9797
- * <code>subnet-id</code> - The ID of the subnet in which the EC2 Instance
9798
- * Connect Endpoint was created.</p>
9799
- * </li>
9800
- * <li>
9801
- * <p>
9802
- * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
9803
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
9804
- * </li>
9805
- * <li>
9806
- * <p>
9807
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
9808
- * </li>
9809
- * <li>
9810
- * <p>
9811
- * <code>tag-value</code> - The value of a tag assigned to the resource. Use this filter to find all resources
9812
- * that have a tag with a specific value, regardless of tag key.</p>
9813
- * </li>
9814
- * <li>
9815
- * <p>
9816
- * <code>vpc-id</code> - The ID of the VPC in which the EC2 Instance Connect
9817
- * Endpoint was created.</p>
9818
- * </li>
9819
- * </ul>
9820
- * @public
9821
- */
9822
- Filters?: Filter[] | undefined;
9823
- /**
9824
- * <p>One or more EC2 Instance Connect Endpoint IDs.</p>
9825
- * @public
9826
- */
9827
- InstanceConnectEndpointIds?: string[] | undefined;
9828
- }
9829
- /**
9830
- * @public
9831
- */
9832
- export interface DescribeInstanceConnectEndpointsResult {
9833
- /**
9834
- * <p>Information about the EC2 Instance Connect Endpoints.</p>
9835
- * @public
9836
- */
9837
- InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[] | undefined;
9838
- /**
9839
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
9840
- * are no more items to return.</p>
9841
- * @public
9842
- */
9843
- NextToken?: string | undefined;
9844
- }