@aws-sdk/client-ec2 3.875.0 → 3.876.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 (232) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +1231 -396
  3. package/dist-es/EC2.js +10 -0
  4. package/dist-es/commands/CreateImageUsageReportCommand.js +22 -0
  5. package/dist-es/commands/DeleteImageUsageReportCommand.js +22 -0
  6. package/dist-es/commands/DescribeImageReferencesCommand.js +22 -0
  7. package/dist-es/commands/DescribeImageUsageReportEntriesCommand.js +22 -0
  8. package/dist-es/commands/DescribeImageUsageReportsCommand.js +22 -0
  9. package/dist-es/commands/GetPasswordDataCommand.js +1 -1
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +1 -0
  12. package/dist-es/models/models_3.js +0 -8
  13. package/dist-es/models/models_4.js +19 -40
  14. package/dist-es/models/models_5.js +40 -18
  15. package/dist-es/models/models_6.js +18 -12
  16. package/dist-es/models/models_7.js +12 -0
  17. package/dist-es/pagination/DescribeImageReferencesPaginator.js +4 -0
  18. package/dist-es/pagination/DescribeImageUsageReportEntriesPaginator.js +4 -0
  19. package/dist-es/pagination/DescribeImageUsageReportsPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +3 -0
  21. package/dist-es/protocols/Aws_ec2.js +700 -25
  22. package/dist-es/waiters/index.js +1 -0
  23. package/dist-es/waiters/waitForImageUsageReportAvailable.js +54 -0
  24. package/dist-types/EC2.d.ts +37 -0
  25. package/dist-types/EC2Client.d.ts +7 -2
  26. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  29. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  31. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  32. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  33. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +105 -0
  49. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  60. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  61. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -3
  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/CreateVpnConnectionCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +75 -0
  112. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -1
  113. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -2
  114. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +100 -0
  115. package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +101 -0
  116. package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +123 -0
  117. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -1
  118. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -2
  122. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  124. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -1
  126. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  132. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  133. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  134. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  135. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  136. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  137. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  138. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  139. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  140. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  141. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  142. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  143. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  144. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
  145. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  146. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
  147. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  148. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
  149. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  150. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  151. package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
  152. package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
  153. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  154. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  155. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  156. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  157. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  158. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  159. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  160. package/dist-types/commands/index.d.ts +5 -0
  161. package/dist-types/models/models_0.d.ts +1 -0
  162. package/dist-types/models/models_1.d.ts +93 -79
  163. package/dist-types/models/models_2.d.ts +80 -161
  164. package/dist-types/models/models_3.d.ts +190 -302
  165. package/dist-types/models/models_4.d.ts +886 -719
  166. package/dist-types/models/models_5.d.ts +1938 -1933
  167. package/dist-types/models/models_6.d.ts +1828 -1719
  168. package/dist-types/models/models_7.d.ts +4616 -4654
  169. package/dist-types/models/models_8.d.ts +547 -5
  170. package/dist-types/pagination/DescribeImageReferencesPaginator.d.ts +7 -0
  171. package/dist-types/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +7 -0
  172. package/dist-types/pagination/DescribeImageUsageReportsPaginator.d.ts +7 -0
  173. package/dist-types/pagination/index.d.ts +3 -0
  174. package/dist-types/protocols/Aws_ec2.d.ts +45 -0
  175. package/dist-types/ts3.4/EC2.d.ts +87 -0
  176. package/dist-types/ts3.4/EC2Client.d.ts +30 -0
  177. package/dist-types/ts3.4/commands/CreateImageUsageReportCommand.d.ts +51 -0
  178. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -4
  181. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +4 -2
  182. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -4
  186. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +4 -2
  190. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -4
  204. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  214. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  215. package/dist-types/ts3.4/models/models_1.d.ts +19 -17
  216. package/dist-types/ts3.4/models/models_2.d.ts +21 -35
  217. package/dist-types/ts3.4/models/models_3.d.ts +41 -59
  218. package/dist-types/ts3.4/models/models_4.d.ts +148 -153
  219. package/dist-types/ts3.4/models/models_5.d.ts +165 -123
  220. package/dist-types/ts3.4/models/models_6.d.ts +125 -122
  221. package/dist-types/ts3.4/models/models_7.d.ts +125 -127
  222. package/dist-types/ts3.4/models/models_8.d.ts +128 -1
  223. package/dist-types/ts3.4/pagination/DescribeImageReferencesPaginator.d.ts +11 -0
  224. package/dist-types/ts3.4/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/DescribeImageUsageReportsPaginator.d.ts +11 -0
  226. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  227. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
  228. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  229. package/dist-types/ts3.4/waiters/waitForImageUsageReportAvailable.d.ts +11 -0
  230. package/dist-types/waiters/index.d.ts +1 -0
  231. package/dist-types/waiters/waitForImageUsageReportAvailable.d.ts +14 -0
  232. package/package.json +6 -6
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeIpamByoasnRequest,
10
10
  DescribeIpamByoasnResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeIpamByoasnCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeIpamExternalResourceVerificationTokensRequest,
10
10
  DescribeIpamExternalResourceVerificationTokensResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeIpamExternalResourceVerificationTokensCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeIpamPoolsRequest } from "../models/models_4";
9
- import { DescribeIpamPoolsResult } from "../models/models_5";
8
+ import {
9
+ DescribeIpamPoolsRequest,
10
+ DescribeIpamPoolsResult,
11
+ } from "../models/models_5";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeIpamPoolsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeVpcAttributeRequest,
10
- DescribeVpcAttributeResult,
11
- } from "../models/models_5";
8
+ import { DescribeVpcAttributeRequest } from "../models/models_5";
9
+ import { DescribeVpcAttributeResult } from "../models/models_6";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeVpcAttributeCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeVpcBlockPublicAccessExclusionsRequest,
10
10
  DescribeVpcBlockPublicAccessExclusionsResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeVpcBlockPublicAccessExclusionsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeVpcBlockPublicAccessOptionsRequest,
10
10
  DescribeVpcBlockPublicAccessOptionsResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeVpcBlockPublicAccessOptionsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeVpcClassicLinkRequest,
10
10
  DescribeVpcClassicLinkResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeVpcClassicLinkCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeVpcClassicLinkDnsSupportRequest,
10
10
  DescribeVpcClassicLinkDnsSupportResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeVpcClassicLinkDnsSupportCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeVpcEndpointAssociationsRequest,
10
10
  DescribeVpcEndpointAssociationsResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeVpcEndpointAssociationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeVpcEndpointConnectionNotificationsRequest,
10
10
  DescribeVpcEndpointConnectionNotificationsResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeVpcEndpointConnectionNotificationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetPasswordDataRequest,
10
10
  GetPasswordDataResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetPasswordDataCommandInput extends GetPasswordDataRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetReservedInstancesExchangeQuoteRequest,
10
10
  GetReservedInstancesExchangeQuoteResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetReservedInstancesExchangeQuoteCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetRouteServerAssociationsRequest,
10
10
  GetRouteServerAssociationsResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetRouteServerAssociationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetRouteServerPropagationsRequest,
10
10
  GetRouteServerPropagationsResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetRouteServerPropagationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetRouteServerRoutingDatabaseRequest,
10
10
  GetRouteServerRoutingDatabaseResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetRouteServerRoutingDatabaseCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetSecurityGroupsForVpcRequest,
10
10
  GetSecurityGroupsForVpcResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetSecurityGroupsForVpcCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- ProvisionIpamPoolCidrRequest,
10
- ProvisionIpamPoolCidrResult,
11
- } from "../models/models_7";
8
+ import { ProvisionIpamPoolCidrRequest } from "../models/models_7";
9
+ import { ProvisionIpamPoolCidrResult } from "../models/models_8";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ProvisionIpamPoolCidrCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ProvisionPublicIpv4PoolCidrRequest,
10
10
  ProvisionPublicIpv4PoolCidrResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ProvisionPublicIpv4PoolCidrCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  PurchaseCapacityBlockRequest,
10
10
  PurchaseCapacityBlockResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface PurchaseCapacityBlockCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  PurchaseCapacityBlockExtensionRequest,
10
10
  PurchaseCapacityBlockExtensionResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface PurchaseCapacityBlockExtensionCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  PurchaseHostReservationRequest,
10
10
  PurchaseHostReservationResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface PurchaseHostReservationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  PurchaseReservedInstancesOfferingRequest,
10
10
  PurchaseReservedInstancesOfferingResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface PurchaseReservedInstancesOfferingCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  PurchaseScheduledInstancesRequest,
10
10
  PurchaseScheduledInstancesResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface PurchaseScheduledInstancesCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { RebootInstancesRequest } from "../models/models_7";
8
+ import { RebootInstancesRequest } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface RebootInstancesCommandInput extends RebootInstancesRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { RegisterImageRequest, RegisterImageResult } from "../models/models_7";
8
+ import { RegisterImageRequest, RegisterImageResult } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface RegisterImageCommandInput extends RegisterImageRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  RegisterInstanceEventNotificationAttributesRequest,
10
10
  RegisterInstanceEventNotificationAttributesResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface RegisterInstanceEventNotificationAttributesCommandInput
@@ -76,6 +76,7 @@ export * from "./CreateFleetCommand";
76
76
  export * from "./CreateFlowLogsCommand";
77
77
  export * from "./CreateFpgaImageCommand";
78
78
  export * from "./CreateImageCommand";
79
+ export * from "./CreateImageUsageReportCommand";
79
80
  export * from "./CreateInstanceConnectEndpointCommand";
80
81
  export * from "./CreateInstanceEventWindowCommand";
81
82
  export * from "./CreateInstanceExportTaskCommand";
@@ -161,6 +162,7 @@ export * from "./DeleteEgressOnlyInternetGatewayCommand";
161
162
  export * from "./DeleteFleetsCommand";
162
163
  export * from "./DeleteFlowLogsCommand";
163
164
  export * from "./DeleteFpgaImageCommand";
165
+ export * from "./DeleteImageUsageReportCommand";
164
166
  export * from "./DeleteInstanceConnectEndpointCommand";
165
167
  export * from "./DeleteInstanceEventWindowCommand";
166
168
  export * from "./DeleteInternetGatewayCommand";
@@ -287,6 +289,9 @@ export * from "./DescribeIamInstanceProfileAssociationsCommand";
287
289
  export * from "./DescribeIdFormatCommand";
288
290
  export * from "./DescribeIdentityIdFormatCommand";
289
291
  export * from "./DescribeImageAttributeCommand";
292
+ export * from "./DescribeImageReferencesCommand";
293
+ export * from "./DescribeImageUsageReportEntriesCommand";
294
+ export * from "./DescribeImageUsageReportsCommand";
290
295
  export * from "./DescribeImagesCommand";
291
296
  export * from "./DescribeImportImageTasksCommand";
292
297
  export * from "./DescribeImportSnapshotTasksCommand";
@@ -66,6 +66,7 @@ export declare const ResourceType: {
66
66
  readonly fpga_image: "fpga-image";
67
67
  readonly host_reservation: "host-reservation";
68
68
  readonly image: "image";
69
+ readonly image_usage_report: "image-usage-report";
69
70
  readonly import_image_task: "import-image-task";
70
71
  readonly import_snapshot_task: "import-snapshot-task";
71
72
  readonly instance: "instance";
@@ -2191,6 +2191,25 @@ export interface CreateImageRequest {
2191
2191
  export interface CreateImageResult {
2192
2192
  ImageId?: string | undefined;
2193
2193
  }
2194
+ export interface ImageUsageResourceTypeOptionRequest {
2195
+ OptionName?: string | undefined;
2196
+ OptionValues?: string[] | undefined;
2197
+ }
2198
+ export interface ImageUsageResourceTypeRequest {
2199
+ ResourceType?: string | undefined;
2200
+ ResourceTypeOptions?: ImageUsageResourceTypeOptionRequest[] | undefined;
2201
+ }
2202
+ export interface CreateImageUsageReportRequest {
2203
+ ImageId: string | undefined;
2204
+ DryRun?: boolean | undefined;
2205
+ ResourceTypes: ImageUsageResourceTypeRequest[] | undefined;
2206
+ AccountIds?: string[] | undefined;
2207
+ ClientToken?: string | undefined;
2208
+ TagSpecifications?: TagSpecification[] | undefined;
2209
+ }
2210
+ export interface CreateImageUsageReportResult {
2211
+ ReportId?: string | undefined;
2212
+ }
2194
2213
  export declare const IpAddressType: {
2195
2214
  readonly dualstack: "dualstack";
2196
2215
  readonly ipv4: "ipv4";
@@ -3027,23 +3046,6 @@ export interface LaunchTemplateIamInstanceProfileSpecification {
3027
3046
  Arn?: string | undefined;
3028
3047
  Name?: string | undefined;
3029
3048
  }
3030
- export interface LaunchTemplateSpotMarketOptions {
3031
- MaxPrice?: string | undefined;
3032
- SpotInstanceType?: SpotInstanceType | undefined;
3033
- BlockDurationMinutes?: number | undefined;
3034
- ValidUntil?: Date | undefined;
3035
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
3036
- }
3037
- export interface LaunchTemplateInstanceMarketOptions {
3038
- MarketType?: MarketType | undefined;
3039
- SpotOptions?: LaunchTemplateSpotMarketOptions | undefined;
3040
- }
3041
- export interface LaunchTemplateLicenseConfiguration {
3042
- LicenseConfigurationArn?: string | undefined;
3043
- }
3044
- export interface LaunchTemplateInstanceMaintenanceOptions {
3045
- AutoRecovery?: LaunchTemplateAutoRecoveryState | undefined;
3046
- }
3047
3049
  export declare const CopySnapshotRequestFilterSensitiveLog: (
3048
3050
  obj: CopySnapshotRequest
3049
3051
  ) => any;
@@ -37,10 +37,11 @@ import {
37
37
  ElasticGpuSpecificationResponse,
38
38
  HostnameType,
39
39
  InstanceBandwidthWeighting,
40
+ InstanceInterruptionBehavior,
40
41
  InstanceRequirements,
41
- IpAddressType,
42
42
  Ipv4PrefixSpecificationRequest,
43
43
  Ipv6PrefixSpecificationRequest,
44
+ LaunchTemplateAutoRecoveryState,
44
45
  LaunchTemplateBlockDeviceMapping,
45
46
  LaunchTemplateCapacityReservationSpecificationResponse,
46
47
  LaunchTemplateCpuOptions,
@@ -49,25 +50,41 @@ import {
49
50
  LaunchTemplateHibernationOptions,
50
51
  LaunchTemplateHttpTokensState,
51
52
  LaunchTemplateIamInstanceProfileSpecification,
52
- LaunchTemplateInstanceMaintenanceOptions,
53
- LaunchTemplateInstanceMarketOptions,
54
53
  LaunchTemplateInstanceMetadataEndpointState,
55
54
  LaunchTemplateInstanceMetadataProtocolIpv6,
56
55
  LaunchTemplateInstanceMetadataTagsState,
57
- LaunchTemplateLicenseConfiguration,
58
56
  MacModificationTask,
59
57
  MacSystemIntegrityProtectionSettingStatus,
58
+ MarketType,
60
59
  OperatorRequest,
61
60
  OperatorResponse,
62
61
  PrivateIpAddressSpecification,
63
62
  ShutdownBehavior,
64
63
  SnapshotLocationEnum,
64
+ SpotInstanceType,
65
65
  Subnet,
66
66
  Tenancy,
67
67
  ValidationWarning,
68
68
  VolumeType,
69
69
  Vpc,
70
70
  } from "./models_1";
71
+ export interface LaunchTemplateSpotMarketOptions {
72
+ MaxPrice?: string | undefined;
73
+ SpotInstanceType?: SpotInstanceType | undefined;
74
+ BlockDurationMinutes?: number | undefined;
75
+ ValidUntil?: Date | undefined;
76
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
77
+ }
78
+ export interface LaunchTemplateInstanceMarketOptions {
79
+ MarketType?: MarketType | undefined;
80
+ SpotOptions?: LaunchTemplateSpotMarketOptions | undefined;
81
+ }
82
+ export interface LaunchTemplateLicenseConfiguration {
83
+ LicenseConfigurationArn?: string | undefined;
84
+ }
85
+ export interface LaunchTemplateInstanceMaintenanceOptions {
86
+ AutoRecovery?: LaunchTemplateAutoRecoveryState | undefined;
87
+ }
71
88
  export declare const LaunchTemplateInstanceMetadataOptionsState: {
72
89
  readonly applied: "applied";
73
90
  readonly pending: "pending";
@@ -2280,37 +2297,6 @@ export declare const VpcEndpointType: {
2280
2297
  };
2281
2298
  export type VpcEndpointType =
2282
2299
  (typeof VpcEndpointType)[keyof typeof VpcEndpointType];
2283
- export interface CreateVpcEndpointRequest {
2284
- DryRun?: boolean | undefined;
2285
- VpcEndpointType?: VpcEndpointType | undefined;
2286
- VpcId: string | undefined;
2287
- ServiceName?: string | undefined;
2288
- PolicyDocument?: string | undefined;
2289
- RouteTableIds?: string[] | undefined;
2290
- SubnetIds?: string[] | undefined;
2291
- SecurityGroupIds?: string[] | undefined;
2292
- IpAddressType?: IpAddressType | undefined;
2293
- DnsOptions?: DnsOptionsSpecification | undefined;
2294
- ClientToken?: string | undefined;
2295
- PrivateDnsEnabled?: boolean | undefined;
2296
- TagSpecifications?: TagSpecification[] | undefined;
2297
- SubnetConfigurations?: SubnetConfiguration[] | undefined;
2298
- ServiceNetworkArn?: string | undefined;
2299
- ResourceConfigurationArn?: string | undefined;
2300
- ServiceRegion?: string | undefined;
2301
- }
2302
- export interface DnsEntry {
2303
- DnsName?: string | undefined;
2304
- HostedZoneId?: string | undefined;
2305
- }
2306
- export interface DnsOptions {
2307
- DnsRecordIpType?: DnsRecordIpType | undefined;
2308
- PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
2309
- }
2310
- export interface SecurityGroupIdentifier {
2311
- GroupId?: string | undefined;
2312
- GroupName?: string | undefined;
2313
- }
2314
2300
  export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (
2315
2301
  obj: ResponseLaunchTemplateData
2316
2302
  ) => any;
@@ -7,7 +7,6 @@ import {
7
7
  AddressTransfer,
8
8
  BundleTask,
9
9
  ByoipCidr,
10
- CapacityReservationFleetState,
11
10
  InstanceEventWindowState,
12
11
  Tag,
13
12
  TagSpecification,
@@ -27,9 +26,6 @@ import {
27
26
  CoipCidr,
28
27
  CoipPool,
29
28
  Ec2InstanceConnectEndpoint,
30
- FleetCapacityReservation,
31
- FleetCapacityReservationTenancy,
32
- FleetInstanceMatchCriteria,
33
29
  GatewayType,
34
30
  IpAddressType,
35
31
  Ipam,
@@ -40,8 +36,8 @@ import {
40
36
  LaunchTemplate,
41
37
  } from "./models_1";
42
38
  import {
43
- DnsEntry,
44
- DnsOptions,
39
+ DnsOptionsSpecification,
40
+ DnsRecordIpType,
45
41
  LocalGatewayRoute,
46
42
  LocalGatewayRouteTable,
47
43
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
@@ -52,8 +48,8 @@ import {
52
48
  RouteServer,
53
49
  RouteServerEndpoint,
54
50
  RouteServerPeer,
55
- SecurityGroupIdentifier,
56
51
  SubnetCidrReservation,
52
+ SubnetConfiguration,
57
53
  TransitGateway,
58
54
  TransitGatewayConnect,
59
55
  TransitGatewayConnectPeer,
@@ -68,6 +64,37 @@ import {
68
64
  VpcBlockPublicAccessExclusion,
69
65
  VpcEndpointType,
70
66
  } from "./models_2";
67
+ export interface CreateVpcEndpointRequest {
68
+ DryRun?: boolean | undefined;
69
+ VpcEndpointType?: VpcEndpointType | undefined;
70
+ VpcId: string | undefined;
71
+ ServiceName?: string | undefined;
72
+ PolicyDocument?: string | undefined;
73
+ RouteTableIds?: string[] | undefined;
74
+ SubnetIds?: string[] | undefined;
75
+ SecurityGroupIds?: string[] | undefined;
76
+ IpAddressType?: IpAddressType | undefined;
77
+ DnsOptions?: DnsOptionsSpecification | undefined;
78
+ ClientToken?: string | undefined;
79
+ PrivateDnsEnabled?: boolean | undefined;
80
+ TagSpecifications?: TagSpecification[] | undefined;
81
+ SubnetConfigurations?: SubnetConfiguration[] | undefined;
82
+ ServiceNetworkArn?: string | undefined;
83
+ ResourceConfigurationArn?: string | undefined;
84
+ ServiceRegion?: string | undefined;
85
+ }
86
+ export interface DnsEntry {
87
+ DnsName?: string | undefined;
88
+ HostedZoneId?: string | undefined;
89
+ }
90
+ export interface DnsOptions {
91
+ DnsRecordIpType?: DnsRecordIpType | undefined;
92
+ PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
93
+ }
94
+ export interface SecurityGroupIdentifier {
95
+ GroupId?: string | undefined;
96
+ GroupName?: string | undefined;
97
+ }
71
98
  export interface SubnetIpPrefixes {
72
99
  SubnetId?: string | undefined;
73
100
  IpPrefixes?: string[] | undefined;
@@ -588,6 +615,13 @@ export interface DeleteFpgaImageRequest {
588
615
  export interface DeleteFpgaImageResult {
589
616
  Return?: boolean | undefined;
590
617
  }
618
+ export interface DeleteImageUsageReportRequest {
619
+ ReportId: string | undefined;
620
+ DryRun?: boolean | undefined;
621
+ }
622
+ export interface DeleteImageUsageReportResult {
623
+ Return?: boolean | undefined;
624
+ }
591
625
  export interface DeleteInstanceConnectEndpointRequest {
592
626
  DryRun?: boolean | undefined;
593
627
  InstanceConnectEndpointId: string | undefined;
@@ -1585,58 +1619,6 @@ export interface DescribeCapacityReservationBillingRequestsRequest {
1585
1619
  Filters?: Filter[] | undefined;
1586
1620
  DryRun?: boolean | undefined;
1587
1621
  }
1588
- export interface CapacityReservationInfo {
1589
- InstanceType?: string | undefined;
1590
- AvailabilityZone?: string | undefined;
1591
- Tenancy?: CapacityReservationTenancy | undefined;
1592
- AvailabilityZoneId?: string | undefined;
1593
- }
1594
- export declare const CapacityReservationBillingRequestStatus: {
1595
- readonly accepted: "accepted";
1596
- readonly cancelled: "cancelled";
1597
- readonly expired: "expired";
1598
- readonly pending: "pending";
1599
- readonly rejected: "rejected";
1600
- readonly revoked: "revoked";
1601
- };
1602
- export type CapacityReservationBillingRequestStatus =
1603
- (typeof CapacityReservationBillingRequestStatus)[keyof typeof CapacityReservationBillingRequestStatus];
1604
- export interface CapacityReservationBillingRequest {
1605
- CapacityReservationId?: string | undefined;
1606
- RequestedBy?: string | undefined;
1607
- UnusedReservationBillingOwnerId?: string | undefined;
1608
- LastUpdateTime?: Date | undefined;
1609
- Status?: CapacityReservationBillingRequestStatus | undefined;
1610
- StatusMessage?: string | undefined;
1611
- CapacityReservationInfo?: CapacityReservationInfo | undefined;
1612
- }
1613
- export interface DescribeCapacityReservationBillingRequestsResult {
1614
- NextToken?: string | undefined;
1615
- CapacityReservationBillingRequests?:
1616
- | CapacityReservationBillingRequest[]
1617
- | undefined;
1618
- }
1619
- export interface DescribeCapacityReservationFleetsRequest {
1620
- CapacityReservationFleetIds?: string[] | undefined;
1621
- NextToken?: string | undefined;
1622
- MaxResults?: number | undefined;
1623
- Filters?: Filter[] | undefined;
1624
- DryRun?: boolean | undefined;
1625
- }
1626
- export interface CapacityReservationFleet {
1627
- CapacityReservationFleetId?: string | undefined;
1628
- CapacityReservationFleetArn?: string | undefined;
1629
- State?: CapacityReservationFleetState | undefined;
1630
- TotalTargetCapacity?: number | undefined;
1631
- TotalFulfilledCapacity?: number | undefined;
1632
- Tenancy?: FleetCapacityReservationTenancy | undefined;
1633
- EndDate?: Date | undefined;
1634
- CreateTime?: Date | undefined;
1635
- InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
1636
- AllocationStrategy?: string | undefined;
1637
- InstanceTypeSpecifications?: FleetCapacityReservation[] | undefined;
1638
- Tags?: Tag[] | undefined;
1639
- }
1640
1622
  export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (
1641
1623
  obj: VpnTunnelOptionsSpecification
1642
1624
  ) => any;