@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,18 +1,13 @@
1
1
  import {
2
2
  AccessScopeAnalysisFinding,
3
- AddIpamOperatingRegion,
4
- AddIpamOrganizationalUnitExclusion,
5
- AddPrefixListEntry,
6
3
  AddressAttribute,
7
- Affinity,
4
+ AllowedImagesSettingsEnabledState,
8
5
  AutoPlacement,
9
6
  CurrencyCodeValues,
10
- EnaSrdSpecification,
11
- EndDateType,
7
+ DeviceTrustProviderType,
12
8
  HostMaintenance,
13
9
  HostRecovery,
14
10
  InstanceEventWindow,
15
- InstanceMatchCriteria,
16
11
  IpamPoolAllocation,
17
12
  SubnetAssociation,
18
13
  Tag,
@@ -22,6 +17,7 @@ import {
22
17
  TransitGatewayAttachmentResourceType,
23
18
  TransitGatewayPolicyTableAssociation,
24
19
  UnsuccessfulItem,
20
+ UserTrustProviderType,
25
21
  } from "./models_0";
26
22
  import {
27
23
  _InstanceType,
@@ -32,22 +28,14 @@ import {
32
28
  ClientConnectOptions,
33
29
  ClientLoginBannerOptions,
34
30
  ConnectionLogOptions,
35
- ConnectionTrackingSpecificationRequest,
36
31
  DiskImageFormat,
32
+ EndDateType,
37
33
  FleetExcessCapacityTerminationPolicy,
38
34
  FleetLaunchTemplateConfigRequest,
39
- HostnameType,
40
35
  InstanceEventWindowTimeRangeRequest,
36
+ InstanceMatchCriteria,
41
37
  InstanceRequirementsRequest,
42
- Ipam,
43
- IpamPool,
44
- IpamResourceDiscovery,
45
38
  IpamResourceTag,
46
- IpamScope,
47
- IpamTier,
48
- LaunchTemplate,
49
- LocalGatewayRoute,
50
- ManagedPrefixList,
51
39
  Placement,
52
40
  PlatformValues,
53
41
  RequestIpamResourceTag,
@@ -66,12 +54,15 @@ import {
66
54
  import {
67
55
  ConversionTask,
68
56
  ExportTaskS3Location,
57
+ FastLaunchLaunchTemplateSpecificationResponse,
58
+ FastLaunchResourceType,
59
+ FastLaunchSnapshotConfigurationResponse,
60
+ FastLaunchStateCode,
61
+ FastSnapshotRestoreStateCode,
69
62
  Filter,
70
- FpgaImageAttributeName,
71
63
  IpamPoolCidr,
72
64
  MetricType,
73
65
  PeriodType,
74
- PermissionGroup,
75
66
  StatisticType,
76
67
  } from "./models_3";
77
68
  import {
@@ -81,32 +72,170 @@ import {
81
72
  AttributeBooleanValue,
82
73
  BootModeValues,
83
74
  FpgaImageAttribute,
75
+ FpgaImageAttributeName,
84
76
  HttpTokensState,
85
77
  ImportImageLicenseConfigurationResponse,
86
78
  InstanceAttributeName,
87
- InstanceAutoRecoveryState,
88
79
  InstanceMetadataEndpointState,
89
- InstanceMetadataOptionsResponse,
90
- InstanceMetadataProtocolState,
91
80
  InstanceMetadataTagsState,
92
81
  InstanceStatusEvent,
93
82
  LaunchPermission,
94
83
  LockState,
95
84
  PaymentOption,
96
- ReservedInstancesConfiguration,
85
+ PermissionGroup,
97
86
  SnapshotDetail,
98
87
  SnapshotTaskDetail,
99
88
  VirtualizationType,
100
89
  } from "./models_4";
101
90
  import {
102
- CreateVolumePermission,
103
- ExcessCapacityTerminationPolicy,
104
- LaunchTemplateConfig,
105
- SnapshotAttributeName,
91
+ ManagedBy,
106
92
  SnapshotBlockPublicAccessState,
107
93
  TransitGatewayPropagation,
108
94
  TransitGatewayPropagationState,
109
95
  } from "./models_5";
96
+ export interface EnableAllowedImagesSettingsResult {
97
+ AllowedImagesSettingsState?: AllowedImagesSettingsEnabledState | undefined;
98
+ }
99
+ export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
100
+ Source?: string | undefined;
101
+ Destination?: string | undefined;
102
+ Metric?: MetricType | undefined;
103
+ Statistic?: StatisticType | undefined;
104
+ DryRun?: boolean | undefined;
105
+ }
106
+ export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
107
+ Output?: boolean | undefined;
108
+ }
109
+ export interface EnableEbsEncryptionByDefaultRequest {
110
+ DryRun?: boolean | undefined;
111
+ }
112
+ export interface EnableEbsEncryptionByDefaultResult {
113
+ EbsEncryptionByDefault?: boolean | undefined;
114
+ }
115
+ export interface FastLaunchLaunchTemplateSpecificationRequest {
116
+ LaunchTemplateId?: string | undefined;
117
+ LaunchTemplateName?: string | undefined;
118
+ Version: string | undefined;
119
+ }
120
+ export interface FastLaunchSnapshotConfigurationRequest {
121
+ TargetResourceCount?: number | undefined;
122
+ }
123
+ export interface EnableFastLaunchRequest {
124
+ ImageId: string | undefined;
125
+ ResourceType?: string | undefined;
126
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest | undefined;
127
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest | undefined;
128
+ MaxParallelLaunches?: number | undefined;
129
+ DryRun?: boolean | undefined;
130
+ }
131
+ export interface EnableFastLaunchResult {
132
+ ImageId?: string | undefined;
133
+ ResourceType?: FastLaunchResourceType | undefined;
134
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
135
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
136
+ MaxParallelLaunches?: number | undefined;
137
+ OwnerId?: string | undefined;
138
+ State?: FastLaunchStateCode | undefined;
139
+ StateTransitionReason?: string | undefined;
140
+ StateTransitionTime?: Date | undefined;
141
+ }
142
+ export interface EnableFastSnapshotRestoresRequest {
143
+ AvailabilityZones: string[] | undefined;
144
+ SourceSnapshotIds: string[] | undefined;
145
+ DryRun?: boolean | undefined;
146
+ }
147
+ export interface EnableFastSnapshotRestoreSuccessItem {
148
+ SnapshotId?: string | undefined;
149
+ AvailabilityZone?: string | undefined;
150
+ State?: FastSnapshotRestoreStateCode | undefined;
151
+ StateTransitionReason?: string | undefined;
152
+ OwnerId?: string | undefined;
153
+ OwnerAlias?: string | undefined;
154
+ EnablingTime?: Date | undefined;
155
+ OptimizingTime?: Date | undefined;
156
+ EnabledTime?: Date | undefined;
157
+ DisablingTime?: Date | undefined;
158
+ DisabledTime?: Date | undefined;
159
+ }
160
+ export interface EnableFastSnapshotRestoreStateError {
161
+ Code?: string | undefined;
162
+ Message?: string | undefined;
163
+ }
164
+ export interface EnableFastSnapshotRestoreStateErrorItem {
165
+ AvailabilityZone?: string | undefined;
166
+ Error?: EnableFastSnapshotRestoreStateError | undefined;
167
+ }
168
+ export interface EnableFastSnapshotRestoreErrorItem {
169
+ SnapshotId?: string | undefined;
170
+ FastSnapshotRestoreStateErrors?:
171
+ | EnableFastSnapshotRestoreStateErrorItem[]
172
+ | undefined;
173
+ }
174
+ export interface EnableFastSnapshotRestoresResult {
175
+ Successful?: EnableFastSnapshotRestoreSuccessItem[] | undefined;
176
+ Unsuccessful?: EnableFastSnapshotRestoreErrorItem[] | undefined;
177
+ }
178
+ export interface EnableImageRequest {
179
+ ImageId: string | undefined;
180
+ DryRun?: boolean | undefined;
181
+ }
182
+ export interface EnableImageResult {
183
+ Return?: boolean | undefined;
184
+ }
185
+ export declare const ImageBlockPublicAccessEnabledState: {
186
+ readonly block_new_sharing: "block-new-sharing";
187
+ };
188
+ export type ImageBlockPublicAccessEnabledState =
189
+ (typeof ImageBlockPublicAccessEnabledState)[keyof typeof ImageBlockPublicAccessEnabledState];
190
+ export interface EnableImageBlockPublicAccessRequest {
191
+ ImageBlockPublicAccessState: ImageBlockPublicAccessEnabledState | undefined;
192
+ DryRun?: boolean | undefined;
193
+ }
194
+ export interface EnableImageBlockPublicAccessResult {
195
+ ImageBlockPublicAccessState?: ImageBlockPublicAccessEnabledState | undefined;
196
+ }
197
+ export interface EnableImageDeprecationRequest {
198
+ ImageId: string | undefined;
199
+ DeprecateAt: Date | undefined;
200
+ DryRun?: boolean | undefined;
201
+ }
202
+ export interface EnableImageDeprecationResult {
203
+ Return?: boolean | undefined;
204
+ }
205
+ export interface EnableImageDeregistrationProtectionRequest {
206
+ ImageId: string | undefined;
207
+ WithCooldown?: boolean | undefined;
208
+ DryRun?: boolean | undefined;
209
+ }
210
+ export interface EnableImageDeregistrationProtectionResult {
211
+ Return?: string | undefined;
212
+ }
213
+ export interface EnableIpamOrganizationAdminAccountRequest {
214
+ DryRun?: boolean | undefined;
215
+ DelegatedAdminAccountId: string | undefined;
216
+ }
217
+ export interface EnableIpamOrganizationAdminAccountResult {
218
+ Success?: boolean | undefined;
219
+ }
220
+ export interface EnableReachabilityAnalyzerOrganizationSharingRequest {
221
+ DryRun?: boolean | undefined;
222
+ }
223
+ export interface EnableReachabilityAnalyzerOrganizationSharingResult {
224
+ ReturnValue?: boolean | undefined;
225
+ }
226
+ export interface EnableSerialConsoleAccessRequest {
227
+ DryRun?: boolean | undefined;
228
+ }
229
+ export interface EnableSerialConsoleAccessResult {
230
+ SerialConsoleAccessEnabled?: boolean | undefined;
231
+ }
232
+ export interface EnableSnapshotBlockPublicAccessRequest {
233
+ State: SnapshotBlockPublicAccessState | undefined;
234
+ DryRun?: boolean | undefined;
235
+ }
236
+ export interface EnableSnapshotBlockPublicAccessResult {
237
+ State?: SnapshotBlockPublicAccessState | undefined;
238
+ }
110
239
  export interface EnableTransitGatewayRouteTablePropagationRequest {
111
240
  TransitGatewayRouteTableId: string | undefined;
112
241
  TransitGatewayAttachmentId?: string | undefined;
@@ -198,6 +327,52 @@ export interface ExportTransitGatewayRoutesRequest {
198
327
  export interface ExportTransitGatewayRoutesResult {
199
328
  S3Location?: string | undefined;
200
329
  }
330
+ export interface ExportVerifiedAccessInstanceClientConfigurationRequest {
331
+ VerifiedAccessInstanceId: string | undefined;
332
+ DryRun?: boolean | undefined;
333
+ }
334
+ export interface VerifiedAccessInstanceOpenVpnClientConfigurationRoute {
335
+ Cidr?: string | undefined;
336
+ }
337
+ export interface VerifiedAccessInstanceOpenVpnClientConfiguration {
338
+ Config?: string | undefined;
339
+ Routes?: VerifiedAccessInstanceOpenVpnClientConfigurationRoute[] | undefined;
340
+ }
341
+ export interface VerifiedAccessInstanceUserTrustProviderClientConfiguration {
342
+ Type?: UserTrustProviderType | undefined;
343
+ Scopes?: string | undefined;
344
+ Issuer?: string | undefined;
345
+ AuthorizationEndpoint?: string | undefined;
346
+ PublicSigningKeyEndpoint?: string | undefined;
347
+ TokenEndpoint?: string | undefined;
348
+ UserInfoEndpoint?: string | undefined;
349
+ ClientId?: string | undefined;
350
+ ClientSecret?: string | undefined;
351
+ PkceEnabled?: boolean | undefined;
352
+ }
353
+ export interface ExportVerifiedAccessInstanceClientConfigurationResult {
354
+ Version?: string | undefined;
355
+ VerifiedAccessInstanceId?: string | undefined;
356
+ Region?: string | undefined;
357
+ DeviceTrustProviders?: DeviceTrustProviderType[] | undefined;
358
+ UserTrustProvider?:
359
+ | VerifiedAccessInstanceUserTrustProviderClientConfiguration
360
+ | undefined;
361
+ OpenVpnConfigurations?:
362
+ | VerifiedAccessInstanceOpenVpnClientConfiguration[]
363
+ | undefined;
364
+ }
365
+ export interface GetAllowedImagesSettingsRequest {
366
+ DryRun?: boolean | undefined;
367
+ }
368
+ export interface ImageCriterion {
369
+ ImageProviders?: string[] | undefined;
370
+ }
371
+ export interface GetAllowedImagesSettingsResult {
372
+ State?: string | undefined;
373
+ ImageCriteria?: ImageCriterion[] | undefined;
374
+ ManagedBy?: ManagedBy | undefined;
375
+ }
201
376
  export interface GetAssociatedEnclaveCertificateIamRolesRequest {
202
377
  CertificateArn: string | undefined;
203
378
  DryRun?: boolean | undefined;
@@ -317,6 +492,33 @@ export interface GetConsoleScreenshotResult {
317
492
  ImageData?: string | undefined;
318
493
  InstanceId?: string | undefined;
319
494
  }
495
+ export interface GetDeclarativePoliciesReportSummaryRequest {
496
+ DryRun?: boolean | undefined;
497
+ ReportId: string | undefined;
498
+ }
499
+ export interface RegionalSummary {
500
+ RegionName?: string | undefined;
501
+ NumberOfMatchedAccounts?: number | undefined;
502
+ NumberOfUnmatchedAccounts?: number | undefined;
503
+ }
504
+ export interface AttributeSummary {
505
+ AttributeName?: string | undefined;
506
+ MostFrequentValue?: string | undefined;
507
+ NumberOfMatchedAccounts?: number | undefined;
508
+ NumberOfUnmatchedAccounts?: number | undefined;
509
+ RegionalSummaries?: RegionalSummary[] | undefined;
510
+ }
511
+ export interface GetDeclarativePoliciesReportSummaryResult {
512
+ ReportId?: string | undefined;
513
+ S3Bucket?: string | undefined;
514
+ S3Prefix?: string | undefined;
515
+ TargetId?: string | undefined;
516
+ StartTime?: Date | undefined;
517
+ EndTime?: Date | undefined;
518
+ NumberOfAccounts?: number | undefined;
519
+ NumberOfFailedAccounts?: number | undefined;
520
+ AttributeSummaries?: AttributeSummary[] | undefined;
521
+ }
320
522
  export declare const UnlimitedSupportedInstanceFamily: {
321
523
  readonly t2: "t2";
322
524
  readonly t3: "t3";
@@ -416,6 +618,7 @@ export interface GetImageBlockPublicAccessStateRequest {
416
618
  }
417
619
  export interface GetImageBlockPublicAccessStateResult {
418
620
  ImageBlockPublicAccessState?: string | undefined;
621
+ ManagedBy?: ManagedBy | undefined;
419
622
  }
420
623
  export interface GetInstanceMetadataDefaultsRequest {
421
624
  DryRun?: boolean | undefined;
@@ -425,6 +628,8 @@ export interface InstanceMetadataDefaultsResponse {
425
628
  HttpPutResponseHopLimit?: number | undefined;
426
629
  HttpEndpoint?: InstanceMetadataEndpointState | undefined;
427
630
  InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
631
+ ManagedBy?: ManagedBy | undefined;
632
+ ManagedExceptionMessage?: string | undefined;
428
633
  }
429
634
  export interface GetInstanceMetadataDefaultsResult {
430
635
  AccountLevel?: InstanceMetadataDefaultsResponse | undefined;
@@ -871,12 +1076,14 @@ export interface GetSerialConsoleAccessStatusRequest {
871
1076
  }
872
1077
  export interface GetSerialConsoleAccessStatusResult {
873
1078
  SerialConsoleAccessEnabled?: boolean | undefined;
1079
+ ManagedBy?: ManagedBy | undefined;
874
1080
  }
875
1081
  export interface GetSnapshotBlockPublicAccessStateRequest {
876
1082
  DryRun?: boolean | undefined;
877
1083
  }
878
1084
  export interface GetSnapshotBlockPublicAccessStateResult {
879
1085
  State?: SnapshotBlockPublicAccessState | undefined;
1086
+ ManagedBy?: ManagedBy | undefined;
880
1087
  }
881
1088
  export interface InstanceRequirementsWithMetadataRequest {
882
1089
  ArchitectureTypes?: ArchitectureType[] | undefined;
@@ -1052,6 +1259,21 @@ export interface GetVerifiedAccessEndpointPolicyResult {
1052
1259
  PolicyEnabled?: boolean | undefined;
1053
1260
  PolicyDocument?: string | undefined;
1054
1261
  }
1262
+ export interface GetVerifiedAccessEndpointTargetsRequest {
1263
+ VerifiedAccessEndpointId: string | undefined;
1264
+ MaxResults?: number | undefined;
1265
+ NextToken?: string | undefined;
1266
+ DryRun?: boolean | undefined;
1267
+ }
1268
+ export interface VerifiedAccessEndpointTarget {
1269
+ VerifiedAccessEndpointId?: string | undefined;
1270
+ VerifiedAccessEndpointTargetIpAddress?: string | undefined;
1271
+ VerifiedAccessEndpointTargetDns?: string | undefined;
1272
+ }
1273
+ export interface GetVerifiedAccessEndpointTargetsResult {
1274
+ VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
1275
+ NextToken?: string | undefined;
1276
+ }
1055
1277
  export interface GetVerifiedAccessGroupPolicyRequest {
1056
1278
  VerifiedAccessGroupId: string | undefined;
1057
1279
  DryRun?: boolean | undefined;
@@ -1588,276 +1810,12 @@ export interface ModifyInstanceEventWindowRequest {
1588
1810
  export interface ModifyInstanceEventWindowResult {
1589
1811
  InstanceEventWindow?: InstanceEventWindow | undefined;
1590
1812
  }
1591
- export interface ModifyInstanceMaintenanceOptionsRequest {
1592
- InstanceId: string | undefined;
1593
- AutoRecovery?: InstanceAutoRecoveryState | undefined;
1594
- DryRun?: boolean | undefined;
1595
- }
1596
- export interface ModifyInstanceMaintenanceOptionsResult {
1597
- InstanceId?: string | undefined;
1598
- AutoRecovery?: InstanceAutoRecoveryState | undefined;
1599
- }
1600
- export declare const DefaultInstanceMetadataEndpointState: {
1601
- readonly disabled: "disabled";
1602
- readonly enabled: "enabled";
1603
- readonly no_preference: "no-preference";
1604
- };
1605
- export type DefaultInstanceMetadataEndpointState =
1606
- (typeof DefaultInstanceMetadataEndpointState)[keyof typeof DefaultInstanceMetadataEndpointState];
1607
- export declare const MetadataDefaultHttpTokensState: {
1608
- readonly no_preference: "no-preference";
1609
- readonly optional: "optional";
1610
- readonly required: "required";
1611
- };
1612
- export type MetadataDefaultHttpTokensState =
1613
- (typeof MetadataDefaultHttpTokensState)[keyof typeof MetadataDefaultHttpTokensState];
1614
- export declare const DefaultInstanceMetadataTagsState: {
1615
- readonly disabled: "disabled";
1616
- readonly enabled: "enabled";
1617
- readonly no_preference: "no-preference";
1618
- };
1619
- export type DefaultInstanceMetadataTagsState =
1620
- (typeof DefaultInstanceMetadataTagsState)[keyof typeof DefaultInstanceMetadataTagsState];
1621
- export interface ModifyInstanceMetadataDefaultsRequest {
1622
- HttpTokens?: MetadataDefaultHttpTokensState | undefined;
1623
- HttpPutResponseHopLimit?: number | undefined;
1624
- HttpEndpoint?: DefaultInstanceMetadataEndpointState | undefined;
1625
- InstanceMetadataTags?: DefaultInstanceMetadataTagsState | undefined;
1626
- DryRun?: boolean | undefined;
1627
- }
1628
- export interface ModifyInstanceMetadataDefaultsResult {
1629
- Return?: boolean | undefined;
1630
- }
1631
- export interface ModifyInstanceMetadataOptionsRequest {
1632
- InstanceId: string | undefined;
1633
- HttpTokens?: HttpTokensState | undefined;
1634
- HttpPutResponseHopLimit?: number | undefined;
1635
- HttpEndpoint?: InstanceMetadataEndpointState | undefined;
1636
- DryRun?: boolean | undefined;
1637
- HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
1638
- InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
1639
- }
1640
- export interface ModifyInstanceMetadataOptionsResult {
1641
- InstanceId?: string | undefined;
1642
- InstanceMetadataOptions?: InstanceMetadataOptionsResponse | undefined;
1643
- }
1644
- export declare const HostTenancy: {
1645
- readonly dedicated: "dedicated";
1646
- readonly default: "default";
1647
- readonly host: "host";
1648
- };
1649
- export type HostTenancy = (typeof HostTenancy)[keyof typeof HostTenancy];
1650
- export interface ModifyInstancePlacementRequest {
1651
- GroupName?: string | undefined;
1652
- PartitionNumber?: number | undefined;
1653
- HostResourceGroupArn?: string | undefined;
1654
- GroupId?: string | undefined;
1655
- InstanceId: string | undefined;
1656
- Tenancy?: HostTenancy | undefined;
1657
- Affinity?: Affinity | undefined;
1658
- HostId?: string | undefined;
1659
- }
1660
- export interface ModifyInstancePlacementResult {
1661
- Return?: boolean | undefined;
1662
- }
1663
- export interface RemoveIpamOperatingRegion {
1664
- RegionName?: string | undefined;
1665
- }
1666
- export interface ModifyIpamRequest {
1667
- DryRun?: boolean | undefined;
1668
- IpamId: string | undefined;
1669
- Description?: string | undefined;
1670
- AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
1671
- RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
1672
- Tier?: IpamTier | undefined;
1673
- EnablePrivateGua?: boolean | undefined;
1674
- }
1675
- export interface ModifyIpamResult {
1676
- Ipam?: Ipam | undefined;
1677
- }
1678
- export interface ModifyIpamPoolRequest {
1679
- DryRun?: boolean | undefined;
1680
- IpamPoolId: string | undefined;
1681
- Description?: string | undefined;
1682
- AutoImport?: boolean | undefined;
1683
- AllocationMinNetmaskLength?: number | undefined;
1684
- AllocationMaxNetmaskLength?: number | undefined;
1685
- AllocationDefaultNetmaskLength?: number | undefined;
1686
- ClearAllocationDefaultNetmaskLength?: boolean | undefined;
1687
- AddAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
1688
- RemoveAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
1689
- }
1690
- export interface ModifyIpamPoolResult {
1691
- IpamPool?: IpamPool | undefined;
1692
- }
1693
- export interface ModifyIpamResourceCidrRequest {
1694
- DryRun?: boolean | undefined;
1695
- ResourceId: string | undefined;
1696
- ResourceCidr: string | undefined;
1697
- ResourceRegion: string | undefined;
1698
- CurrentIpamScopeId: string | undefined;
1699
- DestinationIpamScopeId?: string | undefined;
1700
- Monitored: boolean | undefined;
1701
- }
1702
- export interface ModifyIpamResourceCidrResult {
1703
- IpamResourceCidr?: IpamResourceCidr | undefined;
1704
- }
1705
- export interface RemoveIpamOrganizationalUnitExclusion {
1706
- OrganizationsEntityPath?: string | undefined;
1707
- }
1708
- export interface ModifyIpamResourceDiscoveryRequest {
1709
- DryRun?: boolean | undefined;
1710
- IpamResourceDiscoveryId: string | undefined;
1711
- Description?: string | undefined;
1712
- AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
1713
- RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
1714
- AddOrganizationalUnitExclusions?:
1715
- | AddIpamOrganizationalUnitExclusion[]
1716
- | undefined;
1717
- RemoveOrganizationalUnitExclusions?:
1718
- | RemoveIpamOrganizationalUnitExclusion[]
1719
- | undefined;
1720
- }
1721
- export interface ModifyIpamResourceDiscoveryResult {
1722
- IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
1723
- }
1724
- export interface ModifyIpamScopeRequest {
1725
- DryRun?: boolean | undefined;
1726
- IpamScopeId: string | undefined;
1727
- Description?: string | undefined;
1728
- }
1729
- export interface ModifyIpamScopeResult {
1730
- IpamScope?: IpamScope | undefined;
1731
- }
1732
- export interface ModifyLaunchTemplateRequest {
1733
- DryRun?: boolean | undefined;
1734
- ClientToken?: string | undefined;
1735
- LaunchTemplateId?: string | undefined;
1736
- LaunchTemplateName?: string | undefined;
1737
- DefaultVersion?: string | undefined;
1738
- }
1739
- export interface ModifyLaunchTemplateResult {
1740
- LaunchTemplate?: LaunchTemplate | undefined;
1741
- }
1742
- export interface ModifyLocalGatewayRouteRequest {
1743
- DestinationCidrBlock?: string | undefined;
1744
- LocalGatewayRouteTableId: string | undefined;
1745
- LocalGatewayVirtualInterfaceGroupId?: string | undefined;
1746
- NetworkInterfaceId?: string | undefined;
1747
- DryRun?: boolean | undefined;
1748
- DestinationPrefixListId?: string | undefined;
1749
- }
1750
- export interface ModifyLocalGatewayRouteResult {
1751
- Route?: LocalGatewayRoute | undefined;
1752
- }
1753
- export interface RemovePrefixListEntry {
1754
- Cidr: string | undefined;
1755
- }
1756
- export interface ModifyManagedPrefixListRequest {
1757
- DryRun?: boolean | undefined;
1758
- PrefixListId: string | undefined;
1759
- CurrentVersion?: number | undefined;
1760
- PrefixListName?: string | undefined;
1761
- AddEntries?: AddPrefixListEntry[] | undefined;
1762
- RemoveEntries?: RemovePrefixListEntry[] | undefined;
1763
- MaxEntries?: number | undefined;
1764
- }
1765
- export interface ModifyManagedPrefixListResult {
1766
- PrefixList?: ManagedPrefixList | undefined;
1767
- }
1768
- export interface NetworkInterfaceAttachmentChanges {
1769
- AttachmentId?: string | undefined;
1770
- DeleteOnTermination?: boolean | undefined;
1771
- }
1772
- export interface ModifyNetworkInterfaceAttributeRequest {
1773
- EnaSrdSpecification?: EnaSrdSpecification | undefined;
1774
- EnablePrimaryIpv6?: boolean | undefined;
1775
- ConnectionTrackingSpecification?:
1776
- | ConnectionTrackingSpecificationRequest
1777
- | undefined;
1778
- AssociatePublicIpAddress?: boolean | undefined;
1779
- DryRun?: boolean | undefined;
1780
- NetworkInterfaceId: string | undefined;
1781
- Description?: AttributeValue | undefined;
1782
- SourceDestCheck?: AttributeBooleanValue | undefined;
1783
- Groups?: string[] | undefined;
1784
- Attachment?: NetworkInterfaceAttachmentChanges | undefined;
1785
- }
1786
- export interface ModifyPrivateDnsNameOptionsRequest {
1787
- DryRun?: boolean | undefined;
1788
- InstanceId: string | undefined;
1789
- PrivateDnsHostnameType?: HostnameType | undefined;
1790
- EnableResourceNameDnsARecord?: boolean | undefined;
1791
- EnableResourceNameDnsAAAARecord?: boolean | undefined;
1792
- }
1793
- export interface ModifyPrivateDnsNameOptionsResult {
1794
- Return?: boolean | undefined;
1795
- }
1796
- export interface ModifyReservedInstancesRequest {
1797
- ReservedInstancesIds: string[] | undefined;
1798
- ClientToken?: string | undefined;
1799
- TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
1800
- }
1801
- export interface ModifyReservedInstancesResult {
1802
- ReservedInstancesModificationId?: string | undefined;
1803
- }
1804
- export interface SecurityGroupRuleRequest {
1805
- IpProtocol?: string | undefined;
1806
- FromPort?: number | undefined;
1807
- ToPort?: number | undefined;
1808
- CidrIpv4?: string | undefined;
1809
- CidrIpv6?: string | undefined;
1810
- PrefixListId?: string | undefined;
1811
- ReferencedGroupId?: string | undefined;
1812
- Description?: string | undefined;
1813
- }
1814
- export interface SecurityGroupRuleUpdate {
1815
- SecurityGroupRuleId: string | undefined;
1816
- SecurityGroupRule?: SecurityGroupRuleRequest | undefined;
1817
- }
1818
- export interface ModifySecurityGroupRulesRequest {
1819
- GroupId: string | undefined;
1820
- SecurityGroupRules: SecurityGroupRuleUpdate[] | undefined;
1821
- DryRun?: boolean | undefined;
1822
- }
1823
- export interface ModifySecurityGroupRulesResult {
1824
- Return?: boolean | undefined;
1825
- }
1826
- export interface CreateVolumePermissionModifications {
1827
- Add?: CreateVolumePermission[] | undefined;
1828
- Remove?: CreateVolumePermission[] | undefined;
1829
- }
1830
- export interface ModifySnapshotAttributeRequest {
1831
- Attribute?: SnapshotAttributeName | undefined;
1832
- CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
1833
- GroupNames?: string[] | undefined;
1834
- OperationType?: OperationType | undefined;
1835
- SnapshotId: string | undefined;
1836
- UserIds?: string[] | undefined;
1837
- DryRun?: boolean | undefined;
1838
- }
1839
- export declare const TargetStorageTier: {
1840
- readonly archive: "archive";
1841
- };
1842
- export type TargetStorageTier =
1843
- (typeof TargetStorageTier)[keyof typeof TargetStorageTier];
1844
- export interface ModifySnapshotTierRequest {
1845
- SnapshotId: string | undefined;
1846
- StorageTier?: TargetStorageTier | undefined;
1847
- DryRun?: boolean | undefined;
1848
- }
1849
- export interface ModifySnapshotTierResult {
1850
- SnapshotId?: string | undefined;
1851
- TieringStartTime?: Date | undefined;
1852
- }
1853
- export interface ModifySpotFleetRequestRequest {
1854
- LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
1855
- OnDemandTargetCapacity?: number | undefined;
1856
- Context?: string | undefined;
1857
- SpotFleetRequestId: string | undefined;
1858
- TargetCapacity?: number | undefined;
1859
- ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
1860
- }
1813
+ export declare const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog: (
1814
+ obj: VerifiedAccessInstanceUserTrustProviderClientConfiguration
1815
+ ) => any;
1816
+ export declare const ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog: (
1817
+ obj: ExportVerifiedAccessInstanceClientConfigurationResult
1818
+ ) => any;
1861
1819
  export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
1862
1820
  obj: GetInstanceTpmEkPubResult
1863
1821
  ) => any;