@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
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  AccountAttribute,
3
3
  AccountAttributeName,
4
- ActiveInstance,
5
4
  Address,
6
5
  AddressAttribute,
7
6
  AddressAttributeName,
@@ -10,7 +9,6 @@ import {
10
9
  BundleTask,
11
10
  ByoipCidr,
12
11
  CapacityReservationFleetState,
13
- CapacityReservationTenancy,
14
12
  ClientVpnAuthorizationRuleStatus,
15
13
  InstanceEventWindowState,
16
14
  Tag,
@@ -21,16 +19,15 @@ import {
21
19
  VerifiedAccessTrustProvider,
22
20
  } from "./models_0";
23
21
  import {
24
- _InstanceType,
25
22
  CapacityReservation,
23
+ CapacityReservationTenancy,
26
24
  CarrierGateway,
27
25
  ClientVpnAuthenticationType,
28
26
  ClientVpnEndpointStatus,
29
27
  ClientVpnRouteStatus,
28
+ CoipCidr,
30
29
  CoipPool,
31
30
  CustomerGateway,
32
- DefaultTargetCapacityType,
33
- DestinationFileFormat,
34
31
  DhcpOptions,
35
32
  DiskImageFormat,
36
33
  Ec2InstanceConnectEndpoint,
@@ -38,38 +35,23 @@ import {
38
35
  ExportTask,
39
36
  FleetCapacityReservation,
40
37
  FleetCapacityReservationTenancy,
41
- FleetCapacityReservationUsageStrategy,
42
- FleetExcessCapacityTerminationPolicy,
43
38
  FleetInstanceMatchCriteria,
44
- FleetLaunchTemplateOverrides,
45
- FleetLaunchTemplateSpecification,
46
- FleetOnDemandAllocationStrategy,
47
- FleetReplacementStrategy,
48
- FleetType,
49
- InstanceLifecycle,
50
39
  Ipam,
51
40
  IpamExternalResourceVerificationToken,
52
41
  IpamPool,
53
42
  IpamResourceDiscovery,
54
43
  IpamScope,
55
44
  LaunchTemplate,
56
- LaunchTemplateAndOverridesResponse,
57
45
  LocalGatewayRoute,
58
46
  LocalGatewayRouteTable,
59
47
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
60
48
  LocalGatewayRouteTableVpcAssociation,
61
- LogDestinationType,
62
- ManagedPrefixList,
63
49
  PlatformValues,
64
- SpotAllocationStrategy,
65
- SpotInstanceInterruptionBehavior,
66
- TargetCapacityUnitType,
67
- TrafficType,
68
50
  TransportProtocol,
69
51
  } from "./models_1";
70
52
  import {
71
- FleetStateCode,
72
53
  GroupIdentifier,
54
+ ManagedPrefixList,
73
55
  SubnetCidrReservation,
74
56
  TransitGateway,
75
57
  TransitGatewayConnect,
@@ -84,6 +66,84 @@ import {
84
66
  VerifiedAccessGroup,
85
67
  VpcBlockPublicAccessExclusion,
86
68
  } from "./models_2";
69
+ export interface DeleteClientVpnRouteResult {
70
+ Status?: ClientVpnRouteStatus | undefined;
71
+ }
72
+ export interface DeleteCoipCidrRequest {
73
+ Cidr: string | undefined;
74
+ CoipPoolId: string | undefined;
75
+ DryRun?: boolean | undefined;
76
+ }
77
+ export interface DeleteCoipCidrResult {
78
+ CoipCidr?: CoipCidr | undefined;
79
+ }
80
+ export interface DeleteCoipPoolRequest {
81
+ CoipPoolId: string | undefined;
82
+ DryRun?: boolean | undefined;
83
+ }
84
+ export interface DeleteCoipPoolResult {
85
+ CoipPool?: CoipPool | undefined;
86
+ }
87
+ export interface DeleteCustomerGatewayRequest {
88
+ CustomerGatewayId: string | undefined;
89
+ DryRun?: boolean | undefined;
90
+ }
91
+ export interface DeleteDhcpOptionsRequest {
92
+ DhcpOptionsId: string | undefined;
93
+ DryRun?: boolean | undefined;
94
+ }
95
+ export interface DeleteEgressOnlyInternetGatewayRequest {
96
+ DryRun?: boolean | undefined;
97
+ EgressOnlyInternetGatewayId: string | undefined;
98
+ }
99
+ export interface DeleteEgressOnlyInternetGatewayResult {
100
+ ReturnCode?: boolean | undefined;
101
+ }
102
+ export interface DeleteFleetsRequest {
103
+ DryRun?: boolean | undefined;
104
+ FleetIds: string[] | undefined;
105
+ TerminateInstances: boolean | undefined;
106
+ }
107
+ export declare const FleetStateCode: {
108
+ readonly ACTIVE: "active";
109
+ readonly DELETED: "deleted";
110
+ readonly DELETED_RUNNING: "deleted_running";
111
+ readonly DELETED_TERMINATING_INSTANCES: "deleted_terminating";
112
+ readonly FAILED: "failed";
113
+ readonly MODIFYING: "modifying";
114
+ readonly SUBMITTED: "submitted";
115
+ };
116
+ export type FleetStateCode =
117
+ (typeof FleetStateCode)[keyof typeof FleetStateCode];
118
+ export interface DeleteFleetSuccessItem {
119
+ CurrentFleetState?: FleetStateCode | undefined;
120
+ PreviousFleetState?: FleetStateCode | undefined;
121
+ FleetId?: string | undefined;
122
+ }
123
+ export declare const DeleteFleetErrorCode: {
124
+ readonly FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist";
125
+ readonly FLEET_ID_MALFORMED: "fleetIdMalformed";
126
+ readonly FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState";
127
+ readonly UNEXPECTED_ERROR: "unexpectedError";
128
+ };
129
+ export type DeleteFleetErrorCode =
130
+ (typeof DeleteFleetErrorCode)[keyof typeof DeleteFleetErrorCode];
131
+ export interface DeleteFleetError {
132
+ Code?: DeleteFleetErrorCode | undefined;
133
+ Message?: string | undefined;
134
+ }
135
+ export interface DeleteFleetErrorItem {
136
+ Error?: DeleteFleetError | undefined;
137
+ FleetId?: string | undefined;
138
+ }
139
+ export interface DeleteFleetsResult {
140
+ SuccessfulFleetDeletions?: DeleteFleetSuccessItem[] | undefined;
141
+ UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[] | undefined;
142
+ }
143
+ export interface DeleteFlowLogsRequest {
144
+ DryRun?: boolean | undefined;
145
+ FlowLogIds: string[] | undefined;
146
+ }
87
147
  export interface DeleteFlowLogsResult {
88
148
  Unsuccessful?: UnsuccessfulItem[] | undefined;
89
149
  }
@@ -1316,6 +1376,33 @@ export interface DescribeCustomerGatewaysRequest {
1316
1376
  export interface DescribeCustomerGatewaysResult {
1317
1377
  CustomerGateways?: CustomerGateway[] | undefined;
1318
1378
  }
1379
+ export interface DescribeDeclarativePoliciesReportsRequest {
1380
+ DryRun?: boolean | undefined;
1381
+ NextToken?: string | undefined;
1382
+ MaxResults?: number | undefined;
1383
+ ReportIds?: string[] | undefined;
1384
+ }
1385
+ export declare const ReportState: {
1386
+ readonly cancelled: "cancelled";
1387
+ readonly complete: "complete";
1388
+ readonly error: "error";
1389
+ readonly running: "running";
1390
+ };
1391
+ export type ReportState = (typeof ReportState)[keyof typeof ReportState];
1392
+ export interface DeclarativePoliciesReport {
1393
+ ReportId?: string | undefined;
1394
+ S3Bucket?: string | undefined;
1395
+ S3Prefix?: string | undefined;
1396
+ TargetId?: string | undefined;
1397
+ StartTime?: Date | undefined;
1398
+ EndTime?: Date | undefined;
1399
+ Status?: ReportState | undefined;
1400
+ Tags?: Tag[] | undefined;
1401
+ }
1402
+ export interface DescribeDeclarativePoliciesReportsResult {
1403
+ NextToken?: string | undefined;
1404
+ Reports?: DeclarativePoliciesReport[] | undefined;
1405
+ }
1319
1406
  export interface DescribeDhcpOptionsRequest {
1320
1407
  DhcpOptionsIds?: string[] | undefined;
1321
1408
  NextToken?: string | undefined;
@@ -1521,159 +1608,6 @@ export interface DescribeFleetInstancesRequest {
1521
1608
  FleetId: string | undefined;
1522
1609
  Filters?: Filter[] | undefined;
1523
1610
  }
1524
- export interface DescribeFleetInstancesResult {
1525
- ActiveInstances?: ActiveInstance[] | undefined;
1526
- NextToken?: string | undefined;
1527
- FleetId?: string | undefined;
1528
- }
1529
- export interface DescribeFleetsRequest {
1530
- DryRun?: boolean | undefined;
1531
- MaxResults?: number | undefined;
1532
- NextToken?: string | undefined;
1533
- FleetIds?: string[] | undefined;
1534
- Filters?: Filter[] | undefined;
1535
- }
1536
- export declare const FleetActivityStatus: {
1537
- readonly ERROR: "error";
1538
- readonly FULFILLED: "fulfilled";
1539
- readonly PENDING_FULFILLMENT: "pending_fulfillment";
1540
- readonly PENDING_TERMINATION: "pending_termination";
1541
- };
1542
- export type FleetActivityStatus =
1543
- (typeof FleetActivityStatus)[keyof typeof FleetActivityStatus];
1544
- export interface DescribeFleetError {
1545
- LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
1546
- Lifecycle?: InstanceLifecycle | undefined;
1547
- ErrorCode?: string | undefined;
1548
- ErrorMessage?: string | undefined;
1549
- }
1550
- export interface DescribeFleetsInstances {
1551
- LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
1552
- Lifecycle?: InstanceLifecycle | undefined;
1553
- InstanceIds?: string[] | undefined;
1554
- InstanceType?: _InstanceType | undefined;
1555
- Platform?: PlatformValues | undefined;
1556
- }
1557
- export interface FleetLaunchTemplateConfig {
1558
- LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
1559
- Overrides?: FleetLaunchTemplateOverrides[] | undefined;
1560
- }
1561
- export interface CapacityReservationOptions {
1562
- UsageStrategy?: FleetCapacityReservationUsageStrategy | undefined;
1563
- }
1564
- export interface OnDemandOptions {
1565
- AllocationStrategy?: FleetOnDemandAllocationStrategy | undefined;
1566
- CapacityReservationOptions?: CapacityReservationOptions | undefined;
1567
- SingleInstanceType?: boolean | undefined;
1568
- SingleAvailabilityZone?: boolean | undefined;
1569
- MinTargetCapacity?: number | undefined;
1570
- MaxTotalPrice?: string | undefined;
1571
- }
1572
- export interface FleetSpotCapacityRebalance {
1573
- ReplacementStrategy?: FleetReplacementStrategy | undefined;
1574
- TerminationDelay?: number | undefined;
1575
- }
1576
- export interface FleetSpotMaintenanceStrategies {
1577
- CapacityRebalance?: FleetSpotCapacityRebalance | undefined;
1578
- }
1579
- export interface SpotOptions {
1580
- AllocationStrategy?: SpotAllocationStrategy | undefined;
1581
- MaintenanceStrategies?: FleetSpotMaintenanceStrategies | undefined;
1582
- InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | undefined;
1583
- InstancePoolsToUseCount?: number | undefined;
1584
- SingleInstanceType?: boolean | undefined;
1585
- SingleAvailabilityZone?: boolean | undefined;
1586
- MinTargetCapacity?: number | undefined;
1587
- MaxTotalPrice?: string | undefined;
1588
- }
1589
- export interface TargetCapacitySpecification {
1590
- TotalTargetCapacity?: number | undefined;
1591
- OnDemandTargetCapacity?: number | undefined;
1592
- SpotTargetCapacity?: number | undefined;
1593
- DefaultTargetCapacityType?: DefaultTargetCapacityType | undefined;
1594
- TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
1595
- }
1596
- export interface FleetData {
1597
- ActivityStatus?: FleetActivityStatus | undefined;
1598
- CreateTime?: Date | undefined;
1599
- FleetId?: string | undefined;
1600
- FleetState?: FleetStateCode | undefined;
1601
- ClientToken?: string | undefined;
1602
- ExcessCapacityTerminationPolicy?:
1603
- | FleetExcessCapacityTerminationPolicy
1604
- | undefined;
1605
- FulfilledCapacity?: number | undefined;
1606
- FulfilledOnDemandCapacity?: number | undefined;
1607
- LaunchTemplateConfigs?: FleetLaunchTemplateConfig[] | undefined;
1608
- TargetCapacitySpecification?: TargetCapacitySpecification | undefined;
1609
- TerminateInstancesWithExpiration?: boolean | undefined;
1610
- Type?: FleetType | undefined;
1611
- ValidFrom?: Date | undefined;
1612
- ValidUntil?: Date | undefined;
1613
- ReplaceUnhealthyInstances?: boolean | undefined;
1614
- SpotOptions?: SpotOptions | undefined;
1615
- OnDemandOptions?: OnDemandOptions | undefined;
1616
- Tags?: Tag[] | undefined;
1617
- Errors?: DescribeFleetError[] | undefined;
1618
- Instances?: DescribeFleetsInstances[] | undefined;
1619
- Context?: string | undefined;
1620
- }
1621
- export interface DescribeFleetsResult {
1622
- NextToken?: string | undefined;
1623
- Fleets?: FleetData[] | undefined;
1624
- }
1625
- export interface DescribeFlowLogsRequest {
1626
- DryRun?: boolean | undefined;
1627
- Filter?: Filter[] | undefined;
1628
- FlowLogIds?: string[] | undefined;
1629
- MaxResults?: number | undefined;
1630
- NextToken?: string | undefined;
1631
- }
1632
- export interface DestinationOptionsResponse {
1633
- FileFormat?: DestinationFileFormat | undefined;
1634
- HiveCompatiblePartitions?: boolean | undefined;
1635
- PerHourPartition?: boolean | undefined;
1636
- }
1637
- export interface FlowLog {
1638
- CreationTime?: Date | undefined;
1639
- DeliverLogsErrorMessage?: string | undefined;
1640
- DeliverLogsPermissionArn?: string | undefined;
1641
- DeliverCrossAccountRole?: string | undefined;
1642
- DeliverLogsStatus?: string | undefined;
1643
- FlowLogId?: string | undefined;
1644
- FlowLogStatus?: string | undefined;
1645
- LogGroupName?: string | undefined;
1646
- ResourceId?: string | undefined;
1647
- TrafficType?: TrafficType | undefined;
1648
- LogDestinationType?: LogDestinationType | undefined;
1649
- LogDestination?: string | undefined;
1650
- LogFormat?: string | undefined;
1651
- Tags?: Tag[] | undefined;
1652
- MaxAggregationInterval?: number | undefined;
1653
- DestinationOptions?: DestinationOptionsResponse | undefined;
1654
- }
1655
- export interface DescribeFlowLogsResult {
1656
- FlowLogs?: FlowLog[] | undefined;
1657
- NextToken?: string | undefined;
1658
- }
1659
- export declare const FpgaImageAttributeName: {
1660
- readonly description: "description";
1661
- readonly loadPermission: "loadPermission";
1662
- readonly name: "name";
1663
- readonly productCodes: "productCodes";
1664
- };
1665
- export type FpgaImageAttributeName =
1666
- (typeof FpgaImageAttributeName)[keyof typeof FpgaImageAttributeName];
1667
- export interface DescribeFpgaImageAttributeRequest {
1668
- DryRun?: boolean | undefined;
1669
- FpgaImageId: string | undefined;
1670
- Attribute: FpgaImageAttributeName | undefined;
1671
- }
1672
- export declare const PermissionGroup: {
1673
- readonly all: "all";
1674
- };
1675
- export type PermissionGroup =
1676
- (typeof PermissionGroup)[keyof typeof PermissionGroup];
1677
1611
  export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1678
1612
  obj: DeleteVerifiedAccessTrustProviderResult
1679
1613
  ) => any;