@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,10 +1,1317 @@
1
- import { AddedPrincipal, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, ByoipCidr, CapacityReservationInstancePlatform, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, Ipv6SupportValue, NatGatewayAddress, PortRange, RouteTableAssociationState, SecurityGroupReferencingSupportValue, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
- import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType, VolumeType } from "./models_1";
3
- import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IcmpTypeCode, IKEVersionsRequestListValue, InternetGatewayExclusionMode, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, RuleAction, SnapshotState, SSEType, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
1
+ import { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, Ipv6SupportValue, NatGatewayAddress, PortRange, RouteTableAssociationState, SecurityGroupReferencingSupportValue, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, ConnectionTrackingSpecificationRequest, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, IpamTier, LaunchTemplate, LocalGatewayRoute, MarketType, OperatorRequest, Placement, RequestIpamResourceTag, ShutdownBehavior, SpotInstanceType, VolumeType } from "./models_1";
3
+ import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IcmpTypeCode, IKEVersionsRequestListValue, InternetGatewayExclusionMode, IpAddressType, ManagedPrefixList, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, RuleAction, SnapshotState, SSEType, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
4
4
  import { Byoasn, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
5
- import { ArchitectureValues, AttributeBooleanValue, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, TpmSupportValues } from "./models_4";
6
- import { InstanceNetworkInterfaceSpecification, InternetGatewayBlockMode, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
7
- import { CapacityReservationSpecification, Purchase } from "./models_6";
5
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, TpmSupportValues } from "./models_4";
6
+ import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, InternetGatewayBlockMode, LaunchTemplateConfig, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
7
+ import { CapacityReservationSpecification, IpamResourceCidr, OperationType, Purchase } from "./models_6";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface ModifyInstanceMaintenanceOptionsRequest {
12
+ /**
13
+ * <p>The ID of the instance.</p>
14
+ * @public
15
+ */
16
+ InstanceId: string | undefined;
17
+ /**
18
+ * <p>Disables the automatic recovery behavior of your instance or sets it to
19
+ * default.</p>
20
+ * @public
21
+ */
22
+ AutoRecovery?: InstanceAutoRecoveryState | undefined;
23
+ /**
24
+ * <p>Checks whether you have the required permissions for the action, without actually
25
+ * making the request, and provides an error response. If you have the required
26
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
27
+ * <code>UnauthorizedOperation</code>.</p>
28
+ * @public
29
+ */
30
+ DryRun?: boolean | undefined;
31
+ }
32
+ /**
33
+ * @public
34
+ */
35
+ export interface ModifyInstanceMaintenanceOptionsResult {
36
+ /**
37
+ * <p>The ID of the instance.</p>
38
+ * @public
39
+ */
40
+ InstanceId?: string | undefined;
41
+ /**
42
+ * <p>Provides information on the current automatic recovery behavior of your
43
+ * instance.</p>
44
+ * @public
45
+ */
46
+ AutoRecovery?: InstanceAutoRecoveryState | undefined;
47
+ }
48
+ /**
49
+ * @public
50
+ * @enum
51
+ */
52
+ export declare const DefaultInstanceMetadataEndpointState: {
53
+ readonly disabled: "disabled";
54
+ readonly enabled: "enabled";
55
+ readonly no_preference: "no-preference";
56
+ };
57
+ /**
58
+ * @public
59
+ */
60
+ export type DefaultInstanceMetadataEndpointState = (typeof DefaultInstanceMetadataEndpointState)[keyof typeof DefaultInstanceMetadataEndpointState];
61
+ /**
62
+ * @public
63
+ * @enum
64
+ */
65
+ export declare const MetadataDefaultHttpTokensState: {
66
+ readonly no_preference: "no-preference";
67
+ readonly optional: "optional";
68
+ readonly required: "required";
69
+ };
70
+ /**
71
+ * @public
72
+ */
73
+ export type MetadataDefaultHttpTokensState = (typeof MetadataDefaultHttpTokensState)[keyof typeof MetadataDefaultHttpTokensState];
74
+ /**
75
+ * @public
76
+ * @enum
77
+ */
78
+ export declare const DefaultInstanceMetadataTagsState: {
79
+ readonly disabled: "disabled";
80
+ readonly enabled: "enabled";
81
+ readonly no_preference: "no-preference";
82
+ };
83
+ /**
84
+ * @public
85
+ */
86
+ export type DefaultInstanceMetadataTagsState = (typeof DefaultInstanceMetadataTagsState)[keyof typeof DefaultInstanceMetadataTagsState];
87
+ /**
88
+ * @public
89
+ */
90
+ export interface ModifyInstanceMetadataDefaultsRequest {
91
+ /**
92
+ * <p>Indicates whether IMDSv2 is required.</p>
93
+ * <ul>
94
+ * <li>
95
+ * <p>
96
+ * <code>optional</code> – IMDSv2 is optional, which means that you can
97
+ * use either IMDSv2 or IMDSv1.</p>
98
+ * </li>
99
+ * <li>
100
+ * <p>
101
+ * <code>required</code> – IMDSv2 is required, which means that IMDSv1 is
102
+ * disabled, and you must use IMDSv2.</p>
103
+ * </li>
104
+ * </ul>
105
+ * @public
106
+ */
107
+ HttpTokens?: MetadataDefaultHttpTokensState | undefined;
108
+ /**
109
+ * <p>The maximum number of hops that the metadata token can travel. To indicate no
110
+ * preference, specify <code>-1</code>.</p>
111
+ * <p>Possible values: Integers from <code>1</code> to <code>64</code>, and <code>-1</code>
112
+ * to indicate no preference</p>
113
+ * @public
114
+ */
115
+ HttpPutResponseHopLimit?: number | undefined;
116
+ /**
117
+ * <p>Enables or disables the IMDS endpoint on an instance. When disabled, the instance
118
+ * metadata can't be accessed.</p>
119
+ * @public
120
+ */
121
+ HttpEndpoint?: DefaultInstanceMetadataEndpointState | undefined;
122
+ /**
123
+ * <p>Enables or disables access to an instance's tags from the instance metadata. For more
124
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with
125
+ * instance tags using the instance metadata</a> in the
126
+ * <i>Amazon EC2 User Guide</i>.</p>
127
+ * @public
128
+ */
129
+ InstanceMetadataTags?: DefaultInstanceMetadataTagsState | undefined;
130
+ /**
131
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
132
+ * request, and provides an error response. If you have the required permissions, the error response is
133
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
134
+ * @public
135
+ */
136
+ DryRun?: boolean | undefined;
137
+ }
138
+ /**
139
+ * @public
140
+ */
141
+ export interface ModifyInstanceMetadataDefaultsResult {
142
+ /**
143
+ * <p>If the request succeeds, the response returns <code>true</code>. If the request fails,
144
+ * no response is returned, and instead an error message is returned.</p>
145
+ * @public
146
+ */
147
+ Return?: boolean | undefined;
148
+ }
149
+ /**
150
+ * @public
151
+ */
152
+ export interface ModifyInstanceMetadataOptionsRequest {
153
+ /**
154
+ * <p>The ID of the instance.</p>
155
+ * @public
156
+ */
157
+ InstanceId: string | undefined;
158
+ /**
159
+ * <p>Indicates whether IMDSv2 is required.</p>
160
+ * <ul>
161
+ * <li>
162
+ * <p>
163
+ * <code>optional</code> - IMDSv2 is optional. You can choose whether to send a
164
+ * session token in your instance metadata retrieval requests. If you retrieve
165
+ * IAM role credentials without a session token, you receive the IMDSv1 role
166
+ * credentials. If you retrieve IAM role credentials using a valid session token,
167
+ * you receive the IMDSv2 role credentials.</p>
168
+ * </li>
169
+ * <li>
170
+ * <p>
171
+ * <code>required</code> - IMDSv2 is required. You must send a session token
172
+ * in your instance metadata retrieval requests. With this option, retrieving the
173
+ * IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are
174
+ * not available.</p>
175
+ * </li>
176
+ * </ul>
177
+ * <p>Default:</p>
178
+ * <ul>
179
+ * <li>
180
+ * <p>If the value of <code>ImdsSupport</code> for the Amazon Machine Image (AMI)
181
+ * for your instance is <code>v2.0</code> and the account level default is set to
182
+ * <code>no-preference</code>, the default is <code>required</code>.</p>
183
+ * </li>
184
+ * <li>
185
+ * <p>If the value of <code>ImdsSupport</code> for the Amazon Machine Image (AMI)
186
+ * for your instance is <code>v2.0</code>, but the account level default is set to
187
+ * <code>V1 or V2</code>, the default is <code>optional</code>.</p>
188
+ * </li>
189
+ * </ul>
190
+ * <p>The default value can also be affected by other combinations of parameters. For more
191
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html#instance-metadata-options-order-of-precedence">Order of precedence for instance metadata options</a> in the
192
+ * <i>Amazon EC2 User Guide</i>.</p>
193
+ * @public
194
+ */
195
+ HttpTokens?: HttpTokensState | undefined;
196
+ /**
197
+ * <p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the
198
+ * number, the further instance metadata requests can travel. If no parameter is specified,
199
+ * the existing state is maintained.</p>
200
+ * <p>Possible values: Integers from 1 to 64</p>
201
+ * @public
202
+ */
203
+ HttpPutResponseHopLimit?: number | undefined;
204
+ /**
205
+ * <p>Enables or disables the HTTP metadata endpoint on your instances. If this parameter is
206
+ * not specified, the existing state is maintained.</p>
207
+ * <p>If you specify a value of <code>disabled</code>, you cannot access your instance
208
+ * metadata.</p>
209
+ * @public
210
+ */
211
+ HttpEndpoint?: InstanceMetadataEndpointState | undefined;
212
+ /**
213
+ * <p>Checks whether you have the required permissions for the action, without actually
214
+ * making the request, and provides an error response. If you have the required
215
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
216
+ * <code>UnauthorizedOperation</code>.</p>
217
+ * @public
218
+ */
219
+ DryRun?: boolean | undefined;
220
+ /**
221
+ * <p>Enables or disables the IPv6 endpoint for the instance metadata service.
222
+ * Applies only if you enabled the HTTP metadata endpoint.</p>
223
+ * @public
224
+ */
225
+ HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
226
+ /**
227
+ * <p>Set to <code>enabled</code> to allow access to instance tags from the instance
228
+ * metadata. Set to <code>disabled</code> to turn off access to instance tags from the
229
+ * instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with
230
+ * instance tags using the instance metadata</a>.</p>
231
+ * @public
232
+ */
233
+ InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
234
+ }
235
+ /**
236
+ * @public
237
+ */
238
+ export interface ModifyInstanceMetadataOptionsResult {
239
+ /**
240
+ * <p>The ID of the instance.</p>
241
+ * @public
242
+ */
243
+ InstanceId?: string | undefined;
244
+ /**
245
+ * <p>The metadata options for the instance.</p>
246
+ * @public
247
+ */
248
+ InstanceMetadataOptions?: InstanceMetadataOptionsResponse | undefined;
249
+ }
250
+ /**
251
+ * @public
252
+ */
253
+ export interface ModifyInstanceNetworkPerformanceRequest {
254
+ /**
255
+ * <p>The ID of the instance to update.</p>
256
+ * @public
257
+ */
258
+ InstanceId: string | undefined;
259
+ /**
260
+ * <p>Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:</p>
261
+ * <dl>
262
+ * <dt>default</dt>
263
+ * <dd>
264
+ * <p>This option uses the standard bandwidth configuration for your instance type.</p>
265
+ * </dd>
266
+ * <dt>vpc-1</dt>
267
+ * <dd>
268
+ * <p>This option boosts your networking baseline bandwidth and reduces your EBS
269
+ * baseline bandwidth.</p>
270
+ * </dd>
271
+ * <dt>ebs-1</dt>
272
+ * <dd>
273
+ * <p>This option boosts your EBS baseline bandwidth and reduces your networking
274
+ * baseline bandwidth.</p>
275
+ * </dd>
276
+ * </dl>
277
+ * @public
278
+ */
279
+ BandwidthWeighting: InstanceBandwidthWeighting | undefined;
280
+ /**
281
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
282
+ * request, and provides an error response. If you have the required permissions, the error response is
283
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
284
+ * @public
285
+ */
286
+ DryRun?: boolean | undefined;
287
+ }
288
+ /**
289
+ * @public
290
+ */
291
+ export interface ModifyInstanceNetworkPerformanceResult {
292
+ /**
293
+ * <p>The instance ID that was updated.</p>
294
+ * @public
295
+ */
296
+ InstanceId?: string | undefined;
297
+ /**
298
+ * <p>Contains the updated configuration for bandwidth weighting on the specified instance.</p>
299
+ * @public
300
+ */
301
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
302
+ }
303
+ /**
304
+ * @public
305
+ * @enum
306
+ */
307
+ export declare const HostTenancy: {
308
+ readonly dedicated: "dedicated";
309
+ readonly default: "default";
310
+ readonly host: "host";
311
+ };
312
+ /**
313
+ * @public
314
+ */
315
+ export type HostTenancy = (typeof HostTenancy)[keyof typeof HostTenancy];
316
+ /**
317
+ * @public
318
+ */
319
+ export interface ModifyInstancePlacementRequest {
320
+ /**
321
+ * <p>The name of the placement group in which to place the instance. For spread placement
322
+ * groups, the instance must have a tenancy of <code>default</code>. For cluster and
323
+ * partition placement groups, the instance must have a tenancy of <code>default</code> or
324
+ * <code>dedicated</code>.</p>
325
+ * <p>To remove an instance from a placement group, specify an empty string ("").</p>
326
+ * @public
327
+ */
328
+ GroupName?: string | undefined;
329
+ /**
330
+ * <p>The number of the partition in which to place the instance. Valid only if the
331
+ * placement group strategy is set to <code>partition</code>.</p>
332
+ * @public
333
+ */
334
+ PartitionNumber?: number | undefined;
335
+ /**
336
+ * <p>The ARN of the host resource group in which to place the instance. The instance must
337
+ * have a tenancy of <code>host</code> to specify this parameter.</p>
338
+ * @public
339
+ */
340
+ HostResourceGroupArn?: string | undefined;
341
+ /**
342
+ * <p>The Group Id of a placement group. You must specify the Placement Group <b>Group Id</b> to launch an instance in a shared placement
343
+ * group.</p>
344
+ * @public
345
+ */
346
+ GroupId?: string | undefined;
347
+ /**
348
+ * <p>The ID of the instance that you are modifying.</p>
349
+ * @public
350
+ */
351
+ InstanceId: string | undefined;
352
+ /**
353
+ * <p>The tenancy for the instance.</p>
354
+ * <note>
355
+ * <p>For T3 instances, you must launch the instance on a Dedicated Host to use a
356
+ * tenancy of <code>host</code>. You can't change the tenancy from
357
+ * <code>host</code> to <code>dedicated</code> or <code>default</code>.
358
+ * Attempting to make one of these unsupported tenancy changes results in an
359
+ * <code>InvalidRequest</code> error code.</p>
360
+ * </note>
361
+ * @public
362
+ */
363
+ Tenancy?: HostTenancy | undefined;
364
+ /**
365
+ * <p>The affinity setting for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-affinity">Host affinity</a> in the <i>Amazon EC2 User Guide</i>.</p>
366
+ * @public
367
+ */
368
+ Affinity?: Affinity | undefined;
369
+ /**
370
+ * <p>The ID of the Dedicated Host with which to associate the instance.</p>
371
+ * @public
372
+ */
373
+ HostId?: string | undefined;
374
+ }
375
+ /**
376
+ * @public
377
+ */
378
+ export interface ModifyInstancePlacementResult {
379
+ /**
380
+ * <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
381
+ * @public
382
+ */
383
+ Return?: boolean | undefined;
384
+ }
385
+ /**
386
+ * <p>Remove an operating Region from an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
387
+ * <p>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>
388
+ * </p>
389
+ * @public
390
+ */
391
+ export interface RemoveIpamOperatingRegion {
392
+ /**
393
+ * <p>The name of the operating Region you want to remove.</p>
394
+ * @public
395
+ */
396
+ RegionName?: string | undefined;
397
+ }
398
+ /**
399
+ * @public
400
+ */
401
+ export interface ModifyIpamRequest {
402
+ /**
403
+ * <p>A check for whether you have the required permissions for the action without actually making the request
404
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
405
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
406
+ * @public
407
+ */
408
+ DryRun?: boolean | undefined;
409
+ /**
410
+ * <p>The ID of the IPAM you want to modify.</p>
411
+ * @public
412
+ */
413
+ IpamId: string | undefined;
414
+ /**
415
+ * <p>The description of the IPAM you want to modify.</p>
416
+ * @public
417
+ */
418
+ Description?: string | undefined;
419
+ /**
420
+ * <p>Choose the operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
421
+ * <p>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
422
+ * @public
423
+ */
424
+ AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
425
+ /**
426
+ * <p>The operating Regions to remove.</p>
427
+ * @public
428
+ */
429
+ RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
430
+ /**
431
+ * <p>IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing > IPAM tab</a>.</p>
432
+ * @public
433
+ */
434
+ Tier?: IpamTier | undefined;
435
+ /**
436
+ * <p>Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.</p>
437
+ * @public
438
+ */
439
+ EnablePrivateGua?: boolean | undefined;
440
+ }
441
+ /**
442
+ * @public
443
+ */
444
+ export interface ModifyIpamResult {
445
+ /**
446
+ * <p>The results of the modification.</p>
447
+ * @public
448
+ */
449
+ Ipam?: Ipam | undefined;
450
+ }
451
+ /**
452
+ * @public
453
+ */
454
+ export interface ModifyIpamPoolRequest {
455
+ /**
456
+ * <p>A check for whether you have the required permissions for the action without actually making the request
457
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
458
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
459
+ * @public
460
+ */
461
+ DryRun?: boolean | undefined;
462
+ /**
463
+ * <p>The ID of the IPAM pool you want to modify.</p>
464
+ * @public
465
+ */
466
+ IpamPoolId: string | undefined;
467
+ /**
468
+ * <p>The description of the IPAM pool you want to modify.</p>
469
+ * @public
470
+ */
471
+ Description?: string | undefined;
472
+ /**
473
+ * <p>If true, IPAM will continuously look for resources within the CIDR range of this pool
474
+ * and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for
475
+ * these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import
476
+ * a CIDR regardless of its compliance with the pool's allocation rules, so a resource might be imported and subsequently
477
+ * marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM
478
+ * discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.
479
+ * </p>
480
+ * <p>A locale must be set on the pool for this feature to work.</p>
481
+ * @public
482
+ */
483
+ AutoImport?: boolean | undefined;
484
+ /**
485
+ * <p>The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. Possible
486
+ * netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128. The minimum netmask
487
+ * length must be less than the maximum netmask length.</p>
488
+ * @public
489
+ */
490
+ AllocationMinNetmaskLength?: number | undefined;
491
+ /**
492
+ * <p>The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. Possible
493
+ * netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.The maximum netmask
494
+ * length must be greater than the minimum netmask length.</p>
495
+ * @public
496
+ */
497
+ AllocationMaxNetmaskLength?: number | undefined;
498
+ /**
499
+ * <p>The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.</p>
500
+ * @public
501
+ */
502
+ AllocationDefaultNetmaskLength?: number | undefined;
503
+ /**
504
+ * <p>Clear the default netmask length allocation rule for this pool.</p>
505
+ * @public
506
+ */
507
+ ClearAllocationDefaultNetmaskLength?: boolean | undefined;
508
+ /**
509
+ * <p>Add tag allocation rules to a pool. For more information about allocation rules, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-top-ipam.html">Create a top-level pool</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
510
+ * @public
511
+ */
512
+ AddAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
513
+ /**
514
+ * <p>Remove tag allocation rules from a pool.</p>
515
+ * @public
516
+ */
517
+ RemoveAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
518
+ }
519
+ /**
520
+ * @public
521
+ */
522
+ export interface ModifyIpamPoolResult {
523
+ /**
524
+ * <p>The results of the modification.</p>
525
+ * @public
526
+ */
527
+ IpamPool?: IpamPool | undefined;
528
+ }
529
+ /**
530
+ * @public
531
+ */
532
+ export interface ModifyIpamResourceCidrRequest {
533
+ /**
534
+ * <p>A check for whether you have the required permissions for the action without actually making the request
535
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
536
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
537
+ * @public
538
+ */
539
+ DryRun?: boolean | undefined;
540
+ /**
541
+ * <p>The ID of the resource you want to modify.</p>
542
+ * @public
543
+ */
544
+ ResourceId: string | undefined;
545
+ /**
546
+ * <p>The CIDR of the resource you want to modify.</p>
547
+ * @public
548
+ */
549
+ ResourceCidr: string | undefined;
550
+ /**
551
+ * <p>The Amazon Web Services Region of the resource you want to modify.</p>
552
+ * @public
553
+ */
554
+ ResourceRegion: string | undefined;
555
+ /**
556
+ * <p>The ID of the current scope that the resource CIDR is in.</p>
557
+ * @public
558
+ */
559
+ CurrentIpamScopeId: string | undefined;
560
+ /**
561
+ * <p>The ID of the scope you want to transfer the resource CIDR to.</p>
562
+ * @public
563
+ */
564
+ DestinationIpamScopeId?: string | undefined;
565
+ /**
566
+ * <p>Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.</p>
567
+ * @public
568
+ */
569
+ Monitored: boolean | undefined;
570
+ }
571
+ /**
572
+ * @public
573
+ */
574
+ export interface ModifyIpamResourceCidrResult {
575
+ /**
576
+ * <p>The CIDR of the resource.</p>
577
+ * @public
578
+ */
579
+ IpamResourceCidr?: IpamResourceCidr | undefined;
580
+ }
581
+ /**
582
+ * <p>Remove an Organizational Unit (OU) exclusion to your IPAM. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. There is a limit on the number of exclusions you can create. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/quotas-ipam.html">Quotas for your IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
583
+ * @public
584
+ */
585
+ export interface RemoveIpamOrganizationalUnitExclusion {
586
+ /**
587
+ * <p>An Amazon Web Services Organizations entity path. Build the path for the OU(s) using Amazon Web Services Organizations IDs separated by a <code>/</code>. Include all child OUs by ending the path with <code>/*</code>.</p>
588
+ * <ul>
589
+ * <li>
590
+ * <p>Example 1</p>
591
+ * <ul>
592
+ * <li>
593
+ * <p>Path to a child OU: <code>o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-ghi0-awsccccc/ou-jkl0-awsddddd/</code>
594
+ * </p>
595
+ * </li>
596
+ * <li>
597
+ * <p>In this example, <code>o-a1b2c3d4e5</code> is the organization ID, <code>r-f6g7h8i9j0example</code> is the root ID , <code>ou-ghi0-awsccccc</code> is an OU ID, and <code>ou-jkl0-awsddddd</code> is a child OU ID.</p>
598
+ * </li>
599
+ * <li>
600
+ * <p>IPAM will not manage the IP addresses in accounts in the child OU.</p>
601
+ * </li>
602
+ * </ul>
603
+ * </li>
604
+ * <li>
605
+ * <p>Example 2</p>
606
+ * <ul>
607
+ * <li>
608
+ * <p>Path where all child OUs will be part of the exclusion: <code>o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-ghi0-awsccccc/*</code>
609
+ * </p>
610
+ * </li>
611
+ * <li>
612
+ * <p>In this example, IPAM will not manage the IP addresses in accounts in the OU (<code>ou-ghi0-awsccccc</code>) or in accounts in any OUs that are children of the OU.</p>
613
+ * </li>
614
+ * </ul>
615
+ * </li>
616
+ * </ul>
617
+ * <p>For more information on how to construct an entity path, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_last-accessed-view-data-orgs.html#access_policies_access-advisor-viewing-orgs-entity-path">Understand the Amazon Web Services Organizations entity path</a> in the <i>Amazon Web Services Identity and Access Management User Guide</i>.</p>
618
+ * @public
619
+ */
620
+ OrganizationsEntityPath?: string | undefined;
621
+ }
622
+ /**
623
+ * @public
624
+ */
625
+ export interface ModifyIpamResourceDiscoveryRequest {
626
+ /**
627
+ * <p>A check for whether you have the required permissions for the action without actually making the request
628
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
629
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
630
+ * @public
631
+ */
632
+ DryRun?: boolean | undefined;
633
+ /**
634
+ * <p>A resource discovery ID.</p>
635
+ * @public
636
+ */
637
+ IpamResourceDiscoveryId: string | undefined;
638
+ /**
639
+ * <p>A resource discovery description.</p>
640
+ * @public
641
+ */
642
+ Description?: string | undefined;
643
+ /**
644
+ * <p>Add operating Regions to the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
645
+ * @public
646
+ */
647
+ AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
648
+ /**
649
+ * <p>Remove operating Regions.</p>
650
+ * @public
651
+ */
652
+ RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
653
+ /**
654
+ * <p>Add an Organizational Unit (OU) exclusion to your IPAM. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. There is a limit on the number of exclusions you can create. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/quotas-ipam.html">Quotas for your IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
655
+ * @public
656
+ */
657
+ AddOrganizationalUnitExclusions?: AddIpamOrganizationalUnitExclusion[] | undefined;
658
+ /**
659
+ * <p>Remove an Organizational Unit (OU) exclusion to your IPAM. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. There is a limit on the number of exclusions you can create. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/quotas-ipam.html">Quotas for your IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
660
+ * @public
661
+ */
662
+ RemoveOrganizationalUnitExclusions?: RemoveIpamOrganizationalUnitExclusion[] | undefined;
663
+ }
664
+ /**
665
+ * @public
666
+ */
667
+ export interface ModifyIpamResourceDiscoveryResult {
668
+ /**
669
+ * <p>A resource discovery.</p>
670
+ * @public
671
+ */
672
+ IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
673
+ }
674
+ /**
675
+ * @public
676
+ */
677
+ export interface ModifyIpamScopeRequest {
678
+ /**
679
+ * <p>A check for whether you have the required permissions for the action without actually making the request
680
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
681
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
682
+ * @public
683
+ */
684
+ DryRun?: boolean | undefined;
685
+ /**
686
+ * <p>The ID of the scope you want to modify.</p>
687
+ * @public
688
+ */
689
+ IpamScopeId: string | undefined;
690
+ /**
691
+ * <p>The description of the scope you want to modify.</p>
692
+ * @public
693
+ */
694
+ Description?: string | undefined;
695
+ }
696
+ /**
697
+ * @public
698
+ */
699
+ export interface ModifyIpamScopeResult {
700
+ /**
701
+ * <p>The results of the modification.</p>
702
+ * @public
703
+ */
704
+ IpamScope?: IpamScope | undefined;
705
+ }
706
+ /**
707
+ * @public
708
+ */
709
+ export interface ModifyLaunchTemplateRequest {
710
+ /**
711
+ * <p>Checks whether you have the required permissions for the action, without actually
712
+ * making the request, and provides an error response. If you have the required
713
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
714
+ * <code>UnauthorizedOperation</code>.</p>
715
+ * @public
716
+ */
717
+ DryRun?: boolean | undefined;
718
+ /**
719
+ * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
720
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
721
+ * idempotency</a>.</p>
722
+ * <p>Constraint: Maximum 128 ASCII characters.</p>
723
+ * @public
724
+ */
725
+ ClientToken?: string | undefined;
726
+ /**
727
+ * <p>The ID of the launch template.</p>
728
+ * <p>You must specify either the launch template ID or the
729
+ * launch template name, but not both.</p>
730
+ * @public
731
+ */
732
+ LaunchTemplateId?: string | undefined;
733
+ /**
734
+ * <p>The name of the launch template.</p>
735
+ * <p>You must specify either the launch template ID or the
736
+ * launch template name, but not both.</p>
737
+ * @public
738
+ */
739
+ LaunchTemplateName?: string | undefined;
740
+ /**
741
+ * <p>The version number of the launch template to set as the default version.</p>
742
+ * @public
743
+ */
744
+ DefaultVersion?: string | undefined;
745
+ }
746
+ /**
747
+ * @public
748
+ */
749
+ export interface ModifyLaunchTemplateResult {
750
+ /**
751
+ * <p>Information about the launch template.</p>
752
+ * @public
753
+ */
754
+ LaunchTemplate?: LaunchTemplate | undefined;
755
+ }
756
+ /**
757
+ * @public
758
+ */
759
+ export interface ModifyLocalGatewayRouteRequest {
760
+ /**
761
+ * <p>The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.</p>
762
+ * @public
763
+ */
764
+ DestinationCidrBlock?: string | undefined;
765
+ /**
766
+ * <p>The ID of the local gateway route table.</p>
767
+ * @public
768
+ */
769
+ LocalGatewayRouteTableId: string | undefined;
770
+ /**
771
+ * <p>
772
+ * The ID of the virtual interface group.
773
+ * </p>
774
+ * @public
775
+ */
776
+ LocalGatewayVirtualInterfaceGroupId?: string | undefined;
777
+ /**
778
+ * <p>The ID of the network interface.</p>
779
+ * @public
780
+ */
781
+ NetworkInterfaceId?: string | undefined;
782
+ /**
783
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
784
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
785
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
786
+ * @public
787
+ */
788
+ DryRun?: boolean | undefined;
789
+ /**
790
+ * <p>
791
+ * The ID of the prefix list. Use a prefix list in place of <code>DestinationCidrBlock</code>. You
792
+ * cannot use <code>DestinationPrefixListId</code> and <code>DestinationCidrBlock</code> in the same request.
793
+ * </p>
794
+ * @public
795
+ */
796
+ DestinationPrefixListId?: string | undefined;
797
+ }
798
+ /**
799
+ * @public
800
+ */
801
+ export interface ModifyLocalGatewayRouteResult {
802
+ /**
803
+ * <p>Information about the local gateway route table.</p>
804
+ * @public
805
+ */
806
+ Route?: LocalGatewayRoute | undefined;
807
+ }
808
+ /**
809
+ * <p>An entry for a prefix list.</p>
810
+ * @public
811
+ */
812
+ export interface RemovePrefixListEntry {
813
+ /**
814
+ * <p>The CIDR block.</p>
815
+ * @public
816
+ */
817
+ Cidr: string | undefined;
818
+ }
819
+ /**
820
+ * @public
821
+ */
822
+ export interface ModifyManagedPrefixListRequest {
823
+ /**
824
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
825
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
826
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
827
+ * @public
828
+ */
829
+ DryRun?: boolean | undefined;
830
+ /**
831
+ * <p>The ID of the prefix list.</p>
832
+ * @public
833
+ */
834
+ PrefixListId: string | undefined;
835
+ /**
836
+ * <p>The current version of the prefix list.</p>
837
+ * @public
838
+ */
839
+ CurrentVersion?: number | undefined;
840
+ /**
841
+ * <p>A name for the prefix list.</p>
842
+ * @public
843
+ */
844
+ PrefixListName?: string | undefined;
845
+ /**
846
+ * <p>One or more entries to add to the prefix list.</p>
847
+ * @public
848
+ */
849
+ AddEntries?: AddPrefixListEntry[] | undefined;
850
+ /**
851
+ * <p>One or more entries to remove from the prefix list.</p>
852
+ * @public
853
+ */
854
+ RemoveEntries?: RemovePrefixListEntry[] | undefined;
855
+ /**
856
+ * <p>The maximum number of entries for the prefix list. You cannot modify the entries
857
+ * of a prefix list and modify the size of a prefix list at the same time.</p>
858
+ * <p>If any of the resources that reference the prefix list cannot support the new
859
+ * maximum size, the modify operation fails. Check the state message for the IDs of
860
+ * the first ten resources that do not support the new maximum size.</p>
861
+ * @public
862
+ */
863
+ MaxEntries?: number | undefined;
864
+ }
865
+ /**
866
+ * @public
867
+ */
868
+ export interface ModifyManagedPrefixListResult {
869
+ /**
870
+ * <p>Information about the prefix list.</p>
871
+ * @public
872
+ */
873
+ PrefixList?: ManagedPrefixList | undefined;
874
+ }
875
+ /**
876
+ * <p>Describes an attachment change.</p>
877
+ * @public
878
+ */
879
+ export interface NetworkInterfaceAttachmentChanges {
880
+ /**
881
+ * <p>The ID of the network interface attachment.</p>
882
+ * @public
883
+ */
884
+ AttachmentId?: string | undefined;
885
+ /**
886
+ * <p>Indicates whether the network interface is deleted when the instance is terminated.</p>
887
+ * @public
888
+ */
889
+ DeleteOnTermination?: boolean | undefined;
890
+ }
891
+ /**
892
+ * <p>Contains the parameters for ModifyNetworkInterfaceAttribute.</p>
893
+ * @public
894
+ */
895
+ export interface ModifyNetworkInterfaceAttributeRequest {
896
+ /**
897
+ * <p>Updates the ENA Express configuration for the network interface that’s attached to the
898
+ * instance.</p>
899
+ * @public
900
+ */
901
+ EnaSrdSpecification?: EnaSrdSpecification | undefined;
902
+ /**
903
+ * <p>If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have
904
+ * the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA
905
+ * address associated with an ENI that you have enabled to use a primary IPv6 address. Use
906
+ * this option if the instance that this ENI will be attached to relies on its IPv6 address
907
+ * not changing. Amazon Web Services will automatically assign an IPv6 address associated
908
+ * with the ENI attached to your instance to be the primary IPv6 address. Once you enable
909
+ * an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6
910
+ * GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6
911
+ * address until the instance is terminated or the network interface is detached. If you
912
+ * have multiple IPv6 addresses associated with an ENI attached to your instance and you
913
+ * enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI
914
+ * becomes the primary IPv6 address.</p>
915
+ * @public
916
+ */
917
+ EnablePrimaryIpv6?: boolean | undefined;
918
+ /**
919
+ * <p>A connection tracking specification.</p>
920
+ * @public
921
+ */
922
+ ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
923
+ /**
924
+ * <p>Indicates whether to assign a public IPv4 address to a network interface.
925
+ * This option can be enabled for any network interface but will only apply to the primary network interface (eth0).</p>
926
+ * @public
927
+ */
928
+ AssociatePublicIpAddress?: boolean | undefined;
929
+ /**
930
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
931
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
932
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
933
+ * @public
934
+ */
935
+ DryRun?: boolean | undefined;
936
+ /**
937
+ * <p>The ID of the network interface.</p>
938
+ * @public
939
+ */
940
+ NetworkInterfaceId: string | undefined;
941
+ /**
942
+ * <p>A description for the network interface.</p>
943
+ * @public
944
+ */
945
+ Description?: AttributeValue | undefined;
946
+ /**
947
+ * <p>Enable or disable source/destination checks, which ensure that the instance
948
+ * is either the source or the destination of any traffic that it receives.
949
+ * If the value is <code>true</code>, source/destination checks are enabled;
950
+ * otherwise, they are disabled. The default value is <code>true</code>.
951
+ * You must disable source/destination checks if the instance runs services
952
+ * such as network address translation, routing, or firewalls.</p>
953
+ * @public
954
+ */
955
+ SourceDestCheck?: AttributeBooleanValue | undefined;
956
+ /**
957
+ * <p>Changes the security groups for the network interface. The new set of groups you specify replaces the current set. You must specify at least one group, even if it's just the default security group in the VPC. You must specify the ID of the security group, not the name.</p>
958
+ * @public
959
+ */
960
+ Groups?: string[] | undefined;
961
+ /**
962
+ * <p>Information about the interface attachment. If modifying the <code>delete on
963
+ * termination</code> attribute, you must specify the ID of the interface
964
+ * attachment.</p>
965
+ * @public
966
+ */
967
+ Attachment?: NetworkInterfaceAttachmentChanges | undefined;
968
+ }
969
+ /**
970
+ * @public
971
+ */
972
+ export interface ModifyPrivateDnsNameOptionsRequest {
973
+ /**
974
+ * <p>Checks whether you have the required permissions for the action, without actually
975
+ * making the request, and provides an error response. If you have the required
976
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
977
+ * <code>UnauthorizedOperation</code>.</p>
978
+ * @public
979
+ */
980
+ DryRun?: boolean | undefined;
981
+ /**
982
+ * <p>The ID of the instance.</p>
983
+ * @public
984
+ */
985
+ InstanceId: string | undefined;
986
+ /**
987
+ * <p>The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name
988
+ * must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name
989
+ * must be based on the instance ID. For dual-stack subnets, you can specify whether DNS
990
+ * names use the instance IPv4 address or the instance ID.</p>
991
+ * @public
992
+ */
993
+ PrivateDnsHostnameType?: HostnameType | undefined;
994
+ /**
995
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
996
+ * records.</p>
997
+ * @public
998
+ */
999
+ EnableResourceNameDnsARecord?: boolean | undefined;
1000
+ /**
1001
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
1002
+ * records.</p>
1003
+ * @public
1004
+ */
1005
+ EnableResourceNameDnsAAAARecord?: boolean | undefined;
1006
+ }
1007
+ /**
1008
+ * @public
1009
+ */
1010
+ export interface ModifyPrivateDnsNameOptionsResult {
1011
+ /**
1012
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an
1013
+ * error.</p>
1014
+ * @public
1015
+ */
1016
+ Return?: boolean | undefined;
1017
+ }
1018
+ /**
1019
+ * <p>Contains the parameters for ModifyReservedInstances.</p>
1020
+ * @public
1021
+ */
1022
+ export interface ModifyReservedInstancesRequest {
1023
+ /**
1024
+ * <p>The IDs of the Reserved Instances to modify.</p>
1025
+ * @public
1026
+ */
1027
+ ReservedInstancesIds: string[] | undefined;
1028
+ /**
1029
+ * <p>A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see
1030
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
1031
+ * @public
1032
+ */
1033
+ ClientToken?: string | undefined;
1034
+ /**
1035
+ * <p>The configuration settings for the Reserved Instances to modify.</p>
1036
+ * @public
1037
+ */
1038
+ TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
1039
+ }
1040
+ /**
1041
+ * <p>Contains the output of ModifyReservedInstances.</p>
1042
+ * @public
1043
+ */
1044
+ export interface ModifyReservedInstancesResult {
1045
+ /**
1046
+ * <p>The ID for the modification.</p>
1047
+ * @public
1048
+ */
1049
+ ReservedInstancesModificationId?: string | undefined;
1050
+ }
1051
+ /**
1052
+ * <p>Describes a security group rule.</p>
1053
+ * <p>You must specify exactly one of the following parameters, based on the rule type:</p>
1054
+ * <ul>
1055
+ * <li>
1056
+ * <p>CidrIpv4</p>
1057
+ * </li>
1058
+ * <li>
1059
+ * <p>CidrIpv6</p>
1060
+ * </li>
1061
+ * <li>
1062
+ * <p>PrefixListId</p>
1063
+ * </li>
1064
+ * <li>
1065
+ * <p>ReferencedGroupId</p>
1066
+ * </li>
1067
+ * </ul>
1068
+ * <p>When you modify a rule, you cannot change the rule type. For example, if the rule
1069
+ * uses an IPv4 address range, you must use <code>CidrIpv4</code> to specify a new IPv4
1070
+ * address range.</p>
1071
+ * @public
1072
+ */
1073
+ export interface SecurityGroupRuleRequest {
1074
+ /**
1075
+ * <p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>,
1076
+ * <code>icmpv6</code>) or number (see <a href="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml">Protocol Numbers</a>). </p>
1077
+ * <p>Use <code>-1</code> to specify all protocols.</p>
1078
+ * @public
1079
+ */
1080
+ IpProtocol?: string | undefined;
1081
+ /**
1082
+ * <p>If the protocol is TCP or UDP, this is the start of the port range.
1083
+ * If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).</p>
1084
+ * @public
1085
+ */
1086
+ FromPort?: number | undefined;
1087
+ /**
1088
+ * <p>If the protocol is TCP or UDP, this is the end of the port range.
1089
+ * If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes).
1090
+ * If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).</p>
1091
+ * @public
1092
+ */
1093
+ ToPort?: number | undefined;
1094
+ /**
1095
+ * <p>The IPv4 CIDR range. To specify a single IPv4 address, use the /32 prefix length. </p>
1096
+ * @public
1097
+ */
1098
+ CidrIpv4?: string | undefined;
1099
+ /**
1100
+ * <p>The IPv6 CIDR range. To specify a single IPv6 address, use the /128 prefix length.</p>
1101
+ * @public
1102
+ */
1103
+ CidrIpv6?: string | undefined;
1104
+ /**
1105
+ * <p>The ID of the prefix list.</p>
1106
+ * @public
1107
+ */
1108
+ PrefixListId?: string | undefined;
1109
+ /**
1110
+ * <p>The ID of the security group that is referenced in the security group rule.</p>
1111
+ * @public
1112
+ */
1113
+ ReferencedGroupId?: string | undefined;
1114
+ /**
1115
+ * <p>The description of the security group rule.</p>
1116
+ * @public
1117
+ */
1118
+ Description?: string | undefined;
1119
+ }
1120
+ /**
1121
+ * <p>Describes an update to a security group rule.</p>
1122
+ * @public
1123
+ */
1124
+ export interface SecurityGroupRuleUpdate {
1125
+ /**
1126
+ * <p>The ID of the security group rule.</p>
1127
+ * @public
1128
+ */
1129
+ SecurityGroupRuleId: string | undefined;
1130
+ /**
1131
+ * <p>Information about the security group rule.</p>
1132
+ * @public
1133
+ */
1134
+ SecurityGroupRule?: SecurityGroupRuleRequest | undefined;
1135
+ }
1136
+ /**
1137
+ * @public
1138
+ */
1139
+ export interface ModifySecurityGroupRulesRequest {
1140
+ /**
1141
+ * <p>The ID of the security group.</p>
1142
+ * @public
1143
+ */
1144
+ GroupId: string | undefined;
1145
+ /**
1146
+ * <p>Information about the security group properties to update.</p>
1147
+ * @public
1148
+ */
1149
+ SecurityGroupRules: SecurityGroupRuleUpdate[] | undefined;
1150
+ /**
1151
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1152
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1153
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1154
+ * @public
1155
+ */
1156
+ DryRun?: boolean | undefined;
1157
+ }
1158
+ /**
1159
+ * @public
1160
+ */
1161
+ export interface ModifySecurityGroupRulesResult {
1162
+ /**
1163
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
1164
+ * @public
1165
+ */
1166
+ Return?: boolean | undefined;
1167
+ }
1168
+ /**
1169
+ * <p>Describes modifications to the list of create volume permissions for a volume.</p>
1170
+ * @public
1171
+ */
1172
+ export interface CreateVolumePermissionModifications {
1173
+ /**
1174
+ * <p>Adds the specified Amazon Web Services account ID or group to the list.</p>
1175
+ * @public
1176
+ */
1177
+ Add?: CreateVolumePermission[] | undefined;
1178
+ /**
1179
+ * <p>Removes the specified Amazon Web Services account ID or group from the list.</p>
1180
+ * @public
1181
+ */
1182
+ Remove?: CreateVolumePermission[] | undefined;
1183
+ }
1184
+ /**
1185
+ * @public
1186
+ */
1187
+ export interface ModifySnapshotAttributeRequest {
1188
+ /**
1189
+ * <p>The snapshot attribute to modify. Only volume creation permissions can be modified.</p>
1190
+ * @public
1191
+ */
1192
+ Attribute?: SnapshotAttributeName | undefined;
1193
+ /**
1194
+ * <p>A JSON representation of the snapshot attribute modification.</p>
1195
+ * @public
1196
+ */
1197
+ CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
1198
+ /**
1199
+ * <p>The group to modify for the snapshot.</p>
1200
+ * @public
1201
+ */
1202
+ GroupNames?: string[] | undefined;
1203
+ /**
1204
+ * <p>The type of operation to perform to the attribute.</p>
1205
+ * @public
1206
+ */
1207
+ OperationType?: OperationType | undefined;
1208
+ /**
1209
+ * <p>The ID of the snapshot.</p>
1210
+ * @public
1211
+ */
1212
+ SnapshotId: string | undefined;
1213
+ /**
1214
+ * <p>The account ID to modify for the snapshot.</p>
1215
+ * @public
1216
+ */
1217
+ UserIds?: string[] | undefined;
1218
+ /**
1219
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1220
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1221
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1222
+ * @public
1223
+ */
1224
+ DryRun?: boolean | undefined;
1225
+ }
1226
+ /**
1227
+ * @public
1228
+ * @enum
1229
+ */
1230
+ export declare const TargetStorageTier: {
1231
+ readonly archive: "archive";
1232
+ };
1233
+ /**
1234
+ * @public
1235
+ */
1236
+ export type TargetStorageTier = (typeof TargetStorageTier)[keyof typeof TargetStorageTier];
1237
+ /**
1238
+ * @public
1239
+ */
1240
+ export interface ModifySnapshotTierRequest {
1241
+ /**
1242
+ * <p>The ID of the snapshot.</p>
1243
+ * @public
1244
+ */
1245
+ SnapshotId: string | undefined;
1246
+ /**
1247
+ * <p>The name of the storage tier. You must specify <code>archive</code>.</p>
1248
+ * @public
1249
+ */
1250
+ StorageTier?: TargetStorageTier | undefined;
1251
+ /**
1252
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1253
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1254
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1255
+ * @public
1256
+ */
1257
+ DryRun?: boolean | undefined;
1258
+ }
1259
+ /**
1260
+ * @public
1261
+ */
1262
+ export interface ModifySnapshotTierResult {
1263
+ /**
1264
+ * <p>The ID of the snapshot.</p>
1265
+ * @public
1266
+ */
1267
+ SnapshotId?: string | undefined;
1268
+ /**
1269
+ * <p>The date and time when the archive process was started.</p>
1270
+ * @public
1271
+ */
1272
+ TieringStartTime?: Date | undefined;
1273
+ }
1274
+ /**
1275
+ * <p>Contains the parameters for ModifySpotFleetRequest.</p>
1276
+ * @public
1277
+ */
1278
+ export interface ModifySpotFleetRequestRequest {
1279
+ /**
1280
+ * <p>The launch template and overrides. You can only use this parameter if you specified a
1281
+ * launch template (<code>LaunchTemplateConfigs</code>) in your Spot Fleet request. If you
1282
+ * specified <code>LaunchSpecifications</code> in your Spot Fleet request, then omit this
1283
+ * parameter.</p>
1284
+ * @public
1285
+ */
1286
+ LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
1287
+ /**
1288
+ * <p>The number of On-Demand Instances in the fleet.</p>
1289
+ * @public
1290
+ */
1291
+ OnDemandTargetCapacity?: number | undefined;
1292
+ /**
1293
+ * <p>Reserved.</p>
1294
+ * @public
1295
+ */
1296
+ Context?: string | undefined;
1297
+ /**
1298
+ * <p>The ID of the Spot Fleet request.</p>
1299
+ * @public
1300
+ */
1301
+ SpotFleetRequestId: string | undefined;
1302
+ /**
1303
+ * <p>The size of the fleet.</p>
1304
+ * @public
1305
+ */
1306
+ TargetCapacity?: number | undefined;
1307
+ /**
1308
+ * <p>Indicates whether running instances should be terminated if the target capacity
1309
+ * of the Spot Fleet request is decreased below the current size of the Spot Fleet.</p>
1310
+ * <p>Supported only for fleets of type <code>maintain</code>.</p>
1311
+ * @public
1312
+ */
1313
+ ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
1314
+ }
8
1315
  /**
9
1316
  * <p>Contains the output of ModifySpotFleetRequest.</p>
10
1317
  * @public
@@ -549,6 +1856,33 @@ export interface ModifyTransitGatewayVpcAttachmentResult {
549
1856
  */
550
1857
  TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
551
1858
  }
1859
+ /**
1860
+ * <p>Describes the port range for a Verified Access endpoint.</p>
1861
+ * @public
1862
+ */
1863
+ export interface ModifyVerifiedAccessEndpointPortRange {
1864
+ /**
1865
+ * <p>The start of the port range.</p>
1866
+ * @public
1867
+ */
1868
+ FromPort?: number | undefined;
1869
+ /**
1870
+ * <p>The end of the port range.</p>
1871
+ * @public
1872
+ */
1873
+ ToPort?: number | undefined;
1874
+ }
1875
+ /**
1876
+ * <p>The CIDR options for a Verified Access endpoint.</p>
1877
+ * @public
1878
+ */
1879
+ export interface ModifyVerifiedAccessEndpointCidrOptions {
1880
+ /**
1881
+ * <p>The port ranges.</p>
1882
+ * @public
1883
+ */
1884
+ PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
1885
+ }
552
1886
  /**
553
1887
  * <p>Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the
554
1888
  * <code>load-balancer</code> type.</p>
@@ -570,6 +1904,11 @@ export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
570
1904
  * @public
571
1905
  */
572
1906
  Port?: number | undefined;
1907
+ /**
1908
+ * <p>The port ranges.</p>
1909
+ * @public
1910
+ */
1911
+ PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
573
1912
  }
574
1913
  /**
575
1914
  * <p>Describes the options when modifying a Verified Access endpoint with the
@@ -587,6 +1926,32 @@ export interface ModifyVerifiedAccessEndpointEniOptions {
587
1926
  * @public
588
1927
  */
589
1928
  Port?: number | undefined;
1929
+ /**
1930
+ * <p>The port ranges.</p>
1931
+ * @public
1932
+ */
1933
+ PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
1934
+ }
1935
+ /**
1936
+ * <p>The RDS options for a Verified Access endpoint.</p>
1937
+ * @public
1938
+ */
1939
+ export interface ModifyVerifiedAccessEndpointRdsOptions {
1940
+ /**
1941
+ * <p>The IDs of the subnets.</p>
1942
+ * @public
1943
+ */
1944
+ SubnetIds?: string[] | undefined;
1945
+ /**
1946
+ * <p>The port.</p>
1947
+ * @public
1948
+ */
1949
+ Port?: number | undefined;
1950
+ /**
1951
+ * <p>The RDS endpoint.</p>
1952
+ * @public
1953
+ */
1954
+ RdsEndpoint?: string | undefined;
590
1955
  }
591
1956
  /**
592
1957
  * @public
@@ -631,6 +1996,16 @@ export interface ModifyVerifiedAccessEndpointRequest {
631
1996
  * @public
632
1997
  */
633
1998
  DryRun?: boolean | undefined;
1999
+ /**
2000
+ * <p>The RDS options.</p>
2001
+ * @public
2002
+ */
2003
+ RdsOptions?: ModifyVerifiedAccessEndpointRdsOptions | undefined;
2004
+ /**
2005
+ * <p>The CIDR options.</p>
2006
+ * @public
2007
+ */
2008
+ CidrOptions?: ModifyVerifiedAccessEndpointCidrOptions | undefined;
634
2009
  }
635
2010
  /**
636
2011
  * @public
@@ -827,7 +2202,12 @@ export interface ModifyVerifiedAccessInstanceRequest {
827
2202
  * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
828
2203
  * @public
829
2204
  */
830
- ClientToken?: string | undefined;
2205
+ ClientToken?: string | undefined;
2206
+ /**
2207
+ * <p>The custom subdomain.</p>
2208
+ * @public
2209
+ */
2210
+ CidrEndpointsCustomSubDomain?: string | undefined;
831
2211
  }
832
2212
  /**
833
2213
  * @public
@@ -974,11 +2354,57 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
974
2354
  */
975
2355
  export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
976
2356
  /**
977
- * <p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </p>
2357
+ * <p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.</p>
978
2358
  * @public
979
2359
  */
980
2360
  PublicSigningKeyUrl?: string | undefined;
981
2361
  }
2362
+ /**
2363
+ * <p>Describes the OpenID Connect (OIDC) options.</p>
2364
+ * @public
2365
+ */
2366
+ export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
2367
+ /**
2368
+ * <p>The public signing key endpoint.</p>
2369
+ * @public
2370
+ */
2371
+ PublicSigningKeyEndpoint?: string | undefined;
2372
+ /**
2373
+ * <p>The OIDC issuer identifier of the IdP.</p>
2374
+ * @public
2375
+ */
2376
+ Issuer?: string | undefined;
2377
+ /**
2378
+ * <p>The authorization endpoint of the IdP.</p>
2379
+ * @public
2380
+ */
2381
+ AuthorizationEndpoint?: string | undefined;
2382
+ /**
2383
+ * <p>The token endpoint of the IdP.</p>
2384
+ * @public
2385
+ */
2386
+ TokenEndpoint?: string | undefined;
2387
+ /**
2388
+ * <p>The user info endpoint of the IdP.</p>
2389
+ * @public
2390
+ */
2391
+ UserInfoEndpoint?: string | undefined;
2392
+ /**
2393
+ * <p>The OAuth 2.0 client identifier.</p>
2394
+ * @public
2395
+ */
2396
+ ClientId?: string | undefined;
2397
+ /**
2398
+ * <p>The OAuth 2.0 client secret.</p>
2399
+ * @public
2400
+ */
2401
+ ClientSecret?: string | undefined;
2402
+ /**
2403
+ * <p>The set of user claims to be requested from the IdP.</p>
2404
+ * @public
2405
+ */
2406
+ Scope?: string | undefined;
2407
+ }
982
2408
  /**
983
2409
  * <p>Options for an OpenID Connect-compatible user-identity trust provider.</p>
984
2410
  * @public
@@ -1063,6 +2489,11 @@ export interface ModifyVerifiedAccessTrustProviderRequest {
1063
2489
  * @public
1064
2490
  */
1065
2491
  SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
2492
+ /**
2493
+ * <p>The OpenID Connect (OIDC) options.</p>
2494
+ * @public
2495
+ */
2496
+ NativeApplicationOidcOptions?: ModifyVerifiedAccessNativeApplicationOidcOptions | undefined;
1066
2497
  }
1067
2498
  /**
1068
2499
  * @public
@@ -3471,6 +4902,65 @@ export interface ReplaceIamInstanceProfileAssociationResult {
3471
4902
  */
3472
4903
  IamInstanceProfileAssociation?: IamInstanceProfileAssociation | undefined;
3473
4904
  }
4905
+ /**
4906
+ * <p>The list of criteria that are evaluated to determine whch AMIs are discoverable and usable
4907
+ * in the account in the specified Amazon Web Services Region. Currently, the only criteria that can be
4908
+ * specified are AMI providers. </p>
4909
+ * <p>Up to 10 <code>imageCriteria</code> objects can be specified, and up to a total of 200
4910
+ * values for all <code>imageProviders</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html#allowed-amis-json-configuration">JSON
4911
+ * configuration for the Allowed AMIs criteria</a> in the
4912
+ * <i>Amazon EC2 User Guide</i>.</p>
4913
+ * @public
4914
+ */
4915
+ export interface ImageCriterionRequest {
4916
+ /**
4917
+ * <p>A list of image providers whose AMIs are discoverable and useable in the account. Up to a
4918
+ * total of 200 values can be specified.</p>
4919
+ * <p>Possible values:</p>
4920
+ * <p>
4921
+ * <code>amazon</code>: Allow AMIs created by Amazon Web Services.</p>
4922
+ * <p>
4923
+ * <code>aws-marketplace</code>: Allow AMIs created by verified providers in the Amazon Web Services
4924
+ * Marketplace.</p>
4925
+ * <p>
4926
+ * <code>aws-backup-vault</code>: Allow AMIs created by Amazon Web Services Backup. </p>
4927
+ * <p>12-digit account ID: Allow AMIs created by this account. One or more account IDs can be
4928
+ * specified.</p>
4929
+ * <p>
4930
+ * <code>none</code>: Allow AMIs created by your own account only. When <code>none</code> is
4931
+ * specified, no other values can be specified.</p>
4932
+ * @public
4933
+ */
4934
+ ImageProviders?: string[] | undefined;
4935
+ }
4936
+ /**
4937
+ * @public
4938
+ */
4939
+ export interface ReplaceImageCriteriaInAllowedImagesSettingsRequest {
4940
+ /**
4941
+ * <p>The list of criteria that are evaluated to determine whether AMIs are discoverable and
4942
+ * usable in the account in the specified Amazon Web Services Region.</p>
4943
+ * @public
4944
+ */
4945
+ ImageCriteria?: ImageCriterionRequest[] | undefined;
4946
+ /**
4947
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
4948
+ * and provides an error response. If you have the required permissions, the error response is
4949
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4950
+ * @public
4951
+ */
4952
+ DryRun?: boolean | undefined;
4953
+ }
4954
+ /**
4955
+ * @public
4956
+ */
4957
+ export interface ReplaceImageCriteriaInAllowedImagesSettingsResult {
4958
+ /**
4959
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
4960
+ * @public
4961
+ */
4962
+ ReturnValue?: boolean | undefined;
4963
+ }
3474
4964
  /**
3475
4965
  * @public
3476
4966
  */
@@ -5170,6 +6660,35 @@ export interface InstanceMetadataOptionsRequest {
5170
6660
  */
5171
6661
  InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
5172
6662
  }
6663
+ /**
6664
+ * <p>Configure network performance options for your instance that are geared towards performance
6665
+ * improvements based on the workload that it runs.</p>
6666
+ * @public
6667
+ */
6668
+ export interface InstanceNetworkPerformanceOptionsRequest {
6669
+ /**
6670
+ * <p>Specify the bandwidth weighting option to boost the associated type of baseline bandwidth,
6671
+ * as follows:</p>
6672
+ * <dl>
6673
+ * <dt>default</dt>
6674
+ * <dd>
6675
+ * <p>This option uses the standard bandwidth configuration for your instance type.</p>
6676
+ * </dd>
6677
+ * <dt>vpc-1</dt>
6678
+ * <dd>
6679
+ * <p>This option boosts your networking baseline bandwidth and reduces your EBS baseline
6680
+ * bandwidth.</p>
6681
+ * </dd>
6682
+ * <dt>ebs-1</dt>
6683
+ * <dd>
6684
+ * <p>This option boosts your EBS baseline bandwidth and reduces your networking baseline
6685
+ * bandwidth.</p>
6686
+ * </dd>
6687
+ * </dl>
6688
+ * @public
6689
+ */
6690
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
6691
+ }
5173
6692
  /**
5174
6693
  * <p>Describes the options for instance hostnames.</p>
5175
6694
  * @public
@@ -5473,6 +6992,11 @@ export interface RunInstancesRequest {
5473
6992
  * @public
5474
6993
  */
5475
6994
  EnablePrimaryIpv6?: boolean | undefined;
6995
+ /**
6996
+ * <p>Contains settings for the network performance options for the instance.</p>
6997
+ * @public
6998
+ */
6999
+ NetworkPerformanceOptions?: InstanceNetworkPerformanceOptionsRequest | undefined;
5476
7000
  /**
5477
7001
  * <p>Reserved for internal use.</p>
5478
7002
  * @public
@@ -6242,6 +7766,63 @@ export interface SendDiagnosticInterruptRequest {
6242
7766
  */
6243
7767
  DryRun?: boolean | undefined;
6244
7768
  }
7769
+ /**
7770
+ * @public
7771
+ */
7772
+ export interface StartDeclarativePoliciesReportRequest {
7773
+ /**
7774
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7775
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7776
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7777
+ * @public
7778
+ */
7779
+ DryRun?: boolean | undefined;
7780
+ /**
7781
+ * <p>The name of the S3 bucket where the report will be saved.</p>
7782
+ * @public
7783
+ */
7784
+ S3Bucket: string | undefined;
7785
+ /**
7786
+ * <p>The prefix for your S3 object.</p>
7787
+ * @public
7788
+ */
7789
+ S3Prefix?: string | undefined;
7790
+ /**
7791
+ * <p>The root ID, organizational unit ID, or account ID.</p>
7792
+ * <p>Format:</p>
7793
+ * <ul>
7794
+ * <li>
7795
+ * <p>For root: <code>r-ab12</code>
7796
+ * </p>
7797
+ * </li>
7798
+ * <li>
7799
+ * <p>For OU: <code>ou-ab12-cdef1234</code>
7800
+ * </p>
7801
+ * </li>
7802
+ * <li>
7803
+ * <p>For account: <code>123456789012</code>
7804
+ * </p>
7805
+ * </li>
7806
+ * </ul>
7807
+ * @public
7808
+ */
7809
+ TargetId: string | undefined;
7810
+ /**
7811
+ * <p>The tags to apply.</p>
7812
+ * @public
7813
+ */
7814
+ TagSpecifications?: TagSpecification[] | undefined;
7815
+ }
7816
+ /**
7817
+ * @public
7818
+ */
7819
+ export interface StartDeclarativePoliciesReportResult {
7820
+ /**
7821
+ * <p>The ID of the report.</p>
7822
+ * @public
7823
+ */
7824
+ ReportId?: string | undefined;
7825
+ }
6245
7826
  /**
6246
7827
  * @public
6247
7828
  */
@@ -6683,171 +8264,9 @@ export interface UnlockSnapshotResult {
6683
8264
  SnapshotId?: string | undefined;
6684
8265
  }
6685
8266
  /**
6686
- * @public
6687
- */
6688
- export interface UnmonitorInstancesRequest {
6689
- /**
6690
- * <p>The IDs of the instances.</p>
6691
- * @public
6692
- */
6693
- InstanceIds: string[] | undefined;
6694
- /**
6695
- * <p>Checks whether you have the required permissions for the operation, without actually making the
6696
- * request, and provides an error response. If you have the required permissions, the error response is
6697
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6698
- * @public
6699
- */
6700
- DryRun?: boolean | undefined;
6701
- }
6702
- /**
6703
- * @public
6704
- */
6705
- export interface UnmonitorInstancesResult {
6706
- /**
6707
- * <p>The monitoring information.</p>
6708
- * @public
6709
- */
6710
- InstanceMonitorings?: InstanceMonitoring[] | undefined;
6711
- }
6712
- /**
6713
- * <p>Describes the description of a security group rule.</p>
6714
- * <p>You can use this when you want to update the security group rule description for either an inbound or outbound rule.</p>
6715
- * @public
6716
- */
6717
- export interface SecurityGroupRuleDescription {
6718
- /**
6719
- * <p>The ID of the security group rule.</p>
6720
- * @public
6721
- */
6722
- SecurityGroupRuleId?: string | undefined;
6723
- /**
6724
- * <p>The description of the security group rule.</p>
6725
- * @public
6726
- */
6727
- Description?: string | undefined;
6728
- }
6729
- /**
6730
- * @public
6731
- */
6732
- export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
6733
- /**
6734
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6735
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6736
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6737
- * @public
6738
- */
6739
- DryRun?: boolean | undefined;
6740
- /**
6741
- * <p>The ID of the security group. You must specify either the security group ID or the
6742
- * security group name in the request. For security groups in a nondefault VPC, you must
6743
- * specify the security group ID.</p>
6744
- * @public
6745
- */
6746
- GroupId?: string | undefined;
6747
- /**
6748
- * <p>[Default VPC] The name of the security group. You must specify either the security group
6749
- * ID or the security group name.</p>
6750
- * @public
6751
- */
6752
- GroupName?: string | undefined;
6753
- /**
6754
- * <p>The IP permissions for the security group rule. You must specify either the IP permissions
6755
- * or the description.</p>
6756
- * @public
6757
- */
6758
- IpPermissions?: IpPermission[] | undefined;
6759
- /**
6760
- * <p>The description for the egress security group rules. You must specify either the
6761
- * description or the IP permissions.</p>
6762
- * @public
6763
- */
6764
- SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
6765
- }
6766
- /**
6767
- * @public
6768
- */
6769
- export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
6770
- /**
6771
- * <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
6772
- * @public
6773
- */
6774
- Return?: boolean | undefined;
6775
- }
6776
- /**
6777
- * @public
6778
- */
6779
- export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
6780
- /**
6781
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6782
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6783
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6784
- * @public
6785
- */
6786
- DryRun?: boolean | undefined;
6787
- /**
6788
- * <p>The ID of the security group. You must specify either the security group ID or the
6789
- * security group name in the request. For security groups in a nondefault VPC, you must
6790
- * specify the security group ID.</p>
6791
- * @public
6792
- */
6793
- GroupId?: string | undefined;
6794
- /**
6795
- * <p>[Default VPC] The name of the security group. You must specify either the
6796
- * security group ID or the security group name. For security groups in a
6797
- * nondefault VPC, you must specify the security group ID.</p>
6798
- * @public
6799
- */
6800
- GroupName?: string | undefined;
6801
- /**
6802
- * <p>The IP permissions for the security group rule. You must specify either IP permissions
6803
- * or a description.</p>
6804
- * @public
6805
- */
6806
- IpPermissions?: IpPermission[] | undefined;
6807
- /**
6808
- * <p>The description for the ingress security group rules. You must specify either
6809
- * a description or IP permissions.</p>
6810
- * @public
6811
- */
6812
- SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
6813
- }
6814
- /**
6815
- * @public
6816
- */
6817
- export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
6818
- /**
6819
- * <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
6820
- * @public
6821
- */
6822
- Return?: boolean | undefined;
6823
- }
6824
- /**
6825
- * @public
6826
- */
6827
- export interface WithdrawByoipCidrRequest {
6828
- /**
6829
- * <p>The address range, in CIDR notation.</p>
6830
- * @public
6831
- */
6832
- Cidr: string | undefined;
6833
- /**
6834
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6835
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6836
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6837
- * @public
6838
- */
6839
- DryRun?: boolean | undefined;
6840
- }
6841
- /**
6842
- * @public
8267
+ * @internal
6843
8268
  */
6844
- export interface WithdrawByoipCidrResult {
6845
- /**
6846
- * <p>Information about the address pool.</p>
6847
- * @public
6848
- */
6849
- ByoipCidr?: ByoipCidr | undefined;
6850
- }
8269
+ export declare const ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (obj: ModifyVerifiedAccessNativeApplicationOidcOptions) => any;
6851
8270
  /**
6852
8271
  * @internal
6853
8272
  */