@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,10 +1,232 @@
1
- import type { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoPlacement, BootModeValues, CapacityReservationPreference, CapacityReservationState, CurrencyCodeValues, DefaultHttpTokensEnforcedState, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DiskImageFormat, EkPubKeyFormat, EkPubKeyType, EndDateType, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, HostMaintenance, HostnameType, HostRecovery, HostTenancy, HttpTokensEnforcedState, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, ManagedResourceDefaultVisibility, MetadataDefaultHttpTokensState, ModifyAvailabilityZoneOptInStatus, NestedVirtualizationSpecification, OperationType, PartitionLoadFrequency, PaymentOption, PermissionGroup, PlatformValues, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SelfServicePortal, ShutdownBehavior, SnapshotBlockPublicAccessState, SSEType, TargetCapacityUnitType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType } from "./enums";
2
- import type { AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, EnaSrdSpecification, InstanceEventWindow, InterruptibleCapacityAllocation, InterruptionInfo, IpamPoolAllocation, OperatorResponse, RouteServerAssociation, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayConfigurationInputStructure, TransitGatewayPolicyTableAssociation, UnsuccessfulItem } from "./models_0";
3
- import type { AttributeValue, CapacityReservationTarget, ConnectionTrackingSpecificationRequest, ExternalAuthorityConfiguration, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverRuleRequest, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamResourceTag, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacitySpecificationRequest } from "./models_1";
1
+ import type { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoPlacement, BootModeValues, CapacityManagerMonitoredTagKeyStatus, CapacityReservationPreference, CapacityReservationState, CurrencyCodeValues, DefaultHttpTokensEnforcedState, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DiskImageFormat, EkPubKeyFormat, EkPubKeyType, EndDateType, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, GroupBy, HostMaintenance, HostRecovery, HostTenancy, HttpTokensEnforcedState, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, ManagedResourceDefaultVisibility, MetadataDefaultHttpTokensState, Metric, ModifyAvailabilityZoneOptInStatus, NestedVirtualizationSpecification, OperationType, PartitionLoadFrequency, PaymentOption, PermissionGroup, PlatformValues, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SelfServicePortal, ShutdownBehavior, SnapshotBlockPublicAccessState, SSEType, TargetCapacityUnitType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType } from "./enums";
2
+ import type { AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, InstanceEventWindow, InterruptibleCapacityAllocation, InterruptionInfo, IpamPoolAllocation, OperatorResponse, RouteServerAssociation, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayConfigurationInputStructure, TransitGatewayPolicyTableAssociation, UnsuccessfulItem } from "./models_0";
3
+ import type { AttributeValue, CapacityReservationTarget, ExternalAuthorityConfiguration, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverRuleRequest, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamResourceTag, IpamScope, LaunchTemplate, LocalGatewayRoute, NetworkInsightsAccessScopeContent, Placement, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacitySpecificationRequest } from "./models_1";
4
4
  import type { SubnetCidrReservation, TransitGatewayMeteringPolicyEntry, TransitGatewayPrefixListReference } from "./models_2";
5
- import type { AttributeBooleanValue, ConversionTask, Filter, FpgaImageAttribute, ImportImageLicenseConfigurationResponse, IpamPoolCidr, LaunchPermission, SnapshotDetail, SnapshotTaskDetail } from "./models_3";
6
- import type { InstanceMetadataOptionsResponse, InstanceStatusEvent } from "./models_4";
7
- import type { CapacityManagerMonitoredTagKey, RouteServerPropagation } from "./models_5";
5
+ import type { ConversionTask, Filter, FpgaImageAttribute, ImportImageLicenseConfigurationResponse, IpamPoolCidr, LaunchPermission, SnapshotDetail, SnapshotTaskDetail } from "./models_3";
6
+ import type { AttributeBooleanValue, InstanceMetadataOptionsResponse, InstanceStatusEvent } from "./models_4";
7
+ import type { CapacityManagerCondition, CapacityManagerDimension, RouteServerPropagation } from "./models_5";
8
+ /**
9
+ * <p>
10
+ * Represents a single metric value with its associated statistic, such as the sum or average of unused capacity hours.
11
+ * </p>
12
+ * @public
13
+ */
14
+ export interface MetricValue {
15
+ /**
16
+ * <p>
17
+ * The name of the metric.
18
+ * </p>
19
+ * @public
20
+ */
21
+ Metric?: Metric | undefined;
22
+ /**
23
+ * <p>
24
+ * The numerical value of the metric for the specified statistic and time period.
25
+ * </p>
26
+ * @public
27
+ */
28
+ Value?: number | undefined;
29
+ }
30
+ /**
31
+ * <p>
32
+ * Contains a single data point from a capacity metrics query, including the dimension values, timestamp, and metric values for that specific combination.
33
+ * </p>
34
+ * @public
35
+ */
36
+ export interface MetricDataResult {
37
+ /**
38
+ * <p>
39
+ * The dimension values that identify this specific data point, such as account ID, region, and instance family.
40
+ * </p>
41
+ * @public
42
+ */
43
+ Dimension?: CapacityManagerDimension | undefined;
44
+ /**
45
+ * <p>
46
+ * The timestamp for this data point, indicating when the capacity usage occurred.
47
+ * </p>
48
+ * @public
49
+ */
50
+ Timestamp?: Date | undefined;
51
+ /**
52
+ * <p>
53
+ * The metric values and statistics for this data point, containing the actual capacity usage numbers.
54
+ * </p>
55
+ * @public
56
+ */
57
+ MetricValues?: MetricValue[] | undefined;
58
+ }
59
+ /**
60
+ * @public
61
+ */
62
+ export interface GetCapacityManagerMetricDataResult {
63
+ /**
64
+ * <p>
65
+ * The metric data points returned by the query. Each result contains dimension values, timestamp, and metric values with their associated statistics.
66
+ * </p>
67
+ * @public
68
+ */
69
+ MetricDataResults?: MetricDataResult[] | undefined;
70
+ /**
71
+ * <p>
72
+ * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
73
+ * </p>
74
+ * @public
75
+ */
76
+ NextToken?: string | undefined;
77
+ }
78
+ /**
79
+ * @public
80
+ */
81
+ export interface GetCapacityManagerMetricDimensionsRequest {
82
+ /**
83
+ * <p>
84
+ * The dimensions to group by when retrieving available dimension values. This determines which dimension combinations are returned. Required parameter.
85
+ * </p>
86
+ * @public
87
+ */
88
+ GroupBy: GroupBy[] | undefined;
89
+ /**
90
+ * <p>
91
+ * Conditions to filter which dimension values are returned. Each filter specifies a dimension, comparison operator, and values to match against.
92
+ * </p>
93
+ * @public
94
+ */
95
+ FilterBy?: CapacityManagerCondition[] | undefined;
96
+ /**
97
+ * <p>
98
+ * The start time for the dimension query, in ISO 8601 format. Only dimensions with data in this time range will be returned.
99
+ * </p>
100
+ * @public
101
+ */
102
+ StartTime: Date | undefined;
103
+ /**
104
+ * <p>
105
+ * The end time for the dimension query, in ISO 8601 format. Only dimensions with data in this time range will be returned.
106
+ * </p>
107
+ * @public
108
+ */
109
+ EndTime: Date | undefined;
110
+ /**
111
+ * <p>
112
+ * The metric names to use as an additional filter when retrieving dimensions. Only dimensions that have data for these
113
+ * metrics will be returned. Required parameter with maximum size of 1 for v1.
114
+ * </p>
115
+ * @public
116
+ */
117
+ MetricNames: Metric[] | undefined;
118
+ /**
119
+ * <p>
120
+ * The maximum number of dimension combinations to return. Valid range is 1 to 1000. Use with NextToken for pagination.
121
+ * </p>
122
+ * @public
123
+ */
124
+ MaxResults?: number | undefined;
125
+ /**
126
+ * <p>
127
+ * The token for the next page of results. Use this value in a subsequent call to retrieve additional dimension values.
128
+ * </p>
129
+ * @public
130
+ */
131
+ NextToken?: string | undefined;
132
+ /**
133
+ * <p>
134
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides
135
+ * an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
136
+ * </p>
137
+ * @public
138
+ */
139
+ DryRun?: boolean | undefined;
140
+ }
141
+ /**
142
+ * @public
143
+ */
144
+ export interface GetCapacityManagerMetricDimensionsResult {
145
+ /**
146
+ * <p>
147
+ * The available dimension combinations that have data within the specified time range and filters.
148
+ * </p>
149
+ * @public
150
+ */
151
+ MetricDimensionResults?: CapacityManagerDimension[] | undefined;
152
+ /**
153
+ * <p>
154
+ * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
155
+ * </p>
156
+ * @public
157
+ */
158
+ NextToken?: string | undefined;
159
+ }
160
+ /**
161
+ * @public
162
+ */
163
+ export interface GetCapacityManagerMonitoredTagKeysRequest {
164
+ /**
165
+ * <p>
166
+ * The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value. If not specified, up to 1000 results are returned.
167
+ * </p>
168
+ * @public
169
+ */
170
+ MaxResults?: number | undefined;
171
+ /**
172
+ * <p>
173
+ * The token for the next page of results. Use the value returned from a previous call to retrieve additional results.
174
+ * </p>
175
+ * @public
176
+ */
177
+ NextToken?: string | undefined;
178
+ /**
179
+ * <p>
180
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
181
+ * If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
182
+ * </p>
183
+ * @public
184
+ */
185
+ DryRun?: boolean | undefined;
186
+ }
187
+ /**
188
+ * <p>
189
+ * Describes a tag key that is being monitored by Capacity Manager, including its activation status and the earliest available data point.
190
+ * </p>
191
+ * @public
192
+ */
193
+ export interface CapacityManagerMonitoredTagKey {
194
+ /**
195
+ * <p>
196
+ * The tag key being monitored.
197
+ * </p>
198
+ * @public
199
+ */
200
+ TagKey?: string | undefined;
201
+ /**
202
+ * <p>
203
+ * The current status of the monitored tag key. Valid values are <code>activating</code>, <code>activated</code>, <code>deactivating</code>, and <code>suspended</code>.
204
+ * </p>
205
+ * @public
206
+ */
207
+ Status?: CapacityManagerMonitoredTagKeyStatus | undefined;
208
+ /**
209
+ * <p>
210
+ * A message providing additional details about the current status of the monitored tag key.
211
+ * </p>
212
+ * @public
213
+ */
214
+ StatusMessage?: string | undefined;
215
+ /**
216
+ * <p>
217
+ * Indicates whether this tag key is provided by Capacity Manager by default, rather than being user-activated.
218
+ * </p>
219
+ * @public
220
+ */
221
+ CapacityManagerProvided?: boolean | undefined;
222
+ /**
223
+ * <p>
224
+ * The earliest timestamp from which tag data is available for queries, in UTC ISO 8601 format.
225
+ * </p>
226
+ * @public
227
+ */
228
+ EarliestDatapointTimestamp?: Date | undefined;
229
+ }
8
230
  /**
9
231
  * @public
10
232
  */
@@ -160,6 +382,13 @@ export interface GetCapacityReservationUsageResult {
160
382
  * can't support the future-dated Capacity Reservation request due to capacity constraints. You can view
161
383
  * unsupported requests for 30 days. The Capacity Reservation will not be delivered.</p>
162
384
  * </li>
385
+ * <li>
386
+ * <p>
387
+ * <code>cancelling</code> - (<i>Future-dated Capacity Reservations</i>) The
388
+ * Capacity Reservation is being cancelled. Capacity has been released but charges continue for
389
+ * the commitment wind-down period. The reservation transitions to <code>cancelled</code> when
390
+ * the wind-down completes.</p>
391
+ * </li>
163
392
  * </ul>
164
393
  * @public
165
394
  */
@@ -8500,205 +8729,3 @@ export interface ModifyManagedPrefixListRequest {
8500
8729
  */
8501
8730
  IpamPrefixListResolverSyncEnabled?: boolean | undefined;
8502
8731
  }
8503
- /**
8504
- * @public
8505
- */
8506
- export interface ModifyManagedPrefixListResult {
8507
- /**
8508
- * <p>Information about the prefix list.</p>
8509
- * @public
8510
- */
8511
- PrefixList?: ManagedPrefixList | undefined;
8512
- }
8513
- /**
8514
- * @public
8515
- */
8516
- export interface ModifyManagedResourceVisibilityRequest {
8517
- /**
8518
- * <p>Checks whether you have the required permissions for the operation, without actually making the
8519
- * request, and provides an error response. If you have the required permissions, the error response is
8520
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8521
- * @public
8522
- */
8523
- DryRun?: boolean | undefined;
8524
- /**
8525
- * <p>The default visibility setting for managed resources. Valid values:
8526
- * <code>hidden</code> | <code>visible</code>.</p>
8527
- * @public
8528
- */
8529
- DefaultVisibility: ManagedResourceDefaultVisibility | undefined;
8530
- }
8531
- /**
8532
- * @public
8533
- */
8534
- export interface ModifyManagedResourceVisibilityResult {
8535
- /**
8536
- * <p>The updated managed resource visibility settings for the account.</p>
8537
- * @public
8538
- */
8539
- Visibility?: ManagedResourceVisibilitySettings | undefined;
8540
- }
8541
- /**
8542
- * <p>Describes an attachment change.</p>
8543
- * @public
8544
- */
8545
- export interface NetworkInterfaceAttachmentChanges {
8546
- /**
8547
- * <p>The default number of the ENA queues.</p>
8548
- * @public
8549
- */
8550
- DefaultEnaQueueCount?: boolean | undefined;
8551
- /**
8552
- * <p>The number of ENA queues to be created with the instance.</p>
8553
- * @public
8554
- */
8555
- EnaQueueCount?: number | undefined;
8556
- /**
8557
- * <p>The ID of the network interface attachment.</p>
8558
- * @public
8559
- */
8560
- AttachmentId?: string | undefined;
8561
- /**
8562
- * <p>Indicates whether the network interface is deleted when the instance is
8563
- * terminated.</p>
8564
- * @public
8565
- */
8566
- DeleteOnTermination?: boolean | undefined;
8567
- }
8568
- /**
8569
- * <p>Contains the parameters for ModifyNetworkInterfaceAttribute.</p>
8570
- * @public
8571
- */
8572
- export interface ModifyNetworkInterfaceAttributeRequest {
8573
- /**
8574
- * <p>Updates the ENA Express configuration for the network interface that’s attached to the
8575
- * instance.</p>
8576
- * @public
8577
- */
8578
- EnaSrdSpecification?: EnaSrdSpecification | undefined;
8579
- /**
8580
- * <p>If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have
8581
- * the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA
8582
- * address associated with an ENI that you have enabled to use a primary IPv6 address. Use
8583
- * this option if the instance that this ENI will be attached to relies on its IPv6 address
8584
- * not changing. Amazon Web Services will automatically assign an IPv6 address associated
8585
- * with the ENI attached to your instance to be the primary IPv6 address. Once you enable
8586
- * an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6
8587
- * GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6
8588
- * address until the instance is terminated or the network interface is detached. If you
8589
- * have multiple IPv6 addresses associated with an ENI attached to your instance and you
8590
- * enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI
8591
- * becomes the primary IPv6 address.</p>
8592
- * @public
8593
- */
8594
- EnablePrimaryIpv6?: boolean | undefined;
8595
- /**
8596
- * <p>A connection tracking specification.</p>
8597
- * @public
8598
- */
8599
- ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
8600
- /**
8601
- * <p>Indicates whether to assign a public IPv4 address to a network interface. This option
8602
- * can be enabled for any network interface but will only apply to the primary network
8603
- * interface (eth0).</p>
8604
- * @public
8605
- */
8606
- AssociatePublicIpAddress?: boolean | undefined;
8607
- /**
8608
- * <p>A list of subnet IDs to associate with the network interface.</p>
8609
- * @public
8610
- */
8611
- AssociatedSubnetIds?: string[] | undefined;
8612
- /**
8613
- * <p>Checks whether you have the required permissions for the action, without actually
8614
- * making the request, and provides an error response. If you have the required
8615
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
8616
- * <code>UnauthorizedOperation</code>.</p>
8617
- * @public
8618
- */
8619
- DryRun?: boolean | undefined;
8620
- /**
8621
- * <p>The ID of the network interface.</p>
8622
- * @public
8623
- */
8624
- NetworkInterfaceId: string | undefined;
8625
- /**
8626
- * <p>A description for the network interface.</p>
8627
- * @public
8628
- */
8629
- Description?: AttributeValue | undefined;
8630
- /**
8631
- * <p>Enable or disable source/destination checks, which ensure that the instance is either
8632
- * the source or the destination of any traffic that it receives. If the value is
8633
- * <code>true</code>, source/destination checks are enabled; otherwise, they are
8634
- * disabled. The default value is <code>true</code>. You must disable source/destination
8635
- * checks if the instance runs services such as network address translation, routing, or
8636
- * firewalls.</p>
8637
- * @public
8638
- */
8639
- SourceDestCheck?: AttributeBooleanValue | undefined;
8640
- /**
8641
- * <p>Changes the security groups for the network interface. The new set of groups you
8642
- * specify replaces the current set. You must specify at least one group, even if it's just
8643
- * the default security group in the VPC. You must specify the ID of the security group,
8644
- * not the name.</p>
8645
- * @public
8646
- */
8647
- Groups?: string[] | undefined;
8648
- /**
8649
- * <p>Information about the interface attachment. If modifying the <code>delete on
8650
- * termination</code> attribute, you must specify the ID of the interface
8651
- * attachment.</p>
8652
- * @public
8653
- */
8654
- Attachment?: NetworkInterfaceAttachmentChanges | undefined;
8655
- }
8656
- /**
8657
- * @public
8658
- */
8659
- export interface ModifyPrivateDnsNameOptionsRequest {
8660
- /**
8661
- * <p>Checks whether you have the required permissions for the action, without actually
8662
- * making the request, and provides an error response. If you have the required
8663
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
8664
- * <code>UnauthorizedOperation</code>.</p>
8665
- * @public
8666
- */
8667
- DryRun?: boolean | undefined;
8668
- /**
8669
- * <p>The ID of the instance.</p>
8670
- * @public
8671
- */
8672
- InstanceId: string | undefined;
8673
- /**
8674
- * <p>The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name
8675
- * must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name
8676
- * must be based on the instance ID. For dual-stack subnets, you can specify whether DNS
8677
- * names use the instance IPv4 address or the instance ID.</p>
8678
- * @public
8679
- */
8680
- PrivateDnsHostnameType?: HostnameType | undefined;
8681
- /**
8682
- * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
8683
- * records.</p>
8684
- * @public
8685
- */
8686
- EnableResourceNameDnsARecord?: boolean | undefined;
8687
- /**
8688
- * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
8689
- * records.</p>
8690
- * @public
8691
- */
8692
- EnableResourceNameDnsAAAARecord?: boolean | undefined;
8693
- }
8694
- /**
8695
- * @public
8696
- */
8697
- export interface ModifyPrivateDnsNameOptionsResult {
8698
- /**
8699
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an
8700
- * error.</p>
8701
- * @public
8702
- */
8703
- Return?: boolean | undefined;
8704
- }