@pulumi/aws-native 1.39.0-alpha.1764793417 → 1.39.0-alpha.1764849172

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 (555) hide show
  1. package/aiops/getInvestigationGroup.d.ts +1 -1
  2. package/aiops/investigationGroup.d.ts +2 -2
  3. package/amplify/branch.d.ts +2 -2
  4. package/amplify/getBranch.d.ts +1 -1
  5. package/apigateway/domainName.d.ts +10 -2
  6. package/apigateway/domainName.js +2 -0
  7. package/apigateway/domainName.js.map +1 -1
  8. package/apigateway/domainNameV2.d.ts +10 -2
  9. package/apigateway/domainNameV2.js +2 -0
  10. package/apigateway/domainNameV2.js.map +1 -1
  11. package/apigateway/getDomainName.d.ts +5 -1
  12. package/apigateway/getDomainName.js.map +1 -1
  13. package/apigateway/getDomainNameV2.d.ts +4 -0
  14. package/apigateway/getDomainNameV2.js.map +1 -1
  15. package/apigateway/getRestApi.d.ts +7 -0
  16. package/apigateway/getRestApi.js.map +1 -1
  17. package/apigateway/restApi.d.ts +14 -0
  18. package/apigateway/restApi.js +2 -0
  19. package/apigateway/restApi.js.map +1 -1
  20. package/apprunner/getService.d.ts +0 -4
  21. package/apprunner/getService.js.map +1 -1
  22. package/apprunner/service.d.ts +2 -2
  23. package/apprunner/service.js +1 -1
  24. package/apprunner/service.js.map +1 -1
  25. package/appstream/getImageBuilder.d.ts +1 -1
  26. package/appstream/imageBuilder.d.ts +2 -2
  27. package/backup/getLogicallyAirGappedBackupVault.d.ts +0 -4
  28. package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
  29. package/backup/getRestoreTestingSelection.d.ts +4 -0
  30. package/backup/getRestoreTestingSelection.js.map +1 -1
  31. package/backup/logicallyAirGappedBackupVault.d.ts +6 -2
  32. package/backup/logicallyAirGappedBackupVault.js +2 -2
  33. package/backup/logicallyAirGappedBackupVault.js.map +1 -1
  34. package/backup/restoreTestingSelection.d.ts +4 -0
  35. package/backup/restoreTestingSelection.js.map +1 -1
  36. package/bedrock/dataAutomationProject.d.ts +8 -0
  37. package/bedrock/dataAutomationProject.js +3 -1
  38. package/bedrock/dataAutomationProject.js.map +1 -1
  39. package/bedrockagentcore/browserCustom.d.ts +8 -0
  40. package/bedrockagentcore/browserCustom.js +3 -1
  41. package/bedrockagentcore/browserCustom.js.map +1 -1
  42. package/bedrockagentcore/gatewayTarget.d.ts +1 -0
  43. package/bedrockagentcore/gatewayTarget.js +2 -0
  44. package/bedrockagentcore/gatewayTarget.js.map +1 -1
  45. package/bedrockagentcore/getGatewayTarget.d.ts +1 -0
  46. package/bedrockagentcore/getGatewayTarget.js.map +1 -1
  47. package/bedrockagentcore/getRuntime.d.ts +8 -0
  48. package/bedrockagentcore/getRuntime.js.map +1 -1
  49. package/bedrockagentcore/runtime.d.ts +16 -0
  50. package/bedrockagentcore/runtime.js +4 -0
  51. package/bedrockagentcore/runtime.js.map +1 -1
  52. package/cassandra/getTable.d.ts +1 -0
  53. package/cassandra/getTable.js.map +1 -1
  54. package/cassandra/table.d.ts +2 -0
  55. package/cassandra/table.js +2 -0
  56. package/cassandra/table.js.map +1 -1
  57. package/ce/anomalyMonitor.d.ts +14 -2
  58. package/ce/anomalyMonitor.js.map +1 -1
  59. package/cloudformation/getStack.d.ts +4 -4
  60. package/cloudformation/stack.d.ts +8 -8
  61. package/cloudfront/connectionFunction.d.ts +104 -0
  62. package/cloudfront/connectionFunction.js +86 -0
  63. package/cloudfront/connectionFunction.js.map +1 -0
  64. package/cloudfront/getConnectionFunction.d.ts +65 -0
  65. package/cloudfront/getConnectionFunction.js +28 -0
  66. package/cloudfront/getConnectionFunction.js.map +1 -0
  67. package/cloudfront/getTrustStore.d.ts +53 -0
  68. package/cloudfront/getTrustStore.js +28 -0
  69. package/cloudfront/getTrustStore.js.map +1 -0
  70. package/cloudfront/index.d.ts +12 -0
  71. package/cloudfront/index.js +16 -1
  72. package/cloudfront/index.js.map +1 -1
  73. package/cloudfront/trustStore.d.ts +84 -0
  74. package/cloudfront/trustStore.js +74 -0
  75. package/cloudfront/trustStore.js.map +1 -0
  76. package/cloudtrail/getTrail.d.ts +5 -1
  77. package/cloudtrail/getTrail.js.map +1 -1
  78. package/cloudtrail/trail.d.ts +9 -1
  79. package/cloudtrail/trail.js +2 -0
  80. package/cloudtrail/trail.js.map +1 -1
  81. package/codestarnotifications/getNotificationRule.d.ts +1 -1
  82. package/codestarnotifications/notificationRule.d.ts +4 -4
  83. package/cognito/getTerms.d.ts +29 -0
  84. package/cognito/getTerms.js.map +1 -1
  85. package/cognito/terms.d.ts +43 -0
  86. package/cognito/terms.js.map +1 -1
  87. package/comprehend/documentClassifier.d.ts +2 -2
  88. package/connect/evaluationForm.d.ts +10 -0
  89. package/connect/evaluationForm.js +4 -0
  90. package/connect/evaluationForm.js.map +1 -1
  91. package/connect/getEvaluationForm.d.ts +5 -0
  92. package/connect/getEvaluationForm.js.map +1 -1
  93. package/controltower/getLandingZone.d.ts +4 -0
  94. package/controltower/getLandingZone.js.map +1 -1
  95. package/controltower/landingZone.d.ts +8 -0
  96. package/controltower/landingZone.js +2 -0
  97. package/controltower/landingZone.js.map +1 -1
  98. package/customerprofiles/domain.d.ts +2 -0
  99. package/customerprofiles/domain.js +2 -0
  100. package/customerprofiles/domain.js.map +1 -1
  101. package/customerprofiles/getDomain.d.ts +1 -0
  102. package/customerprofiles/getDomain.js.map +1 -1
  103. package/customerprofiles/getSegmentDefinition.d.ts +5 -0
  104. package/customerprofiles/getSegmentDefinition.js.map +1 -1
  105. package/customerprofiles/segmentDefinition.d.ts +15 -2
  106. package/customerprofiles/segmentDefinition.js +5 -4
  107. package/customerprofiles/segmentDefinition.js.map +1 -1
  108. package/deadline/getMonitor.d.ts +2 -2
  109. package/deadline/monitor.d.ts +5 -5
  110. package/dsql/cluster.d.ts +16 -0
  111. package/dsql/cluster.js +6 -0
  112. package/dsql/cluster.js.map +1 -1
  113. package/dsql/getCluster.d.ts +12 -0
  114. package/dsql/getCluster.js.map +1 -1
  115. package/ec2/capacityReservation.d.ts +2 -2
  116. package/ec2/getCapacityReservation.d.ts +1 -1
  117. package/ec2/getIpamScope.d.ts +6 -0
  118. package/ec2/getIpamScope.js.map +1 -1
  119. package/ec2/getTransitGateway.d.ts +4 -0
  120. package/ec2/getTransitGateway.js.map +1 -1
  121. package/ec2/getTransitGatewayMeteringPolicy.d.ts +44 -0
  122. package/ec2/getTransitGatewayMeteringPolicy.js +28 -0
  123. package/ec2/getTransitGatewayMeteringPolicy.js.map +1 -0
  124. package/ec2/getTransitGatewayMeteringPolicyEntry.d.ts +39 -0
  125. package/ec2/getTransitGatewayMeteringPolicyEntry.js +30 -0
  126. package/ec2/getTransitGatewayMeteringPolicyEntry.js.map +1 -0
  127. package/ec2/getVolume.d.ts +27 -23
  128. package/ec2/getVolume.js +17 -23
  129. package/ec2/getVolume.js.map +1 -1
  130. package/ec2/getVpcEncryptionControl.d.ts +49 -0
  131. package/ec2/getVpcEncryptionControl.js +28 -0
  132. package/ec2/getVpcEncryptionControl.js.map +1 -0
  133. package/ec2/getVpnConcentrator.d.ts +36 -0
  134. package/ec2/getVpnConcentrator.js +28 -0
  135. package/ec2/getVpnConcentrator.js.map +1 -0
  136. package/ec2/index.d.ts +24 -0
  137. package/ec2/index.js +32 -4
  138. package/ec2/index.js.map +1 -1
  139. package/ec2/ipamScope.d.ts +12 -0
  140. package/ec2/ipamScope.js +2 -0
  141. package/ec2/ipamScope.js.map +1 -1
  142. package/ec2/transitGateway.d.ts +13 -0
  143. package/ec2/transitGateway.js +4 -0
  144. package/ec2/transitGateway.js.map +1 -1
  145. package/ec2/transitGatewayMeteringPolicy.d.ts +71 -0
  146. package/ec2/transitGatewayMeteringPolicy.js +71 -0
  147. package/ec2/transitGatewayMeteringPolicy.js.map +1 -0
  148. package/ec2/transitGatewayMeteringPolicyEntry.d.ts +138 -0
  149. package/ec2/transitGatewayMeteringPolicyEntry.js +93 -0
  150. package/ec2/transitGatewayMeteringPolicyEntry.js.map +1 -0
  151. package/ec2/volume.d.ts +28 -11
  152. package/ec2/volume.js +8 -11
  153. package/ec2/volume.js.map +1 -1
  154. package/ec2/vpcEncryptionControl.d.ts +140 -0
  155. package/ec2/vpcEncryptionControl.js +86 -0
  156. package/ec2/vpcEncryptionControl.js.map +1 -0
  157. package/ec2/vpcEndpoint.js +1 -1
  158. package/ec2/vpcEndpoint.js.map +1 -1
  159. package/ec2/vpnConcentrator.d.ts +67 -0
  160. package/ec2/vpnConcentrator.js +72 -0
  161. package/ec2/vpnConcentrator.js.map +1 -0
  162. package/ec2/vpnConnection.d.ts +4 -0
  163. package/ec2/vpnConnection.js +5 -1
  164. package/ec2/vpnConnection.js.map +1 -1
  165. package/ecr/getSigningConfiguration.d.ts +32 -0
  166. package/ecr/getSigningConfiguration.js +28 -0
  167. package/ecr/getSigningConfiguration.js.map +1 -0
  168. package/ecr/index.d.ts +9 -0
  169. package/ecr/index.js +12 -1
  170. package/ecr/index.js.map +1 -1
  171. package/ecr/pullTimeUpdateExclusion.d.ts +41 -0
  172. package/ecr/pullTimeUpdateExclusion.js +61 -0
  173. package/ecr/pullTimeUpdateExclusion.js.map +1 -0
  174. package/ecr/signingConfiguration.d.ts +47 -0
  175. package/ecr/signingConfiguration.js +61 -0
  176. package/ecr/signingConfiguration.js.map +1 -0
  177. package/ecs/expressGatewayService.d.ts +148 -0
  178. package/ecs/expressGatewayService.js +99 -0
  179. package/ecs/expressGatewayService.js.map +1 -0
  180. package/ecs/getExpressGatewayService.d.ts +41 -0
  181. package/ecs/getExpressGatewayService.js +28 -0
  182. package/ecs/getExpressGatewayService.js.map +1 -0
  183. package/ecs/index.d.ts +6 -0
  184. package/ecs/index.js +8 -1
  185. package/ecs/index.js.map +1 -1
  186. package/eks/capability.d.ts +112 -0
  187. package/eks/capability.js +92 -0
  188. package/eks/capability.js.map +1 -0
  189. package/eks/cluster.d.ts +8 -0
  190. package/eks/cluster.js +2 -0
  191. package/eks/cluster.js.map +1 -1
  192. package/eks/getCapability.d.ts +61 -0
  193. package/eks/getCapability.js +28 -0
  194. package/eks/getCapability.js.map +1 -0
  195. package/eks/getCluster.d.ts +4 -0
  196. package/eks/getCluster.js.map +1 -1
  197. package/eks/index.d.ts +6 -0
  198. package/eks/index.js +8 -1
  199. package/eks/index.js.map +1 -1
  200. package/elasticloadbalancingv2/getTargetGroup.d.ts +4 -0
  201. package/elasticloadbalancingv2/getTargetGroup.js.map +1 -1
  202. package/elasticloadbalancingv2/targetGroup.d.ts +8 -0
  203. package/elasticloadbalancingv2/targetGroup.js +2 -0
  204. package/elasticloadbalancingv2/targetGroup.js.map +1 -1
  205. package/events/archive.d.ts +2 -2
  206. package/events/connection.d.ts +2 -2
  207. package/events/getArchive.d.ts +1 -1
  208. package/events/getConnection.d.ts +1 -1
  209. package/fms/getNotificationChannel.d.ts +1 -1
  210. package/fms/notificationChannel.d.ts +2 -2
  211. package/fsx/dataRepositoryAssociation.d.ts +15 -28
  212. package/fsx/dataRepositoryAssociation.js +1 -2
  213. package/fsx/dataRepositoryAssociation.js.map +1 -1
  214. package/fsx/getDataRepositoryAssociation.d.ts +8 -20
  215. package/fsx/getDataRepositoryAssociation.js +2 -4
  216. package/fsx/getDataRepositoryAssociation.js.map +1 -1
  217. package/fsx/s3accessPointAttachment.d.ts +12 -4
  218. package/fsx/s3accessPointAttachment.js +3 -4
  219. package/fsx/s3accessPointAttachment.js.map +1 -1
  220. package/glue/getIdentityCenterConfiguration.d.ts +39 -0
  221. package/glue/getIdentityCenterConfiguration.js +28 -0
  222. package/glue/getIdentityCenterConfiguration.js.map +1 -0
  223. package/glue/getIntegration.d.ts +56 -0
  224. package/glue/getIntegration.js +30 -0
  225. package/glue/getIntegration.js.map +1 -0
  226. package/glue/identityCenterConfiguration.d.ts +65 -0
  227. package/glue/identityCenterConfiguration.js +69 -0
  228. package/glue/identityCenterConfiguration.js.map +1 -0
  229. package/glue/index.d.ts +12 -0
  230. package/glue/index.js +15 -1
  231. package/glue/index.js.map +1 -1
  232. package/glue/integration.d.ts +123 -0
  233. package/glue/integration.js +86 -0
  234. package/glue/integration.js.map +1 -0
  235. package/greengrassv2/componentVersion.d.ts +2 -2
  236. package/greengrassv2/deployment.d.ts +2 -2
  237. package/greengrassv2/getComponentVersion.d.ts +1 -1
  238. package/greengrassv2/getDeployment.d.ts +1 -1
  239. package/iam/getRole.d.ts +5 -5
  240. package/iam/role.d.ts +6 -6
  241. package/imagebuilder/containerRecipe.d.ts +4 -0
  242. package/imagebuilder/containerRecipe.js +2 -0
  243. package/imagebuilder/containerRecipe.js.map +1 -1
  244. package/imagebuilder/getContainerRecipe.d.ts +5 -0
  245. package/imagebuilder/getContainerRecipe.js.map +1 -1
  246. package/imagebuilder/getImageRecipe.d.ts +4 -0
  247. package/imagebuilder/getImageRecipe.js.map +1 -1
  248. package/imagebuilder/imageRecipe.d.ts +6 -2
  249. package/imagebuilder/imageRecipe.js +2 -3
  250. package/imagebuilder/imageRecipe.js.map +1 -1
  251. package/iot/encryptionConfiguration.d.ts +2 -2
  252. package/iot/getEncryptionConfiguration.d.ts +1 -1
  253. package/kinesis/getStream.d.ts +5 -1
  254. package/kinesis/getStream.js.map +1 -1
  255. package/kinesis/stream.d.ts +14 -2
  256. package/kinesis/stream.js +4 -0
  257. package/kinesis/stream.js.map +1 -1
  258. package/kinesisvideo/getStream.d.ts +4 -0
  259. package/kinesisvideo/getStream.js.map +1 -1
  260. package/kinesisvideo/stream.d.ts +8 -0
  261. package/kinesisvideo/stream.js +2 -0
  262. package/kinesisvideo/stream.js.map +1 -1
  263. package/kms/getKey.d.ts +3 -0
  264. package/kms/getKey.js.map +1 -1
  265. package/kms/key.d.ts +6 -0
  266. package/kms/key.js.map +1 -1
  267. package/lambda/capacityProvider.d.ts +100 -0
  268. package/lambda/capacityProvider.js +80 -0
  269. package/lambda/capacityProvider.js.map +1 -0
  270. package/lambda/eventSourceMapping.d.ts +12 -4
  271. package/lambda/eventSourceMapping.js +2 -0
  272. package/lambda/eventSourceMapping.js.map +1 -1
  273. package/lambda/function.d.ts +14 -0
  274. package/lambda/function.js +9 -1
  275. package/lambda/function.js.map +1 -1
  276. package/lambda/getCapacityProvider.d.ts +41 -0
  277. package/lambda/getCapacityProvider.js +28 -0
  278. package/lambda/getCapacityProvider.js.map +1 -0
  279. package/lambda/getEventSourceMapping.d.ts +6 -2
  280. package/lambda/getEventSourceMapping.js.map +1 -1
  281. package/lambda/getFunction.d.ts +2 -0
  282. package/lambda/getFunction.js.map +1 -1
  283. package/lambda/getPermission.d.ts +2 -2
  284. package/lambda/getPermission.js +2 -2
  285. package/lambda/getVersion.d.ts +5 -0
  286. package/lambda/getVersion.js.map +1 -1
  287. package/lambda/index.d.ts +6 -0
  288. package/lambda/index.js +8 -1
  289. package/lambda/index.js.map +1 -1
  290. package/lambda/permission.d.ts +5 -5
  291. package/lambda/permission.js +1 -1
  292. package/lambda/version.d.ts +8 -0
  293. package/lambda/version.js +2 -0
  294. package/lambda/version.js.map +1 -1
  295. package/mediaconnect/flowOutput.d.ts +12 -2
  296. package/mediaconnect/flowOutput.js +4 -3
  297. package/mediaconnect/flowOutput.js.map +1 -1
  298. package/mediaconnect/getRouterInput.d.ts +90 -0
  299. package/mediaconnect/getRouterInput.js +28 -0
  300. package/mediaconnect/getRouterInput.js.map +1 -0
  301. package/mediaconnect/getRouterNetworkInterface.d.ts +66 -0
  302. package/mediaconnect/getRouterNetworkInterface.js +28 -0
  303. package/mediaconnect/getRouterNetworkInterface.js.map +1 -0
  304. package/mediaconnect/getRouterOutputResource.d.ts +86 -0
  305. package/mediaconnect/getRouterOutputResource.js +28 -0
  306. package/mediaconnect/getRouterOutputResource.js.map +1 -0
  307. package/mediaconnect/index.d.ts +18 -0
  308. package/mediaconnect/index.js +22 -1
  309. package/mediaconnect/index.js.map +1 -1
  310. package/mediaconnect/routerInput.d.ts +146 -0
  311. package/mediaconnect/routerInput.js +106 -0
  312. package/mediaconnect/routerInput.js.map +1 -0
  313. package/mediaconnect/routerNetworkInterface.d.ts +94 -0
  314. package/mediaconnect/routerNetworkInterface.js +83 -0
  315. package/mediaconnect/routerNetworkInterface.js.map +1 -0
  316. package/mediaconnect/routerOutputResource.d.ts +138 -0
  317. package/mediaconnect/routerOutputResource.js +104 -0
  318. package/mediaconnect/routerOutputResource.js.map +1 -0
  319. package/msk/cluster.d.ts +3 -5
  320. package/msk/cluster.js +3 -1
  321. package/msk/cluster.js.map +1 -1
  322. package/msk/configuration.d.ts +2 -2
  323. package/msk/getCluster.d.ts +1 -0
  324. package/msk/getCluster.js.map +1 -1
  325. package/opensearchservice/domain.d.ts +12 -4
  326. package/opensearchservice/domain.js +2 -0
  327. package/opensearchservice/domain.js.map +1 -1
  328. package/opensearchservice/getDomain.d.ts +7 -3
  329. package/opensearchservice/getDomain.js.map +1 -1
  330. package/opsworkscm/getServer.d.ts +1 -1
  331. package/opsworkscm/server.d.ts +2 -2
  332. package/organizations/policy.d.ts +2 -2
  333. package/package.json +3 -3
  334. package/package.json.dev +2 -2
  335. package/pipes/getPipe.d.ts +1 -1
  336. package/pipes/pipe.d.ts +2 -2
  337. package/qbusiness/application.d.ts +2 -2
  338. package/qbusiness/dataSource.d.ts +2 -2
  339. package/qbusiness/getDataSource.d.ts +1 -1
  340. package/quicksight/dataSet.d.ts +12 -0
  341. package/quicksight/dataSet.js.map +1 -1
  342. package/quicksight/getDataSet.d.ts +6 -0
  343. package/quicksight/getDataSet.js.map +1 -1
  344. package/refactorspaces/application.d.ts +4 -4
  345. package/refactorspaces/getApplication.d.ts +4 -4
  346. package/refactorspaces/getRoute.d.ts +1 -1
  347. package/refactorspaces/route.d.ts +1 -1
  348. package/rekognition/getProject.d.ts +5 -0
  349. package/rekognition/getProject.js.map +1 -1
  350. package/rekognition/project.d.ts +10 -0
  351. package/rekognition/project.js +2 -0
  352. package/rekognition/project.js.map +1 -1
  353. package/rtbfabric/getInboundExternalLink.d.ts +28 -0
  354. package/rtbfabric/getInboundExternalLink.js +28 -0
  355. package/rtbfabric/getInboundExternalLink.js.map +1 -0
  356. package/rtbfabric/getOutboundExternalLink.d.ts +29 -0
  357. package/rtbfabric/getOutboundExternalLink.js +28 -0
  358. package/rtbfabric/getOutboundExternalLink.js.map +1 -0
  359. package/rtbfabric/inboundExternalLink.d.ts +49 -0
  360. package/rtbfabric/inboundExternalLink.js +78 -0
  361. package/rtbfabric/inboundExternalLink.js.map +1 -0
  362. package/rtbfabric/index.d.ts +12 -0
  363. package/rtbfabric/index.js +15 -1
  364. package/rtbfabric/index.js.map +1 -1
  365. package/rtbfabric/outboundExternalLink.d.ts +51 -0
  366. package/rtbfabric/outboundExternalLink.js +83 -0
  367. package/rtbfabric/outboundExternalLink.js.map +1 -0
  368. package/rum/appMonitor.d.ts +3 -0
  369. package/rum/appMonitor.js +3 -1
  370. package/rum/appMonitor.js.map +1 -1
  371. package/s3/bucket.d.ts +8 -0
  372. package/s3/bucket.js +2 -0
  373. package/s3/bucket.js.map +1 -1
  374. package/s3/getBucket.d.ts +5 -0
  375. package/s3/getBucket.js.map +1 -1
  376. package/s3tables/getTable.d.ts +4 -0
  377. package/s3tables/getTable.js.map +1 -1
  378. package/s3tables/getTableBucket.d.ts +5 -0
  379. package/s3tables/getTableBucket.js.map +1 -1
  380. package/s3tables/table.d.ts +8 -0
  381. package/s3tables/table.js +2 -0
  382. package/s3tables/table.js.map +1 -1
  383. package/s3tables/tableBucket.d.ts +10 -0
  384. package/s3tables/tableBucket.js +4 -0
  385. package/s3tables/tableBucket.js.map +1 -1
  386. package/sagemaker/domain.js +1 -1
  387. package/sagemaker/domain.js.map +1 -1
  388. package/sagemaker/getDomain.d.ts +4 -0
  389. package/sagemaker/getDomain.js.map +1 -1
  390. package/sagemaker/getPartnerApp.d.ts +12 -0
  391. package/sagemaker/getPartnerApp.js.map +1 -1
  392. package/sagemaker/partnerApp.d.ts +20 -0
  393. package/sagemaker/partnerApp.js +6 -0
  394. package/sagemaker/partnerApp.js.map +1 -1
  395. package/secretsmanager/getRotationSchedule.d.ts +8 -0
  396. package/secretsmanager/getRotationSchedule.js.map +1 -1
  397. package/secretsmanager/getSecret.d.ts +4 -0
  398. package/secretsmanager/getSecret.js.map +1 -1
  399. package/secretsmanager/rotationSchedule.d.ts +16 -0
  400. package/secretsmanager/rotationSchedule.js +4 -0
  401. package/secretsmanager/rotationSchedule.js.map +1 -1
  402. package/secretsmanager/secret.d.ts +8 -0
  403. package/secretsmanager/secret.js +2 -0
  404. package/secretsmanager/secret.js.map +1 -1
  405. package/securityhub/configurationPolicy.d.ts +4 -4
  406. package/securityhub/getConfigurationPolicy.d.ts +2 -2
  407. package/servicecatalog/cloudFormationProduct.d.ts +21 -11
  408. package/servicecatalog/cloudFormationProduct.js +1 -1
  409. package/servicecatalog/cloudFormationProduct.js.map +1 -1
  410. package/servicecatalog/getCloudFormationProduct.d.ts +21 -16
  411. package/servicecatalog/getCloudFormationProduct.js +2 -2
  412. package/servicecatalog/getCloudFormationProduct.js.map +1 -1
  413. package/shield/getProtection.d.ts +1 -1
  414. package/shield/protection.d.ts +2 -2
  415. package/sns/getTopic.d.ts +3 -3
  416. package/sns/topic.d.ts +1 -1
  417. package/ssm/association.d.ts +2 -2
  418. package/stepfunctions/activity.d.ts +2 -2
  419. package/types/enums/apigateway/index.d.ts +3 -0
  420. package/types/enums/apigateway/index.js.map +1 -1
  421. package/types/enums/bedrock/index.d.ts +78 -0
  422. package/types/enums/bedrock/index.js +71 -3
  423. package/types/enums/bedrock/index.js.map +1 -1
  424. package/types/enums/bedrockagentcore/index.d.ts +12 -0
  425. package/types/enums/bedrockagentcore/index.js +9 -1
  426. package/types/enums/bedrockagentcore/index.js.map +1 -1
  427. package/types/enums/ce/index.d.ts +7 -1
  428. package/types/enums/ce/index.js.map +1 -1
  429. package/types/enums/cloudfront/index.d.ts +40 -0
  430. package/types/enums/cloudfront/index.js +24 -1
  431. package/types/enums/cloudfront/index.js.map +1 -1
  432. package/types/enums/cloudtrail/index.d.ts +24 -0
  433. package/types/enums/cloudtrail/index.js +13 -1
  434. package/types/enums/cloudtrail/index.js.map +1 -1
  435. package/types/enums/connect/index.d.ts +49 -7
  436. package/types/enums/connect/index.js +27 -1
  437. package/types/enums/connect/index.js.map +1 -1
  438. package/types/enums/controltower/index.d.ts +4 -0
  439. package/types/enums/controltower/index.js +4 -1
  440. package/types/enums/controltower/index.js.map +1 -1
  441. package/types/enums/customerprofiles/index.d.ts +8 -0
  442. package/types/enums/customerprofiles/index.js +5 -1
  443. package/types/enums/customerprofiles/index.js.map +1 -1
  444. package/types/enums/ec2/index.d.ts +159 -0
  445. package/types/enums/ec2/index.js +101 -2
  446. package/types/enums/ec2/index.js.map +1 -1
  447. package/types/enums/ecr/index.d.ts +7 -0
  448. package/types/enums/ecr/index.js +4 -1
  449. package/types/enums/ecr/index.js.map +1 -1
  450. package/types/enums/ecs/index.d.ts +18 -2
  451. package/types/enums/ecs/index.js +15 -1
  452. package/types/enums/ecs/index.js.map +1 -1
  453. package/types/enums/eks/index.d.ts +43 -0
  454. package/types/enums/eks/index.js +24 -1
  455. package/types/enums/eks/index.js.map +1 -1
  456. package/types/enums/fsx/index.d.ts +10 -1
  457. package/types/enums/fsx/index.js +6 -1
  458. package/types/enums/fsx/index.js.map +1 -1
  459. package/types/enums/iot/index.d.ts +1 -1
  460. package/types/enums/kinesisvideo/index.d.ts +8 -0
  461. package/types/enums/kinesisvideo/index.js +5 -1
  462. package/types/enums/kinesisvideo/index.js.map +1 -1
  463. package/types/enums/kms/index.d.ts +3 -0
  464. package/types/enums/kms/index.js.map +1 -1
  465. package/types/enums/lambda/index.d.ts +52 -1
  466. package/types/enums/lambda/index.js +28 -1
  467. package/types/enums/lambda/index.js.map +1 -1
  468. package/types/enums/mediaconnect/index.d.ts +188 -0
  469. package/types/enums/mediaconnect/index.js +158 -1
  470. package/types/enums/mediaconnect/index.js.map +1 -1
  471. package/types/enums/msk/index.d.ts +5 -0
  472. package/types/enums/msk/index.js +5 -1
  473. package/types/enums/msk/index.js.map +1 -1
  474. package/types/enums/organizations/index.d.ts +6 -1
  475. package/types/enums/organizations/index.js +5 -0
  476. package/types/enums/organizations/index.js.map +1 -1
  477. package/types/enums/pcs/index.d.ts +9 -0
  478. package/types/enums/pcs/index.js +6 -1
  479. package/types/enums/pcs/index.js.map +1 -1
  480. package/types/enums/rbin/index.d.ts +1 -0
  481. package/types/enums/rbin/index.js +1 -0
  482. package/types/enums/rbin/index.js.map +1 -1
  483. package/types/enums/route53resolver/index.d.ts +1 -0
  484. package/types/enums/route53resolver/index.js +1 -0
  485. package/types/enums/route53resolver/index.js.map +1 -1
  486. package/types/enums/rtbfabric/index.d.ts +57 -1
  487. package/types/enums/rtbfabric/index.js +52 -2
  488. package/types/enums/rtbfabric/index.js.map +1 -1
  489. package/types/enums/rum/index.d.ts +6 -0
  490. package/types/enums/rum/index.js +6 -1
  491. package/types/enums/rum/index.js.map +1 -1
  492. package/types/enums/s3/index.d.ts +13 -0
  493. package/types/enums/s3/index.js +9 -1
  494. package/types/enums/s3/index.js.map +1 -1
  495. package/types/enums/s3tables/index.d.ts +8 -0
  496. package/types/enums/s3tables/index.js +5 -1
  497. package/types/enums/s3tables/index.js.map +1 -1
  498. package/types/enums/sagemaker/index.d.ts +9 -0
  499. package/types/enums/sagemaker/index.js +8 -3
  500. package/types/enums/sagemaker/index.js.map +1 -1
  501. package/types/enums/securityhub/index.d.ts +3 -7
  502. package/types/enums/securityhub/index.js +2 -6
  503. package/types/enums/securityhub/index.js.map +1 -1
  504. package/types/enums/servicecatalog/index.d.ts +0 -24
  505. package/types/enums/servicecatalog/index.js +1 -17
  506. package/types/enums/servicecatalog/index.js.map +1 -1
  507. package/types/enums/vpclattice/index.d.ts +19 -0
  508. package/types/enums/vpclattice/index.js +12 -1
  509. package/types/enums/vpclattice/index.js.map +1 -1
  510. package/types/enums/wisdom/index.d.ts +3 -0
  511. package/types/enums/wisdom/index.js +3 -0
  512. package/types/enums/wisdom/index.js.map +1 -1
  513. package/types/enums/workspacesweb/index.d.ts +30 -0
  514. package/types/enums/workspacesweb/index.js +30 -1
  515. package/types/enums/workspacesweb/index.js.map +1 -1
  516. package/types/input.d.ts +2480 -134
  517. package/types/output.d.ts +2656 -136
  518. package/types/output.js.map +1 -1
  519. package/vpclattice/domainVerification.d.ts +65 -0
  520. package/vpclattice/domainVerification.js +71 -0
  521. package/vpclattice/domainVerification.js.map +1 -0
  522. package/vpclattice/getDomainVerification.d.ts +42 -0
  523. package/vpclattice/getDomainVerification.js +28 -0
  524. package/vpclattice/getDomainVerification.js.map +1 -0
  525. package/vpclattice/index.d.ts +6 -0
  526. package/vpclattice/index.js +8 -1
  527. package/vpclattice/index.js.map +1 -1
  528. package/vpclattice/resourceConfiguration.d.ts +24 -0
  529. package/vpclattice/resourceConfiguration.js +7 -1
  530. package/vpclattice/resourceConfiguration.js.map +1 -1
  531. package/vpclattice/serviceNetworkResourceAssociation.d.ts +8 -0
  532. package/vpclattice/serviceNetworkResourceAssociation.js +3 -1
  533. package/vpclattice/serviceNetworkResourceAssociation.js.map +1 -1
  534. package/vpclattice/serviceNetworkVpcAssociation.d.ts +16 -0
  535. package/vpclattice/serviceNetworkVpcAssociation.js +5 -1
  536. package/vpclattice/serviceNetworkVpcAssociation.js.map +1 -1
  537. package/wafv2/getIpSet.d.ts +2 -2
  538. package/wafv2/getRuleGroup.d.ts +2 -2
  539. package/wafv2/getWebAcl.d.ts +2 -2
  540. package/wafv2/ipSet.d.ts +2 -2
  541. package/wafv2/ruleGroup.d.ts +2 -2
  542. package/wafv2/webAcl.d.ts +2 -2
  543. package/wisdom/aiAgent.d.ts +2 -2
  544. package/wisdom/getAiAgent.d.ts +1 -1
  545. package/workspacesweb/browserSettings.d.ts +8 -0
  546. package/workspacesweb/browserSettings.js +2 -0
  547. package/workspacesweb/browserSettings.js.map +1 -1
  548. package/workspacesweb/getBrowserSettings.d.ts +4 -0
  549. package/workspacesweb/getBrowserSettings.js.map +1 -1
  550. package/workspacesweb/getPortal.d.ts +1 -1
  551. package/workspacesweb/getSessionLogger.d.ts +3 -0
  552. package/workspacesweb/getSessionLogger.js.map +1 -1
  553. package/workspacesweb/portal.d.ts +2 -2
  554. package/workspacesweb/sessionLogger.d.ts +6 -0
  555. package/workspacesweb/sessionLogger.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -690,7 +690,7 @@ export declare namespace aiops {
690
690
  */
691
691
  chatConfigurationArns?: string[];
692
692
  /**
693
- * Returns the ARN of an Amazon SNS topic used for third-party chat integrations.
693
+ * Returns the ARN of an Amazon topic used for third-party chat integrations.
694
694
  */
695
695
  snsTopicArn?: string;
696
696
  }
@@ -731,7 +731,7 @@ export declare namespace amazonmq {
731
731
  */
732
732
  kmsKeyId?: string;
733
733
  /**
734
- * Enables the use of an AWS owned CMK using AWS KMS (KMS). Set to `true` by default, if no value is provided, for example, for RabbitMQ brokers.
734
+ * Enables the use of an AWS owned CMK using AWS (KMS). Set to `true` by default, if no value is provided, for example, for RabbitMQ brokers.
735
735
  */
736
736
  useAwsOwnedKey: boolean;
737
737
  }
@@ -938,7 +938,7 @@ export declare namespace amplify {
938
938
  }
939
939
  interface BranchBackend {
940
940
  /**
941
- * The Amazon Resource Name (ARN) for the AWS CloudFormation stack.
941
+ * The Amazon Resource Name (ARN) for the CloudFormation stack.
942
942
  */
943
943
  stackArn?: string;
944
944
  }
@@ -1966,6 +1966,10 @@ export declare namespace apigateway {
1966
1966
  * Specifies the integration's responses.
1967
1967
  */
1968
1968
  integrationResponses?: outputs.apigateway.MethodIntegrationResponse[];
1969
+ /**
1970
+ * The ALB or NLB listener to send the request to. Only supported for private integrations that use VPC links V2.
1971
+ */
1972
+ integrationTarget?: string;
1969
1973
  /**
1970
1974
  * Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation. A content type is unmapped if no mapping template is defined in the integration or the content type does not match any of the mapped content types, as specified in `requestTemplates` . The valid value is one of the following: `WHEN_NO_MATCH` : passes the method request body through the integration request to the back end without transformation when the method request content type does not match any content type associated with the mapping templates defined in the integration request. `WHEN_NO_TEMPLATES` : passes the method request body through the integration request to the back end without transformation when no mapping template is defined in the integration request. If a template is defined when this option is selected, the method request of an unmapped content-type will be rejected with an HTTP 415 Unsupported Media Type response. `NEVER` : rejects the method request with an HTTP 415 Unsupported Media Type response when either the method request content type does not match any content type associated with the mapping templates defined in the integration request or no mapping template is defined in the integration request.
1971
1975
  */
@@ -1982,6 +1986,9 @@ export declare namespace apigateway {
1982
1986
  requestTemplates?: {
1983
1987
  [key: string]: string;
1984
1988
  };
1989
+ /**
1990
+ * The response transfer mode of the integration. Use `STREAM` to have API Gateway stream response your back to you or use `BUFFERED` to have API Gateway wait to receive the complete response before beginning transmission.
1991
+ */
1985
1992
  responseTransferMode?: enums.apigateway.MethodIntegrationResponseTransferMode;
1986
1993
  /**
1987
1994
  * Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.
@@ -6388,6 +6395,10 @@ export declare namespace aps {
6388
6395
  * Configuration for EKS metrics source
6389
6396
  */
6390
6397
  eksConfiguration?: outputs.aps.ScraperSourceEksConfigurationProperties;
6398
+ /**
6399
+ * Configuration for VPC metrics source
6400
+ */
6401
+ vpcConfiguration?: outputs.aps.ScraperSourceVpcConfigurationProperties;
6391
6402
  }
6392
6403
  /**
6393
6404
  * Configuration for EKS metrics source
@@ -6406,6 +6417,19 @@ export declare namespace aps {
6406
6417
  */
6407
6418
  subnetIds: string[];
6408
6419
  }
6420
+ /**
6421
+ * Configuration for VPC metrics source
6422
+ */
6423
+ interface ScraperSourceVpcConfigurationProperties {
6424
+ /**
6425
+ * List of security group IDs
6426
+ */
6427
+ securityGroupIds: string[];
6428
+ /**
6429
+ * List of subnet IDs
6430
+ */
6431
+ subnetIds: string[];
6432
+ }
6409
6433
  /**
6410
6434
  * Represents a cloudwatch logs destination for query logging
6411
6435
  */
@@ -6803,6 +6827,44 @@ export declare namespace athena {
6803
6827
  */
6804
6828
  s3AclOption: enums.athena.WorkGroupS3AclOption;
6805
6829
  }
6830
+ /**
6831
+ * A classification refers to a set of specific configurations.
6832
+ */
6833
+ interface WorkGroupClassification {
6834
+ /**
6835
+ * The name of the configuration classification.
6836
+ */
6837
+ name?: string;
6838
+ /**
6839
+ * A set of properties specified within a configuration classification.
6840
+ */
6841
+ properties?: {
6842
+ [key: string]: string;
6843
+ };
6844
+ }
6845
+ /**
6846
+ * Configuration settings for delivering logs to Amazon CloudWatch log groups.
6847
+ */
6848
+ interface WorkGroupCloudWatchLoggingConfiguration {
6849
+ /**
6850
+ * Enables CloudWatch logging.
6851
+ */
6852
+ enabled?: boolean;
6853
+ /**
6854
+ * The name of the log group in Amazon CloudWatch Logs where you want to publish your logs.
6855
+ */
6856
+ logGroup?: string;
6857
+ /**
6858
+ * Prefix for the CloudWatch log stream name.
6859
+ */
6860
+ logStreamNamePrefix?: string;
6861
+ /**
6862
+ * The types of logs that you want to publish to CloudWatch.
6863
+ */
6864
+ logTypes?: {
6865
+ [key: string]: string[];
6866
+ };
6867
+ }
6806
6868
  interface WorkGroupConfiguration {
6807
6869
  /**
6808
6870
  * Specifies a user defined JSON string that is passed to the session engine.
@@ -6822,6 +6884,7 @@ export declare namespace athena {
6822
6884
  * If set to "true", the settings for the workgroup override client-side settings. If set to "false", client-side settings are used. For more information, see [Override client-side settings](https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html) .
6823
6885
  */
6824
6886
  enforceWorkGroupConfiguration?: boolean;
6887
+ engineConfiguration?: outputs.athena.WorkGroupEngineConfiguration;
6825
6888
  /**
6826
6889
  * The engine version that all queries running on the workgroup use.
6827
6890
  */
@@ -6834,6 +6897,10 @@ export declare namespace athena {
6834
6897
  * The configuration for storing results in Athena owned storage, which includes whether this feature is enabled; whether encryption configuration, if any, is used for encrypting query results.
6835
6898
  */
6836
6899
  managedQueryResultsConfiguration?: outputs.athena.WorkGroupManagedQueryResultsConfiguration;
6900
+ /**
6901
+ * Contains the configuration settings for managed log persistence, delivering logs to Amazon S3 buckets, Amazon CloudWatch log groups etc.
6902
+ */
6903
+ monitoringConfiguration?: outputs.athena.WorkGroupMonitoringConfiguration;
6837
6904
  /**
6838
6905
  * Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.
6839
6906
  */
@@ -6855,9 +6922,11 @@ export declare namespace athena {
6855
6922
  bytesScannedCutoffPerQuery?: number;
6856
6923
  customerContentEncryptionConfiguration?: outputs.athena.WorkGroupCustomerContentEncryptionConfiguration;
6857
6924
  enforceWorkGroupConfiguration?: boolean;
6925
+ engineConfiguration?: outputs.athena.WorkGroupEngineConfiguration;
6858
6926
  engineVersion?: outputs.athena.WorkGroupEngineVersion;
6859
6927
  executionRole?: string;
6860
6928
  managedQueryResultsConfiguration?: outputs.athena.WorkGroupManagedQueryResultsConfiguration;
6929
+ monitoringConfiguration?: outputs.athena.WorkGroupMonitoringConfiguration;
6861
6930
  publishCloudWatchMetricsEnabled?: boolean;
6862
6931
  removeBytesScannedCutoffPerQuery?: boolean;
6863
6932
  removeCustomerContentEncryptionConfiguration?: boolean;
@@ -6888,6 +6957,39 @@ export declare namespace athena {
6888
6957
  */
6889
6958
  kmsKey?: string;
6890
6959
  }
6960
+ /**
6961
+ * The engine configuration for running queries.
6962
+ */
6963
+ interface WorkGroupEngineConfiguration {
6964
+ /**
6965
+ * Contains additional notebook engine MAP<string, string> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the StartSessionRequest$NotebookVersion field, and then add a key named NotebookId to AdditionalConfigs that has the value of the Athena notebook ID.
6966
+ */
6967
+ additionalConfigs?: {
6968
+ [key: string]: string;
6969
+ };
6970
+ /**
6971
+ * The configuration classifications that can be specified for the engine.
6972
+ */
6973
+ classifications?: outputs.athena.WorkGroupClassification[];
6974
+ /**
6975
+ * The number of DPUs to use for the coordinator. A coordinator is a special executor that orchestrates processing work and manages other executors in a notebook session. The default is 1.
6976
+ */
6977
+ coordinatorDpuSize?: number;
6978
+ /**
6979
+ * The default number of DPUs to use for executors. An executor is the smallest unit of compute that a notebook session can request from Athena. The default is 1.
6980
+ */
6981
+ defaultExecutorDpuSize?: number;
6982
+ /**
6983
+ * The maximum number of DPUs that can run concurrently.
6984
+ */
6985
+ maxConcurrentDpus?: number;
6986
+ /**
6987
+ * Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.
6988
+ */
6989
+ sparkProperties?: {
6990
+ [key: string]: string;
6991
+ };
6992
+ }
6891
6993
  /**
6892
6994
  * The Athena engine version for running queries.
6893
6995
  */
@@ -6901,6 +7003,19 @@ export declare namespace athena {
6901
7003
  */
6902
7004
  selectedEngineVersion?: string;
6903
7005
  }
7006
+ /**
7007
+ * Configuration settings for managed log persistence.
7008
+ */
7009
+ interface WorkGroupManagedLoggingConfiguration {
7010
+ /**
7011
+ * Enables managed log persistence.
7012
+ */
7013
+ enabled?: boolean;
7014
+ /**
7015
+ * The KMS key ARN to encrypt the logs stored in managed log persistence.
7016
+ */
7017
+ kmsKey?: string;
7018
+ }
6904
7019
  /**
6905
7020
  * The configuration for the managed query results and encryption option. ResultConfiguration and ManagedQueryResultsConfiguration cannot be set at the same time
6906
7021
  */
@@ -6920,6 +7035,23 @@ export declare namespace athena {
6920
7035
  interface WorkGroupManagedStorageEncryptionConfiguration {
6921
7036
  kmsKey?: string;
6922
7037
  }
7038
+ /**
7039
+ * Contains the configuration settings for managed log persistence, delivering logs to Amazon S3 buckets, Amazon CloudWatch log groups etc.
7040
+ */
7041
+ interface WorkGroupMonitoringConfiguration {
7042
+ /**
7043
+ * Configuration settings for delivering logs to Amazon CloudWatch log groups.
7044
+ */
7045
+ cloudWatchLoggingConfiguration?: outputs.athena.WorkGroupCloudWatchLoggingConfiguration;
7046
+ /**
7047
+ * Configuration settings for managed log persistence.
7048
+ */
7049
+ managedLoggingConfiguration?: outputs.athena.WorkGroupManagedLoggingConfiguration;
7050
+ /**
7051
+ * Configuration settings for delivering logs to Amazon S3 buckets.
7052
+ */
7053
+ s3LoggingConfiguration?: outputs.athena.WorkGroupS3LoggingConfiguration;
7054
+ }
6923
7055
  /**
6924
7056
  * The location in Amazon S3 where query results are stored and the encryption option, if any, used for query results. These are known as "client-side settings". If workgroup settings override client-side settings, then the query uses the workgroup settings.
6925
7057
  */
@@ -6982,6 +7114,23 @@ export declare namespace athena {
6982
7114
  */
6983
7115
  removeOutputLocation?: boolean;
6984
7116
  }
7117
+ /**
7118
+ * Configuration settings for delivering logs to Amazon S3 buckets.
7119
+ */
7120
+ interface WorkGroupS3LoggingConfiguration {
7121
+ /**
7122
+ * Enables S3 log delivery.
7123
+ */
7124
+ enabled?: boolean;
7125
+ /**
7126
+ * The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
7127
+ */
7128
+ kmsKey?: string;
7129
+ /**
7130
+ * The Amazon S3 destination URI for log publishing.
7131
+ */
7132
+ logLocation?: string;
7133
+ }
6985
7134
  }
6986
7135
  export declare namespace auditmanager {
6987
7136
  /**
@@ -8551,6 +8700,7 @@ export declare namespace backup {
8551
8700
  * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of letters, numbers, and hyphens.
8552
8701
  */
8553
8702
  targetBackupVault: string;
8703
+ targetLogicallyAirGappedBackupVaultArn?: string;
8554
8704
  }
8555
8705
  interface BackupPlanCopyActionResourceType {
8556
8706
  /**
@@ -9018,7 +9168,7 @@ export declare namespace batch {
9018
9168
  *
9019
9169
  * When updating compute environment, changing the type of a compute environment requires an infrastructure update of the compute environment. For more information, see [Updating compute environments](https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html) in the *AWS Batch User Guide* .
9020
9170
  *
9021
- * When updating the type of a compute environment, changing between `EC2` and `SPOT` or between `FARGATE` and `FARGATE_SPOT` will initiate an infrastructure update, but if you switch between `EC2` and `FARGATE` , AWS CloudFormation will create a new compute environment.
9171
+ * When updating the type of a compute environment, changing between `EC2` and `SPOT` or between `FARGATE` and `FARGATE_SPOT` will initiate an infrastructure update, but if you switch between `EC2` and `FARGATE` , CloudFormation will create a new compute environment.
9022
9172
  */
9023
9173
  type: string;
9024
9174
  /**
@@ -9056,18 +9206,18 @@ export declare namespace batch {
9056
9206
  * - **ECS_AL2023_NVIDIA** - [Amazon Linux 2023 (GPU)](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html#gpuami) : For all GPU instance families and can be used for all non AWS Graviton-based instance types.
9057
9207
  *
9058
9208
  * > ECS_AL2023_NVIDIA doesn't support `p3` and `g3` instance types.
9059
- * - **EKS** - If the `imageIdOverride` parameter isn't specified, then a recent [Amazon EKS-optimized Amazon Linux AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) ( `EKS_AL2` ) is used. If a new image type is specified in an update, but neither an `imageId` nor a `imageIdOverride` parameter is specified, then the latest Amazon EKS optimized AMI for that image type that AWS Batch supports is used.
9209
+ * - **EKS** - If the `imageIdOverride` parameter isn't specified, then a recent [Amazon EKS-optimized Amazon Linux 2023 AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) ( `EKS_AL2023` ) is used. If a new image type is specified in an update, but neither an `imageId` nor a `imageIdOverride` parameter is specified, then the latest Amazon EKS optimized AMI for that image type that AWS Batch supports is used.
9060
9210
  *
9061
- * > Starting end of October 2025 Amazon EKS optimized Amazon Linux 2023 AMIs will be the default on AWS Batch for EKS versions prior to 1.33. Starting from Kubernetes version 1.33, EKS optimized Amazon Linux 2023 AMIs will be the default when it becomes supported on AWS Batch .
9211
+ * > Amazon Linux 2023 AMIs are the default on AWS Batch for Amazon EKS.
9062
9212
  * >
9063
9213
  * > AWS will end support for Amazon EKS AL2-optimized and AL2-accelerated AMIs, starting 11/26/25. You can continue using AWS Batch -provided Amazon EKS optimized Amazon Linux 2 AMIs on your Amazon EKS compute environments beyond the 11/26/25 end-of-support date, these compute environments will no longer receive any new software updates, security patches, or bug fixes from AWS . For more information on upgrading from AL2 to AL2023, see [How to upgrade from EKS AL2 to EKS AL2023](https://docs.aws.amazon.com/batch/latest/userguide/eks-migration-2023.html) in the *AWS Batch User Guide* .
9064
9214
  *
9065
- * - **EKS_AL2** - [Amazon Linux 2](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all non-GPU instance families.
9066
- * - **EKS_AL2_NVIDIA** - [Amazon Linux 2 (accelerated)](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all GPU instance families (for example, `P4` and `G4` ) and can be used for all non AWS Graviton-based instance types.
9067
- * - **EKS_AL2023** - [Amazon Linux 2023](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : AWS Batch supports Amazon Linux 2023.
9215
+ * - **EKS_AL2** - [Amazon Linux 2](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Used for non-GPU instance families.
9216
+ * - **EKS_AL2_NVIDIA** - [Amazon Linux 2 (accelerated)](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Used for GPU instance families (for example, `P4` and `G4` ) and can be used for all non AWS Graviton-based instance types.
9217
+ * - **EKS_AL2023** - [Amazon Linux 2023](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for non-GPU instance families.
9068
9218
  *
9069
9219
  * > Amazon Linux 2023 does not support `A1` instances.
9070
- * - **EKS_AL2023_NVIDIA** - [Amazon Linux 2023 (accelerated)](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : GPU instance families and can be used for all non AWS Graviton-based instance types.
9220
+ * - **EKS_AL2023_NVIDIA** - [Amazon Linux 2023 (accelerated)](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for GPU instance families and can be used for all non AWS Graviton-based instance types.
9071
9221
  */
9072
9222
  imageType: string;
9073
9223
  }
@@ -10889,11 +11039,30 @@ export declare namespace bedrock {
10889
11039
  */
10890
11040
  transcript?: outputs.bedrock.DataAutomationProjectTranscriptConfiguration;
10891
11041
  }
11042
+ interface DataAutomationProjectAudioLanguageConfiguration {
11043
+ /**
11044
+ * The output language of your processing results. This can either be set to `EN` (English) or `DEFAULT` which will output the results in the dominant language of the audio. The dominant language is determined as the language in the audio, spoken the longest in the input audio.
11045
+ */
11046
+ generativeOutputLanguage?: enums.bedrock.DataAutomationProjectAudioGenerativeOutputLanguage;
11047
+ /**
11048
+ * The toggle determining if you want to detect multiple languages from your audio.
11049
+ */
11050
+ identifyMultipleLanguages?: boolean;
11051
+ /**
11052
+ * The input language of your audio. This can be set to any of the currently supported languages via the language codes.
11053
+ */
11054
+ inputLanguages?: enums.bedrock.DataAutomationProjectLanguage[];
11055
+ }
10892
11056
  interface DataAutomationProjectAudioOverrideConfiguration {
11057
+ /**
11058
+ * The output and input language configuration for your audio.
11059
+ */
11060
+ languageConfiguration?: outputs.bedrock.DataAutomationProjectAudioLanguageConfiguration;
10893
11061
  /**
10894
11062
  * Sets modality processing for audio files. All modalities are enabled by default.
10895
11063
  */
10896
11064
  modalityProcessing?: outputs.bedrock.DataAutomationProjectModalityProcessingConfiguration;
11065
+ sensitiveDataConfiguration?: outputs.bedrock.DataAutomationProjectSensitiveDataConfiguration;
10897
11066
  }
10898
11067
  interface DataAutomationProjectAudioStandardExtraction {
10899
11068
  /**
@@ -10989,6 +11158,7 @@ export declare namespace bedrock {
10989
11158
  * Sets modality processing for document files. All modalities are enabled by default.
10990
11159
  */
10991
11160
  modalityProcessing?: outputs.bedrock.DataAutomationProjectModalityProcessingConfiguration;
11161
+ sensitiveDataConfiguration?: outputs.bedrock.DataAutomationProjectSensitiveDataConfiguration;
10992
11162
  /**
10993
11163
  * Whether document splitter is enabled for a project.
10994
11164
  */
@@ -11045,6 +11215,7 @@ export declare namespace bedrock {
11045
11215
  * Sets modality processing for image files. All modalities are enabled by default.
11046
11216
  */
11047
11217
  modalityProcessing?: outputs.bedrock.DataAutomationProjectModalityProcessingConfiguration;
11218
+ sensitiveDataConfiguration?: outputs.bedrock.DataAutomationProjectSensitiveDataConfiguration;
11048
11219
  }
11049
11220
  interface DataAutomationProjectImageStandardExtraction {
11050
11221
  /**
@@ -11128,6 +11299,15 @@ export declare namespace bedrock {
11128
11299
  */
11129
11300
  video?: outputs.bedrock.DataAutomationProjectVideoOverrideConfiguration;
11130
11301
  }
11302
+ interface DataAutomationProjectPiiEntitiesConfiguration {
11303
+ piiEntityTypes?: enums.bedrock.DataAutomationProjectPiiEntityTypes[];
11304
+ redactionMaskMode?: enums.bedrock.DataAutomationProjectPiiRedactionMaskMode;
11305
+ }
11306
+ interface DataAutomationProjectSensitiveDataConfiguration {
11307
+ detectionMode?: enums.bedrock.DataAutomationProjectSensitiveDataDetectionMode;
11308
+ detectionScope?: enums.bedrock.DataAutomationProjectSensitiveDataDetectionScope[];
11309
+ piiEntitiesConfiguration?: outputs.bedrock.DataAutomationProjectPiiEntitiesConfiguration;
11310
+ }
11131
11311
  interface DataAutomationProjectSpeakerLabelingConfiguration {
11132
11312
  /**
11133
11313
  * State of speaker labeling, either enabled or disabled.
@@ -11192,6 +11372,7 @@ export declare namespace bedrock {
11192
11372
  * Sets modality processing for video files. All modalities are enabled by default.
11193
11373
  */
11194
11374
  modalityProcessing?: outputs.bedrock.DataAutomationProjectModalityProcessingConfiguration;
11375
+ sensitiveDataConfiguration?: outputs.bedrock.DataAutomationProjectSensitiveDataConfiguration;
11195
11376
  }
11196
11377
  interface DataAutomationProjectVideoStandardExtraction {
11197
11378
  /**
@@ -13897,6 +14078,23 @@ export declare namespace bedrock {
13897
14078
  */
13898
14079
  uri: string;
13899
14080
  }
14081
+ /**
14082
+ * Contains the storage configuration of the knowledge base for S3 vectors.
14083
+ */
14084
+ interface KnowledgeBaseS3VectorsConfiguration {
14085
+ /**
14086
+ * The Amazon Resource Name (ARN) of the vector index used for the knowledge base. This ARN identifies the specific vector index resource within Amazon Bedrock.
14087
+ */
14088
+ indexArn?: string;
14089
+ /**
14090
+ * The name of the vector index used for the knowledge base. This name identifies the vector index within the Amazon Bedrock service.
14091
+ */
14092
+ indexName?: string;
14093
+ /**
14094
+ * The Amazon Resource Name (ARN) of the S3 bucket where vector embeddings are stored. This bucket contains the vector data used by the knowledge base.
14095
+ */
14096
+ vectorBucketArn?: string;
14097
+ }
13900
14098
  /**
13901
14099
  * Configurations for a SQL knowledge base
13902
14100
  */
@@ -13938,6 +14136,10 @@ export declare namespace bedrock {
13938
14136
  * Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see [Create a vector index in Amazon RDS](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-rds.html) .
13939
14137
  */
13940
14138
  rdsConfiguration?: outputs.bedrock.KnowledgeBaseRdsConfiguration;
14139
+ /**
14140
+ * The configuration settings for storing knowledge base data using S3 vectors. This includes vector index information and S3 bucket details for vector storage.
14141
+ */
14142
+ s3VectorsConfiguration?: outputs.bedrock.KnowledgeBaseS3VectorsConfiguration;
13941
14143
  /**
13942
14144
  * The vector store service in which the knowledge base is stored.
13943
14145
  */
@@ -14535,6 +14737,12 @@ export declare namespace bedrockagentcore {
14535
14737
  networkMode: enums.bedrockagentcore.BrowserCustomBrowserNetworkMode;
14536
14738
  vpcConfig?: outputs.bedrockagentcore.BrowserCustomVpcConfig;
14537
14739
  }
14740
+ /**
14741
+ * Browser signing configuration
14742
+ */
14743
+ interface BrowserCustomBrowserSigning {
14744
+ enabled?: boolean;
14745
+ }
14538
14746
  /**
14539
14747
  * Recording configuration for browser
14540
14748
  */
@@ -14633,6 +14841,9 @@ export declare namespace bedrockagentcore {
14633
14841
  lambdaArn: string;
14634
14842
  toolSchema: outputs.bedrockagentcore.GatewayTargetToolSchema0Properties | outputs.bedrockagentcore.GatewayTargetToolSchema1Properties;
14635
14843
  }
14844
+ interface GatewayTargetMcpServerTargetConfiguration {
14845
+ endpoint: string;
14846
+ }
14636
14847
  interface GatewayTargetMcpTargetConfiguration0Properties {
14637
14848
  openApiSchema: outputs.bedrockagentcore.GatewayTargetApiSchemaConfiguration0Properties | outputs.bedrockagentcore.GatewayTargetApiSchemaConfiguration1Properties;
14638
14849
  }
@@ -14642,6 +14853,9 @@ export declare namespace bedrockagentcore {
14642
14853
  interface GatewayTargetMcpTargetConfiguration2Properties {
14643
14854
  lambda: outputs.bedrockagentcore.GatewayTargetMcpLambdaTargetConfiguration;
14644
14855
  }
14856
+ interface GatewayTargetMcpTargetConfiguration3Properties {
14857
+ mcpServer: outputs.bedrockagentcore.GatewayTargetMcpServerTargetConfiguration;
14858
+ }
14645
14859
  interface GatewayTargetOAuthCredentialProvider {
14646
14860
  customParameters?: {
14647
14861
  [key: string]: string;
@@ -14663,7 +14877,7 @@ export declare namespace bedrockagentcore {
14663
14877
  type: enums.bedrockagentcore.GatewayTargetSchemaType;
14664
14878
  }
14665
14879
  interface GatewayTargetTargetConfigurationProperties {
14666
- mcp: outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration0Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration1Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration2Properties;
14880
+ mcp: outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration0Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration1Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration2Properties | outputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration3Properties;
14667
14881
  }
14668
14882
  interface GatewayTargetToolDefinition {
14669
14883
  description: string;
@@ -14848,6 +15062,7 @@ export declare namespace bedrockagentcore {
14848
15062
  modelId: string;
14849
15063
  }
14850
15064
  interface RuntimeAgentRuntimeArtifact {
15065
+ codeConfiguration?: outputs.bedrockagentcore.RuntimeCodeConfiguration;
14851
15066
  /**
14852
15067
  * Representation of a container configuration.
14853
15068
  */
@@ -14862,6 +15077,20 @@ export declare namespace bedrockagentcore {
14862
15077
  */
14863
15078
  customJwtAuthorizer?: outputs.bedrockagentcore.RuntimeCustomJwtAuthorizerConfiguration;
14864
15079
  }
15080
+ /**
15081
+ * Object represents source code from zip file
15082
+ */
15083
+ interface RuntimeCode {
15084
+ s3?: outputs.bedrockagentcore.RuntimeS3Location;
15085
+ }
15086
+ /**
15087
+ * Representation of a code configuration
15088
+ */
15089
+ interface RuntimeCodeConfiguration {
15090
+ code: outputs.bedrockagentcore.RuntimeCode;
15091
+ entryPoint: string[];
15092
+ runtime: enums.bedrockagentcore.RuntimeAgentManagedRuntimeType;
15093
+ }
14865
15094
  interface RuntimeContainerConfiguration {
14866
15095
  /**
14867
15096
  * The container Uri.
@@ -14885,6 +15114,19 @@ export declare namespace bedrockagentcore {
14885
15114
  */
14886
15115
  discoveryUrl: string;
14887
15116
  }
15117
+ /**
15118
+ * Configuration for managing the lifecycle of runtime sessions and resources
15119
+ */
15120
+ interface RuntimeLifecycleConfiguration {
15121
+ /**
15122
+ * Timeout in seconds for idle runtime sessions
15123
+ */
15124
+ idleRuntimeSessionTimeout?: number;
15125
+ /**
15126
+ * Maximum lifetime in seconds for runtime sessions
15127
+ */
15128
+ maxLifetime?: number;
15129
+ }
14888
15130
  interface RuntimeNetworkConfiguration {
14889
15131
  /**
14890
15132
  * The network mode.
@@ -14892,6 +15134,29 @@ export declare namespace bedrockagentcore {
14892
15134
  networkMode: enums.bedrockagentcore.RuntimeNetworkMode;
14893
15135
  networkModeConfig?: outputs.bedrockagentcore.RuntimeVpcConfig;
14894
15136
  }
15137
+ /**
15138
+ * Configuration for HTTP request headers
15139
+ */
15140
+ interface RuntimeRequestHeaderConfiguration {
15141
+ requestHeaderAllowlist?: string[];
15142
+ }
15143
+ /**
15144
+ * S3 Location Configuration
15145
+ */
15146
+ interface RuntimeS3Location {
15147
+ /**
15148
+ * S3 bucket name
15149
+ */
15150
+ bucket: string;
15151
+ /**
15152
+ * S3 object key prefix
15153
+ */
15154
+ prefix: string;
15155
+ /**
15156
+ * S3 object version ID
15157
+ */
15158
+ versionId?: string;
15159
+ }
14895
15160
  /**
14896
15161
  * Network mode configuration for VPC
14897
15162
  */
@@ -15235,6 +15500,13 @@ export declare namespace cassandra {
15235
15500
  */
15236
15501
  targetValue: number;
15237
15502
  }
15503
+ /**
15504
+ * Warm throughput configuration for the table
15505
+ */
15506
+ interface TableWarmThroughput {
15507
+ readUnitsPerSecond?: number;
15508
+ writeUnitsPerSecond?: number;
15509
+ }
15238
15510
  interface TypeField {
15239
15511
  /**
15240
15512
  * The name of the field.
@@ -16025,6 +16297,10 @@ export declare namespace cloudformation {
16025
16297
  outputValue?: string;
16026
16298
  }
16027
16299
  interface StackSetAutoDeployment {
16300
+ /**
16301
+ * A list of StackSet ARNs that this StackSet depends on for auto-deployment operations. When auto-deployment is triggered, operations will be sequenced to ensure all dependencies complete successfully before this StackSet's operation begins.
16302
+ */
16303
+ dependsOn?: string[];
16028
16304
  /**
16029
16305
  * If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
16030
16306
  */
@@ -16311,6 +16587,26 @@ export declare namespace cloudfront {
16311
16587
  */
16312
16588
  comment: string;
16313
16589
  }
16590
+ interface ConnectionFunctionConfig {
16591
+ /**
16592
+ * A comment to describe the function.
16593
+ */
16594
+ comment: string;
16595
+ /**
16596
+ * The configuration for the key value store associations.
16597
+ */
16598
+ keyValueStoreAssociations?: outputs.cloudfront.ConnectionFunctionKeyValueStoreAssociation[];
16599
+ /**
16600
+ * The function's runtime environment version.
16601
+ */
16602
+ runtime: enums.cloudfront.ConnectionFunctionConfigRuntime;
16603
+ }
16604
+ interface ConnectionFunctionKeyValueStoreAssociation {
16605
+ /**
16606
+ * The Amazon Resource Name (ARN) of the key value store association.
16607
+ */
16608
+ keyValueStoreArn: string;
16609
+ }
16314
16610
  /**
16315
16611
  * Contains the configuration for a continuous deployment policy.
16316
16612
  */
@@ -16568,6 +16864,10 @@ export declare namespace cloudfront {
16568
16864
  * A comment to describe the distribution. The comment cannot be longer than 128 characters.
16569
16865
  */
16570
16866
  comment?: string;
16867
+ /**
16868
+ * The distribution's connection function association.
16869
+ */
16870
+ connectionFunctionAssociation?: outputs.cloudfront.DistributionConnectionFunctionAssociation;
16571
16871
  /**
16572
16872
  * This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).
16573
16873
  */
@@ -16670,6 +16970,10 @@ export declare namespace cloudfront {
16670
16970
  * A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.
16671
16971
  */
16672
16972
  viewerCertificate?: outputs.cloudfront.DistributionViewerCertificate;
16973
+ /**
16974
+ * The distribution's viewer mTLS configuration.
16975
+ */
16976
+ viewerMtlsConfig?: outputs.cloudfront.DistributionViewerMtlsConfig;
16673
16977
  /**
16674
16978
  * Multi-tenant distributions only support WAF V2 web ACLs.
16675
16979
  * A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example ``arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``. To specify a web ACL created using WAF Classic, use the ACL ID, for example ``a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``.
@@ -16684,6 +16988,12 @@ export declare namespace cloudfront {
16684
16988
  interface DistributionConfigTenantConfigProperties {
16685
16989
  parameterDefinitions?: outputs.cloudfront.DistributionParameterDefinition[];
16686
16990
  }
16991
+ interface DistributionConnectionFunctionAssociation {
16992
+ /**
16993
+ * The association's ID.
16994
+ */
16995
+ id: string;
16996
+ }
16687
16997
  /**
16688
16998
  * This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
16689
16999
  * If you want to include cookies in the cache key, use a cache policy. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) in the *Amazon CloudFront Developer Guide*.
@@ -17407,6 +17717,20 @@ export declare namespace cloudfront {
17407
17717
  */
17408
17718
  arn?: string;
17409
17719
  }
17720
+ interface DistributionTrustStoreConfig {
17721
+ /**
17722
+ * The configuration to use to advertise trust store CA names.
17723
+ */
17724
+ advertiseTrustStoreCaNames?: boolean;
17725
+ /**
17726
+ * The configuration to use to ignore certificate expiration.
17727
+ */
17728
+ ignoreCertificateExpiry?: boolean;
17729
+ /**
17730
+ * The trust store ID.
17731
+ */
17732
+ trustStoreId: string;
17733
+ }
17410
17734
  /**
17411
17735
  * A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.
17412
17736
  * If the distribution doesn't use ``Aliases`` (also known as alternate domain names or CNAMEs)—that is, if the distribution uses the CloudFront domain name such as ``d111111abcdef8.cloudfront.net``—set ``CloudFrontDefaultCertificate`` to ``true`` and leave all other fields empty.
@@ -17468,6 +17792,16 @@ export declare namespace cloudfront {
17468
17792
  */
17469
17793
  sslSupportMethod?: string;
17470
17794
  }
17795
+ interface DistributionViewerMtlsConfig {
17796
+ /**
17797
+ * The viewer mTLS mode.
17798
+ */
17799
+ mode?: enums.cloudfront.DistributionViewerMtlsMode;
17800
+ /**
17801
+ * The trust store configuration associated with the viewer mTLS configuration.
17802
+ */
17803
+ trustStoreConfig?: outputs.cloudfront.DistributionTrustStoreConfig;
17804
+ }
17471
17805
  /**
17472
17806
  * An Amazon CloudFront VPC origin configuration.
17473
17807
  */
@@ -18059,6 +18393,30 @@ export declare namespace cloudfront {
18059
18393
  */
18060
18394
  reportUri?: string;
18061
18395
  }
18396
+ interface TrustStoreCaCertificatesBundleS3Location {
18397
+ /**
18398
+ * The S3 bucket containing the CA certificates bundle PEM file
18399
+ */
18400
+ bucket: string;
18401
+ /**
18402
+ * The S3 object key of the CA certificates bundle PEM file
18403
+ */
18404
+ key: string;
18405
+ /**
18406
+ * The S3 bucket region
18407
+ */
18408
+ region: string;
18409
+ /**
18410
+ * The S3 object version of the CA certificates bundle PEM file
18411
+ */
18412
+ version?: string;
18413
+ }
18414
+ interface TrustStoreCaCertificatesBundleSource {
18415
+ /**
18416
+ * The CA certificates bundle location in Amazon S3.
18417
+ */
18418
+ caCertificatesBundleS3Location: outputs.cloudfront.TrustStoreCaCertificatesBundleS3Location;
18419
+ }
18062
18420
  /**
18063
18421
  * An Amazon CloudFront VPC origin endpoint configuration.
18064
18422
  */
@@ -18222,7 +18580,7 @@ export declare namespace cloudtrail {
18222
18580
  insightType?: string;
18223
18581
  }
18224
18582
  /**
18225
- * Advanced event selectors let you create fine-grained selectors for the following AWS CloudTrail event record fields. They help you control costs by logging only those events that are important to you.
18583
+ * Advanced event selectors let you create fine-grained selectors for the following AWS CloudTrail event record fields. They help you control costs by logging only those events that are important to you.
18226
18584
  */
18227
18585
  interface TrailAdvancedEventSelector {
18228
18586
  /**
@@ -18267,6 +18625,19 @@ export declare namespace cloudtrail {
18267
18625
  */
18268
18626
  startsWith?: string[];
18269
18627
  }
18628
+ /**
18629
+ * Configure to add aggregation rules to aggregate CloudTrail Events.
18630
+ */
18631
+ interface TrailAggregationConfiguration {
18632
+ /**
18633
+ * The category of events to be aggregated.
18634
+ */
18635
+ eventCategory: enums.cloudtrail.TrailAggregationConfigurationEventCategory;
18636
+ /**
18637
+ * Contains all templates in an aggregation configuration.
18638
+ */
18639
+ templates: enums.cloudtrail.TrailTemplate[];
18640
+ }
18270
18641
  /**
18271
18642
  * CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions. You can specify up to 250 resources for an individual event selector, but the total number of data resources cannot exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource logging for all data events.
18272
18643
  */
@@ -18309,6 +18680,10 @@ export declare namespace cloudtrail {
18309
18680
  * A string that contains insight types that are logged on a trail.
18310
18681
  */
18311
18682
  interface TrailInsightSelector {
18683
+ /**
18684
+ * The categories of events for which to log insights. By default, insights are logged for management events only.
18685
+ */
18686
+ eventCategories?: enums.cloudtrail.TrailSourceEventCategory[];
18312
18687
  /**
18313
18688
  * The type of insight to log on a trail.
18314
18689
  */
@@ -20015,18 +20390,18 @@ export declare namespace comprehend {
20015
20390
  }
20016
20391
  interface FlywheelDataSecurityConfig {
20017
20392
  /**
20018
- * ID for the AWS KMS key that Amazon Comprehend uses to encrypt the data in the data lake.
20393
+ * ID for the AWS key that Amazon Comprehend uses to encrypt the data in the data lake.
20019
20394
  */
20020
20395
  dataLakeKmsKeyId?: string;
20021
20396
  /**
20022
- * ID for the AWS KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:
20397
+ * ID for the AWS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:
20023
20398
  *
20024
20399
  * - KMS Key ID: `"1234abcd-12ab-34cd-56ef-1234567890ab"`
20025
20400
  * - Amazon Resource Name (ARN) of a KMS Key: `"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"`
20026
20401
  */
20027
20402
  modelKmsKeyId?: string;
20028
20403
  /**
20029
- * ID for the AWS KMS key that Amazon Comprehend uses to encrypt the volume.
20404
+ * ID for the AWS key that Amazon Comprehend uses to encrypt the volume.
20030
20405
  */
20031
20406
  volumeKmsKeyId?: string;
20032
20407
  /**
@@ -20408,12 +20783,18 @@ export declare namespace connect {
20408
20783
  */
20409
20784
  emailAddressArn: string;
20410
20785
  }
20786
+ /**
20787
+ * Configuration information about automated evaluations.
20788
+ */
20411
20789
  interface EvaluationFormAutoEvaluationConfiguration {
20412
20790
  enabled?: boolean;
20413
20791
  }
20792
+ /**
20793
+ * Information about automatic fail configuration for an evaluation form.
20794
+ */
20414
20795
  interface EvaluationFormAutomaticFailConfiguration {
20415
20796
  /**
20416
- * The target section refId to control failure propagation boundary.
20797
+ * The referenceId of the target section for auto failure.
20417
20798
  */
20418
20799
  targetSection?: string;
20419
20800
  }
@@ -20439,71 +20820,159 @@ export declare namespace connect {
20439
20820
  */
20440
20821
  section?: outputs.connect.EvaluationFormSection;
20441
20822
  }
20823
+ /**
20824
+ * A condition for item enablement.
20825
+ */
20442
20826
  interface EvaluationFormItemEnablementCondition {
20443
20827
  /**
20444
- * The list of operands that compose the condition. Each operand represents a specific criteria to be evaluated.
20828
+ * Operands of the enablement condition.
20445
20829
  */
20446
20830
  operands: outputs.connect.EvaluationFormItemEnablementConditionOperand[];
20447
20831
  /**
20448
- * The logical operator used to combine multiple operands, determining how the condition is evaluated as a whole.
20832
+ * The operator to be used to be applied to operands if more than one provided.
20449
20833
  */
20450
20834
  operator?: enums.connect.EvaluationFormItemEnablementConditionOperator;
20451
20835
  }
20836
+ /**
20837
+ * An operand of the enablement condition.
20838
+ */
20452
20839
  interface EvaluationFormItemEnablementConditionOperand {
20453
20840
  /**
20454
- * A direct comparison expression that evaluates a form item's value against specified criteria.
20841
+ * An expression of the enablement condition.
20455
20842
  */
20456
20843
  expression?: outputs.connect.EvaluationFormItemEnablementExpression;
20457
20844
  }
20845
+ /**
20846
+ * An item enablement configuration.
20847
+ */
20458
20848
  interface EvaluationFormItemEnablementConfiguration {
20459
20849
  /**
20460
- * Defines the enablement status to be applied when the specified condition is met.
20850
+ * An enablement action that if condition is satisfied.
20461
20851
  */
20462
20852
  action: enums.connect.EvaluationFormItemEnablementConfigurationAction;
20463
20853
  /**
20464
- * Specifies the logical condition that determines when to apply the enablement rules.
20854
+ * A condition for item enablement configuration.
20465
20855
  */
20466
20856
  condition: outputs.connect.EvaluationFormItemEnablementCondition;
20467
20857
  /**
20468
- * Specifies the default enablement status to be applied when the condition is not satisfied.
20858
+ * An enablement action that if condition is not satisfied.
20469
20859
  */
20470
20860
  defaultAction?: enums.connect.EvaluationFormItemEnablementConfigurationDefaultAction;
20471
20861
  }
20862
+ /**
20863
+ * An expression that defines a basic building block of conditional enablement.
20864
+ */
20472
20865
  interface EvaluationFormItemEnablementExpression {
20473
20866
  /**
20474
- * Specifies the comparison method to determine if the source value matches any of the specified values.
20867
+ * A comparator to be used against list of values.
20475
20868
  */
20476
20869
  comparator: enums.connect.EvaluationFormItemEnablementExpressionComparator;
20477
20870
  /**
20478
- * Identifies the form item whose value will be evaluated in the expression.
20871
+ * A source item of enablement expression.
20479
20872
  */
20480
20873
  source: outputs.connect.EvaluationFormItemEnablementSource;
20481
20874
  /**
20482
- * The list of possible values to compare against the source form item's value.
20875
+ * A list of values from source item.
20483
20876
  */
20484
20877
  values: outputs.connect.EvaluationFormItemEnablementSourceValue[];
20485
20878
  }
20879
+ /**
20880
+ * An enablement expression source item.
20881
+ */
20486
20882
  interface EvaluationFormItemEnablementSource {
20883
+ /**
20884
+ * A referenceId of the source item.
20885
+ */
20487
20886
  refId?: string;
20488
20887
  /**
20489
- * The type of the source entity.
20888
+ * A type of source item.
20490
20889
  */
20491
20890
  type: enums.connect.EvaluationFormItemEnablementSourceType;
20492
20891
  }
20892
+ /**
20893
+ * An enablement expression source value.
20894
+ */
20493
20895
  interface EvaluationFormItemEnablementSourceValue {
20494
20896
  /**
20495
- * The reference id of the source entity value.
20897
+ * A referenceId of the source value.
20496
20898
  */
20497
20899
  refId?: string;
20498
20900
  /**
20499
- * Type of the source entity value.
20901
+ * A type of source item value.
20500
20902
  */
20501
20903
  type?: enums.connect.EvaluationFormItemEnablementSourceValueType;
20502
20904
  }
20905
+ interface EvaluationFormLanguageConfiguration {
20906
+ /**
20907
+ * The language of the form
20908
+ */
20909
+ formLanguage?: enums.connect.EvaluationFormLanguageConfigurationFormLanguage;
20910
+ }
20911
+ interface EvaluationFormMultiSelectQuestionAutomation {
20912
+ /**
20913
+ * The source of automation answer of the question.
20914
+ */
20915
+ answerSource?: outputs.connect.EvaluationFormQuestionAutomationAnswerSource;
20916
+ /**
20917
+ * The option reference identifiers of the default answers.
20918
+ */
20919
+ defaultOptionRefIds?: string[];
20920
+ /**
20921
+ * The answer options for the automation.
20922
+ */
20923
+ options: outputs.connect.EvaluationFormMultiSelectQuestionAutomationOption[];
20924
+ }
20925
+ interface EvaluationFormMultiSelectQuestionAutomationOption {
20926
+ /**
20927
+ * The automation option based on Rules categories.
20928
+ */
20929
+ ruleCategory: outputs.connect.EvaluationFormMultiSelectQuestionRuleCategoryAutomation;
20930
+ }
20931
+ interface EvaluationFormMultiSelectQuestionOption {
20932
+ /**
20933
+ * The identifier used to reference the option.
20934
+ */
20935
+ refId: string;
20936
+ /**
20937
+ * The title of the option.
20938
+ */
20939
+ text: string;
20940
+ }
20941
+ interface EvaluationFormMultiSelectQuestionProperties {
20942
+ /**
20943
+ * The automation properties for the multi-select question.
20944
+ */
20945
+ automation?: outputs.connect.EvaluationFormMultiSelectQuestionAutomation;
20946
+ /**
20947
+ * The display mode of the multi-select question.
20948
+ */
20949
+ displayAs?: enums.connect.EvaluationFormMultiSelectQuestionPropertiesDisplayAs;
20950
+ /**
20951
+ * The list of options for the question.
20952
+ */
20953
+ options: outputs.connect.EvaluationFormMultiSelectQuestionOption[];
20954
+ }
20955
+ interface EvaluationFormMultiSelectQuestionRuleCategoryAutomation {
20956
+ /**
20957
+ * The category name as defined in Rules.
20958
+ */
20959
+ category: string;
20960
+ /**
20961
+ * The automation condition applied on contact categories.
20962
+ */
20963
+ condition: enums.connect.EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition;
20964
+ /**
20965
+ * The option identifiers referencing the options to be selected when the automation option is triggered.
20966
+ */
20967
+ optionRefIds: string[];
20968
+ }
20503
20969
  /**
20504
20970
  * Information about the automation configuration in numeric questions.
20505
20971
  */
20506
20972
  interface EvaluationFormNumericQuestionAutomation {
20973
+ /**
20974
+ * A source of automation answer for numeric question.
20975
+ */
20507
20976
  answerSource?: outputs.connect.EvaluationFormQuestionAutomationAnswerSource;
20508
20977
  /**
20509
20978
  * The property value of the automation.
@@ -20518,6 +20987,9 @@ export declare namespace connect {
20518
20987
  * The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
20519
20988
  */
20520
20989
  automaticFail?: boolean;
20990
+ /**
20991
+ * A configuration for automatic fail.
20992
+ */
20521
20993
  automaticFailConfiguration?: outputs.connect.EvaluationFormAutomaticFailConfiguration;
20522
20994
  /**
20523
20995
  * The maximum answer value of the range option.
@@ -20568,6 +21040,9 @@ export declare namespace connect {
20568
21040
  * Information about a question from an evaluation form.
20569
21041
  */
20570
21042
  interface EvaluationFormQuestion {
21043
+ /**
21044
+ * A question conditional enablement.
21045
+ */
20571
21046
  enablement?: outputs.connect.EvaluationFormItemEnablementConfiguration;
20572
21047
  /**
20573
21048
  * The instructions of the section.
@@ -20604,9 +21079,12 @@ export declare namespace connect {
20604
21079
  */
20605
21080
  weight?: number;
20606
21081
  }
21082
+ /**
21083
+ * A question automation answer.
21084
+ */
20607
21085
  interface EvaluationFormQuestionAutomationAnswerSource {
20608
21086
  /**
20609
- * The type of the answer sourcr
21087
+ * The automation answer source type.
20610
21088
  */
20611
21089
  sourceType: enums.connect.EvaluationFormQuestionAutomationAnswerSourceSourceType;
20612
21090
  }
@@ -20614,6 +21092,7 @@ export declare namespace connect {
20614
21092
  * Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.
20615
21093
  */
20616
21094
  interface EvaluationFormQuestionTypeProperties {
21095
+ multiSelect?: outputs.connect.EvaluationFormMultiSelectQuestionProperties;
20617
21096
  /**
20618
21097
  * The properties of the numeric question.
20619
21098
  */
@@ -20622,6 +21101,9 @@ export declare namespace connect {
20622
21101
  * The properties of the numeric question.
20623
21102
  */
20624
21103
  singleSelect?: outputs.connect.EvaluationFormSingleSelectQuestionProperties;
21104
+ /**
21105
+ * The properties of the text question.
21106
+ */
20625
21107
  text?: outputs.connect.EvaluationFormTextQuestionProperties;
20626
21108
  }
20627
21109
  /**
@@ -20673,6 +21155,9 @@ export declare namespace connect {
20673
21155
  * Information about the automation configuration in single select questions. Automation options are evaluated in order, and the first matched option is applied. If no automation option matches, and there is a default option, then the default option is applied.
20674
21156
  */
20675
21157
  interface EvaluationFormSingleSelectQuestionAutomation {
21158
+ /**
21159
+ * Automation answer source.
21160
+ */
20676
21161
  answerSource?: outputs.connect.EvaluationFormQuestionAutomationAnswerSource;
20677
21162
  /**
20678
21163
  * The identifier of the default answer option, when none of the automation options match the criteria.
@@ -20703,6 +21188,9 @@ export declare namespace connect {
20703
21188
  * The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
20704
21189
  */
20705
21190
  automaticFail?: boolean;
21191
+ /**
21192
+ * Whether automatic fail is configured on a single select question.
21193
+ */
20706
21194
  automaticFailConfiguration?: outputs.connect.EvaluationFormAutomaticFailConfiguration;
20707
21195
  /**
20708
21196
  * The identifier of the answer option. An identifier must be unique within the question.
@@ -20764,15 +21252,27 @@ export declare namespace connect {
20764
21252
  */
20765
21253
  optionRefId: string;
20766
21254
  }
21255
+ interface EvaluationFormTargetConfiguration {
21256
+ /**
21257
+ * The interaction type of a contact
21258
+ */
21259
+ contactInteractionType: enums.connect.EvaluationFormTargetConfigurationContactInteractionType;
21260
+ }
21261
+ /**
21262
+ * Information about the automation configuration in text questions.
21263
+ */
20767
21264
  interface EvaluationFormTextQuestionAutomation {
20768
21265
  /**
20769
- * The source of automation answer of the question.
21266
+ * Automation answer source.
20770
21267
  */
20771
21268
  answerSource?: outputs.connect.EvaluationFormQuestionAutomationAnswerSource;
20772
21269
  }
21270
+ /**
21271
+ * Information about properties for a text question in an evaluation form.
21272
+ */
20773
21273
  interface EvaluationFormTextQuestionProperties {
20774
21274
  /**
20775
- * Specifies how the question can be automatically answered.
21275
+ * The automation properties of the text question.
20776
21276
  */
20777
21277
  automation?: outputs.connect.EvaluationFormTextQuestionAutomation;
20778
21278
  }
@@ -21964,6 +22464,7 @@ export declare namespace connectcampaignsv2 {
21964
22464
  * The Amazon Connect source phone number.
21965
22465
  */
21966
22466
  connectSourcePhoneNumber?: string;
22467
+ ringTimeout?: number;
21967
22468
  }
21968
22469
  /**
21969
22470
  * Telephony Outbound Mode
@@ -21977,6 +22478,9 @@ export declare namespace connectcampaignsv2 {
21977
22478
  * Contains predictive outbound mode configuration.
21978
22479
  */
21979
22480
  predictiveConfig?: outputs.connectcampaignsv2.CampaignPredictiveConfig;
22481
+ /**
22482
+ * Contains preview outbound mode configuration.
22483
+ */
21980
22484
  previewConfig?: outputs.connectcampaignsv2.CampaignPreviewConfig;
21981
22485
  /**
21982
22486
  * Contains progressive telephony outbound mode configuration.
@@ -22207,6 +22711,16 @@ export declare namespace customerprofiles {
22207
22711
  */
22208
22712
  matchingAttributesList: string[][];
22209
22713
  }
22714
+ /**
22715
+ * Configuration and status of the data store for the domain.
22716
+ */
22717
+ interface DomainDataStore {
22718
+ /**
22719
+ * Whether the data store is enabled.
22720
+ */
22721
+ enabled?: boolean;
22722
+ readiness?: outputs.customerprofiles.DomainReadiness;
22723
+ }
22210
22724
  /**
22211
22725
  * Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
22212
22726
  */
@@ -22256,6 +22770,19 @@ export declare namespace customerprofiles {
22256
22770
  */
22257
22771
  rule: string[];
22258
22772
  }
22773
+ /**
22774
+ * Progress information for data store setup.
22775
+ */
22776
+ interface DomainReadiness {
22777
+ /**
22778
+ * A message describing the current progress.
22779
+ */
22780
+ message?: string;
22781
+ /**
22782
+ * The percentage of progress completed.
22783
+ */
22784
+ progressPercentage?: number;
22785
+ }
22259
22786
  /**
22260
22787
  * The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.
22261
22788
  */
@@ -25404,11 +25931,11 @@ export declare namespace dms {
25404
25931
  */
25405
25932
  dnsNameServers?: string;
25406
25933
  /**
25407
- * An AWS Key Management Service ( AWS KMS ) key Amazon Resource Name (ARN) that is used to encrypt the data during AWS DMS Serverless replication.
25934
+ * An AWS Key Management Service ( AWS ) key Amazon Resource Name (ARN) that is used to encrypt the data during AWS DMS Serverless replication.
25408
25935
  *
25409
25936
  * If you don't specify a value for the `KmsKeyId` parameter, AWS DMS uses your default encryption key.
25410
25937
  *
25411
- * AWS KMS creates the default encryption key for your Amazon Web Services account. Your AWS account has a different default encryption key for each AWS Region .
25938
+ * AWS creates the default encryption key for your Amazon Web Services account. Your AWS account has a different default encryption key for each AWS Region .
25412
25939
  */
25413
25940
  kmsKeyId?: string;
25414
25941
  /**
@@ -25881,7 +26408,7 @@ export declare namespace dynamodb {
25881
26408
  }
25882
26409
  interface GlobalTableReplicaSseSpecification {
25883
26410
  /**
25884
- * The AWS KMS key that should be used for the AWS KMS encryption. To specify a key, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB key `alias/aws/dynamodb` .
26411
+ * The AWS key that should be used for the AWS encryption. To specify a key, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB key `alias/aws/dynamodb` .
25885
26412
  */
25886
26413
  kmsMasterKeyId: string;
25887
26414
  }
@@ -25893,7 +26420,7 @@ export declare namespace dynamodb {
25893
26420
  *
25894
26421
  * You can update the `ResourcePolicy` property if you've specified more than one table using the [AWS ::DynamoDB::GlobalTable](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html) resource.
25895
26422
  */
25896
- resourcePolicy?: outputs.dynamodb.GlobalTableResourcePolicy;
26423
+ resourcePolicy: outputs.dynamodb.GlobalTableResourcePolicy;
25897
26424
  }
25898
26425
  interface GlobalTableResourcePolicy {
25899
26426
  /**
@@ -25903,13 +26430,13 @@ export declare namespace dynamodb {
25903
26430
  }
25904
26431
  interface GlobalTableSseSpecification {
25905
26432
  /**
25906
- * Indicates whether server-side encryption is performed using an AWS managed key or an AWS owned key. If enabled (true), server-side encryption type is set to KMS and an AWS managed key is used ( AWS KMS charges apply). If disabled (false) or not specified,server-side encryption is set to an AWS owned key. If you choose to use KMS encryption, you can also use customer managed KMS keys by specifying them in the `ReplicaSpecification.SSESpecification` object. You cannot mix AWS managed and customer managed KMS keys.
26433
+ * Indicates whether server-side encryption is performed using an AWS managed key or an AWS owned key. If enabled (true), server-side encryption type is set to KMS and an AWS managed key is used ( AWS charges apply). If disabled (false) or not specified,server-side encryption is set to an AWS owned key. If you choose to use KMS encryption, you can also use customer managed KMS keys by specifying them in the `ReplicaSpecification.SSESpecification` object. You cannot mix AWS managed and customer managed KMS keys.
25907
26434
  */
25908
26435
  sseEnabled: boolean;
25909
26436
  /**
25910
26437
  * Server-side encryption type. The only supported value is:
25911
26438
  *
25912
- * - `KMS` - Server-side encryption that uses AWS Key Management Service . The key is stored in your account and is managed by AWS KMS ( AWS KMS charges apply).
26439
+ * - `KMS` - Server-side encryption that uses AWS Key Management Service . The key is stored in your account and is managed by AWS ( AWS charges apply).
25913
26440
  */
25914
26441
  sseType?: string;
25915
26442
  }
@@ -26746,12 +27273,19 @@ export declare namespace ec2 {
26746
27273
  * - For instance types with NVIDIA A100 GPUs, specify `a100` .
26747
27274
  * - For instance types with NVIDIA H100 GPUs, specify `h100` .
26748
27275
  * - For instance types with AWS Inferentia chips, specify `inferentia` .
27276
+ * - For instance types with AWS Inferentia2 chips, specify `inferentia2` .
27277
+ * - For instance types with Habana Gaudi HL-205 GPUs, specify `gaudi-hl-205` .
26749
27278
  * - For instance types with NVIDIA GRID K520 GPUs, specify `k520` .
26750
27279
  * - For instance types with NVIDIA K80 GPUs, specify `k80` .
27280
+ * - For instance types with NVIDIA L4 GPUs, specify `l4` .
27281
+ * - For instance types with NVIDIA L40S GPUs, specify `l40s` .
26751
27282
  * - For instance types with NVIDIA M60 GPUs, specify `m60` .
26752
27283
  * - For instance types with AMD Radeon Pro V520 GPUs, specify `radeon-pro-v520` .
27284
+ * - For instance types with AWS Trainium chips, specify `trainium` .
27285
+ * - For instance types with AWS Trainium2 chips, specify `trainium2` .
26753
27286
  * - For instance types with NVIDIA T4 GPUs, specify `t4` .
26754
27287
  * - For instance types with NVIDIA T4G GPUs, specify `t4g` .
27288
+ * - For instance types with Xilinx U30 cards, specify `u30` .
26755
27289
  * - For instance types with Xilinx VU9P FPGAs, specify `vu9p` .
26756
27290
  * - For instance types with NVIDIA V100 GPUs, specify `v100` .
26757
27291
  *
@@ -26770,6 +27304,7 @@ export declare namespace ec2 {
26770
27304
  * - For instance types with FPGA accelerators, specify `fpga` .
26771
27305
  * - For instance types with GPU accelerators, specify `gpu` .
26772
27306
  * - For instance types with Inference accelerators, specify `inference` .
27307
+ * - For instance types with Media accelerators, specify `media` .
26773
27308
  *
26774
27309
  * Default: Any accelerator type
26775
27310
  */
@@ -27598,6 +28133,19 @@ export declare namespace ec2 {
27598
28133
  */
27599
28134
  organizationsEntityPath: string;
27600
28135
  }
28136
+ /**
28137
+ * External service configuration to connect your AWS IPAM scope.
28138
+ */
28139
+ interface IpamScopeExternalAuthorityConfiguration {
28140
+ /**
28141
+ * Resource identifier of the scope in the external service connecting to your AWS IPAM scope.
28142
+ */
28143
+ externalResourceIdentifier: string;
28144
+ /**
28145
+ * An external service connecting to your AWS IPAM scope.
28146
+ */
28147
+ ipamScopeExternalAuthorityType: enums.ec2.IpamScopeExternalAuthorityConfigurationIpamScopeExternalAuthorityType;
28148
+ }
27601
28149
  /**
27602
28150
  * The minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips) on an instance.
27603
28151
  */
@@ -29780,12 +30328,19 @@ export declare namespace ec2 {
29780
30328
  * - For instance types with NVIDIA A100 GPUs, specify `a100` .
29781
30329
  * - For instance types with NVIDIA H100 GPUs, specify `h100` .
29782
30330
  * - For instance types with AWS Inferentia chips, specify `inferentia` .
30331
+ * - For instance types with AWS Inferentia2 chips, specify `inferentia2` .
30332
+ * - For instance types with Habana Gaudi HL-205 GPUs, specify `gaudi-hl-205` .
29783
30333
  * - For instance types with NVIDIA GRID K520 GPUs, specify `k520` .
29784
30334
  * - For instance types with NVIDIA K80 GPUs, specify `k80` .
30335
+ * - For instance types with NVIDIA L4 GPUs, specify `l4` .
30336
+ * - For instance types with NVIDIA L40S GPUs, specify `l40s` .
29785
30337
  * - For instance types with NVIDIA M60 GPUs, specify `m60` .
29786
30338
  * - For instance types with AMD Radeon Pro V520 GPUs, specify `radeon-pro-v520` .
30339
+ * - For instance types with AWS Trainium chips, specify `trainium` .
30340
+ * - For instance types with AWS Trainium2 chips, specify `trainium2` .
29787
30341
  * - For instance types with NVIDIA T4 GPUs, specify `t4` .
29788
30342
  * - For instance types with NVIDIA T4G GPUs, specify `t4g` .
30343
+ * - For instance types with Xilinx U30 cards, specify `u30` .
29789
30344
  * - For instance types with Xilinx VU9P FPGAs, specify `vu9p` .
29790
30345
  * - For instance types with NVIDIA V100 GPUs, specify `v100` .
29791
30346
  *
@@ -29804,6 +30359,7 @@ export declare namespace ec2 {
29804
30359
  * - For instance types with FPGA accelerators, specify `fpga` .
29805
30360
  * - For instance types with GPU accelerators, specify `gpu` .
29806
30361
  * - For instance types with Inference accelerators, specify `inference` .
30362
+ * - For instance types with Media accelerators, specify `media` .
29807
30363
  *
29808
30364
  * Default: Any accelerator type
29809
30365
  */
@@ -30844,6 +31400,50 @@ export declare namespace ec2 {
30844
31400
  */
30845
31401
  userInfoEndpoint?: string;
30846
31402
  }
31403
+ interface VpcEncryptionControlExclusion {
31404
+ /**
31405
+ * The current state of the exclusion configuration.
31406
+ */
31407
+ state?: string;
31408
+ /**
31409
+ * A message providing additional information about the exclusion state.
31410
+ */
31411
+ stateMessage?: string;
31412
+ }
31413
+ interface VpcEncryptionControlResourceExclusions {
31414
+ /**
31415
+ * Specifies whether to exclude egress-only internet gateway traffic from encryption enforcement.
31416
+ */
31417
+ egressOnlyInternetGateway?: outputs.ec2.VpcEncryptionControlExclusion;
31418
+ /**
31419
+ * Specifies whether to exclude Elastic File System traffic from encryption enforcement.
31420
+ */
31421
+ elasticFileSystem?: outputs.ec2.VpcEncryptionControlExclusion;
31422
+ /**
31423
+ * Specifies whether to exclude internet gateway traffic from encryption enforcement.
31424
+ */
31425
+ internetGateway?: outputs.ec2.VpcEncryptionControlExclusion;
31426
+ /**
31427
+ * Specifies whether to exclude Lambda function traffic from encryption enforcement.
31428
+ */
31429
+ lambda?: outputs.ec2.VpcEncryptionControlExclusion;
31430
+ /**
31431
+ * Specifies whether to exclude NAT gateway traffic from encryption enforcement.
31432
+ */
31433
+ natGateway?: outputs.ec2.VpcEncryptionControlExclusion;
31434
+ /**
31435
+ * Specifies whether to exclude virtual private gateway traffic from encryption enforcement.
31436
+ */
31437
+ virtualPrivateGateway?: outputs.ec2.VpcEncryptionControlExclusion;
31438
+ /**
31439
+ * Specifies whether to exclude VPC Lattice traffic from encryption enforcement.
31440
+ */
31441
+ vpcLattice?: outputs.ec2.VpcEncryptionControlExclusion;
31442
+ /**
31443
+ * Specifies whether to exclude VPC peering connection traffic from encryption enforcement.
31444
+ */
31445
+ vpcPeering?: outputs.ec2.VpcEncryptionControlExclusion;
31446
+ }
30847
31447
  /**
30848
31448
  * Describes the DNS options for an endpoint.
30849
31449
  */
@@ -30856,11 +31456,35 @@ export declare namespace ec2 {
30856
31456
  * Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.
30857
31457
  */
30858
31458
  privateDnsOnlyForInboundResolverEndpoint?: enums.ec2.VpcEndpointDnsOptionsSpecificationPrivateDnsOnlyForInboundResolverEndpoint;
31459
+ /**
31460
+ * The preference for which private domains have a private hosted zone created for and associated with the specified VPC. Only supported when private DNS is enabled and when the VPC endpoint type is ServiceNetwork or Resource.
31461
+ */
31462
+ privateDnsPreference?: enums.ec2.VpcEndpointDnsOptionsSpecificationPrivateDnsPreference;
31463
+ /**
31464
+ * Indicates which of the private domains to create private hosted zones for and associate with the specified VPC. Only supported when private DNS is enabled and the private DNS preference is `VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS` or `SPECIFIED_DOMAINS_ONLY` .
31465
+ */
31466
+ privateDnsSpecifiedDomains?: string[];
30859
31467
  }
30860
31468
  /**
30861
31469
  * Options for sending VPN tunnel logs to CloudWatch.
30862
31470
  */
30863
31471
  interface VpnConnectionCloudwatchLogOptionsSpecification {
31472
+ /**
31473
+ * Specifies whether to enable BGP logging for the VPN connection. Default value is `False` .
31474
+ *
31475
+ * Valid values: `True` | `False`
31476
+ */
31477
+ bgpLogEnabled?: boolean;
31478
+ /**
31479
+ * The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.
31480
+ */
31481
+ bgpLogGroupArn?: string;
31482
+ /**
31483
+ * The desired output format for BGP logs to be sent to CloudWatch. Default format is `json` .
31484
+ *
31485
+ * Valid values: `json` | `text`
31486
+ */
31487
+ bgpLogOutputFormat?: enums.ec2.VpnConnectionCloudwatchLogOptionsSpecificationBgpLogOutputFormat;
30864
31488
  /**
30865
31489
  * Enable or disable VPN tunnel logging feature. Default value is ``False``.
30866
31490
  * Valid values: ``True`` | ``False``
@@ -31190,9 +31814,9 @@ export declare namespace ecr {
31190
31814
  /**
31191
31815
  * The encryption type to use.
31192
31816
  *
31193
- * If you use the `KMS` encryption type, the contents of the repository will be encrypted using server-side encryption with AWS Key Management Service key stored in AWS KMS . When you use AWS KMS to encrypt your data, you can either use the default AWS managed AWS KMS key for Amazon ECR, or specify your own AWS KMS key, which you already created.
31817
+ * If you use the `KMS` encryption type, the contents of the repository will be encrypted using server-side encryption with AWS Key Management Service key stored in AWS . When you use AWS to encrypt your data, you can either use the default AWS managed AWS key for Amazon ECR, or specify your own AWS key, which you already created.
31194
31818
  *
31195
- * If you use the `KMS_DSSE` encryption type, the contents of the repository will be encrypted with two layers of encryption using server-side encryption with the AWS KMS Management Service key stored in AWS KMS . Similar to the `KMS` encryption type, you can either use the default AWS managed AWS KMS key for Amazon ECR, or specify your own AWS KMS key, which you've already created.
31819
+ * If you use the `KMS_DSSE` encryption type, the contents of the repository will be encrypted with two layers of encryption using server-side encryption with the AWS Management Service key stored in AWS . Similar to the `KMS` encryption type, you can either use the default AWS managed AWS key for Amazon ECR, or specify your own AWS key, which you've already created.
31196
31820
  *
31197
31821
  * If you use the `AES256` encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm.
31198
31822
  *
@@ -31234,6 +31858,35 @@ export declare namespace ecr {
31234
31858
  */
31235
31859
  registryId?: string;
31236
31860
  }
31861
+ /**
31862
+ * An array of objects representing the details of a repository filter.
31863
+ */
31864
+ interface SigningConfigurationRepositoryFilter {
31865
+ /**
31866
+ * The filter value used to match repository names. When using `WILDCARD_MATCH` , the `*` character matches any sequence of characters.
31867
+ *
31868
+ * Examples:
31869
+ *
31870
+ * - `myapp/*` - Matches all repositories starting with `myapp/`
31871
+ * - `*&#47;production` - Matches all repositories ending with `/production`
31872
+ * - `*prod*` - Matches all repositories containing `prod`
31873
+ */
31874
+ filter: string;
31875
+ /**
31876
+ * The type of filter to apply. Currently, only `WILDCARD_MATCH` is supported, which uses wildcard patterns to match repository names.
31877
+ */
31878
+ filterType: enums.ecr.SigningConfigurationFilterType;
31879
+ }
31880
+ interface SigningConfigurationRule {
31881
+ /**
31882
+ * Optional array of repository filters. If omitted, the rule matches all repositories. If provided, must contain at least one filter. Empty arrays are not allowed.
31883
+ */
31884
+ repositoryFilters?: outputs.ecr.SigningConfigurationRepositoryFilter[];
31885
+ /**
31886
+ * AWS Signer signing profile ARN to use for matched repositories.
31887
+ */
31888
+ signingProfileArn: string;
31889
+ }
31237
31890
  }
31238
31891
  export declare namespace ecs {
31239
31892
  interface CapacityProviderAcceleratorCountRequest {
@@ -31428,6 +32081,10 @@ export declare namespace ecs {
31428
32081
  subnets: string[];
31429
32082
  }
31430
32083
  interface CapacityProviderManagedInstancesProvider {
32084
+ /**
32085
+ * Defines how Amazon ECS Managed Instances optimizes the infrastructure in your capacity provider. Configure it to turn on or off the infrastructure optimization in your capacity provider, and to control the idle EC2 instances optimization delay.
32086
+ */
32087
+ infrastructureOptimization?: outputs.ecs.CapacityProviderManagedInstancesProviderInfrastructureOptimizationProperties;
31431
32088
  /**
31432
32089
  * The Amazon Resource Name (ARN) of the infrastructure role that Amazon ECS assumes to manage instances. This role must include permissions for Amazon EC2 instance lifecycle management, networking, and any additional AWS services required for your workloads.
31433
32090
  *
@@ -31445,6 +32102,15 @@ export declare namespace ecs {
31445
32102
  */
31446
32103
  propagateTags?: enums.ecs.CapacityProviderManagedInstancesProviderPropagateTags;
31447
32104
  }
32105
+ /**
32106
+ * Defines how Amazon ECS Managed Instances optimizes the infrastructure in your capacity provider. Configure it to turn on or off the infrastructure optimization in your capacity provider, and to control the idle EC2 instances optimization delay.
32107
+ */
32108
+ interface CapacityProviderManagedInstancesProviderInfrastructureOptimizationProperties {
32109
+ /**
32110
+ * This parameter defines the number of seconds Amazon ECS Managed Instances waits before optimizing EC2 instances that have become idle or underutilized. A longer delay increases the likelihood of placing new tasks on idle instances, reducing startup time. A shorter delay helps reduce infrastructure costs by optimizing idle instances more quickly. Valid values are: Not set (null) - Uses the default optimization behavior, `-1` - Disables automatic infrastructure optimization, `0` to `3600` (inclusive) - Specifies the number of seconds to wait before optimizing instances.
32111
+ */
32112
+ scaleInAfter?: number;
32113
+ }
31448
32114
  interface CapacityProviderManagedInstancesStorageConfiguration {
31449
32115
  /**
31450
32116
  * The size of the tasks volume.
@@ -31551,13 +32217,13 @@ export declare namespace ecs {
31551
32217
  * The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider for each service. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of ``0`` is used.
31552
32218
  * Base value characteristics:
31553
32219
  * + Only one capacity provider in a strategy can have a base defined
31554
- * + Default value is ``0`` if not specified
31555
- * + Valid range: 0 to 100,000
32220
+ * + The default value is ``0`` if not specified
32221
+ * + The valid range is 0 to 100,000
31556
32222
  * + Base requirements are satisfied first before weight distribution
31557
32223
  */
31558
32224
  base?: number;
31559
32225
  /**
31560
- * The short name of the capacity provider.
32226
+ * The short name of the capacity provider. This can be either an AWS managed capacity provider (``FARGATE`` or ``FARGATE_SPOT``) or the name of a custom capacity provider that you created.
31561
32227
  */
31562
32228
  capacityProvider?: string;
31563
32229
  /**
@@ -31565,8 +32231,8 @@ export declare namespace ecs {
31565
32231
  * If no ``weight`` value is specified, the default value of ``0`` is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of ``0`` can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of ``0``, any ``RunTask`` or ``CreateService`` actions using the capacity provider strategy will fail.
31566
32232
  * Weight value characteristics:
31567
32233
  * + Weight is considered after the base value is satisfied
31568
- * + Default value is ``0`` if not specified
31569
- * + Valid range: 0 to 1,000
32234
+ * + The default value is ``0`` if not specified
32235
+ * + The valid range is 0 to 1,000
31570
32236
  * + At least one capacity provider must have a weight greater than zero
31571
32237
  * + Capacity providers with weight of ``0`` cannot place tasks
31572
32238
  *
@@ -31689,6 +32355,168 @@ export declare namespace ecs {
31689
32355
  */
31690
32356
  value?: string;
31691
32357
  }
32358
+ interface ExpressGatewayServiceAwsLogsConfiguration {
32359
+ /**
32360
+ * The name of the CloudWatch Logs log group to send container logs to.
32361
+ */
32362
+ logGroup: string;
32363
+ /**
32364
+ * The prefix for the CloudWatch Logs log stream names. The default for an Express service is `ecs` .
32365
+ */
32366
+ logStreamPrefix: string;
32367
+ }
32368
+ interface ExpressGatewayServiceConfiguration {
32369
+ /**
32370
+ * The CPU allocation for tasks in this service revision.
32371
+ */
32372
+ cpu?: string;
32373
+ /**
32374
+ * The Unix timestamp for when this service revision was created.
32375
+ */
32376
+ createdAt?: string;
32377
+ /**
32378
+ * The ARN of the task execution role for the service revision.
32379
+ */
32380
+ executionRoleArn?: string;
32381
+ /**
32382
+ * The health check path for this service revision.
32383
+ */
32384
+ healthCheckPath?: string;
32385
+ /**
32386
+ * The entry point into this service revision.
32387
+ */
32388
+ ingressPaths?: outputs.ecs.ExpressGatewayServiceIngressPathSummary[];
32389
+ /**
32390
+ * The memory allocation for tasks in this service revision.
32391
+ */
32392
+ memory?: string;
32393
+ /**
32394
+ * The network configuration for tasks in this service revision.
32395
+ */
32396
+ networkConfiguration?: outputs.ecs.ExpressGatewayServiceNetworkConfiguration;
32397
+ /**
32398
+ * The primary container configuration for this service revision.
32399
+ */
32400
+ primaryContainer?: outputs.ecs.ExpressGatewayServiceExpressGatewayContainer;
32401
+ /**
32402
+ * The auto-scaling configuration for this service revision.
32403
+ */
32404
+ scalingTarget?: outputs.ecs.ExpressGatewayServiceExpressGatewayScalingTarget;
32405
+ /**
32406
+ * The ARN of the service revision.
32407
+ */
32408
+ serviceRevisionArn?: string;
32409
+ /**
32410
+ * The ARN of the task role for the service revision.
32411
+ */
32412
+ taskRoleArn?: string;
32413
+ }
32414
+ interface ExpressGatewayServiceExpressGatewayContainer {
32415
+ /**
32416
+ * The log configuration for the container.
32417
+ */
32418
+ awsLogsConfiguration?: outputs.ecs.ExpressGatewayServiceAwsLogsConfiguration;
32419
+ /**
32420
+ * The command that is passed to the container.
32421
+ */
32422
+ command?: string[];
32423
+ /**
32424
+ * The port number on the container that receives traffic from the load balancer. Default is 80.
32425
+ */
32426
+ containerPort?: number;
32427
+ /**
32428
+ * The environment variables to pass to the container.
32429
+ */
32430
+ environment?: outputs.ecs.ExpressGatewayServiceKeyValuePair[];
32431
+ /**
32432
+ * The image used to start a container. This string is passed directly to the Docker daemon. Images in the Docker Hub registry are available by default. Other repositories are specified with either `repository-url/image:tag` or `repository-url/image@digest` .
32433
+ *
32434
+ * For Express services, the image typically contains a web application that listens on the specified container port. The image can be stored in Amazon ECR, Docker Hub, or any other container registry accessible to your execution role.
32435
+ */
32436
+ image: string;
32437
+ /**
32438
+ * The configuration for repository credentials for private registry authentication.
32439
+ */
32440
+ repositoryCredentials?: outputs.ecs.ExpressGatewayServiceExpressGatewayRepositoryCredentials;
32441
+ /**
32442
+ * The secrets to pass to the container.
32443
+ */
32444
+ secrets?: outputs.ecs.ExpressGatewayServiceSecret[];
32445
+ }
32446
+ interface ExpressGatewayServiceExpressGatewayRepositoryCredentials {
32447
+ /**
32448
+ * The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
32449
+ */
32450
+ credentialsParameter: string;
32451
+ }
32452
+ interface ExpressGatewayServiceExpressGatewayScalingTarget {
32453
+ /**
32454
+ * The metric used for auto-scaling decisions. The default metric used for an Express service is `CPUUtilization` .
32455
+ */
32456
+ autoScalingMetric?: enums.ecs.ExpressGatewayServiceScalingMetric;
32457
+ /**
32458
+ * The target value for the auto-scaling metric. The default value for an Express service is 60.
32459
+ */
32460
+ autoScalingTargetValue?: number;
32461
+ /**
32462
+ * The maximum number of tasks to run in the Express service.
32463
+ */
32464
+ maxTaskCount?: number;
32465
+ /**
32466
+ * The minimum number of tasks to run in the Express service.
32467
+ */
32468
+ minTaskCount?: number;
32469
+ }
32470
+ interface ExpressGatewayServiceIngressPathSummary {
32471
+ /**
32472
+ * The type of access to the endpoint for the Express service.
32473
+ */
32474
+ accessType?: enums.ecs.ExpressGatewayServiceAccessType;
32475
+ /**
32476
+ * The endpoint for access to the service.
32477
+ */
32478
+ endpoint?: string;
32479
+ }
32480
+ interface ExpressGatewayServiceKeyValuePair {
32481
+ /**
32482
+ * The name of the key-value pair. For environment variables, this is the name of the environment variable.
32483
+ */
32484
+ name: string;
32485
+ /**
32486
+ * The value of the key-value pair. For environment variables, this is the value of the environment variable.
32487
+ */
32488
+ value: string;
32489
+ }
32490
+ interface ExpressGatewayServiceNetworkConfiguration {
32491
+ /**
32492
+ * The IDs of the security groups associated with the Express service.
32493
+ */
32494
+ securityGroups?: string[];
32495
+ /**
32496
+ * The IDs of the subnets associated with the Express service.
32497
+ */
32498
+ subnets?: string[];
32499
+ }
32500
+ interface ExpressGatewayServiceSecret {
32501
+ /**
32502
+ * The name of the secret.
32503
+ */
32504
+ name: string;
32505
+ /**
32506
+ * The secret to expose to the container. The supported values are either the full ARN of the AWS Secrets Manager secret or the full ARN of the parameter in the SSM Parameter Store.
32507
+ *
32508
+ * For information about the require AWS Identity and Access Management permissions, see [Required IAM permissions for Amazon ECS secrets](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data-secrets.html#secrets-iam) (for Secrets Manager) or [Required IAM permissions for Amazon ECS secrets](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data-parameters.html) (for Systems Manager Parameter store) in the *Amazon Elastic Container Service Developer Guide* .
32509
+ *
32510
+ * > If the SSM Parameter Store parameter exists in the same Region as the task you're launching, then you can use either the full ARN or name of the parameter. If the parameter exists in a different Region, then the full ARN must be specified.
32511
+ */
32512
+ valueFrom: string;
32513
+ }
32514
+ interface ExpressGatewayServiceStatus {
32515
+ /**
32516
+ * The status of the Express service.
32517
+ */
32518
+ statusCode?: enums.ecs.ExpressGatewayServiceStatusCode;
32519
+ }
31692
32520
  /**
31693
32521
  * The advanced settings for a load balancer used in blue/green deployments. Specify the alternate target group, listener rules, and IAM role required for traffic shifting during blue/green deployments. For more information, see [Required resources for Amazon ECS blue/green deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/blue-green-deployment-implementation.html) in the *Amazon Elastic Container Service Developer Guide*.
31694
32522
  */
@@ -31732,6 +32560,12 @@ export declare namespace ecs {
31732
32560
  */
31733
32561
  subnets?: string[];
31734
32562
  }
32563
+ /**
32564
+ * Configuration for a canary deployment strategy that shifts a fixed percentage of traffic to the new service revision, waits for a specified bake time, then shifts the remaining traffic.
32565
+ * The following validation applies only to Canary deployments created through CFN. CFN operations time out after 36 hours. Canary deployments can approach this limit because of their extended duration. This can cause CFN to roll back the deployment. To prevent timeout-related rollbacks, CFN rejects deployments when the calculated deployment time exceeds 33 hours based on your template configuration:
32566
+ * ``BakeTimeInMinutes + CanaryBakeTimeInMinutes``
32567
+ * Additional backend processes (such as task scaling and running lifecycle hooks) can extend deployment time beyond these calculations. Even deployments under the 33-hour threshold might still time out if these processes cause the total duration to exceed 36 hours.
32568
+ */
31735
32569
  interface ServiceCanaryConfiguration {
31736
32570
  /**
31737
32571
  * The amount of time in minutes to wait during the canary phase before shifting the remaining production traffic to the new service revision. Valid values are 0 to 1440 minutes (24 hours). The default value is 10.
@@ -31753,13 +32587,13 @@ export declare namespace ecs {
31753
32587
  * The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider for each service. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of ``0`` is used.
31754
32588
  * Base value characteristics:
31755
32589
  * + Only one capacity provider in a strategy can have a base defined
31756
- * + Default value is ``0`` if not specified
31757
- * + Valid range: 0 to 100,000
32590
+ * + The default value is ``0`` if not specified
32591
+ * + The valid range is 0 to 100,000
31758
32592
  * + Base requirements are satisfied first before weight distribution
31759
32593
  */
31760
32594
  base?: number;
31761
32595
  /**
31762
- * The short name of the capacity provider.
32596
+ * The short name of the capacity provider. This can be either an AWS managed capacity provider (``FARGATE`` or ``FARGATE_SPOT``) or the name of a custom capacity provider that you created.
31763
32597
  */
31764
32598
  capacityProvider?: string;
31765
32599
  /**
@@ -31767,8 +32601,8 @@ export declare namespace ecs {
31767
32601
  * If no ``weight`` value is specified, the default value of ``0`` is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of ``0`` can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of ``0``, any ``RunTask`` or ``CreateService`` actions using the capacity provider strategy will fail.
31768
32602
  * Weight value characteristics:
31769
32603
  * + Weight is considered after the base value is satisfied
31770
- * + Default value is ``0`` if not specified
31771
- * + Valid range: 0 to 1,000
32604
+ * + The default value is ``0`` if not specified
32605
+ * + The valid range is 0 to 1,000
31772
32606
  * + At least one capacity provider must have a weight greater than zero
31773
32607
  * + Capacity providers with weight of ``0`` cannot place tasks
31774
32608
  *
@@ -31782,6 +32616,10 @@ export declare namespace ecs {
31782
32616
  */
31783
32617
  weight?: number;
31784
32618
  }
32619
+ /**
32620
+ * Configuration for Service Connect access logging. Access logs provide detailed information about requests made to your service, including request patterns, response codes, and timing data for debugging and monitoring purposes.
32621
+ * To enable access logs, you must also specify a ``logConfiguration`` in the ``serviceConnectConfiguration``.
32622
+ */
31785
32623
  interface ServiceConnectAccessLogConfiguration {
31786
32624
  /**
31787
32625
  * The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
@@ -31789,8 +32627,7 @@ export declare namespace ecs {
31789
32627
  format: enums.ecs.ServiceConnectAccessLogConfigurationFormat;
31790
32628
  /**
31791
32629
  * Specifies whether to include query parameters in Service Connect access logs.
31792
- *
31793
- * When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is `DISABLED` .
32630
+ * When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is ``DISABLED``.
31794
32631
  */
31795
32632
  includeQueryParameters?: enums.ecs.ServiceConnectAccessLogConfigurationIncludeQueryParameters;
31796
32633
  }
@@ -31823,8 +32660,7 @@ export declare namespace ecs {
31823
32660
  interface ServiceConnectConfiguration {
31824
32661
  /**
31825
32662
  * The configuration for Service Connect access logging. Access logs capture detailed information about requests made to your service, including request patterns, response codes, and timing data. They can be useful for debugging connectivity issues, monitoring service performance, and auditing service-to-service communication for security and compliance purposes.
31826
- *
31827
- * > To enable access logs, you must also specify a `logConfiguration` in the `serviceConnectConfiguration` .
32663
+ * To enable access logs, you must also specify a ``logConfiguration`` in the ``serviceConnectConfiguration``.
31828
32664
  */
31829
32665
  accessLogConfiguration?: outputs.ecs.ServiceConnectAccessLogConfiguration;
31830
32666
  /**
@@ -31984,7 +32820,7 @@ export declare namespace ecs {
31984
32820
  */
31985
32821
  bakeTimeInMinutes?: number;
31986
32822
  /**
31987
- * Configuration for canary deployment strategy. Only valid when the deployment strategy is `CANARY` . This configuration enables shifting a fixed percentage of traffic for testing, followed by shifting the remaining traffic after a bake period.
32823
+ * Configuration for canary deployment strategy. Only valid when the deployment strategy is ``CANARY``. This configuration enables shifting a fixed percentage of traffic for testing, followed by shifting the remaining traffic after a bake period.
31988
32824
  */
31989
32825
  canaryConfiguration?: outputs.ecs.ServiceCanaryConfiguration;
31990
32826
  /**
@@ -31997,7 +32833,7 @@ export declare namespace ecs {
31997
32833
  */
31998
32834
  lifecycleHooks?: outputs.ecs.ServiceDeploymentLifecycleHook[];
31999
32835
  /**
32000
- * Configuration for linear deployment strategy. Only valid when the deployment strategy is `LINEAR` . This configuration enables progressive traffic shifting in equal percentage increments with configurable bake times between each step.
32836
+ * Configuration for linear deployment strategy. Only valid when the deployment strategy is ``LINEAR``. This configuration enables progressive traffic shifting in equal percentage increments with configurable bake times between each step.
32001
32837
  */
32002
32838
  linearConfiguration?: outputs.ecs.ServiceLinearConfiguration;
32003
32839
  /**
@@ -32157,6 +32993,17 @@ export declare namespace ecs {
32157
32993
  */
32158
32994
  forceNewDeploymentNonce?: string;
32159
32995
  }
32996
+ /**
32997
+ * Configuration for a linear deployment strategy that shifts production traffic in equal percentage increments with configurable wait times between each step until 100 percent of traffic is shifted to the new service revision.
32998
+ * The following validation applies only to Linear deployments created through CFN. CFN operations time out after 36 hours. Linear deployments can approach this limit because of their extended duration. This can cause CFN to roll back the deployment. To prevent timeout-related rollbacks, CFN rejects deployments when the calculated deployment time exceeds 33 hours based on your template configuration:
32999
+ * ``BakeTimeInMinutes + (StepBakeTimeInMinutes × Number of deployment steps)``
33000
+ * Where the number of deployment steps is calculated as follows:
33001
+ * + *If StepPercent evenly divides by 100*: The number of deployment steps equals ``(100 ÷ StepPercent) - 1``
33002
+ * + *Otherwise*: The number of deployment steps equals the floor of ``100 ÷ StepPercent``. For example, if ``StepPercent`` is 11, the number of deployment steps is 9 (not 9.1).
33003
+ *
33004
+ * This calculation reflects that CFN doesn't apply the step bake time after the final traffic shift reaches 100%. For example, with a ``StepPercent`` of 50%, there are actually two traffic shifts, but only one deployment step is counted for validation purposes because the bake time is applied only after the first 50% shift, not after reaching 100%.
33005
+ * Additional backend processes (such as task scaling and running lifecycle hooks) can extend deployment time beyond these calculations. Even deployments under the 33-hour threshold might still time out if these processes cause the total duration to exceed 36 hours.
33006
+ */
32160
33007
  interface ServiceLinearConfiguration {
32161
33008
  /**
32162
33009
  * The amount of time in minutes to wait between each traffic shifting step during a linear deployment. Valid values are 0 to 1440 minutes (24 hours). The default value is 6. This bake time is not applied after reaching 100 percent traffic.
@@ -33704,6 +34551,83 @@ export declare namespace eks {
33704
34551
  */
33705
34552
  serviceAccount: string;
33706
34553
  }
34554
+ /**
34555
+ * Configuration settings for an Argo CD capability. This includes the Kubernetes namespace, IAM Identity Center integration, RBAC role mappings, and network access configuration.
34556
+ */
34557
+ interface CapabilityArgoCd {
34558
+ awsIdc: outputs.eks.CapabilityAwsIdc;
34559
+ /**
34560
+ * The Kubernetes namespace where Argo CD resources will be created. If not specified, the default namespace is used.
34561
+ */
34562
+ namespace?: string;
34563
+ networkAccess?: outputs.eks.CapabilityNetworkAccess;
34564
+ /**
34565
+ * A list of role mappings that define which IAM Identity Center users or groups have which Argo CD roles. Each mapping associates an Argo CD role (ADMIN, EDITOR, or VIEWER) with one or more IAM Identity Center identities.
34566
+ */
34567
+ rbacRoleMappings?: outputs.eks.CapabilityArgoCdRoleMapping[];
34568
+ /**
34569
+ * The URL of the Argo CD server. Use this URL to access the Argo CD web interface and API.
34570
+ */
34571
+ serverUrl?: string;
34572
+ }
34573
+ /**
34574
+ * A mapping between an Argo CD role and IAM Identity Center identities. This defines which users or groups have specific permissions in Argo CD.
34575
+ */
34576
+ interface CapabilityArgoCdRoleMapping {
34577
+ /**
34578
+ * A list of IAM Identity Center identities (users or groups) that should be assigned this Argo CD role.
34579
+ */
34580
+ identities: outputs.eks.CapabilitySsoIdentity[];
34581
+ /**
34582
+ * The Argo CD role to assign. Valid values are: ADMIN (full administrative access to Argo CD), EDITOR (edit access to Argo CD resources), or VIEWER (read-only access to Argo CD resources).
34583
+ */
34584
+ role: enums.eks.CapabilityArgoCdRoleMappingRole;
34585
+ }
34586
+ /**
34587
+ * Configuration for integrating Argo CD with IAM Identity Center. This allows you to use your organization's identity provider for authentication to Argo CD.
34588
+ */
34589
+ interface CapabilityAwsIdc {
34590
+ /**
34591
+ * The ARN of the IAM Identity Center instance to use for authentication.
34592
+ */
34593
+ idcInstanceArn: string;
34594
+ /**
34595
+ * The ARN of the managed application created in IAM Identity Center for this Argo CD capability. This application is automatically created and managed by EKS.
34596
+ */
34597
+ idcManagedApplicationArn?: string;
34598
+ /**
34599
+ * The Region where your IAM Identity Center instance is located.
34600
+ */
34601
+ idcRegion?: string;
34602
+ }
34603
+ /**
34604
+ * Configuration settings for a capability. The structure of this object varies depending on the capability type.
34605
+ */
34606
+ interface CapabilityConfiguration {
34607
+ argoCd?: outputs.eks.CapabilityArgoCd;
34608
+ }
34609
+ /**
34610
+ * Configuration for network access to the Argo CD capability's managed API server endpoint. By default, the Argo CD server is accessible via a public endpoint. You can optionally specify one or more VPC endpoint IDs to enable private connectivity from your VPCs.
34611
+ */
34612
+ interface CapabilityNetworkAccess {
34613
+ /**
34614
+ * A list of VPC endpoint IDs to associate with the managed Argo CD API server endpoint. Each VPC endpoint provides private connectivity from a specific VPC to the Argo CD server. You can specify multiple VPC endpoint IDs to enable access from multiple VPCs.
34615
+ */
34616
+ vpceIds?: string[];
34617
+ }
34618
+ /**
34619
+ * An IAM Identity Center identity (user or group) that can be assigned permissions in a capability.
34620
+ */
34621
+ interface CapabilitySsoIdentity {
34622
+ /**
34623
+ * The unique identifier of the IAM Identity Center user or group.
34624
+ */
34625
+ id: string;
34626
+ /**
34627
+ * The type of identity. Valid values are SSO_USER or SSO_GROUP.
34628
+ */
34629
+ type: enums.eks.CapabilitySsoIdentityType;
34630
+ }
33707
34631
  /**
33708
34632
  * An object representing the Access Config to use for the cluster.
33709
34633
  */
@@ -33752,6 +34676,15 @@ export declare namespace eks {
33752
34676
  */
33753
34677
  groupName?: string;
33754
34678
  }
34679
+ /**
34680
+ * Configuration for provisioned control plane scaling.
34681
+ */
34682
+ interface ClusterControlPlaneScalingConfig {
34683
+ /**
34684
+ * The scaling tier for the provisioned control plane.
34685
+ */
34686
+ tier?: enums.eks.ClusterControlPlaneScalingConfigTier;
34687
+ }
33755
34688
  /**
33756
34689
  * Todo: add description
33757
34690
  */
@@ -34406,6 +35339,10 @@ export declare namespace elasticloadbalancingv2 {
34406
35339
  * If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
34407
35340
  */
34408
35341
  forwardConfig?: outputs.elasticloadbalancingv2.ListenerForwardConfig;
35342
+ /**
35343
+ * [HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when `Type` is `jwt-validation` .
35344
+ */
35345
+ jwtValidationConfig?: outputs.elasticloadbalancingv2.ListenerJwtValidationConfig;
34409
35346
  /**
34410
35347
  * The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first.
34411
35348
  */
@@ -34602,6 +35539,25 @@ export declare namespace elasticloadbalancingv2 {
34602
35539
  */
34603
35540
  targetGroups?: outputs.elasticloadbalancingv2.ListenerTargetGroupTuple[];
34604
35541
  }
35542
+ interface ListenerJwtValidationActionAdditionalClaim {
35543
+ /**
35544
+ * The format of the claim value.
35545
+ */
35546
+ format: string;
35547
+ /**
35548
+ * The name of the claim. You can't specify `exp` , `iss` , `nbf` , or `iat` because we validate them by default.
35549
+ */
35550
+ name: string;
35551
+ /**
35552
+ * The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is `space-separated-values` , the values can't include spaces.
35553
+ */
35554
+ values: string[];
35555
+ }
35556
+ interface ListenerJwtValidationConfig {
35557
+ additionalClaims?: outputs.elasticloadbalancingv2.ListenerJwtValidationActionAdditionalClaim[];
35558
+ issuer: string;
35559
+ jwksEndpoint: string;
35560
+ }
34605
35561
  /**
34606
35562
  * The mutual authentication configuration information.
34607
35563
  */
@@ -34682,6 +35638,10 @@ export declare namespace elasticloadbalancingv2 {
34682
35638
  * If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
34683
35639
  */
34684
35640
  forwardConfig?: outputs.elasticloadbalancingv2.ListenerRuleForwardConfig;
35641
+ /**
35642
+ * [HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when `Type` is `jwt-validation` .
35643
+ */
35644
+ jwtValidationConfig?: outputs.elasticloadbalancingv2.ListenerRuleJwtValidationConfig;
34685
35645
  /**
34686
35646
  * The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first.
34687
35647
  */
@@ -34872,6 +35832,25 @@ export declare namespace elasticloadbalancingv2 {
34872
35832
  */
34873
35833
  values?: string[];
34874
35834
  }
35835
+ interface ListenerRuleJwtValidationActionAdditionalClaim {
35836
+ /**
35837
+ * The format of the claim value.
35838
+ */
35839
+ format: string;
35840
+ /**
35841
+ * The name of the claim. You can't specify `exp` , `iss` , `nbf` , or `iat` because we validate them by default.
35842
+ */
35843
+ name: string;
35844
+ /**
35845
+ * The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is `space-separated-values` , the values can't include spaces.
35846
+ */
35847
+ values: string[];
35848
+ }
35849
+ interface ListenerRuleJwtValidationConfig {
35850
+ additionalClaims?: outputs.elasticloadbalancingv2.ListenerRuleJwtValidationActionAdditionalClaim[];
35851
+ issuer: string;
35852
+ jwksEndpoint: string;
35853
+ }
34875
35854
  /**
34876
35855
  * Information about a path pattern condition.
34877
35856
  */
@@ -35201,6 +36180,10 @@ export declare namespace elasticloadbalancingv2 {
35201
36180
  * The port on which the target is listening. If the target group protocol is GENEVE, the supported port is 6081. If the target type is alb, the targeted Application Load Balancer must have at least one listener whose port matches the target group port. Not used if the target is a Lambda function.
35202
36181
  */
35203
36182
  port?: number;
36183
+ /**
36184
+ * The Server ID used by targets when using QUIC or TCP_QUIC protocols.
36185
+ */
36186
+ quicServerId?: string;
35204
36187
  }
35205
36188
  interface TrustStoreRevocation {
35206
36189
  /**
@@ -35587,7 +36570,7 @@ export declare namespace entityresolution {
35587
36570
  }
35588
36571
  interface IdMappingWorkflowOutputSource {
35589
36572
  /**
35590
- * Customer AWS KMS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.
36573
+ * Customer AWS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.
35591
36574
  */
35592
36575
  kmsArn?: string;
35593
36576
  /**
@@ -37399,7 +38382,7 @@ export declare namespace forecast {
37399
38382
  */
37400
38383
  kmsKeyArn?: string;
37401
38384
  /**
37402
- * The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key.
38385
+ * The ARN of the IAM role that Amazon Forecast can assume to access the AWS key.
37403
38386
  *
37404
38387
  * Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an `InvalidInputException` error.
37405
38388
  */
@@ -37808,32 +38791,32 @@ export declare namespace frauddetector {
37808
38791
  }
37809
38792
  export declare namespace fsx {
37810
38793
  /**
37811
- * Describes a data repository association's automatic export policy. The ``AutoExportPolicy`` defines the types of updated objects on the file system that will be automatically exported to the data repository. As you create, modify, or delete files, Amazon FSx for Lustre automatically exports the defined changes asynchronously once your application finishes modifying the file.
37812
- * The ``AutoExportPolicy`` is only supported on Amazon FSx for Lustre file systems with a data repository association.
38794
+ * Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.
37813
38795
  */
37814
38796
  interface DataRepositoryAssociationAutoExportPolicy {
37815
38797
  /**
37816
- * The ``AutoExportPolicy`` can have the following event values:
37817
- * + ``NEW`` - New files and directories are automatically exported to the data repository as they are added to the file system.
37818
- * + ``CHANGED`` - Changes to files and directories on the file system are automatically exported to the data repository.
37819
- * + ``DELETED`` - Files and directories are automatically deleted on the data repository when they are deleted on the file system.
38798
+ * The `AutoExportPolicy` can have the following event values:
38799
+ *
38800
+ * - `NEW` - New files and directories are automatically exported to the data repository as they are added to the file system.
38801
+ * - `CHANGED` - Changes to files and directories on the file system are automatically exported to the data repository.
38802
+ * - `DELETED` - Files and directories are automatically deleted on the data repository when they are deleted on the file system.
37820
38803
  *
37821
- * You can define any combination of event types for your ``AutoExportPolicy``.
38804
+ * You can define any combination of event types for your `AutoExportPolicy` .
37822
38805
  */
37823
38806
  events: enums.fsx.DataRepositoryAssociationEventType[];
37824
38807
  }
37825
38808
  /**
37826
- * Describes the data repository association's automatic import policy. The AutoImportPolicy defines how Amazon FSx keeps your file metadata and directory listings up to date by importing changes to your Amazon FSx for Lustre file system as you modify objects in a linked S3 bucket.
37827
- * The ``AutoImportPolicy`` is only supported on Amazon FSx for Lustre file systems with a data repository association.
38809
+ * Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.
37828
38810
  */
37829
38811
  interface DataRepositoryAssociationAutoImportPolicy {
37830
38812
  /**
37831
- * The ``AutoImportPolicy`` can have the following event values:
37832
- * + ``NEW`` - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.
37833
- * + ``CHANGED`` - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.
37834
- * + ``DELETED`` - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.
38813
+ * The `AutoImportPolicy` can have the following event values:
37835
38814
  *
37836
- * You can define any combination of event types for your ``AutoImportPolicy``.
38815
+ * - `NEW` - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.
38816
+ * - `CHANGED` - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.
38817
+ * - `DELETED` - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.
38818
+ *
38819
+ * You can define any combination of event types for your `AutoImportPolicy` .
37837
38820
  */
37838
38821
  events: enums.fsx.DataRepositoryAssociationEventType[];
37839
38822
  }
@@ -37842,13 +38825,15 @@ export declare namespace fsx {
37842
38825
  */
37843
38826
  interface DataRepositoryAssociationS3 {
37844
38827
  /**
37845
- * Describes a data repository association's automatic export policy. The ``AutoExportPolicy`` defines the types of updated objects on the file system that will be automatically exported to the data repository. As you create, modify, or delete files, Amazon FSx for Lustre automatically exports the defined changes asynchronously once your application finishes modifying the file.
37846
- * The ``AutoExportPolicy`` is only supported on Amazon FSx for Lustre file systems with a data repository association.
38828
+ * Describes a data repository association's automatic export policy. The `AutoExportPolicy` defines the types of updated objects on the file system that will be automatically exported to the data repository. As you create, modify, or delete files, Amazon FSx for Lustre automatically exports the defined changes asynchronously once your application finishes modifying the file.
38829
+ *
38830
+ * The `AutoExportPolicy` is only supported on Amazon FSx for Lustre file systems with a data repository association.
37847
38831
  */
37848
38832
  autoExportPolicy?: outputs.fsx.DataRepositoryAssociationAutoExportPolicy;
37849
38833
  /**
37850
38834
  * Describes the data repository association's automatic import policy. The AutoImportPolicy defines how Amazon FSx keeps your file metadata and directory listings up to date by importing changes to your Amazon FSx for Lustre file system as you modify objects in a linked S3 bucket.
37851
- * The ``AutoImportPolicy`` is only supported on Amazon FSx for Lustre file systems with a data repository association.
38835
+ *
38836
+ * The `AutoImportPolicy` is only supported on Amazon FSx for Lustre file systems with a data repository association.
37852
38837
  */
37853
38838
  autoImportPolicy?: outputs.fsx.DataRepositoryAssociationAutoImportPolicy;
37854
38839
  }
@@ -37858,13 +38843,39 @@ export declare namespace fsx {
37858
38843
  */
37859
38844
  gid: number;
37860
38845
  }
38846
+ interface S3AccessPointAttachmentOntapFileSystemIdentity {
38847
+ /**
38848
+ * Specifies the FSx for ONTAP user identity type, accepts either UNIX or WINDOWS.
38849
+ */
38850
+ type: enums.fsx.S3AccessPointAttachmentOntapFileSystemIdentityType;
38851
+ /**
38852
+ * Specifies the properties of the file system UNIX user.
38853
+ */
38854
+ unixUser?: outputs.fsx.S3AccessPointAttachmentOntapUnixFileSystemUser;
38855
+ /**
38856
+ * Specifies the properties of the file system Windows user.
38857
+ */
38858
+ windowsUser?: outputs.fsx.S3AccessPointAttachmentOntapWindowsFileSystemUser;
38859
+ }
38860
+ interface S3AccessPointAttachmentOntapUnixFileSystemUser {
38861
+ /**
38862
+ * The name of the UNIX user.
38863
+ */
38864
+ name: string;
38865
+ }
38866
+ interface S3AccessPointAttachmentOntapWindowsFileSystemUser {
38867
+ /**
38868
+ * The name of the Windows user.
38869
+ */
38870
+ name: string;
38871
+ }
37861
38872
  interface S3AccessPointAttachmentOpenZfsFileSystemIdentity {
37862
38873
  /**
37863
38874
  * Specifies the UID and GIDs of the file system POSIX user.
37864
38875
  */
37865
38876
  posixUser: outputs.fsx.S3AccessPointAttachmentOpenZfsPosixFileSystemUser;
37866
38877
  /**
37867
- * Specifies the FSx for OpenZFS user identity type, accepts only `POSIX` .
38878
+ * Specifies the FSx for OpenZFS user identity type, accepts only POSIX.
37868
38879
  */
37869
38880
  type: enums.fsx.S3AccessPointAttachmentOpenZfsFileSystemIdentityType;
37870
38881
  }
@@ -37900,6 +38911,16 @@ export declare namespace fsx {
37900
38911
  */
37901
38912
  vpcConfiguration?: outputs.fsx.S3AccessPointAttachmentS3AccessPointVpcConfiguration;
37902
38913
  }
38914
+ interface S3AccessPointAttachmentS3AccessPointOntapConfiguration {
38915
+ /**
38916
+ * The file system identity used to authorize file access requests made using the S3 access point.
38917
+ */
38918
+ fileSystemIdentity: outputs.fsx.S3AccessPointAttachmentOntapFileSystemIdentity;
38919
+ /**
38920
+ * The ID of the FSx for ONTAP volume that the S3 access point is attached to.
38921
+ */
38922
+ volumeId: string;
38923
+ }
37903
38924
  interface S3AccessPointAttachmentS3AccessPointOpenZfsConfiguration {
37904
38925
  /**
37905
38926
  * The file system identity used to authorize file access requests made using the S3 access point.
@@ -39065,6 +40086,25 @@ export declare namespace glue {
39065
40086
  */
39066
40087
  principal?: outputs.glue.DatabaseDataLakePrincipal;
39067
40088
  }
40089
+ /**
40090
+ * The configuration settings for the integration.
40091
+ */
40092
+ interface IntegrationConfig {
40093
+ /**
40094
+ * Enables continuous synchronization for on-demand data extractions.
40095
+ */
40096
+ continuousSync?: boolean;
40097
+ /**
40098
+ * Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur.
40099
+ */
40100
+ refreshInterval?: string;
40101
+ /**
40102
+ * A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.
40103
+ */
40104
+ sourceProperties?: {
40105
+ [key: string]: string;
40106
+ };
40107
+ }
39068
40108
  interface JobCommand {
39069
40109
  /**
39070
40110
  * The name of the job command
@@ -40576,6 +41616,27 @@ export declare namespace imagebuilder {
40576
41616
  */
40577
41617
  image?: string;
40578
41618
  }
41619
+ /**
41620
+ * The latest version references of the container recipe.
41621
+ */
41622
+ interface ContainerRecipeLatestVersion {
41623
+ /**
41624
+ * The latest version ARN of the created container recipe.
41625
+ */
41626
+ arn?: string;
41627
+ /**
41628
+ * The latest version ARN of the created container recipe, with the same major version.
41629
+ */
41630
+ major?: string;
41631
+ /**
41632
+ * The latest version ARN of the created container recipe, with the same minor version.
41633
+ */
41634
+ minor?: string;
41635
+ /**
41636
+ * The latest version ARN of the created container recipe, with the same patch version.
41637
+ */
41638
+ patch?: string;
41639
+ }
40579
41640
  /**
40580
41641
  * The container repository where the output container image is stored.
40581
41642
  */
@@ -41063,6 +42124,27 @@ export declare namespace imagebuilder {
41063
42124
  */
41064
42125
  virtualName?: string;
41065
42126
  }
42127
+ /**
42128
+ * The latest version references of the image recipe.
42129
+ */
42130
+ interface ImageRecipeLatestVersion {
42131
+ /**
42132
+ * The latest version ARN of the created image recipe.
42133
+ */
42134
+ arn?: string;
42135
+ /**
42136
+ * The latest version ARN of the created image recipe, with the same major version.
42137
+ */
42138
+ major?: string;
42139
+ /**
42140
+ * The latest version ARN of the created image recipe, with the same minor version.
42141
+ */
42142
+ minor?: string;
42143
+ /**
42144
+ * The latest version ARN of the created image recipe, with the same patch version.
42145
+ */
42146
+ patch?: string;
42147
+ }
41066
42148
  /**
41067
42149
  * Contains settings for the SSM agent on your build instance.
41068
42150
  */
@@ -41932,11 +43014,11 @@ export declare namespace iot {
41932
43014
  }
41933
43015
  interface ConfigurationDetailsProperties {
41934
43016
  /**
41935
- * The health status of KMS key and AWS KMS access role. If either KMS key or AWS KMS access role is `UNHEALTHY` , the return value will be `UNHEALTHY` . To use a customer managed KMS key, the value of `configurationStatus` must be `HEALTHY` .
43017
+ * The health status of KMS key and AWS access role. If either KMS key or AWS access role is `UNHEALTHY` , the return value will be `UNHEALTHY` . To use a customer managed KMS key, the value of `configurationStatus` must be `HEALTHY` .
41936
43018
  */
41937
43019
  configurationStatus?: enums.iot.EncryptionConfigurationConfigurationDetailsPropertiesConfigurationStatus;
41938
43020
  /**
41939
- * The error code that indicates either the KMS key or the AWS KMS access role is `UNHEALTHY` . Valid values: `KMS_KEY_VALIDATION_ERROR` and `ROLE_VALIDATION_ERROR` .
43021
+ * The error code that indicates either the KMS key or the AWS access role is `UNHEALTHY` . Valid values: `KMS_KEY_VALIDATION_ERROR` and `ROLE_VALIDATION_ERROR` .
41940
43022
  */
41941
43023
  errorCode?: string;
41942
43024
  /**
@@ -47688,7 +48770,7 @@ export declare namespace kendra {
47688
48770
  /**
47689
48771
  * The identifier of the directory corresponding to your WorkDocs site repository.
47690
48772
  *
47691
- * You can find the organization ID in the [AWS Directory Service](https://docs.aws.amazon.com/directoryservicev2/) by going to *Active Directory* , then *Directories* . Your WorkDocs site directory has an ID, which is the organization ID. You can also set up a new WorkDocs directory in the AWS Directory Service console and enable a WorkDocs site for the directory in the WorkDocs console.
48773
+ * You can find the organization ID in the [Directory Service](https://docs.aws.amazon.com/directoryservicev2/) by going to *Active Directory* , then *Directories* . Your WorkDocs site directory has an ID, which is the organization ID. You can also set up a new WorkDocs directory in the Directory Service console and enable a WorkDocs site for the directory in the WorkDocs console.
47692
48774
  */
47693
48775
  organizationId: string;
47694
48776
  /**
@@ -47800,6 +48882,19 @@ export declare namespace kinesis {
47800
48882
  */
47801
48883
  streamMode: enums.kinesis.StreamModeDetailsStreamMode;
47802
48884
  }
48885
+ /**
48886
+ * Warm throughput configuration details for the stream. Only present for ON_DEMAND streams.
48887
+ */
48888
+ interface StreamWarmThroughputObject {
48889
+ /**
48890
+ * Current warm throughput in MiB/s
48891
+ */
48892
+ currentMiBps?: number;
48893
+ /**
48894
+ * Target warm throughput in MiB/s that a customer can write to a stream at any given time
48895
+ */
48896
+ targetMiBps?: number;
48897
+ }
47803
48898
  }
47804
48899
  export declare namespace kinesisanalyticsv2 {
47805
48900
  /**
@@ -49529,6 +50624,15 @@ export declare namespace kinesisfirehose {
49529
50624
  }
49530
50625
  }
49531
50626
  export declare namespace kinesisvideo {
50627
+ /**
50628
+ * Configuration for the storage tier of the Kinesis Video Stream.
50629
+ */
50630
+ interface StreamStorageConfiguration {
50631
+ /**
50632
+ * The storage tier for the Kinesis Video Stream. Determines the storage class used for stream data.
50633
+ */
50634
+ defaultStorageTier?: enums.kinesisvideo.StreamStorageConfigurationDefaultStorageTier;
50635
+ }
49532
50636
  }
49533
50637
  export declare namespace kms {
49534
50638
  }
@@ -49867,6 +50971,69 @@ export declare namespace lambda {
49867
50971
  */
49868
50972
  functionWeight: number;
49869
50973
  }
50974
+ /**
50975
+ * Specifications for the types of EC2 instances that the capacity provider can use.
50976
+ */
50977
+ interface CapacityProviderInstanceRequirements {
50978
+ /**
50979
+ * A list of instance types that the capacity provider can use. Supports wildcards (for example, m5.*).
50980
+ */
50981
+ allowedInstanceTypes?: string[];
50982
+ /**
50983
+ * The instruction set architecture for EC2 instances. Specify either x86_64 or arm64.
50984
+ */
50985
+ architectures?: enums.lambda.CapacityProviderArchitecture[];
50986
+ /**
50987
+ * A list of instance types that the capacity provider should not use. Takes precedence over AllowedInstanceTypes.
50988
+ */
50989
+ excludedInstanceTypes?: string[];
50990
+ }
50991
+ /**
50992
+ * IAM permissions configuration for the capacity provider.
50993
+ */
50994
+ interface CapacityProviderPermissionsConfig {
50995
+ /**
50996
+ * The ARN of the IAM role that Lambda assumes to manage the capacity provider.
50997
+ */
50998
+ capacityProviderOperatorRoleArn: string;
50999
+ }
51000
+ /**
51001
+ * The scaling configuration for the capacity provider.
51002
+ */
51003
+ interface CapacityProviderScalingConfig {
51004
+ /**
51005
+ * The maximum number of EC2 instances that the capacity provider can scale up to.
51006
+ */
51007
+ maxVCpuCount?: number;
51008
+ scalingMode?: enums.lambda.CapacityProviderScalingMode;
51009
+ /**
51010
+ * A list of target tracking scaling policies for the capacity provider.
51011
+ */
51012
+ scalingPolicies?: outputs.lambda.CapacityProviderTargetTrackingScalingPolicy[];
51013
+ }
51014
+ /**
51015
+ * A target tracking scaling policy for the capacity provider.
51016
+ */
51017
+ interface CapacityProviderTargetTrackingScalingPolicy {
51018
+ predefinedMetricType: enums.lambda.CapacityProviderPredefinedMetricType;
51019
+ /**
51020
+ * The target value for the metric as a percentage (for example, 70.0 for 70%).
51021
+ */
51022
+ targetValue: number;
51023
+ }
51024
+ /**
51025
+ * VPC configuration for the capacity provider.
51026
+ */
51027
+ interface CapacityProviderVpcConfig {
51028
+ /**
51029
+ * A list of security group IDs to associate with EC2 instances.
51030
+ */
51031
+ securityGroupIds: string[];
51032
+ /**
51033
+ * A list of subnet IDs where the capacity provider can launch EC2 instances.
51034
+ */
51035
+ subnetIds: string[];
51036
+ }
49870
51037
  /**
49871
51038
  * When the CodeSigningConfig is later on attached to a function, the function code will be expected to be signed by profiles from this list
49872
51039
  */
@@ -49986,6 +51153,15 @@ export declare namespace lambda {
49986
51153
  */
49987
51154
  filters?: outputs.lambda.EventSourceMappingFilter[];
49988
51155
  }
51156
+ /**
51157
+ * The function's Amazon CloudWatch Logs configuration settings.
51158
+ */
51159
+ interface EventSourceMappingLoggingConfig {
51160
+ /**
51161
+ * Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where ``DEBUG`` is the highest level and ``WARN`` is the lowest.
51162
+ */
51163
+ systemLogLevel?: enums.lambda.EventSourceMappingLoggingConfigSystemLogLevel;
51164
+ }
49989
51165
  /**
49990
51166
  * The metrics configuration for your event source. Use this configuration object to define which metrics you want your event source mapping to produce.
49991
51167
  */
@@ -50002,22 +51178,27 @@ export declare namespace lambda {
50002
51178
  /**
50003
51179
  * The Amazon Resource Name (ARN) of the destination resource.
50004
51180
  * To retain records of unsuccessful [asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations), you can configure an Amazon SNS topic, Amazon SQS queue, Amazon S3 bucket, Lambda function, or Amazon EventBridge event bus as the destination.
50005
- * To retain records of failed invocations from [Kinesis](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html), [DynamoDB](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html), [self-managed Kafka](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination) or [Amazon MSK](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination), you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.
51181
+ * Amazon SNS destinations have a message size limit of 256 KB. If the combined size of the function request and response payload exceeds the limit, Lambda will drop the payload when sending ``OnFailure`` event to the destination. For details on this behavior, refer to [Retaining records of asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html).
51182
+ * To retain records of failed invocations from [Kinesis](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html), [DynamoDB](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html), [self-managed Kafka](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination) or [Amazon MSK](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination), you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.
50006
51183
  */
50007
51184
  destination?: string;
50008
51185
  }
50009
51186
  /**
50010
- * The [provisioned mode](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode) configuration for the event source. Use provisioned mode to customize the minimum and maximum number of event pollers for your event source.
51187
+ * The [provisioned mode](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode) configuration for the event source. Use Provisioned Mode to customize the minimum and maximum number of event pollers for your event source.
50011
51188
  */
50012
51189
  interface EventSourceMappingProvisionedPollerConfig {
50013
51190
  /**
50014
- * The maximum number of event pollers this event source can scale up to.
51191
+ * The maximum number of event pollers this event source can scale up to. For Amazon SQS events source mappings, default is 200, and minimum value allowed is 2. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 200, and minimum value allowed is 1.
50015
51192
  */
50016
51193
  maximumPollers?: number;
50017
51194
  /**
50018
- * The minimum number of event pollers this event source can scale down to.
51195
+ * The minimum number of event pollers this event source can scale down to. For Amazon SQS events source mappings, default is 2, and minimum 2 required. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 1.
50019
51196
  */
50020
51197
  minimumPollers?: number;
51198
+ /**
51199
+ * (Amazon MSK and self-managed Apache Kafka) The name of the provisioned poller group. Use this option to group multiple ESMs within the event source's VPC to share Event Poller Unit (EPU) capacity. You can use this option to optimize Provisioned mode costs for your ESMs. You can group up to 100 ESMs per poller group and aggregate maximum pollers across all ESMs in a group cannot exceed 2000.
51200
+ */
51201
+ pollerGroupName?: string;
50021
51202
  }
50022
51203
  /**
50023
51204
  * (Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.
@@ -50121,6 +51302,9 @@ export declare namespace lambda {
50121
51302
  */
50122
51303
  uri?: string;
50123
51304
  }
51305
+ interface FunctionCapacityProviderConfig {
51306
+ lambdaManagedInstancesCapacityProviderConfig: outputs.lambda.FunctionLambdaManagedInstancesCapacityProviderConfig;
51307
+ }
50124
51308
  /**
50125
51309
  * The [deployment package](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html) for a Lambda function. To deploy a function defined as a container image, you specify the location of a container image in the Amazon ECR registry. For a .zip file deployment package, you can specify the location of an object in Amazon S3. For Node.js and Python functions, you can specify the function code inline in the template.
50126
51310
  * When you specify source code inline for a Node.js function, the ``index`` file that CFN creates uses the extension ``.js``. This means that LAM treats the file as a CommonJS module. ES modules aren't supported for inline functions.
@@ -50215,6 +51399,20 @@ export declare namespace lambda {
50215
51399
  */
50216
51400
  workingDirectory?: string;
50217
51401
  }
51402
+ interface FunctionLambdaManagedInstancesCapacityProviderConfig {
51403
+ /**
51404
+ * The Amazon Resource Name (ARN) of the capacity provider.
51405
+ */
51406
+ capacityProviderArn: string;
51407
+ /**
51408
+ * The amount of memory in GiB allocated per vCPU for execution environments.
51409
+ */
51410
+ executionEnvironmentMemoryGiBPerVCpu?: number;
51411
+ /**
51412
+ * The maximum number of concurrent execution environments that can run on each compute instance.
51413
+ */
51414
+ perExecutionEnvironmentMaxConcurrency?: number;
51415
+ }
50218
51416
  /**
50219
51417
  * The function's Amazon CloudWatch Logs configuration settings.
50220
51418
  */
@@ -50255,6 +51453,16 @@ export declare namespace lambda {
50255
51453
  */
50256
51454
  updateRuntimeOn: enums.lambda.FunctionRuntimeManagementConfigUpdateRuntimeOn;
50257
51455
  }
51456
+ interface FunctionScalingConfig {
51457
+ /**
51458
+ * The maximum number of execution environments that can be provisioned for the function.
51459
+ */
51460
+ maxExecutionEnvironments?: number;
51461
+ /**
51462
+ * The minimum number of execution environments to maintain for the function.
51463
+ */
51464
+ minExecutionEnvironments?: number;
51465
+ }
50258
51466
  /**
50259
51467
  * The function's [SnapStart](https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html) setting.
50260
51468
  */
@@ -50277,6 +51485,12 @@ export declare namespace lambda {
50277
51485
  */
50278
51486
  optimizationStatus?: enums.lambda.FunctionSnapStartResponseOptimizationStatus;
50279
51487
  }
51488
+ interface FunctionTenancyConfig {
51489
+ /**
51490
+ * Determines how your Lambda function isolates execution environments between tenants.
51491
+ */
51492
+ tenantIsolationMode: enums.lambda.FunctionTenancyConfigTenantIsolationMode;
51493
+ }
50280
51494
  /**
50281
51495
  * The function's [](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html) tracing configuration. To sample and record incoming requests, set ``Mode`` to ``Active``.
50282
51496
  */
@@ -50345,6 +51559,19 @@ export declare namespace lambda {
50345
51559
  */
50346
51560
  maxAge?: number;
50347
51561
  }
51562
+ /**
51563
+ * Configuration that defines the scaling behavior for a Lambda Managed Instances function, including the minimum and maximum number of execution environments that can be provisioned.
51564
+ */
51565
+ interface VersionFunctionScalingConfig {
51566
+ /**
51567
+ * The maximum number of execution environments that can be provisioned for the function.
51568
+ */
51569
+ maxExecutionEnvironments?: number;
51570
+ /**
51571
+ * The minimum number of execution environments to maintain for the function.
51572
+ */
51573
+ minExecutionEnvironments?: number;
51574
+ }
50348
51575
  /**
50349
51576
  * A provisioned concurrency configuration for a function's version.
50350
51577
  */
@@ -50786,7 +52013,7 @@ export declare namespace lex {
50786
52013
  }
50787
52014
  interface BotGrammarSlotTypeSource {
50788
52015
  /**
50789
- * The AWS KMS key required to decrypt the contents of the grammar, if any.
52016
+ * The AWS key required to decrypt the contents of the grammar, if any.
50790
52017
  */
50791
52018
  kmsKeyArn?: string;
50792
52019
  /**
@@ -52338,7 +53565,7 @@ export declare namespace logs {
52338
53565
  */
52339
53566
  dataSourceRoleArn: string;
52340
53567
  /**
52341
- * To have the vended dashboard data encrypted with AWS KMS instead of the CloudWatch Logs default encryption method, specify the ARN of the AWS KMS key that you want to use.
53568
+ * To have the vended dashboard data encrypted with AWS instead of the CloudWatch Logs default encryption method, specify the ARN of the AWS key that you want to use.
52342
53569
  */
52343
53570
  kmsKeyArn?: string;
52344
53571
  /**
@@ -53321,6 +54548,11 @@ export declare namespace mediaconnect {
53321
54548
  */
53322
54549
  silentAudio?: outputs.mediaconnect.FlowSilentAudio;
53323
54550
  }
54551
+ /**
54552
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
54553
+ */
54554
+ interface FlowAutomaticEncryptionKeyConfiguration {
54555
+ }
53324
54556
  /**
53325
54557
  * Configures settings for the BlackFrames metric.
53326
54558
  */
@@ -53641,6 +54873,11 @@ export declare namespace mediaconnect {
53641
54873
  */
53642
54874
  vpcInterfaceAdapter: string;
53643
54875
  }
54876
+ /**
54877
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
54878
+ */
54879
+ interface FlowOutputAutomaticEncryptionKeyConfiguration {
54880
+ }
53644
54881
  /**
53645
54882
  * The definition of a media stream that is associated with the output.
53646
54883
  */
@@ -53692,6 +54929,25 @@ export declare namespace mediaconnect {
53692
54929
  */
53693
54930
  secretArn: string;
53694
54931
  }
54932
+ /**
54933
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
54934
+ */
54935
+ interface FlowOutputFlowTransitEncryption {
54936
+ encryptionKeyConfiguration: outputs.mediaconnect.FlowOutputFlowTransitEncryptionKeyConfiguration0Properties | outputs.mediaconnect.FlowOutputFlowTransitEncryptionKeyConfiguration1Properties;
54937
+ encryptionKeyType?: enums.mediaconnect.FlowOutputFlowTransitEncryptionKeyType;
54938
+ }
54939
+ /**
54940
+ * Configuration settings for flow transit encryption keys.
54941
+ */
54942
+ interface FlowOutputFlowTransitEncryptionKeyConfiguration0Properties {
54943
+ secretsManager: outputs.mediaconnect.FlowOutputSecretsManagerEncryptionKeyConfiguration;
54944
+ }
54945
+ /**
54946
+ * Configuration settings for flow transit encryption keys.
54947
+ */
54948
+ interface FlowOutputFlowTransitEncryptionKeyConfiguration1Properties {
54949
+ automatic: outputs.mediaconnect.FlowOutputAutomaticEncryptionKeyConfiguration;
54950
+ }
53695
54951
  /**
53696
54952
  * The VPC interface that you want to use for the media stream associated with the output.
53697
54953
  */
@@ -53722,6 +54978,19 @@ export declare namespace mediaconnect {
53722
54978
  */
53723
54979
  mediaStreamName: string;
53724
54980
  }
54981
+ /**
54982
+ * The configuration settings for transit encryption of a flow output using AWS Secrets Manager, including the secret ARN and role ARN.
54983
+ */
54984
+ interface FlowOutputSecretsManagerEncryptionKeyConfiguration {
54985
+ /**
54986
+ * The ARN of the IAM role used for transit encryption to the router input using AWS Secrets Manager.
54987
+ */
54988
+ roleArn: string;
54989
+ /**
54990
+ * The ARN of the AWS Secrets Manager secret used for transit encryption to the router input.
54991
+ */
54992
+ secretArn: string;
54993
+ }
53725
54994
  /**
53726
54995
  * The settings for attaching a VPC interface to an output.
53727
54996
  */
@@ -53731,6 +55000,19 @@ export declare namespace mediaconnect {
53731
55000
  */
53732
55001
  vpcInterfaceName?: string;
53733
55002
  }
55003
+ /**
55004
+ * The configuration settings for transit encryption of a flow source using AWS Secrets Manager, including the secret ARN and role ARN.
55005
+ */
55006
+ interface FlowSecretsManagerEncryptionKeyConfiguration {
55007
+ /**
55008
+ * The ARN of the IAM role used for transit encryption from the router output using AWS Secrets Manager.
55009
+ */
55010
+ roleArn: string;
55011
+ /**
55012
+ * The ARN of the AWS Secrets Manager secret used for transit encryption from the router output.
55013
+ */
55014
+ secretArn: string;
55015
+ }
53734
55016
  /**
53735
55017
  * Configures settings for the SilentAudio metric.
53736
55018
  */
@@ -53800,6 +55082,14 @@ export declare namespace mediaconnect {
53800
55082
  * The protocol that is used by the source.
53801
55083
  */
53802
55084
  protocol?: enums.mediaconnect.FlowSourceProtocol;
55085
+ /**
55086
+ * Indicates if router integration is enabled or disabled on the flow source.
55087
+ */
55088
+ routerIntegrationState?: enums.mediaconnect.FlowSourceRouterIntegrationState;
55089
+ /**
55090
+ * The decryption configuration for the flow source when router integration is enabled.
55091
+ */
55092
+ routerIntegrationTransitDecryption?: outputs.mediaconnect.FlowTransitEncryption;
53803
55093
  /**
53804
55094
  * The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
53805
55095
  */
@@ -53921,6 +55211,25 @@ export declare namespace mediaconnect {
53921
55211
  */
53922
55212
  vpcInterfaceName?: string;
53923
55213
  }
55214
+ /**
55215
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
55216
+ */
55217
+ interface FlowTransitEncryption {
55218
+ encryptionKeyConfiguration: outputs.mediaconnect.FlowTransitEncryptionKeyConfiguration0Properties | outputs.mediaconnect.FlowTransitEncryptionKeyConfiguration1Properties;
55219
+ encryptionKeyType?: enums.mediaconnect.FlowTransitEncryptionKeyType;
55220
+ }
55221
+ /**
55222
+ * Configuration settings for flow transit encryption keys.
55223
+ */
55224
+ interface FlowTransitEncryptionKeyConfiguration0Properties {
55225
+ secretsManager: outputs.mediaconnect.FlowSecretsManagerEncryptionKeyConfiguration;
55226
+ }
55227
+ /**
55228
+ * Configuration settings for flow transit encryption keys.
55229
+ */
55230
+ interface FlowTransitEncryptionKeyConfiguration1Properties {
55231
+ automatic: outputs.mediaconnect.FlowAutomaticEncryptionKeyConfiguration;
55232
+ }
53924
55233
  /**
53925
55234
  * Specifies the configuration for video stream metrics monitoring.
53926
55235
  */
@@ -53985,6 +55294,571 @@ export declare namespace mediaconnect {
53985
55294
  */
53986
55295
  name: string;
53987
55296
  }
55297
+ /**
55298
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
55299
+ */
55300
+ interface RouterInputAutomaticEncryptionKeyConfiguration {
55301
+ }
55302
+ /**
55303
+ * The configuration settings for a router input.
55304
+ */
55305
+ interface RouterInputConfiguration0Properties {
55306
+ standard: outputs.mediaconnect.RouterInputStandardRouterInputConfiguration;
55307
+ }
55308
+ /**
55309
+ * The configuration settings for a router input.
55310
+ */
55311
+ interface RouterInputConfiguration1Properties {
55312
+ failover: outputs.mediaconnect.RouterInputFailoverRouterInputConfiguration;
55313
+ }
55314
+ /**
55315
+ * The configuration settings for a router input.
55316
+ */
55317
+ interface RouterInputConfiguration2Properties {
55318
+ merge: outputs.mediaconnect.RouterInputMergeRouterInputConfiguration;
55319
+ }
55320
+ /**
55321
+ * The configuration settings for a router input.
55322
+ */
55323
+ interface RouterInputConfiguration3Properties {
55324
+ mediaConnectFlow: outputs.mediaconnect.RouterInputMediaConnectFlowRouterInputConfiguration;
55325
+ }
55326
+ /**
55327
+ * Configuration settings for default maintenance scheduling.
55328
+ */
55329
+ interface RouterInputDefaultMaintenanceConfiguration {
55330
+ }
55331
+ /**
55332
+ * Configuration settings for a failover router input that allows switching between two input sources.
55333
+ */
55334
+ interface RouterInputFailoverRouterInputConfiguration {
55335
+ /**
55336
+ * The ARN of the network interface to use for this failover router input.
55337
+ */
55338
+ networkInterfaceArn: string;
55339
+ /**
55340
+ * The index (0 or 1) that specifies which source in the protocol configurations list is currently active. Used to control which of the two failover sources is currently selected. This field is ignored when sourcePriorityMode is set to NO_PRIORITY
55341
+ */
55342
+ primarySourceIndex?: number;
55343
+ /**
55344
+ * A list of exactly two protocol configurations for the failover input sources. Both must use the same protocol type.
55345
+ */
55346
+ protocolConfigurations: (outputs.mediaconnect.RouterInputFailoverRouterInputProtocolConfiguration0Properties | outputs.mediaconnect.RouterInputFailoverRouterInputProtocolConfiguration1Properties | outputs.mediaconnect.RouterInputFailoverRouterInputProtocolConfiguration2Properties | outputs.mediaconnect.RouterInputFailoverRouterInputProtocolConfiguration3Properties)[];
55347
+ sourcePriorityMode: enums.mediaconnect.RouterInputFailoverInputSourcePriorityMode;
55348
+ }
55349
+ /**
55350
+ * Protocol configuration settings for failover router inputs.
55351
+ */
55352
+ interface RouterInputFailoverRouterInputProtocolConfiguration0Properties {
55353
+ rtp: outputs.mediaconnect.RouterInputRtpRouterInputConfiguration;
55354
+ }
55355
+ /**
55356
+ * Protocol configuration settings for failover router inputs.
55357
+ */
55358
+ interface RouterInputFailoverRouterInputProtocolConfiguration1Properties {
55359
+ rist: outputs.mediaconnect.RouterInputRistRouterInputConfiguration;
55360
+ }
55361
+ /**
55362
+ * Protocol configuration settings for failover router inputs.
55363
+ */
55364
+ interface RouterInputFailoverRouterInputProtocolConfiguration2Properties {
55365
+ srtListener: outputs.mediaconnect.RouterInputSrtListenerRouterInputConfiguration;
55366
+ }
55367
+ /**
55368
+ * Protocol configuration settings for failover router inputs.
55369
+ */
55370
+ interface RouterInputFailoverRouterInputProtocolConfiguration3Properties {
55371
+ srtCaller: outputs.mediaconnect.RouterInputSrtCallerRouterInputConfiguration;
55372
+ }
55373
+ /**
55374
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
55375
+ */
55376
+ interface RouterInputFlowTransitEncryption {
55377
+ encryptionKeyConfiguration: outputs.mediaconnect.RouterInputFlowTransitEncryptionKeyConfiguration0Properties | outputs.mediaconnect.RouterInputFlowTransitEncryptionKeyConfiguration1Properties;
55378
+ encryptionKeyType?: enums.mediaconnect.RouterInputFlowTransitEncryptionKeyType;
55379
+ }
55380
+ /**
55381
+ * Configuration settings for flow transit encryption keys.
55382
+ */
55383
+ interface RouterInputFlowTransitEncryptionKeyConfiguration0Properties {
55384
+ secretsManager: outputs.mediaconnect.RouterInputSecretsManagerEncryptionKeyConfiguration;
55385
+ }
55386
+ /**
55387
+ * Configuration settings for flow transit encryption keys.
55388
+ */
55389
+ interface RouterInputFlowTransitEncryptionKeyConfiguration1Properties {
55390
+ automatic: outputs.mediaconnect.RouterInputAutomaticEncryptionKeyConfiguration;
55391
+ }
55392
+ /**
55393
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
55394
+ */
55395
+ interface RouterInputMaintenanceConfiguration0Properties {
55396
+ preferredDayTime: outputs.mediaconnect.RouterInputPreferredDayTimeMaintenanceConfiguration;
55397
+ }
55398
+ /**
55399
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
55400
+ */
55401
+ interface RouterInputMaintenanceConfiguration1Properties {
55402
+ default: outputs.mediaconnect.RouterInputDefaultMaintenanceConfiguration;
55403
+ }
55404
+ /**
55405
+ * Configuration settings for connecting a router input to a flow output.
55406
+ */
55407
+ interface RouterInputMediaConnectFlowRouterInputConfiguration {
55408
+ /**
55409
+ * The ARN of the flow to connect to.
55410
+ */
55411
+ flowArn?: string;
55412
+ /**
55413
+ * The ARN of the flow output to connect to this router input.
55414
+ */
55415
+ flowOutputArn?: string;
55416
+ sourceTransitDecryption: outputs.mediaconnect.RouterInputFlowTransitEncryption;
55417
+ }
55418
+ /**
55419
+ * Configuration settings for a merge router input that combines two input sources.
55420
+ */
55421
+ interface RouterInputMergeRouterInputConfiguration {
55422
+ /**
55423
+ * The time window in milliseconds for merging the two input sources.
55424
+ */
55425
+ mergeRecoveryWindowMilliseconds: number;
55426
+ /**
55427
+ * The ARN of the network interface to use for this merge router input.
55428
+ */
55429
+ networkInterfaceArn: string;
55430
+ /**
55431
+ * A list of exactly two protocol configurations for the merge input sources. Both must use the same protocol type.
55432
+ */
55433
+ protocolConfigurations: (outputs.mediaconnect.RouterInputMergeRouterInputProtocolConfiguration0Properties | outputs.mediaconnect.RouterInputMergeRouterInputProtocolConfiguration1Properties)[];
55434
+ }
55435
+ /**
55436
+ * Protocol configuration settings for merge router inputs.
55437
+ */
55438
+ interface RouterInputMergeRouterInputProtocolConfiguration0Properties {
55439
+ rtp: outputs.mediaconnect.RouterInputRtpRouterInputConfiguration;
55440
+ }
55441
+ /**
55442
+ * Protocol configuration settings for merge router inputs.
55443
+ */
55444
+ interface RouterInputMergeRouterInputProtocolConfiguration1Properties {
55445
+ rist: outputs.mediaconnect.RouterInputRistRouterInputConfiguration;
55446
+ }
55447
+ /**
55448
+ * Configuration for preferred day and time maintenance settings.
55449
+ */
55450
+ interface RouterInputPreferredDayTimeMaintenanceConfiguration {
55451
+ day: enums.mediaconnect.RouterInputDay;
55452
+ /**
55453
+ * The preferred time for maintenance operations.
55454
+ */
55455
+ time: string;
55456
+ }
55457
+ /**
55458
+ * The protocol configuration settings for a router input.
55459
+ */
55460
+ interface RouterInputProtocolConfiguration0Properties {
55461
+ rtp: outputs.mediaconnect.RouterInputRtpRouterInputConfiguration;
55462
+ }
55463
+ /**
55464
+ * The protocol configuration settings for a router input.
55465
+ */
55466
+ interface RouterInputProtocolConfiguration1Properties {
55467
+ rist: outputs.mediaconnect.RouterInputRistRouterInputConfiguration;
55468
+ }
55469
+ /**
55470
+ * The protocol configuration settings for a router input.
55471
+ */
55472
+ interface RouterInputProtocolConfiguration2Properties {
55473
+ srtListener: outputs.mediaconnect.RouterInputSrtListenerRouterInputConfiguration;
55474
+ }
55475
+ /**
55476
+ * The protocol configuration settings for a router input.
55477
+ */
55478
+ interface RouterInputProtocolConfiguration3Properties {
55479
+ srtCaller: outputs.mediaconnect.RouterInputSrtCallerRouterInputConfiguration;
55480
+ }
55481
+ /**
55482
+ * The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
55483
+ */
55484
+ interface RouterInputRistRouterInputConfiguration {
55485
+ /**
55486
+ * The port number used for the RIST protocol in the router input configuration.
55487
+ */
55488
+ port: number;
55489
+ /**
55490
+ * The recovery latency in milliseconds for the RIST protocol in the router input configuration.
55491
+ */
55492
+ recoveryLatencyMilliseconds: number;
55493
+ }
55494
+ /**
55495
+ * The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
55496
+ */
55497
+ interface RouterInputRtpRouterInputConfiguration {
55498
+ forwardErrorCorrection?: enums.mediaconnect.RouterInputForwardErrorCorrectionState;
55499
+ /**
55500
+ * The port number used for the RTP protocol in the router input configuration.
55501
+ */
55502
+ port: number;
55503
+ }
55504
+ /**
55505
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
55506
+ */
55507
+ interface RouterInputSecretsManagerEncryptionKeyConfiguration {
55508
+ /**
55509
+ * The ARN of the IAM role assumed by MediaConnect to access the AWS Secrets Manager secret.
55510
+ */
55511
+ roleArn: string;
55512
+ /**
55513
+ * The ARN of the AWS Secrets Manager secret used for transit encryption.
55514
+ */
55515
+ secretArn: string;
55516
+ }
55517
+ /**
55518
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in caller mode, including the source address and port, minimum latency, stream ID, and decryption key configuration.
55519
+ */
55520
+ interface RouterInputSrtCallerRouterInputConfiguration {
55521
+ decryptionConfiguration?: outputs.mediaconnect.RouterInputSrtDecryptionConfiguration;
55522
+ /**
55523
+ * The minimum latency in milliseconds for the SRT protocol in caller mode.
55524
+ */
55525
+ minimumLatencyMilliseconds: number;
55526
+ /**
55527
+ * The source IP address for the SRT protocol in caller mode.
55528
+ */
55529
+ sourceAddress: string;
55530
+ /**
55531
+ * The source port number for the SRT protocol in caller mode.
55532
+ */
55533
+ sourcePort: number;
55534
+ /**
55535
+ * The stream ID for the SRT protocol in caller mode.
55536
+ */
55537
+ streamId?: string;
55538
+ }
55539
+ /**
55540
+ * Contains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.
55541
+ */
55542
+ interface RouterInputSrtDecryptionConfiguration {
55543
+ encryptionKey: outputs.mediaconnect.RouterInputSecretsManagerEncryptionKeyConfiguration;
55544
+ }
55545
+ /**
55546
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.
55547
+ */
55548
+ interface RouterInputSrtListenerRouterInputConfiguration {
55549
+ decryptionConfiguration?: outputs.mediaconnect.RouterInputSrtDecryptionConfiguration;
55550
+ /**
55551
+ * The minimum latency in milliseconds for the SRT protocol in listener mode.
55552
+ */
55553
+ minimumLatencyMilliseconds: number;
55554
+ /**
55555
+ * The port number for the SRT protocol in listener mode.
55556
+ */
55557
+ port: number;
55558
+ }
55559
+ /**
55560
+ * The configuration settings for a standard router input, including the protocol, protocol-specific configuration, network interface, and availability zone.
55561
+ */
55562
+ interface RouterInputStandardRouterInputConfiguration {
55563
+ /**
55564
+ * The Amazon Resource Name (ARN) of the network interface associated with the standard router input.
55565
+ */
55566
+ networkInterfaceArn: string;
55567
+ protocol?: enums.mediaconnect.RouterInputProtocol;
55568
+ protocolConfiguration: outputs.mediaconnect.RouterInputProtocolConfiguration0Properties | outputs.mediaconnect.RouterInputProtocolConfiguration1Properties | outputs.mediaconnect.RouterInputProtocolConfiguration2Properties | outputs.mediaconnect.RouterInputProtocolConfiguration3Properties;
55569
+ }
55570
+ /**
55571
+ * The transit encryption settings for a router input.
55572
+ */
55573
+ interface RouterInputTransitEncryption {
55574
+ encryptionKeyConfiguration: outputs.mediaconnect.RouterInputTransitEncryptionKeyConfiguration0Properties | outputs.mediaconnect.RouterInputTransitEncryptionKeyConfiguration1Properties;
55575
+ encryptionKeyType?: enums.mediaconnect.RouterInputTransitEncryptionKeyType;
55576
+ }
55577
+ /**
55578
+ * Defines the configuration settings for transit encryption keys.
55579
+ */
55580
+ interface RouterInputTransitEncryptionKeyConfiguration0Properties {
55581
+ secretsManager: outputs.mediaconnect.RouterInputSecretsManagerEncryptionKeyConfiguration;
55582
+ }
55583
+ /**
55584
+ * Defines the configuration settings for transit encryption keys.
55585
+ */
55586
+ interface RouterInputTransitEncryptionKeyConfiguration1Properties {
55587
+ automatic: outputs.mediaconnect.RouterInputAutomaticEncryptionKeyConfiguration;
55588
+ }
55589
+ /**
55590
+ * The configuration settings for a router network interface.
55591
+ */
55592
+ interface RouterNetworkInterfaceConfiguration0Properties {
55593
+ public: outputs.mediaconnect.RouterNetworkInterfacePublicRouterNetworkInterfaceConfiguration;
55594
+ }
55595
+ /**
55596
+ * The configuration settings for a router network interface.
55597
+ */
55598
+ interface RouterNetworkInterfaceConfiguration1Properties {
55599
+ vpc: outputs.mediaconnect.RouterNetworkInterfaceVpcRouterNetworkInterfaceConfiguration;
55600
+ }
55601
+ /**
55602
+ * The configuration settings for a public router network interface, including the list of allowed CIDR blocks.
55603
+ */
55604
+ interface RouterNetworkInterfacePublicRouterNetworkInterfaceConfiguration {
55605
+ /**
55606
+ * The list of allowed CIDR blocks for the public router network interface.
55607
+ */
55608
+ allowRules: outputs.mediaconnect.RouterNetworkInterfacePublicRouterNetworkInterfaceRule[];
55609
+ }
55610
+ /**
55611
+ * A rule that allows a specific CIDR block to access the public router network interface.
55612
+ */
55613
+ interface RouterNetworkInterfacePublicRouterNetworkInterfaceRule {
55614
+ /**
55615
+ * The CIDR block that is allowed to access the public router network interface.
55616
+ */
55617
+ cidr: string;
55618
+ }
55619
+ /**
55620
+ * The configuration settings for a router network interface within a VPC, including the security group IDs and subnet ID.
55621
+ */
55622
+ interface RouterNetworkInterfaceVpcRouterNetworkInterfaceConfiguration {
55623
+ /**
55624
+ * The IDs of the security groups to associate with the router network interface within the VPC.
55625
+ */
55626
+ securityGroupIds: string[];
55627
+ /**
55628
+ * The ID of the subnet within the VPC to associate the router network interface with.
55629
+ */
55630
+ subnetId: string;
55631
+ }
55632
+ /**
55633
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
55634
+ */
55635
+ interface RouterOutputResourceAutomaticEncryptionKeyConfiguration {
55636
+ }
55637
+ /**
55638
+ * Configuration settings for default maintenance scheduling.
55639
+ */
55640
+ interface RouterOutputResourceDefaultMaintenanceConfiguration {
55641
+ }
55642
+ /**
55643
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
55644
+ */
55645
+ interface RouterOutputResourceFlowTransitEncryption {
55646
+ encryptionKeyConfiguration: outputs.mediaconnect.RouterOutputResourceFlowTransitEncryptionKeyConfiguration0Properties | outputs.mediaconnect.RouterOutputResourceFlowTransitEncryptionKeyConfiguration1Properties;
55647
+ encryptionKeyType?: enums.mediaconnect.RouterOutputResourceFlowTransitEncryptionKeyType;
55648
+ }
55649
+ /**
55650
+ * Configuration settings for flow transit encryption keys.
55651
+ */
55652
+ interface RouterOutputResourceFlowTransitEncryptionKeyConfiguration0Properties {
55653
+ secretsManager: outputs.mediaconnect.RouterOutputResourceSecretsManagerEncryptionKeyConfiguration;
55654
+ }
55655
+ /**
55656
+ * Configuration settings for flow transit encryption keys.
55657
+ */
55658
+ interface RouterOutputResourceFlowTransitEncryptionKeyConfiguration1Properties {
55659
+ automatic: outputs.mediaconnect.RouterOutputResourceAutomaticEncryptionKeyConfiguration;
55660
+ }
55661
+ /**
55662
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
55663
+ */
55664
+ interface RouterOutputResourceMaintenanceConfiguration0Properties {
55665
+ preferredDayTime: outputs.mediaconnect.RouterOutputResourcePreferredDayTimeMaintenanceConfiguration;
55666
+ }
55667
+ /**
55668
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
55669
+ */
55670
+ interface RouterOutputResourceMaintenanceConfiguration1Properties {
55671
+ default: outputs.mediaconnect.RouterOutputResourceDefaultMaintenanceConfiguration;
55672
+ }
55673
+ /**
55674
+ * Configuration settings for connecting a router output to a MediaConnect flow source.
55675
+ */
55676
+ interface RouterOutputResourceMediaConnectFlowRouterOutputConfiguration {
55677
+ destinationTransitEncryption: outputs.mediaconnect.RouterOutputResourceFlowTransitEncryption;
55678
+ /**
55679
+ * The ARN of the flow to connect to this router output.
55680
+ */
55681
+ flowArn?: string;
55682
+ /**
55683
+ * The ARN of the flow source to connect to this router output.
55684
+ */
55685
+ flowSourceArn?: string;
55686
+ }
55687
+ /**
55688
+ * Configuration settings for connecting a router output to a MediaLive input.
55689
+ */
55690
+ interface RouterOutputResourceMediaLiveInputRouterOutputConfiguration {
55691
+ destinationTransitEncryption: outputs.mediaconnect.RouterOutputResourceMediaLiveTransitEncryption;
55692
+ /**
55693
+ * The ARN of the MediaLive input to connect to this router output.
55694
+ */
55695
+ mediaLiveInputArn?: string;
55696
+ mediaLivePipelineId?: enums.mediaconnect.RouterOutputResourceMediaLiveInputPipelineId;
55697
+ }
55698
+ /**
55699
+ * The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive. This configuration determines whether encryption keys are automatically managed by the service or manually managed through AWS Secrets Manager.
55700
+ */
55701
+ interface RouterOutputResourceMediaLiveTransitEncryption {
55702
+ encryptionKeyConfiguration: outputs.mediaconnect.RouterOutputResourceMediaLiveTransitEncryptionKeyConfiguration0Properties | outputs.mediaconnect.RouterOutputResourceMediaLiveTransitEncryptionKeyConfiguration1Properties;
55703
+ encryptionKeyType?: enums.mediaconnect.RouterOutputResourceMediaLiveTransitEncryptionKeyType;
55704
+ }
55705
+ /**
55706
+ * Configuration settings for the MediaLive transit encryption key.
55707
+ */
55708
+ interface RouterOutputResourceMediaLiveTransitEncryptionKeyConfiguration0Properties {
55709
+ secretsManager: outputs.mediaconnect.RouterOutputResourceSecretsManagerEncryptionKeyConfiguration;
55710
+ }
55711
+ /**
55712
+ * Configuration settings for the MediaLive transit encryption key.
55713
+ */
55714
+ interface RouterOutputResourceMediaLiveTransitEncryptionKeyConfiguration1Properties {
55715
+ automatic: outputs.mediaconnect.RouterOutputResourceAutomaticEncryptionKeyConfiguration;
55716
+ }
55717
+ /**
55718
+ * Configuration for preferred day and time maintenance settings.
55719
+ */
55720
+ interface RouterOutputResourcePreferredDayTimeMaintenanceConfiguration {
55721
+ day: enums.mediaconnect.RouterOutputResourceDay;
55722
+ /**
55723
+ * The preferred time for maintenance operations.
55724
+ */
55725
+ time: string;
55726
+ }
55727
+ /**
55728
+ * The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.
55729
+ */
55730
+ interface RouterOutputResourceRistRouterOutputConfiguration {
55731
+ /**
55732
+ * The destination IP address for the RIST protocol in the router output configuration.
55733
+ */
55734
+ destinationAddress: string;
55735
+ /**
55736
+ * The destination port number for the RIST protocol in the router output configuration.
55737
+ */
55738
+ destinationPort: number;
55739
+ }
55740
+ /**
55741
+ * The configuration settings for a router output.
55742
+ */
55743
+ interface RouterOutputResourceRouterOutputConfiguration0Properties {
55744
+ standard: outputs.mediaconnect.RouterOutputResourceStandardRouterOutputConfiguration;
55745
+ }
55746
+ /**
55747
+ * The configuration settings for a router output.
55748
+ */
55749
+ interface RouterOutputResourceRouterOutputConfiguration1Properties {
55750
+ mediaConnectFlow: outputs.mediaconnect.RouterOutputResourceMediaConnectFlowRouterOutputConfiguration;
55751
+ }
55752
+ /**
55753
+ * The configuration settings for a router output.
55754
+ */
55755
+ interface RouterOutputResourceRouterOutputConfiguration2Properties {
55756
+ mediaLiveInput: outputs.mediaconnect.RouterOutputResourceMediaLiveInputRouterOutputConfiguration;
55757
+ }
55758
+ /**
55759
+ * The protocol configuration settings for a router output.
55760
+ */
55761
+ interface RouterOutputResourceRouterOutputProtocolConfiguration0Properties {
55762
+ rtp: outputs.mediaconnect.RouterOutputResourceRtpRouterOutputConfiguration;
55763
+ }
55764
+ /**
55765
+ * The protocol configuration settings for a router output.
55766
+ */
55767
+ interface RouterOutputResourceRouterOutputProtocolConfiguration1Properties {
55768
+ rist: outputs.mediaconnect.RouterOutputResourceRistRouterOutputConfiguration;
55769
+ }
55770
+ /**
55771
+ * The protocol configuration settings for a router output.
55772
+ */
55773
+ interface RouterOutputResourceRouterOutputProtocolConfiguration2Properties {
55774
+ srtListener: outputs.mediaconnect.RouterOutputResourceSrtListenerRouterOutputConfiguration;
55775
+ }
55776
+ /**
55777
+ * The protocol configuration settings for a router output.
55778
+ */
55779
+ interface RouterOutputResourceRouterOutputProtocolConfiguration3Properties {
55780
+ srtCaller: outputs.mediaconnect.RouterOutputResourceSrtCallerRouterOutputConfiguration;
55781
+ }
55782
+ /**
55783
+ * The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.
55784
+ */
55785
+ interface RouterOutputResourceRtpRouterOutputConfiguration {
55786
+ /**
55787
+ * The destination IP address for the RTP protocol in the router output configuration.
55788
+ */
55789
+ destinationAddress: string;
55790
+ /**
55791
+ * The destination port number for the RTP protocol in the router output configuration.
55792
+ */
55793
+ destinationPort: number;
55794
+ forwardErrorCorrection?: enums.mediaconnect.RouterOutputResourceForwardErrorCorrectionState;
55795
+ }
55796
+ /**
55797
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
55798
+ */
55799
+ interface RouterOutputResourceSecretsManagerEncryptionKeyConfiguration {
55800
+ /**
55801
+ * The ARN of the IAM role assumed by MediaConnect to access the AWS Secrets Manager secret.
55802
+ */
55803
+ roleArn: string;
55804
+ /**
55805
+ * The ARN of the AWS Secrets Manager secret used for transit encryption.
55806
+ */
55807
+ secretArn: string;
55808
+ }
55809
+ /**
55810
+ * The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in caller mode, including the destination address and port, minimum latency, stream ID, and encryption key configuration.
55811
+ */
55812
+ interface RouterOutputResourceSrtCallerRouterOutputConfiguration {
55813
+ /**
55814
+ * The destination IP address for the SRT protocol in caller mode.
55815
+ */
55816
+ destinationAddress: string;
55817
+ /**
55818
+ * The destination port number for the SRT protocol in caller mode.
55819
+ */
55820
+ destinationPort: number;
55821
+ encryptionConfiguration?: outputs.mediaconnect.RouterOutputResourceSrtEncryptionConfiguration;
55822
+ /**
55823
+ * The minimum latency in milliseconds for the SRT protocol in caller mode.
55824
+ */
55825
+ minimumLatencyMilliseconds: number;
55826
+ /**
55827
+ * The stream ID for the SRT protocol in caller mode.
55828
+ */
55829
+ streamId?: string;
55830
+ }
55831
+ /**
55832
+ * Contains the configuration settings for encrypting SRT streams, including the encryption key details and encryption parameters.
55833
+ */
55834
+ interface RouterOutputResourceSrtEncryptionConfiguration {
55835
+ encryptionKey: outputs.mediaconnect.RouterOutputResourceSecretsManagerEncryptionKeyConfiguration;
55836
+ }
55837
+ /**
55838
+ * The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and encryption key configuration.
55839
+ */
55840
+ interface RouterOutputResourceSrtListenerRouterOutputConfiguration {
55841
+ encryptionConfiguration?: outputs.mediaconnect.RouterOutputResourceSrtEncryptionConfiguration;
55842
+ /**
55843
+ * The minimum latency in milliseconds for the SRT protocol in listener mode.
55844
+ */
55845
+ minimumLatencyMilliseconds: number;
55846
+ /**
55847
+ * The port number for the SRT protocol in listener mode.
55848
+ */
55849
+ port: number;
55850
+ }
55851
+ /**
55852
+ * The configuration settings for a standard router output, including the protocol, protocol-specific configuration, network interface, and availability zone.
55853
+ */
55854
+ interface RouterOutputResourceStandardRouterOutputConfiguration {
55855
+ /**
55856
+ * The Amazon Resource Name (ARN) of the network interface associated with the standard router output.
55857
+ */
55858
+ networkInterfaceArn: string;
55859
+ protocol?: enums.mediaconnect.RouterOutputResourceRouterOutputProtocol;
55860
+ protocolConfiguration: outputs.mediaconnect.RouterOutputResourceRouterOutputProtocolConfiguration0Properties | outputs.mediaconnect.RouterOutputResourceRouterOutputProtocolConfiguration1Properties | outputs.mediaconnect.RouterOutputResourceRouterOutputProtocolConfiguration2Properties | outputs.mediaconnect.RouterOutputResourceRouterOutputProtocolConfiguration3Properties;
55861
+ }
53988
55862
  }
53989
55863
  export declare namespace medialive {
53990
55864
  /**
@@ -55343,7 +57217,7 @@ export declare namespace mediapackagev2 {
55343
57217
  */
55344
57218
  cdnIdentifierSecretArns: string[];
55345
57219
  /**
55346
- * The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and AWS KMS for CDN authorization.
57220
+ * The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and AWS for CDN authorization.
55347
57221
  */
55348
57222
  secretsRoleArn: string;
55349
57223
  }
@@ -56023,6 +57897,9 @@ export declare namespace msk {
56023
57897
  */
56024
57898
  type?: string;
56025
57899
  }
57900
+ interface ClusterRebalancing {
57901
+ status: enums.msk.ClusterRebalancingStatus;
57902
+ }
56026
57903
  interface ClusterS3 {
56027
57904
  /**
56028
57905
  * The name of the S3 bucket that is the destination for broker logs.
@@ -56965,7 +58842,7 @@ export declare namespace networkfirewall {
56965
58842
  * The following limitations apply:
56966
58843
  *
56967
58844
  * - You can use CA certificates that you imported into ACM, but you can't generate CA certificates with ACM.
56968
- * - You can't use certificates issued by AWS Private Certificate Authority .
58845
+ * - You can't use certificates issued by Private Certificate Authority .
56969
58846
  *
56970
58847
  * For more information about configuring certificates for outbound inspection, see [Using SSL/TLS certificates with TLS inspection configurations](https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-certificate-requirements.html) in the *AWS Network Firewall Developer Guide* .
56971
58848
  *
@@ -57575,7 +59452,7 @@ export declare namespace oam {
57575
59452
  * Examples:
57576
59453
  *
57577
59454
  * - `Namespace NOT LIKE 'AWS/%'` includes only namespaces that don't start with `AWS/` , such as custom namespaces.
57578
- * - `Namespace IN ('AWS/EC2', 'AWS/ELB', 'AWS/S3')` includes only the metrics in the EC2, Elastic Load Balancing , and Amazon S3 namespaces.
59455
+ * - `Namespace IN ('AWS/EC2', 'AWS/ELB', 'AWS/S3')` includes only the metrics in the EC2, ELB , and Amazon S3 namespaces.
57579
59456
  * - `Namespace = 'AWS/EC2' OR Namespace NOT LIKE 'AWS/%'` includes only the EC2 namespace and your custom namespaces.
57580
59457
  * - `LogGroupName IN ('This-Log-Group', 'Other-Log-Group')` includes only the log groups with names `This-Log-Group` and `Other-Log-Group` .
57581
59458
  * - `LogGroupName NOT IN ('Private-Log-Group', 'Private-Log-Group-2')` includes all log groups except the log groups with names `Private-Log-Group` and `Private-Log-Group-2` .
@@ -58512,6 +60389,9 @@ export declare namespace opensearchservice {
58512
60389
  */
58513
60390
  samlOptions?: outputs.opensearchservice.DomainSamlOptions;
58514
60391
  }
60392
+ interface DomainAimlOptions {
60393
+ s3VectorsEngine?: outputs.opensearchservice.DomainS3VectorsEngine;
60394
+ }
58515
60395
  interface DomainClusterConfig {
58516
60396
  /**
58517
60397
  * Container for cold storage configuration options.
@@ -58778,6 +60658,12 @@ export declare namespace opensearchservice {
58778
60658
  */
58779
60659
  offPeakWindow?: outputs.opensearchservice.DomainOffPeakWindow;
58780
60660
  }
60661
+ interface DomainS3VectorsEngine {
60662
+ /**
60663
+ * Whether to enable S3 vectors engine.
60664
+ */
60665
+ enabled: boolean;
60666
+ }
58781
60667
  interface DomainSamlOptions {
58782
60668
  /**
58783
60669
  * True to enable SAML authentication for a domain.
@@ -60952,7 +62838,7 @@ export declare namespace qbusiness {
60952
62838
  }
60953
62839
  interface ApplicationEncryptionConfiguration {
60954
62840
  /**
60955
- * The identifier of the AWS KMS key. Amazon Q Business doesn't support asymmetric keys.
62841
+ * The identifier of the AWS key. Amazon Q Business doesn't support asymmetric keys.
60956
62842
  */
60957
62843
  kmsKeyId?: string;
60958
62844
  }
@@ -79249,24 +81135,63 @@ export declare namespace quicksight {
79249
81135
  yAxis: enums.quicksight.DashboardSingleYAxisOption;
79250
81136
  }
79251
81137
  interface DataSetAggregateOperation {
81138
+ /**
81139
+ * The list of aggregation functions to apply to the grouped data, such as `SUM` , `COUNT` , or `AVERAGE` .
81140
+ */
79252
81141
  aggregations: outputs.quicksight.DataSetAggregation[];
81142
+ /**
81143
+ * Alias for this operation.
81144
+ */
79253
81145
  alias: string;
81146
+ /**
81147
+ * The list of column names to group by when performing the aggregation. Rows with the same values in these columns will be grouped together.
81148
+ */
79254
81149
  groupByColumnNames?: string[];
81150
+ /**
81151
+ * The source transform operation that provides input data for the aggregation.
81152
+ */
79255
81153
  source: outputs.quicksight.DataSetTransformOperationSource;
79256
81154
  }
79257
81155
  interface DataSetAggregation {
81156
+ /**
81157
+ * The aggregation function to apply, such as `SUM` , `COUNT` , `AVERAGE` , `MIN` , `MAX`
81158
+ */
79258
81159
  aggregationFunction: outputs.quicksight.DataSetDataPrepAggregationFunction;
81160
+ /**
81161
+ * A unique identifier for the new column that will contain the aggregated values.
81162
+ */
79259
81163
  newColumnId: string;
81164
+ /**
81165
+ * The name for the new column that will contain the aggregated values.
81166
+ */
79260
81167
  newColumnName: string;
79261
81168
  }
79262
81169
  interface DataSetAppendOperation {
81170
+ /**
81171
+ * Alias for this operation.
81172
+ */
79263
81173
  alias: string;
81174
+ /**
81175
+ * The list of columns to include in the appended result, mapping columns from both sources.
81176
+ */
79264
81177
  appendedColumns: outputs.quicksight.DataSetAppendedColumn[];
81178
+ /**
81179
+ * The first data source to be included in the append operation.
81180
+ */
79265
81181
  firstSource?: outputs.quicksight.DataSetTransformOperationSource;
81182
+ /**
81183
+ * The second data source to be appended to the first source.
81184
+ */
79266
81185
  secondSource?: outputs.quicksight.DataSetTransformOperationSource;
79267
81186
  }
79268
81187
  interface DataSetAppendedColumn {
81188
+ /**
81189
+ * The name of the column to include in the appended result.
81190
+ */
79269
81191
  columnName: string;
81192
+ /**
81193
+ * A unique identifier for the column in the appended result.
81194
+ */
79270
81195
  newColumnId: string;
79271
81196
  }
79272
81197
  /**
@@ -79311,8 +81236,17 @@ export declare namespace quicksight {
79311
81236
  subType?: enums.quicksight.DataSetColumnDataSubType;
79312
81237
  }
79313
81238
  interface DataSetCastColumnTypesOperation {
81239
+ /**
81240
+ * Alias for this operation.
81241
+ */
79314
81242
  alias: string;
81243
+ /**
81244
+ * The list of column type casting operations to perform.
81245
+ */
79315
81246
  castColumnTypeOperations: outputs.quicksight.DataSetCastColumnTypeOperation[];
81247
+ /**
81248
+ * The source transform operation that provides input data for the type casting.
81249
+ */
79316
81250
  source: outputs.quicksight.DataSetTransformOperationSource;
79317
81251
  }
79318
81252
  /**
@@ -79377,7 +81311,13 @@ export declare namespace quicksight {
79377
81311
  columnGeographicRole?: enums.quicksight.DataSetGeoSpatialDataRole;
79378
81312
  }
79379
81313
  interface DataSetColumnToUnpivot {
81314
+ /**
81315
+ * The name of the column to unpivot from the source data.
81316
+ */
79380
81317
  columnName?: string;
81318
+ /**
81319
+ * The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.
81320
+ */
79381
81321
  newValue?: string;
79382
81322
  }
79383
81323
  /**
@@ -79385,11 +81325,17 @@ export declare namespace quicksight {
79385
81325
  * operation form a lexical closure.</p>
79386
81326
  */
79387
81327
  interface DataSetCreateColumnsOperation {
81328
+ /**
81329
+ * Alias for this operation.
81330
+ */
79388
81331
  alias?: string;
79389
81332
  /**
79390
81333
  * <p>Calculated columns to create.</p>
79391
81334
  */
79392
81335
  columns: outputs.quicksight.DataSetCalculatedColumn[];
81336
+ /**
81337
+ * The source transform operation that provides input data for creating new calculated columns.
81338
+ */
79393
81339
  source?: outputs.quicksight.DataSetTransformOperationSource;
79394
81340
  }
79395
81341
  /**
@@ -79414,24 +81360,48 @@ export declare namespace quicksight {
79414
81360
  sqlQuery: string;
79415
81361
  }
79416
81362
  interface DataSetDataPrepAggregationFunction {
81363
+ /**
81364
+ * A list aggregation function that concatenates values from multiple rows into a single delimited string.
81365
+ */
79417
81366
  listAggregation?: outputs.quicksight.DataSetDataPrepListAggregationFunction;
79418
81367
  percentileAggregation?: outputs.quicksight.DataSetDataPrepPercentileAggregationFunction;
81368
+ /**
81369
+ * A simple aggregation function such as `SUM` , `COUNT` , `AVERAGE` , `MIN` , `MAX` , `MEDIAN` , `VARIANCE` , or `STANDARD_DEVIATION` .
81370
+ */
79419
81371
  simpleAggregation?: outputs.quicksight.DataSetDataPrepSimpleAggregationFunction;
79420
81372
  }
79421
81373
  interface DataSetDataPrepConfiguration {
81374
+ /**
81375
+ * A map of destination tables that receive the final prepared data.
81376
+ */
79422
81377
  destinationTableMap: {
79423
81378
  [key: string]: outputs.quicksight.DataSetDestinationTable;
79424
81379
  };
81380
+ /**
81381
+ * A map of source tables that provide information about underlying sources.
81382
+ */
79425
81383
  sourceTableMap: {
79426
81384
  [key: string]: outputs.quicksight.DataSetSourceTable;
79427
81385
  };
81386
+ /**
81387
+ * A map of transformation steps that process the data.
81388
+ */
79428
81389
  transformStepMap: {
79429
81390
  [key: string]: outputs.quicksight.DataSetTransformStep;
79430
81391
  };
79431
81392
  }
79432
81393
  interface DataSetDataPrepListAggregationFunction {
81394
+ /**
81395
+ * Whether to include only distinct values in the concatenated result, removing duplicates.
81396
+ */
79433
81397
  distinct: boolean;
81398
+ /**
81399
+ * The name of the column containing values to be concatenated.
81400
+ */
79434
81401
  inputColumnName?: string;
81402
+ /**
81403
+ * The string used to separate values in the concatenated result.
81404
+ */
79435
81405
  separator: string;
79436
81406
  }
79437
81407
  interface DataSetDataPrepPercentileAggregationFunction {
@@ -79439,7 +81409,13 @@ export declare namespace quicksight {
79439
81409
  percentileValue: number;
79440
81410
  }
79441
81411
  interface DataSetDataPrepSimpleAggregationFunction {
81412
+ /**
81413
+ * The type of aggregation function to perform, such as `COUNT` , `SUM` , `AVERAGE` , `MIN` , `MAX` , `MEDIAN` , `VARIANCE` , or `STANDARD_DEVIATION` .
81414
+ */
79442
81415
  functionType: enums.quicksight.DataSetDataPrepSimpleAggregationFunctionType;
81416
+ /**
81417
+ * The name of the column on which to perform the aggregation function.
81418
+ */
79443
81419
  inputColumnName?: string;
79444
81420
  }
79445
81421
  /**
@@ -79464,21 +81440,51 @@ export declare namespace quicksight {
79464
81440
  stringDatasetParameter?: outputs.quicksight.DataSetStringDatasetParameter;
79465
81441
  }
79466
81442
  interface DataSetDateComparisonFilterCondition {
81443
+ /**
81444
+ * The comparison operator to use, such as `BEFORE` , `BEFORE_OR_EQUALS_TO` , `AFTER` , or `AFTER_OR_EQUALS_TO` .
81445
+ */
79467
81446
  operator: enums.quicksight.DataSetDateComparisonFilterOperator;
81447
+ /**
81448
+ * The date value to compare against.
81449
+ */
79468
81450
  value?: outputs.quicksight.DataSetDateFilterValue;
79469
81451
  }
79470
81452
  interface DataSetDateFilterCondition {
81453
+ /**
81454
+ * The name of the date column to filter.
81455
+ */
79471
81456
  columnName?: string;
81457
+ /**
81458
+ * A comparison-based filter condition for the date column.
81459
+ */
79472
81460
  comparisonFilterCondition?: outputs.quicksight.DataSetDateComparisonFilterCondition;
81461
+ /**
81462
+ * A range-based filter condition for the date column, filtering values between minimum and maximum dates.
81463
+ */
79473
81464
  rangeFilterCondition?: outputs.quicksight.DataSetDateRangeFilterCondition;
79474
81465
  }
79475
81466
  interface DataSetDateFilterValue {
81467
+ /**
81468
+ * A static date value used for filtering.
81469
+ */
79476
81470
  staticValue?: string;
79477
81471
  }
79478
81472
  interface DataSetDateRangeFilterCondition {
81473
+ /**
81474
+ * Whether to include the maximum value in the filter range.
81475
+ */
79479
81476
  includeMaximum?: boolean;
81477
+ /**
81478
+ * Whether to include the minimum value in the filter range.
81479
+ */
79480
81480
  includeMinimum?: boolean;
81481
+ /**
81482
+ * The maximum date value for the range filter.
81483
+ */
79481
81484
  rangeMaximum?: outputs.quicksight.DataSetDateFilterValue;
81485
+ /**
81486
+ * The minimum date value for the range filter.
81487
+ */
79482
81488
  rangeMinimum?: outputs.quicksight.DataSetDateFilterValue;
79483
81489
  }
79484
81490
  /**
@@ -79546,10 +81552,19 @@ export declare namespace quicksight {
79546
81552
  staticValues?: number[];
79547
81553
  }
79548
81554
  interface DataSetDestinationTable {
81555
+ /**
81556
+ * Alias for the destination table.
81557
+ */
79549
81558
  alias: string;
81559
+ /**
81560
+ * The source configuration that specifies which transform operation provides data to this destination table.
81561
+ */
79550
81562
  source: outputs.quicksight.DataSetDestinationTableSource;
79551
81563
  }
79552
81564
  interface DataSetDestinationTableSource {
81565
+ /**
81566
+ * The identifier of the transform operation that provides data to the destination table.
81567
+ */
79553
81568
  transformOperationId: string;
79554
81569
  }
79555
81570
  /**
@@ -79574,13 +81589,31 @@ export declare namespace quicksight {
79574
81589
  * evaluates to true are kept in the dataset.</p>
79575
81590
  */
79576
81591
  conditionExpression?: string;
81592
+ /**
81593
+ * A date-based filter condition within a filter operation.
81594
+ */
79577
81595
  dateFilterCondition?: outputs.quicksight.DataSetDateFilterCondition;
81596
+ /**
81597
+ * A numeric-based filter condition within a filter operation.
81598
+ */
79578
81599
  numericFilterCondition?: outputs.quicksight.DataSetNumericFilterCondition;
81600
+ /**
81601
+ * A string-based filter condition within a filter operation.
81602
+ */
79579
81603
  stringFilterCondition?: outputs.quicksight.DataSetStringFilterCondition;
79580
81604
  }
79581
81605
  interface DataSetFiltersOperation {
81606
+ /**
81607
+ * Alias for this operation.
81608
+ */
79582
81609
  alias: string;
81610
+ /**
81611
+ * The list of filter operations to apply.
81612
+ */
79583
81613
  filterOperations: outputs.quicksight.DataSetFilterOperation[];
81614
+ /**
81615
+ * The source transform operation that provides input data for filtering.
81616
+ */
79584
81617
  source: outputs.quicksight.DataSetTransformOperationSource;
79585
81618
  }
79586
81619
  /**
@@ -79601,11 +81634,23 @@ export declare namespace quicksight {
79601
81634
  name: string;
79602
81635
  }
79603
81636
  interface DataSetImportTableOperation {
81637
+ /**
81638
+ * Alias for this operation.
81639
+ */
79604
81640
  alias: string;
81641
+ /**
81642
+ * The source configuration that specifies which source table to import and any column mappings.
81643
+ */
79605
81644
  source: outputs.quicksight.DataSetImportTableOperationSource;
79606
81645
  }
79607
81646
  interface DataSetImportTableOperationSource {
81647
+ /**
81648
+ * The mappings between source column identifiers and target column identifiers during the import.
81649
+ */
79608
81650
  columnIdMappings?: outputs.quicksight.DataSetColumnIdMapping[];
81651
+ /**
81652
+ * The identifier of the source table to import data from.
81653
+ */
79609
81654
  sourceTableId: string;
79610
81655
  }
79611
81656
  /**
@@ -79636,6 +81681,9 @@ export declare namespace quicksight {
79636
81681
  * <p>Metadata for a column that is used as the input of a transform operation.</p>
79637
81682
  */
79638
81683
  interface DataSetInputColumn {
81684
+ /**
81685
+ * A unique identifier for the input column.
81686
+ */
79639
81687
  id?: string;
79640
81688
  /**
79641
81689
  * <p>The name of this column in the underlying data source.</p>
@@ -79720,15 +81768,39 @@ export declare namespace quicksight {
79720
81768
  uniqueKey?: boolean;
79721
81769
  }
79722
81770
  interface DataSetJoinOperandProperties {
81771
+ /**
81772
+ * A list of column name overrides to apply to the join operand's output columns.
81773
+ */
79723
81774
  outputColumnNameOverrides: outputs.quicksight.DataSetOutputColumnNameOverride[];
79724
81775
  }
79725
81776
  interface DataSetJoinOperation {
81777
+ /**
81778
+ * Alias for this operation.
81779
+ */
79726
81780
  alias: string;
81781
+ /**
81782
+ * The left operand for the join operation.
81783
+ */
79727
81784
  leftOperand: outputs.quicksight.DataSetTransformOperationSource;
81785
+ /**
81786
+ * Properties that control how the left operand's columns are handled in the join result.
81787
+ */
79728
81788
  leftOperandProperties?: outputs.quicksight.DataSetJoinOperandProperties;
81789
+ /**
81790
+ * The join condition that specifies how to match rows between the left and right operands.
81791
+ */
79729
81792
  onClause: string;
81793
+ /**
81794
+ * The right operand for the join operation.
81795
+ */
79730
81796
  rightOperand: outputs.quicksight.DataSetTransformOperationSource;
81797
+ /**
81798
+ * Properties that control how the right operand's columns are handled in the join result.
81799
+ */
79731
81800
  rightOperandProperties?: outputs.quicksight.DataSetJoinOperandProperties;
81801
+ /**
81802
+ * The type of join to perform, such as `INNER` , `LEFT` , `RIGHT` , or `OUTER` .
81803
+ */
79732
81804
  type: enums.quicksight.DataSetJoinOperationType;
79733
81805
  }
79734
81806
  /**
@@ -79805,21 +81877,51 @@ export declare namespace quicksight {
79805
81877
  stringStaticValues?: string[];
79806
81878
  }
79807
81879
  interface DataSetNumericComparisonFilterCondition {
81880
+ /**
81881
+ * The comparison operator to use, such as `EQUALS` , `GREATER_THAN` , `LESS_THAN` , or their variants.
81882
+ */
79808
81883
  operator: enums.quicksight.DataSetNumericComparisonFilterOperator;
81884
+ /**
81885
+ * The numeric value to compare against.
81886
+ */
79809
81887
  value?: outputs.quicksight.DataSetNumericFilterValue;
79810
81888
  }
79811
81889
  interface DataSetNumericFilterCondition {
81890
+ /**
81891
+ * The name of the numeric column to filter.
81892
+ */
79812
81893
  columnName?: string;
81894
+ /**
81895
+ * A comparison-based filter condition for the numeric column.
81896
+ */
79813
81897
  comparisonFilterCondition?: outputs.quicksight.DataSetNumericComparisonFilterCondition;
81898
+ /**
81899
+ * A range-based filter condition for the numeric column, filtering values between minimum and maximum numbers.
81900
+ */
79814
81901
  rangeFilterCondition?: outputs.quicksight.DataSetNumericRangeFilterCondition;
79815
81902
  }
79816
81903
  interface DataSetNumericFilterValue {
81904
+ /**
81905
+ * A static numeric value used for filtering.
81906
+ */
79817
81907
  staticValue?: number;
79818
81908
  }
79819
81909
  interface DataSetNumericRangeFilterCondition {
81910
+ /**
81911
+ * Whether to include the maximum value in the filter range.
81912
+ */
79820
81913
  includeMaximum?: boolean;
81914
+ /**
81915
+ * Whether to include the minimum value in the filter range.
81916
+ */
79821
81917
  includeMinimum?: boolean;
81918
+ /**
81919
+ * The maximum numeric value for the range filter.
81920
+ */
79822
81921
  rangeMaximum?: outputs.quicksight.DataSetNumericFilterValue;
81922
+ /**
81923
+ * The minimum numeric value for the range filter.
81924
+ */
79823
81925
  rangeMinimum?: outputs.quicksight.DataSetNumericFilterValue;
79824
81926
  }
79825
81927
  /**
@@ -79830,6 +81932,9 @@ export declare namespace quicksight {
79830
81932
  * <p>A description for a column.</p>
79831
81933
  */
79832
81934
  description?: string;
81935
+ /**
81936
+ * A unique identifier for the output column.
81937
+ */
79833
81938
  id?: string;
79834
81939
  /**
79835
81940
  * <p>The display name of the column..</p>
@@ -79845,7 +81950,13 @@ export declare namespace quicksight {
79845
81950
  type?: enums.quicksight.DataSetColumnDataType;
79846
81951
  }
79847
81952
  interface DataSetOutputColumnNameOverride {
81953
+ /**
81954
+ * The new name to assign to the column in the output.
81955
+ */
79848
81956
  outputColumnName: string;
81957
+ /**
81958
+ * The original name of the column from the source transform operation.
81959
+ */
79849
81960
  sourceColumnName?: string;
79850
81961
  }
79851
81962
  /**
@@ -79866,7 +81977,13 @@ export declare namespace quicksight {
79866
81977
  parameterName: string;
79867
81978
  }
79868
81979
  interface DataSetParentDataSet {
81980
+ /**
81981
+ * The Amazon Resource Name (ARN) of the parent dataset.
81982
+ */
79869
81983
  dataSetArn: string;
81984
+ /**
81985
+ * The list of input columns available from the parent dataset.
81986
+ */
79870
81987
  inputColumns: outputs.quicksight.DataSetInputColumn[];
79871
81988
  }
79872
81989
  interface DataSetPerformanceConfiguration {
@@ -79890,22 +82007,55 @@ export declare namespace quicksight {
79890
82007
  * A physical table type for as S3 data source.
79891
82008
  */
79892
82009
  s3Source?: outputs.quicksight.DataSetS3Source;
82010
+ /**
82011
+ * A physical table type for Software-as-a-Service (SaaS) sources.
82012
+ */
79893
82013
  saaSTable?: outputs.quicksight.DataSetSaaSTable;
79894
82014
  }
79895
82015
  interface DataSetPivotConfiguration {
82016
+ /**
82017
+ * The name of the column that contains the labels to be pivoted into separate columns.
82018
+ */
79896
82019
  labelColumnName?: string;
82020
+ /**
82021
+ * The list of specific label values to pivot into separate columns.
82022
+ */
79897
82023
  pivotedLabels: outputs.quicksight.DataSetPivotedLabel[];
79898
82024
  }
79899
82025
  interface DataSetPivotOperation {
82026
+ /**
82027
+ * Alias for this operation.
82028
+ */
79900
82029
  alias: string;
82030
+ /**
82031
+ * The list of column names to group by when performing the pivot operation.
82032
+ */
79901
82033
  groupByColumnNames?: string[];
82034
+ /**
82035
+ * Configuration that specifies which labels to pivot and how to structure the resulting columns.
82036
+ */
79902
82037
  pivotConfiguration: outputs.quicksight.DataSetPivotConfiguration;
82038
+ /**
82039
+ * The source transform operation that provides input data for pivoting.
82040
+ */
79903
82041
  source: outputs.quicksight.DataSetTransformOperationSource;
82042
+ /**
82043
+ * Configuration for how to aggregate values when multiple rows map to the same pivoted column.
82044
+ */
79904
82045
  valueColumnConfiguration: outputs.quicksight.DataSetValueColumnConfiguration;
79905
82046
  }
79906
82047
  interface DataSetPivotedLabel {
82048
+ /**
82049
+ * The label value from the source data to be pivoted.
82050
+ */
79907
82051
  labelName: string;
82052
+ /**
82053
+ * A unique identifier for the new column created from this pivoted label.
82054
+ */
79908
82055
  newColumnId: string;
82056
+ /**
82057
+ * The name for the new column created from this pivoted label.
82058
+ */
79909
82059
  newColumnName: string;
79910
82060
  }
79911
82061
  /**
@@ -79913,11 +82063,17 @@ export declare namespace quicksight {
79913
82063
  * can only refer to projected columns.</p>
79914
82064
  */
79915
82065
  interface DataSetProjectOperation {
82066
+ /**
82067
+ * Alias for this operation.
82068
+ */
79916
82069
  alias?: string;
79917
82070
  /**
79918
82071
  * <p>Projected columns.</p>
79919
82072
  */
79920
82073
  projectedColumns?: string[];
82074
+ /**
82075
+ * The source transform operation that provides input data for column projection.
82076
+ */
79921
82077
  source?: outputs.quicksight.DataSetTransformOperationSource;
79922
82078
  }
79923
82079
  /**
@@ -79993,8 +82149,17 @@ export declare namespace quicksight {
79993
82149
  newColumnName: string;
79994
82150
  }
79995
82151
  interface DataSetRenameColumnsOperation {
82152
+ /**
82153
+ * Alias for this operation.
82154
+ */
79996
82155
  alias: string;
82156
+ /**
82157
+ * The list of column rename operations to perform, specifying old and new column names.
82158
+ */
79997
82159
  renameColumnOperations: outputs.quicksight.DataSetRenameColumnOperation[];
82160
+ /**
82161
+ * The source transform operation that provides input data for column renaming.
82162
+ */
79998
82163
  source: outputs.quicksight.DataSetTransformOperationSource;
79999
82164
  }
80000
82165
  /**
@@ -80119,26 +82284,59 @@ export declare namespace quicksight {
80119
82284
  uploadSettings?: outputs.quicksight.DataSetUploadSettings;
80120
82285
  }
80121
82286
  interface DataSetSaaSTable {
82287
+ /**
82288
+ * The Amazon Resource Name (ARN) of the SaaS data source.
82289
+ */
80122
82290
  dataSourceArn: string;
82291
+ /**
82292
+ * The list of input columns available from the SaaS table.
82293
+ */
80123
82294
  inputColumns: outputs.quicksight.DataSetInputColumn[];
82295
+ /**
82296
+ * The hierarchical path to the table within the SaaS data source.
82297
+ */
80124
82298
  tablePath: outputs.quicksight.DataSetTablePathElement[];
80125
82299
  }
80126
82300
  interface DataSetSemanticModelConfiguration {
82301
+ /**
82302
+ * A map of semantic tables that define the analytical structure.
82303
+ */
80127
82304
  tableMap?: {
80128
82305
  [key: string]: outputs.quicksight.DataSetSemanticTable;
80129
82306
  };
80130
82307
  }
80131
82308
  interface DataSetSemanticTable {
82309
+ /**
82310
+ * Alias for the semantic table.
82311
+ */
80132
82312
  alias: string;
82313
+ /**
82314
+ * The identifier of the destination table from data preparation that provides data to this semantic table.
82315
+ */
80133
82316
  destinationTableId: string;
82317
+ /**
82318
+ * Configuration for row level security that control data access for this semantic table.
82319
+ */
80134
82320
  rowLevelPermissionConfiguration?: outputs.quicksight.DataSetRowLevelPermissionConfiguration;
80135
82321
  }
80136
82322
  interface DataSetSourceTable {
82323
+ /**
82324
+ * A parent dataset that serves as the data source instead of a physical table.
82325
+ */
80137
82326
  dataSet?: outputs.quicksight.DataSetParentDataSet;
82327
+ /**
82328
+ * The identifier of the physical table that serves as the data source.
82329
+ */
80138
82330
  physicalTableId?: string;
80139
82331
  }
80140
82332
  interface DataSetStringComparisonFilterCondition {
82333
+ /**
82334
+ * The comparison operator to use, such as `EQUALS` , `CONTAINS` , `STARTS_WITH` , `ENDS_WITH` , or their negations.
82335
+ */
80141
82336
  operator: enums.quicksight.DataSetStringComparisonFilterOperator;
82337
+ /**
82338
+ * The string value to compare against.
82339
+ */
80142
82340
  value?: outputs.quicksight.DataSetStringFilterValue;
80143
82341
  }
80144
82342
  /**
@@ -80172,22 +82370,49 @@ export declare namespace quicksight {
80172
82370
  staticValues?: string[];
80173
82371
  }
80174
82372
  interface DataSetStringFilterCondition {
82373
+ /**
82374
+ * The name of the string column to filter.
82375
+ */
80175
82376
  columnName?: string;
82377
+ /**
82378
+ * A comparison-based filter condition for the string column.
82379
+ */
80176
82380
  comparisonFilterCondition?: outputs.quicksight.DataSetStringComparisonFilterCondition;
82381
+ /**
82382
+ * A list-based filter condition that includes or excludes values from a specified list.
82383
+ */
80177
82384
  listFilterCondition?: outputs.quicksight.DataSetStringListFilterCondition;
80178
82385
  }
80179
82386
  interface DataSetStringFilterValue {
82387
+ /**
82388
+ * A static string value used for filtering.
82389
+ */
80180
82390
  staticValue?: string;
80181
82391
  }
80182
82392
  interface DataSetStringListFilterCondition {
82393
+ /**
82394
+ * The list operator to use, either `INCLUDE` to match values in the list or `EXCLUDE` to filter out values in the list.
82395
+ */
80183
82396
  operator: enums.quicksight.DataSetStringListFilterOperator;
82397
+ /**
82398
+ * The list of string values to include or exclude in the filter.
82399
+ */
80184
82400
  values?: outputs.quicksight.DataSetStringListFilterValue;
80185
82401
  }
80186
82402
  interface DataSetStringListFilterValue {
82403
+ /**
82404
+ * A list of static string values used for filtering.
82405
+ */
80187
82406
  staticValues?: string[];
80188
82407
  }
80189
82408
  interface DataSetTablePathElement {
82409
+ /**
82410
+ * The unique identifier of the path element.
82411
+ */
80190
82412
  id?: string;
82413
+ /**
82414
+ * The name of the path element.
82415
+ */
80191
82416
  name?: string;
80192
82417
  }
80193
82418
  /**
@@ -80242,32 +82467,86 @@ export declare namespace quicksight {
80242
82467
  untagColumnOperation?: outputs.quicksight.DataSetUntagColumnOperation;
80243
82468
  }
80244
82469
  interface DataSetTransformOperationSource {
82470
+ /**
82471
+ * The mappings between source column identifiers and target column identifiers for this transformation.
82472
+ */
80245
82473
  columnIdMappings?: outputs.quicksight.DataSetColumnIdMapping[];
82474
+ /**
82475
+ * The identifier of the transform operation that provides input data.
82476
+ */
80246
82477
  transformOperationId: string;
80247
82478
  }
80248
82479
  interface DataSetTransformStep {
82480
+ /**
82481
+ * A transform step that groups data and applies aggregation functions to calculate summary values.
82482
+ */
80249
82483
  aggregateStep?: outputs.quicksight.DataSetAggregateOperation;
82484
+ /**
82485
+ * A transform step that combines rows from multiple sources by stacking them vertically.
82486
+ */
80250
82487
  appendStep?: outputs.quicksight.DataSetAppendOperation;
82488
+ /**
82489
+ * A transform step that changes the data types of one or more columns.
82490
+ */
80251
82491
  castColumnTypesStep?: outputs.quicksight.DataSetCastColumnTypesOperation;
80252
82492
  createColumnsStep?: outputs.quicksight.DataSetCreateColumnsOperation;
82493
+ /**
82494
+ * A transform step that applies filter conditions.
82495
+ */
80253
82496
  filtersStep?: outputs.quicksight.DataSetFiltersOperation;
82497
+ /**
82498
+ * A transform step that brings data from a source table.
82499
+ */
80254
82500
  importTableStep?: outputs.quicksight.DataSetImportTableOperation;
82501
+ /**
82502
+ * A transform step that combines data from two sources based on specified join conditions.
82503
+ */
80255
82504
  joinStep?: outputs.quicksight.DataSetJoinOperation;
82505
+ /**
82506
+ * A transform step that converts row values into columns to reshape the data structure.
82507
+ */
80256
82508
  pivotStep?: outputs.quicksight.DataSetPivotOperation;
80257
82509
  projectStep?: outputs.quicksight.DataSetProjectOperation;
82510
+ /**
82511
+ * A transform step that changes the names of one or more columns.
82512
+ */
80258
82513
  renameColumnsStep?: outputs.quicksight.DataSetRenameColumnsOperation;
82514
+ /**
82515
+ * A transform step that converts columns into rows to normalize the data structure.
82516
+ */
80259
82517
  unpivotStep?: outputs.quicksight.DataSetUnpivotOperation;
80260
82518
  }
80261
82519
  interface DataSetUniqueKey {
80262
82520
  columnNames: string[];
80263
82521
  }
80264
82522
  interface DataSetUnpivotOperation {
82523
+ /**
82524
+ * Alias for this operation.
82525
+ */
80265
82526
  alias: string;
82527
+ /**
82528
+ * The list of columns to unpivot from the source data.
82529
+ */
80266
82530
  columnsToUnpivot: outputs.quicksight.DataSetColumnToUnpivot[];
82531
+ /**
82532
+ * The source transform operation that provides input data for unpivoting.
82533
+ */
80267
82534
  source: outputs.quicksight.DataSetTransformOperationSource;
82535
+ /**
82536
+ * A unique identifier for the new column that will contain the unpivoted column names.
82537
+ */
80268
82538
  unpivotedLabelColumnId: string;
82539
+ /**
82540
+ * The name for the new column that will contain the unpivoted column names.
82541
+ */
80269
82542
  unpivotedLabelColumnName: string;
82543
+ /**
82544
+ * A unique identifier for the new column that will contain the unpivoted values.
82545
+ */
80270
82546
  unpivotedValueColumnId: string;
82547
+ /**
82548
+ * The name for the new column that will contain the unpivoted values.
82549
+ */
80271
82550
  unpivotedValueColumnName: string;
80272
82551
  }
80273
82552
  /**
@@ -80322,6 +82601,9 @@ export declare namespace quicksight {
80322
82601
  disableUseAsImportedSource?: boolean;
80323
82602
  }
80324
82603
  interface DataSetValueColumnConfiguration {
82604
+ /**
82605
+ * The aggregation function to apply when multiple values map to the same pivoted cell.
82606
+ */
80325
82607
  aggregationFunction?: outputs.quicksight.DataSetDataPrepAggregationFunction;
80326
82608
  }
80327
82609
  /**
@@ -91209,7 +93491,7 @@ export declare namespace resiliencehub {
91209
93491
  */
91210
93492
  eksSourceName?: string;
91211
93493
  /**
91212
- * Name of the AWS CloudFormation stack this resource is mapped to when the `mappingType` is `CfnStack` .
93494
+ * Name of the CloudFormation stack this resource is mapped to when the `mappingType` is `CfnStack` .
91213
93495
  */
91214
93496
  logicalStackName?: string;
91215
93497
  /**
@@ -91945,6 +94227,26 @@ export declare namespace route53resolver {
91945
94227
  }
91946
94228
  }
91947
94229
  export declare namespace rtbfabric {
94230
+ interface InboundExternalLinkLinkAttributes {
94231
+ customerProvidedId?: string;
94232
+ responderErrorMasking?: outputs.rtbfabric.InboundExternalLinkResponderErrorMaskingForHttpCode[];
94233
+ }
94234
+ interface InboundExternalLinkLinkLogSettings {
94235
+ applicationLogs: outputs.rtbfabric.InboundExternalLinkLinkLogSettingsApplicationLogsProperties;
94236
+ }
94237
+ interface InboundExternalLinkLinkLogSettingsApplicationLogsProperties {
94238
+ linkApplicationLogSampling: outputs.rtbfabric.InboundExternalLinkLinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingProperties;
94239
+ }
94240
+ interface InboundExternalLinkLinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingProperties {
94241
+ errorLog: number;
94242
+ filterLog: number;
94243
+ }
94244
+ interface InboundExternalLinkResponderErrorMaskingForHttpCode {
94245
+ action: enums.rtbfabric.InboundExternalLinkResponderErrorMaskingForHttpCodeAction;
94246
+ httpCode: string;
94247
+ loggingTypes: enums.rtbfabric.InboundExternalLinkResponderErrorMaskingLoggingType[];
94248
+ responseLoggingPercentage?: number;
94249
+ }
91948
94250
  interface LinkAttributes {
91949
94251
  /**
91950
94252
  * The customer-provided unique identifier of the link.
@@ -91997,6 +94299,26 @@ export declare namespace rtbfabric {
91997
94299
  */
91998
94300
  responseLoggingPercentage?: number;
91999
94301
  }
94302
+ interface OutboundExternalLinkLinkAttributes {
94303
+ customerProvidedId?: string;
94304
+ responderErrorMasking?: outputs.rtbfabric.OutboundExternalLinkResponderErrorMaskingForHttpCode[];
94305
+ }
94306
+ interface OutboundExternalLinkLinkLogSettings {
94307
+ applicationLogs: outputs.rtbfabric.OutboundExternalLinkLinkLogSettingsApplicationLogsProperties;
94308
+ }
94309
+ interface OutboundExternalLinkLinkLogSettingsApplicationLogsProperties {
94310
+ linkApplicationLogSampling: outputs.rtbfabric.OutboundExternalLinkLinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingProperties;
94311
+ }
94312
+ interface OutboundExternalLinkLinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingProperties {
94313
+ errorLog: number;
94314
+ filterLog: number;
94315
+ }
94316
+ interface OutboundExternalLinkResponderErrorMaskingForHttpCode {
94317
+ action: enums.rtbfabric.OutboundExternalLinkResponderErrorMaskingForHttpCodeAction;
94318
+ httpCode: string;
94319
+ loggingTypes: enums.rtbfabric.OutboundExternalLinkResponderErrorMaskingLoggingType[];
94320
+ responseLoggingPercentage?: number;
94321
+ }
92000
94322
  interface ResponderGatewayManagedEndpointConfiguration {
92001
94323
  }
92002
94324
  interface ResponderGatewayTrustStoreConfiguration {
@@ -92144,11 +94466,57 @@ export declare namespace rum {
92144
94466
  *
92145
94467
  * WebVitalsLargestContentfulPaint
92146
94468
  *
94469
+ * WebVitalsInteractionToNextPaint
94470
+ *
92147
94471
  * JsErrorCount
92148
94472
  *
92149
94473
  * HttpErrorCount
92150
94474
  *
92151
94475
  * SessionCount
94476
+ *
94477
+ * PageViewCount
94478
+ *
94479
+ * Http4xxCount
94480
+ *
94481
+ * Http5xxCount
94482
+ *
94483
+ * SessionDuration
94484
+ *
94485
+ * PageViewCountPerSession
94486
+ *
94487
+ * JsErrorCountPerSession
94488
+ *
94489
+ * Http4xxCountPerSession
94490
+ *
94491
+ * Http5xxCountPerSession
94492
+ *
94493
+ * JsErrorCountPerPageView
94494
+ *
94495
+ * Http4xxCountPerPageView
94496
+ *
94497
+ * Http5xxCountPerPageView
94498
+ *
94499
+ * TimeOnPage
94500
+ *
94501
+ * ColdLaunchTime
94502
+ *
94503
+ * WarmLaunchTime
94504
+ *
94505
+ * CrashCount
94506
+ *
94507
+ * ANRCount
94508
+ *
94509
+ * AppHangCount
94510
+ *
94511
+ * ScreenLoadCount
94512
+ *
94513
+ * ScreenLoadTime
94514
+ *
94515
+ * NetworkLatency
94516
+ *
94517
+ * SpanPayloadSize
94518
+ *
94519
+ * LogEventPayloadSize
92152
94520
  */
92153
94521
  name: string;
92154
94522
  /**
@@ -92305,6 +94673,14 @@ export declare namespace s3 {
92305
94673
  */
92306
94674
  tagFilters?: outputs.s3.BucketTagFilter[];
92307
94675
  }
94676
+ interface BucketBlockedEncryptionTypes {
94677
+ /**
94678
+ * The object encryption type that you want to block or unblock for an Amazon S3 general purpose bucket.
94679
+ *
94680
+ * > Currently, this parameter only supports blocking or unblocking server side encryption with customer-provided keys (SSE-C). For more information about SSE-C, see [Using server-side encryption with customer-provided keys (SSE-C)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html) .
94681
+ */
94682
+ encryptionType?: enums.s3.BucketBlockedEncryptionTypeListItem[];
94683
+ }
92308
94684
  /**
92309
94685
  * Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see [Enabling Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html) in the *Amazon S3 User Guide*.
92310
94686
  */
@@ -93231,6 +95607,12 @@ export declare namespace s3 {
93231
95607
  * + *Directory buckets* - When you specify an [customer managed key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk) for encryption in your directory bucket, only use the key ID or key ARN. The key alias format of the KMS key isn't supported.
93232
95608
  */
93233
95609
  interface BucketServerSideEncryptionRule {
95610
+ /**
95611
+ * A bucket-level setting for Amazon S3 general purpose buckets used to prevent the upload of new objects encrypted with the specified server-side encryption type. For example, blocking an encryption type will block `PutObject` , `CopyObject` , `PostObject` , multipart upload, and replication requests to the bucket for objects with the specified encryption type. However, you can continue to read and list any pre-existing objects already encrypted with the specified encryption type. For more information, see [Blocking or unblocking SSE-C for a general purpose bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.html) .
95612
+ *
95613
+ * > Currently, this parameter only supports blocking or unblocking server-side encryption with customer-provided keys (SSE-C). For more information about SSE-C, see [Using server-side encryption with customer-provided keys (SSE-C)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html) .
95614
+ */
95615
+ blockedEncryptionTypes?: outputs.s3.BucketBlockedEncryptionTypes;
93234
95616
  /**
93235
95617
  * Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket. Existing objects are not affected. Setting the ``BucketKeyEnabled`` element to ``true`` causes Amazon S3 to use an S3 Bucket Key. By default, S3 Bucket Key is not enabled.
93236
95618
  * For more information, see [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) in the *Amazon S3 User Guide*.
@@ -93430,6 +95812,7 @@ export declare namespace s3 {
93430
95812
  * This property contains the details of account-level advanced data protection metrics for S3 Storage Lens.
93431
95813
  */
93432
95814
  advancedDataProtectionMetrics?: outputs.s3.StorageLensAdvancedDataProtectionMetrics;
95815
+ advancedPerformanceMetrics?: outputs.s3.StorageLensAdvancedPerformanceMetrics;
93433
95816
  /**
93434
95817
  * This property contains the details of the account-level bucket-level configurations for Amazon S3 Storage Lens. To enable bucket-level configurations, make sure to also set the same metrics at the account level.
93435
95818
  */
@@ -93470,6 +95853,15 @@ export declare namespace s3 {
93470
95853
  */
93471
95854
  isEnabled?: boolean;
93472
95855
  }
95856
+ /**
95857
+ * Advanced Performance Metrics.
95858
+ */
95859
+ interface StorageLensAdvancedPerformanceMetrics {
95860
+ /**
95861
+ * Specifies whether the Advanced Performance Metrics is enabled or disabled.
95862
+ */
95863
+ isEnabled?: boolean;
95864
+ }
93473
95865
  /**
93474
95866
  * The AWS Organizations ARN to use in the Amazon S3 Storage Lens configuration.
93475
95867
  */
@@ -93495,6 +95887,7 @@ export declare namespace s3 {
93495
95887
  * A property for bucket-level advanced data protection metrics for S3 Storage Lens.
93496
95888
  */
93497
95889
  advancedDataProtectionMetrics?: outputs.s3.StorageLensAdvancedDataProtectionMetrics;
95890
+ advancedPerformanceMetrics?: outputs.s3.StorageLensAdvancedPerformanceMetrics;
93498
95891
  /**
93499
95892
  * A property for bucket-level detailed status code metrics for S3 Storage Lens.
93500
95893
  */
@@ -93546,6 +95939,7 @@ export declare namespace s3 {
93546
95939
  * This property contains the details of the bucket and or Regions excluded for Amazon S3 Storage Lens configuration.
93547
95940
  */
93548
95941
  exclude?: outputs.s3.StorageLensBucketsAndRegions;
95942
+ expandedPrefixesDataExport?: outputs.s3.StorageLensExpandedPrefixesDataExport;
93549
95943
  /**
93550
95944
  * This property contains the details of the ID of the S3 Storage Lens configuration.
93551
95945
  */
@@ -93558,6 +95952,10 @@ export declare namespace s3 {
93558
95952
  * Specifies whether the Amazon S3 Storage Lens configuration is enabled or disabled.
93559
95953
  */
93560
95954
  isEnabled: boolean;
95955
+ /**
95956
+ * The delimiter to divide S3 key into hierarchy of prefixes.
95957
+ */
95958
+ prefixDelimiter?: string;
93561
95959
  /**
93562
95960
  * The ARN for the Amazon S3 Storage Lens configuration.
93563
95961
  */
@@ -93590,6 +95988,12 @@ export declare namespace s3 {
93590
95988
  */
93591
95989
  interface StorageLensEncryption {
93592
95990
  }
95991
+ /**
95992
+ * Expanded Prefixes Data Export.
95993
+ */
95994
+ interface StorageLensExpandedPrefixesDataExport {
95995
+ s3BucketDestination?: outputs.s3.StorageLensS3BucketDestination;
95996
+ }
93593
95997
  /**
93594
95998
  * The Storage Lens group will include objects that match all of the specified filter values.
93595
95999
  */
@@ -94129,6 +96533,15 @@ export declare namespace s3tables {
94129
96533
  */
94130
96534
  sseAlgorithm?: enums.s3tables.TableBucketEncryptionConfigurationSseAlgorithm;
94131
96535
  }
96536
+ /**
96537
+ * Settings governing the Metric configuration for the table bucket.
96538
+ */
96539
+ interface TableBucketMetricsConfiguration {
96540
+ /**
96541
+ * Indicates whether Metrics are enabled.
96542
+ */
96543
+ status?: enums.s3tables.TableBucketMetricsConfigurationStatus;
96544
+ }
94132
96545
  /**
94133
96546
  * A policy document containing permissions to add to the specified table bucket. In IAM, you must provide policy documents in JSON format. However, in CloudFormation you can provide the policy in JSON or YAML format because CloudFormation converts YAML to JSON before submitting it to IAM.
94134
96547
  */
@@ -94377,6 +96790,13 @@ export declare namespace sagemaker {
94377
96790
  */
94378
96791
  mode: enums.sagemaker.ClusterAutoScalingConfigMode;
94379
96792
  }
96793
+ /**
96794
+ * Specifies the capacity requirements configuration for an instance group
96795
+ */
96796
+ interface ClusterCapacityRequirements {
96797
+ onDemand?: outputs.sagemaker.ClusterOnDemandOptions;
96798
+ spot?: outputs.sagemaker.ClusterSpotOptions;
96799
+ }
94380
96800
  /**
94381
96801
  * The configuration of the size measurements of the AMI update. Using this configuration, you can specify whether SageMaker should update your instance group by an amount or percentage of instances.
94382
96802
  */
@@ -94424,6 +96844,7 @@ export declare namespace sagemaker {
94424
96844
  * Details of an instance group in a SageMaker HyperPod cluster.
94425
96845
  */
94426
96846
  interface ClusterInstanceGroup {
96847
+ capacityRequirements?: outputs.sagemaker.ClusterCapacityRequirements;
94427
96848
  /**
94428
96849
  * The number of instances that are currently in the instance group of a SageMaker HyperPod cluster.
94429
96850
  */
@@ -94437,6 +96858,7 @@ export declare namespace sagemaker {
94437
96858
  instanceGroupName: string;
94438
96859
  instanceStorageConfigs?: outputs.sagemaker.ClusterInstanceStorageConfig[];
94439
96860
  instanceType: string;
96861
+ kubernetesConfig?: outputs.sagemaker.ClusterKubernetesConfig;
94440
96862
  lifeCycleConfig: outputs.sagemaker.ClusterLifeCycleConfig;
94441
96863
  onStartDeepHealthChecks?: enums.sagemaker.ClusterDeepHealthCheckType[];
94442
96864
  overrideVpcConfig?: outputs.sagemaker.ClusterVpcConfig;
@@ -94455,6 +96877,32 @@ export declare namespace sagemaker {
94455
96877
  */
94456
96878
  interface ClusterInstanceStorageConfig {
94457
96879
  }
96880
+ /**
96881
+ * Kubernetes configuration for cluster nodes including labels and taints.
96882
+ */
96883
+ interface ClusterKubernetesConfig {
96884
+ labels?: {
96885
+ [key: string]: string;
96886
+ };
96887
+ taints?: outputs.sagemaker.ClusterKubernetesTaint[];
96888
+ }
96889
+ /**
96890
+ * A Kubernetes taint to apply to cluster nodes.
96891
+ */
96892
+ interface ClusterKubernetesTaint {
96893
+ /**
96894
+ * The effect of the taint.
96895
+ */
96896
+ effect: enums.sagemaker.ClusterKubernetesTaintEffect;
96897
+ /**
96898
+ * The key of the taint.
96899
+ */
96900
+ key: string;
96901
+ /**
96902
+ * The value of the taint.
96903
+ */
96904
+ value?: string;
96905
+ }
94458
96906
  /**
94459
96907
  * The lifecycle configuration for a SageMaker HyperPod cluster.
94460
96908
  */
@@ -94468,6 +96916,11 @@ export declare namespace sagemaker {
94468
96916
  */
94469
96917
  sourceS3Uri: string;
94470
96918
  }
96919
+ /**
96920
+ * Options for OnDemand capacity
96921
+ */
96922
+ interface ClusterOnDemandOptions {
96923
+ }
94471
96924
  /**
94472
96925
  * Specifies parameter(s) specific to the orchestrator, e.g. specify the EKS cluster.
94473
96926
  */
@@ -94531,6 +96984,11 @@ export declare namespace sagemaker {
94531
96984
  */
94532
96985
  scheduleExpression: string;
94533
96986
  }
96987
+ /**
96988
+ * Options for Spot capacity
96989
+ */
96990
+ interface ClusterSpotOptions {
96991
+ }
94534
96992
  /**
94535
96993
  * Configuration for tiered storage in the SageMaker HyperPod cluster.
94536
96994
  */
@@ -99399,6 +101857,19 @@ export declare namespace scheduler {
99399
101857
  }
99400
101858
  }
99401
101859
  export declare namespace secretsmanager {
101860
+ /**
101861
+ * The metadata needed to successfully rotate a managed external secret. Each metadata item is a key and value pair of strings in a JSON text string.
101862
+ */
101863
+ interface RotationScheduleExternalSecretRotationMetadataItem {
101864
+ /**
101865
+ * The key name of the metadata item. You can specify a value that's 1 to 256 characters in length.
101866
+ */
101867
+ key: string;
101868
+ /**
101869
+ * The value for the metadata item. You can specify a value that's 1 to 2048 characters in length.
101870
+ */
101871
+ value: string;
101872
+ }
99402
101873
  interface RotationScheduleHostedRotationLambda {
99403
101874
  /**
99404
101875
  * A string of the characters that you don't want in the password.
@@ -99780,13 +102251,13 @@ export declare namespace securityhub {
99780
102251
  /**
99781
102252
  * A timestamp that provides the end date for the date filter.
99782
102253
  *
99783
- * For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
102254
+ * For more information about the validation and formatting of timestamp fields in Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
99784
102255
  */
99785
102256
  end?: string;
99786
102257
  /**
99787
102258
  * A timestamp that provides the start date for the date filter.
99788
102259
  *
99789
- * For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
102260
+ * For more information about the validation and formatting of timestamp fields in Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
99790
102261
  */
99791
102262
  start?: string;
99792
102263
  }
@@ -100744,13 +103215,13 @@ export declare namespace securityhub {
100744
103215
  /**
100745
103216
  * A timestamp that provides the end date for the date filter.
100746
103217
  *
100747
- * For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
103218
+ * For more information about the validation and formatting of timestamp fields in Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
100748
103219
  */
100749
103220
  end?: string;
100750
103221
  /**
100751
103222
  * A timestamp that provides the start date for the date filter.
100752
103223
  *
100753
- * For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
103224
+ * For more information about the validation and formatting of timestamp fields in Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
100754
103225
  */
100755
103226
  start?: string;
100756
103227
  }
@@ -100853,7 +103324,7 @@ export declare namespace securityhub {
100853
103324
  * - `ResourceType NOT_EQUALS AwsIamPolicy`
100854
103325
  * - `ResourceType NOT_EQUALS AwsEc2NetworkInterface`
100855
103326
  *
100856
- * `CONTAINS` and `NOT_CONTAINS` operators can be used only with automation rules V1. `CONTAINS_WORD` operator is only supported in `GetFindingsV2` , `GetFindingStatisticsV2` , `GetResourcesV2` , and `GetResourceStatisticsV2` APIs. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *AWS Security Hub User Guide* .
103327
+ * `CONTAINS` and `NOT_CONTAINS` operators can be used only with automation rules V1. `CONTAINS_WORD` operator is only supported in `GetFindingsV2` , `GetFindingStatisticsV2` , `GetResourcesV2` , and `GetResourceStatisticsV2` APIs. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *Security Hub User Guide* .
100857
103328
  */
100858
103329
  comparison: enums.securityhub.InsightStringFilterComparison;
100859
103330
  /**
@@ -100867,7 +103338,7 @@ export declare namespace securityhub {
100867
103338
  */
100868
103339
  value?: outputs.securityhub.SecurityControlParameterValue;
100869
103340
  /**
100870
- * Identifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub behavior.
103341
+ * Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub behavior.
100871
103342
  *
100872
103343
  * When `ValueType` is set equal to `DEFAULT` , the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When `ValueType` is set equal to `DEFAULT` , Security Hub ignores user-provided input for the `Value` field.
100873
103344
  *
@@ -101064,7 +103535,7 @@ export declare namespace securitylake {
101064
103535
  export declare namespace servicecatalog {
101065
103536
  interface CloudFormationProductCodeStarParameters {
101066
103537
  /**
101067
- * The absolute path where the artifact resides within the repo and branch, formatted as "folder/file.json".
103538
+ * The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."
101068
103539
  */
101069
103540
  artifactPath: string;
101070
103541
  /**
@@ -101076,10 +103547,16 @@ export declare namespace servicecatalog {
101076
103547
  */
101077
103548
  connectionArn: string;
101078
103549
  /**
101079
- * The specific repository where the product's artifact-to-be-synced resides, formatted as "Account/Repo."
103550
+ * The specific repository where the products artifact-to-be-synced resides, formatted as "Account/Repo."
101080
103551
  */
101081
103552
  repository: string;
101082
103553
  }
103554
+ interface CloudFormationProductConnectionParameters {
103555
+ /**
103556
+ * Provides `ConnectionType` details.
103557
+ */
103558
+ codeStar?: outputs.servicecatalog.CloudFormationProductCodeStarParameters;
103559
+ }
101083
103560
  interface CloudFormationProductProvisioningArtifactProperties {
101084
103561
  /**
101085
103562
  * The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
@@ -101090,55 +103567,39 @@ export declare namespace servicecatalog {
101090
103567
  */
101091
103568
  disableTemplateValidation?: boolean;
101092
103569
  /**
101093
- * Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:
103570
+ * Specify the template source with one of the following options, but not both. Keys accepted: [ `LoadTemplateFromURL` , `ImportFromPhysicalId` ]
101094
103571
  *
101095
- * "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
103572
+ * The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:
101096
103573
  *
101097
- * ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]
103574
+ * `"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."`
103575
+ *
103576
+ * `ImportFromPhysicalId` : The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: `ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]`
101098
103577
  */
101099
- info: outputs.servicecatalog.CloudFormationProductProvisioningArtifactPropertiesInfoProperties;
103578
+ info: any;
101100
103579
  /**
101101
103580
  * The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
101102
103581
  */
101103
103582
  name?: string;
101104
103583
  /**
101105
- * The type of provisioning artifact. Valid values are CLOUD_FORMATION_TEMPLATE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
101106
- */
101107
- type?: enums.servicecatalog.CloudFormationProductProvisioningArtifactPropertiesType;
101108
- }
101109
- /**
101110
- * Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:
101111
- *
101112
- * "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
101113
- *
101114
- * ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]
101115
- */
101116
- interface CloudFormationProductProvisioningArtifactPropertiesInfoProperties {
101117
- /**
101118
- * The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn
101119
- */
101120
- importFromPhysicalId?: string;
101121
- /**
101122
- * The URL of the AWS CloudFormation template in Amazon S3 in JSON format.
103584
+ * The type of provisioning artifact.
103585
+ *
103586
+ * - `CLOUD_FORMATION_TEMPLATE` - AWS CloudFormation template
103587
+ * - `TERRAFORM_OPEN_SOURCE` - Terraform Open Source configuration file
103588
+ * - `TERRAFORM_CLOUD` - Terraform Cloud configuration file
103589
+ * - `EXTERNAL` - External configuration file
101123
103590
  */
101124
- loadTemplateFromUrl?: string;
103591
+ type?: string;
101125
103592
  }
101126
103593
  interface CloudFormationProductSourceConnection {
101127
103594
  /**
101128
- * The connection details based on the connection Type.
103595
+ * The connection details based on the connection `Type` .
101129
103596
  */
101130
- connectionParameters: outputs.servicecatalog.CloudFormationProductSourceConnectionConnectionParametersProperties;
103597
+ connectionParameters: outputs.servicecatalog.CloudFormationProductConnectionParameters;
101131
103598
  /**
101132
- * The only supported SourceConnection type is Codestar.
103599
+ * The only supported `SourceConnection` type is Codestar.
101133
103600
  */
101134
103601
  type: string;
101135
103602
  }
101136
- /**
101137
- * The connection details based on the connection Type.
101138
- */
101139
- interface CloudFormationProductSourceConnectionConnectionParametersProperties {
101140
- codeStar?: outputs.servicecatalog.CloudFormationProductCodeStarParameters;
101141
- }
101142
103603
  interface CloudFormationProvisionedProductProvisioningParameter {
101143
103604
  /**
101144
103605
  * The parameter key.
@@ -102512,7 +104973,7 @@ export declare namespace ssmguiconnect {
102512
104973
  */
102513
104974
  interface ConnectionRecordingPreferencesProperties {
102514
104975
  /**
102515
- * The ARN of a AWS KMS key that is used to encrypt data while it is being processed by the service. This key must exist in the same AWS Region as the node you start an RDP connection to.
104976
+ * The ARN of a AWS key that is used to encrypt data while it is being processed by the service. This key must exist in the same AWS Region as the node you start an RDP connection to.
102516
104977
  */
102517
104978
  kmsKeyArn: string;
102518
104979
  /**
@@ -102568,7 +105029,7 @@ export declare namespace ssmincidents {
102568
105029
  */
102569
105030
  interface ResponsePlanChatChannel {
102570
105031
  /**
102571
- * The Amazon SNS targets that uses to notify the chat channel of updates to an incident. You can also make updates to the incident through the chat channel by using the Amazon SNS topics
105032
+ * The Amazon targets that uses to notify the chat channel of updates to an incident. You can also make updates to the incident through the chat channel by using the Amazon topics
102572
105033
  */
102573
105034
  chatbotSns?: string[];
102574
105035
  }
@@ -102634,7 +105095,7 @@ export declare namespace ssmincidents {
102634
105095
  */
102635
105096
  interface ResponsePlanNotificationTargetItem {
102636
105097
  /**
102637
- * The Amazon Resource Name (ARN) of the Amazon SNS topic.
105098
+ * The Amazon Resource Name (ARN) of the Amazon topic.
102638
105099
  */
102639
105100
  snsTopicArn?: string;
102640
105101
  }
@@ -102830,7 +105291,7 @@ export declare namespace ssmquicksetup {
102830
105291
  * - Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
102831
105292
  * - **DevOps Guru (Type: AWS QuickSetupType-DevOpsGuru)** - - `AnalyseAllResources`
102832
105293
  *
102833
- * - Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all AWS CloudFormation stacks in the account. The default value is " `false` ".
105294
+ * - Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all CloudFormation stacks in the account. The default value is " `false` ".
102834
105295
  * - `EnableSnsNotifications`
102835
105296
  *
102836
105297
  * - Description: (Optional) A boolean value that determines whether DevOps Guru sends notifications when an insight is created. The default value is " `true` ".
@@ -103148,7 +105609,7 @@ export declare namespace stepfunctions {
103148
105609
  */
103149
105610
  kmsDataKeyReusePeriodSeconds?: number;
103150
105611
  /**
103151
- * An alias, alias ARN, key ID, or key ARN of a symmetric encryption AWS KMS key to encrypt data. To specify a AWS KMS key in a different AWS account, you must use the key ARN or alias ARN.
105612
+ * An alias, alias ARN, key ID, or key ARN of a symmetric encryption AWS key to encrypt data. To specify a AWS key in a different AWS account, you must use the key ARN or alias ARN.
103152
105613
  */
103153
105614
  kmsKeyId?: string;
103154
105615
  /**
@@ -103207,7 +105668,7 @@ export declare namespace stepfunctions {
103207
105668
  */
103208
105669
  kmsDataKeyReusePeriodSeconds?: number;
103209
105670
  /**
103210
- * An alias, alias ARN, key ID, or key ARN of a symmetric encryption AWS KMS key to encrypt data. To specify a AWS KMS key in a different AWS account, you must use the key ARN or alias ARN.
105671
+ * An alias, alias ARN, key ID, or key ARN of a symmetric encryption AWS key to encrypt data. To specify a AWS key in a different AWS account, you must use the key ARN or alias ARN.
103211
105672
  */
103212
105673
  kmsKeyId?: string;
103213
105674
  /**
@@ -103217,7 +105678,7 @@ export declare namespace stepfunctions {
103217
105678
  }
103218
105679
  interface StateMachineLogDestination {
103219
105680
  /**
103220
- * An object describing a CloudWatch log group. For more information, see [AWS::Logs::LogGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html) in the AWS CloudFormation User Guide.
105681
+ * An object describing a CloudWatch log group. For more information, see [AWS::Logs::LogGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html) in the CloudFormation User Guide.
103221
105682
  */
103222
105683
  cloudWatchLogsLogGroup?: outputs.stepfunctions.StateMachineCloudWatchLogsLogGroup;
103223
105684
  }
@@ -104487,6 +106948,16 @@ export declare namespace vpclattice {
104487
106948
  */
104488
106949
  enabled: boolean;
104489
106950
  }
106951
+ interface ServiceNetworkVpcAssociationDnsOptions {
106952
+ /**
106953
+ * The preference for which private domains have a private hosted zone created for and associated with the specified VPC. Only supported when private DNS is enabled and when the VPC endpoint type is ServiceNetwork or Resource.
106954
+ */
106955
+ privateDnsPreference?: enums.vpclattice.ServiceNetworkVpcAssociationDnsOptionsPrivateDnsPreference;
106956
+ /**
106957
+ * Indicates which of the private domains to create private hosted zones for and associate with the specified VPC. Only supported when private DNS is enabled and the private DNS preference is `VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS` or `SPECIFIED_DOMAINS_ONLY` .
106958
+ */
106959
+ privateDnsSpecifiedDomains?: string[];
106960
+ }
104490
106961
  interface TargetGroupConfig {
104491
106962
  /**
104492
106963
  * The health check configuration. Not supported if the target group type is `LAMBDA` or `ALB` .
@@ -104575,6 +107046,16 @@ export declare namespace vpclattice {
104575
107046
  */
104576
107047
  port?: number;
104577
107048
  }
107049
+ interface TxtMethodConfigProperties {
107050
+ /**
107051
+ * The name of the TXT record that must be created for domain verification.
107052
+ */
107053
+ name?: string;
107054
+ /**
107055
+ * The value that must be added to the TXT record for domain verification.
107056
+ */
107057
+ value?: string;
107058
+ }
104578
107059
  }
104579
107060
  export declare namespace wafv2 {
104580
107061
  interface LoggingConfigurationCondition {
@@ -107759,6 +110240,15 @@ export declare namespace wisdom {
107759
110240
  interface AiAgentAiAgentConfiguration2Properties {
107760
110241
  selfServiceAiAgentConfiguration: outputs.wisdom.AiAgentSelfServiceAiAgentConfiguration;
107761
110242
  }
110243
+ interface AiAgentAiAgentConfiguration3Properties {
110244
+ emailResponseAiAgentConfiguration: outputs.wisdom.AiAgentEmailResponseAiAgentConfiguration;
110245
+ }
110246
+ interface AiAgentAiAgentConfiguration4Properties {
110247
+ emailOverviewAiAgentConfiguration: outputs.wisdom.AiAgentEmailOverviewAiAgentConfiguration;
110248
+ }
110249
+ interface AiAgentAiAgentConfiguration5Properties {
110250
+ emailGenerativeAnswerAiAgentConfiguration: outputs.wisdom.AiAgentEmailGenerativeAnswerAiAgentConfiguration;
110251
+ }
107762
110252
  interface AiAgentAnswerRecommendationAiAgentConfiguration {
107763
110253
  answerGenerationAiGuardrailId?: string;
107764
110254
  answerGenerationAiPromptId?: string;
@@ -107775,6 +110265,22 @@ export declare namespace wisdom {
107775
110265
  interface AiAgentAssociationConfigurationDataProperties {
107776
110266
  knowledgeBaseAssociationConfigurationData: outputs.wisdom.AiAgentKnowledgeBaseAssociationConfigurationData;
107777
110267
  }
110268
+ interface AiAgentEmailGenerativeAnswerAiAgentConfiguration {
110269
+ associationConfigurations?: outputs.wisdom.AiAgentAssociationConfiguration[];
110270
+ emailGenerativeAnswerAiPromptId?: string;
110271
+ emailQueryReformulationAiPromptId?: string;
110272
+ locale?: string;
110273
+ }
110274
+ interface AiAgentEmailOverviewAiAgentConfiguration {
110275
+ emailOverviewAiPromptId?: string;
110276
+ locale?: string;
110277
+ }
110278
+ interface AiAgentEmailResponseAiAgentConfiguration {
110279
+ associationConfigurations?: outputs.wisdom.AiAgentAssociationConfiguration[];
110280
+ emailQueryReformulationAiPromptId?: string;
110281
+ emailResponseAiPromptId?: string;
110282
+ locale?: string;
110283
+ }
107778
110284
  interface AiAgentKnowledgeBaseAssociationConfigurationData {
107779
110285
  contentTagFilter?: outputs.wisdom.AiAgentTagFilter0Properties | outputs.wisdom.AiAgentTagFilter1Properties | outputs.wisdom.AiAgentTagFilter2Properties;
107780
110286
  maxResults?: number;
@@ -108798,6 +111304,20 @@ export declare namespace workspacesthinclient {
108798
111304
  }
108799
111305
  }
108800
111306
  export declare namespace workspacesweb {
111307
+ interface BrowserSettingsWebContentFilteringPolicy {
111308
+ /**
111309
+ * URLs and domains that are always accessible to end users.
111310
+ */
111311
+ allowedUrls?: string[];
111312
+ /**
111313
+ * Categories of websites that are blocked on the end user's browsers.
111314
+ */
111315
+ blockedCategories?: enums.workspacesweb.BrowserSettingsCategory[];
111316
+ /**
111317
+ * URLs and domains that end users cannot access.
111318
+ */
111319
+ blockedUrls?: string[];
111320
+ }
108801
111321
  interface DataProtectionSettingsCustomPattern {
108802
111322
  /**
108803
111323
  * The keyword regex for the customer pattern. After there is a match to the pattern regex, the keyword regex is used to search within the proximity of the match. If there is a keyword match, then the match is confirmed. If no keyword regex is provided, the pattern regex match will automatically be confirmed. The format must follow JavaScript regex format. The pattern must be enclosed between slashes, and can have flags behind the second slash. For example, "/ab+c/gi"