@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
package/dist-es/EC2.js CHANGED
@@ -47,6 +47,7 @@ import { CancelBundleTaskCommand, } from "./commands/CancelBundleTaskCommand";
47
47
  import { CancelCapacityReservationCommand, } from "./commands/CancelCapacityReservationCommand";
48
48
  import { CancelCapacityReservationFleetsCommand, } from "./commands/CancelCapacityReservationFleetsCommand";
49
49
  import { CancelConversionTaskCommand, } from "./commands/CancelConversionTaskCommand";
50
+ import { CancelDeclarativePoliciesReportCommand, } from "./commands/CancelDeclarativePoliciesReportCommand";
50
51
  import { CancelExportTaskCommand, } from "./commands/CancelExportTaskCommand";
51
52
  import { CancelImageLaunchPermissionCommand, } from "./commands/CancelImageLaunchPermissionCommand";
52
53
  import { CancelImportTaskCommand, } from "./commands/CancelImportTaskCommand";
@@ -251,6 +252,7 @@ import { DescribeClientVpnTargetNetworksCommand, } from "./commands/DescribeClie
251
252
  import { DescribeCoipPoolsCommand, } from "./commands/DescribeCoipPoolsCommand";
252
253
  import { DescribeConversionTasksCommand, } from "./commands/DescribeConversionTasksCommand";
253
254
  import { DescribeCustomerGatewaysCommand, } from "./commands/DescribeCustomerGatewaysCommand";
255
+ import { DescribeDeclarativePoliciesReportsCommand, } from "./commands/DescribeDeclarativePoliciesReportsCommand";
254
256
  import { DescribeDhcpOptionsCommand, } from "./commands/DescribeDhcpOptionsCommand";
255
257
  import { DescribeEgressOnlyInternetGatewaysCommand, } from "./commands/DescribeEgressOnlyInternetGatewaysCommand";
256
258
  import { DescribeElasticGpusCommand, } from "./commands/DescribeElasticGpusCommand";
@@ -375,6 +377,7 @@ import { DescribeVpcBlockPublicAccessExclusionsCommand, } from "./commands/Descr
375
377
  import { DescribeVpcBlockPublicAccessOptionsCommand, } from "./commands/DescribeVpcBlockPublicAccessOptionsCommand";
376
378
  import { DescribeVpcClassicLinkCommand, } from "./commands/DescribeVpcClassicLinkCommand";
377
379
  import { DescribeVpcClassicLinkDnsSupportCommand, } from "./commands/DescribeVpcClassicLinkDnsSupportCommand";
380
+ import { DescribeVpcEndpointAssociationsCommand, } from "./commands/DescribeVpcEndpointAssociationsCommand";
378
381
  import { DescribeVpcEndpointConnectionNotificationsCommand, } from "./commands/DescribeVpcEndpointConnectionNotificationsCommand";
379
382
  import { DescribeVpcEndpointConnectionsCommand, } from "./commands/DescribeVpcEndpointConnectionsCommand";
380
383
  import { DescribeVpcEndpointsCommand, } from "./commands/DescribeVpcEndpointsCommand";
@@ -392,6 +395,7 @@ import { DetachVerifiedAccessTrustProviderCommand, } from "./commands/DetachVeri
392
395
  import { DetachVolumeCommand, } from "./commands/DetachVolumeCommand";
393
396
  import { DetachVpnGatewayCommand, } from "./commands/DetachVpnGatewayCommand";
394
397
  import { DisableAddressTransferCommand, } from "./commands/DisableAddressTransferCommand";
398
+ import { DisableAllowedImagesSettingsCommand, } from "./commands/DisableAllowedImagesSettingsCommand";
395
399
  import { DisableAwsNetworkPerformanceMetricSubscriptionCommand, } from "./commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
396
400
  import { DisableEbsEncryptionByDefaultCommand, } from "./commands/DisableEbsEncryptionByDefaultCommand";
397
401
  import { DisableFastLaunchCommand, } from "./commands/DisableFastLaunchCommand";
@@ -425,6 +429,7 @@ import { DisassociateTransitGatewayRouteTableCommand, } from "./commands/Disasso
425
429
  import { DisassociateTrunkInterfaceCommand, } from "./commands/DisassociateTrunkInterfaceCommand";
426
430
  import { DisassociateVpcCidrBlockCommand, } from "./commands/DisassociateVpcCidrBlockCommand";
427
431
  import { EnableAddressTransferCommand, } from "./commands/EnableAddressTransferCommand";
432
+ import { EnableAllowedImagesSettingsCommand, } from "./commands/EnableAllowedImagesSettingsCommand";
428
433
  import { EnableAwsNetworkPerformanceMetricSubscriptionCommand, } from "./commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
429
434
  import { EnableEbsEncryptionByDefaultCommand, } from "./commands/EnableEbsEncryptionByDefaultCommand";
430
435
  import { EnableFastLaunchCommand, } from "./commands/EnableFastLaunchCommand";
@@ -446,6 +451,8 @@ import { ExportClientVpnClientCertificateRevocationListCommand, } from "./comman
446
451
  import { ExportClientVpnClientConfigurationCommand, } from "./commands/ExportClientVpnClientConfigurationCommand";
447
452
  import { ExportImageCommand } from "./commands/ExportImageCommand";
448
453
  import { ExportTransitGatewayRoutesCommand, } from "./commands/ExportTransitGatewayRoutesCommand";
454
+ import { ExportVerifiedAccessInstanceClientConfigurationCommand, } from "./commands/ExportVerifiedAccessInstanceClientConfigurationCommand";
455
+ import { GetAllowedImagesSettingsCommand, } from "./commands/GetAllowedImagesSettingsCommand";
449
456
  import { GetAssociatedEnclaveCertificateIamRolesCommand, } from "./commands/GetAssociatedEnclaveCertificateIamRolesCommand";
450
457
  import { GetAssociatedIpv6PoolCidrsCommand, } from "./commands/GetAssociatedIpv6PoolCidrsCommand";
451
458
  import { GetAwsNetworkPerformanceDataCommand, } from "./commands/GetAwsNetworkPerformanceDataCommand";
@@ -453,6 +460,7 @@ import { GetCapacityReservationUsageCommand, } from "./commands/GetCapacityReser
453
460
  import { GetCoipPoolUsageCommand, } from "./commands/GetCoipPoolUsageCommand";
454
461
  import { GetConsoleOutputCommand, } from "./commands/GetConsoleOutputCommand";
455
462
  import { GetConsoleScreenshotCommand, } from "./commands/GetConsoleScreenshotCommand";
463
+ import { GetDeclarativePoliciesReportSummaryCommand, } from "./commands/GetDeclarativePoliciesReportSummaryCommand";
456
464
  import { GetDefaultCreditSpecificationCommand, } from "./commands/GetDefaultCreditSpecificationCommand";
457
465
  import { GetEbsDefaultKmsKeyIdCommand, } from "./commands/GetEbsDefaultKmsKeyIdCommand";
458
466
  import { GetEbsEncryptionByDefaultCommand, } from "./commands/GetEbsEncryptionByDefaultCommand";
@@ -491,6 +499,7 @@ import { GetTransitGatewayPrefixListReferencesCommand, } from "./commands/GetTra
491
499
  import { GetTransitGatewayRouteTableAssociationsCommand, } from "./commands/GetTransitGatewayRouteTableAssociationsCommand";
492
500
  import { GetTransitGatewayRouteTablePropagationsCommand, } from "./commands/GetTransitGatewayRouteTablePropagationsCommand";
493
501
  import { GetVerifiedAccessEndpointPolicyCommand, } from "./commands/GetVerifiedAccessEndpointPolicyCommand";
502
+ import { GetVerifiedAccessEndpointTargetsCommand, } from "./commands/GetVerifiedAccessEndpointTargetsCommand";
494
503
  import { GetVerifiedAccessGroupPolicyCommand, } from "./commands/GetVerifiedAccessGroupPolicyCommand";
495
504
  import { GetVpnConnectionDeviceSampleConfigurationCommand, } from "./commands/GetVpnConnectionDeviceSampleConfigurationCommand";
496
505
  import { GetVpnConnectionDeviceTypesCommand, } from "./commands/GetVpnConnectionDeviceTypesCommand";
@@ -600,6 +609,7 @@ import { ReleaseAddressCommand, } from "./commands/ReleaseAddressCommand";
600
609
  import { ReleaseHostsCommand, } from "./commands/ReleaseHostsCommand";
601
610
  import { ReleaseIpamPoolAllocationCommand, } from "./commands/ReleaseIpamPoolAllocationCommand";
602
611
  import { ReplaceIamInstanceProfileAssociationCommand, } from "./commands/ReplaceIamInstanceProfileAssociationCommand";
612
+ import { ReplaceImageCriteriaInAllowedImagesSettingsCommand, } from "./commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand";
603
613
  import { ReplaceNetworkAclAssociationCommand, } from "./commands/ReplaceNetworkAclAssociationCommand";
604
614
  import { ReplaceNetworkAclEntryCommand, } from "./commands/ReplaceNetworkAclEntryCommand";
605
615
  import { ReplaceRouteCommand, } from "./commands/ReplaceRouteCommand";
@@ -630,6 +640,7 @@ import { SearchLocalGatewayRoutesCommand, } from "./commands/SearchLocalGatewayR
630
640
  import { SearchTransitGatewayMulticastGroupsCommand, } from "./commands/SearchTransitGatewayMulticastGroupsCommand";
631
641
  import { SearchTransitGatewayRoutesCommand, } from "./commands/SearchTransitGatewayRoutesCommand";
632
642
  import { SendDiagnosticInterruptCommand, } from "./commands/SendDiagnosticInterruptCommand";
643
+ import { StartDeclarativePoliciesReportCommand, } from "./commands/StartDeclarativePoliciesReportCommand";
633
644
  import { StartInstancesCommand, } from "./commands/StartInstancesCommand";
634
645
  import { StartNetworkInsightsAccessScopeAnalysisCommand, } from "./commands/StartNetworkInsightsAccessScopeAnalysisCommand";
635
646
  import { StartNetworkInsightsAnalysisCommand, } from "./commands/StartNetworkInsightsAnalysisCommand";
@@ -695,6 +706,7 @@ const commands = {
695
706
  CancelCapacityReservationCommand,
696
707
  CancelCapacityReservationFleetsCommand,
697
708
  CancelConversionTaskCommand,
709
+ CancelDeclarativePoliciesReportCommand,
698
710
  CancelExportTaskCommand,
699
711
  CancelImageLaunchPermissionCommand,
700
712
  CancelImportTaskCommand,
@@ -899,6 +911,7 @@ const commands = {
899
911
  DescribeCoipPoolsCommand,
900
912
  DescribeConversionTasksCommand,
901
913
  DescribeCustomerGatewaysCommand,
914
+ DescribeDeclarativePoliciesReportsCommand,
902
915
  DescribeDhcpOptionsCommand,
903
916
  DescribeEgressOnlyInternetGatewaysCommand,
904
917
  DescribeElasticGpusCommand,
@@ -1023,6 +1036,7 @@ const commands = {
1023
1036
  DescribeVpcBlockPublicAccessOptionsCommand,
1024
1037
  DescribeVpcClassicLinkCommand,
1025
1038
  DescribeVpcClassicLinkDnsSupportCommand,
1039
+ DescribeVpcEndpointAssociationsCommand,
1026
1040
  DescribeVpcEndpointConnectionNotificationsCommand,
1027
1041
  DescribeVpcEndpointConnectionsCommand,
1028
1042
  DescribeVpcEndpointsCommand,
@@ -1040,6 +1054,7 @@ const commands = {
1040
1054
  DetachVolumeCommand,
1041
1055
  DetachVpnGatewayCommand,
1042
1056
  DisableAddressTransferCommand,
1057
+ DisableAllowedImagesSettingsCommand,
1043
1058
  DisableAwsNetworkPerformanceMetricSubscriptionCommand,
1044
1059
  DisableEbsEncryptionByDefaultCommand,
1045
1060
  DisableFastLaunchCommand,
@@ -1073,6 +1088,7 @@ const commands = {
1073
1088
  DisassociateTrunkInterfaceCommand,
1074
1089
  DisassociateVpcCidrBlockCommand,
1075
1090
  EnableAddressTransferCommand,
1091
+ EnableAllowedImagesSettingsCommand,
1076
1092
  EnableAwsNetworkPerformanceMetricSubscriptionCommand,
1077
1093
  EnableEbsEncryptionByDefaultCommand,
1078
1094
  EnableFastLaunchCommand,
@@ -1094,6 +1110,8 @@ const commands = {
1094
1110
  ExportClientVpnClientConfigurationCommand,
1095
1111
  ExportImageCommand,
1096
1112
  ExportTransitGatewayRoutesCommand,
1113
+ ExportVerifiedAccessInstanceClientConfigurationCommand,
1114
+ GetAllowedImagesSettingsCommand,
1097
1115
  GetAssociatedEnclaveCertificateIamRolesCommand,
1098
1116
  GetAssociatedIpv6PoolCidrsCommand,
1099
1117
  GetAwsNetworkPerformanceDataCommand,
@@ -1101,6 +1119,7 @@ const commands = {
1101
1119
  GetCoipPoolUsageCommand,
1102
1120
  GetConsoleOutputCommand,
1103
1121
  GetConsoleScreenshotCommand,
1122
+ GetDeclarativePoliciesReportSummaryCommand,
1104
1123
  GetDefaultCreditSpecificationCommand,
1105
1124
  GetEbsDefaultKmsKeyIdCommand,
1106
1125
  GetEbsEncryptionByDefaultCommand,
@@ -1139,6 +1158,7 @@ const commands = {
1139
1158
  GetTransitGatewayRouteTableAssociationsCommand,
1140
1159
  GetTransitGatewayRouteTablePropagationsCommand,
1141
1160
  GetVerifiedAccessEndpointPolicyCommand,
1161
+ GetVerifiedAccessEndpointTargetsCommand,
1142
1162
  GetVerifiedAccessGroupPolicyCommand,
1143
1163
  GetVpnConnectionDeviceSampleConfigurationCommand,
1144
1164
  GetVpnConnectionDeviceTypesCommand,
@@ -1248,6 +1268,7 @@ const commands = {
1248
1268
  ReleaseHostsCommand,
1249
1269
  ReleaseIpamPoolAllocationCommand,
1250
1270
  ReplaceIamInstanceProfileAssociationCommand,
1271
+ ReplaceImageCriteriaInAllowedImagesSettingsCommand,
1251
1272
  ReplaceNetworkAclAssociationCommand,
1252
1273
  ReplaceNetworkAclEntryCommand,
1253
1274
  ReplaceRouteCommand,
@@ -1278,6 +1299,7 @@ const commands = {
1278
1299
  SearchTransitGatewayMulticastGroupsCommand,
1279
1300
  SearchTransitGatewayRoutesCommand,
1280
1301
  SendDiagnosticInterruptCommand,
1302
+ StartDeclarativePoliciesReportCommand,
1281
1303
  StartInstancesCommand,
1282
1304
  StartNetworkInsightsAccessScopeAnalysisCommand,
1283
1305
  StartNetworkInsightsAnalysisCommand,
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CancelDeclarativePoliciesReportCommand, se_CancelDeclarativePoliciesReportCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class CancelDeclarativePoliciesReportCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "CancelDeclarativePoliciesReport", {})
17
+ .n("EC2Client", "CancelDeclarativePoliciesReportCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CancelDeclarativePoliciesReportCommand)
20
+ .de(de_CancelDeclarativePoliciesReportCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeDeclarativePoliciesReportsCommand, se_DescribeDeclarativePoliciesReportsCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class DescribeDeclarativePoliciesReportsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "DescribeDeclarativePoliciesReports", {})
17
+ .n("EC2Client", "DescribeDeclarativePoliciesReportsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeDeclarativePoliciesReportsCommand)
20
+ .de(de_DescribeDeclarativePoliciesReportsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeVpcEndpointAssociationsCommand, se_DescribeVpcEndpointAssociationsCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class DescribeVpcEndpointAssociationsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "DescribeVpcEndpointAssociations", {})
17
+ .n("EC2Client", "DescribeVpcEndpointAssociationsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeVpcEndpointAssociationsCommand)
20
+ .de(de_DescribeVpcEndpointAssociationsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DisableAllowedImagesSettingsCommand, se_DisableAllowedImagesSettingsCommand } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class DisableAllowedImagesSettingsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "DisableAllowedImagesSettings", {})
17
+ .n("EC2Client", "DisableAllowedImagesSettingsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DisableAllowedImagesSettingsCommand)
20
+ .de(de_DisableAllowedImagesSettingsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_EnableAllowedImagesSettingsCommand, se_EnableAllowedImagesSettingsCommand } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class EnableAllowedImagesSettingsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "EnableAllowedImagesSettings", {})
17
+ .n("EC2Client", "EnableAllowedImagesSettingsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_EnableAllowedImagesSettingsCommand)
20
+ .de(de_EnableAllowedImagesSettingsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog, } from "../models/models_6";
6
+ import { de_ExportVerifiedAccessInstanceClientConfigurationCommand, se_ExportVerifiedAccessInstanceClientConfigurationCommand, } from "../protocols/Aws_ec2";
7
+ export { $Command };
8
+ export class ExportVerifiedAccessInstanceClientConfigurationCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AmazonEC2", "ExportVerifiedAccessInstanceClientConfiguration", {})
18
+ .n("EC2Client", "ExportVerifiedAccessInstanceClientConfigurationCommand")
19
+ .f(void 0, ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog)
20
+ .ser(se_ExportVerifiedAccessInstanceClientConfigurationCommand)
21
+ .de(de_ExportVerifiedAccessInstanceClientConfigurationCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetAllowedImagesSettingsCommand, se_GetAllowedImagesSettingsCommand } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class GetAllowedImagesSettingsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "GetAllowedImagesSettings", {})
17
+ .n("EC2Client", "GetAllowedImagesSettingsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetAllowedImagesSettingsCommand)
20
+ .de(de_GetAllowedImagesSettingsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetDeclarativePoliciesReportSummaryCommand, se_GetDeclarativePoliciesReportSummaryCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class GetDeclarativePoliciesReportSummaryCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "GetDeclarativePoliciesReportSummary", {})
17
+ .n("EC2Client", "GetDeclarativePoliciesReportSummaryCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetDeclarativePoliciesReportSummaryCommand)
20
+ .de(de_GetDeclarativePoliciesReportSummaryCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetVerifiedAccessEndpointTargetsCommand, se_GetVerifiedAccessEndpointTargetsCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class GetVerifiedAccessEndpointTargetsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "GetVerifiedAccessEndpointTargets", {})
17
+ .n("EC2Client", "GetVerifiedAccessEndpointTargetsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetVerifiedAccessEndpointTargetsCommand)
20
+ .de(de_GetVerifiedAccessEndpointTargetsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ReplaceImageCriteriaInAllowedImagesSettingsCommand, se_ReplaceImageCriteriaInAllowedImagesSettingsCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class ReplaceImageCriteriaInAllowedImagesSettingsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "ReplaceImageCriteriaInAllowedImagesSettings", {})
17
+ .n("EC2Client", "ReplaceImageCriteriaInAllowedImagesSettingsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ReplaceImageCriteriaInAllowedImagesSettingsCommand)
20
+ .de(de_ReplaceImageCriteriaInAllowedImagesSettingsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_StartDeclarativePoliciesReportCommand, se_StartDeclarativePoliciesReportCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class StartDeclarativePoliciesReportCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "StartDeclarativePoliciesReport", {})
17
+ .n("EC2Client", "StartDeclarativePoliciesReportCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_StartDeclarativePoliciesReportCommand)
20
+ .de(de_StartDeclarativePoliciesReportCommand)
21
+ .build() {
22
+ }
@@ -46,6 +46,7 @@ export * from "./CancelBundleTaskCommand";
46
46
  export * from "./CancelCapacityReservationCommand";
47
47
  export * from "./CancelCapacityReservationFleetsCommand";
48
48
  export * from "./CancelConversionTaskCommand";
49
+ export * from "./CancelDeclarativePoliciesReportCommand";
49
50
  export * from "./CancelExportTaskCommand";
50
51
  export * from "./CancelImageLaunchPermissionCommand";
51
52
  export * from "./CancelImportTaskCommand";
@@ -250,6 +251,7 @@ export * from "./DescribeClientVpnTargetNetworksCommand";
250
251
  export * from "./DescribeCoipPoolsCommand";
251
252
  export * from "./DescribeConversionTasksCommand";
252
253
  export * from "./DescribeCustomerGatewaysCommand";
254
+ export * from "./DescribeDeclarativePoliciesReportsCommand";
253
255
  export * from "./DescribeDhcpOptionsCommand";
254
256
  export * from "./DescribeEgressOnlyInternetGatewaysCommand";
255
257
  export * from "./DescribeElasticGpusCommand";
@@ -374,6 +376,7 @@ export * from "./DescribeVpcBlockPublicAccessExclusionsCommand";
374
376
  export * from "./DescribeVpcBlockPublicAccessOptionsCommand";
375
377
  export * from "./DescribeVpcClassicLinkCommand";
376
378
  export * from "./DescribeVpcClassicLinkDnsSupportCommand";
379
+ export * from "./DescribeVpcEndpointAssociationsCommand";
377
380
  export * from "./DescribeVpcEndpointConnectionNotificationsCommand";
378
381
  export * from "./DescribeVpcEndpointConnectionsCommand";
379
382
  export * from "./DescribeVpcEndpointServiceConfigurationsCommand";
@@ -391,6 +394,7 @@ export * from "./DetachVerifiedAccessTrustProviderCommand";
391
394
  export * from "./DetachVolumeCommand";
392
395
  export * from "./DetachVpnGatewayCommand";
393
396
  export * from "./DisableAddressTransferCommand";
397
+ export * from "./DisableAllowedImagesSettingsCommand";
394
398
  export * from "./DisableAwsNetworkPerformanceMetricSubscriptionCommand";
395
399
  export * from "./DisableEbsEncryptionByDefaultCommand";
396
400
  export * from "./DisableFastLaunchCommand";
@@ -424,6 +428,7 @@ export * from "./DisassociateTransitGatewayRouteTableCommand";
424
428
  export * from "./DisassociateTrunkInterfaceCommand";
425
429
  export * from "./DisassociateVpcCidrBlockCommand";
426
430
  export * from "./EnableAddressTransferCommand";
431
+ export * from "./EnableAllowedImagesSettingsCommand";
427
432
  export * from "./EnableAwsNetworkPerformanceMetricSubscriptionCommand";
428
433
  export * from "./EnableEbsEncryptionByDefaultCommand";
429
434
  export * from "./EnableFastLaunchCommand";
@@ -445,6 +450,8 @@ export * from "./ExportClientVpnClientCertificateRevocationListCommand";
445
450
  export * from "./ExportClientVpnClientConfigurationCommand";
446
451
  export * from "./ExportImageCommand";
447
452
  export * from "./ExportTransitGatewayRoutesCommand";
453
+ export * from "./ExportVerifiedAccessInstanceClientConfigurationCommand";
454
+ export * from "./GetAllowedImagesSettingsCommand";
448
455
  export * from "./GetAssociatedEnclaveCertificateIamRolesCommand";
449
456
  export * from "./GetAssociatedIpv6PoolCidrsCommand";
450
457
  export * from "./GetAwsNetworkPerformanceDataCommand";
@@ -452,6 +459,7 @@ export * from "./GetCapacityReservationUsageCommand";
452
459
  export * from "./GetCoipPoolUsageCommand";
453
460
  export * from "./GetConsoleOutputCommand";
454
461
  export * from "./GetConsoleScreenshotCommand";
462
+ export * from "./GetDeclarativePoliciesReportSummaryCommand";
455
463
  export * from "./GetDefaultCreditSpecificationCommand";
456
464
  export * from "./GetEbsDefaultKmsKeyIdCommand";
457
465
  export * from "./GetEbsEncryptionByDefaultCommand";
@@ -490,6 +498,7 @@ export * from "./GetTransitGatewayPrefixListReferencesCommand";
490
498
  export * from "./GetTransitGatewayRouteTableAssociationsCommand";
491
499
  export * from "./GetTransitGatewayRouteTablePropagationsCommand";
492
500
  export * from "./GetVerifiedAccessEndpointPolicyCommand";
501
+ export * from "./GetVerifiedAccessEndpointTargetsCommand";
493
502
  export * from "./GetVerifiedAccessGroupPolicyCommand";
494
503
  export * from "./GetVpnConnectionDeviceSampleConfigurationCommand";
495
504
  export * from "./GetVpnConnectionDeviceTypesCommand";
@@ -599,6 +608,7 @@ export * from "./ReleaseAddressCommand";
599
608
  export * from "./ReleaseHostsCommand";
600
609
  export * from "./ReleaseIpamPoolAllocationCommand";
601
610
  export * from "./ReplaceIamInstanceProfileAssociationCommand";
611
+ export * from "./ReplaceImageCriteriaInAllowedImagesSettingsCommand";
602
612
  export * from "./ReplaceNetworkAclAssociationCommand";
603
613
  export * from "./ReplaceNetworkAclEntryCommand";
604
614
  export * from "./ReplaceRouteCommand";
@@ -629,6 +639,7 @@ export * from "./SearchLocalGatewayRoutesCommand";
629
639
  export * from "./SearchTransitGatewayMulticastGroupsCommand";
630
640
  export * from "./SearchTransitGatewayRoutesCommand";
631
641
  export * from "./SendDiagnosticInterruptCommand";
642
+ export * from "./StartDeclarativePoliciesReportCommand";
632
643
  export * from "./StartInstancesCommand";
633
644
  export * from "./StartNetworkInsightsAccessScopeAnalysisCommand";
634
645
  export * from "./StartNetworkInsightsAnalysisCommand";
@@ -6,3 +6,4 @@ export * from "./models_4";
6
6
  export * from "./models_5";
7
7
  export * from "./models_6";
8
8
  export * from "./models_7";
9
+ export * from "./models_8";
@@ -32,6 +32,7 @@ export const ResourceType = {
32
32
  client_vpn_endpoint: "client-vpn-endpoint",
33
33
  coip_pool: "coip-pool",
34
34
  customer_gateway: "customer-gateway",
35
+ declarative_policies_report: "declarative-policies-report",
35
36
  dedicated_host: "dedicated-host",
36
37
  dhcp_options: "dhcp-options",
37
38
  egress_only_internet_gateway: "egress-only-internet-gateway",
@@ -96,6 +97,7 @@ export const ResourceType = {
96
97
  transit_gateway_route_table: "transit-gateway-route-table",
97
98
  transit_gateway_route_table_announcement: "transit-gateway-route-table-announcement",
98
99
  verified_access_endpoint: "verified-access-endpoint",
100
+ verified_access_endpoint_target: "verified-access-endpoint-target",
99
101
  verified_access_group: "verified-access-group",
100
102
  verified_access_instance: "verified-access-instance",
101
103
  verified_access_policy: "verified-access-policy",
@@ -279,6 +281,13 @@ export const AllocationStrategy = {
279
281
  export const AllocationType = {
280
282
  used: "used",
281
283
  };
284
+ export const AllowedImagesSettingsDisabledState = {
285
+ disabled: "disabled",
286
+ };
287
+ export const AllowedImagesSettingsEnabledState = {
288
+ audit_mode: "audit-mode",
289
+ enabled: "enabled",
290
+ };
282
291
  export const AllowsMultipleInstanceTypes = {
283
292
  off: "off",
284
293
  on: "on",
@@ -477,38 +486,6 @@ export const CapacityReservationDeliveryPreference = {
477
486
  FIXED: "fixed",
478
487
  INCREMENTAL: "incremental",
479
488
  };
480
- export const EndDateType = {
481
- limited: "limited",
482
- unlimited: "unlimited",
483
- };
484
- export const InstanceMatchCriteria = {
485
- open: "open",
486
- targeted: "targeted",
487
- };
488
- export const CapacityReservationInstancePlatform = {
489
- LINUX_UNIX: "Linux/UNIX",
490
- LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise",
491
- LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard",
492
- LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web",
493
- RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux",
494
- RHEL_WITH_HA: "RHEL with HA",
495
- RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise",
496
- RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard",
497
- RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise",
498
- RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard",
499
- RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web",
500
- SUSE_LINUX: "SUSE Linux",
501
- UBUNTU_PRO_LINUX: "Ubuntu Pro",
502
- WINDOWS: "Windows",
503
- WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server",
504
- WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise",
505
- WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard",
506
- WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web",
507
- };
508
- export const CapacityReservationTenancy = {
509
- dedicated: "dedicated",
510
- default: "default",
511
- };
512
489
  export const OidcOptionsFilterSensitiveLog = (obj) => ({
513
490
  ...obj,
514
491
  ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
@@ -1,4 +1,36 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
+ export const EndDateType = {
3
+ limited: "limited",
4
+ unlimited: "unlimited",
5
+ };
6
+ export const InstanceMatchCriteria = {
7
+ open: "open",
8
+ targeted: "targeted",
9
+ };
10
+ export const CapacityReservationInstancePlatform = {
11
+ LINUX_UNIX: "Linux/UNIX",
12
+ LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise",
13
+ LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard",
14
+ LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web",
15
+ RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux",
16
+ RHEL_WITH_HA: "RHEL with HA",
17
+ RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise",
18
+ RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard",
19
+ RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise",
20
+ RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard",
21
+ RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web",
22
+ SUSE_LINUX: "SUSE Linux",
23
+ UBUNTU_PRO_LINUX: "Ubuntu Pro",
24
+ WINDOWS: "Windows",
25
+ WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server",
26
+ WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise",
27
+ WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard",
28
+ WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web",
29
+ };
30
+ export const CapacityReservationTenancy = {
31
+ dedicated: "dedicated",
32
+ default: "default",
33
+ };
2
34
  export const CapacityReservationType = {
3
35
  CAPACITY_BLOCK: "capacity-block",
4
36
  DEFAULT: "default",
@@ -336,6 +368,24 @@ export const _InstanceType = {
336
368
  i4i_large: "i4i.large",
337
369
  i4i_metal: "i4i.metal",
338
370
  i4i_xlarge: "i4i.xlarge",
371
+ i7ie_12xlarge: "i7ie.12xlarge",
372
+ i7ie_18xlarge: "i7ie.18xlarge",
373
+ i7ie_24xlarge: "i7ie.24xlarge",
374
+ i7ie_2xlarge: "i7ie.2xlarge",
375
+ i7ie_3xlarge: "i7ie.3xlarge",
376
+ i7ie_48xlarge: "i7ie.48xlarge",
377
+ i7ie_6xlarge: "i7ie.6xlarge",
378
+ i7ie_large: "i7ie.large",
379
+ i7ie_xlarge: "i7ie.xlarge",
380
+ i8g_12xlarge: "i8g.12xlarge",
381
+ i8g_16xlarge: "i8g.16xlarge",
382
+ i8g_24xlarge: "i8g.24xlarge",
383
+ i8g_2xlarge: "i8g.2xlarge",
384
+ i8g_4xlarge: "i8g.4xlarge",
385
+ i8g_8xlarge: "i8g.8xlarge",
386
+ i8g_large: "i8g.large",
387
+ i8g_metal_24xl: "i8g.metal-24xl",
388
+ i8g_xlarge: "i8g.xlarge",
339
389
  im4gn_16xlarge: "im4gn.16xlarge",
340
390
  im4gn_2xlarge: "im4gn.2xlarge",
341
391
  im4gn_4xlarge: "im4gn.4xlarge",
@@ -1253,17 +1303,6 @@ export const PrefixListState = {
1253
1303
  restore_failed: "restore-failed",
1254
1304
  restore_in_progress: "restore-in-progress",
1255
1305
  };
1256
- export const ConnectivityType = {
1257
- PRIVATE: "private",
1258
- PUBLIC: "public",
1259
- };
1260
- export const NatGatewayState = {
1261
- AVAILABLE: "available",
1262
- DELETED: "deleted",
1263
- DELETING: "deleting",
1264
- FAILED: "failed",
1265
- PENDING: "pending",
1266
- };
1267
1306
  export const KeyPairFilterSensitiveLog = (obj) => ({
1268
1307
  ...obj,
1269
1308
  ...(obj.KeyMaterial && { KeyMaterial: SENSITIVE_STRING }),