@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
@@ -191,6 +191,10 @@ import {
191
191
  CancelConversionTaskCommandInput,
192
192
  CancelConversionTaskCommandOutput,
193
193
  } from "./commands/CancelConversionTaskCommand";
194
+ import {
195
+ CancelDeclarativePoliciesReportCommandInput,
196
+ CancelDeclarativePoliciesReportCommandOutput,
197
+ } from "./commands/CancelDeclarativePoliciesReportCommand";
194
198
  import {
195
199
  CancelExportTaskCommandInput,
196
200
  CancelExportTaskCommandOutput,
@@ -1007,6 +1011,10 @@ import {
1007
1011
  DescribeCustomerGatewaysCommandInput,
1008
1012
  DescribeCustomerGatewaysCommandOutput,
1009
1013
  } from "./commands/DescribeCustomerGatewaysCommand";
1014
+ import {
1015
+ DescribeDeclarativePoliciesReportsCommandInput,
1016
+ DescribeDeclarativePoliciesReportsCommandOutput,
1017
+ } from "./commands/DescribeDeclarativePoliciesReportsCommand";
1010
1018
  import {
1011
1019
  DescribeDhcpOptionsCommandInput,
1012
1020
  DescribeDhcpOptionsCommandOutput,
@@ -1503,6 +1511,10 @@ import {
1503
1511
  DescribeVpcClassicLinkDnsSupportCommandInput,
1504
1512
  DescribeVpcClassicLinkDnsSupportCommandOutput,
1505
1513
  } from "./commands/DescribeVpcClassicLinkDnsSupportCommand";
1514
+ import {
1515
+ DescribeVpcEndpointAssociationsCommandInput,
1516
+ DescribeVpcEndpointAssociationsCommandOutput,
1517
+ } from "./commands/DescribeVpcEndpointAssociationsCommand";
1506
1518
  import {
1507
1519
  DescribeVpcEndpointConnectionNotificationsCommandInput,
1508
1520
  DescribeVpcEndpointConnectionNotificationsCommandOutput,
@@ -1571,6 +1583,10 @@ import {
1571
1583
  DisableAddressTransferCommandInput,
1572
1584
  DisableAddressTransferCommandOutput,
1573
1585
  } from "./commands/DisableAddressTransferCommand";
1586
+ import {
1587
+ DisableAllowedImagesSettingsCommandInput,
1588
+ DisableAllowedImagesSettingsCommandOutput,
1589
+ } from "./commands/DisableAllowedImagesSettingsCommand";
1574
1590
  import {
1575
1591
  DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
1576
1592
  DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
@@ -1703,6 +1719,10 @@ import {
1703
1719
  EnableAddressTransferCommandInput,
1704
1720
  EnableAddressTransferCommandOutput,
1705
1721
  } from "./commands/EnableAddressTransferCommand";
1722
+ import {
1723
+ EnableAllowedImagesSettingsCommandInput,
1724
+ EnableAllowedImagesSettingsCommandOutput,
1725
+ } from "./commands/EnableAllowedImagesSettingsCommand";
1706
1726
  import {
1707
1727
  EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
1708
1728
  EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
@@ -1787,6 +1807,14 @@ import {
1787
1807
  ExportTransitGatewayRoutesCommandInput,
1788
1808
  ExportTransitGatewayRoutesCommandOutput,
1789
1809
  } from "./commands/ExportTransitGatewayRoutesCommand";
1810
+ import {
1811
+ ExportVerifiedAccessInstanceClientConfigurationCommandInput,
1812
+ ExportVerifiedAccessInstanceClientConfigurationCommandOutput,
1813
+ } from "./commands/ExportVerifiedAccessInstanceClientConfigurationCommand";
1814
+ import {
1815
+ GetAllowedImagesSettingsCommandInput,
1816
+ GetAllowedImagesSettingsCommandOutput,
1817
+ } from "./commands/GetAllowedImagesSettingsCommand";
1790
1818
  import {
1791
1819
  GetAssociatedEnclaveCertificateIamRolesCommandInput,
1792
1820
  GetAssociatedEnclaveCertificateIamRolesCommandOutput,
@@ -1815,6 +1843,10 @@ import {
1815
1843
  GetConsoleScreenshotCommandInput,
1816
1844
  GetConsoleScreenshotCommandOutput,
1817
1845
  } from "./commands/GetConsoleScreenshotCommand";
1846
+ import {
1847
+ GetDeclarativePoliciesReportSummaryCommandInput,
1848
+ GetDeclarativePoliciesReportSummaryCommandOutput,
1849
+ } from "./commands/GetDeclarativePoliciesReportSummaryCommand";
1818
1850
  import {
1819
1851
  GetDefaultCreditSpecificationCommandInput,
1820
1852
  GetDefaultCreditSpecificationCommandOutput,
@@ -1967,6 +1999,10 @@ import {
1967
1999
  GetVerifiedAccessEndpointPolicyCommandInput,
1968
2000
  GetVerifiedAccessEndpointPolicyCommandOutput,
1969
2001
  } from "./commands/GetVerifiedAccessEndpointPolicyCommand";
2002
+ import {
2003
+ GetVerifiedAccessEndpointTargetsCommandInput,
2004
+ GetVerifiedAccessEndpointTargetsCommandOutput,
2005
+ } from "./commands/GetVerifiedAccessEndpointTargetsCommand";
1970
2006
  import {
1971
2007
  GetVerifiedAccessGroupPolicyCommandInput,
1972
2008
  GetVerifiedAccessGroupPolicyCommandOutput,
@@ -2107,6 +2143,10 @@ import {
2107
2143
  ModifyInstanceMetadataOptionsCommandInput,
2108
2144
  ModifyInstanceMetadataOptionsCommandOutput,
2109
2145
  } from "./commands/ModifyInstanceMetadataOptionsCommand";
2146
+ import {
2147
+ ModifyInstanceNetworkPerformanceOptionsCommandInput,
2148
+ ModifyInstanceNetworkPerformanceOptionsCommandOutput,
2149
+ } from "./commands/ModifyInstanceNetworkPerformanceOptionsCommand";
2110
2150
  import {
2111
2151
  ModifyInstancePlacementCommandInput,
2112
2152
  ModifyInstancePlacementCommandOutput,
@@ -2403,6 +2443,10 @@ import {
2403
2443
  ReplaceIamInstanceProfileAssociationCommandInput,
2404
2444
  ReplaceIamInstanceProfileAssociationCommandOutput,
2405
2445
  } from "./commands/ReplaceIamInstanceProfileAssociationCommand";
2446
+ import {
2447
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
2448
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput,
2449
+ } from "./commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand";
2406
2450
  import {
2407
2451
  ReplaceNetworkAclAssociationCommandInput,
2408
2452
  ReplaceNetworkAclAssociationCommandOutput,
@@ -2523,6 +2567,10 @@ import {
2523
2567
  SendDiagnosticInterruptCommandInput,
2524
2568
  SendDiagnosticInterruptCommandOutput,
2525
2569
  } from "./commands/SendDiagnosticInterruptCommand";
2570
+ import {
2571
+ StartDeclarativePoliciesReportCommandInput,
2572
+ StartDeclarativePoliciesReportCommandOutput,
2573
+ } from "./commands/StartDeclarativePoliciesReportCommand";
2526
2574
  import {
2527
2575
  StartInstancesCommandInput,
2528
2576
  StartInstancesCommandOutput,
@@ -3285,6 +3333,19 @@ export interface EC2 {
3285
3333
  options: __HttpHandlerOptions,
3286
3334
  cb: (err: any, data?: CancelConversionTaskCommandOutput) => void
3287
3335
  ): void;
3336
+ cancelDeclarativePoliciesReport(
3337
+ args: CancelDeclarativePoliciesReportCommandInput,
3338
+ options?: __HttpHandlerOptions
3339
+ ): Promise<CancelDeclarativePoliciesReportCommandOutput>;
3340
+ cancelDeclarativePoliciesReport(
3341
+ args: CancelDeclarativePoliciesReportCommandInput,
3342
+ cb: (err: any, data?: CancelDeclarativePoliciesReportCommandOutput) => void
3343
+ ): void;
3344
+ cancelDeclarativePoliciesReport(
3345
+ args: CancelDeclarativePoliciesReportCommandInput,
3346
+ options: __HttpHandlerOptions,
3347
+ cb: (err: any, data?: CancelDeclarativePoliciesReportCommandOutput) => void
3348
+ ): void;
3288
3349
  cancelExportTask(
3289
3350
  args: CancelExportTaskCommandInput,
3290
3351
  options?: __HttpHandlerOptions
@@ -6184,6 +6245,26 @@ export interface EC2 {
6184
6245
  options: __HttpHandlerOptions,
6185
6246
  cb: (err: any, data?: DescribeCustomerGatewaysCommandOutput) => void
6186
6247
  ): void;
6248
+ describeDeclarativePoliciesReports(): Promise<DescribeDeclarativePoliciesReportsCommandOutput>;
6249
+ describeDeclarativePoliciesReports(
6250
+ args: DescribeDeclarativePoliciesReportsCommandInput,
6251
+ options?: __HttpHandlerOptions
6252
+ ): Promise<DescribeDeclarativePoliciesReportsCommandOutput>;
6253
+ describeDeclarativePoliciesReports(
6254
+ args: DescribeDeclarativePoliciesReportsCommandInput,
6255
+ cb: (
6256
+ err: any,
6257
+ data?: DescribeDeclarativePoliciesReportsCommandOutput
6258
+ ) => void
6259
+ ): void;
6260
+ describeDeclarativePoliciesReports(
6261
+ args: DescribeDeclarativePoliciesReportsCommandInput,
6262
+ options: __HttpHandlerOptions,
6263
+ cb: (
6264
+ err: any,
6265
+ data?: DescribeDeclarativePoliciesReportsCommandOutput
6266
+ ) => void
6267
+ ): void;
6187
6268
  describeDhcpOptions(): Promise<DescribeDhcpOptionsCommandOutput>;
6188
6269
  describeDhcpOptions(
6189
6270
  args: DescribeDhcpOptionsCommandInput,
@@ -8097,6 +8178,20 @@ export interface EC2 {
8097
8178
  options: __HttpHandlerOptions,
8098
8179
  cb: (err: any, data?: DescribeVpcClassicLinkDnsSupportCommandOutput) => void
8099
8180
  ): void;
8181
+ describeVpcEndpointAssociations(): Promise<DescribeVpcEndpointAssociationsCommandOutput>;
8182
+ describeVpcEndpointAssociations(
8183
+ args: DescribeVpcEndpointAssociationsCommandInput,
8184
+ options?: __HttpHandlerOptions
8185
+ ): Promise<DescribeVpcEndpointAssociationsCommandOutput>;
8186
+ describeVpcEndpointAssociations(
8187
+ args: DescribeVpcEndpointAssociationsCommandInput,
8188
+ cb: (err: any, data?: DescribeVpcEndpointAssociationsCommandOutput) => void
8189
+ ): void;
8190
+ describeVpcEndpointAssociations(
8191
+ args: DescribeVpcEndpointAssociationsCommandInput,
8192
+ options: __HttpHandlerOptions,
8193
+ cb: (err: any, data?: DescribeVpcEndpointAssociationsCommandOutput) => void
8194
+ ): void;
8100
8195
  describeVpcEndpointConnectionNotifications(): Promise<DescribeVpcEndpointConnectionNotificationsCommandOutput>;
8101
8196
  describeVpcEndpointConnectionNotifications(
8102
8197
  args: DescribeVpcEndpointConnectionNotificationsCommandInput,
@@ -8351,6 +8446,20 @@ export interface EC2 {
8351
8446
  options: __HttpHandlerOptions,
8352
8447
  cb: (err: any, data?: DisableAddressTransferCommandOutput) => void
8353
8448
  ): void;
8449
+ disableAllowedImagesSettings(): Promise<DisableAllowedImagesSettingsCommandOutput>;
8450
+ disableAllowedImagesSettings(
8451
+ args: DisableAllowedImagesSettingsCommandInput,
8452
+ options?: __HttpHandlerOptions
8453
+ ): Promise<DisableAllowedImagesSettingsCommandOutput>;
8454
+ disableAllowedImagesSettings(
8455
+ args: DisableAllowedImagesSettingsCommandInput,
8456
+ cb: (err: any, data?: DisableAllowedImagesSettingsCommandOutput) => void
8457
+ ): void;
8458
+ disableAllowedImagesSettings(
8459
+ args: DisableAllowedImagesSettingsCommandInput,
8460
+ options: __HttpHandlerOptions,
8461
+ cb: (err: any, data?: DisableAllowedImagesSettingsCommandOutput) => void
8462
+ ): void;
8354
8463
  disableAwsNetworkPerformanceMetricSubscription(): Promise<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
8355
8464
  disableAwsNetworkPerformanceMetricSubscription(
8356
8465
  args: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
@@ -8853,6 +8962,19 @@ export interface EC2 {
8853
8962
  options: __HttpHandlerOptions,
8854
8963
  cb: (err: any, data?: EnableAddressTransferCommandOutput) => void
8855
8964
  ): void;
8965
+ enableAllowedImagesSettings(
8966
+ args: EnableAllowedImagesSettingsCommandInput,
8967
+ options?: __HttpHandlerOptions
8968
+ ): Promise<EnableAllowedImagesSettingsCommandOutput>;
8969
+ enableAllowedImagesSettings(
8970
+ args: EnableAllowedImagesSettingsCommandInput,
8971
+ cb: (err: any, data?: EnableAllowedImagesSettingsCommandOutput) => void
8972
+ ): void;
8973
+ enableAllowedImagesSettings(
8974
+ args: EnableAllowedImagesSettingsCommandInput,
8975
+ options: __HttpHandlerOptions,
8976
+ cb: (err: any, data?: EnableAllowedImagesSettingsCommandOutput) => void
8977
+ ): void;
8856
8978
  enableAwsNetworkPerformanceMetricSubscription(): Promise<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
8857
8979
  enableAwsNetworkPerformanceMetricSubscription(
8858
8980
  args: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
@@ -9173,6 +9295,39 @@ export interface EC2 {
9173
9295
  options: __HttpHandlerOptions,
9174
9296
  cb: (err: any, data?: ExportTransitGatewayRoutesCommandOutput) => void
9175
9297
  ): void;
9298
+ exportVerifiedAccessInstanceClientConfiguration(
9299
+ args: ExportVerifiedAccessInstanceClientConfigurationCommandInput,
9300
+ options?: __HttpHandlerOptions
9301
+ ): Promise<ExportVerifiedAccessInstanceClientConfigurationCommandOutput>;
9302
+ exportVerifiedAccessInstanceClientConfiguration(
9303
+ args: ExportVerifiedAccessInstanceClientConfigurationCommandInput,
9304
+ cb: (
9305
+ err: any,
9306
+ data?: ExportVerifiedAccessInstanceClientConfigurationCommandOutput
9307
+ ) => void
9308
+ ): void;
9309
+ exportVerifiedAccessInstanceClientConfiguration(
9310
+ args: ExportVerifiedAccessInstanceClientConfigurationCommandInput,
9311
+ options: __HttpHandlerOptions,
9312
+ cb: (
9313
+ err: any,
9314
+ data?: ExportVerifiedAccessInstanceClientConfigurationCommandOutput
9315
+ ) => void
9316
+ ): void;
9317
+ getAllowedImagesSettings(): Promise<GetAllowedImagesSettingsCommandOutput>;
9318
+ getAllowedImagesSettings(
9319
+ args: GetAllowedImagesSettingsCommandInput,
9320
+ options?: __HttpHandlerOptions
9321
+ ): Promise<GetAllowedImagesSettingsCommandOutput>;
9322
+ getAllowedImagesSettings(
9323
+ args: GetAllowedImagesSettingsCommandInput,
9324
+ cb: (err: any, data?: GetAllowedImagesSettingsCommandOutput) => void
9325
+ ): void;
9326
+ getAllowedImagesSettings(
9327
+ args: GetAllowedImagesSettingsCommandInput,
9328
+ options: __HttpHandlerOptions,
9329
+ cb: (err: any, data?: GetAllowedImagesSettingsCommandOutput) => void
9330
+ ): void;
9176
9331
  getAssociatedEnclaveCertificateIamRoles(
9177
9332
  args: GetAssociatedEnclaveCertificateIamRolesCommandInput,
9178
9333
  options?: __HttpHandlerOptions
@@ -9271,6 +9426,25 @@ export interface EC2 {
9271
9426
  options: __HttpHandlerOptions,
9272
9427
  cb: (err: any, data?: GetConsoleScreenshotCommandOutput) => void
9273
9428
  ): void;
9429
+ getDeclarativePoliciesReportSummary(
9430
+ args: GetDeclarativePoliciesReportSummaryCommandInput,
9431
+ options?: __HttpHandlerOptions
9432
+ ): Promise<GetDeclarativePoliciesReportSummaryCommandOutput>;
9433
+ getDeclarativePoliciesReportSummary(
9434
+ args: GetDeclarativePoliciesReportSummaryCommandInput,
9435
+ cb: (
9436
+ err: any,
9437
+ data?: GetDeclarativePoliciesReportSummaryCommandOutput
9438
+ ) => void
9439
+ ): void;
9440
+ getDeclarativePoliciesReportSummary(
9441
+ args: GetDeclarativePoliciesReportSummaryCommandInput,
9442
+ options: __HttpHandlerOptions,
9443
+ cb: (
9444
+ err: any,
9445
+ data?: GetDeclarativePoliciesReportSummaryCommandOutput
9446
+ ) => void
9447
+ ): void;
9274
9448
  getDefaultCreditSpecification(
9275
9449
  args: GetDefaultCreditSpecificationCommandInput,
9276
9450
  options?: __HttpHandlerOptions
@@ -9849,6 +10023,19 @@ export interface EC2 {
9849
10023
  options: __HttpHandlerOptions,
9850
10024
  cb: (err: any, data?: GetVerifiedAccessEndpointPolicyCommandOutput) => void
9851
10025
  ): void;
10026
+ getVerifiedAccessEndpointTargets(
10027
+ args: GetVerifiedAccessEndpointTargetsCommandInput,
10028
+ options?: __HttpHandlerOptions
10029
+ ): Promise<GetVerifiedAccessEndpointTargetsCommandOutput>;
10030
+ getVerifiedAccessEndpointTargets(
10031
+ args: GetVerifiedAccessEndpointTargetsCommandInput,
10032
+ cb: (err: any, data?: GetVerifiedAccessEndpointTargetsCommandOutput) => void
10033
+ ): void;
10034
+ getVerifiedAccessEndpointTargets(
10035
+ args: GetVerifiedAccessEndpointTargetsCommandInput,
10036
+ options: __HttpHandlerOptions,
10037
+ cb: (err: any, data?: GetVerifiedAccessEndpointTargetsCommandOutput) => void
10038
+ ): void;
9852
10039
  getVerifiedAccessGroupPolicy(
9853
10040
  args: GetVerifiedAccessGroupPolicyCommandInput,
9854
10041
  options?: __HttpHandlerOptions
@@ -10334,6 +10521,25 @@ export interface EC2 {
10334
10521
  options: __HttpHandlerOptions,
10335
10522
  cb: (err: any, data?: ModifyInstanceMetadataOptionsCommandOutput) => void
10336
10523
  ): void;
10524
+ modifyInstanceNetworkPerformanceOptions(
10525
+ args: ModifyInstanceNetworkPerformanceOptionsCommandInput,
10526
+ options?: __HttpHandlerOptions
10527
+ ): Promise<ModifyInstanceNetworkPerformanceOptionsCommandOutput>;
10528
+ modifyInstanceNetworkPerformanceOptions(
10529
+ args: ModifyInstanceNetworkPerformanceOptionsCommandInput,
10530
+ cb: (
10531
+ err: any,
10532
+ data?: ModifyInstanceNetworkPerformanceOptionsCommandOutput
10533
+ ) => void
10534
+ ): void;
10535
+ modifyInstanceNetworkPerformanceOptions(
10536
+ args: ModifyInstanceNetworkPerformanceOptionsCommandInput,
10537
+ options: __HttpHandlerOptions,
10538
+ cb: (
10539
+ err: any,
10540
+ data?: ModifyInstanceNetworkPerformanceOptionsCommandOutput
10541
+ ) => void
10542
+ ): void;
10337
10543
  modifyInstancePlacement(
10338
10544
  args: ModifyInstancePlacementCommandInput,
10339
10545
  options?: __HttpHandlerOptions
@@ -11431,6 +11637,26 @@ export interface EC2 {
11431
11637
  data?: ReplaceIamInstanceProfileAssociationCommandOutput
11432
11638
  ) => void
11433
11639
  ): void;
11640
+ replaceImageCriteriaInAllowedImagesSettings(): Promise<ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput>;
11641
+ replaceImageCriteriaInAllowedImagesSettings(
11642
+ args: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
11643
+ options?: __HttpHandlerOptions
11644
+ ): Promise<ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput>;
11645
+ replaceImageCriteriaInAllowedImagesSettings(
11646
+ args: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
11647
+ cb: (
11648
+ err: any,
11649
+ data?: ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput
11650
+ ) => void
11651
+ ): void;
11652
+ replaceImageCriteriaInAllowedImagesSettings(
11653
+ args: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
11654
+ options: __HttpHandlerOptions,
11655
+ cb: (
11656
+ err: any,
11657
+ data?: ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput
11658
+ ) => void
11659
+ ): void;
11434
11660
  replaceNetworkAclAssociation(
11435
11661
  args: ReplaceNetworkAclAssociationCommandInput,
11436
11662
  options?: __HttpHandlerOptions
@@ -11830,6 +12056,19 @@ export interface EC2 {
11830
12056
  options: __HttpHandlerOptions,
11831
12057
  cb: (err: any, data?: SendDiagnosticInterruptCommandOutput) => void
11832
12058
  ): void;
12059
+ startDeclarativePoliciesReport(
12060
+ args: StartDeclarativePoliciesReportCommandInput,
12061
+ options?: __HttpHandlerOptions
12062
+ ): Promise<StartDeclarativePoliciesReportCommandOutput>;
12063
+ startDeclarativePoliciesReport(
12064
+ args: StartDeclarativePoliciesReportCommandInput,
12065
+ cb: (err: any, data?: StartDeclarativePoliciesReportCommandOutput) => void
12066
+ ): void;
12067
+ startDeclarativePoliciesReport(
12068
+ args: StartDeclarativePoliciesReportCommandInput,
12069
+ options: __HttpHandlerOptions,
12070
+ cb: (err: any, data?: StartDeclarativePoliciesReportCommandOutput) => void
12071
+ ): void;
11833
12072
  startInstances(
11834
12073
  args: StartInstancesCommandInput,
11835
12074
  options?: __HttpHandlerOptions
@@ -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,
@@ -2153,6 +2189,10 @@ import {
2153
2189
  ModifyInstanceMetadataOptionsCommandInput,
2154
2190
  ModifyInstanceMetadataOptionsCommandOutput,
2155
2191
  } from "./commands/ModifyInstanceMetadataOptionsCommand";
2192
+ import {
2193
+ ModifyInstanceNetworkPerformanceOptionsCommandInput,
2194
+ ModifyInstanceNetworkPerformanceOptionsCommandOutput,
2195
+ } from "./commands/ModifyInstanceNetworkPerformanceOptionsCommand";
2156
2196
  import {
2157
2197
  ModifyInstancePlacementCommandInput,
2158
2198
  ModifyInstancePlacementCommandOutput,
@@ -2449,6 +2489,10 @@ import {
2449
2489
  ReplaceIamInstanceProfileAssociationCommandInput,
2450
2490
  ReplaceIamInstanceProfileAssociationCommandOutput,
2451
2491
  } from "./commands/ReplaceIamInstanceProfileAssociationCommand";
2492
+ import {
2493
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
2494
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput,
2495
+ } from "./commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand";
2452
2496
  import {
2453
2497
  ReplaceNetworkAclAssociationCommandInput,
2454
2498
  ReplaceNetworkAclAssociationCommandOutput,
@@ -2569,6 +2613,10 @@ import {
2569
2613
  SendDiagnosticInterruptCommandInput,
2570
2614
  SendDiagnosticInterruptCommandOutput,
2571
2615
  } from "./commands/SendDiagnosticInterruptCommand";
2616
+ import {
2617
+ StartDeclarativePoliciesReportCommandInput,
2618
+ StartDeclarativePoliciesReportCommandOutput,
2619
+ } from "./commands/StartDeclarativePoliciesReportCommand";
2572
2620
  import {
2573
2621
  StartInstancesCommandInput,
2574
2622
  StartInstancesCommandOutput,
@@ -2685,6 +2733,7 @@ export type ServiceInputTypes =
2685
2733
  | CancelCapacityReservationCommandInput
2686
2734
  | CancelCapacityReservationFleetsCommandInput
2687
2735
  | CancelConversionTaskCommandInput
2736
+ | CancelDeclarativePoliciesReportCommandInput
2688
2737
  | CancelExportTaskCommandInput
2689
2738
  | CancelImageLaunchPermissionCommandInput
2690
2739
  | CancelImportTaskCommandInput
@@ -2889,6 +2938,7 @@ export type ServiceInputTypes =
2889
2938
  | DescribeCoipPoolsCommandInput
2890
2939
  | DescribeConversionTasksCommandInput
2891
2940
  | DescribeCustomerGatewaysCommandInput
2941
+ | DescribeDeclarativePoliciesReportsCommandInput
2892
2942
  | DescribeDhcpOptionsCommandInput
2893
2943
  | DescribeEgressOnlyInternetGatewaysCommandInput
2894
2944
  | DescribeElasticGpusCommandInput
@@ -3013,6 +3063,7 @@ export type ServiceInputTypes =
3013
3063
  | DescribeVpcBlockPublicAccessOptionsCommandInput
3014
3064
  | DescribeVpcClassicLinkCommandInput
3015
3065
  | DescribeVpcClassicLinkDnsSupportCommandInput
3066
+ | DescribeVpcEndpointAssociationsCommandInput
3016
3067
  | DescribeVpcEndpointConnectionNotificationsCommandInput
3017
3068
  | DescribeVpcEndpointConnectionsCommandInput
3018
3069
  | DescribeVpcEndpointServiceConfigurationsCommandInput
@@ -3030,6 +3081,7 @@ export type ServiceInputTypes =
3030
3081
  | DetachVolumeCommandInput
3031
3082
  | DetachVpnGatewayCommandInput
3032
3083
  | DisableAddressTransferCommandInput
3084
+ | DisableAllowedImagesSettingsCommandInput
3033
3085
  | DisableAwsNetworkPerformanceMetricSubscriptionCommandInput
3034
3086
  | DisableEbsEncryptionByDefaultCommandInput
3035
3087
  | DisableFastLaunchCommandInput
@@ -3063,6 +3115,7 @@ export type ServiceInputTypes =
3063
3115
  | DisassociateTrunkInterfaceCommandInput
3064
3116
  | DisassociateVpcCidrBlockCommandInput
3065
3117
  | EnableAddressTransferCommandInput
3118
+ | EnableAllowedImagesSettingsCommandInput
3066
3119
  | EnableAwsNetworkPerformanceMetricSubscriptionCommandInput
3067
3120
  | EnableEbsEncryptionByDefaultCommandInput
3068
3121
  | EnableFastLaunchCommandInput
@@ -3084,6 +3137,8 @@ export type ServiceInputTypes =
3084
3137
  | ExportClientVpnClientConfigurationCommandInput
3085
3138
  | ExportImageCommandInput
3086
3139
  | ExportTransitGatewayRoutesCommandInput
3140
+ | ExportVerifiedAccessInstanceClientConfigurationCommandInput
3141
+ | GetAllowedImagesSettingsCommandInput
3087
3142
  | GetAssociatedEnclaveCertificateIamRolesCommandInput
3088
3143
  | GetAssociatedIpv6PoolCidrsCommandInput
3089
3144
  | GetAwsNetworkPerformanceDataCommandInput
@@ -3091,6 +3146,7 @@ export type ServiceInputTypes =
3091
3146
  | GetCoipPoolUsageCommandInput
3092
3147
  | GetConsoleOutputCommandInput
3093
3148
  | GetConsoleScreenshotCommandInput
3149
+ | GetDeclarativePoliciesReportSummaryCommandInput
3094
3150
  | GetDefaultCreditSpecificationCommandInput
3095
3151
  | GetEbsDefaultKmsKeyIdCommandInput
3096
3152
  | GetEbsEncryptionByDefaultCommandInput
@@ -3129,6 +3185,7 @@ export type ServiceInputTypes =
3129
3185
  | GetTransitGatewayRouteTableAssociationsCommandInput
3130
3186
  | GetTransitGatewayRouteTablePropagationsCommandInput
3131
3187
  | GetVerifiedAccessEndpointPolicyCommandInput
3188
+ | GetVerifiedAccessEndpointTargetsCommandInput
3132
3189
  | GetVerifiedAccessGroupPolicyCommandInput
3133
3190
  | GetVpnConnectionDeviceSampleConfigurationCommandInput
3134
3191
  | GetVpnConnectionDeviceTypesCommandInput
@@ -3164,6 +3221,7 @@ export type ServiceInputTypes =
3164
3221
  | ModifyInstanceMaintenanceOptionsCommandInput
3165
3222
  | ModifyInstanceMetadataDefaultsCommandInput
3166
3223
  | ModifyInstanceMetadataOptionsCommandInput
3224
+ | ModifyInstanceNetworkPerformanceOptionsCommandInput
3167
3225
  | ModifyInstancePlacementCommandInput
3168
3226
  | ModifyIpamCommandInput
3169
3227
  | ModifyIpamPoolCommandInput
@@ -3238,6 +3296,7 @@ export type ServiceInputTypes =
3238
3296
  | ReleaseHostsCommandInput
3239
3297
  | ReleaseIpamPoolAllocationCommandInput
3240
3298
  | ReplaceIamInstanceProfileAssociationCommandInput
3299
+ | ReplaceImageCriteriaInAllowedImagesSettingsCommandInput
3241
3300
  | ReplaceNetworkAclAssociationCommandInput
3242
3301
  | ReplaceNetworkAclEntryCommandInput
3243
3302
  | ReplaceRouteCommandInput
@@ -3268,6 +3327,7 @@ export type ServiceInputTypes =
3268
3327
  | SearchTransitGatewayMulticastGroupsCommandInput
3269
3328
  | SearchTransitGatewayRoutesCommandInput
3270
3329
  | SendDiagnosticInterruptCommandInput
3330
+ | StartDeclarativePoliciesReportCommandInput
3271
3331
  | StartInstancesCommandInput
3272
3332
  | StartNetworkInsightsAccessScopeAnalysisCommandInput
3273
3333
  | StartNetworkInsightsAnalysisCommandInput
@@ -3332,6 +3392,7 @@ export type ServiceOutputTypes =
3332
3392
  | CancelCapacityReservationCommandOutput
3333
3393
  | CancelCapacityReservationFleetsCommandOutput
3334
3394
  | CancelConversionTaskCommandOutput
3395
+ | CancelDeclarativePoliciesReportCommandOutput
3335
3396
  | CancelExportTaskCommandOutput
3336
3397
  | CancelImageLaunchPermissionCommandOutput
3337
3398
  | CancelImportTaskCommandOutput
@@ -3536,6 +3597,7 @@ export type ServiceOutputTypes =
3536
3597
  | DescribeCoipPoolsCommandOutput
3537
3598
  | DescribeConversionTasksCommandOutput
3538
3599
  | DescribeCustomerGatewaysCommandOutput
3600
+ | DescribeDeclarativePoliciesReportsCommandOutput
3539
3601
  | DescribeDhcpOptionsCommandOutput
3540
3602
  | DescribeEgressOnlyInternetGatewaysCommandOutput
3541
3603
  | DescribeElasticGpusCommandOutput
@@ -3660,6 +3722,7 @@ export type ServiceOutputTypes =
3660
3722
  | DescribeVpcBlockPublicAccessOptionsCommandOutput
3661
3723
  | DescribeVpcClassicLinkCommandOutput
3662
3724
  | DescribeVpcClassicLinkDnsSupportCommandOutput
3725
+ | DescribeVpcEndpointAssociationsCommandOutput
3663
3726
  | DescribeVpcEndpointConnectionNotificationsCommandOutput
3664
3727
  | DescribeVpcEndpointConnectionsCommandOutput
3665
3728
  | DescribeVpcEndpointServiceConfigurationsCommandOutput
@@ -3677,6 +3740,7 @@ export type ServiceOutputTypes =
3677
3740
  | DetachVolumeCommandOutput
3678
3741
  | DetachVpnGatewayCommandOutput
3679
3742
  | DisableAddressTransferCommandOutput
3743
+ | DisableAllowedImagesSettingsCommandOutput
3680
3744
  | DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
3681
3745
  | DisableEbsEncryptionByDefaultCommandOutput
3682
3746
  | DisableFastLaunchCommandOutput
@@ -3710,6 +3774,7 @@ export type ServiceOutputTypes =
3710
3774
  | DisassociateTrunkInterfaceCommandOutput
3711
3775
  | DisassociateVpcCidrBlockCommandOutput
3712
3776
  | EnableAddressTransferCommandOutput
3777
+ | EnableAllowedImagesSettingsCommandOutput
3713
3778
  | EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
3714
3779
  | EnableEbsEncryptionByDefaultCommandOutput
3715
3780
  | EnableFastLaunchCommandOutput
@@ -3731,6 +3796,8 @@ export type ServiceOutputTypes =
3731
3796
  | ExportClientVpnClientConfigurationCommandOutput
3732
3797
  | ExportImageCommandOutput
3733
3798
  | ExportTransitGatewayRoutesCommandOutput
3799
+ | ExportVerifiedAccessInstanceClientConfigurationCommandOutput
3800
+ | GetAllowedImagesSettingsCommandOutput
3734
3801
  | GetAssociatedEnclaveCertificateIamRolesCommandOutput
3735
3802
  | GetAssociatedIpv6PoolCidrsCommandOutput
3736
3803
  | GetAwsNetworkPerformanceDataCommandOutput
@@ -3738,6 +3805,7 @@ export type ServiceOutputTypes =
3738
3805
  | GetCoipPoolUsageCommandOutput
3739
3806
  | GetConsoleOutputCommandOutput
3740
3807
  | GetConsoleScreenshotCommandOutput
3808
+ | GetDeclarativePoliciesReportSummaryCommandOutput
3741
3809
  | GetDefaultCreditSpecificationCommandOutput
3742
3810
  | GetEbsDefaultKmsKeyIdCommandOutput
3743
3811
  | GetEbsEncryptionByDefaultCommandOutput
@@ -3776,6 +3844,7 @@ export type ServiceOutputTypes =
3776
3844
  | GetTransitGatewayRouteTableAssociationsCommandOutput
3777
3845
  | GetTransitGatewayRouteTablePropagationsCommandOutput
3778
3846
  | GetVerifiedAccessEndpointPolicyCommandOutput
3847
+ | GetVerifiedAccessEndpointTargetsCommandOutput
3779
3848
  | GetVerifiedAccessGroupPolicyCommandOutput
3780
3849
  | GetVpnConnectionDeviceSampleConfigurationCommandOutput
3781
3850
  | GetVpnConnectionDeviceTypesCommandOutput
@@ -3811,6 +3880,7 @@ export type ServiceOutputTypes =
3811
3880
  | ModifyInstanceMaintenanceOptionsCommandOutput
3812
3881
  | ModifyInstanceMetadataDefaultsCommandOutput
3813
3882
  | ModifyInstanceMetadataOptionsCommandOutput
3883
+ | ModifyInstanceNetworkPerformanceOptionsCommandOutput
3814
3884
  | ModifyInstancePlacementCommandOutput
3815
3885
  | ModifyIpamCommandOutput
3816
3886
  | ModifyIpamPoolCommandOutput
@@ -3885,6 +3955,7 @@ export type ServiceOutputTypes =
3885
3955
  | ReleaseHostsCommandOutput
3886
3956
  | ReleaseIpamPoolAllocationCommandOutput
3887
3957
  | ReplaceIamInstanceProfileAssociationCommandOutput
3958
+ | ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput
3888
3959
  | ReplaceNetworkAclAssociationCommandOutput
3889
3960
  | ReplaceNetworkAclEntryCommandOutput
3890
3961
  | ReplaceRouteCommandOutput
@@ -3915,6 +3986,7 @@ export type ServiceOutputTypes =
3915
3986
  | SearchTransitGatewayMulticastGroupsCommandOutput
3916
3987
  | SearchTransitGatewayRoutesCommandOutput
3917
3988
  | SendDiagnosticInterruptCommandOutput
3989
+ | StartDeclarativePoliciesReportCommandOutput
3918
3990
  | StartInstancesCommandOutput
3919
3991
  | StartNetworkInsightsAccessScopeAnalysisCommandOutput
3920
3992
  | StartNetworkInsightsAnalysisCommandOutput