@aws-sdk/client-ec2 3.701.0 → 3.708.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 (312) hide show
  1. package/README.md +96 -0
  2. package/dist-cjs/index.js +2291 -481
  3. package/dist-es/EC2.js +24 -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/ModifyInstanceNetworkPerformanceOptionsCommand.js +22 -0
  14. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  15. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/index.js +1 -0
  18. package/dist-es/models/models_0.js +9 -32
  19. package/dist-es/models/models_1.js +55 -25
  20. package/dist-es/models/models_2.js +42 -19
  21. package/dist-es/models/models_3.js +21 -15
  22. package/dist-es/models/models_4.js +20 -21
  23. package/dist-es/models/models_5.js +29 -3
  24. package/dist-es/models/models_6.js +13 -23
  25. package/dist-es/models/models_7.js +30 -0
  26. package/dist-es/models/models_8.js +1 -0
  27. package/dist-es/protocols/Aws_ec2.js +1662 -123
  28. package/dist-types/EC2.d.ts +89 -0
  29. package/dist-types/EC2Client.d.ts +14 -2
  30. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  32. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  33. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  34. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  35. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  36. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  37. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  38. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  39. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  42. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  43. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  50. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -3
  64. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -4
  65. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  69. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  70. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  75. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  98. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  100. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +26 -5
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -1
  110. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
  117. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  118. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  119. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  120. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  122. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -1
  123. package/dist-types/commands/DescribeFleetsCommand.d.ts +5 -5
  124. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  126. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  127. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  128. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +5 -2
  131. package/dist-types/commands/DescribeInstancesCommand.d.ts +4 -1
  132. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -2
  133. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  134. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  137. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  139. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  141. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  143. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  144. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  145. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  146. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
  149. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  150. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  151. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +101 -0
  152. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  153. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  154. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  158. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  159. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  160. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  161. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  162. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  163. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  164. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  166. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  167. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  168. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  169. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  170. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -2
  171. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  172. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  173. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  174. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  175. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +75 -0
  183. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  194. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  195. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
  199. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  200. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  201. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  202. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  203. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  204. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  206. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  207. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  208. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  209. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  210. package/dist-types/commands/RunInstancesCommand.d.ts +9 -3
  211. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  212. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  213. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  215. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  216. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  217. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  218. package/dist-types/commands/index.d.ts +12 -0
  219. package/dist-types/models/index.d.ts +1 -0
  220. package/dist-types/models/models_0.d.ts +119 -298
  221. package/dist-types/models/models_1.d.ts +392 -279
  222. package/dist-types/models/models_2.d.ts +627 -314
  223. package/dist-types/models/models_3.d.ts +422 -924
  224. package/dist-types/models/models_4.d.ts +7153 -7068
  225. package/dist-types/models/models_5.d.ts +5632 -5095
  226. package/dist-types/models/models_6.d.ts +4278 -4390
  227. package/dist-types/models/models_7.d.ts +1591 -172
  228. package/dist-types/models/models_8.d.ts +168 -0
  229. package/dist-types/protocols/Aws_ec2.d.ts +108 -0
  230. package/dist-types/ts3.4/EC2.d.ts +239 -0
  231. package/dist-types/ts3.4/EC2Client.d.ts +72 -0
  232. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  233. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -4
  235. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  237. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +2 -4
  238. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  246. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +2 -4
  247. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  250. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  251. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  256. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  257. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +49 -0
  258. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  271. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  272. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  273. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  274. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +51 -0
  278. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
  294. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  295. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  296. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  301. package/dist-types/ts3.4/models/index.d.ts +1 -0
  302. package/dist-types/ts3.4/models/models_0.d.ts +37 -64
  303. package/dist-types/ts3.4/models/models_1.d.ts +102 -85
  304. package/dist-types/ts3.4/models/models_2.d.ts +171 -94
  305. package/dist-types/ts3.4/models/models_3.d.ts +108 -174
  306. package/dist-types/ts3.4/models/models_4.d.ts +187 -166
  307. package/dist-types/ts3.4/models/models_5.d.ts +215 -142
  308. package/dist-types/ts3.4/models/models_6.d.ts +255 -297
  309. package/dist-types/ts3.4/models/models_7.d.ts +366 -41
  310. package/dist-types/ts3.4/models/models_8.d.ts +40 -0
  311. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +144 -0
  312. package/package.json +1 -1
@@ -195,6 +195,10 @@ import {
195
195
  CancelConversionTaskCommandInput,
196
196
  CancelConversionTaskCommandOutput,
197
197
  } from "../commands/CancelConversionTaskCommand";
198
+ import {
199
+ CancelDeclarativePoliciesReportCommandInput,
200
+ CancelDeclarativePoliciesReportCommandOutput,
201
+ } from "../commands/CancelDeclarativePoliciesReportCommand";
198
202
  import {
199
203
  CancelExportTaskCommandInput,
200
204
  CancelExportTaskCommandOutput,
@@ -1011,6 +1015,10 @@ import {
1011
1015
  DescribeCustomerGatewaysCommandInput,
1012
1016
  DescribeCustomerGatewaysCommandOutput,
1013
1017
  } from "../commands/DescribeCustomerGatewaysCommand";
1018
+ import {
1019
+ DescribeDeclarativePoliciesReportsCommandInput,
1020
+ DescribeDeclarativePoliciesReportsCommandOutput,
1021
+ } from "../commands/DescribeDeclarativePoliciesReportsCommand";
1014
1022
  import {
1015
1023
  DescribeDhcpOptionsCommandInput,
1016
1024
  DescribeDhcpOptionsCommandOutput,
@@ -1507,6 +1515,10 @@ import {
1507
1515
  DescribeVpcClassicLinkDnsSupportCommandInput,
1508
1516
  DescribeVpcClassicLinkDnsSupportCommandOutput,
1509
1517
  } from "../commands/DescribeVpcClassicLinkDnsSupportCommand";
1518
+ import {
1519
+ DescribeVpcEndpointAssociationsCommandInput,
1520
+ DescribeVpcEndpointAssociationsCommandOutput,
1521
+ } from "../commands/DescribeVpcEndpointAssociationsCommand";
1510
1522
  import {
1511
1523
  DescribeVpcEndpointConnectionNotificationsCommandInput,
1512
1524
  DescribeVpcEndpointConnectionNotificationsCommandOutput,
@@ -1575,6 +1587,10 @@ import {
1575
1587
  DisableAddressTransferCommandInput,
1576
1588
  DisableAddressTransferCommandOutput,
1577
1589
  } from "../commands/DisableAddressTransferCommand";
1590
+ import {
1591
+ DisableAllowedImagesSettingsCommandInput,
1592
+ DisableAllowedImagesSettingsCommandOutput,
1593
+ } from "../commands/DisableAllowedImagesSettingsCommand";
1578
1594
  import {
1579
1595
  DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
1580
1596
  DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
@@ -1707,6 +1723,10 @@ import {
1707
1723
  EnableAddressTransferCommandInput,
1708
1724
  EnableAddressTransferCommandOutput,
1709
1725
  } from "../commands/EnableAddressTransferCommand";
1726
+ import {
1727
+ EnableAllowedImagesSettingsCommandInput,
1728
+ EnableAllowedImagesSettingsCommandOutput,
1729
+ } from "../commands/EnableAllowedImagesSettingsCommand";
1710
1730
  import {
1711
1731
  EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
1712
1732
  EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
@@ -1791,6 +1811,14 @@ import {
1791
1811
  ExportTransitGatewayRoutesCommandInput,
1792
1812
  ExportTransitGatewayRoutesCommandOutput,
1793
1813
  } from "../commands/ExportTransitGatewayRoutesCommand";
1814
+ import {
1815
+ ExportVerifiedAccessInstanceClientConfigurationCommandInput,
1816
+ ExportVerifiedAccessInstanceClientConfigurationCommandOutput,
1817
+ } from "../commands/ExportVerifiedAccessInstanceClientConfigurationCommand";
1818
+ import {
1819
+ GetAllowedImagesSettingsCommandInput,
1820
+ GetAllowedImagesSettingsCommandOutput,
1821
+ } from "../commands/GetAllowedImagesSettingsCommand";
1794
1822
  import {
1795
1823
  GetAssociatedEnclaveCertificateIamRolesCommandInput,
1796
1824
  GetAssociatedEnclaveCertificateIamRolesCommandOutput,
@@ -1819,6 +1847,10 @@ import {
1819
1847
  GetConsoleScreenshotCommandInput,
1820
1848
  GetConsoleScreenshotCommandOutput,
1821
1849
  } from "../commands/GetConsoleScreenshotCommand";
1850
+ import {
1851
+ GetDeclarativePoliciesReportSummaryCommandInput,
1852
+ GetDeclarativePoliciesReportSummaryCommandOutput,
1853
+ } from "../commands/GetDeclarativePoliciesReportSummaryCommand";
1822
1854
  import {
1823
1855
  GetDefaultCreditSpecificationCommandInput,
1824
1856
  GetDefaultCreditSpecificationCommandOutput,
@@ -1971,6 +2003,10 @@ import {
1971
2003
  GetVerifiedAccessEndpointPolicyCommandInput,
1972
2004
  GetVerifiedAccessEndpointPolicyCommandOutput,
1973
2005
  } from "../commands/GetVerifiedAccessEndpointPolicyCommand";
2006
+ import {
2007
+ GetVerifiedAccessEndpointTargetsCommandInput,
2008
+ GetVerifiedAccessEndpointTargetsCommandOutput,
2009
+ } from "../commands/GetVerifiedAccessEndpointTargetsCommand";
1974
2010
  import {
1975
2011
  GetVerifiedAccessGroupPolicyCommandInput,
1976
2012
  GetVerifiedAccessGroupPolicyCommandOutput,
@@ -2111,6 +2147,10 @@ import {
2111
2147
  ModifyInstanceMetadataOptionsCommandInput,
2112
2148
  ModifyInstanceMetadataOptionsCommandOutput,
2113
2149
  } from "../commands/ModifyInstanceMetadataOptionsCommand";
2150
+ import {
2151
+ ModifyInstanceNetworkPerformanceOptionsCommandInput,
2152
+ ModifyInstanceNetworkPerformanceOptionsCommandOutput,
2153
+ } from "../commands/ModifyInstanceNetworkPerformanceOptionsCommand";
2114
2154
  import {
2115
2155
  ModifyInstancePlacementCommandInput,
2116
2156
  ModifyInstancePlacementCommandOutput,
@@ -2407,6 +2447,10 @@ import {
2407
2447
  ReplaceIamInstanceProfileAssociationCommandInput,
2408
2448
  ReplaceIamInstanceProfileAssociationCommandOutput,
2409
2449
  } from "../commands/ReplaceIamInstanceProfileAssociationCommand";
2450
+ import {
2451
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
2452
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput,
2453
+ } from "../commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand";
2410
2454
  import {
2411
2455
  ReplaceNetworkAclAssociationCommandInput,
2412
2456
  ReplaceNetworkAclAssociationCommandOutput,
@@ -2527,6 +2571,10 @@ import {
2527
2571
  SendDiagnosticInterruptCommandInput,
2528
2572
  SendDiagnosticInterruptCommandOutput,
2529
2573
  } from "../commands/SendDiagnosticInterruptCommand";
2574
+ import {
2575
+ StartDeclarativePoliciesReportCommandInput,
2576
+ StartDeclarativePoliciesReportCommandOutput,
2577
+ } from "../commands/StartDeclarativePoliciesReportCommand";
2530
2578
  import {
2531
2579
  StartInstancesCommandInput,
2532
2580
  StartInstancesCommandOutput,
@@ -2779,6 +2827,10 @@ export declare const se_CancelConversionTaskCommand: (
2779
2827
  input: CancelConversionTaskCommandInput,
2780
2828
  context: __SerdeContext
2781
2829
  ) => Promise<__HttpRequest>;
2830
+ export declare const se_CancelDeclarativePoliciesReportCommand: (
2831
+ input: CancelDeclarativePoliciesReportCommandInput,
2832
+ context: __SerdeContext
2833
+ ) => Promise<__HttpRequest>;
2782
2834
  export declare const se_CancelExportTaskCommand: (
2783
2835
  input: CancelExportTaskCommandInput,
2784
2836
  context: __SerdeContext
@@ -3595,6 +3647,10 @@ export declare const se_DescribeCustomerGatewaysCommand: (
3595
3647
  input: DescribeCustomerGatewaysCommandInput,
3596
3648
  context: __SerdeContext
3597
3649
  ) => Promise<__HttpRequest>;
3650
+ export declare const se_DescribeDeclarativePoliciesReportsCommand: (
3651
+ input: DescribeDeclarativePoliciesReportsCommandInput,
3652
+ context: __SerdeContext
3653
+ ) => Promise<__HttpRequest>;
3598
3654
  export declare const se_DescribeDhcpOptionsCommand: (
3599
3655
  input: DescribeDhcpOptionsCommandInput,
3600
3656
  context: __SerdeContext
@@ -4091,6 +4147,10 @@ export declare const se_DescribeVpcClassicLinkDnsSupportCommand: (
4091
4147
  input: DescribeVpcClassicLinkDnsSupportCommandInput,
4092
4148
  context: __SerdeContext
4093
4149
  ) => Promise<__HttpRequest>;
4150
+ export declare const se_DescribeVpcEndpointAssociationsCommand: (
4151
+ input: DescribeVpcEndpointAssociationsCommandInput,
4152
+ context: __SerdeContext
4153
+ ) => Promise<__HttpRequest>;
4094
4154
  export declare const se_DescribeVpcEndpointConnectionNotificationsCommand: (
4095
4155
  input: DescribeVpcEndpointConnectionNotificationsCommandInput,
4096
4156
  context: __SerdeContext
@@ -4159,6 +4219,10 @@ export declare const se_DisableAddressTransferCommand: (
4159
4219
  input: DisableAddressTransferCommandInput,
4160
4220
  context: __SerdeContext
4161
4221
  ) => Promise<__HttpRequest>;
4222
+ export declare const se_DisableAllowedImagesSettingsCommand: (
4223
+ input: DisableAllowedImagesSettingsCommandInput,
4224
+ context: __SerdeContext
4225
+ ) => Promise<__HttpRequest>;
4162
4226
  export declare const se_DisableAwsNetworkPerformanceMetricSubscriptionCommand: (
4163
4227
  input: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
4164
4228
  context: __SerdeContext
@@ -4291,6 +4355,10 @@ export declare const se_EnableAddressTransferCommand: (
4291
4355
  input: EnableAddressTransferCommandInput,
4292
4356
  context: __SerdeContext
4293
4357
  ) => Promise<__HttpRequest>;
4358
+ export declare const se_EnableAllowedImagesSettingsCommand: (
4359
+ input: EnableAllowedImagesSettingsCommandInput,
4360
+ context: __SerdeContext
4361
+ ) => Promise<__HttpRequest>;
4294
4362
  export declare const se_EnableAwsNetworkPerformanceMetricSubscriptionCommand: (
4295
4363
  input: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
4296
4364
  context: __SerdeContext
@@ -4375,6 +4443,14 @@ export declare const se_ExportTransitGatewayRoutesCommand: (
4375
4443
  input: ExportTransitGatewayRoutesCommandInput,
4376
4444
  context: __SerdeContext
4377
4445
  ) => Promise<__HttpRequest>;
4446
+ export declare const se_ExportVerifiedAccessInstanceClientConfigurationCommand: (
4447
+ input: ExportVerifiedAccessInstanceClientConfigurationCommandInput,
4448
+ context: __SerdeContext
4449
+ ) => Promise<__HttpRequest>;
4450
+ export declare const se_GetAllowedImagesSettingsCommand: (
4451
+ input: GetAllowedImagesSettingsCommandInput,
4452
+ context: __SerdeContext
4453
+ ) => Promise<__HttpRequest>;
4378
4454
  export declare const se_GetAssociatedEnclaveCertificateIamRolesCommand: (
4379
4455
  input: GetAssociatedEnclaveCertificateIamRolesCommandInput,
4380
4456
  context: __SerdeContext
@@ -4403,6 +4479,10 @@ export declare const se_GetConsoleScreenshotCommand: (
4403
4479
  input: GetConsoleScreenshotCommandInput,
4404
4480
  context: __SerdeContext
4405
4481
  ) => Promise<__HttpRequest>;
4482
+ export declare const se_GetDeclarativePoliciesReportSummaryCommand: (
4483
+ input: GetDeclarativePoliciesReportSummaryCommandInput,
4484
+ context: __SerdeContext
4485
+ ) => Promise<__HttpRequest>;
4406
4486
  export declare const se_GetDefaultCreditSpecificationCommand: (
4407
4487
  input: GetDefaultCreditSpecificationCommandInput,
4408
4488
  context: __SerdeContext
@@ -4555,6 +4635,10 @@ export declare const se_GetVerifiedAccessEndpointPolicyCommand: (
4555
4635
  input: GetVerifiedAccessEndpointPolicyCommandInput,
4556
4636
  context: __SerdeContext
4557
4637
  ) => Promise<__HttpRequest>;
4638
+ export declare const se_GetVerifiedAccessEndpointTargetsCommand: (
4639
+ input: GetVerifiedAccessEndpointTargetsCommandInput,
4640
+ context: __SerdeContext
4641
+ ) => Promise<__HttpRequest>;
4558
4642
  export declare const se_GetVerifiedAccessGroupPolicyCommand: (
4559
4643
  input: GetVerifiedAccessGroupPolicyCommandInput,
4560
4644
  context: __SerdeContext
@@ -4695,6 +4779,10 @@ export declare const se_ModifyInstanceMetadataOptionsCommand: (
4695
4779
  input: ModifyInstanceMetadataOptionsCommandInput,
4696
4780
  context: __SerdeContext
4697
4781
  ) => Promise<__HttpRequest>;
4782
+ export declare const se_ModifyInstanceNetworkPerformanceOptionsCommand: (
4783
+ input: ModifyInstanceNetworkPerformanceOptionsCommandInput,
4784
+ context: __SerdeContext
4785
+ ) => Promise<__HttpRequest>;
4698
4786
  export declare const se_ModifyInstancePlacementCommand: (
4699
4787
  input: ModifyInstancePlacementCommandInput,
4700
4788
  context: __SerdeContext
@@ -4991,6 +5079,10 @@ export declare const se_ReplaceIamInstanceProfileAssociationCommand: (
4991
5079
  input: ReplaceIamInstanceProfileAssociationCommandInput,
4992
5080
  context: __SerdeContext
4993
5081
  ) => Promise<__HttpRequest>;
5082
+ export declare const se_ReplaceImageCriteriaInAllowedImagesSettingsCommand: (
5083
+ input: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
5084
+ context: __SerdeContext
5085
+ ) => Promise<__HttpRequest>;
4994
5086
  export declare const se_ReplaceNetworkAclAssociationCommand: (
4995
5087
  input: ReplaceNetworkAclAssociationCommandInput,
4996
5088
  context: __SerdeContext
@@ -5111,6 +5203,10 @@ export declare const se_SendDiagnosticInterruptCommand: (
5111
5203
  input: SendDiagnosticInterruptCommandInput,
5112
5204
  context: __SerdeContext
5113
5205
  ) => Promise<__HttpRequest>;
5206
+ export declare const se_StartDeclarativePoliciesReportCommand: (
5207
+ input: StartDeclarativePoliciesReportCommandInput,
5208
+ context: __SerdeContext
5209
+ ) => Promise<__HttpRequest>;
5114
5210
  export declare const se_StartInstancesCommand: (
5115
5211
  input: StartInstancesCommandInput,
5116
5212
  context: __SerdeContext
@@ -5363,6 +5459,10 @@ export declare const de_CancelConversionTaskCommand: (
5363
5459
  output: __HttpResponse,
5364
5460
  context: __SerdeContext
5365
5461
  ) => Promise<CancelConversionTaskCommandOutput>;
5462
+ export declare const de_CancelDeclarativePoliciesReportCommand: (
5463
+ output: __HttpResponse,
5464
+ context: __SerdeContext
5465
+ ) => Promise<CancelDeclarativePoliciesReportCommandOutput>;
5366
5466
  export declare const de_CancelExportTaskCommand: (
5367
5467
  output: __HttpResponse,
5368
5468
  context: __SerdeContext
@@ -6179,6 +6279,10 @@ export declare const de_DescribeCustomerGatewaysCommand: (
6179
6279
  output: __HttpResponse,
6180
6280
  context: __SerdeContext
6181
6281
  ) => Promise<DescribeCustomerGatewaysCommandOutput>;
6282
+ export declare const de_DescribeDeclarativePoliciesReportsCommand: (
6283
+ output: __HttpResponse,
6284
+ context: __SerdeContext
6285
+ ) => Promise<DescribeDeclarativePoliciesReportsCommandOutput>;
6182
6286
  export declare const de_DescribeDhcpOptionsCommand: (
6183
6287
  output: __HttpResponse,
6184
6288
  context: __SerdeContext
@@ -6675,6 +6779,10 @@ export declare const de_DescribeVpcClassicLinkDnsSupportCommand: (
6675
6779
  output: __HttpResponse,
6676
6780
  context: __SerdeContext
6677
6781
  ) => Promise<DescribeVpcClassicLinkDnsSupportCommandOutput>;
6782
+ export declare const de_DescribeVpcEndpointAssociationsCommand: (
6783
+ output: __HttpResponse,
6784
+ context: __SerdeContext
6785
+ ) => Promise<DescribeVpcEndpointAssociationsCommandOutput>;
6678
6786
  export declare const de_DescribeVpcEndpointConnectionNotificationsCommand: (
6679
6787
  output: __HttpResponse,
6680
6788
  context: __SerdeContext
@@ -6743,6 +6851,10 @@ export declare const de_DisableAddressTransferCommand: (
6743
6851
  output: __HttpResponse,
6744
6852
  context: __SerdeContext
6745
6853
  ) => Promise<DisableAddressTransferCommandOutput>;
6854
+ export declare const de_DisableAllowedImagesSettingsCommand: (
6855
+ output: __HttpResponse,
6856
+ context: __SerdeContext
6857
+ ) => Promise<DisableAllowedImagesSettingsCommandOutput>;
6746
6858
  export declare const de_DisableAwsNetworkPerformanceMetricSubscriptionCommand: (
6747
6859
  output: __HttpResponse,
6748
6860
  context: __SerdeContext
@@ -6875,6 +6987,10 @@ export declare const de_EnableAddressTransferCommand: (
6875
6987
  output: __HttpResponse,
6876
6988
  context: __SerdeContext
6877
6989
  ) => Promise<EnableAddressTransferCommandOutput>;
6990
+ export declare const de_EnableAllowedImagesSettingsCommand: (
6991
+ output: __HttpResponse,
6992
+ context: __SerdeContext
6993
+ ) => Promise<EnableAllowedImagesSettingsCommandOutput>;
6878
6994
  export declare const de_EnableAwsNetworkPerformanceMetricSubscriptionCommand: (
6879
6995
  output: __HttpResponse,
6880
6996
  context: __SerdeContext
@@ -6959,6 +7075,14 @@ export declare const de_ExportTransitGatewayRoutesCommand: (
6959
7075
  output: __HttpResponse,
6960
7076
  context: __SerdeContext
6961
7077
  ) => Promise<ExportTransitGatewayRoutesCommandOutput>;
7078
+ export declare const de_ExportVerifiedAccessInstanceClientConfigurationCommand: (
7079
+ output: __HttpResponse,
7080
+ context: __SerdeContext
7081
+ ) => Promise<ExportVerifiedAccessInstanceClientConfigurationCommandOutput>;
7082
+ export declare const de_GetAllowedImagesSettingsCommand: (
7083
+ output: __HttpResponse,
7084
+ context: __SerdeContext
7085
+ ) => Promise<GetAllowedImagesSettingsCommandOutput>;
6962
7086
  export declare const de_GetAssociatedEnclaveCertificateIamRolesCommand: (
6963
7087
  output: __HttpResponse,
6964
7088
  context: __SerdeContext
@@ -6987,6 +7111,10 @@ export declare const de_GetConsoleScreenshotCommand: (
6987
7111
  output: __HttpResponse,
6988
7112
  context: __SerdeContext
6989
7113
  ) => Promise<GetConsoleScreenshotCommandOutput>;
7114
+ export declare const de_GetDeclarativePoliciesReportSummaryCommand: (
7115
+ output: __HttpResponse,
7116
+ context: __SerdeContext
7117
+ ) => Promise<GetDeclarativePoliciesReportSummaryCommandOutput>;
6990
7118
  export declare const de_GetDefaultCreditSpecificationCommand: (
6991
7119
  output: __HttpResponse,
6992
7120
  context: __SerdeContext
@@ -7139,6 +7267,10 @@ export declare const de_GetVerifiedAccessEndpointPolicyCommand: (
7139
7267
  output: __HttpResponse,
7140
7268
  context: __SerdeContext
7141
7269
  ) => Promise<GetVerifiedAccessEndpointPolicyCommandOutput>;
7270
+ export declare const de_GetVerifiedAccessEndpointTargetsCommand: (
7271
+ output: __HttpResponse,
7272
+ context: __SerdeContext
7273
+ ) => Promise<GetVerifiedAccessEndpointTargetsCommandOutput>;
7142
7274
  export declare const de_GetVerifiedAccessGroupPolicyCommand: (
7143
7275
  output: __HttpResponse,
7144
7276
  context: __SerdeContext
@@ -7279,6 +7411,10 @@ export declare const de_ModifyInstanceMetadataOptionsCommand: (
7279
7411
  output: __HttpResponse,
7280
7412
  context: __SerdeContext
7281
7413
  ) => Promise<ModifyInstanceMetadataOptionsCommandOutput>;
7414
+ export declare const de_ModifyInstanceNetworkPerformanceOptionsCommand: (
7415
+ output: __HttpResponse,
7416
+ context: __SerdeContext
7417
+ ) => Promise<ModifyInstanceNetworkPerformanceOptionsCommandOutput>;
7282
7418
  export declare const de_ModifyInstancePlacementCommand: (
7283
7419
  output: __HttpResponse,
7284
7420
  context: __SerdeContext
@@ -7575,6 +7711,10 @@ export declare const de_ReplaceIamInstanceProfileAssociationCommand: (
7575
7711
  output: __HttpResponse,
7576
7712
  context: __SerdeContext
7577
7713
  ) => Promise<ReplaceIamInstanceProfileAssociationCommandOutput>;
7714
+ export declare const de_ReplaceImageCriteriaInAllowedImagesSettingsCommand: (
7715
+ output: __HttpResponse,
7716
+ context: __SerdeContext
7717
+ ) => Promise<ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput>;
7578
7718
  export declare const de_ReplaceNetworkAclAssociationCommand: (
7579
7719
  output: __HttpResponse,
7580
7720
  context: __SerdeContext
@@ -7695,6 +7835,10 @@ export declare const de_SendDiagnosticInterruptCommand: (
7695
7835
  output: __HttpResponse,
7696
7836
  context: __SerdeContext
7697
7837
  ) => Promise<SendDiagnosticInterruptCommandOutput>;
7838
+ export declare const de_StartDeclarativePoliciesReportCommand: (
7839
+ output: __HttpResponse,
7840
+ context: __SerdeContext
7841
+ ) => Promise<StartDeclarativePoliciesReportCommandOutput>;
7698
7842
  export declare const de_StartInstancesCommand: (
7699
7843
  output: __HttpResponse,
7700
7844
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.701.0",
4
+ "version": "3.708.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",