@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
@@ -0,0 +1,168 @@
1
+ import { ByoipCidr, IpPermission } from "./models_0";
2
+ import { InstanceMonitoring } from "./models_7";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface UnmonitorInstancesRequest {
7
+ /**
8
+ * <p>The IDs of the instances.</p>
9
+ * @public
10
+ */
11
+ InstanceIds: string[] | undefined;
12
+ /**
13
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
14
+ * request, and provides an error response. If you have the required permissions, the error response is
15
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
16
+ * @public
17
+ */
18
+ DryRun?: boolean | undefined;
19
+ }
20
+ /**
21
+ * @public
22
+ */
23
+ export interface UnmonitorInstancesResult {
24
+ /**
25
+ * <p>The monitoring information.</p>
26
+ * @public
27
+ */
28
+ InstanceMonitorings?: InstanceMonitoring[] | undefined;
29
+ }
30
+ /**
31
+ * <p>Describes the description of a security group rule.</p>
32
+ * <p>You can use this when you want to update the security group rule description for either an inbound or outbound rule.</p>
33
+ * @public
34
+ */
35
+ export interface SecurityGroupRuleDescription {
36
+ /**
37
+ * <p>The ID of the security group rule.</p>
38
+ * @public
39
+ */
40
+ SecurityGroupRuleId?: string | undefined;
41
+ /**
42
+ * <p>The description of the security group rule.</p>
43
+ * @public
44
+ */
45
+ Description?: string | undefined;
46
+ }
47
+ /**
48
+ * @public
49
+ */
50
+ export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
51
+ /**
52
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
53
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
54
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
55
+ * @public
56
+ */
57
+ DryRun?: boolean | undefined;
58
+ /**
59
+ * <p>The ID of the security group. You must specify either the security group ID or the
60
+ * security group name in the request. For security groups in a nondefault VPC, you must
61
+ * specify the security group ID.</p>
62
+ * @public
63
+ */
64
+ GroupId?: string | undefined;
65
+ /**
66
+ * <p>[Default VPC] The name of the security group. You must specify either the security group
67
+ * ID or the security group name.</p>
68
+ * @public
69
+ */
70
+ GroupName?: string | undefined;
71
+ /**
72
+ * <p>The IP permissions for the security group rule. You must specify either the IP permissions
73
+ * or the description.</p>
74
+ * @public
75
+ */
76
+ IpPermissions?: IpPermission[] | undefined;
77
+ /**
78
+ * <p>The description for the egress security group rules. You must specify either the
79
+ * description or the IP permissions.</p>
80
+ * @public
81
+ */
82
+ SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
83
+ }
84
+ /**
85
+ * @public
86
+ */
87
+ export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
88
+ /**
89
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
90
+ * @public
91
+ */
92
+ Return?: boolean | undefined;
93
+ }
94
+ /**
95
+ * @public
96
+ */
97
+ export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
98
+ /**
99
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
100
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
101
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
102
+ * @public
103
+ */
104
+ DryRun?: boolean | undefined;
105
+ /**
106
+ * <p>The ID of the security group. You must specify either the security group ID or the
107
+ * security group name in the request. For security groups in a nondefault VPC, you must
108
+ * specify the security group ID.</p>
109
+ * @public
110
+ */
111
+ GroupId?: string | undefined;
112
+ /**
113
+ * <p>[Default VPC] The name of the security group. You must specify either the
114
+ * security group ID or the security group name. For security groups in a
115
+ * nondefault VPC, you must specify the security group ID.</p>
116
+ * @public
117
+ */
118
+ GroupName?: string | undefined;
119
+ /**
120
+ * <p>The IP permissions for the security group rule. You must specify either IP permissions
121
+ * or a description.</p>
122
+ * @public
123
+ */
124
+ IpPermissions?: IpPermission[] | undefined;
125
+ /**
126
+ * <p>The description for the ingress security group rules. You must specify either
127
+ * a description or IP permissions.</p>
128
+ * @public
129
+ */
130
+ SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
131
+ }
132
+ /**
133
+ * @public
134
+ */
135
+ export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
136
+ /**
137
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
138
+ * @public
139
+ */
140
+ Return?: boolean | undefined;
141
+ }
142
+ /**
143
+ * @public
144
+ */
145
+ export interface WithdrawByoipCidrRequest {
146
+ /**
147
+ * <p>The address range, in CIDR notation.</p>
148
+ * @public
149
+ */
150
+ Cidr: string | undefined;
151
+ /**
152
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
153
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
154
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
155
+ * @public
156
+ */
157
+ DryRun?: boolean | undefined;
158
+ }
159
+ /**
160
+ * @public
161
+ */
162
+ export interface WithdrawByoipCidrResult {
163
+ /**
164
+ * <p>Information about the address pool.</p>
165
+ * @public
166
+ */
167
+ ByoipCidr?: ByoipCidr | undefined;
168
+ }
@@ -48,6 +48,7 @@ import { CancelBundleTaskCommandInput, CancelBundleTaskCommandOutput } from "../
48
48
  import { CancelCapacityReservationCommandInput, CancelCapacityReservationCommandOutput } from "../commands/CancelCapacityReservationCommand";
49
49
  import { CancelCapacityReservationFleetsCommandInput, CancelCapacityReservationFleetsCommandOutput } from "../commands/CancelCapacityReservationFleetsCommand";
50
50
  import { CancelConversionTaskCommandInput, CancelConversionTaskCommandOutput } from "../commands/CancelConversionTaskCommand";
51
+ import { CancelDeclarativePoliciesReportCommandInput, CancelDeclarativePoliciesReportCommandOutput } from "../commands/CancelDeclarativePoliciesReportCommand";
51
52
  import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "../commands/CancelExportTaskCommand";
52
53
  import { CancelImageLaunchPermissionCommandInput, CancelImageLaunchPermissionCommandOutput } from "../commands/CancelImageLaunchPermissionCommand";
53
54
  import { CancelImportTaskCommandInput, CancelImportTaskCommandOutput } from "../commands/CancelImportTaskCommand";
@@ -252,6 +253,7 @@ import { DescribeClientVpnTargetNetworksCommandInput, DescribeClientVpnTargetNet
252
253
  import { DescribeCoipPoolsCommandInput, DescribeCoipPoolsCommandOutput } from "../commands/DescribeCoipPoolsCommand";
253
254
  import { DescribeConversionTasksCommandInput, DescribeConversionTasksCommandOutput } from "../commands/DescribeConversionTasksCommand";
254
255
  import { DescribeCustomerGatewaysCommandInput, DescribeCustomerGatewaysCommandOutput } from "../commands/DescribeCustomerGatewaysCommand";
256
+ import { DescribeDeclarativePoliciesReportsCommandInput, DescribeDeclarativePoliciesReportsCommandOutput } from "../commands/DescribeDeclarativePoliciesReportsCommand";
255
257
  import { DescribeDhcpOptionsCommandInput, DescribeDhcpOptionsCommandOutput } from "../commands/DescribeDhcpOptionsCommand";
256
258
  import { DescribeEgressOnlyInternetGatewaysCommandInput, DescribeEgressOnlyInternetGatewaysCommandOutput } from "../commands/DescribeEgressOnlyInternetGatewaysCommand";
257
259
  import { DescribeElasticGpusCommandInput, DescribeElasticGpusCommandOutput } from "../commands/DescribeElasticGpusCommand";
@@ -376,6 +378,7 @@ import { DescribeVpcBlockPublicAccessExclusionsCommandInput, DescribeVpcBlockPub
376
378
  import { DescribeVpcBlockPublicAccessOptionsCommandInput, DescribeVpcBlockPublicAccessOptionsCommandOutput } from "../commands/DescribeVpcBlockPublicAccessOptionsCommand";
377
379
  import { DescribeVpcClassicLinkCommandInput, DescribeVpcClassicLinkCommandOutput } from "../commands/DescribeVpcClassicLinkCommand";
378
380
  import { DescribeVpcClassicLinkDnsSupportCommandInput, DescribeVpcClassicLinkDnsSupportCommandOutput } from "../commands/DescribeVpcClassicLinkDnsSupportCommand";
381
+ import { DescribeVpcEndpointAssociationsCommandInput, DescribeVpcEndpointAssociationsCommandOutput } from "../commands/DescribeVpcEndpointAssociationsCommand";
379
382
  import { DescribeVpcEndpointConnectionNotificationsCommandInput, DescribeVpcEndpointConnectionNotificationsCommandOutput } from "../commands/DescribeVpcEndpointConnectionNotificationsCommand";
380
383
  import { DescribeVpcEndpointConnectionsCommandInput, DescribeVpcEndpointConnectionsCommandOutput } from "../commands/DescribeVpcEndpointConnectionsCommand";
381
384
  import { DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput } from "../commands/DescribeVpcEndpointsCommand";
@@ -393,6 +396,7 @@ import { DetachVerifiedAccessTrustProviderCommandInput, DetachVerifiedAccessTrus
393
396
  import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "../commands/DetachVolumeCommand";
394
397
  import { DetachVpnGatewayCommandInput, DetachVpnGatewayCommandOutput } from "../commands/DetachVpnGatewayCommand";
395
398
  import { DisableAddressTransferCommandInput, DisableAddressTransferCommandOutput } from "../commands/DisableAddressTransferCommand";
399
+ import { DisableAllowedImagesSettingsCommandInput, DisableAllowedImagesSettingsCommandOutput } from "../commands/DisableAllowedImagesSettingsCommand";
396
400
  import { DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput } from "../commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
397
401
  import { DisableEbsEncryptionByDefaultCommandInput, DisableEbsEncryptionByDefaultCommandOutput } from "../commands/DisableEbsEncryptionByDefaultCommand";
398
402
  import { DisableFastLaunchCommandInput, DisableFastLaunchCommandOutput } from "../commands/DisableFastLaunchCommand";
@@ -426,6 +430,7 @@ import { DisassociateTransitGatewayRouteTableCommandInput, DisassociateTransitGa
426
430
  import { DisassociateTrunkInterfaceCommandInput, DisassociateTrunkInterfaceCommandOutput } from "../commands/DisassociateTrunkInterfaceCommand";
427
431
  import { DisassociateVpcCidrBlockCommandInput, DisassociateVpcCidrBlockCommandOutput } from "../commands/DisassociateVpcCidrBlockCommand";
428
432
  import { EnableAddressTransferCommandInput, EnableAddressTransferCommandOutput } from "../commands/EnableAddressTransferCommand";
433
+ import { EnableAllowedImagesSettingsCommandInput, EnableAllowedImagesSettingsCommandOutput } from "../commands/EnableAllowedImagesSettingsCommand";
429
434
  import { EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput } from "../commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
430
435
  import { EnableEbsEncryptionByDefaultCommandInput, EnableEbsEncryptionByDefaultCommandOutput } from "../commands/EnableEbsEncryptionByDefaultCommand";
431
436
  import { EnableFastLaunchCommandInput, EnableFastLaunchCommandOutput } from "../commands/EnableFastLaunchCommand";
@@ -447,6 +452,8 @@ import { ExportClientVpnClientCertificateRevocationListCommandInput, ExportClien
447
452
  import { ExportClientVpnClientConfigurationCommandInput, ExportClientVpnClientConfigurationCommandOutput } from "../commands/ExportClientVpnClientConfigurationCommand";
448
453
  import { ExportImageCommandInput, ExportImageCommandOutput } from "../commands/ExportImageCommand";
449
454
  import { ExportTransitGatewayRoutesCommandInput, ExportTransitGatewayRoutesCommandOutput } from "../commands/ExportTransitGatewayRoutesCommand";
455
+ import { ExportVerifiedAccessInstanceClientConfigurationCommandInput, ExportVerifiedAccessInstanceClientConfigurationCommandOutput } from "../commands/ExportVerifiedAccessInstanceClientConfigurationCommand";
456
+ import { GetAllowedImagesSettingsCommandInput, GetAllowedImagesSettingsCommandOutput } from "../commands/GetAllowedImagesSettingsCommand";
450
457
  import { GetAssociatedEnclaveCertificateIamRolesCommandInput, GetAssociatedEnclaveCertificateIamRolesCommandOutput } from "../commands/GetAssociatedEnclaveCertificateIamRolesCommand";
451
458
  import { GetAssociatedIpv6PoolCidrsCommandInput, GetAssociatedIpv6PoolCidrsCommandOutput } from "../commands/GetAssociatedIpv6PoolCidrsCommand";
452
459
  import { GetAwsNetworkPerformanceDataCommandInput, GetAwsNetworkPerformanceDataCommandOutput } from "../commands/GetAwsNetworkPerformanceDataCommand";
@@ -454,6 +461,7 @@ import { GetCapacityReservationUsageCommandInput, GetCapacityReservationUsageCom
454
461
  import { GetCoipPoolUsageCommandInput, GetCoipPoolUsageCommandOutput } from "../commands/GetCoipPoolUsageCommand";
455
462
  import { GetConsoleOutputCommandInput, GetConsoleOutputCommandOutput } from "../commands/GetConsoleOutputCommand";
456
463
  import { GetConsoleScreenshotCommandInput, GetConsoleScreenshotCommandOutput } from "../commands/GetConsoleScreenshotCommand";
464
+ import { GetDeclarativePoliciesReportSummaryCommandInput, GetDeclarativePoliciesReportSummaryCommandOutput } from "../commands/GetDeclarativePoliciesReportSummaryCommand";
457
465
  import { GetDefaultCreditSpecificationCommandInput, GetDefaultCreditSpecificationCommandOutput } from "../commands/GetDefaultCreditSpecificationCommand";
458
466
  import { GetEbsDefaultKmsKeyIdCommandInput, GetEbsDefaultKmsKeyIdCommandOutput } from "../commands/GetEbsDefaultKmsKeyIdCommand";
459
467
  import { GetEbsEncryptionByDefaultCommandInput, GetEbsEncryptionByDefaultCommandOutput } from "../commands/GetEbsEncryptionByDefaultCommand";
@@ -492,6 +500,7 @@ import { GetTransitGatewayPrefixListReferencesCommandInput, GetTransitGatewayPre
492
500
  import { GetTransitGatewayRouteTableAssociationsCommandInput, GetTransitGatewayRouteTableAssociationsCommandOutput } from "../commands/GetTransitGatewayRouteTableAssociationsCommand";
493
501
  import { GetTransitGatewayRouteTablePropagationsCommandInput, GetTransitGatewayRouteTablePropagationsCommandOutput } from "../commands/GetTransitGatewayRouteTablePropagationsCommand";
494
502
  import { GetVerifiedAccessEndpointPolicyCommandInput, GetVerifiedAccessEndpointPolicyCommandOutput } from "../commands/GetVerifiedAccessEndpointPolicyCommand";
503
+ import { GetVerifiedAccessEndpointTargetsCommandInput, GetVerifiedAccessEndpointTargetsCommandOutput } from "../commands/GetVerifiedAccessEndpointTargetsCommand";
495
504
  import { GetVerifiedAccessGroupPolicyCommandInput, GetVerifiedAccessGroupPolicyCommandOutput } from "../commands/GetVerifiedAccessGroupPolicyCommand";
496
505
  import { GetVpnConnectionDeviceSampleConfigurationCommandInput, GetVpnConnectionDeviceSampleConfigurationCommandOutput } from "../commands/GetVpnConnectionDeviceSampleConfigurationCommand";
497
506
  import { GetVpnConnectionDeviceTypesCommandInput, GetVpnConnectionDeviceTypesCommandOutput } from "../commands/GetVpnConnectionDeviceTypesCommand";
@@ -527,6 +536,7 @@ import { ModifyInstanceEventWindowCommandInput, ModifyInstanceEventWindowCommand
527
536
  import { ModifyInstanceMaintenanceOptionsCommandInput, ModifyInstanceMaintenanceOptionsCommandOutput } from "../commands/ModifyInstanceMaintenanceOptionsCommand";
528
537
  import { ModifyInstanceMetadataDefaultsCommandInput, ModifyInstanceMetadataDefaultsCommandOutput } from "../commands/ModifyInstanceMetadataDefaultsCommand";
529
538
  import { ModifyInstanceMetadataOptionsCommandInput, ModifyInstanceMetadataOptionsCommandOutput } from "../commands/ModifyInstanceMetadataOptionsCommand";
539
+ import { ModifyInstanceNetworkPerformanceOptionsCommandInput, ModifyInstanceNetworkPerformanceOptionsCommandOutput } from "../commands/ModifyInstanceNetworkPerformanceOptionsCommand";
530
540
  import { ModifyInstancePlacementCommandInput, ModifyInstancePlacementCommandOutput } from "../commands/ModifyInstancePlacementCommand";
531
541
  import { ModifyIpamCommandInput, ModifyIpamCommandOutput } from "../commands/ModifyIpamCommand";
532
542
  import { ModifyIpamPoolCommandInput, ModifyIpamPoolCommandOutput } from "../commands/ModifyIpamPoolCommand";
@@ -601,6 +611,7 @@ import { ReleaseAddressCommandInput, ReleaseAddressCommandOutput } from "../comm
601
611
  import { ReleaseHostsCommandInput, ReleaseHostsCommandOutput } from "../commands/ReleaseHostsCommand";
602
612
  import { ReleaseIpamPoolAllocationCommandInput, ReleaseIpamPoolAllocationCommandOutput } from "../commands/ReleaseIpamPoolAllocationCommand";
603
613
  import { ReplaceIamInstanceProfileAssociationCommandInput, ReplaceIamInstanceProfileAssociationCommandOutput } from "../commands/ReplaceIamInstanceProfileAssociationCommand";
614
+ import { ReplaceImageCriteriaInAllowedImagesSettingsCommandInput, ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput } from "../commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand";
604
615
  import { ReplaceNetworkAclAssociationCommandInput, ReplaceNetworkAclAssociationCommandOutput } from "../commands/ReplaceNetworkAclAssociationCommand";
605
616
  import { ReplaceNetworkAclEntryCommandInput, ReplaceNetworkAclEntryCommandOutput } from "../commands/ReplaceNetworkAclEntryCommand";
606
617
  import { ReplaceRouteCommandInput, ReplaceRouteCommandOutput } from "../commands/ReplaceRouteCommand";
@@ -631,6 +642,7 @@ import { SearchLocalGatewayRoutesCommandInput, SearchLocalGatewayRoutesCommandOu
631
642
  import { SearchTransitGatewayMulticastGroupsCommandInput, SearchTransitGatewayMulticastGroupsCommandOutput } from "../commands/SearchTransitGatewayMulticastGroupsCommand";
632
643
  import { SearchTransitGatewayRoutesCommandInput, SearchTransitGatewayRoutesCommandOutput } from "../commands/SearchTransitGatewayRoutesCommand";
633
644
  import { SendDiagnosticInterruptCommandInput, SendDiagnosticInterruptCommandOutput } from "../commands/SendDiagnosticInterruptCommand";
645
+ import { StartDeclarativePoliciesReportCommandInput, StartDeclarativePoliciesReportCommandOutput } from "../commands/StartDeclarativePoliciesReportCommand";
634
646
  import { StartInstancesCommandInput, StartInstancesCommandOutput } from "../commands/StartInstancesCommand";
635
647
  import { StartNetworkInsightsAccessScopeAnalysisCommandInput, StartNetworkInsightsAccessScopeAnalysisCommandOutput } from "../commands/StartNetworkInsightsAccessScopeAnalysisCommand";
636
648
  import { StartNetworkInsightsAnalysisCommandInput, StartNetworkInsightsAnalysisCommandOutput } from "../commands/StartNetworkInsightsAnalysisCommand";
@@ -838,6 +850,10 @@ export declare const se_CancelCapacityReservationFleetsCommand: (input: CancelCa
838
850
  * serializeAws_ec2CancelConversionTaskCommand
839
851
  */
840
852
  export declare const se_CancelConversionTaskCommand: (input: CancelConversionTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
853
+ /**
854
+ * serializeAws_ec2CancelDeclarativePoliciesReportCommand
855
+ */
856
+ export declare const se_CancelDeclarativePoliciesReportCommand: (input: CancelDeclarativePoliciesReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
841
857
  /**
842
858
  * serializeAws_ec2CancelExportTaskCommand
843
859
  */
@@ -1654,6 +1670,10 @@ export declare const se_DescribeConversionTasksCommand: (input: DescribeConversi
1654
1670
  * serializeAws_ec2DescribeCustomerGatewaysCommand
1655
1671
  */
1656
1672
  export declare const se_DescribeCustomerGatewaysCommand: (input: DescribeCustomerGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1673
+ /**
1674
+ * serializeAws_ec2DescribeDeclarativePoliciesReportsCommand
1675
+ */
1676
+ export declare const se_DescribeDeclarativePoliciesReportsCommand: (input: DescribeDeclarativePoliciesReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1657
1677
  /**
1658
1678
  * serializeAws_ec2DescribeDhcpOptionsCommand
1659
1679
  */
@@ -2150,6 +2170,10 @@ export declare const se_DescribeVpcClassicLinkCommand: (input: DescribeVpcClassi
2150
2170
  * serializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand
2151
2171
  */
2152
2172
  export declare const se_DescribeVpcClassicLinkDnsSupportCommand: (input: DescribeVpcClassicLinkDnsSupportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2173
+ /**
2174
+ * serializeAws_ec2DescribeVpcEndpointAssociationsCommand
2175
+ */
2176
+ export declare const se_DescribeVpcEndpointAssociationsCommand: (input: DescribeVpcEndpointAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2153
2177
  /**
2154
2178
  * serializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand
2155
2179
  */
@@ -2218,6 +2242,10 @@ export declare const se_DetachVpnGatewayCommand: (input: DetachVpnGatewayCommand
2218
2242
  * serializeAws_ec2DisableAddressTransferCommand
2219
2243
  */
2220
2244
  export declare const se_DisableAddressTransferCommand: (input: DisableAddressTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2245
+ /**
2246
+ * serializeAws_ec2DisableAllowedImagesSettingsCommand
2247
+ */
2248
+ export declare const se_DisableAllowedImagesSettingsCommand: (input: DisableAllowedImagesSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2221
2249
  /**
2222
2250
  * serializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand
2223
2251
  */
@@ -2350,6 +2378,10 @@ export declare const se_DisassociateVpcCidrBlockCommand: (input: DisassociateVpc
2350
2378
  * serializeAws_ec2EnableAddressTransferCommand
2351
2379
  */
2352
2380
  export declare const se_EnableAddressTransferCommand: (input: EnableAddressTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2381
+ /**
2382
+ * serializeAws_ec2EnableAllowedImagesSettingsCommand
2383
+ */
2384
+ export declare const se_EnableAllowedImagesSettingsCommand: (input: EnableAllowedImagesSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2353
2385
  /**
2354
2386
  * serializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand
2355
2387
  */
@@ -2434,6 +2466,14 @@ export declare const se_ExportImageCommand: (input: ExportImageCommandInput, con
2434
2466
  * serializeAws_ec2ExportTransitGatewayRoutesCommand
2435
2467
  */
2436
2468
  export declare const se_ExportTransitGatewayRoutesCommand: (input: ExportTransitGatewayRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2469
+ /**
2470
+ * serializeAws_ec2ExportVerifiedAccessInstanceClientConfigurationCommand
2471
+ */
2472
+ export declare const se_ExportVerifiedAccessInstanceClientConfigurationCommand: (input: ExportVerifiedAccessInstanceClientConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2473
+ /**
2474
+ * serializeAws_ec2GetAllowedImagesSettingsCommand
2475
+ */
2476
+ export declare const se_GetAllowedImagesSettingsCommand: (input: GetAllowedImagesSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2437
2477
  /**
2438
2478
  * serializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand
2439
2479
  */
@@ -2462,6 +2502,10 @@ export declare const se_GetConsoleOutputCommand: (input: GetConsoleOutputCommand
2462
2502
  * serializeAws_ec2GetConsoleScreenshotCommand
2463
2503
  */
2464
2504
  export declare const se_GetConsoleScreenshotCommand: (input: GetConsoleScreenshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2505
+ /**
2506
+ * serializeAws_ec2GetDeclarativePoliciesReportSummaryCommand
2507
+ */
2508
+ export declare const se_GetDeclarativePoliciesReportSummaryCommand: (input: GetDeclarativePoliciesReportSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2465
2509
  /**
2466
2510
  * serializeAws_ec2GetDefaultCreditSpecificationCommand
2467
2511
  */
@@ -2614,6 +2658,10 @@ export declare const se_GetTransitGatewayRouteTablePropagationsCommand: (input:
2614
2658
  * serializeAws_ec2GetVerifiedAccessEndpointPolicyCommand
2615
2659
  */
2616
2660
  export declare const se_GetVerifiedAccessEndpointPolicyCommand: (input: GetVerifiedAccessEndpointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2661
+ /**
2662
+ * serializeAws_ec2GetVerifiedAccessEndpointTargetsCommand
2663
+ */
2664
+ export declare const se_GetVerifiedAccessEndpointTargetsCommand: (input: GetVerifiedAccessEndpointTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2617
2665
  /**
2618
2666
  * serializeAws_ec2GetVerifiedAccessGroupPolicyCommand
2619
2667
  */
@@ -2754,6 +2802,10 @@ export declare const se_ModifyInstanceMetadataDefaultsCommand: (input: ModifyIns
2754
2802
  * serializeAws_ec2ModifyInstanceMetadataOptionsCommand
2755
2803
  */
2756
2804
  export declare const se_ModifyInstanceMetadataOptionsCommand: (input: ModifyInstanceMetadataOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2805
+ /**
2806
+ * serializeAws_ec2ModifyInstanceNetworkPerformanceOptionsCommand
2807
+ */
2808
+ export declare const se_ModifyInstanceNetworkPerformanceOptionsCommand: (input: ModifyInstanceNetworkPerformanceOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2757
2809
  /**
2758
2810
  * serializeAws_ec2ModifyInstancePlacementCommand
2759
2811
  */
@@ -3050,6 +3102,10 @@ export declare const se_ReleaseIpamPoolAllocationCommand: (input: ReleaseIpamPoo
3050
3102
  * serializeAws_ec2ReplaceIamInstanceProfileAssociationCommand
3051
3103
  */
3052
3104
  export declare const se_ReplaceIamInstanceProfileAssociationCommand: (input: ReplaceIamInstanceProfileAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
3105
+ /**
3106
+ * serializeAws_ec2ReplaceImageCriteriaInAllowedImagesSettingsCommand
3107
+ */
3108
+ export declare const se_ReplaceImageCriteriaInAllowedImagesSettingsCommand: (input: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
3053
3109
  /**
3054
3110
  * serializeAws_ec2ReplaceNetworkAclAssociationCommand
3055
3111
  */
@@ -3170,6 +3226,10 @@ export declare const se_SearchTransitGatewayRoutesCommand: (input: SearchTransit
3170
3226
  * serializeAws_ec2SendDiagnosticInterruptCommand
3171
3227
  */
3172
3228
  export declare const se_SendDiagnosticInterruptCommand: (input: SendDiagnosticInterruptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
3229
+ /**
3230
+ * serializeAws_ec2StartDeclarativePoliciesReportCommand
3231
+ */
3232
+ export declare const se_StartDeclarativePoliciesReportCommand: (input: StartDeclarativePoliciesReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
3173
3233
  /**
3174
3234
  * serializeAws_ec2StartInstancesCommand
3175
3235
  */
@@ -3422,6 +3482,10 @@ export declare const de_CancelCapacityReservationFleetsCommand: (output: __HttpR
3422
3482
  * deserializeAws_ec2CancelConversionTaskCommand
3423
3483
  */
3424
3484
  export declare const de_CancelConversionTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelConversionTaskCommandOutput>;
3485
+ /**
3486
+ * deserializeAws_ec2CancelDeclarativePoliciesReportCommand
3487
+ */
3488
+ export declare const de_CancelDeclarativePoliciesReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelDeclarativePoliciesReportCommandOutput>;
3425
3489
  /**
3426
3490
  * deserializeAws_ec2CancelExportTaskCommand
3427
3491
  */
@@ -4238,6 +4302,10 @@ export declare const de_DescribeConversionTasksCommand: (output: __HttpResponse,
4238
4302
  * deserializeAws_ec2DescribeCustomerGatewaysCommand
4239
4303
  */
4240
4304
  export declare const de_DescribeCustomerGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomerGatewaysCommandOutput>;
4305
+ /**
4306
+ * deserializeAws_ec2DescribeDeclarativePoliciesReportsCommand
4307
+ */
4308
+ export declare const de_DescribeDeclarativePoliciesReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDeclarativePoliciesReportsCommandOutput>;
4241
4309
  /**
4242
4310
  * deserializeAws_ec2DescribeDhcpOptionsCommand
4243
4311
  */
@@ -4734,6 +4802,10 @@ export declare const de_DescribeVpcClassicLinkCommand: (output: __HttpResponse,
4734
4802
  * deserializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand
4735
4803
  */
4736
4804
  export declare const de_DescribeVpcClassicLinkDnsSupportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcClassicLinkDnsSupportCommandOutput>;
4805
+ /**
4806
+ * deserializeAws_ec2DescribeVpcEndpointAssociationsCommand
4807
+ */
4808
+ export declare const de_DescribeVpcEndpointAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcEndpointAssociationsCommandOutput>;
4737
4809
  /**
4738
4810
  * deserializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand
4739
4811
  */
@@ -4802,6 +4874,10 @@ export declare const de_DetachVpnGatewayCommand: (output: __HttpResponse, contex
4802
4874
  * deserializeAws_ec2DisableAddressTransferCommand
4803
4875
  */
4804
4876
  export declare const de_DisableAddressTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAddressTransferCommandOutput>;
4877
+ /**
4878
+ * deserializeAws_ec2DisableAllowedImagesSettingsCommand
4879
+ */
4880
+ export declare const de_DisableAllowedImagesSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAllowedImagesSettingsCommandOutput>;
4805
4881
  /**
4806
4882
  * deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand
4807
4883
  */
@@ -4934,6 +5010,10 @@ export declare const de_DisassociateVpcCidrBlockCommand: (output: __HttpResponse
4934
5010
  * deserializeAws_ec2EnableAddressTransferCommand
4935
5011
  */
4936
5012
  export declare const de_EnableAddressTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAddressTransferCommandOutput>;
5013
+ /**
5014
+ * deserializeAws_ec2EnableAllowedImagesSettingsCommand
5015
+ */
5016
+ export declare const de_EnableAllowedImagesSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAllowedImagesSettingsCommandOutput>;
4937
5017
  /**
4938
5018
  * deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand
4939
5019
  */
@@ -5018,6 +5098,14 @@ export declare const de_ExportImageCommand: (output: __HttpResponse, context: __
5018
5098
  * deserializeAws_ec2ExportTransitGatewayRoutesCommand
5019
5099
  */
5020
5100
  export declare const de_ExportTransitGatewayRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportTransitGatewayRoutesCommandOutput>;
5101
+ /**
5102
+ * deserializeAws_ec2ExportVerifiedAccessInstanceClientConfigurationCommand
5103
+ */
5104
+ export declare const de_ExportVerifiedAccessInstanceClientConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportVerifiedAccessInstanceClientConfigurationCommandOutput>;
5105
+ /**
5106
+ * deserializeAws_ec2GetAllowedImagesSettingsCommand
5107
+ */
5108
+ export declare const de_GetAllowedImagesSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAllowedImagesSettingsCommandOutput>;
5021
5109
  /**
5022
5110
  * deserializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand
5023
5111
  */
@@ -5046,6 +5134,10 @@ export declare const de_GetConsoleOutputCommand: (output: __HttpResponse, contex
5046
5134
  * deserializeAws_ec2GetConsoleScreenshotCommand
5047
5135
  */
5048
5136
  export declare const de_GetConsoleScreenshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConsoleScreenshotCommandOutput>;
5137
+ /**
5138
+ * deserializeAws_ec2GetDeclarativePoliciesReportSummaryCommand
5139
+ */
5140
+ export declare const de_GetDeclarativePoliciesReportSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeclarativePoliciesReportSummaryCommandOutput>;
5049
5141
  /**
5050
5142
  * deserializeAws_ec2GetDefaultCreditSpecificationCommand
5051
5143
  */
@@ -5198,6 +5290,10 @@ export declare const de_GetTransitGatewayRouteTablePropagationsCommand: (output:
5198
5290
  * deserializeAws_ec2GetVerifiedAccessEndpointPolicyCommand
5199
5291
  */
5200
5292
  export declare const de_GetVerifiedAccessEndpointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVerifiedAccessEndpointPolicyCommandOutput>;
5293
+ /**
5294
+ * deserializeAws_ec2GetVerifiedAccessEndpointTargetsCommand
5295
+ */
5296
+ export declare const de_GetVerifiedAccessEndpointTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVerifiedAccessEndpointTargetsCommandOutput>;
5201
5297
  /**
5202
5298
  * deserializeAws_ec2GetVerifiedAccessGroupPolicyCommand
5203
5299
  */
@@ -5338,6 +5434,10 @@ export declare const de_ModifyInstanceMetadataDefaultsCommand: (output: __HttpRe
5338
5434
  * deserializeAws_ec2ModifyInstanceMetadataOptionsCommand
5339
5435
  */
5340
5436
  export declare const de_ModifyInstanceMetadataOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstanceMetadataOptionsCommandOutput>;
5437
+ /**
5438
+ * deserializeAws_ec2ModifyInstanceNetworkPerformanceOptionsCommand
5439
+ */
5440
+ export declare const de_ModifyInstanceNetworkPerformanceOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstanceNetworkPerformanceOptionsCommandOutput>;
5341
5441
  /**
5342
5442
  * deserializeAws_ec2ModifyInstancePlacementCommand
5343
5443
  */
@@ -5634,6 +5734,10 @@ export declare const de_ReleaseIpamPoolAllocationCommand: (output: __HttpRespons
5634
5734
  * deserializeAws_ec2ReplaceIamInstanceProfileAssociationCommand
5635
5735
  */
5636
5736
  export declare const de_ReplaceIamInstanceProfileAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplaceIamInstanceProfileAssociationCommandOutput>;
5737
+ /**
5738
+ * deserializeAws_ec2ReplaceImageCriteriaInAllowedImagesSettingsCommand
5739
+ */
5740
+ export declare const de_ReplaceImageCriteriaInAllowedImagesSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput>;
5637
5741
  /**
5638
5742
  * deserializeAws_ec2ReplaceNetworkAclAssociationCommand
5639
5743
  */
@@ -5754,6 +5858,10 @@ export declare const de_SearchTransitGatewayRoutesCommand: (output: __HttpRespon
5754
5858
  * deserializeAws_ec2SendDiagnosticInterruptCommand
5755
5859
  */
5756
5860
  export declare const de_SendDiagnosticInterruptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendDiagnosticInterruptCommandOutput>;
5861
+ /**
5862
+ * deserializeAws_ec2StartDeclarativePoliciesReportCommand
5863
+ */
5864
+ export declare const de_StartDeclarativePoliciesReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeclarativePoliciesReportCommandOutput>;
5757
5865
  /**
5758
5866
  * deserializeAws_ec2StartInstancesCommand
5759
5867
  */