@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
@@ -3,16 +3,20 @@ import {
3
3
  ActivityStatus,
4
4
  AddressTransfer,
5
5
  AllocationStrategy,
6
+ AllowedImagesSettingsDisabledState,
7
+ AllowedImagesSettingsEnabledState,
6
8
  AllowedPrincipal,
7
9
  AsnAssociation,
8
10
  AssociationStatus,
9
11
  BatchState,
12
+ CurrencyCodeValues,
10
13
  IamInstanceProfileAssociation,
11
14
  IamInstanceProfileSpecification,
12
15
  InstanceEventWindow,
13
16
  IpamResourceDiscoveryAssociation,
14
17
  IpPermission,
15
18
  NatGatewayAddress,
19
+ ReservedInstancesListing,
16
20
  ResourceType,
17
21
  SecurityGroupRule,
18
22
  SecurityGroupVpcAssociationState,
@@ -62,6 +66,7 @@ import {
62
66
  GroupIdentifier,
63
67
  IpAddressType,
64
68
  PayerResponsibility,
69
+ RouteTable,
65
70
  ServiceConfiguration,
66
71
  ServiceConnectivityType,
67
72
  ServiceTypeDetail,
@@ -99,16 +104,176 @@ import {
99
104
  FastSnapshotRestoreStateCode,
100
105
  Filter,
101
106
  MetricType,
102
- PermissionGroup,
103
107
  StatisticType,
104
108
  } from "./models_3";
105
109
  import {
106
110
  AttributeBooleanValue,
111
+ OfferingClassType,
112
+ OfferingTypeValues,
113
+ PermissionGroup,
107
114
  ProductCode,
108
- RIProductDescription,
109
- ScheduledInstanceRecurrenceRequest,
110
- SlotDateTimeRangeRequest,
111
115
  } from "./models_4";
116
+ export declare const RIProductDescription: {
117
+ readonly Linux_UNIX: "Linux/UNIX";
118
+ readonly Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)";
119
+ readonly Windows: "Windows";
120
+ readonly Windows_Amazon_VPC_: "Windows (Amazon VPC)";
121
+ };
122
+ export type RIProductDescription =
123
+ (typeof RIProductDescription)[keyof typeof RIProductDescription];
124
+ export declare const RecurringChargeFrequency: {
125
+ readonly Hourly: "Hourly";
126
+ };
127
+ export type RecurringChargeFrequency =
128
+ (typeof RecurringChargeFrequency)[keyof typeof RecurringChargeFrequency];
129
+ export interface RecurringCharge {
130
+ Amount?: number | undefined;
131
+ Frequency?: RecurringChargeFrequency | undefined;
132
+ }
133
+ export declare const Scope: {
134
+ readonly AVAILABILITY_ZONE: "Availability Zone";
135
+ readonly REGIONAL: "Region";
136
+ };
137
+ export type Scope = (typeof Scope)[keyof typeof Scope];
138
+ export declare const ReservedInstanceState: {
139
+ readonly active: "active";
140
+ readonly payment_failed: "payment-failed";
141
+ readonly payment_pending: "payment-pending";
142
+ readonly queued: "queued";
143
+ readonly queued_deleted: "queued-deleted";
144
+ readonly retired: "retired";
145
+ };
146
+ export type ReservedInstanceState =
147
+ (typeof ReservedInstanceState)[keyof typeof ReservedInstanceState];
148
+ export interface ReservedInstances {
149
+ CurrencyCode?: CurrencyCodeValues | undefined;
150
+ InstanceTenancy?: Tenancy | undefined;
151
+ OfferingClass?: OfferingClassType | undefined;
152
+ OfferingType?: OfferingTypeValues | undefined;
153
+ RecurringCharges?: RecurringCharge[] | undefined;
154
+ Scope?: Scope | undefined;
155
+ Tags?: Tag[] | undefined;
156
+ ReservedInstancesId?: string | undefined;
157
+ InstanceType?: _InstanceType | undefined;
158
+ AvailabilityZone?: string | undefined;
159
+ Start?: Date | undefined;
160
+ End?: Date | undefined;
161
+ Duration?: number | undefined;
162
+ UsagePrice?: number | undefined;
163
+ FixedPrice?: number | undefined;
164
+ InstanceCount?: number | undefined;
165
+ ProductDescription?: RIProductDescription | undefined;
166
+ State?: ReservedInstanceState | undefined;
167
+ }
168
+ export interface DescribeReservedInstancesResult {
169
+ ReservedInstances?: ReservedInstances[] | undefined;
170
+ }
171
+ export interface DescribeReservedInstancesListingsRequest {
172
+ ReservedInstancesId?: string | undefined;
173
+ ReservedInstancesListingId?: string | undefined;
174
+ Filters?: Filter[] | undefined;
175
+ }
176
+ export interface DescribeReservedInstancesListingsResult {
177
+ ReservedInstancesListings?: ReservedInstancesListing[] | undefined;
178
+ }
179
+ export interface DescribeReservedInstancesModificationsRequest {
180
+ ReservedInstancesModificationIds?: string[] | undefined;
181
+ NextToken?: string | undefined;
182
+ Filters?: Filter[] | undefined;
183
+ }
184
+ export interface ReservedInstancesConfiguration {
185
+ AvailabilityZone?: string | undefined;
186
+ InstanceCount?: number | undefined;
187
+ InstanceType?: _InstanceType | undefined;
188
+ Platform?: string | undefined;
189
+ Scope?: Scope | undefined;
190
+ }
191
+ export interface ReservedInstancesModificationResult {
192
+ ReservedInstancesId?: string | undefined;
193
+ TargetConfiguration?: ReservedInstancesConfiguration | undefined;
194
+ }
195
+ export interface ReservedInstancesId {
196
+ ReservedInstancesId?: string | undefined;
197
+ }
198
+ export interface ReservedInstancesModification {
199
+ ClientToken?: string | undefined;
200
+ CreateDate?: Date | undefined;
201
+ EffectiveDate?: Date | undefined;
202
+ ModificationResults?: ReservedInstancesModificationResult[] | undefined;
203
+ ReservedInstancesIds?: ReservedInstancesId[] | undefined;
204
+ ReservedInstancesModificationId?: string | undefined;
205
+ Status?: string | undefined;
206
+ StatusMessage?: string | undefined;
207
+ UpdateDate?: Date | undefined;
208
+ }
209
+ export interface DescribeReservedInstancesModificationsResult {
210
+ NextToken?: string | undefined;
211
+ ReservedInstancesModifications?: ReservedInstancesModification[] | undefined;
212
+ }
213
+ export interface DescribeReservedInstancesOfferingsRequest {
214
+ AvailabilityZone?: string | undefined;
215
+ IncludeMarketplace?: boolean | undefined;
216
+ InstanceType?: _InstanceType | undefined;
217
+ MaxDuration?: number | undefined;
218
+ MaxInstanceCount?: number | undefined;
219
+ MinDuration?: number | undefined;
220
+ OfferingClass?: OfferingClassType | undefined;
221
+ ProductDescription?: RIProductDescription | undefined;
222
+ ReservedInstancesOfferingIds?: string[] | undefined;
223
+ DryRun?: boolean | undefined;
224
+ Filters?: Filter[] | undefined;
225
+ InstanceTenancy?: Tenancy | undefined;
226
+ OfferingType?: OfferingTypeValues | undefined;
227
+ NextToken?: string | undefined;
228
+ MaxResults?: number | undefined;
229
+ }
230
+ export interface PricingDetail {
231
+ Count?: number | undefined;
232
+ Price?: number | undefined;
233
+ }
234
+ export interface ReservedInstancesOffering {
235
+ CurrencyCode?: CurrencyCodeValues | undefined;
236
+ InstanceTenancy?: Tenancy | undefined;
237
+ Marketplace?: boolean | undefined;
238
+ OfferingClass?: OfferingClassType | undefined;
239
+ OfferingType?: OfferingTypeValues | undefined;
240
+ PricingDetails?: PricingDetail[] | undefined;
241
+ RecurringCharges?: RecurringCharge[] | undefined;
242
+ Scope?: Scope | undefined;
243
+ ReservedInstancesOfferingId?: string | undefined;
244
+ InstanceType?: _InstanceType | undefined;
245
+ AvailabilityZone?: string | undefined;
246
+ Duration?: number | undefined;
247
+ UsagePrice?: number | undefined;
248
+ FixedPrice?: number | undefined;
249
+ ProductDescription?: RIProductDescription | undefined;
250
+ }
251
+ export interface DescribeReservedInstancesOfferingsResult {
252
+ NextToken?: string | undefined;
253
+ ReservedInstancesOfferings?: ReservedInstancesOffering[] | undefined;
254
+ }
255
+ export interface DescribeRouteTablesRequest {
256
+ NextToken?: string | undefined;
257
+ MaxResults?: number | undefined;
258
+ DryRun?: boolean | undefined;
259
+ RouteTableIds?: string[] | undefined;
260
+ Filters?: Filter[] | undefined;
261
+ }
262
+ export interface DescribeRouteTablesResult {
263
+ RouteTables?: RouteTable[] | undefined;
264
+ NextToken?: string | undefined;
265
+ }
266
+ export interface SlotDateTimeRangeRequest {
267
+ EarliestTime: Date | undefined;
268
+ LatestTime: Date | undefined;
269
+ }
270
+ export interface ScheduledInstanceRecurrenceRequest {
271
+ Frequency?: string | undefined;
272
+ Interval?: number | undefined;
273
+ OccurrenceDays?: number[] | undefined;
274
+ OccurrenceRelativeToEnd?: boolean | undefined;
275
+ OccurrenceUnit?: string | undefined;
276
+ }
112
277
  export interface DescribeScheduledInstanceAvailabilityRequest {
113
278
  DryRun?: boolean | undefined;
114
279
  Filters?: Filter[] | undefined;
@@ -1120,6 +1285,12 @@ export interface DescribeVpcBlockPublicAccessExclusionsResult {
1120
1285
  export interface DescribeVpcBlockPublicAccessOptionsRequest {
1121
1286
  DryRun?: boolean | undefined;
1122
1287
  }
1288
+ export declare const VpcBlockPublicAccessExclusionsAllowed: {
1289
+ readonly allowed: "allowed";
1290
+ readonly not_allowed: "not-allowed";
1291
+ };
1292
+ export type VpcBlockPublicAccessExclusionsAllowed =
1293
+ (typeof VpcBlockPublicAccessExclusionsAllowed)[keyof typeof VpcBlockPublicAccessExclusionsAllowed];
1123
1294
  export declare const InternetGatewayBlockMode: {
1124
1295
  readonly block_bidirectional: "block-bidirectional";
1125
1296
  readonly block_ingress: "block-ingress";
@@ -1127,6 +1298,11 @@ export declare const InternetGatewayBlockMode: {
1127
1298
  };
1128
1299
  export type InternetGatewayBlockMode =
1129
1300
  (typeof InternetGatewayBlockMode)[keyof typeof InternetGatewayBlockMode];
1301
+ export declare const ManagedBy: {
1302
+ readonly account: "account";
1303
+ readonly declarative_policy: "declarative-policy";
1304
+ };
1305
+ export type ManagedBy = (typeof ManagedBy)[keyof typeof ManagedBy];
1130
1306
  export declare const VpcBlockPublicAccessState: {
1131
1307
  readonly default_state: "default-state";
1132
1308
  readonly update_complete: "update-complete";
@@ -1141,6 +1317,8 @@ export interface VpcBlockPublicAccessOptions {
1141
1317
  InternetGatewayBlockMode?: InternetGatewayBlockMode | undefined;
1142
1318
  Reason?: string | undefined;
1143
1319
  LastUpdateTimestamp?: Date | undefined;
1320
+ ManagedBy?: ManagedBy | undefined;
1321
+ ExclusionsAllowed?: VpcBlockPublicAccessExclusionsAllowed | undefined;
1144
1322
  }
1145
1323
  export interface DescribeVpcBlockPublicAccessOptionsResult {
1146
1324
  VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
@@ -1171,6 +1349,31 @@ export interface DescribeVpcClassicLinkDnsSupportResult {
1171
1349
  NextToken?: string | undefined;
1172
1350
  Vpcs?: ClassicLinkDnsSupport[] | undefined;
1173
1351
  }
1352
+ export interface DescribeVpcEndpointAssociationsRequest {
1353
+ DryRun?: boolean | undefined;
1354
+ VpcEndpointIds?: string[] | undefined;
1355
+ Filters?: Filter[] | undefined;
1356
+ MaxResults?: number | undefined;
1357
+ NextToken?: string | undefined;
1358
+ }
1359
+ export interface VpcEndpointAssociation {
1360
+ Id?: string | undefined;
1361
+ VpcEndpointId?: string | undefined;
1362
+ ServiceNetworkArn?: string | undefined;
1363
+ ServiceNetworkName?: string | undefined;
1364
+ AssociatedResourceAccessibility?: string | undefined;
1365
+ FailureReason?: string | undefined;
1366
+ FailureCode?: string | undefined;
1367
+ DnsEntry?: DnsEntry | undefined;
1368
+ PrivateDnsEntry?: DnsEntry | undefined;
1369
+ AssociatedResourceArn?: string | undefined;
1370
+ ResourceConfigurationGroupArn?: string | undefined;
1371
+ Tags?: Tag[] | undefined;
1372
+ }
1373
+ export interface DescribeVpcEndpointAssociationsResult {
1374
+ VpcEndpointAssociations?: VpcEndpointAssociation[] | undefined;
1375
+ NextToken?: string | undefined;
1376
+ }
1174
1377
  export interface DescribeVpcEndpointConnectionNotificationsRequest {
1175
1378
  DryRun?: boolean | undefined;
1176
1379
  ConnectionNotificationId?: string | undefined;
@@ -1358,6 +1561,12 @@ export interface DisableAddressTransferRequest {
1358
1561
  export interface DisableAddressTransferResult {
1359
1562
  AddressTransfer?: AddressTransfer | undefined;
1360
1563
  }
1564
+ export interface DisableAllowedImagesSettingsRequest {
1565
+ DryRun?: boolean | undefined;
1566
+ }
1567
+ export interface DisableAllowedImagesSettingsResult {
1568
+ AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
1569
+ }
1361
1570
  export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
1362
1571
  Source?: string | undefined;
1363
1572
  Destination?: string | undefined;
@@ -1672,146 +1881,10 @@ export interface EnableAddressTransferRequest {
1672
1881
  export interface EnableAddressTransferResult {
1673
1882
  AddressTransfer?: AddressTransfer | undefined;
1674
1883
  }
1675
- export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
1676
- Source?: string | undefined;
1677
- Destination?: string | undefined;
1678
- Metric?: MetricType | undefined;
1679
- Statistic?: StatisticType | undefined;
1884
+ export interface EnableAllowedImagesSettingsRequest {
1885
+ AllowedImagesSettingsState: AllowedImagesSettingsEnabledState | undefined;
1680
1886
  DryRun?: boolean | undefined;
1681
1887
  }
1682
- export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
1683
- Output?: boolean | undefined;
1684
- }
1685
- export interface EnableEbsEncryptionByDefaultRequest {
1686
- DryRun?: boolean | undefined;
1687
- }
1688
- export interface EnableEbsEncryptionByDefaultResult {
1689
- EbsEncryptionByDefault?: boolean | undefined;
1690
- }
1691
- export interface FastLaunchLaunchTemplateSpecificationRequest {
1692
- LaunchTemplateId?: string | undefined;
1693
- LaunchTemplateName?: string | undefined;
1694
- Version: string | undefined;
1695
- }
1696
- export interface FastLaunchSnapshotConfigurationRequest {
1697
- TargetResourceCount?: number | undefined;
1698
- }
1699
- export interface EnableFastLaunchRequest {
1700
- ImageId: string | undefined;
1701
- ResourceType?: string | undefined;
1702
- SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest | undefined;
1703
- LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest | undefined;
1704
- MaxParallelLaunches?: number | undefined;
1705
- DryRun?: boolean | undefined;
1706
- }
1707
- export interface EnableFastLaunchResult {
1708
- ImageId?: string | undefined;
1709
- ResourceType?: FastLaunchResourceType | undefined;
1710
- SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
1711
- LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
1712
- MaxParallelLaunches?: number | undefined;
1713
- OwnerId?: string | undefined;
1714
- State?: FastLaunchStateCode | undefined;
1715
- StateTransitionReason?: string | undefined;
1716
- StateTransitionTime?: Date | undefined;
1717
- }
1718
- export interface EnableFastSnapshotRestoresRequest {
1719
- AvailabilityZones: string[] | undefined;
1720
- SourceSnapshotIds: string[] | undefined;
1721
- DryRun?: boolean | undefined;
1722
- }
1723
- export interface EnableFastSnapshotRestoreSuccessItem {
1724
- SnapshotId?: string | undefined;
1725
- AvailabilityZone?: string | undefined;
1726
- State?: FastSnapshotRestoreStateCode | undefined;
1727
- StateTransitionReason?: string | undefined;
1728
- OwnerId?: string | undefined;
1729
- OwnerAlias?: string | undefined;
1730
- EnablingTime?: Date | undefined;
1731
- OptimizingTime?: Date | undefined;
1732
- EnabledTime?: Date | undefined;
1733
- DisablingTime?: Date | undefined;
1734
- DisabledTime?: Date | undefined;
1735
- }
1736
- export interface EnableFastSnapshotRestoreStateError {
1737
- Code?: string | undefined;
1738
- Message?: string | undefined;
1739
- }
1740
- export interface EnableFastSnapshotRestoreStateErrorItem {
1741
- AvailabilityZone?: string | undefined;
1742
- Error?: EnableFastSnapshotRestoreStateError | undefined;
1743
- }
1744
- export interface EnableFastSnapshotRestoreErrorItem {
1745
- SnapshotId?: string | undefined;
1746
- FastSnapshotRestoreStateErrors?:
1747
- | EnableFastSnapshotRestoreStateErrorItem[]
1748
- | undefined;
1749
- }
1750
- export interface EnableFastSnapshotRestoresResult {
1751
- Successful?: EnableFastSnapshotRestoreSuccessItem[] | undefined;
1752
- Unsuccessful?: EnableFastSnapshotRestoreErrorItem[] | undefined;
1753
- }
1754
- export interface EnableImageRequest {
1755
- ImageId: string | undefined;
1756
- DryRun?: boolean | undefined;
1757
- }
1758
- export interface EnableImageResult {
1759
- Return?: boolean | undefined;
1760
- }
1761
- export declare const ImageBlockPublicAccessEnabledState: {
1762
- readonly block_new_sharing: "block-new-sharing";
1763
- };
1764
- export type ImageBlockPublicAccessEnabledState =
1765
- (typeof ImageBlockPublicAccessEnabledState)[keyof typeof ImageBlockPublicAccessEnabledState];
1766
- export interface EnableImageBlockPublicAccessRequest {
1767
- ImageBlockPublicAccessState: ImageBlockPublicAccessEnabledState | undefined;
1768
- DryRun?: boolean | undefined;
1769
- }
1770
- export interface EnableImageBlockPublicAccessResult {
1771
- ImageBlockPublicAccessState?: ImageBlockPublicAccessEnabledState | undefined;
1772
- }
1773
- export interface EnableImageDeprecationRequest {
1774
- ImageId: string | undefined;
1775
- DeprecateAt: Date | undefined;
1776
- DryRun?: boolean | undefined;
1777
- }
1778
- export interface EnableImageDeprecationResult {
1779
- Return?: boolean | undefined;
1780
- }
1781
- export interface EnableImageDeregistrationProtectionRequest {
1782
- ImageId: string | undefined;
1783
- WithCooldown?: boolean | undefined;
1784
- DryRun?: boolean | undefined;
1785
- }
1786
- export interface EnableImageDeregistrationProtectionResult {
1787
- Return?: string | undefined;
1788
- }
1789
- export interface EnableIpamOrganizationAdminAccountRequest {
1790
- DryRun?: boolean | undefined;
1791
- DelegatedAdminAccountId: string | undefined;
1792
- }
1793
- export interface EnableIpamOrganizationAdminAccountResult {
1794
- Success?: boolean | undefined;
1795
- }
1796
- export interface EnableReachabilityAnalyzerOrganizationSharingRequest {
1797
- DryRun?: boolean | undefined;
1798
- }
1799
- export interface EnableReachabilityAnalyzerOrganizationSharingResult {
1800
- ReturnValue?: boolean | undefined;
1801
- }
1802
- export interface EnableSerialConsoleAccessRequest {
1803
- DryRun?: boolean | undefined;
1804
- }
1805
- export interface EnableSerialConsoleAccessResult {
1806
- SerialConsoleAccessEnabled?: boolean | undefined;
1807
- }
1808
- export interface EnableSnapshotBlockPublicAccessRequest {
1809
- State: SnapshotBlockPublicAccessState | undefined;
1810
- DryRun?: boolean | undefined;
1811
- }
1812
- export interface EnableSnapshotBlockPublicAccessResult {
1813
- State?: SnapshotBlockPublicAccessState | undefined;
1814
- }
1815
1888
  export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
1816
1889
  obj: SpotFleetLaunchSpecification
1817
1890
  ) => any;