@aws-sdk/client-ec2 3.699.0 → 3.703.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2214 -445
  3. package/dist-es/EC2.js +22 -0
  4. package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
  5. package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
  7. package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
  8. package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
  9. package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
  10. package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
  11. package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
  12. package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
  13. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  14. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/models/index.js +1 -0
  17. package/dist-es/models/models_0.js +9 -32
  18. package/dist-es/models/models_1.js +50 -11
  19. package/dist-es/models/models_2.js +32 -19
  20. package/dist-es/models/models_3.js +21 -13
  21. package/dist-es/models/models_4.js +13 -0
  22. package/dist-es/models/models_5.js +8 -3
  23. package/dist-es/models/models_6.js +13 -8
  24. package/dist-es/models/models_7.js +15 -0
  25. package/dist-es/models/models_8.js +1 -0
  26. package/dist-es/protocols/Aws_ec2.js +1655 -132
  27. package/dist-types/EC2.d.ts +82 -0
  28. package/dist-types/EC2Client.d.ts +13 -2
  29. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  33. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  34. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  35. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  36. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  37. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  38. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -1
  39. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  41. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  42. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  49. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  63. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  64. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  69. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +4 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +28 -5
  104. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -0
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +11 -1
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -2
  116. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  117. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  118. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  119. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  121. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
  122. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  124. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  125. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  126. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  130. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  131. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  133. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  134. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -2
  136. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -0
  137. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  138. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  140. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  142. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  143. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  144. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  145. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  146. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -1
  148. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +7 -0
  149. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +4 -0
  150. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +22 -2
  151. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  152. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  153. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
  154. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  158. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  159. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  160. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  161. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  162. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  163. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  164. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  166. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  167. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  168. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  169. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  170. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  171. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  172. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  173. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  174. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  175. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  178. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  194. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  198. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  200. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  201. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  202. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  203. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +3 -4
  204. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  207. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  208. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  209. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  210. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  211. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  212. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  213. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  215. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  216. package/dist-types/commands/index.d.ts +11 -0
  217. package/dist-types/models/index.d.ts +1 -0
  218. package/dist-types/models/models_0.d.ts +129 -298
  219. package/dist-types/models/models_1.d.ts +339 -202
  220. package/dist-types/models/models_2.d.ts +637 -289
  221. package/dist-types/models/models_3.d.ts +417 -861
  222. package/dist-types/models/models_4.d.ts +7130 -7145
  223. package/dist-types/models/models_5.d.ts +5633 -4991
  224. package/dist-types/models/models_6.d.ts +4335 -4505
  225. package/dist-types/models/models_7.d.ts +1540 -24
  226. package/dist-types/models/models_8.d.ts +11 -0
  227. package/dist-types/protocols/Aws_ec2.d.ts +99 -0
  228. package/dist-types/ts3.4/EC2.d.ts +216 -0
  229. package/dist-types/ts3.4/EC2Client.d.ts +66 -0
  230. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  232. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
  233. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +4 -2
  241. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
  243. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  246. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +4 -2
  251. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  252. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  266. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  267. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  268. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  269. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  289. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  290. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  291. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  292. package/dist-types/ts3.4/models/index.d.ts +1 -0
  293. package/dist-types/ts3.4/models/models_0.d.ts +38 -64
  294. package/dist-types/ts3.4/models/models_1.d.ts +83 -54
  295. package/dist-types/ts3.4/models/models_2.d.ts +158 -89
  296. package/dist-types/ts3.4/models/models_3.d.ts +103 -163
  297. package/dist-types/ts3.4/models/models_4.d.ts +164 -153
  298. package/dist-types/ts3.4/models/models_5.d.ts +211 -135
  299. package/dist-types/ts3.4/models/models_6.d.ts +245 -282
  300. package/dist-types/ts3.4/models/models_7.d.ts +341 -6
  301. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  302. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  303. package/package.json +1 -1
@@ -1,10 +1,1284 @@
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, 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, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, IpamResourceCidr, MetadataDefaultHttpTokensState, OperationType, Purchase } from "./models_6";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface ModifyInstanceMetadataDefaultsRequest {
12
+ /**
13
+ * <p>Indicates whether IMDSv2 is required.</p>
14
+ * <ul>
15
+ * <li>
16
+ * <p>
17
+ * <code>optional</code> – IMDSv2 is optional, which means that you can
18
+ * use either IMDSv2 or IMDSv1.</p>
19
+ * </li>
20
+ * <li>
21
+ * <p>
22
+ * <code>required</code> – IMDSv2 is required, which means that IMDSv1 is
23
+ * disabled, and you must use IMDSv2.</p>
24
+ * </li>
25
+ * </ul>
26
+ * @public
27
+ */
28
+ HttpTokens?: MetadataDefaultHttpTokensState | undefined;
29
+ /**
30
+ * <p>The maximum number of hops that the metadata token can travel. To indicate no
31
+ * preference, specify <code>-1</code>.</p>
32
+ * <p>Possible values: Integers from <code>1</code> to <code>64</code>, and <code>-1</code>
33
+ * to indicate no preference</p>
34
+ * @public
35
+ */
36
+ HttpPutResponseHopLimit?: number | undefined;
37
+ /**
38
+ * <p>Enables or disables the IMDS endpoint on an instance. When disabled, the instance
39
+ * metadata can't be accessed.</p>
40
+ * @public
41
+ */
42
+ HttpEndpoint?: DefaultInstanceMetadataEndpointState | undefined;
43
+ /**
44
+ * <p>Enables or disables access to an instance's tags from the instance metadata. For more
45
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with
46
+ * instance tags using the instance metadata</a> in the
47
+ * <i>Amazon EC2 User Guide</i>.</p>
48
+ * @public
49
+ */
50
+ InstanceMetadataTags?: DefaultInstanceMetadataTagsState | undefined;
51
+ /**
52
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
53
+ * request, and provides an error response. If you have the required permissions, the error response is
54
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
55
+ * @public
56
+ */
57
+ DryRun?: boolean | undefined;
58
+ }
59
+ /**
60
+ * @public
61
+ */
62
+ export interface ModifyInstanceMetadataDefaultsResult {
63
+ /**
64
+ * <p>If the request succeeds, the response returns <code>true</code>. If the request fails,
65
+ * no response is returned, and instead an error message is returned.</p>
66
+ * @public
67
+ */
68
+ Return?: boolean | undefined;
69
+ }
70
+ /**
71
+ * @public
72
+ */
73
+ export interface ModifyInstanceMetadataOptionsRequest {
74
+ /**
75
+ * <p>The ID of the instance.</p>
76
+ * @public
77
+ */
78
+ InstanceId: string | undefined;
79
+ /**
80
+ * <p>Indicates whether IMDSv2 is required.</p>
81
+ * <ul>
82
+ * <li>
83
+ * <p>
84
+ * <code>optional</code> - IMDSv2 is optional. You can choose whether to send a
85
+ * session token in your instance metadata retrieval requests. If you retrieve
86
+ * IAM role credentials without a session token, you receive the IMDSv1 role
87
+ * credentials. If you retrieve IAM role credentials using a valid session token,
88
+ * you receive the IMDSv2 role credentials.</p>
89
+ * </li>
90
+ * <li>
91
+ * <p>
92
+ * <code>required</code> - IMDSv2 is required. You must send a session token
93
+ * in your instance metadata retrieval requests. With this option, retrieving the
94
+ * IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are
95
+ * not available.</p>
96
+ * </li>
97
+ * </ul>
98
+ * <p>Default:</p>
99
+ * <ul>
100
+ * <li>
101
+ * <p>If the value of <code>ImdsSupport</code> for the Amazon Machine Image (AMI)
102
+ * for your instance is <code>v2.0</code> and the account level default is set to
103
+ * <code>no-preference</code>, the default is <code>required</code>.</p>
104
+ * </li>
105
+ * <li>
106
+ * <p>If the value of <code>ImdsSupport</code> for the Amazon Machine Image (AMI)
107
+ * for your instance is <code>v2.0</code>, but the account level default is set to
108
+ * <code>V1 or V2</code>, the default is <code>optional</code>.</p>
109
+ * </li>
110
+ * </ul>
111
+ * <p>The default value can also be affected by other combinations of parameters. For more
112
+ * 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
113
+ * <i>Amazon EC2 User Guide</i>.</p>
114
+ * @public
115
+ */
116
+ HttpTokens?: HttpTokensState | undefined;
117
+ /**
118
+ * <p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the
119
+ * number, the further instance metadata requests can travel. If no parameter is specified,
120
+ * the existing state is maintained.</p>
121
+ * <p>Possible values: Integers from 1 to 64</p>
122
+ * @public
123
+ */
124
+ HttpPutResponseHopLimit?: number | undefined;
125
+ /**
126
+ * <p>Enables or disables the HTTP metadata endpoint on your instances. If this parameter is
127
+ * not specified, the existing state is maintained.</p>
128
+ * <p>If you specify a value of <code>disabled</code>, you cannot access your instance
129
+ * metadata.</p>
130
+ * @public
131
+ */
132
+ HttpEndpoint?: InstanceMetadataEndpointState | undefined;
133
+ /**
134
+ * <p>Checks whether you have the required permissions for the action, without actually
135
+ * making the request, and provides an error response. If you have the required
136
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
137
+ * <code>UnauthorizedOperation</code>.</p>
138
+ * @public
139
+ */
140
+ DryRun?: boolean | undefined;
141
+ /**
142
+ * <p>Enables or disables the IPv6 endpoint for the instance metadata service.
143
+ * Applies only if you enabled the HTTP metadata endpoint.</p>
144
+ * @public
145
+ */
146
+ HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
147
+ /**
148
+ * <p>Set to <code>enabled</code> to allow access to instance tags from the instance
149
+ * metadata. Set to <code>disabled</code> to turn off access to instance tags from the
150
+ * 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
151
+ * instance tags using the instance metadata</a>.</p>
152
+ * @public
153
+ */
154
+ InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
155
+ }
156
+ /**
157
+ * @public
158
+ */
159
+ export interface ModifyInstanceMetadataOptionsResult {
160
+ /**
161
+ * <p>The ID of the instance.</p>
162
+ * @public
163
+ */
164
+ InstanceId?: string | undefined;
165
+ /**
166
+ * <p>The metadata options for the instance.</p>
167
+ * @public
168
+ */
169
+ InstanceMetadataOptions?: InstanceMetadataOptionsResponse | undefined;
170
+ }
171
+ /**
172
+ * @public
173
+ * @enum
174
+ */
175
+ export declare const HostTenancy: {
176
+ readonly dedicated: "dedicated";
177
+ readonly default: "default";
178
+ readonly host: "host";
179
+ };
180
+ /**
181
+ * @public
182
+ */
183
+ export type HostTenancy = (typeof HostTenancy)[keyof typeof HostTenancy];
184
+ /**
185
+ * @public
186
+ */
187
+ export interface ModifyInstancePlacementRequest {
188
+ /**
189
+ * <p>The name of the placement group in which to place the instance. For spread placement
190
+ * groups, the instance must have a tenancy of <code>default</code>. For cluster and
191
+ * partition placement groups, the instance must have a tenancy of <code>default</code> or
192
+ * <code>dedicated</code>.</p>
193
+ * <p>To remove an instance from a placement group, specify an empty string ("").</p>
194
+ * @public
195
+ */
196
+ GroupName?: string | undefined;
197
+ /**
198
+ * <p>The number of the partition in which to place the instance. Valid only if the
199
+ * placement group strategy is set to <code>partition</code>.</p>
200
+ * @public
201
+ */
202
+ PartitionNumber?: number | undefined;
203
+ /**
204
+ * <p>The ARN of the host resource group in which to place the instance. The instance must
205
+ * have a tenancy of <code>host</code> to specify this parameter.</p>
206
+ * @public
207
+ */
208
+ HostResourceGroupArn?: string | undefined;
209
+ /**
210
+ * <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
211
+ * group.</p>
212
+ * @public
213
+ */
214
+ GroupId?: string | undefined;
215
+ /**
216
+ * <p>The ID of the instance that you are modifying.</p>
217
+ * @public
218
+ */
219
+ InstanceId: string | undefined;
220
+ /**
221
+ * <p>The tenancy for the instance.</p>
222
+ * <note>
223
+ * <p>For T3 instances, you must launch the instance on a Dedicated Host to use a
224
+ * tenancy of <code>host</code>. You can't change the tenancy from
225
+ * <code>host</code> to <code>dedicated</code> or <code>default</code>.
226
+ * Attempting to make one of these unsupported tenancy changes results in an
227
+ * <code>InvalidRequest</code> error code.</p>
228
+ * </note>
229
+ * @public
230
+ */
231
+ Tenancy?: HostTenancy | undefined;
232
+ /**
233
+ * <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>
234
+ * @public
235
+ */
236
+ Affinity?: Affinity | undefined;
237
+ /**
238
+ * <p>The ID of the Dedicated Host with which to associate the instance.</p>
239
+ * @public
240
+ */
241
+ HostId?: string | undefined;
242
+ }
243
+ /**
244
+ * @public
245
+ */
246
+ export interface ModifyInstancePlacementResult {
247
+ /**
248
+ * <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
249
+ * @public
250
+ */
251
+ Return?: boolean | undefined;
252
+ }
253
+ /**
254
+ * <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>
255
+ * <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>
256
+ * </p>
257
+ * @public
258
+ */
259
+ export interface RemoveIpamOperatingRegion {
260
+ /**
261
+ * <p>The name of the operating Region you want to remove.</p>
262
+ * @public
263
+ */
264
+ RegionName?: string | undefined;
265
+ }
266
+ /**
267
+ * @public
268
+ */
269
+ export interface ModifyIpamRequest {
270
+ /**
271
+ * <p>A check for whether you have the required permissions for the action without actually making the request
272
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
273
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
274
+ * @public
275
+ */
276
+ DryRun?: boolean | undefined;
277
+ /**
278
+ * <p>The ID of the IPAM you want to modify.</p>
279
+ * @public
280
+ */
281
+ IpamId: string | undefined;
282
+ /**
283
+ * <p>The description of the IPAM you want to modify.</p>
284
+ * @public
285
+ */
286
+ Description?: string | undefined;
287
+ /**
288
+ * <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>
289
+ * <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>
290
+ * @public
291
+ */
292
+ AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
293
+ /**
294
+ * <p>The operating Regions to remove.</p>
295
+ * @public
296
+ */
297
+ RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
298
+ /**
299
+ * <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>
300
+ * @public
301
+ */
302
+ Tier?: IpamTier | undefined;
303
+ /**
304
+ * <p>Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.</p>
305
+ * @public
306
+ */
307
+ EnablePrivateGua?: boolean | undefined;
308
+ }
309
+ /**
310
+ * @public
311
+ */
312
+ export interface ModifyIpamResult {
313
+ /**
314
+ * <p>The results of the modification.</p>
315
+ * @public
316
+ */
317
+ Ipam?: Ipam | undefined;
318
+ }
319
+ /**
320
+ * @public
321
+ */
322
+ export interface ModifyIpamPoolRequest {
323
+ /**
324
+ * <p>A check for whether you have the required permissions for the action without actually making the request
325
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
326
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
327
+ * @public
328
+ */
329
+ DryRun?: boolean | undefined;
330
+ /**
331
+ * <p>The ID of the IPAM pool you want to modify.</p>
332
+ * @public
333
+ */
334
+ IpamPoolId: string | undefined;
335
+ /**
336
+ * <p>The description of the IPAM pool you want to modify.</p>
337
+ * @public
338
+ */
339
+ Description?: string | undefined;
340
+ /**
341
+ * <p>If true, IPAM will continuously look for resources within the CIDR range of this pool
342
+ * and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for
343
+ * these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import
344
+ * a CIDR regardless of its compliance with the pool's allocation rules, so a resource might be imported and subsequently
345
+ * marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM
346
+ * discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.
347
+ * </p>
348
+ * <p>A locale must be set on the pool for this feature to work.</p>
349
+ * @public
350
+ */
351
+ AutoImport?: boolean | undefined;
352
+ /**
353
+ * <p>The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. Possible
354
+ * netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128. The minimum netmask
355
+ * length must be less than the maximum netmask length.</p>
356
+ * @public
357
+ */
358
+ AllocationMinNetmaskLength?: number | undefined;
359
+ /**
360
+ * <p>The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. Possible
361
+ * netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.The maximum netmask
362
+ * length must be greater than the minimum netmask length.</p>
363
+ * @public
364
+ */
365
+ AllocationMaxNetmaskLength?: number | undefined;
366
+ /**
367
+ * <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>
368
+ * @public
369
+ */
370
+ AllocationDefaultNetmaskLength?: number | undefined;
371
+ /**
372
+ * <p>Clear the default netmask length allocation rule for this pool.</p>
373
+ * @public
374
+ */
375
+ ClearAllocationDefaultNetmaskLength?: boolean | undefined;
376
+ /**
377
+ * <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>
378
+ * @public
379
+ */
380
+ AddAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
381
+ /**
382
+ * <p>Remove tag allocation rules from a pool.</p>
383
+ * @public
384
+ */
385
+ RemoveAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
386
+ }
387
+ /**
388
+ * @public
389
+ */
390
+ export interface ModifyIpamPoolResult {
391
+ /**
392
+ * <p>The results of the modification.</p>
393
+ * @public
394
+ */
395
+ IpamPool?: IpamPool | undefined;
396
+ }
397
+ /**
398
+ * @public
399
+ */
400
+ export interface ModifyIpamResourceCidrRequest {
401
+ /**
402
+ * <p>A check for whether you have the required permissions for the action without actually making the request
403
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
404
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
405
+ * @public
406
+ */
407
+ DryRun?: boolean | undefined;
408
+ /**
409
+ * <p>The ID of the resource you want to modify.</p>
410
+ * @public
411
+ */
412
+ ResourceId: string | undefined;
413
+ /**
414
+ * <p>The CIDR of the resource you want to modify.</p>
415
+ * @public
416
+ */
417
+ ResourceCidr: string | undefined;
418
+ /**
419
+ * <p>The Amazon Web Services Region of the resource you want to modify.</p>
420
+ * @public
421
+ */
422
+ ResourceRegion: string | undefined;
423
+ /**
424
+ * <p>The ID of the current scope that the resource CIDR is in.</p>
425
+ * @public
426
+ */
427
+ CurrentIpamScopeId: string | undefined;
428
+ /**
429
+ * <p>The ID of the scope you want to transfer the resource CIDR to.</p>
430
+ * @public
431
+ */
432
+ DestinationIpamScopeId?: string | undefined;
433
+ /**
434
+ * <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>
435
+ * @public
436
+ */
437
+ Monitored: boolean | undefined;
438
+ }
439
+ /**
440
+ * @public
441
+ */
442
+ export interface ModifyIpamResourceCidrResult {
443
+ /**
444
+ * <p>The CIDR of the resource.</p>
445
+ * @public
446
+ */
447
+ IpamResourceCidr?: IpamResourceCidr | undefined;
448
+ }
449
+ /**
450
+ * <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>
451
+ * @public
452
+ */
453
+ export interface RemoveIpamOrganizationalUnitExclusion {
454
+ /**
455
+ * <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>
456
+ * <ul>
457
+ * <li>
458
+ * <p>Example 1</p>
459
+ * <ul>
460
+ * <li>
461
+ * <p>Path to a child OU: <code>o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-ghi0-awsccccc/ou-jkl0-awsddddd/</code>
462
+ * </p>
463
+ * </li>
464
+ * <li>
465
+ * <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>
466
+ * </li>
467
+ * <li>
468
+ * <p>IPAM will not manage the IP addresses in accounts in the child OU.</p>
469
+ * </li>
470
+ * </ul>
471
+ * </li>
472
+ * <li>
473
+ * <p>Example 2</p>
474
+ * <ul>
475
+ * <li>
476
+ * <p>Path where all child OUs will be part of the exclusion: <code>o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-ghi0-awsccccc/*</code>
477
+ * </p>
478
+ * </li>
479
+ * <li>
480
+ * <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>
481
+ * </li>
482
+ * </ul>
483
+ * </li>
484
+ * </ul>
485
+ * <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>
486
+ * @public
487
+ */
488
+ OrganizationsEntityPath?: string | undefined;
489
+ }
490
+ /**
491
+ * @public
492
+ */
493
+ export interface ModifyIpamResourceDiscoveryRequest {
494
+ /**
495
+ * <p>A check for whether you have the required permissions for the action without actually making the request
496
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
497
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
498
+ * @public
499
+ */
500
+ DryRun?: boolean | undefined;
501
+ /**
502
+ * <p>A resource discovery ID.</p>
503
+ * @public
504
+ */
505
+ IpamResourceDiscoveryId: string | undefined;
506
+ /**
507
+ * <p>A resource discovery description.</p>
508
+ * @public
509
+ */
510
+ Description?: string | undefined;
511
+ /**
512
+ * <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>
513
+ * @public
514
+ */
515
+ AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
516
+ /**
517
+ * <p>Remove operating Regions.</p>
518
+ * @public
519
+ */
520
+ RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
521
+ /**
522
+ * <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>
523
+ * @public
524
+ */
525
+ AddOrganizationalUnitExclusions?: AddIpamOrganizationalUnitExclusion[] | undefined;
526
+ /**
527
+ * <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>
528
+ * @public
529
+ */
530
+ RemoveOrganizationalUnitExclusions?: RemoveIpamOrganizationalUnitExclusion[] | undefined;
531
+ }
532
+ /**
533
+ * @public
534
+ */
535
+ export interface ModifyIpamResourceDiscoveryResult {
536
+ /**
537
+ * <p>A resource discovery.</p>
538
+ * @public
539
+ */
540
+ IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
541
+ }
542
+ /**
543
+ * @public
544
+ */
545
+ export interface ModifyIpamScopeRequest {
546
+ /**
547
+ * <p>A check for whether you have the required permissions for the action without actually making the request
548
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
549
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
550
+ * @public
551
+ */
552
+ DryRun?: boolean | undefined;
553
+ /**
554
+ * <p>The ID of the scope you want to modify.</p>
555
+ * @public
556
+ */
557
+ IpamScopeId: string | undefined;
558
+ /**
559
+ * <p>The description of the scope you want to modify.</p>
560
+ * @public
561
+ */
562
+ Description?: string | undefined;
563
+ }
564
+ /**
565
+ * @public
566
+ */
567
+ export interface ModifyIpamScopeResult {
568
+ /**
569
+ * <p>The results of the modification.</p>
570
+ * @public
571
+ */
572
+ IpamScope?: IpamScope | undefined;
573
+ }
574
+ /**
575
+ * @public
576
+ */
577
+ export interface ModifyLaunchTemplateRequest {
578
+ /**
579
+ * <p>Checks whether you have the required permissions for the action, without actually
580
+ * making the request, and provides an error response. If you have the required
581
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
582
+ * <code>UnauthorizedOperation</code>.</p>
583
+ * @public
584
+ */
585
+ DryRun?: boolean | undefined;
586
+ /**
587
+ * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
588
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
589
+ * idempotency</a>.</p>
590
+ * <p>Constraint: Maximum 128 ASCII characters.</p>
591
+ * @public
592
+ */
593
+ ClientToken?: string | undefined;
594
+ /**
595
+ * <p>The ID of the launch template.</p>
596
+ * <p>You must specify either the launch template ID or the
597
+ * launch template name, but not both.</p>
598
+ * @public
599
+ */
600
+ LaunchTemplateId?: string | undefined;
601
+ /**
602
+ * <p>The name of the launch template.</p>
603
+ * <p>You must specify either the launch template ID or the
604
+ * launch template name, but not both.</p>
605
+ * @public
606
+ */
607
+ LaunchTemplateName?: string | undefined;
608
+ /**
609
+ * <p>The version number of the launch template to set as the default version.</p>
610
+ * @public
611
+ */
612
+ DefaultVersion?: string | undefined;
613
+ }
614
+ /**
615
+ * @public
616
+ */
617
+ export interface ModifyLaunchTemplateResult {
618
+ /**
619
+ * <p>Information about the launch template.</p>
620
+ * @public
621
+ */
622
+ LaunchTemplate?: LaunchTemplate | undefined;
623
+ }
624
+ /**
625
+ * @public
626
+ */
627
+ export interface ModifyLocalGatewayRouteRequest {
628
+ /**
629
+ * <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>
630
+ * @public
631
+ */
632
+ DestinationCidrBlock?: string | undefined;
633
+ /**
634
+ * <p>The ID of the local gateway route table.</p>
635
+ * @public
636
+ */
637
+ LocalGatewayRouteTableId: string | undefined;
638
+ /**
639
+ * <p>
640
+ * The ID of the virtual interface group.
641
+ * </p>
642
+ * @public
643
+ */
644
+ LocalGatewayVirtualInterfaceGroupId?: string | undefined;
645
+ /**
646
+ * <p>The ID of the network interface.</p>
647
+ * @public
648
+ */
649
+ NetworkInterfaceId?: string | undefined;
650
+ /**
651
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
652
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
653
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
654
+ * @public
655
+ */
656
+ DryRun?: boolean | undefined;
657
+ /**
658
+ * <p>
659
+ * The ID of the prefix list. Use a prefix list in place of <code>DestinationCidrBlock</code>. You
660
+ * cannot use <code>DestinationPrefixListId</code> and <code>DestinationCidrBlock</code> in the same request.
661
+ * </p>
662
+ * @public
663
+ */
664
+ DestinationPrefixListId?: string | undefined;
665
+ }
666
+ /**
667
+ * @public
668
+ */
669
+ export interface ModifyLocalGatewayRouteResult {
670
+ /**
671
+ * <p>Information about the local gateway route table.</p>
672
+ * @public
673
+ */
674
+ Route?: LocalGatewayRoute | undefined;
675
+ }
676
+ /**
677
+ * <p>An entry for a prefix list.</p>
678
+ * @public
679
+ */
680
+ export interface RemovePrefixListEntry {
681
+ /**
682
+ * <p>The CIDR block.</p>
683
+ * @public
684
+ */
685
+ Cidr: string | undefined;
686
+ }
687
+ /**
688
+ * @public
689
+ */
690
+ export interface ModifyManagedPrefixListRequest {
691
+ /**
692
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
693
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
694
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
695
+ * @public
696
+ */
697
+ DryRun?: boolean | undefined;
698
+ /**
699
+ * <p>The ID of the prefix list.</p>
700
+ * @public
701
+ */
702
+ PrefixListId: string | undefined;
703
+ /**
704
+ * <p>The current version of the prefix list.</p>
705
+ * @public
706
+ */
707
+ CurrentVersion?: number | undefined;
708
+ /**
709
+ * <p>A name for the prefix list.</p>
710
+ * @public
711
+ */
712
+ PrefixListName?: string | undefined;
713
+ /**
714
+ * <p>One or more entries to add to the prefix list.</p>
715
+ * @public
716
+ */
717
+ AddEntries?: AddPrefixListEntry[] | undefined;
718
+ /**
719
+ * <p>One or more entries to remove from the prefix list.</p>
720
+ * @public
721
+ */
722
+ RemoveEntries?: RemovePrefixListEntry[] | undefined;
723
+ /**
724
+ * <p>The maximum number of entries for the prefix list. You cannot modify the entries
725
+ * of a prefix list and modify the size of a prefix list at the same time.</p>
726
+ * <p>If any of the resources that reference the prefix list cannot support the new
727
+ * maximum size, the modify operation fails. Check the state message for the IDs of
728
+ * the first ten resources that do not support the new maximum size.</p>
729
+ * @public
730
+ */
731
+ MaxEntries?: number | undefined;
732
+ }
733
+ /**
734
+ * @public
735
+ */
736
+ export interface ModifyManagedPrefixListResult {
737
+ /**
738
+ * <p>Information about the prefix list.</p>
739
+ * @public
740
+ */
741
+ PrefixList?: ManagedPrefixList | undefined;
742
+ }
743
+ /**
744
+ * <p>Describes an attachment change.</p>
745
+ * @public
746
+ */
747
+ export interface NetworkInterfaceAttachmentChanges {
748
+ /**
749
+ * <p>The ID of the network interface attachment.</p>
750
+ * @public
751
+ */
752
+ AttachmentId?: string | undefined;
753
+ /**
754
+ * <p>Indicates whether the network interface is deleted when the instance is terminated.</p>
755
+ * @public
756
+ */
757
+ DeleteOnTermination?: boolean | undefined;
758
+ }
759
+ /**
760
+ * <p>Contains the parameters for ModifyNetworkInterfaceAttribute.</p>
761
+ * @public
762
+ */
763
+ export interface ModifyNetworkInterfaceAttributeRequest {
764
+ /**
765
+ * <p>Updates the ENA Express configuration for the network interface that’s attached to the
766
+ * instance.</p>
767
+ * @public
768
+ */
769
+ EnaSrdSpecification?: EnaSrdSpecification | undefined;
770
+ /**
771
+ * <p>If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have
772
+ * the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA
773
+ * address associated with an ENI that you have enabled to use a primary IPv6 address. Use
774
+ * this option if the instance that this ENI will be attached to relies on its IPv6 address
775
+ * not changing. Amazon Web Services will automatically assign an IPv6 address associated
776
+ * with the ENI attached to your instance to be the primary IPv6 address. Once you enable
777
+ * an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6
778
+ * GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6
779
+ * address until the instance is terminated or the network interface is detached. If you
780
+ * have multiple IPv6 addresses associated with an ENI attached to your instance and you
781
+ * enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI
782
+ * becomes the primary IPv6 address.</p>
783
+ * @public
784
+ */
785
+ EnablePrimaryIpv6?: boolean | undefined;
786
+ /**
787
+ * <p>A connection tracking specification.</p>
788
+ * @public
789
+ */
790
+ ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
791
+ /**
792
+ * <p>Indicates whether to assign a public IPv4 address to a network interface.
793
+ * This option can be enabled for any network interface but will only apply to the primary network interface (eth0).</p>
794
+ * @public
795
+ */
796
+ AssociatePublicIpAddress?: boolean | undefined;
797
+ /**
798
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
799
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
800
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
801
+ * @public
802
+ */
803
+ DryRun?: boolean | undefined;
804
+ /**
805
+ * <p>The ID of the network interface.</p>
806
+ * @public
807
+ */
808
+ NetworkInterfaceId: string | undefined;
809
+ /**
810
+ * <p>A description for the network interface.</p>
811
+ * @public
812
+ */
813
+ Description?: AttributeValue | undefined;
814
+ /**
815
+ * <p>Enable or disable source/destination checks, which ensure that the instance
816
+ * is either the source or the destination of any traffic that it receives.
817
+ * If the value is <code>true</code>, source/destination checks are enabled;
818
+ * otherwise, they are disabled. The default value is <code>true</code>.
819
+ * You must disable source/destination checks if the instance runs services
820
+ * such as network address translation, routing, or firewalls.</p>
821
+ * @public
822
+ */
823
+ SourceDestCheck?: AttributeBooleanValue | undefined;
824
+ /**
825
+ * <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>
826
+ * @public
827
+ */
828
+ Groups?: string[] | undefined;
829
+ /**
830
+ * <p>Information about the interface attachment. If modifying the <code>delete on
831
+ * termination</code> attribute, you must specify the ID of the interface
832
+ * attachment.</p>
833
+ * @public
834
+ */
835
+ Attachment?: NetworkInterfaceAttachmentChanges | undefined;
836
+ }
837
+ /**
838
+ * @public
839
+ */
840
+ export interface ModifyPrivateDnsNameOptionsRequest {
841
+ /**
842
+ * <p>Checks whether you have the required permissions for the action, without actually
843
+ * making the request, and provides an error response. If you have the required
844
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
845
+ * <code>UnauthorizedOperation</code>.</p>
846
+ * @public
847
+ */
848
+ DryRun?: boolean | undefined;
849
+ /**
850
+ * <p>The ID of the instance.</p>
851
+ * @public
852
+ */
853
+ InstanceId: string | undefined;
854
+ /**
855
+ * <p>The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name
856
+ * must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name
857
+ * must be based on the instance ID. For dual-stack subnets, you can specify whether DNS
858
+ * names use the instance IPv4 address or the instance ID.</p>
859
+ * @public
860
+ */
861
+ PrivateDnsHostnameType?: HostnameType | undefined;
862
+ /**
863
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
864
+ * records.</p>
865
+ * @public
866
+ */
867
+ EnableResourceNameDnsARecord?: boolean | undefined;
868
+ /**
869
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
870
+ * records.</p>
871
+ * @public
872
+ */
873
+ EnableResourceNameDnsAAAARecord?: boolean | undefined;
874
+ }
875
+ /**
876
+ * @public
877
+ */
878
+ export interface ModifyPrivateDnsNameOptionsResult {
879
+ /**
880
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an
881
+ * error.</p>
882
+ * @public
883
+ */
884
+ Return?: boolean | undefined;
885
+ }
886
+ /**
887
+ * <p>Contains the parameters for ModifyReservedInstances.</p>
888
+ * @public
889
+ */
890
+ export interface ModifyReservedInstancesRequest {
891
+ /**
892
+ * <p>The IDs of the Reserved Instances to modify.</p>
893
+ * @public
894
+ */
895
+ ReservedInstancesIds: string[] | undefined;
896
+ /**
897
+ * <p>A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see
898
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
899
+ * @public
900
+ */
901
+ ClientToken?: string | undefined;
902
+ /**
903
+ * <p>The configuration settings for the Reserved Instances to modify.</p>
904
+ * @public
905
+ */
906
+ TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
907
+ }
908
+ /**
909
+ * <p>Contains the output of ModifyReservedInstances.</p>
910
+ * @public
911
+ */
912
+ export interface ModifyReservedInstancesResult {
913
+ /**
914
+ * <p>The ID for the modification.</p>
915
+ * @public
916
+ */
917
+ ReservedInstancesModificationId?: string | undefined;
918
+ }
919
+ /**
920
+ * <p>Describes a security group rule.</p>
921
+ * <p>You must specify exactly one of the following parameters, based on the rule type:</p>
922
+ * <ul>
923
+ * <li>
924
+ * <p>CidrIpv4</p>
925
+ * </li>
926
+ * <li>
927
+ * <p>CidrIpv6</p>
928
+ * </li>
929
+ * <li>
930
+ * <p>PrefixListId</p>
931
+ * </li>
932
+ * <li>
933
+ * <p>ReferencedGroupId</p>
934
+ * </li>
935
+ * </ul>
936
+ * <p>When you modify a rule, you cannot change the rule type. For example, if the rule
937
+ * uses an IPv4 address range, you must use <code>CidrIpv4</code> to specify a new IPv4
938
+ * address range.</p>
939
+ * @public
940
+ */
941
+ export interface SecurityGroupRuleRequest {
942
+ /**
943
+ * <p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>,
944
+ * <code>icmpv6</code>) or number (see <a href="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml">Protocol Numbers</a>). </p>
945
+ * <p>Use <code>-1</code> to specify all protocols.</p>
946
+ * @public
947
+ */
948
+ IpProtocol?: string | undefined;
949
+ /**
950
+ * <p>If the protocol is TCP or UDP, this is the start of the port range.
951
+ * If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).</p>
952
+ * @public
953
+ */
954
+ FromPort?: number | undefined;
955
+ /**
956
+ * <p>If the protocol is TCP or UDP, this is the end of the port range.
957
+ * If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes).
958
+ * If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).</p>
959
+ * @public
960
+ */
961
+ ToPort?: number | undefined;
962
+ /**
963
+ * <p>The IPv4 CIDR range. To specify a single IPv4 address, use the /32 prefix length. </p>
964
+ * @public
965
+ */
966
+ CidrIpv4?: string | undefined;
967
+ /**
968
+ * <p>The IPv6 CIDR range. To specify a single IPv6 address, use the /128 prefix length.</p>
969
+ * @public
970
+ */
971
+ CidrIpv6?: string | undefined;
972
+ /**
973
+ * <p>The ID of the prefix list.</p>
974
+ * @public
975
+ */
976
+ PrefixListId?: string | undefined;
977
+ /**
978
+ * <p>The ID of the security group that is referenced in the security group rule.</p>
979
+ * @public
980
+ */
981
+ ReferencedGroupId?: string | undefined;
982
+ /**
983
+ * <p>The description of the security group rule.</p>
984
+ * @public
985
+ */
986
+ Description?: string | undefined;
987
+ }
988
+ /**
989
+ * <p>Describes an update to a security group rule.</p>
990
+ * @public
991
+ */
992
+ export interface SecurityGroupRuleUpdate {
993
+ /**
994
+ * <p>The ID of the security group rule.</p>
995
+ * @public
996
+ */
997
+ SecurityGroupRuleId: string | undefined;
998
+ /**
999
+ * <p>Information about the security group rule.</p>
1000
+ * @public
1001
+ */
1002
+ SecurityGroupRule?: SecurityGroupRuleRequest | undefined;
1003
+ }
1004
+ /**
1005
+ * @public
1006
+ */
1007
+ export interface ModifySecurityGroupRulesRequest {
1008
+ /**
1009
+ * <p>The ID of the security group.</p>
1010
+ * @public
1011
+ */
1012
+ GroupId: string | undefined;
1013
+ /**
1014
+ * <p>Information about the security group properties to update.</p>
1015
+ * @public
1016
+ */
1017
+ SecurityGroupRules: SecurityGroupRuleUpdate[] | undefined;
1018
+ /**
1019
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1020
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1021
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1022
+ * @public
1023
+ */
1024
+ DryRun?: boolean | undefined;
1025
+ }
1026
+ /**
1027
+ * @public
1028
+ */
1029
+ export interface ModifySecurityGroupRulesResult {
1030
+ /**
1031
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
1032
+ * @public
1033
+ */
1034
+ Return?: boolean | undefined;
1035
+ }
1036
+ /**
1037
+ * <p>Describes modifications to the list of create volume permissions for a volume.</p>
1038
+ * @public
1039
+ */
1040
+ export interface CreateVolumePermissionModifications {
1041
+ /**
1042
+ * <p>Adds the specified Amazon Web Services account ID or group to the list.</p>
1043
+ * @public
1044
+ */
1045
+ Add?: CreateVolumePermission[] | undefined;
1046
+ /**
1047
+ * <p>Removes the specified Amazon Web Services account ID or group from the list.</p>
1048
+ * @public
1049
+ */
1050
+ Remove?: CreateVolumePermission[] | undefined;
1051
+ }
1052
+ /**
1053
+ * @public
1054
+ */
1055
+ export interface ModifySnapshotAttributeRequest {
1056
+ /**
1057
+ * <p>The snapshot attribute to modify. Only volume creation permissions can be modified.</p>
1058
+ * @public
1059
+ */
1060
+ Attribute?: SnapshotAttributeName | undefined;
1061
+ /**
1062
+ * <p>A JSON representation of the snapshot attribute modification.</p>
1063
+ * @public
1064
+ */
1065
+ CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
1066
+ /**
1067
+ * <p>The group to modify for the snapshot.</p>
1068
+ * @public
1069
+ */
1070
+ GroupNames?: string[] | undefined;
1071
+ /**
1072
+ * <p>The type of operation to perform to the attribute.</p>
1073
+ * @public
1074
+ */
1075
+ OperationType?: OperationType | undefined;
1076
+ /**
1077
+ * <p>The ID of the snapshot.</p>
1078
+ * @public
1079
+ */
1080
+ SnapshotId: string | undefined;
1081
+ /**
1082
+ * <p>The account ID to modify for the snapshot.</p>
1083
+ * @public
1084
+ */
1085
+ UserIds?: string[] | undefined;
1086
+ /**
1087
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1088
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1089
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1090
+ * @public
1091
+ */
1092
+ DryRun?: boolean | undefined;
1093
+ }
1094
+ /**
1095
+ * @public
1096
+ * @enum
1097
+ */
1098
+ export declare const TargetStorageTier: {
1099
+ readonly archive: "archive";
1100
+ };
1101
+ /**
1102
+ * @public
1103
+ */
1104
+ export type TargetStorageTier = (typeof TargetStorageTier)[keyof typeof TargetStorageTier];
1105
+ /**
1106
+ * @public
1107
+ */
1108
+ export interface ModifySnapshotTierRequest {
1109
+ /**
1110
+ * <p>The ID of the snapshot.</p>
1111
+ * @public
1112
+ */
1113
+ SnapshotId: string | undefined;
1114
+ /**
1115
+ * <p>The name of the storage tier. You must specify <code>archive</code>.</p>
1116
+ * @public
1117
+ */
1118
+ StorageTier?: TargetStorageTier | undefined;
1119
+ /**
1120
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1121
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1122
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1123
+ * @public
1124
+ */
1125
+ DryRun?: boolean | undefined;
1126
+ }
1127
+ /**
1128
+ * @public
1129
+ */
1130
+ export interface ModifySnapshotTierResult {
1131
+ /**
1132
+ * <p>The ID of the snapshot.</p>
1133
+ * @public
1134
+ */
1135
+ SnapshotId?: string | undefined;
1136
+ /**
1137
+ * <p>The date and time when the archive process was started.</p>
1138
+ * @public
1139
+ */
1140
+ TieringStartTime?: Date | undefined;
1141
+ }
1142
+ /**
1143
+ * <p>Contains the parameters for ModifySpotFleetRequest.</p>
1144
+ * @public
1145
+ */
1146
+ export interface ModifySpotFleetRequestRequest {
1147
+ /**
1148
+ * <p>The launch template and overrides. You can only use this parameter if you specified a
1149
+ * launch template (<code>LaunchTemplateConfigs</code>) in your Spot Fleet request. If you
1150
+ * specified <code>LaunchSpecifications</code> in your Spot Fleet request, then omit this
1151
+ * parameter.</p>
1152
+ * @public
1153
+ */
1154
+ LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
1155
+ /**
1156
+ * <p>The number of On-Demand Instances in the fleet.</p>
1157
+ * @public
1158
+ */
1159
+ OnDemandTargetCapacity?: number | undefined;
1160
+ /**
1161
+ * <p>Reserved.</p>
1162
+ * @public
1163
+ */
1164
+ Context?: string | undefined;
1165
+ /**
1166
+ * <p>The ID of the Spot Fleet request.</p>
1167
+ * @public
1168
+ */
1169
+ SpotFleetRequestId: string | undefined;
1170
+ /**
1171
+ * <p>The size of the fleet.</p>
1172
+ * @public
1173
+ */
1174
+ TargetCapacity?: number | undefined;
1175
+ /**
1176
+ * <p>Indicates whether running instances should be terminated if the target capacity
1177
+ * of the Spot Fleet request is decreased below the current size of the Spot Fleet.</p>
1178
+ * <p>Supported only for fleets of type <code>maintain</code>.</p>
1179
+ * @public
1180
+ */
1181
+ ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
1182
+ }
1183
+ /**
1184
+ * <p>Contains the output of ModifySpotFleetRequest.</p>
1185
+ * @public
1186
+ */
1187
+ export interface ModifySpotFleetRequestResponse {
1188
+ /**
1189
+ * <p>If the request succeeds, the response returns <code>true</code>. If the request fails,
1190
+ * no response is returned, and instead an error message is returned.</p>
1191
+ * @public
1192
+ */
1193
+ Return?: boolean | undefined;
1194
+ }
1195
+ /**
1196
+ * @public
1197
+ */
1198
+ export interface ModifySubnetAttributeRequest {
1199
+ /**
1200
+ * <p>Specify <code>true</code> to indicate that network interfaces created in the
1201
+ * specified subnet should be assigned an IPv6 address. This includes a network interface
1202
+ * that's created when launching an instance into the subnet (the instance therefore
1203
+ * receives an IPv6 address). </p>
1204
+ * <p>If you enable the IPv6 addressing feature for your subnet, your network interface
1205
+ * or instance only receives an IPv6 address if it's created using version
1206
+ * <code>2016-11-15</code> or later of the Amazon EC2 API.</p>
1207
+ * @public
1208
+ */
1209
+ AssignIpv6AddressOnCreation?: AttributeBooleanValue | undefined;
1210
+ /**
1211
+ * <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
1212
+ * specified subnet should be assigned a public IPv4 address.</p>
1213
+ * <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
1214
+ * associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
1215
+ * @public
1216
+ */
1217
+ MapPublicIpOnLaunch?: AttributeBooleanValue | undefined;
1218
+ /**
1219
+ * <p>The ID of the subnet.</p>
1220
+ * @public
1221
+ */
1222
+ SubnetId: string | undefined;
1223
+ /**
1224
+ * <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
1225
+ * specified subnet should be assigned a customer-owned IPv4 address.</p>
1226
+ * <p>When this value is <code>true</code>, you must specify the customer-owned IP pool using <code>CustomerOwnedIpv4Pool</code>.</p>
1227
+ * @public
1228
+ */
1229
+ MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue | undefined;
1230
+ /**
1231
+ * <p>The customer-owned IPv4 address pool associated with the subnet.</p>
1232
+ * <p>You must set this value when you specify <code>true</code> for <code>MapCustomerOwnedIpOnLaunch</code>.</p>
1233
+ * @public
1234
+ */
1235
+ CustomerOwnedIpv4Pool?: string | undefined;
1236
+ /**
1237
+ * <p>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet
1238
+ * should return synthetic IPv6 addresses for IPv4-only destinations.</p>
1239
+ * <p>You must first configure a NAT gateway in a public subnet (separate from the subnet
1240
+ * containing the IPv6-only workloads). For example, the subnet containing the NAT gateway
1241
+ * should have a <code>0.0.0.0/0</code> route pointing to the internet gateway. For more
1242
+ * information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough">Configure DNS64 and NAT64</a> in the <i>Amazon VPC User Guide</i>.</p>
1243
+ * @public
1244
+ */
1245
+ EnableDns64?: AttributeBooleanValue | undefined;
1246
+ /**
1247
+ * <p>The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an
1248
+ * instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance
1249
+ * DNS name must be based on the instance ID (resource-name).</p>
1250
+ * @public
1251
+ */
1252
+ PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
1253
+ /**
1254
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A records.</p>
1255
+ * @public
1256
+ */
1257
+ EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
1258
+ /**
1259
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.</p>
1260
+ * @public
1261
+ */
1262
+ EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
1263
+ /**
1264
+ * <p>
1265
+ * Indicates the device position for local network interfaces in this subnet. For example,
1266
+ * <code>1</code> indicates local network interfaces in this subnet are the secondary
1267
+ * network interface (eth1). A local network interface cannot be the primary network
1268
+ * interface (eth0).
1269
+ * </p>
1270
+ * @public
1271
+ */
1272
+ EnableLniAtDeviceIndex?: number | undefined;
1273
+ /**
1274
+ * <p>
1275
+ * Specify <code>true</code> to indicate that local network interfaces at the current
1276
+ * position should be disabled.
1277
+ * </p>
1278
+ * @public
1279
+ */
1280
+ DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
1281
+ }
8
1282
  /**
9
1283
  * @public
10
1284
  */
@@ -450,6 +1724,33 @@ export interface ModifyTransitGatewayVpcAttachmentResult {
450
1724
  */
451
1725
  TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
452
1726
  }
1727
+ /**
1728
+ * <p>Describes the port range for a Verified Access endpoint.</p>
1729
+ * @public
1730
+ */
1731
+ export interface ModifyVerifiedAccessEndpointPortRange {
1732
+ /**
1733
+ * <p>The start of the port range.</p>
1734
+ * @public
1735
+ */
1736
+ FromPort?: number | undefined;
1737
+ /**
1738
+ * <p>The end of the port range.</p>
1739
+ * @public
1740
+ */
1741
+ ToPort?: number | undefined;
1742
+ }
1743
+ /**
1744
+ * <p>The CIDR options for a Verified Access endpoint.</p>
1745
+ * @public
1746
+ */
1747
+ export interface ModifyVerifiedAccessEndpointCidrOptions {
1748
+ /**
1749
+ * <p>The port ranges.</p>
1750
+ * @public
1751
+ */
1752
+ PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
1753
+ }
453
1754
  /**
454
1755
  * <p>Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the
455
1756
  * <code>load-balancer</code> type.</p>
@@ -471,6 +1772,11 @@ export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
471
1772
  * @public
472
1773
  */
473
1774
  Port?: number | undefined;
1775
+ /**
1776
+ * <p>The port ranges.</p>
1777
+ * @public
1778
+ */
1779
+ PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
474
1780
  }
475
1781
  /**
476
1782
  * <p>Describes the options when modifying a Verified Access endpoint with the
@@ -488,6 +1794,32 @@ export interface ModifyVerifiedAccessEndpointEniOptions {
488
1794
  * @public
489
1795
  */
490
1796
  Port?: number | undefined;
1797
+ /**
1798
+ * <p>The port ranges.</p>
1799
+ * @public
1800
+ */
1801
+ PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
1802
+ }
1803
+ /**
1804
+ * <p>The RDS options for a Verified Access endpoint.</p>
1805
+ * @public
1806
+ */
1807
+ export interface ModifyVerifiedAccessEndpointRdsOptions {
1808
+ /**
1809
+ * <p>The IDs of the subnets.</p>
1810
+ * @public
1811
+ */
1812
+ SubnetIds?: string[] | undefined;
1813
+ /**
1814
+ * <p>The port.</p>
1815
+ * @public
1816
+ */
1817
+ Port?: number | undefined;
1818
+ /**
1819
+ * <p>The RDS endpoint.</p>
1820
+ * @public
1821
+ */
1822
+ RdsEndpoint?: string | undefined;
491
1823
  }
492
1824
  /**
493
1825
  * @public
@@ -532,6 +1864,16 @@ export interface ModifyVerifiedAccessEndpointRequest {
532
1864
  * @public
533
1865
  */
534
1866
  DryRun?: boolean | undefined;
1867
+ /**
1868
+ * <p>The RDS options.</p>
1869
+ * @public
1870
+ */
1871
+ RdsOptions?: ModifyVerifiedAccessEndpointRdsOptions | undefined;
1872
+ /**
1873
+ * <p>The CIDR options.</p>
1874
+ * @public
1875
+ */
1876
+ CidrOptions?: ModifyVerifiedAccessEndpointCidrOptions | undefined;
535
1877
  }
536
1878
  /**
537
1879
  * @public
@@ -729,6 +2071,11 @@ export interface ModifyVerifiedAccessInstanceRequest {
729
2071
  * @public
730
2072
  */
731
2073
  ClientToken?: string | undefined;
2074
+ /**
2075
+ * <p>The custom subdomain.</p>
2076
+ * @public
2077
+ */
2078
+ CidrEndpointsCustomSubDomain?: string | undefined;
732
2079
  }
733
2080
  /**
734
2081
  * @public
@@ -875,11 +2222,57 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
875
2222
  */
876
2223
  export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
877
2224
  /**
878
- * <p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </p>
2225
+ * <p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.</p>
879
2226
  * @public
880
2227
  */
881
2228
  PublicSigningKeyUrl?: string | undefined;
882
2229
  }
2230
+ /**
2231
+ * <p>Describes the OpenID Connect (OIDC) options.</p>
2232
+ * @public
2233
+ */
2234
+ export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
2235
+ /**
2236
+ * <p>The public signing key endpoint.</p>
2237
+ * @public
2238
+ */
2239
+ PublicSigningKeyEndpoint?: string | undefined;
2240
+ /**
2241
+ * <p>The OIDC issuer identifier of the IdP.</p>
2242
+ * @public
2243
+ */
2244
+ Issuer?: string | undefined;
2245
+ /**
2246
+ * <p>The authorization endpoint of the IdP.</p>
2247
+ * @public
2248
+ */
2249
+ AuthorizationEndpoint?: string | undefined;
2250
+ /**
2251
+ * <p>The token endpoint of the IdP.</p>
2252
+ * @public
2253
+ */
2254
+ TokenEndpoint?: string | undefined;
2255
+ /**
2256
+ * <p>The user info endpoint of the IdP.</p>
2257
+ * @public
2258
+ */
2259
+ UserInfoEndpoint?: string | undefined;
2260
+ /**
2261
+ * <p>The OAuth 2.0 client identifier.</p>
2262
+ * @public
2263
+ */
2264
+ ClientId?: string | undefined;
2265
+ /**
2266
+ * <p>The OAuth 2.0 client secret.</p>
2267
+ * @public
2268
+ */
2269
+ ClientSecret?: string | undefined;
2270
+ /**
2271
+ * <p>The set of user claims to be requested from the IdP.</p>
2272
+ * @public
2273
+ */
2274
+ Scope?: string | undefined;
2275
+ }
883
2276
  /**
884
2277
  * <p>Options for an OpenID Connect-compatible user-identity trust provider.</p>
885
2278
  * @public
@@ -964,6 +2357,11 @@ export interface ModifyVerifiedAccessTrustProviderRequest {
964
2357
  * @public
965
2358
  */
966
2359
  SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
2360
+ /**
2361
+ * <p>The OpenID Connect (OIDC) options.</p>
2362
+ * @public
2363
+ */
2364
+ NativeApplicationOidcOptions?: ModifyVerifiedAccessNativeApplicationOidcOptions | undefined;
967
2365
  }
968
2366
  /**
969
2367
  * @public
@@ -1373,44 +2771,52 @@ export interface ModifyVpcEndpointServiceConfigurationRequest {
1373
2771
  */
1374
2772
  RemovePrivateDnsName?: boolean | undefined;
1375
2773
  /**
1376
- * <p>Indicates whether requests to create an endpoint to your service must be accepted.</p>
2774
+ * <p>Indicates whether requests to create an endpoint to the service must be accepted.</p>
1377
2775
  * @public
1378
2776
  */
1379
2777
  AcceptanceRequired?: boolean | undefined;
1380
2778
  /**
1381
- * <p>The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service
2779
+ * <p>The Amazon Resource Names (ARNs) of Network Load Balancers to add to the service
1382
2780
  * configuration.</p>
1383
2781
  * @public
1384
2782
  */
1385
2783
  AddNetworkLoadBalancerArns?: string[] | undefined;
1386
2784
  /**
1387
- * <p>The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service
2785
+ * <p>The Amazon Resource Names (ARNs) of Network Load Balancers to remove from the service
1388
2786
  * configuration.</p>
1389
2787
  * @public
1390
2788
  */
1391
2789
  RemoveNetworkLoadBalancerArns?: string[] | undefined;
1392
2790
  /**
1393
- * <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to your service
1394
- * configuration.</p>
2791
+ * <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to the service configuration.</p>
1395
2792
  * @public
1396
2793
  */
1397
2794
  AddGatewayLoadBalancerArns?: string[] | undefined;
1398
2795
  /**
1399
- * <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from your service
1400
- * configuration.</p>
2796
+ * <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from the service configuration.</p>
1401
2797
  * @public
1402
2798
  */
1403
2799
  RemoveGatewayLoadBalancerArns?: string[] | undefined;
1404
2800
  /**
1405
- * <p>The IP address types to add to your service configuration.</p>
2801
+ * <p>The IP address types to add to the service configuration.</p>
1406
2802
  * @public
1407
2803
  */
1408
2804
  AddSupportedIpAddressTypes?: string[] | undefined;
1409
2805
  /**
1410
- * <p>The IP address types to remove from your service configuration.</p>
2806
+ * <p>The IP address types to remove from the service configuration.</p>
1411
2807
  * @public
1412
2808
  */
1413
2809
  RemoveSupportedIpAddressTypes?: string[] | undefined;
2810
+ /**
2811
+ * <p>The supported Regions to add to the service configuration.</p>
2812
+ * @public
2813
+ */
2814
+ AddSupportedRegions?: string[] | undefined;
2815
+ /**
2816
+ * <p>The supported Regions to remove from the service configuration.</p>
2817
+ * @public
2818
+ */
2819
+ RemoveSupportedRegions?: string[] | undefined;
1414
2820
  }
1415
2821
  /**
1416
2822
  * @public
@@ -3364,6 +4770,65 @@ export interface ReplaceIamInstanceProfileAssociationResult {
3364
4770
  */
3365
4771
  IamInstanceProfileAssociation?: IamInstanceProfileAssociation | undefined;
3366
4772
  }
4773
+ /**
4774
+ * <p>The list of criteria that are evaluated to determine whch AMIs are discoverable and usable
4775
+ * in the account in the specified Amazon Web Services Region. Currently, the only criteria that can be
4776
+ * specified are AMI providers. </p>
4777
+ * <p>Up to 10 <code>imageCriteria</code> objects can be specified, and up to a total of 200
4778
+ * 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
4779
+ * configuration for the Allowed AMIs criteria</a> in the
4780
+ * <i>Amazon EC2 User Guide</i>.</p>
4781
+ * @public
4782
+ */
4783
+ export interface ImageCriterionRequest {
4784
+ /**
4785
+ * <p>A list of image providers whose AMIs are discoverable and useable in the account. Up to a
4786
+ * total of 200 values can be specified.</p>
4787
+ * <p>Possible values:</p>
4788
+ * <p>
4789
+ * <code>amazon</code>: Allow AMIs created by Amazon Web Services.</p>
4790
+ * <p>
4791
+ * <code>aws-marketplace</code>: Allow AMIs created by verified providers in the Amazon Web Services
4792
+ * Marketplace.</p>
4793
+ * <p>
4794
+ * <code>aws-backup-vault</code>: Allow AMIs created by Amazon Web Services Backup. </p>
4795
+ * <p>12-digit account ID: Allow AMIs created by this account. One or more account IDs can be
4796
+ * specified.</p>
4797
+ * <p>
4798
+ * <code>none</code>: Allow AMIs created by your own account only. When <code>none</code> is
4799
+ * specified, no other values can be specified.</p>
4800
+ * @public
4801
+ */
4802
+ ImageProviders?: string[] | undefined;
4803
+ }
4804
+ /**
4805
+ * @public
4806
+ */
4807
+ export interface ReplaceImageCriteriaInAllowedImagesSettingsRequest {
4808
+ /**
4809
+ * <p>The list of criteria that are evaluated to determine whether AMIs are discoverable and
4810
+ * usable in the account in the specified Amazon Web Services Region.</p>
4811
+ * @public
4812
+ */
4813
+ ImageCriteria?: ImageCriterionRequest[] | undefined;
4814
+ /**
4815
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
4816
+ * and provides an error response. If you have the required permissions, the error response is
4817
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4818
+ * @public
4819
+ */
4820
+ DryRun?: boolean | undefined;
4821
+ }
4822
+ /**
4823
+ * @public
4824
+ */
4825
+ export interface ReplaceImageCriteriaInAllowedImagesSettingsResult {
4826
+ /**
4827
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
4828
+ * @public
4829
+ */
4830
+ ReturnValue?: boolean | undefined;
4831
+ }
3367
4832
  /**
3368
4833
  * @public
3369
4834
  */
@@ -6135,6 +7600,63 @@ export interface SendDiagnosticInterruptRequest {
6135
7600
  */
6136
7601
  DryRun?: boolean | undefined;
6137
7602
  }
7603
+ /**
7604
+ * @public
7605
+ */
7606
+ export interface StartDeclarativePoliciesReportRequest {
7607
+ /**
7608
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7609
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7610
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7611
+ * @public
7612
+ */
7613
+ DryRun?: boolean | undefined;
7614
+ /**
7615
+ * <p>The name of the S3 bucket where the report will be saved.</p>
7616
+ * @public
7617
+ */
7618
+ S3Bucket: string | undefined;
7619
+ /**
7620
+ * <p>The prefix for your S3 object.</p>
7621
+ * @public
7622
+ */
7623
+ S3Prefix?: string | undefined;
7624
+ /**
7625
+ * <p>The root ID, organizational unit ID, or account ID.</p>
7626
+ * <p>Format:</p>
7627
+ * <ul>
7628
+ * <li>
7629
+ * <p>For root: <code>r-ab12</code>
7630
+ * </p>
7631
+ * </li>
7632
+ * <li>
7633
+ * <p>For OU: <code>ou-ab12-cdef1234</code>
7634
+ * </p>
7635
+ * </li>
7636
+ * <li>
7637
+ * <p>For account: <code>123456789012</code>
7638
+ * </p>
7639
+ * </li>
7640
+ * </ul>
7641
+ * @public
7642
+ */
7643
+ TargetId: string | undefined;
7644
+ /**
7645
+ * <p>The tags to apply.</p>
7646
+ * @public
7647
+ */
7648
+ TagSpecifications?: TagSpecification[] | undefined;
7649
+ }
7650
+ /**
7651
+ * @public
7652
+ */
7653
+ export interface StartDeclarativePoliciesReportResult {
7654
+ /**
7655
+ * <p>The ID of the report.</p>
7656
+ * @public
7657
+ */
7658
+ ReportId?: string | undefined;
7659
+ }
6138
7660
  /**
6139
7661
  * @public
6140
7662
  */
@@ -6732,15 +8254,9 @@ export interface WithdrawByoipCidrRequest {
6732
8254
  DryRun?: boolean | undefined;
6733
8255
  }
6734
8256
  /**
6735
- * @public
8257
+ * @internal
6736
8258
  */
6737
- export interface WithdrawByoipCidrResult {
6738
- /**
6739
- * <p>Information about the address pool.</p>
6740
- * @public
6741
- */
6742
- ByoipCidr?: ByoipCidr | undefined;
6743
- }
8259
+ export declare const ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (obj: ModifyVerifiedAccessNativeApplicationOidcOptions) => any;
6744
8260
  /**
6745
8261
  * @internal
6746
8262
  */