@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
@@ -1,11 +1,213 @@
1
- import type { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, AutoAcceptSharedAttachmentsValue, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsSupportValue, EncryptionSupportOptionValue, ExcessCapacityTerminationPolicy, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, MarketType, MembershipType, NestedVirtualizationSpecification, OperationType, PayerResponsibility, PublicIpDnsOption, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RouteServerPersistRoutesAction, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TargetStorageTier, TpmSupportValues, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy, VpnEcmpSupportValue, VpnTunnelBandwidth } from "./enums";
2
- import type { AddedPrincipal, AddressAttribute, ByoipCidr, CapacityReservation, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayClientVpnAttachment, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VpcEncryptionControl } from "./models_0";
3
- import type { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, Placement, RouteServer } from "./models_1";
1
+ import type { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, AutoAcceptSharedAttachmentsValue, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsSupportValue, EncryptionSupportOptionValue, ExcessCapacityTerminationPolicy, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, ManagedResourceDefaultVisibility, MarketType, MembershipType, NestedVirtualizationSpecification, OperationType, PayerResponsibility, PublicIpDnsOption, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RouteServerPersistRoutesAction, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TargetStorageTier, TpmSupportValues, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy, VpnEcmpSupportValue, VpnTunnelBandwidth } from "./enums";
2
+ import type { AddedPrincipal, AddressAttribute, ByoipCidr, CapacityReservation, ClientVpnAuthorizationRuleStatus, EnaSrdSpecification, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayClientVpnAttachment, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
3
+ import type { AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, Placement, RouteServer, VpcEncryptionControl } from "./models_1";
4
4
  import type { DnsOptionsSpecification, IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorPortRangeRequest, TrafficMirrorSession, TransitGateway, TransitGatewayMeteringPolicy, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
5
- import type { AttributeBooleanValue, Byoasn, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
6
- import type { CreateVolumePermission, InstanceNetworkInterfaceSpecification, InstanceState, LaunchTemplateConfig, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
7
- import type { CapacityManagerMonitoredTagKey, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
8
- import type { CapacityReservationSpecification, EnclaveOptionsRequest, Purchase } from "./models_6";
5
+ import type { Byoasn, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
6
+ import type { AttributeBooleanValue, CreateVolumePermission, InstanceNetworkInterfaceSpecification, InstanceState, LaunchTemplateConfig, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
7
+ import type { VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
8
+ import type { CapacityManagerMonitoredTagKey, CapacityReservationSpecification, EnclaveOptionsRequest, ManagedResourceVisibilitySettings, Purchase } from "./models_6";
9
+ /**
10
+ * @public
11
+ */
12
+ export interface ModifyManagedPrefixListResult {
13
+ /**
14
+ * <p>Information about the prefix list.</p>
15
+ * @public
16
+ */
17
+ PrefixList?: ManagedPrefixList | undefined;
18
+ }
19
+ /**
20
+ * @public
21
+ */
22
+ export interface ModifyManagedResourceVisibilityRequest {
23
+ /**
24
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
25
+ * request, and provides an error response. If you have the required permissions, the error response is
26
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
27
+ * @public
28
+ */
29
+ DryRun?: boolean | undefined;
30
+ /**
31
+ * <p>The default visibility setting for managed resources. Valid values:
32
+ * <code>hidden</code> | <code>visible</code>.</p>
33
+ * @public
34
+ */
35
+ DefaultVisibility: ManagedResourceDefaultVisibility | undefined;
36
+ }
37
+ /**
38
+ * @public
39
+ */
40
+ export interface ModifyManagedResourceVisibilityResult {
41
+ /**
42
+ * <p>The updated managed resource visibility settings for the account.</p>
43
+ * @public
44
+ */
45
+ Visibility?: ManagedResourceVisibilitySettings | undefined;
46
+ }
47
+ /**
48
+ * <p>Describes an attachment change.</p>
49
+ * @public
50
+ */
51
+ export interface NetworkInterfaceAttachmentChanges {
52
+ /**
53
+ * <p>The default number of the ENA queues.</p>
54
+ * @public
55
+ */
56
+ DefaultEnaQueueCount?: boolean | undefined;
57
+ /**
58
+ * <p>The number of ENA queues to be created with the instance.</p>
59
+ * @public
60
+ */
61
+ EnaQueueCount?: number | undefined;
62
+ /**
63
+ * <p>The ID of the network interface attachment.</p>
64
+ * @public
65
+ */
66
+ AttachmentId?: string | undefined;
67
+ /**
68
+ * <p>Indicates whether the network interface is deleted when the instance is
69
+ * terminated.</p>
70
+ * @public
71
+ */
72
+ DeleteOnTermination?: boolean | undefined;
73
+ }
74
+ /**
75
+ * <p>Contains the parameters for ModifyNetworkInterfaceAttribute.</p>
76
+ * @public
77
+ */
78
+ export interface ModifyNetworkInterfaceAttributeRequest {
79
+ /**
80
+ * <p>Updates the ENA Express configuration for the network interface that’s attached to the
81
+ * instance.</p>
82
+ * @public
83
+ */
84
+ EnaSrdSpecification?: EnaSrdSpecification | undefined;
85
+ /**
86
+ * <p>If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have
87
+ * the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA
88
+ * address associated with an ENI that you have enabled to use a primary IPv6 address. Use
89
+ * this option if the instance that this ENI will be attached to relies on its IPv6 address
90
+ * not changing. Amazon Web Services will automatically assign an IPv6 address associated
91
+ * with the ENI attached to your instance to be the primary IPv6 address. Once you enable
92
+ * an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6
93
+ * GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6
94
+ * address until the instance is terminated or the network interface is detached. If you
95
+ * have multiple IPv6 addresses associated with an ENI attached to your instance and you
96
+ * enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI
97
+ * becomes the primary IPv6 address.</p>
98
+ * @public
99
+ */
100
+ EnablePrimaryIpv6?: boolean | undefined;
101
+ /**
102
+ * <p>A connection tracking specification.</p>
103
+ * @public
104
+ */
105
+ ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
106
+ /**
107
+ * <p>Indicates whether to assign a public IPv4 address to a network interface. This option
108
+ * can be enabled for any network interface but will only apply to the primary network
109
+ * interface (eth0).</p>
110
+ * @public
111
+ */
112
+ AssociatePublicIpAddress?: boolean | undefined;
113
+ /**
114
+ * <p>A list of subnet IDs to associate with the network interface.</p>
115
+ * @public
116
+ */
117
+ AssociatedSubnetIds?: string[] | undefined;
118
+ /**
119
+ * <p>Checks whether you have the required permissions for the action, without actually
120
+ * making the request, and provides an error response. If you have the required
121
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
122
+ * <code>UnauthorizedOperation</code>.</p>
123
+ * @public
124
+ */
125
+ DryRun?: boolean | undefined;
126
+ /**
127
+ * <p>The ID of the network interface.</p>
128
+ * @public
129
+ */
130
+ NetworkInterfaceId: string | undefined;
131
+ /**
132
+ * <p>A description for the network interface.</p>
133
+ * @public
134
+ */
135
+ Description?: AttributeValue | undefined;
136
+ /**
137
+ * <p>Enable or disable source/destination checks, which ensure that the instance is either
138
+ * the source or the destination of any traffic that it receives. If the value is
139
+ * <code>true</code>, source/destination checks are enabled; otherwise, they are
140
+ * disabled. The default value is <code>true</code>. You must disable source/destination
141
+ * checks if the instance runs services such as network address translation, routing, or
142
+ * firewalls.</p>
143
+ * @public
144
+ */
145
+ SourceDestCheck?: AttributeBooleanValue | undefined;
146
+ /**
147
+ * <p>Changes the security groups for the network interface. The new set of groups you
148
+ * specify replaces the current set. You must specify at least one group, even if it's just
149
+ * the default security group in the VPC. You must specify the ID of the security group,
150
+ * not the name.</p>
151
+ * @public
152
+ */
153
+ Groups?: string[] | undefined;
154
+ /**
155
+ * <p>Information about the interface attachment. If modifying the <code>delete on
156
+ * termination</code> attribute, you must specify the ID of the interface
157
+ * attachment.</p>
158
+ * @public
159
+ */
160
+ Attachment?: NetworkInterfaceAttachmentChanges | undefined;
161
+ }
162
+ /**
163
+ * @public
164
+ */
165
+ export interface ModifyPrivateDnsNameOptionsRequest {
166
+ /**
167
+ * <p>Checks whether you have the required permissions for the action, without actually
168
+ * making the request, and provides an error response. If you have the required
169
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
170
+ * <code>UnauthorizedOperation</code>.</p>
171
+ * @public
172
+ */
173
+ DryRun?: boolean | undefined;
174
+ /**
175
+ * <p>The ID of the instance.</p>
176
+ * @public
177
+ */
178
+ InstanceId: string | undefined;
179
+ /**
180
+ * <p>The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name
181
+ * must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name
182
+ * must be based on the instance ID. For dual-stack subnets, you can specify whether DNS
183
+ * names use the instance IPv4 address or the instance ID.</p>
184
+ * @public
185
+ */
186
+ PrivateDnsHostnameType?: HostnameType | undefined;
187
+ /**
188
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
189
+ * records.</p>
190
+ * @public
191
+ */
192
+ EnableResourceNameDnsARecord?: boolean | undefined;
193
+ /**
194
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
195
+ * records.</p>
196
+ * @public
197
+ */
198
+ EnableResourceNameDnsAAAARecord?: boolean | undefined;
199
+ }
200
+ /**
201
+ * @public
202
+ */
203
+ export interface ModifyPrivateDnsNameOptionsResult {
204
+ /**
205
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an
206
+ * error.</p>
207
+ * @public
208
+ */
209
+ Return?: boolean | undefined;
210
+ }
9
211
  /**
10
212
  * @public
11
213
  */
@@ -170,6 +170,7 @@ export declare var CancelImageLaunchPermissionRequest$: StaticStructureSchema;
170
170
  export declare var CancelImageLaunchPermissionResult$: StaticStructureSchema;
171
171
  export declare var CancelImportTaskRequest$: StaticStructureSchema;
172
172
  export declare var CancelImportTaskResult$: StaticStructureSchema;
173
+ export declare var CancellationTerms$: StaticStructureSchema;
173
174
  export declare var CancelledSpotInstanceRequest$: StaticStructureSchema;
174
175
  export declare var CancelReservedInstancesListingRequest$: StaticStructureSchema;
175
176
  export declare var CancelReservedInstancesListingResult$: StaticStructureSchema;
@@ -194,7 +195,9 @@ export declare var CapacityManagerMonitoredTagKey$: StaticStructureSchema;
194
195
  export declare var CapacityManagerTagDimension$: StaticStructureSchema;
195
196
  export declare var CapacityReservation$: StaticStructureSchema;
196
197
  export declare var CapacityReservationBillingRequest$: StaticStructureSchema;
198
+ export declare var CapacityReservationCancellationQuote$: StaticStructureSchema;
197
199
  export declare var CapacityReservationCommitmentInfo$: StaticStructureSchema;
200
+ export declare var CapacityReservationConfiguration$: StaticStructureSchema;
198
201
  export declare var CapacityReservationFleet$: StaticStructureSchema;
199
202
  export declare var CapacityReservationFleetCancellationState$: StaticStructureSchema;
200
203
  export declare var CapacityReservationGroup$: StaticStructureSchema;
@@ -265,6 +268,8 @@ export declare var CreateCapacityManagerDataExportRequest$: StaticStructureSchem
265
268
  export declare var CreateCapacityManagerDataExportResult$: StaticStructureSchema;
266
269
  export declare var CreateCapacityReservationBySplittingRequest$: StaticStructureSchema;
267
270
  export declare var CreateCapacityReservationBySplittingResult$: StaticStructureSchema;
271
+ export declare var CreateCapacityReservationCancellationQuoteRequest$: StaticStructureSchema;
272
+ export declare var CreateCapacityReservationCancellationQuoteResult$: StaticStructureSchema;
268
273
  export declare var CreateCapacityReservationFleetRequest$: StaticStructureSchema;
269
274
  export declare var CreateCapacityReservationFleetResult$: StaticStructureSchema;
270
275
  export declare var CreateCapacityReservationRequest$: StaticStructureSchema;
@@ -714,6 +719,8 @@ export declare var DescribeCapacityManagerDataExportsRequest$: StaticStructureSc
714
719
  export declare var DescribeCapacityManagerDataExportsResult$: StaticStructureSchema;
715
720
  export declare var DescribeCapacityReservationBillingRequestsRequest$: StaticStructureSchema;
716
721
  export declare var DescribeCapacityReservationBillingRequestsResult$: StaticStructureSchema;
722
+ export declare var DescribeCapacityReservationCancellationQuotesRequest$: StaticStructureSchema;
723
+ export declare var DescribeCapacityReservationCancellationQuotesResult$: StaticStructureSchema;
717
724
  export declare var DescribeCapacityReservationFleetsRequest$: StaticStructureSchema;
718
725
  export declare var DescribeCapacityReservationFleetsResult$: StaticStructureSchema;
719
726
  export declare var DescribeCapacityReservationsRequest$: StaticStructureSchema;
@@ -2454,6 +2461,7 @@ export declare var CopyVolumes$: StaticOperationSchema;
2454
2461
  export declare var CreateCapacityManagerDataExport$: StaticOperationSchema;
2455
2462
  export declare var CreateCapacityReservation$: StaticOperationSchema;
2456
2463
  export declare var CreateCapacityReservationBySplitting$: StaticOperationSchema;
2464
+ export declare var CreateCapacityReservationCancellationQuote$: StaticOperationSchema;
2457
2465
  export declare var CreateCapacityReservationFleet$: StaticOperationSchema;
2458
2466
  export declare var CreateCarrierGateway$: StaticOperationSchema;
2459
2467
  export declare var CreateClientVpnEndpoint$: StaticOperationSchema;
@@ -2672,6 +2680,7 @@ export declare var DescribeCapacityBlocks$: StaticOperationSchema;
2672
2680
  export declare var DescribeCapacityBlockStatus$: StaticOperationSchema;
2673
2681
  export declare var DescribeCapacityManagerDataExports$: StaticOperationSchema;
2674
2682
  export declare var DescribeCapacityReservationBillingRequests$: StaticOperationSchema;
2683
+ export declare var DescribeCapacityReservationCancellationQuotes$: StaticOperationSchema;
2675
2684
  export declare var DescribeCapacityReservationFleets$: StaticOperationSchema;
2676
2685
  export declare var DescribeCapacityReservations$: StaticOperationSchema;
2677
2686
  export declare var DescribeCapacityReservationTopology$: StaticOperationSchema;
@@ -261,6 +261,10 @@ import {
261
261
  CreateCapacityReservationBySplittingCommandInput,
262
262
  CreateCapacityReservationBySplittingCommandOutput,
263
263
  } from "./commands/CreateCapacityReservationBySplittingCommand";
264
+ import {
265
+ CreateCapacityReservationCancellationQuoteCommandInput,
266
+ CreateCapacityReservationCancellationQuoteCommandOutput,
267
+ } from "./commands/CreateCapacityReservationCancellationQuoteCommand";
264
268
  import {
265
269
  CreateCapacityReservationCommandInput,
266
270
  CreateCapacityReservationCommandOutput,
@@ -1137,6 +1141,10 @@ import {
1137
1141
  DescribeCapacityReservationBillingRequestsCommandInput,
1138
1142
  DescribeCapacityReservationBillingRequestsCommandOutput,
1139
1143
  } from "./commands/DescribeCapacityReservationBillingRequestsCommand";
1144
+ import {
1145
+ DescribeCapacityReservationCancellationQuotesCommandInput,
1146
+ DescribeCapacityReservationCancellationQuotesCommandOutput,
1147
+ } from "./commands/DescribeCapacityReservationCancellationQuotesCommand";
1140
1148
  import {
1141
1149
  DescribeCapacityReservationFleetsCommandInput,
1142
1150
  DescribeCapacityReservationFleetsCommandOutput,
@@ -4003,6 +4011,25 @@ export interface EC2 {
4003
4011
  data?: CreateCapacityReservationBySplittingCommandOutput
4004
4012
  ) => void
4005
4013
  ): void;
4014
+ createCapacityReservationCancellationQuote(
4015
+ args: CreateCapacityReservationCancellationQuoteCommandInput,
4016
+ options?: __HttpHandlerOptions
4017
+ ): Promise<CreateCapacityReservationCancellationQuoteCommandOutput>;
4018
+ createCapacityReservationCancellationQuote(
4019
+ args: CreateCapacityReservationCancellationQuoteCommandInput,
4020
+ cb: (
4021
+ err: any,
4022
+ data?: CreateCapacityReservationCancellationQuoteCommandOutput
4023
+ ) => void
4024
+ ): void;
4025
+ createCapacityReservationCancellationQuote(
4026
+ args: CreateCapacityReservationCancellationQuoteCommandInput,
4027
+ options: __HttpHandlerOptions,
4028
+ cb: (
4029
+ err: any,
4030
+ data?: CreateCapacityReservationCancellationQuoteCommandOutput
4031
+ ) => void
4032
+ ): void;
4006
4033
  createCapacityReservationFleet(
4007
4034
  args: CreateCapacityReservationFleetCommandInput,
4008
4035
  options?: __HttpHandlerOptions
@@ -7153,6 +7180,26 @@ export interface EC2 {
7153
7180
  data?: DescribeCapacityReservationBillingRequestsCommandOutput
7154
7181
  ) => void
7155
7182
  ): void;
7183
+ describeCapacityReservationCancellationQuotes(): Promise<DescribeCapacityReservationCancellationQuotesCommandOutput>;
7184
+ describeCapacityReservationCancellationQuotes(
7185
+ args: DescribeCapacityReservationCancellationQuotesCommandInput,
7186
+ options?: __HttpHandlerOptions
7187
+ ): Promise<DescribeCapacityReservationCancellationQuotesCommandOutput>;
7188
+ describeCapacityReservationCancellationQuotes(
7189
+ args: DescribeCapacityReservationCancellationQuotesCommandInput,
7190
+ cb: (
7191
+ err: any,
7192
+ data?: DescribeCapacityReservationCancellationQuotesCommandOutput
7193
+ ) => void
7194
+ ): void;
7195
+ describeCapacityReservationCancellationQuotes(
7196
+ args: DescribeCapacityReservationCancellationQuotesCommandInput,
7197
+ options: __HttpHandlerOptions,
7198
+ cb: (
7199
+ err: any,
7200
+ data?: DescribeCapacityReservationCancellationQuotesCommandOutput
7201
+ ) => void
7202
+ ): void;
7156
7203
  describeCapacityReservationFleets(): Promise<DescribeCapacityReservationFleetsCommandOutput>;
7157
7204
  describeCapacityReservationFleets(
7158
7205
  args: DescribeCapacityReservationFleetsCommandInput,
@@ -292,6 +292,10 @@ import {
292
292
  CreateCapacityReservationBySplittingCommandInput,
293
293
  CreateCapacityReservationBySplittingCommandOutput,
294
294
  } from "./commands/CreateCapacityReservationBySplittingCommand";
295
+ import {
296
+ CreateCapacityReservationCancellationQuoteCommandInput,
297
+ CreateCapacityReservationCancellationQuoteCommandOutput,
298
+ } from "./commands/CreateCapacityReservationCancellationQuoteCommand";
295
299
  import {
296
300
  CreateCapacityReservationCommandInput,
297
301
  CreateCapacityReservationCommandOutput,
@@ -1168,6 +1172,10 @@ import {
1168
1172
  DescribeCapacityReservationBillingRequestsCommandInput,
1169
1173
  DescribeCapacityReservationBillingRequestsCommandOutput,
1170
1174
  } from "./commands/DescribeCapacityReservationBillingRequestsCommand";
1175
+ import {
1176
+ DescribeCapacityReservationCancellationQuotesCommandInput,
1177
+ DescribeCapacityReservationCancellationQuotesCommandOutput,
1178
+ } from "./commands/DescribeCapacityReservationCancellationQuotesCommand";
1171
1179
  import {
1172
1180
  DescribeCapacityReservationFleetsCommandInput,
1173
1181
  DescribeCapacityReservationFleetsCommandOutput,
@@ -3168,6 +3176,7 @@ export type ServiceInputTypes =
3168
3176
  | CopyVolumesCommandInput
3169
3177
  | CreateCapacityManagerDataExportCommandInput
3170
3178
  | CreateCapacityReservationBySplittingCommandInput
3179
+ | CreateCapacityReservationCancellationQuoteCommandInput
3171
3180
  | CreateCapacityReservationCommandInput
3172
3181
  | CreateCapacityReservationFleetCommandInput
3173
3182
  | CreateCarrierGatewayCommandInput
@@ -3387,6 +3396,7 @@ export type ServiceInputTypes =
3387
3396
  | DescribeCapacityBlocksCommandInput
3388
3397
  | DescribeCapacityManagerDataExportsCommandInput
3389
3398
  | DescribeCapacityReservationBillingRequestsCommandInput
3399
+ | DescribeCapacityReservationCancellationQuotesCommandInput
3390
3400
  | DescribeCapacityReservationFleetsCommandInput
3391
3401
  | DescribeCapacityReservationTopologyCommandInput
3392
3402
  | DescribeCapacityReservationsCommandInput
@@ -3934,6 +3944,7 @@ export type ServiceOutputTypes =
3934
3944
  | CopyVolumesCommandOutput
3935
3945
  | CreateCapacityManagerDataExportCommandOutput
3936
3946
  | CreateCapacityReservationBySplittingCommandOutput
3947
+ | CreateCapacityReservationCancellationQuoteCommandOutput
3937
3948
  | CreateCapacityReservationCommandOutput
3938
3949
  | CreateCapacityReservationFleetCommandOutput
3939
3950
  | CreateCarrierGatewayCommandOutput
@@ -4153,6 +4164,7 @@ export type ServiceOutputTypes =
4153
4164
  | DescribeCapacityBlocksCommandOutput
4154
4165
  | DescribeCapacityManagerDataExportsCommandOutput
4155
4166
  | DescribeCapacityReservationBillingRequestsCommandOutput
4167
+ | DescribeCapacityReservationCancellationQuotesCommandOutput
4156
4168
  | DescribeCapacityReservationFleetsCommandOutput
4157
4169
  | DescribeCapacityReservationTopologyCommandOutput
4158
4170
  | DescribeCapacityReservationsCommandOutput
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ CreateCapacityReservationCancellationQuoteRequest,
10
+ CreateCapacityReservationCancellationQuoteResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateCapacityReservationCancellationQuoteCommandInput
15
+ extends CreateCapacityReservationCancellationQuoteRequest {}
16
+ export interface CreateCapacityReservationCancellationQuoteCommandOutput
17
+ extends CreateCapacityReservationCancellationQuoteResult,
18
+ __MetadataBearer {}
19
+ declare const CreateCapacityReservationCancellationQuoteCommand_base: {
20
+ new (
21
+ input: CreateCapacityReservationCancellationQuoteCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ CreateCapacityReservationCancellationQuoteCommandInput,
24
+ CreateCapacityReservationCancellationQuoteCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateCapacityReservationCancellationQuoteCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ CreateCapacityReservationCancellationQuoteCommandInput,
33
+ CreateCapacityReservationCancellationQuoteCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class CreateCapacityReservationCancellationQuoteCommand extends CreateCapacityReservationCancellationQuoteCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: CreateCapacityReservationCancellationQuoteRequest;
46
+ output: CreateCapacityReservationCancellationQuoteResult;
47
+ };
48
+ sdk: {
49
+ input: CreateCapacityReservationCancellationQuoteCommandInput;
50
+ output: CreateCapacityReservationCancellationQuoteCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- CreateDefaultVpcRequest,
10
- CreateDefaultVpcResult,
11
- } from "../models/models_0";
8
+ import { CreateDefaultVpcRequest } from "../models/models_0";
9
+ import { CreateDefaultVpcResult } from "../models/models_1";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface CreateDefaultVpcCommandInput extends CreateDefaultVpcRequest {}
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- CreateRouteTableRequest,
10
- CreateRouteTableResult,
11
- } from "../models/models_1";
8
+ import { CreateRouteTableRequest } from "../models/models_1";
9
+ import { CreateRouteTableResult } from "../models/models_2";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface CreateRouteTableCommandInput extends CreateRouteTableRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteSubnetCidrReservationRequest,
10
10
  DeleteSubnetCidrReservationResult,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteSubnetCidrReservationCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DeleteSubnetRequest } from "../models/models_2";
8
+ import { DeleteSubnetRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DeleteSubnetCommandInput extends DeleteSubnetRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DeleteTagsRequest } from "../models/models_2";
8
+ import { DeleteTagsRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DeleteTagsCommandInput extends DeleteTagsRequest {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DeleteTrafficMirrorFilterRequest } from "../models/models_2";
9
- import { DeleteTrafficMirrorFilterResult } from "../models/models_3";
8
+ import {
9
+ DeleteTrafficMirrorFilterRequest,
10
+ DeleteTrafficMirrorFilterResult,
11
+ } from "../models/models_3";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DeleteTrafficMirrorFilterCommandInput
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DescribeCapacityReservationCancellationQuotesRequest,
10
+ DescribeCapacityReservationCancellationQuotesResult,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeCapacityReservationCancellationQuotesCommandInput
15
+ extends DescribeCapacityReservationCancellationQuotesRequest {}
16
+ export interface DescribeCapacityReservationCancellationQuotesCommandOutput
17
+ extends DescribeCapacityReservationCancellationQuotesResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeCapacityReservationCancellationQuotesCommand_base: {
20
+ new (
21
+ input: DescribeCapacityReservationCancellationQuotesCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DescribeCapacityReservationCancellationQuotesCommandInput,
24
+ DescribeCapacityReservationCancellationQuotesCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeCapacityReservationCancellationQuotesCommandInput]
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ DescribeCapacityReservationCancellationQuotesCommandInput,
33
+ DescribeCapacityReservationCancellationQuotesCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class DescribeCapacityReservationCancellationQuotesCommand extends DescribeCapacityReservationCancellationQuotesCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: DescribeCapacityReservationCancellationQuotesRequest;
46
+ output: DescribeCapacityReservationCancellationQuotesResult;
47
+ };
48
+ sdk: {
49
+ input: DescribeCapacityReservationCancellationQuotesCommandInput;
50
+ output: DescribeCapacityReservationCancellationQuotesCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeInstanceAttributeRequest,
10
- InstanceAttribute,
11
- } from "../models/models_3";
8
+ import { DescribeInstanceAttributeRequest } from "../models/models_3";
9
+ import { InstanceAttribute } from "../models/models_4";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeInstanceAttributeCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeInstanceConnectEndpointsRequest,
10
10
  DescribeInstanceConnectEndpointsResult,
11
- } from "../models/models_3";
11
+ } from "../models/models_4";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeInstanceConnectEndpointsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeStaleSecurityGroupsRequest,
10
- DescribeStaleSecurityGroupsResult,
11
- } from "../models/models_4";
8
+ import { DescribeStaleSecurityGroupsRequest } from "../models/models_4";
9
+ import { DescribeStaleSecurityGroupsResult } from "../models/models_5";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeStaleSecurityGroupsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeStoreImageTasksRequest,
10
10
  DescribeStoreImageTasksResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeStoreImageTasksCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeSubnetsRequest } from "../models/models_4";
9
- import { DescribeSubnetsResult } from "../models/models_5";
8
+ import {
9
+ DescribeSubnetsRequest,
10
+ DescribeSubnetsResult,
11
+ } from "../models/models_5";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeSubnetsCommandInput extends DescribeSubnetsRequest {}