@aws-sdk/client-ec2 3.875.0 → 3.878.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 +1242 -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 +711 -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 +92 -10
  33. package/dist-types/commands/CopySnapshotCommand.d.ts +24 -8
  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 +146 -98
  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 +22 -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
@@ -78,6 +78,7 @@ import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/C
78
78
  import { CreateFlowLogsCommandInput, CreateFlowLogsCommandOutput } from "../commands/CreateFlowLogsCommand";
79
79
  import { CreateFpgaImageCommandInput, CreateFpgaImageCommandOutput } from "../commands/CreateFpgaImageCommand";
80
80
  import { CreateImageCommandInput, CreateImageCommandOutput } from "../commands/CreateImageCommand";
81
+ import { CreateImageUsageReportCommandInput, CreateImageUsageReportCommandOutput } from "../commands/CreateImageUsageReportCommand";
81
82
  import { CreateInstanceConnectEndpointCommandInput, CreateInstanceConnectEndpointCommandOutput } from "../commands/CreateInstanceConnectEndpointCommand";
82
83
  import { CreateInstanceEventWindowCommandInput, CreateInstanceEventWindowCommandOutput } from "../commands/CreateInstanceEventWindowCommand";
83
84
  import { CreateInstanceExportTaskCommandInput, CreateInstanceExportTaskCommandOutput } from "../commands/CreateInstanceExportTaskCommand";
@@ -163,6 +164,7 @@ import { DeleteEgressOnlyInternetGatewayCommandInput, DeleteEgressOnlyInternetGa
163
164
  import { DeleteFleetsCommandInput, DeleteFleetsCommandOutput } from "../commands/DeleteFleetsCommand";
164
165
  import { DeleteFlowLogsCommandInput, DeleteFlowLogsCommandOutput } from "../commands/DeleteFlowLogsCommand";
165
166
  import { DeleteFpgaImageCommandInput, DeleteFpgaImageCommandOutput } from "../commands/DeleteFpgaImageCommand";
167
+ import { DeleteImageUsageReportCommandInput, DeleteImageUsageReportCommandOutput } from "../commands/DeleteImageUsageReportCommand";
166
168
  import { DeleteInstanceConnectEndpointCommandInput, DeleteInstanceConnectEndpointCommandOutput } from "../commands/DeleteInstanceConnectEndpointCommand";
167
169
  import { DeleteInstanceEventWindowCommandInput, DeleteInstanceEventWindowCommandOutput } from "../commands/DeleteInstanceEventWindowCommand";
168
170
  import { DeleteInternetGatewayCommandInput, DeleteInternetGatewayCommandOutput } from "../commands/DeleteInternetGatewayCommand";
@@ -289,7 +291,10 @@ import { DescribeIamInstanceProfileAssociationsCommandInput, DescribeIamInstance
289
291
  import { DescribeIdentityIdFormatCommandInput, DescribeIdentityIdFormatCommandOutput } from "../commands/DescribeIdentityIdFormatCommand";
290
292
  import { DescribeIdFormatCommandInput, DescribeIdFormatCommandOutput } from "../commands/DescribeIdFormatCommand";
291
293
  import { DescribeImageAttributeCommandInput, DescribeImageAttributeCommandOutput } from "../commands/DescribeImageAttributeCommand";
294
+ import { DescribeImageReferencesCommandInput, DescribeImageReferencesCommandOutput } from "../commands/DescribeImageReferencesCommand";
292
295
  import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "../commands/DescribeImagesCommand";
296
+ import { DescribeImageUsageReportEntriesCommandInput, DescribeImageUsageReportEntriesCommandOutput } from "../commands/DescribeImageUsageReportEntriesCommand";
297
+ import { DescribeImageUsageReportsCommandInput, DescribeImageUsageReportsCommandOutput } from "../commands/DescribeImageUsageReportsCommand";
293
298
  import { DescribeImportImageTasksCommandInput, DescribeImportImageTasksCommandOutput } from "../commands/DescribeImportImageTasksCommand";
294
299
  import { DescribeImportSnapshotTasksCommandInput, DescribeImportSnapshotTasksCommandOutput } from "../commands/DescribeImportSnapshotTasksCommand";
295
300
  import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "../commands/DescribeInstanceAttributeCommand";
@@ -1001,6 +1006,10 @@ export declare const se_CreateFpgaImageCommand: (input: CreateFpgaImageCommandIn
1001
1006
  * serializeAws_ec2CreateImageCommand
1002
1007
  */
1003
1008
  export declare const se_CreateImageCommand: (input: CreateImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1009
+ /**
1010
+ * serializeAws_ec2CreateImageUsageReportCommand
1011
+ */
1012
+ export declare const se_CreateImageUsageReportCommand: (input: CreateImageUsageReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1004
1013
  /**
1005
1014
  * serializeAws_ec2CreateInstanceConnectEndpointCommand
1006
1015
  */
@@ -1341,6 +1350,10 @@ export declare const se_DeleteFlowLogsCommand: (input: DeleteFlowLogsCommandInpu
1341
1350
  * serializeAws_ec2DeleteFpgaImageCommand
1342
1351
  */
1343
1352
  export declare const se_DeleteFpgaImageCommand: (input: DeleteFpgaImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1353
+ /**
1354
+ * serializeAws_ec2DeleteImageUsageReportCommand
1355
+ */
1356
+ export declare const se_DeleteImageUsageReportCommand: (input: DeleteImageUsageReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1344
1357
  /**
1345
1358
  * serializeAws_ec2DeleteInstanceConnectEndpointCommand
1346
1359
  */
@@ -1845,10 +1858,22 @@ export declare const se_DescribeIdFormatCommand: (input: DescribeIdFormatCommand
1845
1858
  * serializeAws_ec2DescribeImageAttributeCommand
1846
1859
  */
1847
1860
  export declare const se_DescribeImageAttributeCommand: (input: DescribeImageAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1861
+ /**
1862
+ * serializeAws_ec2DescribeImageReferencesCommand
1863
+ */
1864
+ export declare const se_DescribeImageReferencesCommand: (input: DescribeImageReferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1848
1865
  /**
1849
1866
  * serializeAws_ec2DescribeImagesCommand
1850
1867
  */
1851
1868
  export declare const se_DescribeImagesCommand: (input: DescribeImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1869
+ /**
1870
+ * serializeAws_ec2DescribeImageUsageReportEntriesCommand
1871
+ */
1872
+ export declare const se_DescribeImageUsageReportEntriesCommand: (input: DescribeImageUsageReportEntriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1873
+ /**
1874
+ * serializeAws_ec2DescribeImageUsageReportsCommand
1875
+ */
1876
+ export declare const se_DescribeImageUsageReportsCommand: (input: DescribeImageUsageReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1852
1877
  /**
1853
1878
  * serializeAws_ec2DescribeImportImageTasksCommand
1854
1879
  */
@@ -3757,6 +3782,10 @@ export declare const de_CreateFpgaImageCommand: (output: __HttpResponse, context
3757
3782
  * deserializeAws_ec2CreateImageCommand
3758
3783
  */
3759
3784
  export declare const de_CreateImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageCommandOutput>;
3785
+ /**
3786
+ * deserializeAws_ec2CreateImageUsageReportCommand
3787
+ */
3788
+ export declare const de_CreateImageUsageReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageUsageReportCommandOutput>;
3760
3789
  /**
3761
3790
  * deserializeAws_ec2CreateInstanceConnectEndpointCommand
3762
3791
  */
@@ -4097,6 +4126,10 @@ export declare const de_DeleteFlowLogsCommand: (output: __HttpResponse, context:
4097
4126
  * deserializeAws_ec2DeleteFpgaImageCommand
4098
4127
  */
4099
4128
  export declare const de_DeleteFpgaImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFpgaImageCommandOutput>;
4129
+ /**
4130
+ * deserializeAws_ec2DeleteImageUsageReportCommand
4131
+ */
4132
+ export declare const de_DeleteImageUsageReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageUsageReportCommandOutput>;
4100
4133
  /**
4101
4134
  * deserializeAws_ec2DeleteInstanceConnectEndpointCommand
4102
4135
  */
@@ -4601,10 +4634,22 @@ export declare const de_DescribeIdFormatCommand: (output: __HttpResponse, contex
4601
4634
  * deserializeAws_ec2DescribeImageAttributeCommand
4602
4635
  */
4603
4636
  export declare const de_DescribeImageAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageAttributeCommandOutput>;
4637
+ /**
4638
+ * deserializeAws_ec2DescribeImageReferencesCommand
4639
+ */
4640
+ export declare const de_DescribeImageReferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageReferencesCommandOutput>;
4604
4641
  /**
4605
4642
  * deserializeAws_ec2DescribeImagesCommand
4606
4643
  */
4607
4644
  export declare const de_DescribeImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImagesCommandOutput>;
4645
+ /**
4646
+ * deserializeAws_ec2DescribeImageUsageReportEntriesCommand
4647
+ */
4648
+ export declare const de_DescribeImageUsageReportEntriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageUsageReportEntriesCommandOutput>;
4649
+ /**
4650
+ * deserializeAws_ec2DescribeImageUsageReportsCommand
4651
+ */
4652
+ export declare const de_DescribeImageUsageReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageUsageReportsCommandOutput>;
4608
4653
  /**
4609
4654
  * deserializeAws_ec2DescribeImportImageTasksCommand
4610
4655
  */
@@ -311,6 +311,10 @@ import {
311
311
  CreateImageCommandInput,
312
312
  CreateImageCommandOutput,
313
313
  } from "./commands/CreateImageCommand";
314
+ import {
315
+ CreateImageUsageReportCommandInput,
316
+ CreateImageUsageReportCommandOutput,
317
+ } from "./commands/CreateImageUsageReportCommand";
314
318
  import {
315
319
  CreateInstanceConnectEndpointCommandInput,
316
320
  CreateInstanceConnectEndpointCommandOutput,
@@ -651,6 +655,10 @@ import {
651
655
  DeleteFpgaImageCommandInput,
652
656
  DeleteFpgaImageCommandOutput,
653
657
  } from "./commands/DeleteFpgaImageCommand";
658
+ import {
659
+ DeleteImageUsageReportCommandInput,
660
+ DeleteImageUsageReportCommandOutput,
661
+ } from "./commands/DeleteImageUsageReportCommand";
654
662
  import {
655
663
  DeleteInstanceConnectEndpointCommandInput,
656
664
  DeleteInstanceConnectEndpointCommandOutput,
@@ -1155,10 +1163,22 @@ import {
1155
1163
  DescribeImageAttributeCommandInput,
1156
1164
  DescribeImageAttributeCommandOutput,
1157
1165
  } from "./commands/DescribeImageAttributeCommand";
1166
+ import {
1167
+ DescribeImageReferencesCommandInput,
1168
+ DescribeImageReferencesCommandOutput,
1169
+ } from "./commands/DescribeImageReferencesCommand";
1158
1170
  import {
1159
1171
  DescribeImagesCommandInput,
1160
1172
  DescribeImagesCommandOutput,
1161
1173
  } from "./commands/DescribeImagesCommand";
1174
+ import {
1175
+ DescribeImageUsageReportEntriesCommandInput,
1176
+ DescribeImageUsageReportEntriesCommandOutput,
1177
+ } from "./commands/DescribeImageUsageReportEntriesCommand";
1178
+ import {
1179
+ DescribeImageUsageReportsCommandInput,
1180
+ DescribeImageUsageReportsCommandOutput,
1181
+ } from "./commands/DescribeImageUsageReportsCommand";
1162
1182
  import {
1163
1183
  DescribeImportImageTasksCommandInput,
1164
1184
  DescribeImportImageTasksCommandOutput,
@@ -3863,6 +3883,19 @@ export interface EC2 {
3863
3883
  options: __HttpHandlerOptions,
3864
3884
  cb: (err: any, data?: CreateImageCommandOutput) => void
3865
3885
  ): void;
3886
+ createImageUsageReport(
3887
+ args: CreateImageUsageReportCommandInput,
3888
+ options?: __HttpHandlerOptions
3889
+ ): Promise<CreateImageUsageReportCommandOutput>;
3890
+ createImageUsageReport(
3891
+ args: CreateImageUsageReportCommandInput,
3892
+ cb: (err: any, data?: CreateImageUsageReportCommandOutput) => void
3893
+ ): void;
3894
+ createImageUsageReport(
3895
+ args: CreateImageUsageReportCommandInput,
3896
+ options: __HttpHandlerOptions,
3897
+ cb: (err: any, data?: CreateImageUsageReportCommandOutput) => void
3898
+ ): void;
3866
3899
  createInstanceConnectEndpoint(
3867
3900
  args: CreateInstanceConnectEndpointCommandInput,
3868
3901
  options?: __HttpHandlerOptions
@@ -5071,6 +5104,19 @@ export interface EC2 {
5071
5104
  options: __HttpHandlerOptions,
5072
5105
  cb: (err: any, data?: DeleteFpgaImageCommandOutput) => void
5073
5106
  ): void;
5107
+ deleteImageUsageReport(
5108
+ args: DeleteImageUsageReportCommandInput,
5109
+ options?: __HttpHandlerOptions
5110
+ ): Promise<DeleteImageUsageReportCommandOutput>;
5111
+ deleteImageUsageReport(
5112
+ args: DeleteImageUsageReportCommandInput,
5113
+ cb: (err: any, data?: DeleteImageUsageReportCommandOutput) => void
5114
+ ): void;
5115
+ deleteImageUsageReport(
5116
+ args: DeleteImageUsageReportCommandInput,
5117
+ options: __HttpHandlerOptions,
5118
+ cb: (err: any, data?: DeleteImageUsageReportCommandOutput) => void
5119
+ ): void;
5074
5120
  deleteInstanceConnectEndpoint(
5075
5121
  args: DeleteInstanceConnectEndpointCommandInput,
5076
5122
  options?: __HttpHandlerOptions
@@ -6912,6 +6958,19 @@ export interface EC2 {
6912
6958
  options: __HttpHandlerOptions,
6913
6959
  cb: (err: any, data?: DescribeImageAttributeCommandOutput) => void
6914
6960
  ): void;
6961
+ describeImageReferences(
6962
+ args: DescribeImageReferencesCommandInput,
6963
+ options?: __HttpHandlerOptions
6964
+ ): Promise<DescribeImageReferencesCommandOutput>;
6965
+ describeImageReferences(
6966
+ args: DescribeImageReferencesCommandInput,
6967
+ cb: (err: any, data?: DescribeImageReferencesCommandOutput) => void
6968
+ ): void;
6969
+ describeImageReferences(
6970
+ args: DescribeImageReferencesCommandInput,
6971
+ options: __HttpHandlerOptions,
6972
+ cb: (err: any, data?: DescribeImageReferencesCommandOutput) => void
6973
+ ): void;
6915
6974
  describeImages(): Promise<DescribeImagesCommandOutput>;
6916
6975
  describeImages(
6917
6976
  args: DescribeImagesCommandInput,
@@ -6926,6 +6985,34 @@ export interface EC2 {
6926
6985
  options: __HttpHandlerOptions,
6927
6986
  cb: (err: any, data?: DescribeImagesCommandOutput) => void
6928
6987
  ): void;
6988
+ describeImageUsageReportEntries(): Promise<DescribeImageUsageReportEntriesCommandOutput>;
6989
+ describeImageUsageReportEntries(
6990
+ args: DescribeImageUsageReportEntriesCommandInput,
6991
+ options?: __HttpHandlerOptions
6992
+ ): Promise<DescribeImageUsageReportEntriesCommandOutput>;
6993
+ describeImageUsageReportEntries(
6994
+ args: DescribeImageUsageReportEntriesCommandInput,
6995
+ cb: (err: any, data?: DescribeImageUsageReportEntriesCommandOutput) => void
6996
+ ): void;
6997
+ describeImageUsageReportEntries(
6998
+ args: DescribeImageUsageReportEntriesCommandInput,
6999
+ options: __HttpHandlerOptions,
7000
+ cb: (err: any, data?: DescribeImageUsageReportEntriesCommandOutput) => void
7001
+ ): void;
7002
+ describeImageUsageReports(): Promise<DescribeImageUsageReportsCommandOutput>;
7003
+ describeImageUsageReports(
7004
+ args: DescribeImageUsageReportsCommandInput,
7005
+ options?: __HttpHandlerOptions
7006
+ ): Promise<DescribeImageUsageReportsCommandOutput>;
7007
+ describeImageUsageReports(
7008
+ args: DescribeImageUsageReportsCommandInput,
7009
+ cb: (err: any, data?: DescribeImageUsageReportsCommandOutput) => void
7010
+ ): void;
7011
+ describeImageUsageReports(
7012
+ args: DescribeImageUsageReportsCommandInput,
7013
+ options: __HttpHandlerOptions,
7014
+ cb: (err: any, data?: DescribeImageUsageReportsCommandOutput) => void
7015
+ ): void;
6929
7016
  describeImportImageTasks(): Promise<DescribeImportImageTasksCommandOutput>;
6930
7017
  describeImportImageTasks(
6931
7018
  args: DescribeImportImageTasksCommandInput,
@@ -357,6 +357,10 @@ import {
357
357
  CreateImageCommandInput,
358
358
  CreateImageCommandOutput,
359
359
  } from "./commands/CreateImageCommand";
360
+ import {
361
+ CreateImageUsageReportCommandInput,
362
+ CreateImageUsageReportCommandOutput,
363
+ } from "./commands/CreateImageUsageReportCommand";
360
364
  import {
361
365
  CreateInstanceConnectEndpointCommandInput,
362
366
  CreateInstanceConnectEndpointCommandOutput,
@@ -697,6 +701,10 @@ import {
697
701
  DeleteFpgaImageCommandInput,
698
702
  DeleteFpgaImageCommandOutput,
699
703
  } from "./commands/DeleteFpgaImageCommand";
704
+ import {
705
+ DeleteImageUsageReportCommandInput,
706
+ DeleteImageUsageReportCommandOutput,
707
+ } from "./commands/DeleteImageUsageReportCommand";
700
708
  import {
701
709
  DeleteInstanceConnectEndpointCommandInput,
702
710
  DeleteInstanceConnectEndpointCommandOutput,
@@ -1201,10 +1209,22 @@ import {
1201
1209
  DescribeImageAttributeCommandInput,
1202
1210
  DescribeImageAttributeCommandOutput,
1203
1211
  } from "./commands/DescribeImageAttributeCommand";
1212
+ import {
1213
+ DescribeImageReferencesCommandInput,
1214
+ DescribeImageReferencesCommandOutput,
1215
+ } from "./commands/DescribeImageReferencesCommand";
1204
1216
  import {
1205
1217
  DescribeImagesCommandInput,
1206
1218
  DescribeImagesCommandOutput,
1207
1219
  } from "./commands/DescribeImagesCommand";
1220
+ import {
1221
+ DescribeImageUsageReportEntriesCommandInput,
1222
+ DescribeImageUsageReportEntriesCommandOutput,
1223
+ } from "./commands/DescribeImageUsageReportEntriesCommand";
1224
+ import {
1225
+ DescribeImageUsageReportsCommandInput,
1226
+ DescribeImageUsageReportsCommandOutput,
1227
+ } from "./commands/DescribeImageUsageReportsCommand";
1208
1228
  import {
1209
1229
  DescribeImportImageTasksCommandInput,
1210
1230
  DescribeImportImageTasksCommandOutput,
@@ -2887,6 +2907,7 @@ export type ServiceInputTypes =
2887
2907
  | CreateFlowLogsCommandInput
2888
2908
  | CreateFpgaImageCommandInput
2889
2909
  | CreateImageCommandInput
2910
+ | CreateImageUsageReportCommandInput
2890
2911
  | CreateInstanceConnectEndpointCommandInput
2891
2912
  | CreateInstanceEventWindowCommandInput
2892
2913
  | CreateInstanceExportTaskCommandInput
@@ -2972,6 +2993,7 @@ export type ServiceInputTypes =
2972
2993
  | DeleteFleetsCommandInput
2973
2994
  | DeleteFlowLogsCommandInput
2974
2995
  | DeleteFpgaImageCommandInput
2996
+ | DeleteImageUsageReportCommandInput
2975
2997
  | DeleteInstanceConnectEndpointCommandInput
2976
2998
  | DeleteInstanceEventWindowCommandInput
2977
2999
  | DeleteInternetGatewayCommandInput
@@ -3098,6 +3120,9 @@ export type ServiceInputTypes =
3098
3120
  | DescribeIdFormatCommandInput
3099
3121
  | DescribeIdentityIdFormatCommandInput
3100
3122
  | DescribeImageAttributeCommandInput
3123
+ | DescribeImageReferencesCommandInput
3124
+ | DescribeImageUsageReportEntriesCommandInput
3125
+ | DescribeImageUsageReportsCommandInput
3101
3126
  | DescribeImagesCommandInput
3102
3127
  | DescribeImportImageTasksCommandInput
3103
3128
  | DescribeImportSnapshotTasksCommandInput
@@ -3577,6 +3602,7 @@ export type ServiceOutputTypes =
3577
3602
  | CreateFlowLogsCommandOutput
3578
3603
  | CreateFpgaImageCommandOutput
3579
3604
  | CreateImageCommandOutput
3605
+ | CreateImageUsageReportCommandOutput
3580
3606
  | CreateInstanceConnectEndpointCommandOutput
3581
3607
  | CreateInstanceEventWindowCommandOutput
3582
3608
  | CreateInstanceExportTaskCommandOutput
@@ -3662,6 +3688,7 @@ export type ServiceOutputTypes =
3662
3688
  | DeleteFleetsCommandOutput
3663
3689
  | DeleteFlowLogsCommandOutput
3664
3690
  | DeleteFpgaImageCommandOutput
3691
+ | DeleteImageUsageReportCommandOutput
3665
3692
  | DeleteInstanceConnectEndpointCommandOutput
3666
3693
  | DeleteInstanceEventWindowCommandOutput
3667
3694
  | DeleteInternetGatewayCommandOutput
@@ -3788,6 +3815,9 @@ export type ServiceOutputTypes =
3788
3815
  | DescribeIdFormatCommandOutput
3789
3816
  | DescribeIdentityIdFormatCommandOutput
3790
3817
  | DescribeImageAttributeCommandOutput
3818
+ | DescribeImageReferencesCommandOutput
3819
+ | DescribeImageUsageReportEntriesCommandOutput
3820
+ | DescribeImageUsageReportsCommandOutput
3791
3821
  | DescribeImagesCommandOutput
3792
3822
  | DescribeImportImageTasksCommandOutput
3793
3823
  | DescribeImportSnapshotTasksCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ CreateImageUsageReportRequest,
10
+ CreateImageUsageReportResult,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateImageUsageReportCommandInput
15
+ extends CreateImageUsageReportRequest {}
16
+ export interface CreateImageUsageReportCommandOutput
17
+ extends CreateImageUsageReportResult,
18
+ __MetadataBearer {}
19
+ declare const CreateImageUsageReportCommand_base: {
20
+ new (
21
+ input: CreateImageUsageReportCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateImageUsageReportCommandInput,
24
+ CreateImageUsageReportCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateImageUsageReportCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateImageUsageReportCommandInput,
33
+ CreateImageUsageReportCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateImageUsageReportCommand extends CreateImageUsageReportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateImageUsageReportRequest;
44
+ output: CreateImageUsageReportResult;
45
+ };
46
+ sdk: {
47
+ input: CreateImageUsageReportCommandInput;
48
+ output: CreateImageUsageReportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { CreateVpcEndpointRequest } from "../models/models_2";
9
- import { CreateVpcEndpointResult } from "../models/models_3";
8
+ import {
9
+ CreateVpcEndpointRequest,
10
+ CreateVpcEndpointResult,
11
+ } from "../models/models_3";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface CreateVpcEndpointCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DeleteImageUsageReportRequest,
10
+ DeleteImageUsageReportResult,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteImageUsageReportCommandInput
15
+ extends DeleteImageUsageReportRequest {}
16
+ export interface DeleteImageUsageReportCommandOutput
17
+ extends DeleteImageUsageReportResult,
18
+ __MetadataBearer {}
19
+ declare const DeleteImageUsageReportCommand_base: {
20
+ new (
21
+ input: DeleteImageUsageReportCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteImageUsageReportCommandInput,
24
+ DeleteImageUsageReportCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteImageUsageReportCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteImageUsageReportCommandInput,
33
+ DeleteImageUsageReportCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteImageUsageReportCommand extends DeleteImageUsageReportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteImageUsageReportRequest;
44
+ output: DeleteImageUsageReportResult;
45
+ };
46
+ sdk: {
47
+ input: DeleteImageUsageReportCommandInput;
48
+ output: DeleteImageUsageReportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeCapacityReservationBillingRequestsRequest,
10
- DescribeCapacityReservationBillingRequestsResult,
11
- } from "../models/models_3";
8
+ import { DescribeCapacityReservationBillingRequestsRequest } from "../models/models_3";
9
+ import { DescribeCapacityReservationBillingRequestsResult } from "../models/models_4";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeCapacityReservationBillingRequestsCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeCapacityReservationFleetsRequest } from "../models/models_3";
9
- import { DescribeCapacityReservationFleetsResult } from "../models/models_4";
8
+ import {
9
+ DescribeCapacityReservationFleetsRequest,
10
+ DescribeCapacityReservationFleetsResult,
11
+ } from "../models/models_4";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeCapacityReservationFleetsCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DescribeImageReferencesRequest,
10
+ DescribeImageReferencesResult,
11
+ } from "../models/models_4";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeImageReferencesCommandInput
15
+ extends DescribeImageReferencesRequest {}
16
+ export interface DescribeImageReferencesCommandOutput
17
+ extends DescribeImageReferencesResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeImageReferencesCommand_base: {
20
+ new (
21
+ input: DescribeImageReferencesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeImageReferencesCommandInput,
24
+ DescribeImageReferencesCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DescribeImageReferencesCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeImageReferencesCommandInput,
33
+ DescribeImageReferencesCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeImageReferencesCommand extends DescribeImageReferencesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeImageReferencesRequest;
44
+ output: DescribeImageReferencesResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeImageReferencesCommandInput;
48
+ output: DescribeImageReferencesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DescribeImageUsageReportEntriesRequest,
10
+ DescribeImageUsageReportEntriesResult,
11
+ } from "../models/models_4";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeImageUsageReportEntriesCommandInput
15
+ extends DescribeImageUsageReportEntriesRequest {}
16
+ export interface DescribeImageUsageReportEntriesCommandOutput
17
+ extends DescribeImageUsageReportEntriesResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeImageUsageReportEntriesCommand_base: {
20
+ new (
21
+ input: DescribeImageUsageReportEntriesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeImageUsageReportEntriesCommandInput,
24
+ DescribeImageUsageReportEntriesCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeImageUsageReportEntriesCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeImageUsageReportEntriesCommandInput,
33
+ DescribeImageUsageReportEntriesCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeImageUsageReportEntriesCommand extends DescribeImageUsageReportEntriesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeImageUsageReportEntriesRequest;
44
+ output: DescribeImageUsageReportEntriesResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeImageUsageReportEntriesCommandInput;
48
+ output: DescribeImageUsageReportEntriesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DescribeImageUsageReportsRequest,
10
+ DescribeImageUsageReportsResult,
11
+ } from "../models/models_4";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeImageUsageReportsCommandInput
15
+ extends DescribeImageUsageReportsRequest {}
16
+ export interface DescribeImageUsageReportsCommandOutput
17
+ extends DescribeImageUsageReportsResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeImageUsageReportsCommand_base: {
20
+ new (
21
+ input: DescribeImageUsageReportsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeImageUsageReportsCommandInput,
24
+ DescribeImageUsageReportsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeImageUsageReportsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeImageUsageReportsCommandInput,
33
+ DescribeImageUsageReportsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeImageUsageReportsCommand extends DescribeImageUsageReportsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeImageUsageReportsRequest;
44
+ output: DescribeImageUsageReportsResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeImageUsageReportsCommandInput;
48
+ output: DescribeImageUsageReportsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeInstanceTypesRequest,
10
- DescribeInstanceTypesResult,
11
- } from "../models/models_4";
8
+ import { DescribeInstanceTypesRequest } from "../models/models_4";
9
+ import { DescribeInstanceTypesResult } from "../models/models_5";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeInstanceTypesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeInternetGatewaysRequest,
10
10
  DescribeInternetGatewaysResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeInternetGatewaysCommandInput