@pulumi/aws-native 1.39.0-alpha.1764799886 → 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
@@ -1,9 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
3
  import * as outputs from "../types/output";
4
- import * as enums from "../types/enums";
5
4
  /**
6
- * Resource type definition for AWS::ServiceCatalog::CloudFormationProduct
5
+ * Resource Type definition for AWS::ServiceCatalog::CloudFormationProduct
7
6
  */
8
7
  export declare class CloudFormationProduct extends pulumi.CustomResource {
9
8
  /**
@@ -22,11 +21,11 @@ export declare class CloudFormationProduct extends pulumi.CustomResource {
22
21
  static isInstance(obj: any): obj is CloudFormationProduct;
23
22
  /**
24
23
  * The language code.
24
+ *
25
+ * - `jp` - Japanese
26
+ * - `zh` - Chinese
25
27
  */
26
28
  readonly acceptLanguage: pulumi.Output<string | undefined>;
27
- /**
28
- * The ID of the product, such as prod-tsjbmal34qvek
29
- */
30
29
  readonly awsId: pulumi.Output<string>;
31
30
  /**
32
31
  * The description of the product.
@@ -51,13 +50,13 @@ export declare class CloudFormationProduct extends pulumi.CustomResource {
51
50
  /**
52
51
  * The type of product.
53
52
  */
54
- readonly productType: pulumi.Output<enums.servicecatalog.CloudFormationProductProductType | undefined>;
53
+ readonly productType: pulumi.Output<string | undefined>;
55
54
  /**
56
- * The IDs of the provisioning artifacts
55
+ * The IDs of the provisioning artifacts.
57
56
  */
58
57
  readonly provisioningArtifactIds: pulumi.Output<string>;
59
58
  /**
60
- * The names of the provisioning artifacts
59
+ * The names of the provisioning artifacts.
61
60
  */
62
61
  readonly provisioningArtifactNames: pulumi.Output<string>;
63
62
  /**
@@ -66,10 +65,12 @@ export declare class CloudFormationProduct extends pulumi.CustomResource {
66
65
  readonly provisioningArtifactParameters: pulumi.Output<outputs.servicecatalog.CloudFormationProductProvisioningArtifactProperties[] | undefined>;
67
66
  /**
68
67
  * This property is turned off by default. If turned off, you can update provisioning artifacts or product attributes (such as description, distributor, name, owner, and more) and the associated provisioning artifacts will retain the same unique identifier. Provisioning artifacts are matched within the CloudFormationProduct resource, and only those that have been updated will be changed. Provisioning artifacts are matched by a combinaton of provisioning artifact template URL and name.
68
+ *
69
+ * If turned on, provisioning artifacts will be given a new unique identifier when you update the product or provisioning artifacts.
69
70
  */
70
71
  readonly replaceProvisioningArtifacts: pulumi.Output<boolean | undefined>;
71
72
  /**
72
- * A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
73
+ * A top level `ProductViewDetail` response containing details about the products connection. AWS Service Catalog returns this field for the `CreateProduct` , `UpdateProduct` , `DescribeProductAsAdmin` , and `SearchProductAsAdmin` APIs. This response contains the same fields as the `ConnectionParameters` request, with the addition of the `LastSync` response.
73
74
  */
74
75
  readonly sourceConnection: pulumi.Output<outputs.servicecatalog.CloudFormationProductSourceConnection | undefined>;
75
76
  /**
@@ -82,6 +83,8 @@ export declare class CloudFormationProduct extends pulumi.CustomResource {
82
83
  readonly supportEmail: pulumi.Output<string | undefined>;
83
84
  /**
84
85
  * The contact URL for product support.
86
+ *
87
+ * `^https?:\/\//` / is the pattern used to validate SupportUrl.
85
88
  */
86
89
  readonly supportUrl: pulumi.Output<string | undefined>;
87
90
  /**
@@ -103,6 +106,9 @@ export declare class CloudFormationProduct extends pulumi.CustomResource {
103
106
  export interface CloudFormationProductArgs {
104
107
  /**
105
108
  * The language code.
109
+ *
110
+ * - `jp` - Japanese
111
+ * - `zh` - Chinese
106
112
  */
107
113
  acceptLanguage?: pulumi.Input<string>;
108
114
  /**
@@ -124,17 +130,19 @@ export interface CloudFormationProductArgs {
124
130
  /**
125
131
  * The type of product.
126
132
  */
127
- productType?: pulumi.Input<enums.servicecatalog.CloudFormationProductProductType>;
133
+ productType?: pulumi.Input<string>;
128
134
  /**
129
135
  * The configuration of the provisioning artifact (also known as a version).
130
136
  */
131
137
  provisioningArtifactParameters?: pulumi.Input<pulumi.Input<inputs.servicecatalog.CloudFormationProductProvisioningArtifactPropertiesArgs>[]>;
132
138
  /**
133
139
  * This property is turned off by default. If turned off, you can update provisioning artifacts or product attributes (such as description, distributor, name, owner, and more) and the associated provisioning artifacts will retain the same unique identifier. Provisioning artifacts are matched within the CloudFormationProduct resource, and only those that have been updated will be changed. Provisioning artifacts are matched by a combinaton of provisioning artifact template URL and name.
140
+ *
141
+ * If turned on, provisioning artifacts will be given a new unique identifier when you update the product or provisioning artifacts.
134
142
  */
135
143
  replaceProvisioningArtifacts?: pulumi.Input<boolean>;
136
144
  /**
137
- * A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
145
+ * A top level `ProductViewDetail` response containing details about the products connection. AWS Service Catalog returns this field for the `CreateProduct` , `UpdateProduct` , `DescribeProductAsAdmin` , and `SearchProductAsAdmin` APIs. This response contains the same fields as the `ConnectionParameters` request, with the addition of the `LastSync` response.
138
146
  */
139
147
  sourceConnection?: pulumi.Input<inputs.servicecatalog.CloudFormationProductSourceConnectionArgs>;
140
148
  /**
@@ -147,6 +155,8 @@ export interface CloudFormationProductArgs {
147
155
  supportEmail?: pulumi.Input<string>;
148
156
  /**
149
157
  * The contact URL for product support.
158
+ *
159
+ * `^https?:\/\//` / is the pattern used to validate SupportUrl.
150
160
  */
151
161
  supportUrl?: pulumi.Input<string>;
152
162
  /**
@@ -6,7 +6,7 @@ exports.CloudFormationProduct = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Resource type definition for AWS::ServiceCatalog::CloudFormationProduct
9
+ * Resource Type definition for AWS::ServiceCatalog::CloudFormationProduct
10
10
  */
11
11
  class CloudFormationProduct extends pulumi.CustomResource {
12
12
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"cloudFormationProduct.js","sourceRoot":"","sources":["../../servicecatalog/cloudFormationProduct.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"cloudFormationProduct.js","sourceRoot":"","sources":["../../servicecatalog/cloudFormationProduct.ts"],"names":[],"mappings":"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"}
@@ -1,17 +1,20 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "../types/output";
3
- import * as enums from "../types/enums";
4
3
  /**
5
- * Resource type definition for AWS::ServiceCatalog::CloudFormationProduct
4
+ * Resource Type definition for AWS::ServiceCatalog::CloudFormationProduct
6
5
  */
7
6
  export declare function getCloudFormationProduct(args: GetCloudFormationProductArgs, opts?: pulumi.InvokeOptions): Promise<GetCloudFormationProductResult>;
8
7
  export interface GetCloudFormationProductArgs {
9
- /**
10
- * The ID of the product, such as prod-tsjbmal34qvek
11
- */
12
8
  id: string;
13
9
  }
14
10
  export interface GetCloudFormationProductResult {
11
+ /**
12
+ * The language code.
13
+ *
14
+ * - `jp` - Japanese
15
+ * - `zh` - Chinese
16
+ */
17
+ readonly acceptLanguage?: string;
15
18
  /**
16
19
  * The description of the product.
17
20
  */
@@ -20,9 +23,6 @@ export interface GetCloudFormationProductResult {
20
23
  * The distributor of the product.
21
24
  */
22
25
  readonly distributor?: string;
23
- /**
24
- * The ID of the product, such as prod-tsjbmal34qvek
25
- */
26
26
  readonly id?: string;
27
27
  /**
28
28
  * The name of the product.
@@ -39,13 +39,13 @@ export interface GetCloudFormationProductResult {
39
39
  /**
40
40
  * The type of product.
41
41
  */
42
- readonly productType?: enums.servicecatalog.CloudFormationProductProductType;
42
+ readonly productType?: string;
43
43
  /**
44
- * The IDs of the provisioning artifacts
44
+ * The IDs of the provisioning artifacts.
45
45
  */
46
46
  readonly provisioningArtifactIds?: string;
47
47
  /**
48
- * The names of the provisioning artifacts
48
+ * The names of the provisioning artifacts.
49
49
  */
50
50
  readonly provisioningArtifactNames?: string;
51
51
  /**
@@ -53,7 +53,13 @@ export interface GetCloudFormationProductResult {
53
53
  */
54
54
  readonly provisioningArtifactParameters?: outputs.servicecatalog.CloudFormationProductProvisioningArtifactProperties[];
55
55
  /**
56
- * A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
56
+ * This property is turned off by default. If turned off, you can update provisioning artifacts or product attributes (such as description, distributor, name, owner, and more) and the associated provisioning artifacts will retain the same unique identifier. Provisioning artifacts are matched within the CloudFormationProduct resource, and only those that have been updated will be changed. Provisioning artifacts are matched by a combinaton of provisioning artifact template URL and name.
57
+ *
58
+ * If turned on, provisioning artifacts will be given a new unique identifier when you update the product or provisioning artifacts.
59
+ */
60
+ readonly replaceProvisioningArtifacts?: boolean;
61
+ /**
62
+ * A top level `ProductViewDetail` response containing details about the product’s connection. AWS Service Catalog returns this field for the `CreateProduct` , `UpdateProduct` , `DescribeProductAsAdmin` , and `SearchProductAsAdmin` APIs. This response contains the same fields as the `ConnectionParameters` request, with the addition of the `LastSync` response.
57
63
  */
58
64
  readonly sourceConnection?: outputs.servicecatalog.CloudFormationProductSourceConnection;
59
65
  /**
@@ -66,6 +72,8 @@ export interface GetCloudFormationProductResult {
66
72
  readonly supportEmail?: string;
67
73
  /**
68
74
  * The contact URL for product support.
75
+ *
76
+ * `^https?:\/\//` / is the pattern used to validate SupportUrl.
69
77
  */
70
78
  readonly supportUrl?: string;
71
79
  /**
@@ -74,12 +82,9 @@ export interface GetCloudFormationProductResult {
74
82
  readonly tags?: outputs.Tag[];
75
83
  }
76
84
  /**
77
- * Resource type definition for AWS::ServiceCatalog::CloudFormationProduct
85
+ * Resource Type definition for AWS::ServiceCatalog::CloudFormationProduct
78
86
  */
79
87
  export declare function getCloudFormationProductOutput(args: GetCloudFormationProductOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCloudFormationProductResult>;
80
88
  export interface GetCloudFormationProductOutputArgs {
81
- /**
82
- * The ID of the product, such as prod-tsjbmal34qvek
83
- */
84
89
  id: pulumi.Input<string>;
85
90
  }
@@ -6,7 +6,7 @@ exports.getCloudFormationProductOutput = exports.getCloudFormationProduct = void
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Resource type definition for AWS::ServiceCatalog::CloudFormationProduct
9
+ * Resource Type definition for AWS::ServiceCatalog::CloudFormationProduct
10
10
  */
11
11
  function getCloudFormationProduct(args, opts) {
12
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -16,7 +16,7 @@ function getCloudFormationProduct(args, opts) {
16
16
  }
17
17
  exports.getCloudFormationProduct = getCloudFormationProduct;
18
18
  /**
19
- * Resource type definition for AWS::ServiceCatalog::CloudFormationProduct
19
+ * Resource Type definition for AWS::ServiceCatalog::CloudFormationProduct
20
20
  */
21
21
  function getCloudFormationProductOutput(args, opts) {
22
22
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -1 +1 @@
1
- {"version":3,"file":"getCloudFormationProduct.js","sourceRoot":"","sources":["../../servicecatalog/getCloudFormationProduct.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AAuED;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC"}
1
+ {"version":3,"file":"getCloudFormationProduct.js","sourceRoot":"","sources":["../../servicecatalog/getCloudFormationProduct.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AAgFD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC"}
@@ -14,7 +14,7 @@ export interface GetProtectionResult {
14
14
  /**
15
15
  * The automatic application layer DDoS mitigation settings for the protection. This configuration determines whether Shield Advanced automatically manages rules in the web ACL in order to respond to application layer events that Shield Advanced determines to be DDoS attacks.
16
16
  *
17
- * If you use AWS CloudFormation to manage the web ACLs that you use with Shield Advanced automatic mitigation, see the additional guidance about web ACL management in the `AWS::WAFv2::WebACL` resource description.
17
+ * If you use CloudFormation to manage the web ACLs that you use with Shield Advanced automatic mitigation, see the additional guidance about web ACL management in the `AWS::WAFv2::WebACL` resource description.
18
18
  */
19
19
  readonly applicationLayerAutomaticResponseConfiguration?: outputs.shield.ProtectionApplicationLayerAutomaticResponseConfiguration;
20
20
  /**
@@ -22,7 +22,7 @@ export declare class Protection extends pulumi.CustomResource {
22
22
  /**
23
23
  * The automatic application layer DDoS mitigation settings for the protection. This configuration determines whether Shield Advanced automatically manages rules in the web ACL in order to respond to application layer events that Shield Advanced determines to be DDoS attacks.
24
24
  *
25
- * If you use AWS CloudFormation to manage the web ACLs that you use with Shield Advanced automatic mitigation, see the additional guidance about web ACL management in the `AWS::WAFv2::WebACL` resource description.
25
+ * If you use CloudFormation to manage the web ACLs that you use with Shield Advanced automatic mitigation, see the additional guidance about web ACL management in the `AWS::WAFv2::WebACL` resource description.
26
26
  */
27
27
  readonly applicationLayerAutomaticResponseConfiguration: pulumi.Output<outputs.shield.ProtectionApplicationLayerAutomaticResponseConfiguration | undefined>;
28
28
  /**
@@ -65,7 +65,7 @@ export interface ProtectionArgs {
65
65
  /**
66
66
  * The automatic application layer DDoS mitigation settings for the protection. This configuration determines whether Shield Advanced automatically manages rules in the web ACL in order to respond to application layer events that Shield Advanced determines to be DDoS attacks.
67
67
  *
68
- * If you use AWS CloudFormation to manage the web ACLs that you use with Shield Advanced automatic mitigation, see the additional guidance about web ACL management in the `AWS::WAFv2::WebACL` resource description.
68
+ * If you use CloudFormation to manage the web ACLs that you use with Shield Advanced automatic mitigation, see the additional guidance about web ACL management in the `AWS::WAFv2::WebACL` resource description.
69
69
  */
70
70
  applicationLayerAutomaticResponseConfiguration?: pulumi.Input<inputs.shield.ProtectionApplicationLayerAutomaticResponseConfigurationArgs>;
71
71
  /**
package/sns/getTopic.d.ts CHANGED
@@ -8,7 +8,7 @@ import * as outputs from "../types/output";
8
8
  export declare function getTopic(args: GetTopicArgs, opts?: pulumi.InvokeOptions): Promise<GetTopicResult>;
9
9
  export interface GetTopicArgs {
10
10
  /**
11
- * Returns the ARN of an Amazon SNS topic.
11
+ * Returns the ARN of an Amazon topic.
12
12
  */
13
13
  topicArn: string;
14
14
  }
@@ -74,7 +74,7 @@ export interface GetTopicResult {
74
74
  */
75
75
  readonly tags?: outputs.Tag[];
76
76
  /**
77
- * Returns the ARN of an Amazon SNS topic.
77
+ * Returns the ARN of an Amazon topic.
78
78
  */
79
79
  readonly topicArn?: string;
80
80
  /**
@@ -90,7 +90,7 @@ export interface GetTopicResult {
90
90
  export declare function getTopicOutput(args: GetTopicOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTopicResult>;
91
91
  export interface GetTopicOutputArgs {
92
92
  /**
93
- * Returns the ARN of an Amazon SNS topic.
93
+ * Returns the ARN of an Amazon topic.
94
94
  */
95
95
  topicArn: pulumi.Input<string>;
96
96
  }
package/sns/topic.d.ts CHANGED
@@ -176,7 +176,7 @@ export declare class Topic extends pulumi.CustomResource {
176
176
  */
177
177
  readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
178
178
  /**
179
- * Returns the ARN of an Amazon SNS topic.
179
+ * Returns the ARN of an Amazon topic.
180
180
  */
181
181
  readonly topicArn: pulumi.Output<string>;
182
182
  /**
@@ -209,7 +209,7 @@ export declare class Association extends pulumi.CustomResource {
209
209
  /**
210
210
  * The number of seconds the service should wait for the association status to show "Success" before proceeding with the stack execution. If the association status doesn't show "Success" after the specified number of seconds, then stack creation fails.
211
211
  *
212
- * > When you specify a value for the `WaitForSuccessTimeoutSeconds` , [drift detection](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html) for your AWS CloudFormation stack’s configuration might yield inaccurate results. If drift detection is important in your scenario, we recommend that you don’t include `WaitForSuccessTimeoutSeconds` in your template.
212
+ * > When you specify a value for the `WaitForSuccessTimeoutSeconds` , [drift detection](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html) for your CloudFormation stack’s configuration might yield inaccurate results. If drift detection is important in your scenario, we recommend that you don’t include `WaitForSuccessTimeoutSeconds` in your template.
213
213
  */
214
214
  readonly waitForSuccessTimeoutSeconds: pulumi.Output<number | undefined>;
215
215
  /**
@@ -302,7 +302,7 @@ export interface AssociationArgs {
302
302
  /**
303
303
  * The number of seconds the service should wait for the association status to show "Success" before proceeding with the stack execution. If the association status doesn't show "Success" after the specified number of seconds, then stack creation fails.
304
304
  *
305
- * > When you specify a value for the `WaitForSuccessTimeoutSeconds` , [drift detection](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html) for your AWS CloudFormation stack’s configuration might yield inaccurate results. If drift detection is important in your scenario, we recommend that you don’t include `WaitForSuccessTimeoutSeconds` in your template.
305
+ * > When you specify a value for the `WaitForSuccessTimeoutSeconds` , [drift detection](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html) for your CloudFormation stack’s configuration might yield inaccurate results. If drift detection is important in your scenario, we recommend that you don’t include `WaitForSuccessTimeoutSeconds` in your template.
306
306
  */
307
307
  waitForSuccessTimeoutSeconds?: pulumi.Input<number>;
308
308
  }
@@ -72,7 +72,7 @@ export declare class Activity extends pulumi.CustomResource {
72
72
  *
73
73
  * Activity configuration is immutable, and resource names must be unique. To set customer managed keys for encryption, you must create a *new Activity* . If you attempt to change the configuration in your CFN template for an existing activity, you will receive an `ActivityAlreadyExists` exception.
74
74
  *
75
- * To update your activity to include customer managed keys, set a new activity name within your AWS CloudFormation template.
75
+ * To update your activity to include customer managed keys, set a new activity name within your CloudFormation template.
76
76
  */
77
77
  readonly encryptionConfiguration: pulumi.Output<outputs.stepfunctions.ActivityEncryptionConfiguration | undefined>;
78
78
  /**
@@ -115,7 +115,7 @@ export interface ActivityArgs {
115
115
  *
116
116
  * Activity configuration is immutable, and resource names must be unique. To set customer managed keys for encryption, you must create a *new Activity* . If you attempt to change the configuration in your CFN template for an existing activity, you will receive an `ActivityAlreadyExists` exception.
117
117
  *
118
- * To update your activity to include customer managed keys, set a new activity name within your AWS CloudFormation template.
118
+ * To update your activity to include customer managed keys, set a new activity name within your CloudFormation template.
119
119
  */
120
120
  encryptionConfiguration?: pulumi.Input<inputs.stepfunctions.ActivityEncryptionConfigurationArgs>;
121
121
  /**
@@ -82,6 +82,9 @@ export declare const MethodIntegrationResponseTransferMode: {
82
82
  readonly Buffered: "BUFFERED";
83
83
  readonly Stream: "STREAM";
84
84
  };
85
+ /**
86
+ * 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.
87
+ */
85
88
  export type MethodIntegrationResponseTransferMode = (typeof MethodIntegrationResponseTransferMode)[keyof typeof MethodIntegrationResponseTransferMode];
86
89
  export declare const MethodIntegrationType: {
87
90
  readonly Aws: "AWS";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/apigateway/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,6BAA6B,GAAG;IACzC,GAAG,EAAE,KAAK;IACV,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,gBAAgB;IAC/B,cAAc,EAAE,iBAAiB;IACjC,aAAa,EAAE,gBAAgB;IAC/B,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE,UAAU;IACpB,cAAc,EAAE,iBAAiB;IACjC,YAAY,EAAE,eAAe;CACvB,CAAC;AAOE,QAAA,sDAAsD,GAAG;IAClE,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,qBAAqB,GAAG;IACjC,mBAAmB,EAAE,wBAAwB;IAC7C,8BAA8B,EAAE,qCAAqC;IACrE,eAAe,EAAE,mBAAmB;CAC9B,CAAC;AAOE,QAAA,uBAAuB,GAAG;IACnC,mBAAmB,EAAE,wBAAwB;IAC7C,8BAA8B,EAAE,qCAAqC;IACrE,eAAe,EAAE,mBAAmB;CAC9B,CAAC;AAOE,QAAA,+BAA+B,GAAG;IAC3C,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,UAAU;CACb,CAAC;AAOE,QAAA,gCAAgC,GAAG;IAC5C,eAAe,EAAE,mBAAmB;IACpC,aAAa,EAAE,iBAAiB;CAC1B,CAAC;AASE,QAAA,oCAAoC,GAAG;IAChD,WAAW,EAAE,eAAe;IAC5B,eAAe,EAAE,mBAAmB;IACpC,KAAK,EAAE,OAAO;CACR,CAAC;AAOE,QAAA,wCAAwC,GAAG;IACpD,eAAe,EAAE,mBAAmB;IACpC,aAAa,EAAE,iBAAiB;CAC1B,CAAC;AASE,QAAA,qCAAqC,GAAG;IACjD,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;CACV,CAAC;AAIE,QAAA,qBAAqB,GAAG;IACjC,GAAG,EAAE,KAAK;IACV,QAAQ,EAAE,WAAW;IACrB,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,YAAY;IACvB,IAAI,EAAE,MAAM;CACN,CAAC;AASE,QAAA,mBAAmB,GAAG;IAC/B,MAAM,EAAE,SAAS;CACX,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/apigateway/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,6BAA6B,GAAG;IACzC,GAAG,EAAE,KAAK;IACV,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,gBAAgB;IAC/B,cAAc,EAAE,iBAAiB;IACjC,aAAa,EAAE,gBAAgB;IAC/B,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE,UAAU;IACpB,cAAc,EAAE,iBAAiB;IACjC,YAAY,EAAE,eAAe;CACvB,CAAC;AAOE,QAAA,sDAAsD,GAAG;IAClE,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,qBAAqB,GAAG;IACjC,mBAAmB,EAAE,wBAAwB;IAC7C,8BAA8B,EAAE,qCAAqC;IACrE,eAAe,EAAE,mBAAmB;CAC9B,CAAC;AAOE,QAAA,uBAAuB,GAAG;IACnC,mBAAmB,EAAE,wBAAwB;IAC7C,8BAA8B,EAAE,qCAAqC;IACrE,eAAe,EAAE,mBAAmB;CAC9B,CAAC;AAOE,QAAA,+BAA+B,GAAG;IAC3C,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,UAAU;CACb,CAAC;AAOE,QAAA,gCAAgC,GAAG;IAC5C,eAAe,EAAE,mBAAmB;IACpC,aAAa,EAAE,iBAAiB;CAC1B,CAAC;AASE,QAAA,oCAAoC,GAAG;IAChD,WAAW,EAAE,eAAe;IAC5B,eAAe,EAAE,mBAAmB;IACpC,KAAK,EAAE,OAAO;CACR,CAAC;AAOE,QAAA,wCAAwC,GAAG;IACpD,eAAe,EAAE,mBAAmB;IACpC,aAAa,EAAE,iBAAiB;CAC1B,CAAC;AASE,QAAA,qCAAqC,GAAG;IACjD,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;CACV,CAAC;AAOE,QAAA,qBAAqB,GAAG;IACjC,GAAG,EAAE,KAAK;IACV,QAAQ,EAAE,WAAW;IACrB,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,YAAY;IACvB,IAAI,EAAE,MAAM;CACN,CAAC;AASE,QAAA,mBAAmB,GAAG;IAC/B,MAAM,EAAE,SAAS;CACX,CAAC"}
@@ -172,6 +172,11 @@ export declare const DataAutomationProjectAudioExtractionCategoryType: {
172
172
  readonly TopicContentModeration: "TOPIC_CONTENT_MODERATION";
173
173
  };
174
174
  export type DataAutomationProjectAudioExtractionCategoryType = (typeof DataAutomationProjectAudioExtractionCategoryType)[keyof typeof DataAutomationProjectAudioExtractionCategoryType];
175
+ export declare const DataAutomationProjectAudioGenerativeOutputLanguage: {
176
+ readonly Default: "DEFAULT";
177
+ readonly En: "EN";
178
+ };
179
+ export type DataAutomationProjectAudioGenerativeOutputLanguage = (typeof DataAutomationProjectAudioGenerativeOutputLanguage)[keyof typeof DataAutomationProjectAudioGenerativeOutputLanguage];
175
180
  export declare const DataAutomationProjectAudioStandardGenerativeFieldType: {
176
181
  readonly AudioSummary: "AUDIO_SUMMARY";
177
182
  readonly Iab: "IAB";
@@ -219,6 +224,78 @@ export declare const DataAutomationProjectImageStandardGenerativeFieldType: {
219
224
  readonly Iab: "IAB";
220
225
  };
221
226
  export type DataAutomationProjectImageStandardGenerativeFieldType = (typeof DataAutomationProjectImageStandardGenerativeFieldType)[keyof typeof DataAutomationProjectImageStandardGenerativeFieldType];
227
+ export declare const DataAutomationProjectLanguage: {
228
+ readonly En: "EN";
229
+ readonly De: "DE";
230
+ readonly Es: "ES";
231
+ readonly Fr: "FR";
232
+ readonly It: "IT";
233
+ readonly Pt: "PT";
234
+ readonly Ja: "JA";
235
+ readonly Ko: "KO";
236
+ readonly Cn: "CN";
237
+ readonly Tw: "TW";
238
+ readonly Hk: "HK";
239
+ };
240
+ export type DataAutomationProjectLanguage = (typeof DataAutomationProjectLanguage)[keyof typeof DataAutomationProjectLanguage];
241
+ export declare const DataAutomationProjectPiiEntityTypes: {
242
+ readonly All: "ALL";
243
+ readonly Address: "ADDRESS";
244
+ readonly Age: "AGE";
245
+ readonly Name: "NAME";
246
+ readonly Email: "EMAIL";
247
+ readonly Phone: "PHONE";
248
+ readonly Username: "USERNAME";
249
+ readonly Password: "PASSWORD";
250
+ readonly DriverId: "DRIVER_ID";
251
+ readonly LicensePlate: "LICENSE_PLATE";
252
+ readonly VehicleIdentificationNumber: "VEHICLE_IDENTIFICATION_NUMBER";
253
+ readonly CreditDebitCardCvv: "CREDIT_DEBIT_CARD_CVV";
254
+ readonly CreditDebitCardExpiry: "CREDIT_DEBIT_CARD_EXPIRY";
255
+ readonly CreditDebitCardNumber: "CREDIT_DEBIT_CARD_NUMBER";
256
+ readonly Pin: "PIN";
257
+ readonly InternationalBankAccountNumber: "INTERNATIONAL_BANK_ACCOUNT_NUMBER";
258
+ readonly SwiftCode: "SWIFT_CODE";
259
+ readonly IpAddress: "IP_ADDRESS";
260
+ readonly MacAddress: "MAC_ADDRESS";
261
+ readonly Url: "URL";
262
+ readonly AwsAccessKey: "AWS_ACCESS_KEY";
263
+ readonly AwsSecretKey: "AWS_SECRET_KEY";
264
+ readonly UsBankAccountNumber: "US_BANK_ACCOUNT_NUMBER";
265
+ readonly UsBankRoutingNumber: "US_BANK_ROUTING_NUMBER";
266
+ readonly UsIndividualTaxIdentificationNumber: "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER";
267
+ readonly UsPassportNumber: "US_PASSPORT_NUMBER";
268
+ readonly UsSocialSecurityNumber: "US_SOCIAL_SECURITY_NUMBER";
269
+ readonly CaHealthNumber: "CA_HEALTH_NUMBER";
270
+ readonly CaSocialInsuranceNumber: "CA_SOCIAL_INSURANCE_NUMBER";
271
+ readonly UkNationalHealthServiceNumber: "UK_NATIONAL_HEALTH_SERVICE_NUMBER";
272
+ readonly UkNationalInsuranceNumber: "UK_NATIONAL_INSURANCE_NUMBER";
273
+ readonly UkUniqueTaxpayerReferenceNumber: "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER";
274
+ };
275
+ export type DataAutomationProjectPiiEntityTypes = (typeof DataAutomationProjectPiiEntityTypes)[keyof typeof DataAutomationProjectPiiEntityTypes];
276
+ export declare const DataAutomationProjectPiiRedactionMaskMode: {
277
+ readonly Pii: "PII";
278
+ readonly EntityType: "ENTITY_TYPE";
279
+ };
280
+ export type DataAutomationProjectPiiRedactionMaskMode = (typeof DataAutomationProjectPiiRedactionMaskMode)[keyof typeof DataAutomationProjectPiiRedactionMaskMode];
281
+ export declare const DataAutomationProjectProjectType: {
282
+ readonly Async: "ASYNC";
283
+ readonly Sync: "SYNC";
284
+ };
285
+ /**
286
+ * Type of the DataAutomationProject - Sync or Async
287
+ */
288
+ export type DataAutomationProjectProjectType = (typeof DataAutomationProjectProjectType)[keyof typeof DataAutomationProjectProjectType];
289
+ export declare const DataAutomationProjectSensitiveDataDetectionMode: {
290
+ readonly Detection: "DETECTION";
291
+ readonly DetectionAndRedaction: "DETECTION_AND_REDACTION";
292
+ };
293
+ export type DataAutomationProjectSensitiveDataDetectionMode = (typeof DataAutomationProjectSensitiveDataDetectionMode)[keyof typeof DataAutomationProjectSensitiveDataDetectionMode];
294
+ export declare const DataAutomationProjectSensitiveDataDetectionScope: {
295
+ readonly Standard: "STANDARD";
296
+ readonly Custom: "CUSTOM";
297
+ };
298
+ export type DataAutomationProjectSensitiveDataDetectionScope = (typeof DataAutomationProjectSensitiveDataDetectionScope)[keyof typeof DataAutomationProjectSensitiveDataDetectionScope];
222
299
  export declare const DataAutomationProjectStage: {
223
300
  readonly Development: "DEVELOPMENT";
224
301
  readonly Live: "LIVE";
@@ -804,6 +881,7 @@ export declare const KnowledgeBaseStorageType: {
804
881
  readonly Rds: "RDS";
805
882
  readonly MongoDbAtlas: "MONGO_DB_ATLAS";
806
883
  readonly NeptuneAnalytics: "NEPTUNE_ANALYTICS";
884
+ readonly S3Vectors: "S3_VECTORS";
807
885
  readonly OpensearchManagedCluster: "OPENSEARCH_MANAGED_CLUSTER";
808
886
  };
809
887
  /**
@@ -2,9 +2,9 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.FlowConnectionType = exports.FlowAliasConcurrencyType = exports.DataSourceWebScopeType = exports.DataSourceType = exports.DataSourceTransformationStepToApply = exports.DataSourceStatus = exports.DataSourceSharePointSourceConfigurationHostType = exports.DataSourceSharePointSourceConfigurationAuthType = exports.DataSourceSalesforceSourceConfigurationAuthType = exports.DataSourceParsingStrategy = exports.DataSourceParsingModality = exports.DataSourceEnrichmentStrategyMethod = exports.DataSourceDataDeletionPolicy = exports.DataSourceCrawlFilterConfigurationType = exports.DataSourceContextEnrichmentType = exports.DataSourceConfluenceSourceConfigurationHostType = exports.DataSourceConfluenceSourceConfigurationAuthType = exports.DataSourceChunkingStrategy = exports.DataAutomationProjectVideoStandardGenerativeFieldType = exports.DataAutomationProjectVideoExtractionCategoryType = exports.DataAutomationProjectStatus = exports.DataAutomationProjectState = exports.DataAutomationProjectStage = exports.DataAutomationProjectImageStandardGenerativeFieldType = exports.DataAutomationProjectImageExtractionCategoryType = exports.DataAutomationProjectDocumentOutputTextFormatType = exports.DataAutomationProjectDocumentExtractionGranularityType = exports.DataAutomationProjectDesiredModality = exports.DataAutomationProjectBlueprintStage = exports.DataAutomationProjectAudioStandardGenerativeFieldType = exports.DataAutomationProjectAudioExtractionCategoryType = exports.BlueprintType = exports.BlueprintStage = exports.ApplicationInferenceProfileInferenceProfileType = exports.ApplicationInferenceProfileInferenceProfileStatus = exports.AgentType = exports.AgentStatus = exports.AgentRequireConfirmation = exports.AgentRelayConversationHistory = exports.AgentPromptType = exports.AgentPromptState = exports.AgentOrchestrationType = exports.AgentMemoryType = exports.AgentKnowledgeBaseState = exports.AgentCustomControlMethod = exports.AgentCreationMode = exports.AgentCollaboration = exports.AgentAliasStatus = exports.AgentActionGroupState = exports.AgentActionGroupSignature = void 0;
6
- exports.PromptVersionCachePointType = exports.PromptTemplateType = exports.PromptConversationRole = exports.PromptCachePointType = exports.KnowledgeBaseType = exports.KnowledgeBaseSupplementalDataStorageLocationType = exports.KnowledgeBaseStorageType = exports.KnowledgeBaseStatus = exports.KnowledgeBaseRedshiftServerlessAuthType = exports.KnowledgeBaseRedshiftQueryEngineType = exports.KnowledgeBaseRedshiftQueryEngineStorageType = exports.KnowledgeBaseRedshiftProvisionedAuthType = exports.KnowledgeBaseQueryEngineType = exports.KnowledgeBaseInclusionType = exports.KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType = exports.IntelligentPromptRouterPromptRouterType = exports.IntelligentPromptRouterPromptRouterStatus = exports.GuardrailWordAction = exports.GuardrailTopicsTierName = exports.GuardrailTopicType = exports.GuardrailTopicAction = exports.GuardrailStatus = exports.GuardrailSensitiveInformationAction = exports.GuardrailPiiEntityType = exports.GuardrailModality = exports.GuardrailManagedWordsType = exports.GuardrailFilterStrength = exports.GuardrailContextualGroundingFilterType = exports.GuardrailContextualGroundingAction = exports.GuardrailContentFiltersTierName = exports.GuardrailContentFilterType = exports.GuardrailContentFilterAction = exports.FlowVersionVectorSearchRerankingConfigurationType = exports.FlowVersionSupportedLanguages = exports.FlowVersionRerankingMetadataSelectionMode = exports.FlowVersionPromptTemplateType = exports.FlowVersionPerformanceConfigurationLatency = exports.FlowVersionFlowStatus = exports.FlowVersionFlowNodeType = exports.FlowVersionFlowNodeIoDataType = exports.FlowVersionFlowConnectionType = exports.FlowVectorSearchRerankingConfigurationType = exports.FlowSupportedLanguages = exports.FlowStatus = exports.FlowRerankingMetadataSelectionMode = exports.FlowPromptTemplateType = exports.FlowPerformanceConfigurationLatency = exports.FlowNodeType = exports.FlowNodeIoDataType = exports.FlowNodeInputCategory = void 0;
7
- exports.PromptVersionPromptTemplateType = exports.PromptVersionConversationRole = void 0;
5
+ exports.DataSourceSharePointSourceConfigurationAuthType = exports.DataSourceSalesforceSourceConfigurationAuthType = exports.DataSourceParsingStrategy = exports.DataSourceParsingModality = exports.DataSourceEnrichmentStrategyMethod = exports.DataSourceDataDeletionPolicy = exports.DataSourceCrawlFilterConfigurationType = exports.DataSourceContextEnrichmentType = exports.DataSourceConfluenceSourceConfigurationHostType = exports.DataSourceConfluenceSourceConfigurationAuthType = exports.DataSourceChunkingStrategy = exports.DataAutomationProjectVideoStandardGenerativeFieldType = exports.DataAutomationProjectVideoExtractionCategoryType = exports.DataAutomationProjectStatus = exports.DataAutomationProjectState = exports.DataAutomationProjectStage = exports.DataAutomationProjectSensitiveDataDetectionScope = exports.DataAutomationProjectSensitiveDataDetectionMode = exports.DataAutomationProjectProjectType = exports.DataAutomationProjectPiiRedactionMaskMode = exports.DataAutomationProjectPiiEntityTypes = exports.DataAutomationProjectLanguage = exports.DataAutomationProjectImageStandardGenerativeFieldType = exports.DataAutomationProjectImageExtractionCategoryType = exports.DataAutomationProjectDocumentOutputTextFormatType = exports.DataAutomationProjectDocumentExtractionGranularityType = exports.DataAutomationProjectDesiredModality = exports.DataAutomationProjectBlueprintStage = exports.DataAutomationProjectAudioStandardGenerativeFieldType = exports.DataAutomationProjectAudioGenerativeOutputLanguage = exports.DataAutomationProjectAudioExtractionCategoryType = exports.BlueprintType = exports.BlueprintStage = exports.ApplicationInferenceProfileInferenceProfileType = exports.ApplicationInferenceProfileInferenceProfileStatus = exports.AgentType = exports.AgentStatus = exports.AgentRequireConfirmation = exports.AgentRelayConversationHistory = exports.AgentPromptType = exports.AgentPromptState = exports.AgentOrchestrationType = exports.AgentMemoryType = exports.AgentKnowledgeBaseState = exports.AgentCustomControlMethod = exports.AgentCreationMode = exports.AgentCollaboration = exports.AgentAliasStatus = exports.AgentActionGroupState = exports.AgentActionGroupSignature = void 0;
6
+ exports.KnowledgeBaseStatus = exports.KnowledgeBaseRedshiftServerlessAuthType = exports.KnowledgeBaseRedshiftQueryEngineType = exports.KnowledgeBaseRedshiftQueryEngineStorageType = exports.KnowledgeBaseRedshiftProvisionedAuthType = exports.KnowledgeBaseQueryEngineType = exports.KnowledgeBaseInclusionType = exports.KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType = exports.IntelligentPromptRouterPromptRouterType = exports.IntelligentPromptRouterPromptRouterStatus = exports.GuardrailWordAction = exports.GuardrailTopicsTierName = exports.GuardrailTopicType = exports.GuardrailTopicAction = exports.GuardrailStatus = exports.GuardrailSensitiveInformationAction = exports.GuardrailPiiEntityType = exports.GuardrailModality = exports.GuardrailManagedWordsType = exports.GuardrailFilterStrength = exports.GuardrailContextualGroundingFilterType = exports.GuardrailContextualGroundingAction = exports.GuardrailContentFiltersTierName = exports.GuardrailContentFilterType = exports.GuardrailContentFilterAction = exports.FlowVersionVectorSearchRerankingConfigurationType = exports.FlowVersionSupportedLanguages = exports.FlowVersionRerankingMetadataSelectionMode = exports.FlowVersionPromptTemplateType = exports.FlowVersionPerformanceConfigurationLatency = exports.FlowVersionFlowStatus = exports.FlowVersionFlowNodeType = exports.FlowVersionFlowNodeIoDataType = exports.FlowVersionFlowConnectionType = exports.FlowVectorSearchRerankingConfigurationType = exports.FlowSupportedLanguages = exports.FlowStatus = exports.FlowRerankingMetadataSelectionMode = exports.FlowPromptTemplateType = exports.FlowPerformanceConfigurationLatency = exports.FlowNodeType = exports.FlowNodeIoDataType = exports.FlowNodeInputCategory = exports.FlowConnectionType = exports.FlowAliasConcurrencyType = exports.DataSourceWebScopeType = exports.DataSourceType = exports.DataSourceTransformationStepToApply = exports.DataSourceStatus = exports.DataSourceSharePointSourceConfigurationHostType = void 0;
7
+ exports.PromptVersionPromptTemplateType = exports.PromptVersionConversationRole = exports.PromptVersionCachePointType = exports.PromptTemplateType = exports.PromptConversationRole = exports.PromptCachePointType = exports.KnowledgeBaseType = exports.KnowledgeBaseSupplementalDataStorageLocationType = exports.KnowledgeBaseStorageType = void 0;
8
8
  exports.AgentActionGroupSignature = {
9
9
  AmazonUserInput: "AMAZON.UserInput",
10
10
  AmazonCodeInterpreter: "AMAZON.CodeInterpreter",
@@ -102,6 +102,10 @@ exports.DataAutomationProjectAudioExtractionCategoryType = {
102
102
  Transcript: "TRANSCRIPT",
103
103
  TopicContentModeration: "TOPIC_CONTENT_MODERATION",
104
104
  };
105
+ exports.DataAutomationProjectAudioGenerativeOutputLanguage = {
106
+ Default: "DEFAULT",
107
+ En: "EN",
108
+ };
105
109
  exports.DataAutomationProjectAudioStandardGenerativeFieldType = {
106
110
  AudioSummary: "AUDIO_SUMMARY",
107
111
  Iab: "IAB",
@@ -139,6 +143,69 @@ exports.DataAutomationProjectImageStandardGenerativeFieldType = {
139
143
  ImageSummary: "IMAGE_SUMMARY",
140
144
  Iab: "IAB",
141
145
  };
146
+ exports.DataAutomationProjectLanguage = {
147
+ En: "EN",
148
+ De: "DE",
149
+ Es: "ES",
150
+ Fr: "FR",
151
+ It: "IT",
152
+ Pt: "PT",
153
+ Ja: "JA",
154
+ Ko: "KO",
155
+ Cn: "CN",
156
+ Tw: "TW",
157
+ Hk: "HK",
158
+ };
159
+ exports.DataAutomationProjectPiiEntityTypes = {
160
+ All: "ALL",
161
+ Address: "ADDRESS",
162
+ Age: "AGE",
163
+ Name: "NAME",
164
+ Email: "EMAIL",
165
+ Phone: "PHONE",
166
+ Username: "USERNAME",
167
+ Password: "PASSWORD",
168
+ DriverId: "DRIVER_ID",
169
+ LicensePlate: "LICENSE_PLATE",
170
+ VehicleIdentificationNumber: "VEHICLE_IDENTIFICATION_NUMBER",
171
+ CreditDebitCardCvv: "CREDIT_DEBIT_CARD_CVV",
172
+ CreditDebitCardExpiry: "CREDIT_DEBIT_CARD_EXPIRY",
173
+ CreditDebitCardNumber: "CREDIT_DEBIT_CARD_NUMBER",
174
+ Pin: "PIN",
175
+ InternationalBankAccountNumber: "INTERNATIONAL_BANK_ACCOUNT_NUMBER",
176
+ SwiftCode: "SWIFT_CODE",
177
+ IpAddress: "IP_ADDRESS",
178
+ MacAddress: "MAC_ADDRESS",
179
+ Url: "URL",
180
+ AwsAccessKey: "AWS_ACCESS_KEY",
181
+ AwsSecretKey: "AWS_SECRET_KEY",
182
+ UsBankAccountNumber: "US_BANK_ACCOUNT_NUMBER",
183
+ UsBankRoutingNumber: "US_BANK_ROUTING_NUMBER",
184
+ UsIndividualTaxIdentificationNumber: "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
185
+ UsPassportNumber: "US_PASSPORT_NUMBER",
186
+ UsSocialSecurityNumber: "US_SOCIAL_SECURITY_NUMBER",
187
+ CaHealthNumber: "CA_HEALTH_NUMBER",
188
+ CaSocialInsuranceNumber: "CA_SOCIAL_INSURANCE_NUMBER",
189
+ UkNationalHealthServiceNumber: "UK_NATIONAL_HEALTH_SERVICE_NUMBER",
190
+ UkNationalInsuranceNumber: "UK_NATIONAL_INSURANCE_NUMBER",
191
+ UkUniqueTaxpayerReferenceNumber: "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
192
+ };
193
+ exports.DataAutomationProjectPiiRedactionMaskMode = {
194
+ Pii: "PII",
195
+ EntityType: "ENTITY_TYPE",
196
+ };
197
+ exports.DataAutomationProjectProjectType = {
198
+ Async: "ASYNC",
199
+ Sync: "SYNC",
200
+ };
201
+ exports.DataAutomationProjectSensitiveDataDetectionMode = {
202
+ Detection: "DETECTION",
203
+ DetectionAndRedaction: "DETECTION_AND_REDACTION",
204
+ };
205
+ exports.DataAutomationProjectSensitiveDataDetectionScope = {
206
+ Standard: "STANDARD",
207
+ Custom: "CUSTOM",
208
+ };
142
209
  exports.DataAutomationProjectStage = {
143
210
  Development: "DEVELOPMENT",
144
211
  Live: "LIVE",
@@ -487,6 +554,7 @@ exports.KnowledgeBaseStorageType = {
487
554
  Rds: "RDS",
488
555
  MongoDbAtlas: "MONGO_DB_ATLAS",
489
556
  NeptuneAnalytics: "NEPTUNE_ANALYTICS",
557
+ S3Vectors: "S3_VECTORS",
490
558
  OpensearchManagedCluster: "OPENSEARCH_MANAGED_CLUSTER",
491
559
  };
492
560
  exports.KnowledgeBaseSupplementalDataStorageLocationType = {