@aws-sdk/client-ec2 3.701.0 → 3.703.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 (289) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2100 -432
  3. package/dist-es/EC2.js +22 -0
  4. package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
  5. package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
  7. package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
  8. package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
  9. package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
  10. package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
  11. package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
  12. package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
  13. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  14. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/models/index.js +1 -0
  17. package/dist-es/models/models_0.js +9 -32
  18. package/dist-es/models/models_1.js +50 -11
  19. package/dist-es/models/models_2.js +28 -19
  20. package/dist-es/models/models_3.js +21 -9
  21. package/dist-es/models/models_4.js +9 -0
  22. package/dist-es/models/models_5.js +8 -3
  23. package/dist-es/models/models_6.js +13 -8
  24. package/dist-es/models/models_7.js +15 -0
  25. package/dist-es/models/models_8.js +1 -0
  26. package/dist-es/protocols/Aws_ec2.js +1548 -123
  27. package/dist-types/EC2.d.ts +82 -0
  28. package/dist-types/EC2Client.d.ts +13 -2
  29. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  33. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  34. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  35. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  36. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  37. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  38. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  41. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  42. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  49. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  63. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  64. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  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/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +26 -5
  104. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  108. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
  114. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  115. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  116. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  117. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  119. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
  120. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  122. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  123. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  124. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  126. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  129. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  131. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  132. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  133. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  134. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  138. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  139. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  140. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  141. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  142. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
  144. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  145. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  146. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
  147. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  148. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  149. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  150. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  151. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  152. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  153. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  154. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  158. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  159. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  160. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  161. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  162. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  163. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  164. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  165. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  166. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  167. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  168. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  169. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  170. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  171. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  172. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  173. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  174. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  175. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  176. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  177. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  186. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
  190. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  191. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  192. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  193. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  194. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  195. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  196. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  197. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  198. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  199. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  200. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  201. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  202. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  203. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  204. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  205. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  206. package/dist-types/commands/index.d.ts +11 -0
  207. package/dist-types/models/index.d.ts +1 -0
  208. package/dist-types/models/models_0.d.ts +119 -298
  209. package/dist-types/models/models_1.d.ts +324 -199
  210. package/dist-types/models/models_2.d.ts +553 -274
  211. package/dist-types/models/models_3.d.ts +396 -839
  212. package/dist-types/models/models_4.d.ts +7095 -7084
  213. package/dist-types/models/models_5.d.ts +5587 -5044
  214. package/dist-types/models/models_6.d.ts +4288 -4396
  215. package/dist-types/models/models_7.d.ts +1424 -15
  216. package/dist-types/models/models_8.d.ts +11 -0
  217. package/dist-types/protocols/Aws_ec2.d.ts +99 -0
  218. package/dist-types/ts3.4/EC2.d.ts +216 -0
  219. package/dist-types/ts3.4/EC2Client.d.ts +66 -0
  220. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  221. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  222. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
  223. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  224. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
  230. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
  232. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  235. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  240. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  241. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  255. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  256. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
  274. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  275. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  276. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  277. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  278. package/dist-types/ts3.4/models/index.d.ts +1 -0
  279. package/dist-types/ts3.4/models/models_0.d.ts +37 -64
  280. package/dist-types/ts3.4/models/models_1.d.ts +83 -54
  281. package/dist-types/ts3.4/models/models_2.d.ts +140 -81
  282. package/dist-types/ts3.4/models/models_3.d.ts +96 -153
  283. package/dist-types/ts3.4/models/models_4.d.ts +154 -134
  284. package/dist-types/ts3.4/models/models_5.d.ts +191 -127
  285. package/dist-types/ts3.4/models/models_6.d.ts +235 -266
  286. package/dist-types/ts3.4/models/models_7.d.ts +323 -6
  287. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  288. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  289. package/package.json +1 -1
@@ -237,6 +237,10 @@ import {
237
237
  CancelConversionTaskCommandInput,
238
238
  CancelConversionTaskCommandOutput,
239
239
  } from "./commands/CancelConversionTaskCommand";
240
+ import {
241
+ CancelDeclarativePoliciesReportCommandInput,
242
+ CancelDeclarativePoliciesReportCommandOutput,
243
+ } from "./commands/CancelDeclarativePoliciesReportCommand";
240
244
  import {
241
245
  CancelExportTaskCommandInput,
242
246
  CancelExportTaskCommandOutput,
@@ -1053,6 +1057,10 @@ import {
1053
1057
  DescribeCustomerGatewaysCommandInput,
1054
1058
  DescribeCustomerGatewaysCommandOutput,
1055
1059
  } from "./commands/DescribeCustomerGatewaysCommand";
1060
+ import {
1061
+ DescribeDeclarativePoliciesReportsCommandInput,
1062
+ DescribeDeclarativePoliciesReportsCommandOutput,
1063
+ } from "./commands/DescribeDeclarativePoliciesReportsCommand";
1056
1064
  import {
1057
1065
  DescribeDhcpOptionsCommandInput,
1058
1066
  DescribeDhcpOptionsCommandOutput,
@@ -1549,6 +1557,10 @@ import {
1549
1557
  DescribeVpcClassicLinkDnsSupportCommandInput,
1550
1558
  DescribeVpcClassicLinkDnsSupportCommandOutput,
1551
1559
  } from "./commands/DescribeVpcClassicLinkDnsSupportCommand";
1560
+ import {
1561
+ DescribeVpcEndpointAssociationsCommandInput,
1562
+ DescribeVpcEndpointAssociationsCommandOutput,
1563
+ } from "./commands/DescribeVpcEndpointAssociationsCommand";
1552
1564
  import {
1553
1565
  DescribeVpcEndpointConnectionNotificationsCommandInput,
1554
1566
  DescribeVpcEndpointConnectionNotificationsCommandOutput,
@@ -1617,6 +1629,10 @@ import {
1617
1629
  DisableAddressTransferCommandInput,
1618
1630
  DisableAddressTransferCommandOutput,
1619
1631
  } from "./commands/DisableAddressTransferCommand";
1632
+ import {
1633
+ DisableAllowedImagesSettingsCommandInput,
1634
+ DisableAllowedImagesSettingsCommandOutput,
1635
+ } from "./commands/DisableAllowedImagesSettingsCommand";
1620
1636
  import {
1621
1637
  DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
1622
1638
  DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
@@ -1749,6 +1765,10 @@ import {
1749
1765
  EnableAddressTransferCommandInput,
1750
1766
  EnableAddressTransferCommandOutput,
1751
1767
  } from "./commands/EnableAddressTransferCommand";
1768
+ import {
1769
+ EnableAllowedImagesSettingsCommandInput,
1770
+ EnableAllowedImagesSettingsCommandOutput,
1771
+ } from "./commands/EnableAllowedImagesSettingsCommand";
1752
1772
  import {
1753
1773
  EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
1754
1774
  EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
@@ -1833,6 +1853,14 @@ import {
1833
1853
  ExportTransitGatewayRoutesCommandInput,
1834
1854
  ExportTransitGatewayRoutesCommandOutput,
1835
1855
  } from "./commands/ExportTransitGatewayRoutesCommand";
1856
+ import {
1857
+ ExportVerifiedAccessInstanceClientConfigurationCommandInput,
1858
+ ExportVerifiedAccessInstanceClientConfigurationCommandOutput,
1859
+ } from "./commands/ExportVerifiedAccessInstanceClientConfigurationCommand";
1860
+ import {
1861
+ GetAllowedImagesSettingsCommandInput,
1862
+ GetAllowedImagesSettingsCommandOutput,
1863
+ } from "./commands/GetAllowedImagesSettingsCommand";
1836
1864
  import {
1837
1865
  GetAssociatedEnclaveCertificateIamRolesCommandInput,
1838
1866
  GetAssociatedEnclaveCertificateIamRolesCommandOutput,
@@ -1861,6 +1889,10 @@ import {
1861
1889
  GetConsoleScreenshotCommandInput,
1862
1890
  GetConsoleScreenshotCommandOutput,
1863
1891
  } from "./commands/GetConsoleScreenshotCommand";
1892
+ import {
1893
+ GetDeclarativePoliciesReportSummaryCommandInput,
1894
+ GetDeclarativePoliciesReportSummaryCommandOutput,
1895
+ } from "./commands/GetDeclarativePoliciesReportSummaryCommand";
1864
1896
  import {
1865
1897
  GetDefaultCreditSpecificationCommandInput,
1866
1898
  GetDefaultCreditSpecificationCommandOutput,
@@ -2013,6 +2045,10 @@ import {
2013
2045
  GetVerifiedAccessEndpointPolicyCommandInput,
2014
2046
  GetVerifiedAccessEndpointPolicyCommandOutput,
2015
2047
  } from "./commands/GetVerifiedAccessEndpointPolicyCommand";
2048
+ import {
2049
+ GetVerifiedAccessEndpointTargetsCommandInput,
2050
+ GetVerifiedAccessEndpointTargetsCommandOutput,
2051
+ } from "./commands/GetVerifiedAccessEndpointTargetsCommand";
2016
2052
  import {
2017
2053
  GetVerifiedAccessGroupPolicyCommandInput,
2018
2054
  GetVerifiedAccessGroupPolicyCommandOutput,
@@ -2449,6 +2485,10 @@ import {
2449
2485
  ReplaceIamInstanceProfileAssociationCommandInput,
2450
2486
  ReplaceIamInstanceProfileAssociationCommandOutput,
2451
2487
  } from "./commands/ReplaceIamInstanceProfileAssociationCommand";
2488
+ import {
2489
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
2490
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput,
2491
+ } from "./commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand";
2452
2492
  import {
2453
2493
  ReplaceNetworkAclAssociationCommandInput,
2454
2494
  ReplaceNetworkAclAssociationCommandOutput,
@@ -2569,6 +2609,10 @@ import {
2569
2609
  SendDiagnosticInterruptCommandInput,
2570
2610
  SendDiagnosticInterruptCommandOutput,
2571
2611
  } from "./commands/SendDiagnosticInterruptCommand";
2612
+ import {
2613
+ StartDeclarativePoliciesReportCommandInput,
2614
+ StartDeclarativePoliciesReportCommandOutput,
2615
+ } from "./commands/StartDeclarativePoliciesReportCommand";
2572
2616
  import {
2573
2617
  StartInstancesCommandInput,
2574
2618
  StartInstancesCommandOutput,
@@ -2685,6 +2729,7 @@ export type ServiceInputTypes =
2685
2729
  | CancelCapacityReservationCommandInput
2686
2730
  | CancelCapacityReservationFleetsCommandInput
2687
2731
  | CancelConversionTaskCommandInput
2732
+ | CancelDeclarativePoliciesReportCommandInput
2688
2733
  | CancelExportTaskCommandInput
2689
2734
  | CancelImageLaunchPermissionCommandInput
2690
2735
  | CancelImportTaskCommandInput
@@ -2889,6 +2934,7 @@ export type ServiceInputTypes =
2889
2934
  | DescribeCoipPoolsCommandInput
2890
2935
  | DescribeConversionTasksCommandInput
2891
2936
  | DescribeCustomerGatewaysCommandInput
2937
+ | DescribeDeclarativePoliciesReportsCommandInput
2892
2938
  | DescribeDhcpOptionsCommandInput
2893
2939
  | DescribeEgressOnlyInternetGatewaysCommandInput
2894
2940
  | DescribeElasticGpusCommandInput
@@ -3013,6 +3059,7 @@ export type ServiceInputTypes =
3013
3059
  | DescribeVpcBlockPublicAccessOptionsCommandInput
3014
3060
  | DescribeVpcClassicLinkCommandInput
3015
3061
  | DescribeVpcClassicLinkDnsSupportCommandInput
3062
+ | DescribeVpcEndpointAssociationsCommandInput
3016
3063
  | DescribeVpcEndpointConnectionNotificationsCommandInput
3017
3064
  | DescribeVpcEndpointConnectionsCommandInput
3018
3065
  | DescribeVpcEndpointServiceConfigurationsCommandInput
@@ -3030,6 +3077,7 @@ export type ServiceInputTypes =
3030
3077
  | DetachVolumeCommandInput
3031
3078
  | DetachVpnGatewayCommandInput
3032
3079
  | DisableAddressTransferCommandInput
3080
+ | DisableAllowedImagesSettingsCommandInput
3033
3081
  | DisableAwsNetworkPerformanceMetricSubscriptionCommandInput
3034
3082
  | DisableEbsEncryptionByDefaultCommandInput
3035
3083
  | DisableFastLaunchCommandInput
@@ -3063,6 +3111,7 @@ export type ServiceInputTypes =
3063
3111
  | DisassociateTrunkInterfaceCommandInput
3064
3112
  | DisassociateVpcCidrBlockCommandInput
3065
3113
  | EnableAddressTransferCommandInput
3114
+ | EnableAllowedImagesSettingsCommandInput
3066
3115
  | EnableAwsNetworkPerformanceMetricSubscriptionCommandInput
3067
3116
  | EnableEbsEncryptionByDefaultCommandInput
3068
3117
  | EnableFastLaunchCommandInput
@@ -3084,6 +3133,8 @@ export type ServiceInputTypes =
3084
3133
  | ExportClientVpnClientConfigurationCommandInput
3085
3134
  | ExportImageCommandInput
3086
3135
  | ExportTransitGatewayRoutesCommandInput
3136
+ | ExportVerifiedAccessInstanceClientConfigurationCommandInput
3137
+ | GetAllowedImagesSettingsCommandInput
3087
3138
  | GetAssociatedEnclaveCertificateIamRolesCommandInput
3088
3139
  | GetAssociatedIpv6PoolCidrsCommandInput
3089
3140
  | GetAwsNetworkPerformanceDataCommandInput
@@ -3091,6 +3142,7 @@ export type ServiceInputTypes =
3091
3142
  | GetCoipPoolUsageCommandInput
3092
3143
  | GetConsoleOutputCommandInput
3093
3144
  | GetConsoleScreenshotCommandInput
3145
+ | GetDeclarativePoliciesReportSummaryCommandInput
3094
3146
  | GetDefaultCreditSpecificationCommandInput
3095
3147
  | GetEbsDefaultKmsKeyIdCommandInput
3096
3148
  | GetEbsEncryptionByDefaultCommandInput
@@ -3129,6 +3181,7 @@ export type ServiceInputTypes =
3129
3181
  | GetTransitGatewayRouteTableAssociationsCommandInput
3130
3182
  | GetTransitGatewayRouteTablePropagationsCommandInput
3131
3183
  | GetVerifiedAccessEndpointPolicyCommandInput
3184
+ | GetVerifiedAccessEndpointTargetsCommandInput
3132
3185
  | GetVerifiedAccessGroupPolicyCommandInput
3133
3186
  | GetVpnConnectionDeviceSampleConfigurationCommandInput
3134
3187
  | GetVpnConnectionDeviceTypesCommandInput
@@ -3238,6 +3291,7 @@ export type ServiceInputTypes =
3238
3291
  | ReleaseHostsCommandInput
3239
3292
  | ReleaseIpamPoolAllocationCommandInput
3240
3293
  | ReplaceIamInstanceProfileAssociationCommandInput
3294
+ | ReplaceImageCriteriaInAllowedImagesSettingsCommandInput
3241
3295
  | ReplaceNetworkAclAssociationCommandInput
3242
3296
  | ReplaceNetworkAclEntryCommandInput
3243
3297
  | ReplaceRouteCommandInput
@@ -3268,6 +3322,7 @@ export type ServiceInputTypes =
3268
3322
  | SearchTransitGatewayMulticastGroupsCommandInput
3269
3323
  | SearchTransitGatewayRoutesCommandInput
3270
3324
  | SendDiagnosticInterruptCommandInput
3325
+ | StartDeclarativePoliciesReportCommandInput
3271
3326
  | StartInstancesCommandInput
3272
3327
  | StartNetworkInsightsAccessScopeAnalysisCommandInput
3273
3328
  | StartNetworkInsightsAnalysisCommandInput
@@ -3332,6 +3387,7 @@ export type ServiceOutputTypes =
3332
3387
  | CancelCapacityReservationCommandOutput
3333
3388
  | CancelCapacityReservationFleetsCommandOutput
3334
3389
  | CancelConversionTaskCommandOutput
3390
+ | CancelDeclarativePoliciesReportCommandOutput
3335
3391
  | CancelExportTaskCommandOutput
3336
3392
  | CancelImageLaunchPermissionCommandOutput
3337
3393
  | CancelImportTaskCommandOutput
@@ -3536,6 +3592,7 @@ export type ServiceOutputTypes =
3536
3592
  | DescribeCoipPoolsCommandOutput
3537
3593
  | DescribeConversionTasksCommandOutput
3538
3594
  | DescribeCustomerGatewaysCommandOutput
3595
+ | DescribeDeclarativePoliciesReportsCommandOutput
3539
3596
  | DescribeDhcpOptionsCommandOutput
3540
3597
  | DescribeEgressOnlyInternetGatewaysCommandOutput
3541
3598
  | DescribeElasticGpusCommandOutput
@@ -3660,6 +3717,7 @@ export type ServiceOutputTypes =
3660
3717
  | DescribeVpcBlockPublicAccessOptionsCommandOutput
3661
3718
  | DescribeVpcClassicLinkCommandOutput
3662
3719
  | DescribeVpcClassicLinkDnsSupportCommandOutput
3720
+ | DescribeVpcEndpointAssociationsCommandOutput
3663
3721
  | DescribeVpcEndpointConnectionNotificationsCommandOutput
3664
3722
  | DescribeVpcEndpointConnectionsCommandOutput
3665
3723
  | DescribeVpcEndpointServiceConfigurationsCommandOutput
@@ -3677,6 +3735,7 @@ export type ServiceOutputTypes =
3677
3735
  | DetachVolumeCommandOutput
3678
3736
  | DetachVpnGatewayCommandOutput
3679
3737
  | DisableAddressTransferCommandOutput
3738
+ | DisableAllowedImagesSettingsCommandOutput
3680
3739
  | DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
3681
3740
  | DisableEbsEncryptionByDefaultCommandOutput
3682
3741
  | DisableFastLaunchCommandOutput
@@ -3710,6 +3769,7 @@ export type ServiceOutputTypes =
3710
3769
  | DisassociateTrunkInterfaceCommandOutput
3711
3770
  | DisassociateVpcCidrBlockCommandOutput
3712
3771
  | EnableAddressTransferCommandOutput
3772
+ | EnableAllowedImagesSettingsCommandOutput
3713
3773
  | EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
3714
3774
  | EnableEbsEncryptionByDefaultCommandOutput
3715
3775
  | EnableFastLaunchCommandOutput
@@ -3731,6 +3791,8 @@ export type ServiceOutputTypes =
3731
3791
  | ExportClientVpnClientConfigurationCommandOutput
3732
3792
  | ExportImageCommandOutput
3733
3793
  | ExportTransitGatewayRoutesCommandOutput
3794
+ | ExportVerifiedAccessInstanceClientConfigurationCommandOutput
3795
+ | GetAllowedImagesSettingsCommandOutput
3734
3796
  | GetAssociatedEnclaveCertificateIamRolesCommandOutput
3735
3797
  | GetAssociatedIpv6PoolCidrsCommandOutput
3736
3798
  | GetAwsNetworkPerformanceDataCommandOutput
@@ -3738,6 +3800,7 @@ export type ServiceOutputTypes =
3738
3800
  | GetCoipPoolUsageCommandOutput
3739
3801
  | GetConsoleOutputCommandOutput
3740
3802
  | GetConsoleScreenshotCommandOutput
3803
+ | GetDeclarativePoliciesReportSummaryCommandOutput
3741
3804
  | GetDefaultCreditSpecificationCommandOutput
3742
3805
  | GetEbsDefaultKmsKeyIdCommandOutput
3743
3806
  | GetEbsEncryptionByDefaultCommandOutput
@@ -3776,6 +3839,7 @@ export type ServiceOutputTypes =
3776
3839
  | GetTransitGatewayRouteTableAssociationsCommandOutput
3777
3840
  | GetTransitGatewayRouteTablePropagationsCommandOutput
3778
3841
  | GetVerifiedAccessEndpointPolicyCommandOutput
3842
+ | GetVerifiedAccessEndpointTargetsCommandOutput
3779
3843
  | GetVerifiedAccessGroupPolicyCommandOutput
3780
3844
  | GetVpnConnectionDeviceSampleConfigurationCommandOutput
3781
3845
  | GetVpnConnectionDeviceTypesCommandOutput
@@ -3885,6 +3949,7 @@ export type ServiceOutputTypes =
3885
3949
  | ReleaseHostsCommandOutput
3886
3950
  | ReleaseIpamPoolAllocationCommandOutput
3887
3951
  | ReplaceIamInstanceProfileAssociationCommandOutput
3952
+ | ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput
3888
3953
  | ReplaceNetworkAclAssociationCommandOutput
3889
3954
  | ReplaceNetworkAclEntryCommandOutput
3890
3955
  | ReplaceRouteCommandOutput
@@ -3915,6 +3980,7 @@ export type ServiceOutputTypes =
3915
3980
  | SearchTransitGatewayMulticastGroupsCommandOutput
3916
3981
  | SearchTransitGatewayRoutesCommandOutput
3917
3982
  | SendDiagnosticInterruptCommandOutput
3983
+ | StartDeclarativePoliciesReportCommandOutput
3918
3984
  | StartInstancesCommandOutput
3919
3985
  | StartNetworkInsightsAccessScopeAnalysisCommandOutput
3920
3986
  | StartNetworkInsightsAnalysisCommandOutput
@@ -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
+ CancelDeclarativePoliciesReportRequest,
10
+ CancelDeclarativePoliciesReportResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CancelDeclarativePoliciesReportCommandInput
15
+ extends CancelDeclarativePoliciesReportRequest {}
16
+ export interface CancelDeclarativePoliciesReportCommandOutput
17
+ extends CancelDeclarativePoliciesReportResult,
18
+ __MetadataBearer {}
19
+ declare const CancelDeclarativePoliciesReportCommand_base: {
20
+ new (
21
+ input: CancelDeclarativePoliciesReportCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CancelDeclarativePoliciesReportCommandInput,
24
+ CancelDeclarativePoliciesReportCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CancelDeclarativePoliciesReportCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CancelDeclarativePoliciesReportCommandInput,
33
+ CancelDeclarativePoliciesReportCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CancelDeclarativePoliciesReportCommand extends CancelDeclarativePoliciesReportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelDeclarativePoliciesReportRequest;
44
+ output: CancelDeclarativePoliciesReportResult;
45
+ };
46
+ sdk: {
47
+ input: CancelDeclarativePoliciesReportCommandInput;
48
+ output: CancelDeclarativePoliciesReportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { CreateCapacityReservationRequest } from "../models/models_0";
9
- import { CreateCapacityReservationResult } from "../models/models_1";
8
+ import {
9
+ CreateCapacityReservationRequest,
10
+ CreateCapacityReservationResult,
11
+ } from "../models/models_1";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface CreateCapacityReservationCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- CreateManagedPrefixListRequest,
10
- CreateManagedPrefixListResult,
11
- } from "../models/models_1";
8
+ import { CreateManagedPrefixListRequest } from "../models/models_1";
9
+ import { CreateManagedPrefixListResult } from "../models/models_2";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface CreateManagedPrefixListCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { CreateNatGatewayRequest } from "../models/models_1";
9
- import { CreateNatGatewayResult } from "../models/models_2";
8
+ import {
9
+ CreateNatGatewayRequest,
10
+ CreateNatGatewayResult,
11
+ } from "../models/models_2";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface CreateNatGatewayCommandInput extends CreateNatGatewayRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteCoipPoolRequest,
10
10
  DeleteCoipPoolResult,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteCoipPoolCommandInput extends DeleteCoipPoolRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DeleteCustomerGatewayRequest } from "../models/models_2";
8
+ import { DeleteCustomerGatewayRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DeleteCustomerGatewayCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DeleteDhcpOptionsRequest } from "../models/models_2";
8
+ import { DeleteDhcpOptionsRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DeleteDhcpOptionsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteEgressOnlyInternetGatewayRequest,
10
10
  DeleteEgressOnlyInternetGatewayResult,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteEgressOnlyInternetGatewayCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DeleteFleetsRequest, DeleteFleetsResult } from "../models/models_2";
8
+ import { DeleteFleetsRequest, DeleteFleetsResult } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DeleteFleetsCommandInput extends DeleteFleetsRequest {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DeleteFlowLogsRequest } from "../models/models_2";
9
- import { DeleteFlowLogsResult } from "../models/models_3";
8
+ import {
9
+ DeleteFlowLogsRequest,
10
+ DeleteFlowLogsResult,
11
+ } from "../models/models_3";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DeleteFlowLogsCommandInput extends DeleteFlowLogsRequest {}
@@ -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
+ DescribeDeclarativePoliciesReportsRequest,
10
+ DescribeDeclarativePoliciesReportsResult,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeDeclarativePoliciesReportsCommandInput
15
+ extends DescribeDeclarativePoliciesReportsRequest {}
16
+ export interface DescribeDeclarativePoliciesReportsCommandOutput
17
+ extends DescribeDeclarativePoliciesReportsResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeDeclarativePoliciesReportsCommand_base: {
20
+ new (
21
+ input: DescribeDeclarativePoliciesReportsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeDeclarativePoliciesReportsCommandInput,
24
+ DescribeDeclarativePoliciesReportsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeDeclarativePoliciesReportsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeDeclarativePoliciesReportsCommandInput,
33
+ DescribeDeclarativePoliciesReportsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeDeclarativePoliciesReportsCommand extends DescribeDeclarativePoliciesReportsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeDeclarativePoliciesReportsRequest;
44
+ output: DescribeDeclarativePoliciesReportsResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeDeclarativePoliciesReportsCommandInput;
48
+ output: DescribeDeclarativePoliciesReportsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeFleetsRequest,
10
- DescribeFleetsResult,
11
- } from "../models/models_3";
8
+ import { DescribeFleetsRequest } from "../models/models_3";
9
+ import { DescribeFleetsResult } from "../models/models_4";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeFleetsCommandInput extends DescribeFleetsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeFlowLogsRequest,
10
10
  DescribeFlowLogsResult,
11
- } from "../models/models_3";
11
+ } from "../models/models_4";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeFlowLogsCommandInput extends DescribeFlowLogsRequest {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeFpgaImageAttributeRequest } from "../models/models_3";
9
- import { DescribeFpgaImageAttributeResult } from "../models/models_4";
8
+ import {
9
+ DescribeFpgaImageAttributeRequest,
10
+ DescribeFpgaImageAttributeResult,
11
+ } from "../models/models_4";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeFpgaImageAttributeCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeReservedInstancesRequest,
10
- DescribeReservedInstancesResult,
11
- } from "../models/models_4";
8
+ import { DescribeReservedInstancesRequest } from "../models/models_4";
9
+ import { DescribeReservedInstancesResult } from "../models/models_5";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeReservedInstancesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeReservedInstancesListingsRequest,
10
10
  DescribeReservedInstancesListingsResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeReservedInstancesListingsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeReservedInstancesModificationsRequest,
10
10
  DescribeReservedInstancesModificationsResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeReservedInstancesModificationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeReservedInstancesOfferingsRequest,
10
10
  DescribeReservedInstancesOfferingsResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeReservedInstancesOfferingsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeRouteTablesRequest,
10
10
  DescribeRouteTablesResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeRouteTablesCommandInput
@@ -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
+ DescribeVpcEndpointAssociationsRequest,
10
+ DescribeVpcEndpointAssociationsResult,
11
+ } from "../models/models_5";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeVpcEndpointAssociationsCommandInput
15
+ extends DescribeVpcEndpointAssociationsRequest {}
16
+ export interface DescribeVpcEndpointAssociationsCommandOutput
17
+ extends DescribeVpcEndpointAssociationsResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeVpcEndpointAssociationsCommand_base: {
20
+ new (
21
+ input: DescribeVpcEndpointAssociationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeVpcEndpointAssociationsCommandInput,
24
+ DescribeVpcEndpointAssociationsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeVpcEndpointAssociationsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeVpcEndpointAssociationsCommandInput,
33
+ DescribeVpcEndpointAssociationsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeVpcEndpointAssociationsCommand extends DescribeVpcEndpointAssociationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeVpcEndpointAssociationsRequest;
44
+ output: DescribeVpcEndpointAssociationsResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeVpcEndpointAssociationsCommandInput;
48
+ output: DescribeVpcEndpointAssociationsCommandOutput;
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
+ DisableAllowedImagesSettingsRequest,
10
+ DisableAllowedImagesSettingsResult,
11
+ } from "../models/models_5";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DisableAllowedImagesSettingsCommandInput
15
+ extends DisableAllowedImagesSettingsRequest {}
16
+ export interface DisableAllowedImagesSettingsCommandOutput
17
+ extends DisableAllowedImagesSettingsResult,
18
+ __MetadataBearer {}
19
+ declare const DisableAllowedImagesSettingsCommand_base: {
20
+ new (
21
+ input: DisableAllowedImagesSettingsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DisableAllowedImagesSettingsCommandInput,
24
+ DisableAllowedImagesSettingsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DisableAllowedImagesSettingsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DisableAllowedImagesSettingsCommandInput,
33
+ DisableAllowedImagesSettingsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DisableAllowedImagesSettingsCommand extends DisableAllowedImagesSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisableAllowedImagesSettingsRequest;
44
+ output: DisableAllowedImagesSettingsResult;
45
+ };
46
+ sdk: {
47
+ input: DisableAllowedImagesSettingsCommandInput;
48
+ output: DisableAllowedImagesSettingsCommandOutput;
49
+ };
50
+ };
51
+ }