@aws-sdk/client-ec2 3.699.0 → 3.703.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2214 -445
  3. package/dist-es/EC2.js +22 -0
  4. package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
  5. package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
  7. package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
  8. package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
  9. package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
  10. package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
  11. package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
  12. package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
  13. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  14. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/models/index.js +1 -0
  17. package/dist-es/models/models_0.js +9 -32
  18. package/dist-es/models/models_1.js +50 -11
  19. package/dist-es/models/models_2.js +32 -19
  20. package/dist-es/models/models_3.js +21 -13
  21. package/dist-es/models/models_4.js +13 -0
  22. package/dist-es/models/models_5.js +8 -3
  23. package/dist-es/models/models_6.js +13 -8
  24. package/dist-es/models/models_7.js +15 -0
  25. package/dist-es/models/models_8.js +1 -0
  26. package/dist-es/protocols/Aws_ec2.js +1655 -132
  27. package/dist-types/EC2.d.ts +82 -0
  28. package/dist-types/EC2Client.d.ts +13 -2
  29. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  33. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  34. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  35. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  36. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  37. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  38. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -1
  39. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  41. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  42. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  49. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  63. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  64. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  69. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +4 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +28 -5
  104. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -0
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +11 -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/DeleteCoipPoolCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -2
  116. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  117. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  118. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  119. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  121. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
  122. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  124. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  125. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  126. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  130. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  131. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  133. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  134. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -2
  136. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -0
  137. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  138. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  140. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  142. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  143. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  144. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  145. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  146. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -1
  148. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +7 -0
  149. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +4 -0
  150. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +22 -2
  151. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  152. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  153. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
  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/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  166. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  167. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  168. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  169. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  170. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  171. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  172. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  173. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  174. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  175. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  178. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyFleetCommand.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/ModifyInstancePlacementCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  194. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  198. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  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/ModifyVpcEndpointServiceConfigurationCommand.d.ts +3 -4
  204. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  207. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  208. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  209. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  210. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  211. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  212. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  213. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  215. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  216. package/dist-types/commands/index.d.ts +11 -0
  217. package/dist-types/models/index.d.ts +1 -0
  218. package/dist-types/models/models_0.d.ts +129 -298
  219. package/dist-types/models/models_1.d.ts +339 -202
  220. package/dist-types/models/models_2.d.ts +637 -289
  221. package/dist-types/models/models_3.d.ts +417 -861
  222. package/dist-types/models/models_4.d.ts +7130 -7145
  223. package/dist-types/models/models_5.d.ts +5633 -4991
  224. package/dist-types/models/models_6.d.ts +4335 -4505
  225. package/dist-types/models/models_7.d.ts +1540 -24
  226. package/dist-types/models/models_8.d.ts +11 -0
  227. package/dist-types/protocols/Aws_ec2.d.ts +99 -0
  228. package/dist-types/ts3.4/EC2.d.ts +216 -0
  229. package/dist-types/ts3.4/EC2Client.d.ts +66 -0
  230. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  232. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
  233. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +4 -2
  241. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
  243. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  246. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +4 -2
  251. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  252. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  266. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  267. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  268. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  269. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  289. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  290. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  291. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  292. package/dist-types/ts3.4/models/index.d.ts +1 -0
  293. package/dist-types/ts3.4/models/models_0.d.ts +38 -64
  294. package/dist-types/ts3.4/models/models_1.d.ts +83 -54
  295. package/dist-types/ts3.4/models/models_2.d.ts +158 -89
  296. package/dist-types/ts3.4/models/models_3.d.ts +103 -163
  297. package/dist-types/ts3.4/models/models_4.d.ts +164 -153
  298. package/dist-types/ts3.4/models/models_5.d.ts +211 -135
  299. package/dist-types/ts3.4/models/models_6.d.ts +245 -282
  300. package/dist-types/ts3.4/models/models_7.d.ts +341 -6
  301. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  302. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  303. package/package.json +1 -1
@@ -0,0 +1,11 @@
1
+ import { ByoipCidr } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface WithdrawByoipCidrResult {
6
+ /**
7
+ * <p>Information about the address pool.</p>
8
+ * @public
9
+ */
10
+ ByoipCidr?: ByoipCidr | undefined;
11
+ }
@@ -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";
@@ -601,6 +610,7 @@ import { ReleaseAddressCommandInput, ReleaseAddressCommandOutput } from "../comm
601
610
  import { ReleaseHostsCommandInput, ReleaseHostsCommandOutput } from "../commands/ReleaseHostsCommand";
602
611
  import { ReleaseIpamPoolAllocationCommandInput, ReleaseIpamPoolAllocationCommandOutput } from "../commands/ReleaseIpamPoolAllocationCommand";
603
612
  import { ReplaceIamInstanceProfileAssociationCommandInput, ReplaceIamInstanceProfileAssociationCommandOutput } from "../commands/ReplaceIamInstanceProfileAssociationCommand";
613
+ import { ReplaceImageCriteriaInAllowedImagesSettingsCommandInput, ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput } from "../commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand";
604
614
  import { ReplaceNetworkAclAssociationCommandInput, ReplaceNetworkAclAssociationCommandOutput } from "../commands/ReplaceNetworkAclAssociationCommand";
605
615
  import { ReplaceNetworkAclEntryCommandInput, ReplaceNetworkAclEntryCommandOutput } from "../commands/ReplaceNetworkAclEntryCommand";
606
616
  import { ReplaceRouteCommandInput, ReplaceRouteCommandOutput } from "../commands/ReplaceRouteCommand";
@@ -631,6 +641,7 @@ import { SearchLocalGatewayRoutesCommandInput, SearchLocalGatewayRoutesCommandOu
631
641
  import { SearchTransitGatewayMulticastGroupsCommandInput, SearchTransitGatewayMulticastGroupsCommandOutput } from "../commands/SearchTransitGatewayMulticastGroupsCommand";
632
642
  import { SearchTransitGatewayRoutesCommandInput, SearchTransitGatewayRoutesCommandOutput } from "../commands/SearchTransitGatewayRoutesCommand";
633
643
  import { SendDiagnosticInterruptCommandInput, SendDiagnosticInterruptCommandOutput } from "../commands/SendDiagnosticInterruptCommand";
644
+ import { StartDeclarativePoliciesReportCommandInput, StartDeclarativePoliciesReportCommandOutput } from "../commands/StartDeclarativePoliciesReportCommand";
634
645
  import { StartInstancesCommandInput, StartInstancesCommandOutput } from "../commands/StartInstancesCommand";
635
646
  import { StartNetworkInsightsAccessScopeAnalysisCommandInput, StartNetworkInsightsAccessScopeAnalysisCommandOutput } from "../commands/StartNetworkInsightsAccessScopeAnalysisCommand";
636
647
  import { StartNetworkInsightsAnalysisCommandInput, StartNetworkInsightsAnalysisCommandOutput } from "../commands/StartNetworkInsightsAnalysisCommand";
@@ -838,6 +849,10 @@ export declare const se_CancelCapacityReservationFleetsCommand: (input: CancelCa
838
849
  * serializeAws_ec2CancelConversionTaskCommand
839
850
  */
840
851
  export declare const se_CancelConversionTaskCommand: (input: CancelConversionTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
852
+ /**
853
+ * serializeAws_ec2CancelDeclarativePoliciesReportCommand
854
+ */
855
+ export declare const se_CancelDeclarativePoliciesReportCommand: (input: CancelDeclarativePoliciesReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
841
856
  /**
842
857
  * serializeAws_ec2CancelExportTaskCommand
843
858
  */
@@ -1654,6 +1669,10 @@ export declare const se_DescribeConversionTasksCommand: (input: DescribeConversi
1654
1669
  * serializeAws_ec2DescribeCustomerGatewaysCommand
1655
1670
  */
1656
1671
  export declare const se_DescribeCustomerGatewaysCommand: (input: DescribeCustomerGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1672
+ /**
1673
+ * serializeAws_ec2DescribeDeclarativePoliciesReportsCommand
1674
+ */
1675
+ export declare const se_DescribeDeclarativePoliciesReportsCommand: (input: DescribeDeclarativePoliciesReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1657
1676
  /**
1658
1677
  * serializeAws_ec2DescribeDhcpOptionsCommand
1659
1678
  */
@@ -2150,6 +2169,10 @@ export declare const se_DescribeVpcClassicLinkCommand: (input: DescribeVpcClassi
2150
2169
  * serializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand
2151
2170
  */
2152
2171
  export declare const se_DescribeVpcClassicLinkDnsSupportCommand: (input: DescribeVpcClassicLinkDnsSupportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2172
+ /**
2173
+ * serializeAws_ec2DescribeVpcEndpointAssociationsCommand
2174
+ */
2175
+ export declare const se_DescribeVpcEndpointAssociationsCommand: (input: DescribeVpcEndpointAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2153
2176
  /**
2154
2177
  * serializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand
2155
2178
  */
@@ -2218,6 +2241,10 @@ export declare const se_DetachVpnGatewayCommand: (input: DetachVpnGatewayCommand
2218
2241
  * serializeAws_ec2DisableAddressTransferCommand
2219
2242
  */
2220
2243
  export declare const se_DisableAddressTransferCommand: (input: DisableAddressTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2244
+ /**
2245
+ * serializeAws_ec2DisableAllowedImagesSettingsCommand
2246
+ */
2247
+ export declare const se_DisableAllowedImagesSettingsCommand: (input: DisableAllowedImagesSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2221
2248
  /**
2222
2249
  * serializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand
2223
2250
  */
@@ -2350,6 +2377,10 @@ export declare const se_DisassociateVpcCidrBlockCommand: (input: DisassociateVpc
2350
2377
  * serializeAws_ec2EnableAddressTransferCommand
2351
2378
  */
2352
2379
  export declare const se_EnableAddressTransferCommand: (input: EnableAddressTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2380
+ /**
2381
+ * serializeAws_ec2EnableAllowedImagesSettingsCommand
2382
+ */
2383
+ export declare const se_EnableAllowedImagesSettingsCommand: (input: EnableAllowedImagesSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2353
2384
  /**
2354
2385
  * serializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand
2355
2386
  */
@@ -2434,6 +2465,14 @@ export declare const se_ExportImageCommand: (input: ExportImageCommandInput, con
2434
2465
  * serializeAws_ec2ExportTransitGatewayRoutesCommand
2435
2466
  */
2436
2467
  export declare const se_ExportTransitGatewayRoutesCommand: (input: ExportTransitGatewayRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2468
+ /**
2469
+ * serializeAws_ec2ExportVerifiedAccessInstanceClientConfigurationCommand
2470
+ */
2471
+ export declare const se_ExportVerifiedAccessInstanceClientConfigurationCommand: (input: ExportVerifiedAccessInstanceClientConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2472
+ /**
2473
+ * serializeAws_ec2GetAllowedImagesSettingsCommand
2474
+ */
2475
+ export declare const se_GetAllowedImagesSettingsCommand: (input: GetAllowedImagesSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2437
2476
  /**
2438
2477
  * serializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand
2439
2478
  */
@@ -2462,6 +2501,10 @@ export declare const se_GetConsoleOutputCommand: (input: GetConsoleOutputCommand
2462
2501
  * serializeAws_ec2GetConsoleScreenshotCommand
2463
2502
  */
2464
2503
  export declare const se_GetConsoleScreenshotCommand: (input: GetConsoleScreenshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2504
+ /**
2505
+ * serializeAws_ec2GetDeclarativePoliciesReportSummaryCommand
2506
+ */
2507
+ export declare const se_GetDeclarativePoliciesReportSummaryCommand: (input: GetDeclarativePoliciesReportSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2465
2508
  /**
2466
2509
  * serializeAws_ec2GetDefaultCreditSpecificationCommand
2467
2510
  */
@@ -2614,6 +2657,10 @@ export declare const se_GetTransitGatewayRouteTablePropagationsCommand: (input:
2614
2657
  * serializeAws_ec2GetVerifiedAccessEndpointPolicyCommand
2615
2658
  */
2616
2659
  export declare const se_GetVerifiedAccessEndpointPolicyCommand: (input: GetVerifiedAccessEndpointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2660
+ /**
2661
+ * serializeAws_ec2GetVerifiedAccessEndpointTargetsCommand
2662
+ */
2663
+ export declare const se_GetVerifiedAccessEndpointTargetsCommand: (input: GetVerifiedAccessEndpointTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2617
2664
  /**
2618
2665
  * serializeAws_ec2GetVerifiedAccessGroupPolicyCommand
2619
2666
  */
@@ -3050,6 +3097,10 @@ export declare const se_ReleaseIpamPoolAllocationCommand: (input: ReleaseIpamPoo
3050
3097
  * serializeAws_ec2ReplaceIamInstanceProfileAssociationCommand
3051
3098
  */
3052
3099
  export declare const se_ReplaceIamInstanceProfileAssociationCommand: (input: ReplaceIamInstanceProfileAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
3100
+ /**
3101
+ * serializeAws_ec2ReplaceImageCriteriaInAllowedImagesSettingsCommand
3102
+ */
3103
+ export declare const se_ReplaceImageCriteriaInAllowedImagesSettingsCommand: (input: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
3053
3104
  /**
3054
3105
  * serializeAws_ec2ReplaceNetworkAclAssociationCommand
3055
3106
  */
@@ -3170,6 +3221,10 @@ export declare const se_SearchTransitGatewayRoutesCommand: (input: SearchTransit
3170
3221
  * serializeAws_ec2SendDiagnosticInterruptCommand
3171
3222
  */
3172
3223
  export declare const se_SendDiagnosticInterruptCommand: (input: SendDiagnosticInterruptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
3224
+ /**
3225
+ * serializeAws_ec2StartDeclarativePoliciesReportCommand
3226
+ */
3227
+ export declare const se_StartDeclarativePoliciesReportCommand: (input: StartDeclarativePoliciesReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
3173
3228
  /**
3174
3229
  * serializeAws_ec2StartInstancesCommand
3175
3230
  */
@@ -3422,6 +3477,10 @@ export declare const de_CancelCapacityReservationFleetsCommand: (output: __HttpR
3422
3477
  * deserializeAws_ec2CancelConversionTaskCommand
3423
3478
  */
3424
3479
  export declare const de_CancelConversionTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelConversionTaskCommandOutput>;
3480
+ /**
3481
+ * deserializeAws_ec2CancelDeclarativePoliciesReportCommand
3482
+ */
3483
+ export declare const de_CancelDeclarativePoliciesReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelDeclarativePoliciesReportCommandOutput>;
3425
3484
  /**
3426
3485
  * deserializeAws_ec2CancelExportTaskCommand
3427
3486
  */
@@ -4238,6 +4297,10 @@ export declare const de_DescribeConversionTasksCommand: (output: __HttpResponse,
4238
4297
  * deserializeAws_ec2DescribeCustomerGatewaysCommand
4239
4298
  */
4240
4299
  export declare const de_DescribeCustomerGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomerGatewaysCommandOutput>;
4300
+ /**
4301
+ * deserializeAws_ec2DescribeDeclarativePoliciesReportsCommand
4302
+ */
4303
+ export declare const de_DescribeDeclarativePoliciesReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDeclarativePoliciesReportsCommandOutput>;
4241
4304
  /**
4242
4305
  * deserializeAws_ec2DescribeDhcpOptionsCommand
4243
4306
  */
@@ -4734,6 +4797,10 @@ export declare const de_DescribeVpcClassicLinkCommand: (output: __HttpResponse,
4734
4797
  * deserializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand
4735
4798
  */
4736
4799
  export declare const de_DescribeVpcClassicLinkDnsSupportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcClassicLinkDnsSupportCommandOutput>;
4800
+ /**
4801
+ * deserializeAws_ec2DescribeVpcEndpointAssociationsCommand
4802
+ */
4803
+ export declare const de_DescribeVpcEndpointAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcEndpointAssociationsCommandOutput>;
4737
4804
  /**
4738
4805
  * deserializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand
4739
4806
  */
@@ -4802,6 +4869,10 @@ export declare const de_DetachVpnGatewayCommand: (output: __HttpResponse, contex
4802
4869
  * deserializeAws_ec2DisableAddressTransferCommand
4803
4870
  */
4804
4871
  export declare const de_DisableAddressTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAddressTransferCommandOutput>;
4872
+ /**
4873
+ * deserializeAws_ec2DisableAllowedImagesSettingsCommand
4874
+ */
4875
+ export declare const de_DisableAllowedImagesSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAllowedImagesSettingsCommandOutput>;
4805
4876
  /**
4806
4877
  * deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand
4807
4878
  */
@@ -4934,6 +5005,10 @@ export declare const de_DisassociateVpcCidrBlockCommand: (output: __HttpResponse
4934
5005
  * deserializeAws_ec2EnableAddressTransferCommand
4935
5006
  */
4936
5007
  export declare const de_EnableAddressTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAddressTransferCommandOutput>;
5008
+ /**
5009
+ * deserializeAws_ec2EnableAllowedImagesSettingsCommand
5010
+ */
5011
+ export declare const de_EnableAllowedImagesSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAllowedImagesSettingsCommandOutput>;
4937
5012
  /**
4938
5013
  * deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand
4939
5014
  */
@@ -5018,6 +5093,14 @@ export declare const de_ExportImageCommand: (output: __HttpResponse, context: __
5018
5093
  * deserializeAws_ec2ExportTransitGatewayRoutesCommand
5019
5094
  */
5020
5095
  export declare const de_ExportTransitGatewayRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportTransitGatewayRoutesCommandOutput>;
5096
+ /**
5097
+ * deserializeAws_ec2ExportVerifiedAccessInstanceClientConfigurationCommand
5098
+ */
5099
+ export declare const de_ExportVerifiedAccessInstanceClientConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportVerifiedAccessInstanceClientConfigurationCommandOutput>;
5100
+ /**
5101
+ * deserializeAws_ec2GetAllowedImagesSettingsCommand
5102
+ */
5103
+ export declare const de_GetAllowedImagesSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAllowedImagesSettingsCommandOutput>;
5021
5104
  /**
5022
5105
  * deserializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand
5023
5106
  */
@@ -5046,6 +5129,10 @@ export declare const de_GetConsoleOutputCommand: (output: __HttpResponse, contex
5046
5129
  * deserializeAws_ec2GetConsoleScreenshotCommand
5047
5130
  */
5048
5131
  export declare const de_GetConsoleScreenshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConsoleScreenshotCommandOutput>;
5132
+ /**
5133
+ * deserializeAws_ec2GetDeclarativePoliciesReportSummaryCommand
5134
+ */
5135
+ export declare const de_GetDeclarativePoliciesReportSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeclarativePoliciesReportSummaryCommandOutput>;
5049
5136
  /**
5050
5137
  * deserializeAws_ec2GetDefaultCreditSpecificationCommand
5051
5138
  */
@@ -5198,6 +5285,10 @@ export declare const de_GetTransitGatewayRouteTablePropagationsCommand: (output:
5198
5285
  * deserializeAws_ec2GetVerifiedAccessEndpointPolicyCommand
5199
5286
  */
5200
5287
  export declare const de_GetVerifiedAccessEndpointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVerifiedAccessEndpointPolicyCommandOutput>;
5288
+ /**
5289
+ * deserializeAws_ec2GetVerifiedAccessEndpointTargetsCommand
5290
+ */
5291
+ export declare const de_GetVerifiedAccessEndpointTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVerifiedAccessEndpointTargetsCommandOutput>;
5201
5292
  /**
5202
5293
  * deserializeAws_ec2GetVerifiedAccessGroupPolicyCommand
5203
5294
  */
@@ -5634,6 +5725,10 @@ export declare const de_ReleaseIpamPoolAllocationCommand: (output: __HttpRespons
5634
5725
  * deserializeAws_ec2ReplaceIamInstanceProfileAssociationCommand
5635
5726
  */
5636
5727
  export declare const de_ReplaceIamInstanceProfileAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplaceIamInstanceProfileAssociationCommandOutput>;
5728
+ /**
5729
+ * deserializeAws_ec2ReplaceImageCriteriaInAllowedImagesSettingsCommand
5730
+ */
5731
+ export declare const de_ReplaceImageCriteriaInAllowedImagesSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput>;
5637
5732
  /**
5638
5733
  * deserializeAws_ec2ReplaceNetworkAclAssociationCommand
5639
5734
  */
@@ -5754,6 +5849,10 @@ export declare const de_SearchTransitGatewayRoutesCommand: (output: __HttpRespon
5754
5849
  * deserializeAws_ec2SendDiagnosticInterruptCommand
5755
5850
  */
5756
5851
  export declare const de_SendDiagnosticInterruptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendDiagnosticInterruptCommandOutput>;
5852
+ /**
5853
+ * deserializeAws_ec2StartDeclarativePoliciesReportCommand
5854
+ */
5855
+ export declare const de_StartDeclarativePoliciesReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeclarativePoliciesReportCommandOutput>;
5757
5856
  /**
5758
5857
  * deserializeAws_ec2StartInstancesCommand
5759
5858
  */
@@ -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,
@@ -2403,6 +2439,10 @@ import {
2403
2439
  ReplaceIamInstanceProfileAssociationCommandInput,
2404
2440
  ReplaceIamInstanceProfileAssociationCommandOutput,
2405
2441
  } from "./commands/ReplaceIamInstanceProfileAssociationCommand";
2442
+ import {
2443
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
2444
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput,
2445
+ } from "./commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand";
2406
2446
  import {
2407
2447
  ReplaceNetworkAclAssociationCommandInput,
2408
2448
  ReplaceNetworkAclAssociationCommandOutput,
@@ -2523,6 +2563,10 @@ import {
2523
2563
  SendDiagnosticInterruptCommandInput,
2524
2564
  SendDiagnosticInterruptCommandOutput,
2525
2565
  } from "./commands/SendDiagnosticInterruptCommand";
2566
+ import {
2567
+ StartDeclarativePoliciesReportCommandInput,
2568
+ StartDeclarativePoliciesReportCommandOutput,
2569
+ } from "./commands/StartDeclarativePoliciesReportCommand";
2526
2570
  import {
2527
2571
  StartInstancesCommandInput,
2528
2572
  StartInstancesCommandOutput,
@@ -3285,6 +3329,19 @@ export interface EC2 {
3285
3329
  options: __HttpHandlerOptions,
3286
3330
  cb: (err: any, data?: CancelConversionTaskCommandOutput) => void
3287
3331
  ): void;
3332
+ cancelDeclarativePoliciesReport(
3333
+ args: CancelDeclarativePoliciesReportCommandInput,
3334
+ options?: __HttpHandlerOptions
3335
+ ): Promise<CancelDeclarativePoliciesReportCommandOutput>;
3336
+ cancelDeclarativePoliciesReport(
3337
+ args: CancelDeclarativePoliciesReportCommandInput,
3338
+ cb: (err: any, data?: CancelDeclarativePoliciesReportCommandOutput) => void
3339
+ ): void;
3340
+ cancelDeclarativePoliciesReport(
3341
+ args: CancelDeclarativePoliciesReportCommandInput,
3342
+ options: __HttpHandlerOptions,
3343
+ cb: (err: any, data?: CancelDeclarativePoliciesReportCommandOutput) => void
3344
+ ): void;
3288
3345
  cancelExportTask(
3289
3346
  args: CancelExportTaskCommandInput,
3290
3347
  options?: __HttpHandlerOptions
@@ -6184,6 +6241,26 @@ export interface EC2 {
6184
6241
  options: __HttpHandlerOptions,
6185
6242
  cb: (err: any, data?: DescribeCustomerGatewaysCommandOutput) => void
6186
6243
  ): void;
6244
+ describeDeclarativePoliciesReports(): Promise<DescribeDeclarativePoliciesReportsCommandOutput>;
6245
+ describeDeclarativePoliciesReports(
6246
+ args: DescribeDeclarativePoliciesReportsCommandInput,
6247
+ options?: __HttpHandlerOptions
6248
+ ): Promise<DescribeDeclarativePoliciesReportsCommandOutput>;
6249
+ describeDeclarativePoliciesReports(
6250
+ args: DescribeDeclarativePoliciesReportsCommandInput,
6251
+ cb: (
6252
+ err: any,
6253
+ data?: DescribeDeclarativePoliciesReportsCommandOutput
6254
+ ) => void
6255
+ ): void;
6256
+ describeDeclarativePoliciesReports(
6257
+ args: DescribeDeclarativePoliciesReportsCommandInput,
6258
+ options: __HttpHandlerOptions,
6259
+ cb: (
6260
+ err: any,
6261
+ data?: DescribeDeclarativePoliciesReportsCommandOutput
6262
+ ) => void
6263
+ ): void;
6187
6264
  describeDhcpOptions(): Promise<DescribeDhcpOptionsCommandOutput>;
6188
6265
  describeDhcpOptions(
6189
6266
  args: DescribeDhcpOptionsCommandInput,
@@ -8097,6 +8174,20 @@ export interface EC2 {
8097
8174
  options: __HttpHandlerOptions,
8098
8175
  cb: (err: any, data?: DescribeVpcClassicLinkDnsSupportCommandOutput) => void
8099
8176
  ): void;
8177
+ describeVpcEndpointAssociations(): Promise<DescribeVpcEndpointAssociationsCommandOutput>;
8178
+ describeVpcEndpointAssociations(
8179
+ args: DescribeVpcEndpointAssociationsCommandInput,
8180
+ options?: __HttpHandlerOptions
8181
+ ): Promise<DescribeVpcEndpointAssociationsCommandOutput>;
8182
+ describeVpcEndpointAssociations(
8183
+ args: DescribeVpcEndpointAssociationsCommandInput,
8184
+ cb: (err: any, data?: DescribeVpcEndpointAssociationsCommandOutput) => void
8185
+ ): void;
8186
+ describeVpcEndpointAssociations(
8187
+ args: DescribeVpcEndpointAssociationsCommandInput,
8188
+ options: __HttpHandlerOptions,
8189
+ cb: (err: any, data?: DescribeVpcEndpointAssociationsCommandOutput) => void
8190
+ ): void;
8100
8191
  describeVpcEndpointConnectionNotifications(): Promise<DescribeVpcEndpointConnectionNotificationsCommandOutput>;
8101
8192
  describeVpcEndpointConnectionNotifications(
8102
8193
  args: DescribeVpcEndpointConnectionNotificationsCommandInput,
@@ -8351,6 +8442,20 @@ export interface EC2 {
8351
8442
  options: __HttpHandlerOptions,
8352
8443
  cb: (err: any, data?: DisableAddressTransferCommandOutput) => void
8353
8444
  ): void;
8445
+ disableAllowedImagesSettings(): Promise<DisableAllowedImagesSettingsCommandOutput>;
8446
+ disableAllowedImagesSettings(
8447
+ args: DisableAllowedImagesSettingsCommandInput,
8448
+ options?: __HttpHandlerOptions
8449
+ ): Promise<DisableAllowedImagesSettingsCommandOutput>;
8450
+ disableAllowedImagesSettings(
8451
+ args: DisableAllowedImagesSettingsCommandInput,
8452
+ cb: (err: any, data?: DisableAllowedImagesSettingsCommandOutput) => void
8453
+ ): void;
8454
+ disableAllowedImagesSettings(
8455
+ args: DisableAllowedImagesSettingsCommandInput,
8456
+ options: __HttpHandlerOptions,
8457
+ cb: (err: any, data?: DisableAllowedImagesSettingsCommandOutput) => void
8458
+ ): void;
8354
8459
  disableAwsNetworkPerformanceMetricSubscription(): Promise<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
8355
8460
  disableAwsNetworkPerformanceMetricSubscription(
8356
8461
  args: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
@@ -8853,6 +8958,19 @@ export interface EC2 {
8853
8958
  options: __HttpHandlerOptions,
8854
8959
  cb: (err: any, data?: EnableAddressTransferCommandOutput) => void
8855
8960
  ): void;
8961
+ enableAllowedImagesSettings(
8962
+ args: EnableAllowedImagesSettingsCommandInput,
8963
+ options?: __HttpHandlerOptions
8964
+ ): Promise<EnableAllowedImagesSettingsCommandOutput>;
8965
+ enableAllowedImagesSettings(
8966
+ args: EnableAllowedImagesSettingsCommandInput,
8967
+ cb: (err: any, data?: EnableAllowedImagesSettingsCommandOutput) => void
8968
+ ): void;
8969
+ enableAllowedImagesSettings(
8970
+ args: EnableAllowedImagesSettingsCommandInput,
8971
+ options: __HttpHandlerOptions,
8972
+ cb: (err: any, data?: EnableAllowedImagesSettingsCommandOutput) => void
8973
+ ): void;
8856
8974
  enableAwsNetworkPerformanceMetricSubscription(): Promise<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
8857
8975
  enableAwsNetworkPerformanceMetricSubscription(
8858
8976
  args: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
@@ -9173,6 +9291,39 @@ export interface EC2 {
9173
9291
  options: __HttpHandlerOptions,
9174
9292
  cb: (err: any, data?: ExportTransitGatewayRoutesCommandOutput) => void
9175
9293
  ): void;
9294
+ exportVerifiedAccessInstanceClientConfiguration(
9295
+ args: ExportVerifiedAccessInstanceClientConfigurationCommandInput,
9296
+ options?: __HttpHandlerOptions
9297
+ ): Promise<ExportVerifiedAccessInstanceClientConfigurationCommandOutput>;
9298
+ exportVerifiedAccessInstanceClientConfiguration(
9299
+ args: ExportVerifiedAccessInstanceClientConfigurationCommandInput,
9300
+ cb: (
9301
+ err: any,
9302
+ data?: ExportVerifiedAccessInstanceClientConfigurationCommandOutput
9303
+ ) => void
9304
+ ): void;
9305
+ exportVerifiedAccessInstanceClientConfiguration(
9306
+ args: ExportVerifiedAccessInstanceClientConfigurationCommandInput,
9307
+ options: __HttpHandlerOptions,
9308
+ cb: (
9309
+ err: any,
9310
+ data?: ExportVerifiedAccessInstanceClientConfigurationCommandOutput
9311
+ ) => void
9312
+ ): void;
9313
+ getAllowedImagesSettings(): Promise<GetAllowedImagesSettingsCommandOutput>;
9314
+ getAllowedImagesSettings(
9315
+ args: GetAllowedImagesSettingsCommandInput,
9316
+ options?: __HttpHandlerOptions
9317
+ ): Promise<GetAllowedImagesSettingsCommandOutput>;
9318
+ getAllowedImagesSettings(
9319
+ args: GetAllowedImagesSettingsCommandInput,
9320
+ cb: (err: any, data?: GetAllowedImagesSettingsCommandOutput) => void
9321
+ ): void;
9322
+ getAllowedImagesSettings(
9323
+ args: GetAllowedImagesSettingsCommandInput,
9324
+ options: __HttpHandlerOptions,
9325
+ cb: (err: any, data?: GetAllowedImagesSettingsCommandOutput) => void
9326
+ ): void;
9176
9327
  getAssociatedEnclaveCertificateIamRoles(
9177
9328
  args: GetAssociatedEnclaveCertificateIamRolesCommandInput,
9178
9329
  options?: __HttpHandlerOptions
@@ -9271,6 +9422,25 @@ export interface EC2 {
9271
9422
  options: __HttpHandlerOptions,
9272
9423
  cb: (err: any, data?: GetConsoleScreenshotCommandOutput) => void
9273
9424
  ): void;
9425
+ getDeclarativePoliciesReportSummary(
9426
+ args: GetDeclarativePoliciesReportSummaryCommandInput,
9427
+ options?: __HttpHandlerOptions
9428
+ ): Promise<GetDeclarativePoliciesReportSummaryCommandOutput>;
9429
+ getDeclarativePoliciesReportSummary(
9430
+ args: GetDeclarativePoliciesReportSummaryCommandInput,
9431
+ cb: (
9432
+ err: any,
9433
+ data?: GetDeclarativePoliciesReportSummaryCommandOutput
9434
+ ) => void
9435
+ ): void;
9436
+ getDeclarativePoliciesReportSummary(
9437
+ args: GetDeclarativePoliciesReportSummaryCommandInput,
9438
+ options: __HttpHandlerOptions,
9439
+ cb: (
9440
+ err: any,
9441
+ data?: GetDeclarativePoliciesReportSummaryCommandOutput
9442
+ ) => void
9443
+ ): void;
9274
9444
  getDefaultCreditSpecification(
9275
9445
  args: GetDefaultCreditSpecificationCommandInput,
9276
9446
  options?: __HttpHandlerOptions
@@ -9849,6 +10019,19 @@ export interface EC2 {
9849
10019
  options: __HttpHandlerOptions,
9850
10020
  cb: (err: any, data?: GetVerifiedAccessEndpointPolicyCommandOutput) => void
9851
10021
  ): void;
10022
+ getVerifiedAccessEndpointTargets(
10023
+ args: GetVerifiedAccessEndpointTargetsCommandInput,
10024
+ options?: __HttpHandlerOptions
10025
+ ): Promise<GetVerifiedAccessEndpointTargetsCommandOutput>;
10026
+ getVerifiedAccessEndpointTargets(
10027
+ args: GetVerifiedAccessEndpointTargetsCommandInput,
10028
+ cb: (err: any, data?: GetVerifiedAccessEndpointTargetsCommandOutput) => void
10029
+ ): void;
10030
+ getVerifiedAccessEndpointTargets(
10031
+ args: GetVerifiedAccessEndpointTargetsCommandInput,
10032
+ options: __HttpHandlerOptions,
10033
+ cb: (err: any, data?: GetVerifiedAccessEndpointTargetsCommandOutput) => void
10034
+ ): void;
9852
10035
  getVerifiedAccessGroupPolicy(
9853
10036
  args: GetVerifiedAccessGroupPolicyCommandInput,
9854
10037
  options?: __HttpHandlerOptions
@@ -11431,6 +11614,26 @@ export interface EC2 {
11431
11614
  data?: ReplaceIamInstanceProfileAssociationCommandOutput
11432
11615
  ) => void
11433
11616
  ): void;
11617
+ replaceImageCriteriaInAllowedImagesSettings(): Promise<ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput>;
11618
+ replaceImageCriteriaInAllowedImagesSettings(
11619
+ args: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
11620
+ options?: __HttpHandlerOptions
11621
+ ): Promise<ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput>;
11622
+ replaceImageCriteriaInAllowedImagesSettings(
11623
+ args: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
11624
+ cb: (
11625
+ err: any,
11626
+ data?: ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput
11627
+ ) => void
11628
+ ): void;
11629
+ replaceImageCriteriaInAllowedImagesSettings(
11630
+ args: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
11631
+ options: __HttpHandlerOptions,
11632
+ cb: (
11633
+ err: any,
11634
+ data?: ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput
11635
+ ) => void
11636
+ ): void;
11434
11637
  replaceNetworkAclAssociation(
11435
11638
  args: ReplaceNetworkAclAssociationCommandInput,
11436
11639
  options?: __HttpHandlerOptions
@@ -11830,6 +12033,19 @@ export interface EC2 {
11830
12033
  options: __HttpHandlerOptions,
11831
12034
  cb: (err: any, data?: SendDiagnosticInterruptCommandOutput) => void
11832
12035
  ): void;
12036
+ startDeclarativePoliciesReport(
12037
+ args: StartDeclarativePoliciesReportCommandInput,
12038
+ options?: __HttpHandlerOptions
12039
+ ): Promise<StartDeclarativePoliciesReportCommandOutput>;
12040
+ startDeclarativePoliciesReport(
12041
+ args: StartDeclarativePoliciesReportCommandInput,
12042
+ cb: (err: any, data?: StartDeclarativePoliciesReportCommandOutput) => void
12043
+ ): void;
12044
+ startDeclarativePoliciesReport(
12045
+ args: StartDeclarativePoliciesReportCommandInput,
12046
+ options: __HttpHandlerOptions,
12047
+ cb: (err: any, data?: StartDeclarativePoliciesReportCommandOutput) => void
12048
+ ): void;
11833
12049
  startInstances(
11834
12050
  args: StartInstancesCommandInput,
11835
12051
  options?: __HttpHandlerOptions