@aws-sdk/client-ec2 3.701.0 → 3.708.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (312) hide show
  1. package/README.md +96 -0
  2. package/dist-cjs/index.js +2291 -481
  3. package/dist-es/EC2.js +24 -0
  4. package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
  5. package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
  7. package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
  8. package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
  9. package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
  10. package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
  11. package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
  12. package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
  13. package/dist-es/commands/ModifyInstanceNetworkPerformanceOptionsCommand.js +22 -0
  14. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  15. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/index.js +1 -0
  18. package/dist-es/models/models_0.js +9 -32
  19. package/dist-es/models/models_1.js +55 -25
  20. package/dist-es/models/models_2.js +42 -19
  21. package/dist-es/models/models_3.js +21 -15
  22. package/dist-es/models/models_4.js +20 -21
  23. package/dist-es/models/models_5.js +29 -3
  24. package/dist-es/models/models_6.js +13 -23
  25. package/dist-es/models/models_7.js +30 -0
  26. package/dist-es/models/models_8.js +1 -0
  27. package/dist-es/protocols/Aws_ec2.js +1662 -123
  28. package/dist-types/EC2.d.ts +89 -0
  29. package/dist-types/EC2Client.d.ts +14 -2
  30. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  32. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  33. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  34. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  35. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  36. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  37. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  38. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  39. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  42. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  43. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  50. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -3
  64. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -4
  65. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  69. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  70. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  75. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  98. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  100. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +26 -5
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -1
  110. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
  117. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  118. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  119. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  120. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  122. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -1
  123. package/dist-types/commands/DescribeFleetsCommand.d.ts +5 -5
  124. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  126. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  127. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  128. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +5 -2
  131. package/dist-types/commands/DescribeInstancesCommand.d.ts +4 -1
  132. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -2
  133. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  134. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  137. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  139. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  141. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  143. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  144. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  145. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  146. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
  149. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  150. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  151. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +101 -0
  152. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  153. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  154. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  158. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  159. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  160. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  161. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  162. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  163. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  164. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  166. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  167. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  168. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  169. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  170. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -2
  171. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  172. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  173. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  174. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  175. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +75 -0
  183. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  194. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  195. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
  199. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  200. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  201. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  202. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  203. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  204. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  206. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  207. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  208. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  209. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  210. package/dist-types/commands/RunInstancesCommand.d.ts +9 -3
  211. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  212. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  213. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  215. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  216. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  217. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  218. package/dist-types/commands/index.d.ts +12 -0
  219. package/dist-types/models/index.d.ts +1 -0
  220. package/dist-types/models/models_0.d.ts +119 -298
  221. package/dist-types/models/models_1.d.ts +392 -279
  222. package/dist-types/models/models_2.d.ts +627 -314
  223. package/dist-types/models/models_3.d.ts +422 -924
  224. package/dist-types/models/models_4.d.ts +7153 -7068
  225. package/dist-types/models/models_5.d.ts +5632 -5095
  226. package/dist-types/models/models_6.d.ts +4278 -4390
  227. package/dist-types/models/models_7.d.ts +1591 -172
  228. package/dist-types/models/models_8.d.ts +168 -0
  229. package/dist-types/protocols/Aws_ec2.d.ts +108 -0
  230. package/dist-types/ts3.4/EC2.d.ts +239 -0
  231. package/dist-types/ts3.4/EC2Client.d.ts +72 -0
  232. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  233. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -4
  235. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  237. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +2 -4
  238. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  246. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +2 -4
  247. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  250. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  251. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  256. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  257. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +49 -0
  258. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  271. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  272. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  273. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  274. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +51 -0
  278. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
  294. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  295. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  296. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  301. package/dist-types/ts3.4/models/index.d.ts +1 -0
  302. package/dist-types/ts3.4/models/models_0.d.ts +37 -64
  303. package/dist-types/ts3.4/models/models_1.d.ts +102 -85
  304. package/dist-types/ts3.4/models/models_2.d.ts +171 -94
  305. package/dist-types/ts3.4/models/models_3.d.ts +108 -174
  306. package/dist-types/ts3.4/models/models_4.d.ts +187 -166
  307. package/dist-types/ts3.4/models/models_5.d.ts +215 -142
  308. package/dist-types/ts3.4/models/models_6.d.ts +255 -297
  309. package/dist-types/ts3.4/models/models_7.d.ts +366 -41
  310. package/dist-types/ts3.4/models/models_8.d.ts +40 -0
  311. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +144 -0
  312. package/package.json +1 -1
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";
@@ -526,6 +535,7 @@ import { ModifyInstanceEventWindowCommand, } from "./commands/ModifyInstanceEven
526
535
  import { ModifyInstanceMaintenanceOptionsCommand, } from "./commands/ModifyInstanceMaintenanceOptionsCommand";
527
536
  import { ModifyInstanceMetadataDefaultsCommand, } from "./commands/ModifyInstanceMetadataDefaultsCommand";
528
537
  import { ModifyInstanceMetadataOptionsCommand, } from "./commands/ModifyInstanceMetadataOptionsCommand";
538
+ import { ModifyInstanceNetworkPerformanceOptionsCommand, } from "./commands/ModifyInstanceNetworkPerformanceOptionsCommand";
529
539
  import { ModifyInstancePlacementCommand, } from "./commands/ModifyInstancePlacementCommand";
530
540
  import { ModifyIpamCommand } from "./commands/ModifyIpamCommand";
531
541
  import { ModifyIpamPoolCommand, } from "./commands/ModifyIpamPoolCommand";
@@ -600,6 +610,7 @@ import { ReleaseAddressCommand, } from "./commands/ReleaseAddressCommand";
600
610
  import { ReleaseHostsCommand, } from "./commands/ReleaseHostsCommand";
601
611
  import { ReleaseIpamPoolAllocationCommand, } from "./commands/ReleaseIpamPoolAllocationCommand";
602
612
  import { ReplaceIamInstanceProfileAssociationCommand, } from "./commands/ReplaceIamInstanceProfileAssociationCommand";
613
+ import { ReplaceImageCriteriaInAllowedImagesSettingsCommand, } from "./commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand";
603
614
  import { ReplaceNetworkAclAssociationCommand, } from "./commands/ReplaceNetworkAclAssociationCommand";
604
615
  import { ReplaceNetworkAclEntryCommand, } from "./commands/ReplaceNetworkAclEntryCommand";
605
616
  import { ReplaceRouteCommand, } from "./commands/ReplaceRouteCommand";
@@ -630,6 +641,7 @@ import { SearchLocalGatewayRoutesCommand, } from "./commands/SearchLocalGatewayR
630
641
  import { SearchTransitGatewayMulticastGroupsCommand, } from "./commands/SearchTransitGatewayMulticastGroupsCommand";
631
642
  import { SearchTransitGatewayRoutesCommand, } from "./commands/SearchTransitGatewayRoutesCommand";
632
643
  import { SendDiagnosticInterruptCommand, } from "./commands/SendDiagnosticInterruptCommand";
644
+ import { StartDeclarativePoliciesReportCommand, } from "./commands/StartDeclarativePoliciesReportCommand";
633
645
  import { StartInstancesCommand, } from "./commands/StartInstancesCommand";
634
646
  import { StartNetworkInsightsAccessScopeAnalysisCommand, } from "./commands/StartNetworkInsightsAccessScopeAnalysisCommand";
635
647
  import { StartNetworkInsightsAnalysisCommand, } from "./commands/StartNetworkInsightsAnalysisCommand";
@@ -695,6 +707,7 @@ const commands = {
695
707
  CancelCapacityReservationCommand,
696
708
  CancelCapacityReservationFleetsCommand,
697
709
  CancelConversionTaskCommand,
710
+ CancelDeclarativePoliciesReportCommand,
698
711
  CancelExportTaskCommand,
699
712
  CancelImageLaunchPermissionCommand,
700
713
  CancelImportTaskCommand,
@@ -899,6 +912,7 @@ const commands = {
899
912
  DescribeCoipPoolsCommand,
900
913
  DescribeConversionTasksCommand,
901
914
  DescribeCustomerGatewaysCommand,
915
+ DescribeDeclarativePoliciesReportsCommand,
902
916
  DescribeDhcpOptionsCommand,
903
917
  DescribeEgressOnlyInternetGatewaysCommand,
904
918
  DescribeElasticGpusCommand,
@@ -1023,6 +1037,7 @@ const commands = {
1023
1037
  DescribeVpcBlockPublicAccessOptionsCommand,
1024
1038
  DescribeVpcClassicLinkCommand,
1025
1039
  DescribeVpcClassicLinkDnsSupportCommand,
1040
+ DescribeVpcEndpointAssociationsCommand,
1026
1041
  DescribeVpcEndpointConnectionNotificationsCommand,
1027
1042
  DescribeVpcEndpointConnectionsCommand,
1028
1043
  DescribeVpcEndpointsCommand,
@@ -1040,6 +1055,7 @@ const commands = {
1040
1055
  DetachVolumeCommand,
1041
1056
  DetachVpnGatewayCommand,
1042
1057
  DisableAddressTransferCommand,
1058
+ DisableAllowedImagesSettingsCommand,
1043
1059
  DisableAwsNetworkPerformanceMetricSubscriptionCommand,
1044
1060
  DisableEbsEncryptionByDefaultCommand,
1045
1061
  DisableFastLaunchCommand,
@@ -1073,6 +1089,7 @@ const commands = {
1073
1089
  DisassociateTrunkInterfaceCommand,
1074
1090
  DisassociateVpcCidrBlockCommand,
1075
1091
  EnableAddressTransferCommand,
1092
+ EnableAllowedImagesSettingsCommand,
1076
1093
  EnableAwsNetworkPerformanceMetricSubscriptionCommand,
1077
1094
  EnableEbsEncryptionByDefaultCommand,
1078
1095
  EnableFastLaunchCommand,
@@ -1094,6 +1111,8 @@ const commands = {
1094
1111
  ExportClientVpnClientConfigurationCommand,
1095
1112
  ExportImageCommand,
1096
1113
  ExportTransitGatewayRoutesCommand,
1114
+ ExportVerifiedAccessInstanceClientConfigurationCommand,
1115
+ GetAllowedImagesSettingsCommand,
1097
1116
  GetAssociatedEnclaveCertificateIamRolesCommand,
1098
1117
  GetAssociatedIpv6PoolCidrsCommand,
1099
1118
  GetAwsNetworkPerformanceDataCommand,
@@ -1101,6 +1120,7 @@ const commands = {
1101
1120
  GetCoipPoolUsageCommand,
1102
1121
  GetConsoleOutputCommand,
1103
1122
  GetConsoleScreenshotCommand,
1123
+ GetDeclarativePoliciesReportSummaryCommand,
1104
1124
  GetDefaultCreditSpecificationCommand,
1105
1125
  GetEbsDefaultKmsKeyIdCommand,
1106
1126
  GetEbsEncryptionByDefaultCommand,
@@ -1139,6 +1159,7 @@ const commands = {
1139
1159
  GetTransitGatewayRouteTableAssociationsCommand,
1140
1160
  GetTransitGatewayRouteTablePropagationsCommand,
1141
1161
  GetVerifiedAccessEndpointPolicyCommand,
1162
+ GetVerifiedAccessEndpointTargetsCommand,
1142
1163
  GetVerifiedAccessGroupPolicyCommand,
1143
1164
  GetVpnConnectionDeviceSampleConfigurationCommand,
1144
1165
  GetVpnConnectionDeviceTypesCommand,
@@ -1174,6 +1195,7 @@ const commands = {
1174
1195
  ModifyInstanceMaintenanceOptionsCommand,
1175
1196
  ModifyInstanceMetadataDefaultsCommand,
1176
1197
  ModifyInstanceMetadataOptionsCommand,
1198
+ ModifyInstanceNetworkPerformanceOptionsCommand,
1177
1199
  ModifyInstancePlacementCommand,
1178
1200
  ModifyIpamCommand,
1179
1201
  ModifyIpamPoolCommand,
@@ -1248,6 +1270,7 @@ const commands = {
1248
1270
  ReleaseHostsCommand,
1249
1271
  ReleaseIpamPoolAllocationCommand,
1250
1272
  ReplaceIamInstanceProfileAssociationCommand,
1273
+ ReplaceImageCriteriaInAllowedImagesSettingsCommand,
1251
1274
  ReplaceNetworkAclAssociationCommand,
1252
1275
  ReplaceNetworkAclEntryCommand,
1253
1276
  ReplaceRouteCommand,
@@ -1278,6 +1301,7 @@ const commands = {
1278
1301
  SearchTransitGatewayMulticastGroupsCommand,
1279
1302
  SearchTransitGatewayRoutesCommand,
1280
1303
  SendDiagnosticInterruptCommand,
1304
+ StartDeclarativePoliciesReportCommand,
1281
1305
  StartInstancesCommand,
1282
1306
  StartNetworkInsightsAccessScopeAnalysisCommand,
1283
1307
  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_ModifyInstanceNetworkPerformanceOptionsCommand, se_ModifyInstanceNetworkPerformanceOptionsCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class ModifyInstanceNetworkPerformanceOptionsCommand 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", "ModifyInstanceNetworkPerformanceOptions", {})
17
+ .n("EC2Client", "ModifyInstanceNetworkPerformanceOptionsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ModifyInstanceNetworkPerformanceOptionsCommand)
20
+ .de(de_ModifyInstanceNetworkPerformanceOptionsCommand)
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";
@@ -525,6 +534,7 @@ export * from "./ModifyInstanceEventWindowCommand";
525
534
  export * from "./ModifyInstanceMaintenanceOptionsCommand";
526
535
  export * from "./ModifyInstanceMetadataDefaultsCommand";
527
536
  export * from "./ModifyInstanceMetadataOptionsCommand";
537
+ export * from "./ModifyInstanceNetworkPerformanceOptionsCommand";
528
538
  export * from "./ModifyInstancePlacementCommand";
529
539
  export * from "./ModifyIpamCommand";
530
540
  export * from "./ModifyIpamPoolCommand";
@@ -599,6 +609,7 @@ export * from "./ReleaseAddressCommand";
599
609
  export * from "./ReleaseHostsCommand";
600
610
  export * from "./ReleaseIpamPoolAllocationCommand";
601
611
  export * from "./ReplaceIamInstanceProfileAssociationCommand";
612
+ export * from "./ReplaceImageCriteriaInAllowedImagesSettingsCommand";
602
613
  export * from "./ReplaceNetworkAclAssociationCommand";
603
614
  export * from "./ReplaceNetworkAclEntryCommand";
604
615
  export * from "./ReplaceRouteCommand";
@@ -629,6 +640,7 @@ export * from "./SearchLocalGatewayRoutesCommand";
629
640
  export * from "./SearchTransitGatewayMulticastGroupsCommand";
630
641
  export * from "./SearchTransitGatewayRoutesCommand";
631
642
  export * from "./SendDiagnosticInterruptCommand";
643
+ export * from "./StartDeclarativePoliciesReportCommand";
632
644
  export * from "./StartInstancesCommand";
633
645
  export * from "./StartNetworkInsightsAccessScopeAnalysisCommand";
634
646
  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 }),