@aws-sdk/client-ec2 3.699.0 → 3.703.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2214 -445
  3. package/dist-es/EC2.js +22 -0
  4. package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
  5. package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
  7. package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
  8. package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
  9. package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
  10. package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
  11. package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
  12. package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
  13. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  14. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/models/index.js +1 -0
  17. package/dist-es/models/models_0.js +9 -32
  18. package/dist-es/models/models_1.js +50 -11
  19. package/dist-es/models/models_2.js +32 -19
  20. package/dist-es/models/models_3.js +21 -13
  21. package/dist-es/models/models_4.js +13 -0
  22. package/dist-es/models/models_5.js +8 -3
  23. package/dist-es/models/models_6.js +13 -8
  24. package/dist-es/models/models_7.js +15 -0
  25. package/dist-es/models/models_8.js +1 -0
  26. package/dist-es/protocols/Aws_ec2.js +1655 -132
  27. package/dist-types/EC2.d.ts +82 -0
  28. package/dist-types/EC2Client.d.ts +13 -2
  29. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  33. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  34. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  35. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  36. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  37. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  38. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -1
  39. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  41. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  42. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  49. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  63. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  64. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  69. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +4 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +28 -5
  104. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -0
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +11 -1
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -2
  116. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  117. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  118. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  119. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  121. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
  122. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  124. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  125. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  126. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  130. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  131. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  133. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  134. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -2
  136. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -0
  137. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  138. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  140. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  142. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  143. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  144. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  145. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  146. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -1
  148. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +7 -0
  149. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +4 -0
  150. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +22 -2
  151. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  152. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  153. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
  154. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  158. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  159. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  160. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  161. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  162. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  163. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  164. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  166. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  167. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  168. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  169. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  170. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  171. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  172. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  173. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  174. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  175. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  178. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  194. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  198. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  200. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  201. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  202. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  203. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +3 -4
  204. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  207. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  208. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  209. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  210. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  211. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  212. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  213. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  215. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  216. package/dist-types/commands/index.d.ts +11 -0
  217. package/dist-types/models/index.d.ts +1 -0
  218. package/dist-types/models/models_0.d.ts +129 -298
  219. package/dist-types/models/models_1.d.ts +339 -202
  220. package/dist-types/models/models_2.d.ts +637 -289
  221. package/dist-types/models/models_3.d.ts +417 -861
  222. package/dist-types/models/models_4.d.ts +7130 -7145
  223. package/dist-types/models/models_5.d.ts +5633 -4991
  224. package/dist-types/models/models_6.d.ts +4335 -4505
  225. package/dist-types/models/models_7.d.ts +1540 -24
  226. package/dist-types/models/models_8.d.ts +11 -0
  227. package/dist-types/protocols/Aws_ec2.d.ts +99 -0
  228. package/dist-types/ts3.4/EC2.d.ts +216 -0
  229. package/dist-types/ts3.4/EC2Client.d.ts +66 -0
  230. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  232. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
  233. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +4 -2
  241. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
  243. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  246. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +4 -2
  251. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  252. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  266. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  267. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  268. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  269. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  289. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  290. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  291. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  292. package/dist-types/ts3.4/models/index.d.ts +1 -0
  293. package/dist-types/ts3.4/models/models_0.d.ts +38 -64
  294. package/dist-types/ts3.4/models/models_1.d.ts +83 -54
  295. package/dist-types/ts3.4/models/models_2.d.ts +158 -89
  296. package/dist-types/ts3.4/models/models_3.d.ts +103 -163
  297. package/dist-types/ts3.4/models/models_4.d.ts +164 -153
  298. package/dist-types/ts3.4/models/models_5.d.ts +211 -135
  299. package/dist-types/ts3.4/models/models_6.d.ts +245 -282
  300. package/dist-types/ts3.4/models/models_7.d.ts +341 -6
  301. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  302. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  303. package/package.json +1 -1
@@ -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,15 +104,165 @@ 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,
115
+ RecurringCharge,
116
+ ReservedInstanceState,
108
117
  RIProductDescription,
109
- ScheduledInstanceRecurrence,
118
+ Scope,
110
119
  } from "./models_4";
120
+ export interface ReservedInstances {
121
+ CurrencyCode?: CurrencyCodeValues | undefined;
122
+ InstanceTenancy?: Tenancy | undefined;
123
+ OfferingClass?: OfferingClassType | undefined;
124
+ OfferingType?: OfferingTypeValues | undefined;
125
+ RecurringCharges?: RecurringCharge[] | undefined;
126
+ Scope?: Scope | undefined;
127
+ Tags?: Tag[] | undefined;
128
+ ReservedInstancesId?: string | undefined;
129
+ InstanceType?: _InstanceType | undefined;
130
+ AvailabilityZone?: string | undefined;
131
+ Start?: Date | undefined;
132
+ End?: Date | undefined;
133
+ Duration?: number | undefined;
134
+ UsagePrice?: number | undefined;
135
+ FixedPrice?: number | undefined;
136
+ InstanceCount?: number | undefined;
137
+ ProductDescription?: RIProductDescription | undefined;
138
+ State?: ReservedInstanceState | undefined;
139
+ }
140
+ export interface DescribeReservedInstancesResult {
141
+ ReservedInstances?: ReservedInstances[] | undefined;
142
+ }
143
+ export interface DescribeReservedInstancesListingsRequest {
144
+ ReservedInstancesId?: string | undefined;
145
+ ReservedInstancesListingId?: string | undefined;
146
+ Filters?: Filter[] | undefined;
147
+ }
148
+ export interface DescribeReservedInstancesListingsResult {
149
+ ReservedInstancesListings?: ReservedInstancesListing[] | undefined;
150
+ }
151
+ export interface DescribeReservedInstancesModificationsRequest {
152
+ ReservedInstancesModificationIds?: string[] | undefined;
153
+ NextToken?: string | undefined;
154
+ Filters?: Filter[] | undefined;
155
+ }
156
+ export interface ReservedInstancesConfiguration {
157
+ AvailabilityZone?: string | undefined;
158
+ InstanceCount?: number | undefined;
159
+ InstanceType?: _InstanceType | undefined;
160
+ Platform?: string | undefined;
161
+ Scope?: Scope | undefined;
162
+ }
163
+ export interface ReservedInstancesModificationResult {
164
+ ReservedInstancesId?: string | undefined;
165
+ TargetConfiguration?: ReservedInstancesConfiguration | undefined;
166
+ }
167
+ export interface ReservedInstancesId {
168
+ ReservedInstancesId?: string | undefined;
169
+ }
170
+ export interface ReservedInstancesModification {
171
+ ClientToken?: string | undefined;
172
+ CreateDate?: Date | undefined;
173
+ EffectiveDate?: Date | undefined;
174
+ ModificationResults?: ReservedInstancesModificationResult[] | undefined;
175
+ ReservedInstancesIds?: ReservedInstancesId[] | undefined;
176
+ ReservedInstancesModificationId?: string | undefined;
177
+ Status?: string | undefined;
178
+ StatusMessage?: string | undefined;
179
+ UpdateDate?: Date | undefined;
180
+ }
181
+ export interface DescribeReservedInstancesModificationsResult {
182
+ NextToken?: string | undefined;
183
+ ReservedInstancesModifications?: ReservedInstancesModification[] | undefined;
184
+ }
185
+ export interface DescribeReservedInstancesOfferingsRequest {
186
+ AvailabilityZone?: string | undefined;
187
+ IncludeMarketplace?: boolean | undefined;
188
+ InstanceType?: _InstanceType | undefined;
189
+ MaxDuration?: number | undefined;
190
+ MaxInstanceCount?: number | undefined;
191
+ MinDuration?: number | undefined;
192
+ OfferingClass?: OfferingClassType | undefined;
193
+ ProductDescription?: RIProductDescription | undefined;
194
+ ReservedInstancesOfferingIds?: string[] | undefined;
195
+ DryRun?: boolean | undefined;
196
+ Filters?: Filter[] | undefined;
197
+ InstanceTenancy?: Tenancy | undefined;
198
+ OfferingType?: OfferingTypeValues | undefined;
199
+ NextToken?: string | undefined;
200
+ MaxResults?: number | undefined;
201
+ }
202
+ export interface PricingDetail {
203
+ Count?: number | undefined;
204
+ Price?: number | undefined;
205
+ }
206
+ export interface ReservedInstancesOffering {
207
+ CurrencyCode?: CurrencyCodeValues | undefined;
208
+ InstanceTenancy?: Tenancy | undefined;
209
+ Marketplace?: boolean | undefined;
210
+ OfferingClass?: OfferingClassType | undefined;
211
+ OfferingType?: OfferingTypeValues | undefined;
212
+ PricingDetails?: PricingDetail[] | undefined;
213
+ RecurringCharges?: RecurringCharge[] | undefined;
214
+ Scope?: Scope | undefined;
215
+ ReservedInstancesOfferingId?: string | undefined;
216
+ InstanceType?: _InstanceType | undefined;
217
+ AvailabilityZone?: string | undefined;
218
+ Duration?: number | undefined;
219
+ UsagePrice?: number | undefined;
220
+ FixedPrice?: number | undefined;
221
+ ProductDescription?: RIProductDescription | undefined;
222
+ }
223
+ export interface DescribeReservedInstancesOfferingsResult {
224
+ NextToken?: string | undefined;
225
+ ReservedInstancesOfferings?: ReservedInstancesOffering[] | undefined;
226
+ }
227
+ export interface DescribeRouteTablesRequest {
228
+ NextToken?: string | undefined;
229
+ MaxResults?: number | undefined;
230
+ DryRun?: boolean | undefined;
231
+ RouteTableIds?: string[] | undefined;
232
+ Filters?: Filter[] | undefined;
233
+ }
234
+ export interface DescribeRouteTablesResult {
235
+ RouteTables?: RouteTable[] | undefined;
236
+ NextToken?: string | undefined;
237
+ }
238
+ export interface SlotDateTimeRangeRequest {
239
+ EarliestTime: Date | undefined;
240
+ LatestTime: Date | undefined;
241
+ }
242
+ export interface ScheduledInstanceRecurrenceRequest {
243
+ Frequency?: string | undefined;
244
+ Interval?: number | undefined;
245
+ OccurrenceDays?: number[] | undefined;
246
+ OccurrenceRelativeToEnd?: boolean | undefined;
247
+ OccurrenceUnit?: string | undefined;
248
+ }
249
+ export interface DescribeScheduledInstanceAvailabilityRequest {
250
+ DryRun?: boolean | undefined;
251
+ Filters?: Filter[] | undefined;
252
+ FirstSlotStartTimeRange: SlotDateTimeRangeRequest | undefined;
253
+ MaxResults?: number | undefined;
254
+ MaxSlotDurationInHours?: number | undefined;
255
+ MinSlotDurationInHours?: number | undefined;
256
+ NextToken?: string | undefined;
257
+ Recurrence: ScheduledInstanceRecurrenceRequest | undefined;
258
+ }
259
+ export interface ScheduledInstanceRecurrence {
260
+ Frequency?: string | undefined;
261
+ Interval?: number | undefined;
262
+ OccurrenceDaySet?: number[] | undefined;
263
+ OccurrenceRelativeToEnd?: boolean | undefined;
264
+ OccurrenceUnit?: string | undefined;
265
+ }
111
266
  export interface ScheduledInstanceAvailability {
112
267
  AvailabilityZone?: string | undefined;
113
268
  AvailableInstanceCount?: number | undefined;
@@ -1102,6 +1257,12 @@ export interface DescribeVpcBlockPublicAccessExclusionsResult {
1102
1257
  export interface DescribeVpcBlockPublicAccessOptionsRequest {
1103
1258
  DryRun?: boolean | undefined;
1104
1259
  }
1260
+ export declare const VpcBlockPublicAccessExclusionsAllowed: {
1261
+ readonly allowed: "allowed";
1262
+ readonly not_allowed: "not-allowed";
1263
+ };
1264
+ export type VpcBlockPublicAccessExclusionsAllowed =
1265
+ (typeof VpcBlockPublicAccessExclusionsAllowed)[keyof typeof VpcBlockPublicAccessExclusionsAllowed];
1105
1266
  export declare const InternetGatewayBlockMode: {
1106
1267
  readonly block_bidirectional: "block-bidirectional";
1107
1268
  readonly block_ingress: "block-ingress";
@@ -1109,6 +1270,11 @@ export declare const InternetGatewayBlockMode: {
1109
1270
  };
1110
1271
  export type InternetGatewayBlockMode =
1111
1272
  (typeof InternetGatewayBlockMode)[keyof typeof InternetGatewayBlockMode];
1273
+ export declare const ManagedBy: {
1274
+ readonly account: "account";
1275
+ readonly declarative_policy: "declarative-policy";
1276
+ };
1277
+ export type ManagedBy = (typeof ManagedBy)[keyof typeof ManagedBy];
1112
1278
  export declare const VpcBlockPublicAccessState: {
1113
1279
  readonly default_state: "default-state";
1114
1280
  readonly update_complete: "update-complete";
@@ -1123,6 +1289,8 @@ export interface VpcBlockPublicAccessOptions {
1123
1289
  InternetGatewayBlockMode?: InternetGatewayBlockMode | undefined;
1124
1290
  Reason?: string | undefined;
1125
1291
  LastUpdateTimestamp?: Date | undefined;
1292
+ ManagedBy?: ManagedBy | undefined;
1293
+ ExclusionsAllowed?: VpcBlockPublicAccessExclusionsAllowed | undefined;
1126
1294
  }
1127
1295
  export interface DescribeVpcBlockPublicAccessOptionsResult {
1128
1296
  VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
@@ -1153,6 +1321,31 @@ export interface DescribeVpcClassicLinkDnsSupportResult {
1153
1321
  NextToken?: string | undefined;
1154
1322
  Vpcs?: ClassicLinkDnsSupport[] | undefined;
1155
1323
  }
1324
+ export interface DescribeVpcEndpointAssociationsRequest {
1325
+ DryRun?: boolean | undefined;
1326
+ VpcEndpointIds?: string[] | undefined;
1327
+ Filters?: Filter[] | undefined;
1328
+ MaxResults?: number | undefined;
1329
+ NextToken?: string | undefined;
1330
+ }
1331
+ export interface VpcEndpointAssociation {
1332
+ Id?: string | undefined;
1333
+ VpcEndpointId?: string | undefined;
1334
+ ServiceNetworkArn?: string | undefined;
1335
+ ServiceNetworkName?: string | undefined;
1336
+ AssociatedResourceAccessibility?: string | undefined;
1337
+ FailureReason?: string | undefined;
1338
+ FailureCode?: string | undefined;
1339
+ DnsEntry?: DnsEntry | undefined;
1340
+ PrivateDnsEntry?: DnsEntry | undefined;
1341
+ AssociatedResourceArn?: string | undefined;
1342
+ ResourceConfigurationGroupArn?: string | undefined;
1343
+ Tags?: Tag[] | undefined;
1344
+ }
1345
+ export interface DescribeVpcEndpointAssociationsResult {
1346
+ VpcEndpointAssociations?: VpcEndpointAssociation[] | undefined;
1347
+ NextToken?: string | undefined;
1348
+ }
1156
1349
  export interface DescribeVpcEndpointConnectionNotificationsRequest {
1157
1350
  DryRun?: boolean | undefined;
1158
1351
  ConnectionNotificationId?: string | undefined;
@@ -1182,6 +1375,7 @@ export interface VpcEndpointConnection {
1182
1375
  IpAddressType?: IpAddressType | undefined;
1183
1376
  VpcEndpointConnectionId?: string | undefined;
1184
1377
  Tags?: Tag[] | undefined;
1378
+ VpcEndpointRegion?: string | undefined;
1185
1379
  }
1186
1380
  export interface DescribeVpcEndpointConnectionsResult {
1187
1381
  VpcEndpointConnections?: VpcEndpointConnection[] | undefined;
@@ -1226,6 +1420,7 @@ export interface DescribeVpcEndpointServicesRequest {
1226
1420
  Filters?: Filter[] | undefined;
1227
1421
  MaxResults?: number | undefined;
1228
1422
  NextToken?: string | undefined;
1423
+ ServiceRegions?: string[] | undefined;
1229
1424
  }
1230
1425
  export interface PrivateDnsDetails {
1231
1426
  PrivateDnsName?: string | undefined;
@@ -1234,6 +1429,7 @@ export interface ServiceDetail {
1234
1429
  ServiceName?: string | undefined;
1235
1430
  ServiceId?: string | undefined;
1236
1431
  ServiceType?: ServiceTypeDetail[] | undefined;
1432
+ ServiceRegion?: string | undefined;
1237
1433
  AvailabilityZones?: string[] | undefined;
1238
1434
  Owner?: string | undefined;
1239
1435
  BaseEndpointDnsNames?: string[] | undefined;
@@ -1337,6 +1533,12 @@ export interface DisableAddressTransferRequest {
1337
1533
  export interface DisableAddressTransferResult {
1338
1534
  AddressTransfer?: AddressTransfer | undefined;
1339
1535
  }
1536
+ export interface DisableAllowedImagesSettingsRequest {
1537
+ DryRun?: boolean | undefined;
1538
+ }
1539
+ export interface DisableAllowedImagesSettingsResult {
1540
+ AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
1541
+ }
1340
1542
  export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
1341
1543
  Source?: string | undefined;
1342
1544
  Destination?: string | undefined;
@@ -1651,6 +1853,13 @@ export interface EnableAddressTransferRequest {
1651
1853
  export interface EnableAddressTransferResult {
1652
1854
  AddressTransfer?: AddressTransfer | undefined;
1653
1855
  }
1856
+ export interface EnableAllowedImagesSettingsRequest {
1857
+ AllowedImagesSettingsState: AllowedImagesSettingsEnabledState | undefined;
1858
+ DryRun?: boolean | undefined;
1859
+ }
1860
+ export interface EnableAllowedImagesSettingsResult {
1861
+ AllowedImagesSettingsState?: AllowedImagesSettingsEnabledState | undefined;
1862
+ }
1654
1863
  export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
1655
1864
  Source?: string | undefined;
1656
1865
  Destination?: string | undefined;
@@ -1667,139 +1876,6 @@ export interface EnableEbsEncryptionByDefaultRequest {
1667
1876
  export interface EnableEbsEncryptionByDefaultResult {
1668
1877
  EbsEncryptionByDefault?: boolean | undefined;
1669
1878
  }
1670
- export interface FastLaunchLaunchTemplateSpecificationRequest {
1671
- LaunchTemplateId?: string | undefined;
1672
- LaunchTemplateName?: string | undefined;
1673
- Version: string | undefined;
1674
- }
1675
- export interface FastLaunchSnapshotConfigurationRequest {
1676
- TargetResourceCount?: number | undefined;
1677
- }
1678
- export interface EnableFastLaunchRequest {
1679
- ImageId: string | undefined;
1680
- ResourceType?: string | undefined;
1681
- SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest | undefined;
1682
- LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest | undefined;
1683
- MaxParallelLaunches?: number | undefined;
1684
- DryRun?: boolean | undefined;
1685
- }
1686
- export interface EnableFastLaunchResult {
1687
- ImageId?: string | undefined;
1688
- ResourceType?: FastLaunchResourceType | undefined;
1689
- SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
1690
- LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
1691
- MaxParallelLaunches?: number | undefined;
1692
- OwnerId?: string | undefined;
1693
- State?: FastLaunchStateCode | undefined;
1694
- StateTransitionReason?: string | undefined;
1695
- StateTransitionTime?: Date | undefined;
1696
- }
1697
- export interface EnableFastSnapshotRestoresRequest {
1698
- AvailabilityZones: string[] | undefined;
1699
- SourceSnapshotIds: string[] | undefined;
1700
- DryRun?: boolean | undefined;
1701
- }
1702
- export interface EnableFastSnapshotRestoreSuccessItem {
1703
- SnapshotId?: string | undefined;
1704
- AvailabilityZone?: string | undefined;
1705
- State?: FastSnapshotRestoreStateCode | undefined;
1706
- StateTransitionReason?: string | undefined;
1707
- OwnerId?: string | undefined;
1708
- OwnerAlias?: string | undefined;
1709
- EnablingTime?: Date | undefined;
1710
- OptimizingTime?: Date | undefined;
1711
- EnabledTime?: Date | undefined;
1712
- DisablingTime?: Date | undefined;
1713
- DisabledTime?: Date | undefined;
1714
- }
1715
- export interface EnableFastSnapshotRestoreStateError {
1716
- Code?: string | undefined;
1717
- Message?: string | undefined;
1718
- }
1719
- export interface EnableFastSnapshotRestoreStateErrorItem {
1720
- AvailabilityZone?: string | undefined;
1721
- Error?: EnableFastSnapshotRestoreStateError | undefined;
1722
- }
1723
- export interface EnableFastSnapshotRestoreErrorItem {
1724
- SnapshotId?: string | undefined;
1725
- FastSnapshotRestoreStateErrors?:
1726
- | EnableFastSnapshotRestoreStateErrorItem[]
1727
- | undefined;
1728
- }
1729
- export interface EnableFastSnapshotRestoresResult {
1730
- Successful?: EnableFastSnapshotRestoreSuccessItem[] | undefined;
1731
- Unsuccessful?: EnableFastSnapshotRestoreErrorItem[] | undefined;
1732
- }
1733
- export interface EnableImageRequest {
1734
- ImageId: string | undefined;
1735
- DryRun?: boolean | undefined;
1736
- }
1737
- export interface EnableImageResult {
1738
- Return?: boolean | undefined;
1739
- }
1740
- export declare const ImageBlockPublicAccessEnabledState: {
1741
- readonly block_new_sharing: "block-new-sharing";
1742
- };
1743
- export type ImageBlockPublicAccessEnabledState =
1744
- (typeof ImageBlockPublicAccessEnabledState)[keyof typeof ImageBlockPublicAccessEnabledState];
1745
- export interface EnableImageBlockPublicAccessRequest {
1746
- ImageBlockPublicAccessState: ImageBlockPublicAccessEnabledState | undefined;
1747
- DryRun?: boolean | undefined;
1748
- }
1749
- export interface EnableImageBlockPublicAccessResult {
1750
- ImageBlockPublicAccessState?: ImageBlockPublicAccessEnabledState | undefined;
1751
- }
1752
- export interface EnableImageDeprecationRequest {
1753
- ImageId: string | undefined;
1754
- DeprecateAt: Date | undefined;
1755
- DryRun?: boolean | undefined;
1756
- }
1757
- export interface EnableImageDeprecationResult {
1758
- Return?: boolean | undefined;
1759
- }
1760
- export interface EnableImageDeregistrationProtectionRequest {
1761
- ImageId: string | undefined;
1762
- WithCooldown?: boolean | undefined;
1763
- DryRun?: boolean | undefined;
1764
- }
1765
- export interface EnableImageDeregistrationProtectionResult {
1766
- Return?: string | undefined;
1767
- }
1768
- export interface EnableIpamOrganizationAdminAccountRequest {
1769
- DryRun?: boolean | undefined;
1770
- DelegatedAdminAccountId: string | undefined;
1771
- }
1772
- export interface EnableIpamOrganizationAdminAccountResult {
1773
- Success?: boolean | undefined;
1774
- }
1775
- export interface EnableReachabilityAnalyzerOrganizationSharingRequest {
1776
- DryRun?: boolean | undefined;
1777
- }
1778
- export interface EnableReachabilityAnalyzerOrganizationSharingResult {
1779
- ReturnValue?: boolean | undefined;
1780
- }
1781
- export interface EnableSerialConsoleAccessRequest {
1782
- DryRun?: boolean | undefined;
1783
- }
1784
- export interface EnableSerialConsoleAccessResult {
1785
- SerialConsoleAccessEnabled?: boolean | undefined;
1786
- }
1787
- export interface EnableSnapshotBlockPublicAccessRequest {
1788
- State: SnapshotBlockPublicAccessState | undefined;
1789
- DryRun?: boolean | undefined;
1790
- }
1791
- export interface EnableSnapshotBlockPublicAccessResult {
1792
- State?: SnapshotBlockPublicAccessState | undefined;
1793
- }
1794
- export interface EnableTransitGatewayRouteTablePropagationRequest {
1795
- TransitGatewayRouteTableId: string | undefined;
1796
- TransitGatewayAttachmentId?: string | undefined;
1797
- DryRun?: boolean | undefined;
1798
- TransitGatewayRouteTableAnnouncementId?: string | undefined;
1799
- }
1800
- export interface EnableTransitGatewayRouteTablePropagationResult {
1801
- Propagation?: TransitGatewayPropagation | undefined;
1802
- }
1803
1879
  export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
1804
1880
  obj: SpotFleetLaunchSpecification
1805
1881
  ) => any;