@pulumi/aws-native 1.27.0-alpha.1744042627 → 1.27.0-alpha.1744637229

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 (139) hide show
  1. package/appconfig/extension.d.ts +2 -2
  2. package/appconfig/extension.js +1 -1
  3. package/appconfig/extension.js.map +1 -1
  4. package/appconfig/extensionAssociation.d.ts +2 -2
  5. package/appconfig/extensionAssociation.js +1 -1
  6. package/appconfig/extensionAssociation.js.map +1 -1
  7. package/appconfig/getExtension.d.ts +4 -0
  8. package/appconfig/getExtension.js.map +1 -1
  9. package/appconfig/getExtensionAssociation.d.ts +5 -0
  10. package/appconfig/getExtensionAssociation.js.map +1 -1
  11. package/applicationsignals/getServiceLevelObjective.d.ts +3 -0
  12. package/applicationsignals/getServiceLevelObjective.js.map +1 -1
  13. package/applicationsignals/serviceLevelObjective.d.ts +6 -0
  14. package/applicationsignals/serviceLevelObjective.js.map +1 -1
  15. package/backup/getRestoreTestingPlan.d.ts +0 -5
  16. package/backup/getRestoreTestingPlan.js.map +1 -1
  17. package/backup/restoreTestingPlan.d.ts +0 -9
  18. package/backup/restoreTestingPlan.js +0 -2
  19. package/backup/restoreTestingPlan.js.map +1 -1
  20. package/batch/consumableResource.d.ts +1 -1
  21. package/batch/consumableResource.js +1 -1
  22. package/batch/getConsumableResource.d.ts +2 -2
  23. package/batch/getConsumableResource.js +2 -2
  24. package/cleanrooms/analysisTemplate.d.ts +18 -3
  25. package/cleanrooms/analysisTemplate.js +4 -2
  26. package/cleanrooms/analysisTemplate.js.map +1 -1
  27. package/cleanrooms/collaboration.d.ts +12 -0
  28. package/cleanrooms/collaboration.js +3 -1
  29. package/cleanrooms/collaboration.js.map +1 -1
  30. package/cleanrooms/configuredTable.d.ts +8 -0
  31. package/cleanrooms/configuredTable.js +3 -1
  32. package/cleanrooms/configuredTable.js.map +1 -1
  33. package/cleanrooms/getAnalysisTemplate.d.ts +4 -1
  34. package/cleanrooms/getAnalysisTemplate.js.map +1 -1
  35. package/cleanrooms/getConfiguredTable.d.ts +15 -0
  36. package/cleanrooms/getConfiguredTable.js.map +1 -1
  37. package/cleanrooms/getMembership.d.ts +10 -0
  38. package/cleanrooms/getMembership.js.map +1 -1
  39. package/cleanrooms/membership.d.ts +20 -0
  40. package/cleanrooms/membership.js +4 -0
  41. package/cleanrooms/membership.js.map +1 -1
  42. package/dsql/cluster.d.ts +61 -0
  43. package/dsql/cluster.js +66 -0
  44. package/dsql/cluster.js.map +1 -0
  45. package/dsql/getCluster.d.ts +45 -0
  46. package/dsql/getCluster.js +28 -0
  47. package/dsql/getCluster.js.map +1 -0
  48. package/dsql/index.d.ts +6 -0
  49. package/dsql/index.js +25 -0
  50. package/dsql/index.js.map +1 -0
  51. package/ec2/getHost.d.ts +5 -0
  52. package/ec2/getHost.js.map +1 -1
  53. package/ec2/host.d.ts +10 -0
  54. package/ec2/host.js +2 -0
  55. package/ec2/host.js.map +1 -1
  56. package/ec2/vpcEndpoint.d.ts +2 -0
  57. package/ec2/vpcEndpoint.js +3 -1
  58. package/ec2/vpcEndpoint.js.map +1 -1
  59. package/index.d.ts +2 -1
  60. package/index.js +6 -4
  61. package/index.js.map +1 -1
  62. package/iot/accountAuditConfiguration.d.ts +2 -2
  63. package/iot/getAccountAuditConfiguration.d.ts +1 -1
  64. package/kinesis/getStream.d.ts +5 -0
  65. package/kinesis/getStream.js.map +1 -1
  66. package/kinesis/stream.d.ts +9 -0
  67. package/kinesis/stream.js +2 -0
  68. package/kinesis/stream.js.map +1 -1
  69. package/lambda/getFunction.d.ts +7 -0
  70. package/lambda/getFunction.js.map +1 -1
  71. package/lex/bot.d.ts +20 -12
  72. package/lex/bot.js.map +1 -1
  73. package/lex/getBot.d.ts +6 -2
  74. package/lex/getBot.js.map +1 -1
  75. package/macie/getSession.d.ts +4 -0
  76. package/macie/getSession.js.map +1 -1
  77. package/macie/session.d.ts +4 -0
  78. package/macie/session.js +2 -0
  79. package/macie/session.js.map +1 -1
  80. package/package.json +3 -3
  81. package/package.json.dev +2 -2
  82. package/paymentcryptography/getKey.d.ts +1 -0
  83. package/paymentcryptography/getKey.js.map +1 -1
  84. package/paymentcryptography/key.d.ts +2 -0
  85. package/paymentcryptography/key.js +2 -0
  86. package/paymentcryptography/key.js.map +1 -1
  87. package/rds/dbCluster.d.ts +0 -8
  88. package/rds/dbCluster.js.map +1 -1
  89. package/rds/dbInstance.d.ts +4 -13
  90. package/rds/dbInstance.js.map +1 -1
  91. package/rds/getDbCluster.d.ts +0 -8
  92. package/rds/getDbCluster.js.map +1 -1
  93. package/rds/getDbInstance.d.ts +2 -10
  94. package/rds/getDbInstance.js.map +1 -1
  95. package/route53/cidrCollection.d.ts +1 -1
  96. package/route53/cidrCollection.js +1 -1
  97. package/route53/getCidrCollection.d.ts +2 -2
  98. package/route53/getCidrCollection.js +2 -2
  99. package/route53resolver/resolverQueryLoggingConfig.d.ts +10 -0
  100. package/route53resolver/resolverQueryLoggingConfig.js +3 -1
  101. package/route53resolver/resolverQueryLoggingConfig.js.map +1 -1
  102. package/stepfunctions/activity.d.ts +6 -2
  103. package/stepfunctions/activity.js.map +1 -1
  104. package/transfer/webApp.d.ts +3 -0
  105. package/transfer/webApp.js +3 -1
  106. package/transfer/webApp.js.map +1 -1
  107. package/types/enums/backup/index.d.ts +0 -5
  108. package/types/enums/backup/index.js +1 -5
  109. package/types/enums/backup/index.js.map +1 -1
  110. package/types/enums/bedrock/index.d.ts +1 -0
  111. package/types/enums/bedrock/index.js +1 -0
  112. package/types/enums/bedrock/index.js.map +1 -1
  113. package/types/enums/cleanrooms/index.d.ts +19 -0
  114. package/types/enums/cleanrooms/index.js +17 -1
  115. package/types/enums/cleanrooms/index.js.map +1 -1
  116. package/types/enums/kinesis/index.d.ts +14 -0
  117. package/types/enums/kinesis/index.js +11 -1
  118. package/types/enums/kinesis/index.js.map +1 -1
  119. package/types/enums/lex/index.d.ts +4 -16
  120. package/types/enums/lex/index.js +1 -0
  121. package/types/enums/lex/index.js.map +1 -1
  122. package/types/enums/macie/index.d.ts +8 -0
  123. package/types/enums/macie/index.js +5 -1
  124. package/types/enums/macie/index.js.map +1 -1
  125. package/types/enums/paymentcryptography/index.d.ts +23 -0
  126. package/types/enums/paymentcryptography/index.js +23 -1
  127. package/types/enums/paymentcryptography/index.js.map +1 -1
  128. package/types/enums/qbusiness/index.d.ts +10 -0
  129. package/types/enums/qbusiness/index.js +9 -1
  130. package/types/enums/qbusiness/index.js.map +1 -1
  131. package/types/enums/quicksight/index.d.ts +15 -0
  132. package/types/enums/quicksight/index.js +19 -7
  133. package/types/enums/quicksight/index.js.map +1 -1
  134. package/types/enums/transfer/index.d.ts +5 -0
  135. package/types/enums/transfer/index.js +5 -1
  136. package/types/enums/transfer/index.js.map +1 -1
  137. package/types/input.d.ts +363 -490
  138. package/types/output.d.ts +359 -492
  139. package/types/output.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -4824,6 +4824,27 @@ export declare namespace applicationsignals {
4824
4824
  */
4825
4825
  startTime: pulumi.Input<number>;
4826
4826
  }
4827
+ /**
4828
+ * Configuration for identifying a dependency and its operation
4829
+ */
4830
+ interface ServiceLevelObjectiveDependencyConfigArgs {
4831
+ /**
4832
+ * If this SLO is related to a metric collected by Application Signals, you must use this field to specify which dependency the SLO metric is related to.
4833
+ *
4834
+ * - `Type` designates the type of object this is.
4835
+ * - `ResourceType` specifies the type of the resource. This field is used only when the value of the `Type` field is `Resource` or `AWS::Resource` .
4836
+ * - `Name` specifies the name of the object. This is used only if the value of the `Type` field is `Service` , `RemoteService` , or `AWS::Service` .
4837
+ * - `Identifier` identifies the resource objects of this resource. This is used only if the value of the `Type` field is `Resource` or `AWS::Resource` .
4838
+ * - `Environment` specifies the location where this object is hosted, or what it belongs to.
4839
+ */
4840
+ dependencyKeyAttributes: pulumi.Input<{
4841
+ [key: string]: pulumi.Input<string>;
4842
+ }>;
4843
+ /**
4844
+ * When the SLO monitors a specific operation of the dependency, this field specifies the name of that operation in the dependency.
4845
+ */
4846
+ dependencyOperationName: pulumi.Input<string>;
4847
+ }
4827
4848
  /**
4828
4849
  * A dimension is a name/value pair that is part of the identity of a metric. Because dimensions are part of the unique identifier for a metric, whenever you add a unique name/value pair to one of your metrics, you are creating a new variation of that metric. For example, many Amazon EC2 metrics publish `InstanceId` as a dimension name, and the actual instance ID as the value for that dimension. You can assign up to 30 dimensions to a metric.
4829
4850
  */
@@ -4990,6 +5011,10 @@ export declare namespace applicationsignals {
4990
5011
  * This structure contains the information about the metric that is used for a request-based SLO.
4991
5012
  */
4992
5013
  interface ServiceLevelObjectiveRequestBasedSliMetricArgs {
5014
+ /**
5015
+ * Identifies the dependency using the `DependencyKeyAttributes` and `DependencyOperationName` .
5016
+ */
5017
+ dependencyConfig?: pulumi.Input<inputs.applicationsignals.ServiceLevelObjectiveDependencyConfigArgs>;
4993
5018
  /**
4994
5019
  * This is a string-to-string map that contains information about the type of object that this SLO is related to. It can include the following fields.
4995
5020
  *
@@ -5054,6 +5079,10 @@ export declare namespace applicationsignals {
5054
5079
  * A structure that contains information about the metric that the SLO monitors.
5055
5080
  */
5056
5081
  interface ServiceLevelObjectiveSliMetricArgs {
5082
+ /**
5083
+ * Identifies the dependency using the `DependencyKeyAttributes` and `DependencyOperationName` .
5084
+ */
5085
+ dependencyConfig?: pulumi.Input<inputs.applicationsignals.ServiceLevelObjectiveDependencyConfigArgs>;
5057
5086
  /**
5058
5087
  * If this SLO is related to a metric collected by Application Signals, you must use this field to specify which service the SLO metric is related to. To do so, you must specify at least the `Type` , `Name` , and `Environment` attributes.
5059
5088
  *
@@ -8273,6 +8302,7 @@ export declare namespace batch {
8273
8302
  * The command that's passed to the container. This parameter maps to `Cmd` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `COMMAND` parameter to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) . For more information, see [https://docs.docker.com/engine/reference/builder/#cmd](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/builder/#cmd) .
8274
8303
  */
8275
8304
  command?: pulumi.Input<pulumi.Input<string>[]>;
8305
+ enableExecuteCommand?: pulumi.Input<boolean>;
8276
8306
  /**
8277
8307
  * The environment variables to pass to a container. This parameter maps to `Env` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `--env` option to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) .
8278
8308
  *
@@ -8415,6 +8445,7 @@ export declare namespace batch {
8415
8445
  * This object is a list of containers.
8416
8446
  */
8417
8447
  containers?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionTaskContainerPropertiesArgs>[]>;
8448
+ enableExecuteCommand?: pulumi.Input<boolean>;
8418
8449
  /**
8419
8450
  * The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on AWS Fargate .
8420
8451
  */
@@ -8928,6 +8959,7 @@ export declare namespace batch {
8928
8959
  * The command that's passed to the container. This parameter maps to `Cmd` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `COMMAND` parameter to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) . For more information, see [https://docs.docker.com/engine/reference/builder/#cmd](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/builder/#cmd) .
8929
8960
  */
8930
8961
  command?: pulumi.Input<pulumi.Input<string>[]>;
8962
+ enableExecuteCommand?: pulumi.Input<boolean>;
8931
8963
  /**
8932
8964
  * The environment variables to pass to a container. This parameter maps to `Env` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `--env` option to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) .
8933
8965
  *
@@ -9052,6 +9084,7 @@ export declare namespace batch {
9052
9084
  * This object is a list of containers.
9053
9085
  */
9054
9086
  containers?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionTaskContainerPropertiesArgs>[]>;
9087
+ enableExecuteCommand?: pulumi.Input<boolean>;
9055
9088
  /**
9056
9089
  * The Amazon Resource Name (ARN) of the execution role that AWS Batch can assume. For jobs that run on Fargate resources, you must provide an execution role. For more information, see [AWS Batch execution IAM role](https://docs.aws.amazon.com/batch/latest/userguide/execution-IAM-role.html) in the *AWS Batch User Guide* .
9057
9090
  */
@@ -9263,6 +9296,7 @@ export declare namespace batch {
9263
9296
  * All jobs must have at least one essential container. If you have an application that's composed of multiple containers, group containers that are used for a common purpose into components, and separate the different components into multiple task definitions. For more information, see [Application Architecture](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/application_architecture.html) in the *Amazon Elastic Container Service Developer Guide* .
9264
9297
  */
9265
9298
  essential?: pulumi.Input<boolean>;
9299
+ firelensConfiguration?: pulumi.Input<inputs.batch.JobDefinitionTaskContainerPropertiesFirelensConfigurationPropertiesArgs>;
9266
9300
  /**
9267
9301
  * The image used to start a container. This string is passed directly to the Docker daemon. By default, images in the Docker Hub registry are available. Other repositories are specified with either `repository-url/image:tag` or `repository-url/image@digest` . Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to `Image` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.35/) and the `IMAGE` parameter of the [*docker run*](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/#security-configuration) .
9268
9302
  */
@@ -9349,6 +9383,12 @@ export declare namespace batch {
9349
9383
  */
9350
9384
  user?: pulumi.Input<string>;
9351
9385
  }
9386
+ interface JobDefinitionTaskContainerPropertiesFirelensConfigurationPropertiesArgs {
9387
+ options?: pulumi.Input<{
9388
+ [key: string]: pulumi.Input<string>;
9389
+ }>;
9390
+ type: pulumi.Input<string>;
9391
+ }
9352
9392
  interface JobDefinitionTmpfsArgs {
9353
9393
  /**
9354
9394
  * The absolute file path in the container where the `tmpfs` volume is mounted.
@@ -11503,6 +11543,44 @@ export declare namespace bedrock {
11503
11543
  */
11504
11544
  textField: pulumi.Input<string>;
11505
11545
  }
11546
+ /**
11547
+ * Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
11548
+ */
11549
+ interface KnowledgeBaseOpenSearchManagedClusterConfigurationArgs {
11550
+ /**
11551
+ * The Amazon Resource Name (ARN) of the OpenSearch domain.
11552
+ */
11553
+ domainArn: pulumi.Input<string>;
11554
+ /**
11555
+ * The endpoint URL the OpenSearch domain.
11556
+ */
11557
+ domainEndpoint: pulumi.Input<string>;
11558
+ /**
11559
+ * Contains the names of the fields to which to map information about the vector store.
11560
+ */
11561
+ fieldMapping: pulumi.Input<inputs.bedrock.KnowledgeBaseOpenSearchManagedClusterFieldMappingArgs>;
11562
+ /**
11563
+ * The name of the vector store.
11564
+ */
11565
+ vectorIndexName: pulumi.Input<string>;
11566
+ }
11567
+ /**
11568
+ * A mapping of Bedrock Knowledge Base fields to OpenSearch Managed Cluster field names
11569
+ */
11570
+ interface KnowledgeBaseOpenSearchManagedClusterFieldMappingArgs {
11571
+ /**
11572
+ * The name of the field in which Amazon Bedrock stores metadata about the vector store.
11573
+ */
11574
+ metadataField: pulumi.Input<string>;
11575
+ /**
11576
+ * The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
11577
+ */
11578
+ textField: pulumi.Input<string>;
11579
+ /**
11580
+ * The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
11581
+ */
11582
+ vectorField: pulumi.Input<string>;
11583
+ }
11506
11584
  /**
11507
11585
  * Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
11508
11586
  */
@@ -11804,6 +11882,10 @@ export declare namespace bedrock {
11804
11882
  * Contains details about the Neptune Analytics configuration of the knowledge base in Amazon Neptune. For more information, see [Create a vector index in Amazon Neptune Analytics.](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-neptune.html) .
11805
11883
  */
11806
11884
  neptuneAnalyticsConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseNeptuneAnalyticsConfigurationArgs>;
11885
+ /**
11886
+ * Contains details about the storage configuration of the knowledge base in OpenSearch Managed Cluster. For more information, see [Create a vector index in Amazon OpenSearch Service](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-osm.html) .
11887
+ */
11888
+ opensearchManagedClusterConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseOpenSearchManagedClusterConfigurationArgs>;
11807
11889
  /**
11808
11890
  * Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
11809
11891
  */
@@ -12514,12 +12596,40 @@ export declare namespace cleanrooms {
12514
12596
  */
12515
12597
  type: pulumi.Input<enums.cleanrooms.AnalysisTemplateAnalysisParameterType>;
12516
12598
  }
12517
- interface AnalysisTemplateAnalysisSourceArgs {
12599
+ interface AnalysisTemplateAnalysisSchemaArgs {
12518
12600
  /**
12519
- * The query text.
12601
+ * The tables referenced in the analysis schema.
12520
12602
  */
12603
+ referencedTables: pulumi.Input<pulumi.Input<string>[]>;
12604
+ }
12605
+ interface AnalysisTemplateAnalysisSource0PropertiesArgs {
12521
12606
  text: pulumi.Input<string>;
12522
12607
  }
12608
+ interface AnalysisTemplateAnalysisSource1PropertiesArgs {
12609
+ artifacts: pulumi.Input<inputs.cleanrooms.AnalysisTemplateArtifactsArgs>;
12610
+ }
12611
+ interface AnalysisTemplateAnalysisSourceMetadataPropertiesArgs {
12612
+ artifacts: pulumi.Input<inputs.cleanrooms.AnalysisTemplateArtifactMetadataArgs>;
12613
+ }
12614
+ interface AnalysisTemplateArtifactArgs {
12615
+ location: pulumi.Input<inputs.cleanrooms.AnalysisTemplateS3LocationArgs>;
12616
+ }
12617
+ interface AnalysisTemplateArtifactMetadataArgs {
12618
+ additionalArtifactHashes?: pulumi.Input<pulumi.Input<inputs.cleanrooms.AnalysisTemplateHashArgs>[]>;
12619
+ entryPointHash: pulumi.Input<inputs.cleanrooms.AnalysisTemplateHashArgs>;
12620
+ }
12621
+ interface AnalysisTemplateArtifactsArgs {
12622
+ additionalArtifacts?: pulumi.Input<pulumi.Input<inputs.cleanrooms.AnalysisTemplateArtifactArgs>[]>;
12623
+ entryPoint: pulumi.Input<inputs.cleanrooms.AnalysisTemplateArtifactArgs>;
12624
+ roleArn: pulumi.Input<string>;
12625
+ }
12626
+ interface AnalysisTemplateHashArgs {
12627
+ sha256?: pulumi.Input<string>;
12628
+ }
12629
+ interface AnalysisTemplateS3LocationArgs {
12630
+ bucket: pulumi.Input<string>;
12631
+ key: pulumi.Input<string>;
12632
+ }
12523
12633
  interface CollaborationDataEncryptionMetadataArgs {
12524
12634
  /**
12525
12635
  * Indicates whether encrypted tables can contain cleartext data ( `TRUE` ) or are to cryptographically process every column ( `FALSE` ).
@@ -12538,6 +12648,16 @@ export declare namespace cleanrooms {
12538
12648
  */
12539
12649
  preserveNulls: pulumi.Input<boolean>;
12540
12650
  }
12651
+ interface CollaborationJobComputePaymentConfigArgs {
12652
+ /**
12653
+ * Indicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs ( `TRUE` ) or has not configured the collaboration member to pay for query and job compute costs ( `FALSE` ).
12654
+ *
12655
+ * Exactly one member can be configured to pay for query and job compute costs. An error is returned if the collaboration creator sets a `TRUE` value for more than one member in the collaboration.
12656
+ *
12657
+ * An error is returned if the collaboration creator sets a `FALSE` value for the member who can run queries and jobs.
12658
+ */
12659
+ isResponsible: pulumi.Input<boolean>;
12660
+ }
12541
12661
  interface CollaborationMemberSpecificationArgs {
12542
12662
  /**
12543
12663
  * The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
@@ -12601,6 +12721,10 @@ export declare namespace cleanrooms {
12601
12721
  isResponsible: pulumi.Input<boolean>;
12602
12722
  }
12603
12723
  interface CollaborationPaymentConfigurationArgs {
12724
+ /**
12725
+ * The compute configuration for the job.
12726
+ */
12727
+ jobCompute?: pulumi.Input<inputs.cleanrooms.CollaborationJobComputePaymentConfigArgs>;
12604
12728
  /**
12605
12729
  * An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
12606
12730
  */
@@ -12786,6 +12910,19 @@ export declare namespace cleanrooms {
12786
12910
  */
12787
12911
  manageResourcePolicies: pulumi.Input<boolean>;
12788
12912
  }
12913
+ interface MembershipJobComputePaymentConfigArgs {
12914
+ /**
12915
+ * Indicates whether the collaboration member has accepted to pay for job compute costs ( `TRUE` ) or has not accepted to pay for query and job compute costs ( `FALSE` ).
12916
+ *
12917
+ * There is only one member who pays for queries and jobs.
12918
+ *
12919
+ * An error message is returned for the following reasons:
12920
+ *
12921
+ * - If you set the value to `FALSE` but you are responsible to pay for query and job compute costs.
12922
+ * - If you set the value to `TRUE` but you are not responsible to pay for query and job compute costs.
12923
+ */
12924
+ isResponsible: pulumi.Input<boolean>;
12925
+ }
12789
12926
  interface MembershipMlPaymentConfigArgs {
12790
12927
  /**
12791
12928
  * The payment responsibilities accepted by the member for model inference.
@@ -12823,6 +12960,10 @@ export declare namespace cleanrooms {
12823
12960
  isResponsible: pulumi.Input<boolean>;
12824
12961
  }
12825
12962
  interface MembershipPaymentConfigurationArgs {
12963
+ /**
12964
+ * The payment responsibilities accepted by the collaboration member for job compute costs.
12965
+ */
12966
+ jobCompute?: pulumi.Input<inputs.cleanrooms.MembershipJobComputePaymentConfigArgs>;
12826
12967
  /**
12827
12968
  * The payment responsibilities accepted by the collaboration member for machine learning costs.
12828
12969
  */
@@ -12832,6 +12973,32 @@ export declare namespace cleanrooms {
12832
12973
  */
12833
12974
  queryCompute: pulumi.Input<inputs.cleanrooms.MembershipQueryComputePaymentConfigArgs>;
12834
12975
  }
12976
+ interface MembershipProtectedJobOutputConfigurationArgs {
12977
+ /**
12978
+ * Contains the configuration to write the job results to S3.
12979
+ */
12980
+ s3: pulumi.Input<inputs.cleanrooms.MembershipProtectedJobS3OutputConfigurationInputArgs>;
12981
+ }
12982
+ interface MembershipProtectedJobResultConfigurationArgs {
12983
+ /**
12984
+ * The output configuration for a protected job result.
12985
+ */
12986
+ outputConfiguration: pulumi.Input<inputs.cleanrooms.MembershipProtectedJobOutputConfigurationArgs>;
12987
+ /**
12988
+ * The unique ARN for an IAM role that is used by AWS Clean Rooms to write protected job results to the result location, given by the member who can receive results.
12989
+ */
12990
+ roleArn: pulumi.Input<string>;
12991
+ }
12992
+ interface MembershipProtectedJobS3OutputConfigurationInputArgs {
12993
+ /**
12994
+ * The S3 bucket for job output.
12995
+ */
12996
+ bucket: pulumi.Input<string>;
12997
+ /**
12998
+ * The S3 prefix to unload the protected job results.
12999
+ */
13000
+ keyPrefix?: pulumi.Input<string>;
13001
+ }
12835
13002
  interface MembershipProtectedQueryOutputConfigurationArgs {
12836
13003
  /**
12837
13004
  * Required configuration for a protected query with an `s3` output type.
@@ -21542,6 +21709,8 @@ export declare namespace dms {
21542
21709
  }
21543
21710
  export declare namespace docdbelastic {
21544
21711
  }
21712
+ export declare namespace dsql {
21713
+ }
21545
21714
  export declare namespace dynamodb {
21546
21715
  interface GlobalTableAttributeDefinitionArgs {
21547
21716
  /**
@@ -22090,7 +22259,7 @@ export declare namespace dynamodb {
22090
22259
  interface TableProjectionArgs {
22091
22260
  /**
22092
22261
  * Represents the non-key attribute names which will be projected into the index.
22093
- * For local secondary indexes, the total count of ``NonKeyAttributes`` summed across all of the local secondary indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.
22262
+ * For global and local secondary indexes, the total count of ``NonKeyAttributes`` summed across all of the secondary indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. This limit only applies when you specify the ProjectionType of ``INCLUDE``. You still can specify the ProjectionType of ``ALL`` to project all attributes from the source table, even if the table has more than 100 attributes.
22094
22263
  */
22095
22264
  nonKeyAttributes?: pulumi.Input<pulumi.Input<string>[]>;
22096
22265
  /**
@@ -26023,6 +26192,9 @@ export declare namespace ec2 {
26023
26192
  */
26024
26193
  userInfoEndpoint?: pulumi.Input<string>;
26025
26194
  }
26195
+ /**
26196
+ * Describes the DNS options for an endpoint.
26197
+ */
26026
26198
  interface VpcEndpointDnsOptionsSpecificationArgs {
26027
26199
  /**
26028
26200
  * The DNS records created for the endpoint.
@@ -43964,9 +44136,6 @@ export declare namespace lambda {
43964
44136
  export declare namespace launchwizard {
43965
44137
  }
43966
44138
  export declare namespace lex {
43967
- /**
43968
- * Provides settings that enable advanced recognition settings for slot values.
43969
- */
43970
44139
  interface BotAdvancedRecognitionSettingArgs {
43971
44140
  /**
43972
44141
  * Enables using the slot values as a custom vocabulary for recognizing user utterances.
@@ -44091,146 +44260,71 @@ export declare namespace lex {
44091
44260
  destination: pulumi.Input<inputs.lex.BotAliasTextLogDestinationArgs>;
44092
44261
  enabled: pulumi.Input<boolean>;
44093
44262
  }
44094
- /**
44095
- * Specifies the allowed input types.
44096
- */
44097
44263
  interface BotAllowedInputTypesArgs {
44098
- /**
44099
- * Indicates whether audio input is allowed.
44100
- */
44101
44264
  allowAudioInput: pulumi.Input<boolean>;
44102
- /**
44103
- * Indicates whether DTMF input is allowed.
44104
- */
44105
44265
  allowDtmfInput: pulumi.Input<boolean>;
44106
44266
  }
44107
- /**
44108
- * Specifies the audio and DTMF input specification.
44109
- */
44110
44267
  interface BotAudioAndDtmfInputSpecificationArgs {
44111
44268
  audioSpecification?: pulumi.Input<inputs.lex.BotAudioSpecificationArgs>;
44112
44269
  dtmfSpecification?: pulumi.Input<inputs.lex.BotDtmfSpecificationArgs>;
44113
- /**
44114
- * Time for which a bot waits before assuming that the customer isn't going to speak or press a key. This timeout is shared between Audio and DTMF inputs.
44115
- */
44116
44270
  startTimeoutMs: pulumi.Input<number>;
44117
44271
  }
44118
- /**
44119
- * The location of audio log files collected when conversation logging is enabled for a bot.
44120
- */
44121
44272
  interface BotAudioLogDestinationArgs {
44122
44273
  s3Bucket: pulumi.Input<inputs.lex.BotS3BucketLogDestinationArgs>;
44123
44274
  }
44124
- /**
44125
- * Settings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.
44126
- */
44127
44275
  interface BotAudioLogSettingArgs {
44128
44276
  destination: pulumi.Input<inputs.lex.BotAudioLogDestinationArgs>;
44129
44277
  enabled: pulumi.Input<boolean>;
44130
44278
  }
44131
- /**
44132
- * Specifies the audio input specifications.
44133
- */
44134
44279
  interface BotAudioSpecificationArgs {
44135
- /**
44136
- * Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
44137
- */
44138
44280
  endTimeoutMs: pulumi.Input<number>;
44139
- /**
44140
- * Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
44141
- */
44142
44281
  maxLengthMs: pulumi.Input<number>;
44143
44282
  }
44144
- /**
44145
- * Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
44146
- */
44283
+ interface BotBedrockAgentIntentConfigurationArgs {
44284
+ bedrockAgentConfiguration?: pulumi.Input<inputs.lex.BotBedrockAgentIntentConfigurationBedrockAgentConfigurationPropertiesArgs>;
44285
+ bedrockAgentIntentKnowledgeBaseConfiguration?: pulumi.Input<inputs.lex.BotBedrockAgentIntentConfigurationBedrockAgentIntentKnowledgeBaseConfigurationPropertiesArgs>;
44286
+ }
44287
+ interface BotBedrockAgentIntentConfigurationBedrockAgentConfigurationPropertiesArgs {
44288
+ bedrockAgentAliasId?: pulumi.Input<string>;
44289
+ bedrockAgentId?: pulumi.Input<string>;
44290
+ }
44291
+ interface BotBedrockAgentIntentConfigurationBedrockAgentIntentKnowledgeBaseConfigurationPropertiesArgs {
44292
+ bedrockKnowledgeBaseArn: pulumi.Input<string>;
44293
+ bedrockModelConfiguration: pulumi.Input<inputs.lex.BotBedrockModelSpecificationArgs>;
44294
+ }
44147
44295
  interface BotBedrockModelSpecificationArgs {
44148
- /**
44149
- * The guardrail configuration in the Bedrock model specification details.
44150
- */
44151
44296
  bedrockGuardrailConfiguration?: pulumi.Input<inputs.lex.BotBedrockModelSpecificationBedrockGuardrailConfigurationPropertiesArgs>;
44152
- /**
44153
- * The custom prompt used in the Bedrock model specification details.
44154
- */
44155
44297
  bedrockModelCustomPrompt?: pulumi.Input<string>;
44156
- /**
44157
- * The Bedrock trace status in the Bedrock model specification details.
44158
- */
44159
44298
  bedrockTraceStatus?: pulumi.Input<enums.lex.BotBedrockModelSpecificationBedrockTraceStatus>;
44160
44299
  /**
44161
44300
  * The ARN of the foundation model used in descriptive bot building.
44162
44301
  */
44163
44302
  modelArn: pulumi.Input<string>;
44164
44303
  }
44165
- /**
44166
- * The guardrail configuration in the Bedrock model specification details.
44167
- */
44168
44304
  interface BotBedrockModelSpecificationBedrockGuardrailConfigurationPropertiesArgs {
44169
- /**
44170
- * The unique guardrail id for the Bedrock guardrail configuration.
44171
- */
44172
44305
  bedrockGuardrailIdentifier?: pulumi.Input<string>;
44173
- /**
44174
- * The guardrail version for the Bedrock guardrail configuration.
44175
- */
44176
44306
  bedrockGuardrailVersion?: pulumi.Input<string>;
44177
44307
  }
44178
- /**
44179
- * A button to use on a response card used to gather slot values from a user.
44180
- */
44181
44308
  interface BotButtonArgs {
44182
- /**
44183
- * The text that appears on the button.
44184
- */
44185
44309
  text: pulumi.Input<string>;
44186
- /**
44187
- * The value returned to Amazon Lex when the user chooses this button.
44188
- */
44189
44310
  value: pulumi.Input<string>;
44190
44311
  }
44191
44312
  interface BotCloudWatchLogGroupLogDestinationArgs {
44192
- /**
44193
- * A string used to identify the groupArn for the Cloudwatch Log Group
44194
- */
44195
44313
  cloudWatchLogGroupArn: pulumi.Input<string>;
44196
- /**
44197
- * A string containing the value for the Log Prefix
44198
- */
44199
44314
  logPrefix: pulumi.Input<string>;
44200
44315
  }
44201
- /**
44202
- * Provides an expression that evaluates to true or false.
44203
- */
44316
+ interface BotCompositeSlotTypeSettingArgs {
44317
+ subSlots?: pulumi.Input<pulumi.Input<inputs.lex.BotSubSlotTypeCompositionArgs>[]>;
44318
+ }
44204
44319
  interface BotConditionArgs {
44205
- /**
44206
- * The expression string that is evaluated.
44207
- */
44208
44320
  expressionString: pulumi.Input<string>;
44209
44321
  }
44210
- /**
44211
- * A set of actions that Amazon Lex should run if the condition is matched.
44212
- */
44213
44322
  interface BotConditionalBranchArgs {
44214
- /**
44215
- * Contains the expression to evaluate. If the condition is true, the branch's actions are taken.
44216
- */
44217
44323
  condition: pulumi.Input<inputs.lex.BotConditionArgs>;
44218
- /**
44219
- * The name of the branch.
44220
- */
44221
44324
  name: pulumi.Input<string>;
44222
- /**
44223
- * The next step in the conversation.
44224
- */
44225
44325
  nextStep: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44226
- /**
44227
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44228
- */
44229
44326
  response?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44230
44327
  }
44231
- /**
44232
- * Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
44233
- */
44234
44328
  interface BotConditionalSpecificationArgs {
44235
44329
  /**
44236
44330
  * A list of conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true.
@@ -44241,13 +44335,10 @@ export declare namespace lex {
44241
44335
  */
44242
44336
  defaultBranch: pulumi.Input<inputs.lex.BotDefaultConditionalBranchArgs>;
44243
44337
  /**
44244
- * Determines whether a conditional branch is active. When active is false, the conditions are not evaluated.
44338
+ * Determines whether a conditional branch is active. When `IsActive` is false, the conditions are not evaluated.
44245
44339
  */
44246
44340
  isActive: pulumi.Input<boolean>;
44247
44341
  }
44248
- /**
44249
- * Contains information about code hooks that Amazon Lex calls during a conversation.
44250
- */
44251
44342
  interface BotConversationLogSettingsArgs {
44252
44343
  /**
44253
44344
  * The Amazon S3 settings for logging audio to an S3 bucket.
@@ -44258,44 +44349,20 @@ export declare namespace lex {
44258
44349
  */
44259
44350
  textLogSettings?: pulumi.Input<pulumi.Input<inputs.lex.BotTextLogSettingArgs>[]>;
44260
44351
  }
44261
- /**
44262
- * A message in a custom format defined by the client application.
44263
- */
44264
44352
  interface BotCustomPayloadArgs {
44265
- /**
44266
- * The string that is sent to your application.
44267
- */
44268
44353
  value: pulumi.Input<string>;
44269
44354
  }
44270
- /**
44271
- * A custom vocabulary is a list of specific phrases that you want Amazon Lex V2 to recognize in the audio input.
44272
- */
44273
44355
  interface BotCustomVocabularyArgs {
44274
44356
  /**
44275
44357
  * Specifies a list of words that you expect to be used during a conversation with your bot.
44276
44358
  */
44277
44359
  customVocabularyItems: pulumi.Input<pulumi.Input<inputs.lex.BotCustomVocabularyItemArgs>[]>;
44278
44360
  }
44279
- /**
44280
- * A custom vocabulary item that contains the phrase to recognize and a weight to give the boost.
44281
- */
44282
44361
  interface BotCustomVocabularyItemArgs {
44283
- /**
44284
- * Defines how you want your phrase to look in your transcription output.
44285
- */
44286
44362
  displayAs?: pulumi.Input<string>;
44287
- /**
44288
- * Phrase that should be recognized.
44289
- */
44290
44363
  phrase: pulumi.Input<string>;
44291
- /**
44292
- * The degree to which the phrase recognition is boosted. The weight 0 means that no boosting will be applied and the entry will only be used for performing replacements using the displayAs field.
44293
- */
44294
44364
  weight?: pulumi.Input<number>;
44295
44365
  }
44296
- /**
44297
- * A set of actions that Amazon Lex should run if none of the other conditions are met.
44298
- */
44299
44366
  interface BotDefaultConditionalBranchArgs {
44300
44367
  /**
44301
44368
  * The next step in the conversation.
@@ -44306,12 +44373,9 @@ export declare namespace lex {
44306
44373
  */
44307
44374
  response?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44308
44375
  }
44309
- /**
44310
- * Defines the action that the bot executes at runtime when the conversation reaches this step.
44311
- */
44312
44376
  interface BotDialogActionArgs {
44313
44377
  /**
44314
- * If the dialog action is ElicitSlot, defines the slot to elicit from the user.
44378
+ * If the dialog action is `ElicitSlot` , defines the slot to elicit from the user.
44315
44379
  */
44316
44380
  slotToElicit?: pulumi.Input<string>;
44317
44381
  /**
@@ -44323,9 +44387,6 @@ export declare namespace lex {
44323
44387
  */
44324
44388
  type: pulumi.Input<enums.lex.BotDialogActionType>;
44325
44389
  }
44326
- /**
44327
- * Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
44328
- */
44329
44390
  interface BotDialogCodeHookInvocationSettingArgs {
44330
44391
  /**
44331
44392
  * Indicates whether a Lambda function should be invoked for the dialog.
@@ -44344,18 +44405,12 @@ export declare namespace lex {
44344
44405
  */
44345
44406
  postCodeHookSpecification: pulumi.Input<inputs.lex.BotPostDialogCodeHookInvocationSpecificationArgs>;
44346
44407
  }
44347
- /**
44348
- * Settings that determine the Lambda function that Amazon Lex uses for processing user responses.
44349
- */
44350
44408
  interface BotDialogCodeHookSettingArgs {
44351
44409
  /**
44352
44410
  * Enables the dialog code hook so that it processes user requests.
44353
44411
  */
44354
44412
  enabled: pulumi.Input<boolean>;
44355
44413
  }
44356
- /**
44357
- * The current state of the conversation with the user.
44358
- */
44359
44414
  interface BotDialogStateArgs {
44360
44415
  /**
44361
44416
  * Defines the action that the bot executes at runtime when the conversation reaches this step.
@@ -44366,34 +44421,16 @@ export declare namespace lex {
44366
44421
  */
44367
44422
  intent?: pulumi.Input<inputs.lex.BotIntentOverrideArgs>;
44368
44423
  /**
44369
- * List of session attributes to be applied when the conversation reaches this step.
44424
+ * Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.
44370
44425
  */
44371
44426
  sessionAttributes?: pulumi.Input<pulumi.Input<inputs.lex.BotSessionAttributeArgs>[]>;
44372
44427
  }
44373
- /**
44374
- * Specifies the settings on DTMF input.
44375
- */
44376
44428
  interface BotDtmfSpecificationArgs {
44377
- /**
44378
- * The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
44379
- */
44380
44429
  deletionCharacter: pulumi.Input<string>;
44381
- /**
44382
- * The DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.
44383
- */
44384
44430
  endCharacter: pulumi.Input<string>;
44385
- /**
44386
- * How long the bot should wait after the last DTMF character input before assuming that the input has concluded.
44387
- */
44388
44431
  endTimeoutMs: pulumi.Input<number>;
44389
- /**
44390
- * The maximum number of DTMF digits allowed in an utterance.
44391
- */
44392
44432
  maxLength: pulumi.Input<number>;
44393
44433
  }
44394
- /**
44395
- * Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.
44396
- */
44397
44434
  interface BotElicitationCodeHookInvocationSettingArgs {
44398
44435
  /**
44399
44436
  * Indicates whether a Lambda function should be invoked for the dialog.
@@ -44404,18 +44441,12 @@ export declare namespace lex {
44404
44441
  */
44405
44442
  invocationLabel?: pulumi.Input<string>;
44406
44443
  }
44407
- /**
44408
- * Provides information about the external source of the slot type's definition.
44409
- */
44410
44444
  interface BotExternalSourceSettingArgs {
44411
44445
  /**
44412
44446
  * Settings required for a slot type based on a grammar that you provide.
44413
44447
  */
44414
44448
  grammarSlotTypeSetting?: pulumi.Input<inputs.lex.BotGrammarSlotTypeSettingArgs>;
44415
44449
  }
44416
- /**
44417
- * Settings that determine if a Lambda function should be invoked to fulfill a specific intent.
44418
- */
44419
44450
  interface BotFulfillmentCodeHookSettingArgs {
44420
44451
  /**
44421
44452
  * Indicates whether a Lambda function should be invoked to fulfill a specific intent.
@@ -44426,7 +44457,7 @@ export declare namespace lex {
44426
44457
  */
44427
44458
  fulfillmentUpdatesSpecification?: pulumi.Input<inputs.lex.BotFulfillmentUpdatesSpecificationArgs>;
44428
44459
  /**
44429
- * Determines whether the fulfillment code hook is used. When active is false, the code hook doesn't run.
44460
+ * Determines whether the fulfillment code hook is used. When `active` is false, the code hook doesn't run.
44430
44461
  */
44431
44462
  isActive?: pulumi.Input<boolean>;
44432
44463
  /**
@@ -44434,9 +44465,6 @@ export declare namespace lex {
44434
44465
  */
44435
44466
  postFulfillmentStatusSpecification?: pulumi.Input<inputs.lex.BotPostFulfillmentStatusSpecificationArgs>;
44436
44467
  }
44437
- /**
44438
- * Provides settings for a message that is sent to the user when a fulfillment Lambda function starts running.
44439
- */
44440
44468
  interface BotFulfillmentStartResponseSpecificationArgs {
44441
44469
  /**
44442
44470
  * Determines whether the user can interrupt the start message while it is playing.
@@ -44451,9 +44479,6 @@ export declare namespace lex {
44451
44479
  */
44452
44480
  messageGroups: pulumi.Input<pulumi.Input<inputs.lex.BotMessageGroupArgs>[]>;
44453
44481
  }
44454
- /**
44455
- * Provides settings for a message that is sent periodically to the user while a fulfillment Lambda function is running.
44456
- */
44457
44482
  interface BotFulfillmentUpdateResponseSpecificationArgs {
44458
44483
  /**
44459
44484
  * Determines whether the user can interrupt an update message while it is playing.
@@ -44468,12 +44493,11 @@ export declare namespace lex {
44468
44493
  */
44469
44494
  messageGroups: pulumi.Input<pulumi.Input<inputs.lex.BotMessageGroupArgs>[]>;
44470
44495
  }
44471
- /**
44472
- * Provides information for updating the user on the progress of fulfilling an intent.
44473
- */
44474
44496
  interface BotFulfillmentUpdatesSpecificationArgs {
44475
44497
  /**
44476
44498
  * Determines whether fulfillment updates are sent to the user. When this field is true, updates are sent.
44499
+ *
44500
+ * If the `active` field is set to true, the `startResponse` , `updateResponse` , and `timeoutInSeconds` fields are required.
44477
44501
  */
44478
44502
  active: pulumi.Input<boolean>;
44479
44503
  /**
@@ -44489,56 +44513,32 @@ export declare namespace lex {
44489
44513
  */
44490
44514
  updateResponse?: pulumi.Input<inputs.lex.BotFulfillmentUpdateResponseSpecificationArgs>;
44491
44515
  }
44492
- /**
44493
- * Settings required for a slot type based on a grammar that you provide.
44494
- */
44495
44516
  interface BotGrammarSlotTypeSettingArgs {
44496
44517
  /**
44497
44518
  * The source of the grammar used to create the slot type.
44498
44519
  */
44499
44520
  source?: pulumi.Input<inputs.lex.BotGrammarSlotTypeSourceArgs>;
44500
44521
  }
44501
- /**
44502
- * Describes the Amazon S3 bucket name and location for the grammar that is the source for the slot type.
44503
- */
44504
44522
  interface BotGrammarSlotTypeSourceArgs {
44505
44523
  /**
44506
- * The Amazon KMS key required to decrypt the contents of the grammar, if any.
44524
+ * The AWS KMS key required to decrypt the contents of the grammar, if any.
44507
44525
  */
44508
44526
  kmsKeyArn?: pulumi.Input<string>;
44509
44527
  /**
44510
- * The name of the S3 bucket that contains the grammar source.
44528
+ * The name of the Amazon S3 bucket that contains the grammar source.
44511
44529
  */
44512
44530
  s3BucketName: pulumi.Input<string>;
44513
44531
  /**
44514
- * The path to the grammar in the S3 bucket.
44532
+ * The path to the grammar in the Amazon S3 bucket.
44515
44533
  */
44516
44534
  s3ObjectKey: pulumi.Input<string>;
44517
44535
  }
44518
- /**
44519
- * A message that defines a response card that the client application can show to the user.
44520
- */
44521
44536
  interface BotImageResponseCardArgs {
44522
- /**
44523
- * A list of buttons that should be displayed on the response card.
44524
- */
44525
44537
  buttons?: pulumi.Input<pulumi.Input<inputs.lex.BotButtonArgs>[]>;
44526
- /**
44527
- * The URL of an image to display on the response card.
44528
- */
44529
44538
  imageUrl?: pulumi.Input<string>;
44530
- /**
44531
- * The subtitle to display on the response card.
44532
- */
44533
44539
  subtitle?: pulumi.Input<string>;
44534
- /**
44535
- * The title to display on the response card.
44536
- */
44537
44540
  title: pulumi.Input<string>;
44538
44541
  }
44539
- /**
44540
- * Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
44541
- */
44542
44542
  interface BotInitialResponseSettingArgs {
44543
44543
  /**
44544
44544
  * Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
@@ -44557,19 +44557,11 @@ export declare namespace lex {
44557
44557
  */
44558
44558
  nextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44559
44559
  }
44560
- /**
44561
- * InputContext specified for the intent.
44562
- */
44563
44560
  interface BotInputContextArgs {
44564
- /**
44565
- * The name of the context.
44566
- */
44567
44561
  name: pulumi.Input<string>;
44568
44562
  }
44569
- /**
44570
- * Represents an action that the user wants to perform.
44571
- */
44572
44563
  interface BotIntentArgs {
44564
+ bedrockAgentIntentConfiguration?: pulumi.Input<inputs.lex.BotBedrockAgentIntentConfigurationArgs>;
44573
44565
  /**
44574
44566
  * Description of thr intent.
44575
44567
  */
@@ -44603,7 +44595,7 @@ export declare namespace lex {
44603
44595
  */
44604
44596
  kendraConfiguration?: pulumi.Input<inputs.lex.BotKendraConfigurationArgs>;
44605
44597
  /**
44606
- * The name of the intent.
44598
+ * The name of the intent. Intent names must be unique within the locale that contains the intent and can't match the name of any built-in intent.
44607
44599
  */
44608
44600
  name: pulumi.Input<string>;
44609
44601
  /**
@@ -44614,9 +44606,10 @@ export declare namespace lex {
44614
44606
  * A unique identifier for the built-in intent to base this intent on.
44615
44607
  */
44616
44608
  parentIntentSignature?: pulumi.Input<string>;
44609
+ qInConnectIntentConfiguration?: pulumi.Input<inputs.lex.BotQInConnectIntentConfigurationArgs>;
44617
44610
  qnAIntentConfiguration?: pulumi.Input<inputs.lex.BotQnAIntentConfigurationArgs>;
44618
44611
  /**
44619
- * A sample utterance that invokes an intent or respond to a slot elicitation prompt.
44612
+ * A list of utterances that a user might say to signal the intent.
44620
44613
  */
44621
44614
  sampleUtterances?: pulumi.Input<pulumi.Input<inputs.lex.BotSampleUtteranceArgs>[]>;
44622
44615
  /**
@@ -44624,24 +44617,21 @@ export declare namespace lex {
44624
44617
  */
44625
44618
  slotPriorities?: pulumi.Input<pulumi.Input<inputs.lex.BotSlotPriorityArgs>[]>;
44626
44619
  /**
44627
- * List of slots
44620
+ * A list of slots that the intent requires for fulfillment.
44628
44621
  */
44629
44622
  slots?: pulumi.Input<pulumi.Input<inputs.lex.BotSlotArgs>[]>;
44630
44623
  }
44631
- /**
44632
- * Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.
44633
- */
44634
44624
  interface BotIntentClosingSettingArgs {
44635
44625
  /**
44636
44626
  * The response that Amazon Lex sends to the user when the intent is complete.
44637
44627
  */
44638
44628
  closingResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44639
44629
  /**
44640
- * A list of conditional branches associated with the intent's closing response. These branches are executed when the nextStep attribute is set to EvalutateConditional.
44630
+ * A list of conditional branches associated with the intent's closing response. These branches are executed when the `nextStep` attribute is set to `EvalutateConditional` .
44641
44631
  */
44642
44632
  conditional?: pulumi.Input<inputs.lex.BotConditionalSpecificationArgs>;
44643
44633
  /**
44644
- * Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the active field isn't specified, the default is true.
44634
+ * Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the `IsActive` field isn't specified, the default is true.
44645
44635
  */
44646
44636
  isActive?: pulumi.Input<boolean>;
44647
44637
  /**
@@ -44649,12 +44639,9 @@ export declare namespace lex {
44649
44639
  */
44650
44640
  nextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44651
44641
  }
44652
- /**
44653
- * Provides a prompt for making sure that the user is ready for the intent to be fulfilled.
44654
- */
44655
44642
  interface BotIntentConfirmationSettingArgs {
44656
44643
  /**
44657
- * The DialogCodeHookInvocationSetting object associated with intent's confirmation step. The dialog code hook is triggered based on these invocation settings when the confirmation next step or declination next step or failure next step is InvokeDialogCodeHook.
44644
+ * The `DialogCodeHookInvocationSetting` object associated with intent's confirmation step. The dialog code hook is triggered based on these invocation settings when the confirmation next step or declination next step or failure next step is `InvokeDialogCodeHook` .
44658
44645
  */
44659
44646
  codeHook?: pulumi.Input<inputs.lex.BotDialogCodeHookInvocationSettingArgs>;
44660
44647
  /**
@@ -44678,11 +44665,11 @@ export declare namespace lex {
44678
44665
  */
44679
44666
  declinationNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44680
44667
  /**
44681
- * When the user answers "no" to the question defined in promptSpecification, Amazon Lex responds with this response to acknowledge that the intent was canceled.
44668
+ * When the user answers "no" to the question defined in `promptSpecification` , Amazon Lex responds with this response to acknowledge that the intent was canceled.
44682
44669
  */
44683
44670
  declinationResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44684
44671
  /**
44685
- * The DialogCodeHookInvocationSetting used when the code hook is invoked during confirmation prompt retries.
44672
+ * The `DialogCodeHookInvocationSetting` used when the code hook is invoked during confirmation prompt retries.
44686
44673
  */
44687
44674
  elicitationCodeHook?: pulumi.Input<inputs.lex.BotElicitationCodeHookInvocationSettingArgs>;
44688
44675
  /**
@@ -44694,34 +44681,30 @@ export declare namespace lex {
44694
44681
  */
44695
44682
  failureNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44696
44683
  /**
44697
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44684
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input when the intent confirmation fails.
44698
44685
  */
44699
44686
  failureResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44700
44687
  /**
44701
- * Specifies whether the intent's confirmation is sent to the user. When this field is false, confirmation and declination responses aren't sent. If the active field isn't specified, the default is true.
44688
+ * Specifies whether the intent's confirmation is sent to the user. When this field is false, confirmation and declination responses aren't sent. If the `IsActive` field isn't specified, the default is true.
44702
44689
  */
44703
44690
  isActive?: pulumi.Input<boolean>;
44704
44691
  /**
44705
44692
  * Prompts the user to confirm the intent. This question should have a yes or no answer.
44693
+ *
44694
+ * Amazon Lex uses this prompt to ensure that the user acknowledges that the intent is ready for fulfillment. For example, with the `OrderPizza` intent, you might want to confirm that the order is correct before placing it. For other intents, such as intents that simply respond to user questions, you might not need to ask the user for confirmation before providing the information.
44706
44695
  */
44707
44696
  promptSpecification: pulumi.Input<inputs.lex.BotPromptSpecificationArgs>;
44708
44697
  }
44709
- /**
44710
- * Override settings to configure the intent state.
44711
- */
44712
44698
  interface BotIntentOverrideArgs {
44713
44699
  /**
44714
44700
  * The name of the intent. Only required when you're switching intents.
44715
44701
  */
44716
44702
  name?: pulumi.Input<string>;
44717
44703
  /**
44718
- * A map of all of the slot value overrides for the intent.
44704
+ * A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.
44719
44705
  */
44720
44706
  slots?: pulumi.Input<pulumi.Input<inputs.lex.BotSlotValueOverrideMapArgs>[]>;
44721
44707
  }
44722
- /**
44723
- * Configuration for searching a Amazon Kendra index specified for the intent.
44724
- */
44725
44708
  interface BotKendraConfigurationArgs {
44726
44709
  /**
44727
44710
  * The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the `AMAZON.KendraSearchIntent` intent to search. The index must be in the same account and Region as the Amazon Lex bot.
@@ -44732,13 +44715,10 @@ export declare namespace lex {
44732
44715
  */
44733
44716
  queryFilterString?: pulumi.Input<string>;
44734
44717
  /**
44735
- * Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.
44718
+ * Determines whether the `AMAZON.KendraSearchIntent` intent uses a custom query string to query the Amazon Kendra index.
44736
44719
  */
44737
44720
  queryFilterStringEnabled?: pulumi.Input<boolean>;
44738
44721
  }
44739
- /**
44740
- * A locale in the bot, which contains the intents and slot types that the bot uses in conversations with users in the specified language and locale.
44741
- */
44742
44722
  interface BotLocaleArgs {
44743
44723
  /**
44744
44724
  * Specifies a custom vocabulary to use with a specific locale.
@@ -44749,7 +44729,7 @@ export declare namespace lex {
44749
44729
  */
44750
44730
  description?: pulumi.Input<string>;
44751
44731
  /**
44752
- * List of intents
44732
+ * One or more intents defined for the locale.
44753
44733
  */
44754
44734
  intents?: pulumi.Input<pulumi.Input<inputs.lex.BotIntentArgs>[]>;
44755
44735
  /**
@@ -44761,7 +44741,7 @@ export declare namespace lex {
44761
44741
  */
44762
44742
  nluConfidenceThreshold: pulumi.Input<number>;
44763
44743
  /**
44764
- * List of SlotTypes
44744
+ * One or more slot types defined for the locale.
44765
44745
  */
44766
44746
  slotTypes?: pulumi.Input<pulumi.Input<inputs.lex.BotSlotTypeArgs>[]>;
44767
44747
  /**
@@ -44776,28 +44756,16 @@ export declare namespace lex {
44776
44756
  */
44777
44757
  voiceSettings?: pulumi.Input<inputs.lex.BotVoiceSettingsArgs>;
44778
44758
  }
44779
- /**
44780
- * The primary message that Amazon Lex should send to the user.
44781
- */
44782
44759
  interface BotMessageArgs {
44783
44760
  customPayload?: pulumi.Input<inputs.lex.BotCustomPayloadArgs>;
44784
44761
  imageResponseCard?: pulumi.Input<inputs.lex.BotImageResponseCardArgs>;
44785
44762
  plainTextMessage?: pulumi.Input<inputs.lex.BotPlainTextMessageArgs>;
44786
44763
  ssmlMessage?: pulumi.Input<inputs.lex.BotSsmlMessageArgs>;
44787
44764
  }
44788
- /**
44789
- * One or more messages that Amazon Lex can send to the user.
44790
- */
44791
44765
  interface BotMessageGroupArgs {
44792
44766
  message: pulumi.Input<inputs.lex.BotMessageArgs>;
44793
- /**
44794
- * Message variations to send to the user.
44795
- */
44796
44767
  variations?: pulumi.Input<pulumi.Input<inputs.lex.BotMessageArgs>[]>;
44797
44768
  }
44798
- /**
44799
- * Indicates whether a slot can return multiple values.
44800
- */
44801
44769
  interface BotMultipleValuesSettingArgs {
44802
44770
  /**
44803
44771
  * Indicates whether a slot can return multiple values. When `true` , the slot may return more than one value in a response. When `false` , the slot returns only a single value.
@@ -44808,46 +44776,31 @@ export declare namespace lex {
44808
44776
  */
44809
44777
  allowMultipleValues?: pulumi.Input<boolean>;
44810
44778
  }
44811
- /**
44812
- * Determines whether Amazon Lex obscures slot values in conversation logs.
44813
- */
44814
44779
  interface BotObfuscationSettingArgs {
44815
44780
  /**
44816
44781
  * Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
44817
44782
  */
44818
44783
  obfuscationSettingType: pulumi.Input<enums.lex.BotObfuscationSettingObfuscationSettingType>;
44819
44784
  }
44820
- /**
44821
- * A session context that is activated when an intent is fulfilled.
44822
- */
44823
44785
  interface BotOutputContextArgs {
44824
44786
  name: pulumi.Input<string>;
44825
44787
  timeToLiveInSeconds: pulumi.Input<number>;
44826
44788
  turnsToLive: pulumi.Input<number>;
44827
44789
  }
44828
- /**
44829
- * A message in plain text format.
44830
- */
44831
44790
  interface BotPlainTextMessageArgs {
44832
- /**
44833
- * The message to send to the user.
44834
- */
44835
44791
  value: pulumi.Input<string>;
44836
44792
  }
44837
- /**
44838
- * Specifies next steps to run after the dialog code hook finishes.
44839
- */
44840
44793
  interface BotPostDialogCodeHookInvocationSpecificationArgs {
44841
44794
  /**
44842
- * A list of conditional branches to evaluate after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed.
44795
+ * A list of conditional branches to evaluate after the dialog code hook throws an exception or returns with the `State` field of the `Intent` object set to `Failed` .
44843
44796
  */
44844
44797
  failureConditional?: pulumi.Input<inputs.lex.BotConditionalSpecificationArgs>;
44845
44798
  /**
44846
- * Specifies the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed.
44799
+ * Specifies the next step the bot runs after the dialog code hook throws an exception or returns with the `State` field of the `Intent` object set to `Failed` .
44847
44800
  */
44848
44801
  failureNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44849
44802
  /**
44850
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44803
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input when the code hook fails.
44851
44804
  */
44852
44805
  failureResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44853
44806
  /**
@@ -44859,7 +44812,7 @@ export declare namespace lex {
44859
44812
  */
44860
44813
  successNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44861
44814
  /**
44862
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44815
+ * Specifies a list of message groups that Amazon Lex uses to respond when the code hook succeeds.
44863
44816
  */
44864
44817
  successResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44865
44818
  /**
@@ -44871,24 +44824,21 @@ export declare namespace lex {
44871
44824
  */
44872
44825
  timeoutNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44873
44826
  /**
44874
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44827
+ * Specifies a list of message groups that Amazon Lex uses to respond to the user input when the code hook times out.
44875
44828
  */
44876
44829
  timeoutResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44877
44830
  }
44878
- /**
44879
- * Provides a setting that determines whether the post-fulfillment response is sent to the user.
44880
- */
44881
44831
  interface BotPostFulfillmentStatusSpecificationArgs {
44882
44832
  /**
44883
- * A list of conditional branches to evaluate after the fulfillment code hook throws an exception or returns with the State field of the Intent object set to Failed.
44833
+ * A list of conditional branches to evaluate after the fulfillment code hook throws an exception or returns with the `State` field of the `Intent` object set to `Failed` .
44884
44834
  */
44885
44835
  failureConditional?: pulumi.Input<inputs.lex.BotConditionalSpecificationArgs>;
44886
44836
  /**
44887
- * Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with the State field of the Intent object set to Failed.
44837
+ * Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with the `State` field of the `Intent` object set to `Failed` .
44888
44838
  */
44889
44839
  failureNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44890
44840
  /**
44891
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44841
+ * Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't successful.
44892
44842
  */
44893
44843
  failureResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44894
44844
  /**
@@ -44900,7 +44850,7 @@ export declare namespace lex {
44900
44850
  */
44901
44851
  successNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44902
44852
  /**
44903
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44853
+ * Specifies a list of message groups that Amazon Lex uses to respond when the fulfillment is successful.
44904
44854
  */
44905
44855
  successResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44906
44856
  /**
@@ -44912,25 +44862,16 @@ export declare namespace lex {
44912
44862
  */
44913
44863
  timeoutNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44914
44864
  /**
44915
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44865
+ * Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't completed within the timeout period.
44916
44866
  */
44917
44867
  timeoutResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44918
44868
  }
44919
- /**
44920
- * Specifies the settings on a prompt attempt.
44921
- */
44922
44869
  interface BotPromptAttemptSpecificationArgs {
44923
- /**
44924
- * Indicates whether the user can interrupt a speech prompt attempt from the bot.
44925
- */
44926
44870
  allowInterrupt?: pulumi.Input<boolean>;
44927
44871
  allowedInputTypes: pulumi.Input<inputs.lex.BotAllowedInputTypesArgs>;
44928
44872
  audioAndDtmfInputSpecification?: pulumi.Input<inputs.lex.BotAudioAndDtmfInputSpecificationArgs>;
44929
44873
  textInputSpecification?: pulumi.Input<inputs.lex.BotTextInputSpecificationArgs>;
44930
44874
  }
44931
- /**
44932
- * Prompts the user to confirm the intent.
44933
- */
44934
44875
  interface BotPromptSpecificationArgs {
44935
44876
  /**
44936
44877
  * Indicates whether the user can interrupt a speech prompt from the bot.
@@ -44955,100 +44896,49 @@ export declare namespace lex {
44955
44896
  [key: string]: pulumi.Input<inputs.lex.BotPromptAttemptSpecificationArgs>;
44956
44897
  }>;
44957
44898
  }
44958
- /**
44959
- * Details about the the configuration of the built-in Amazon.QnAIntent.
44960
- */
44899
+ interface BotQInConnectIntentConfigurationArgs {
44900
+ qInConnectAssistantConfiguration?: pulumi.Input<inputs.lex.BotQInConnectIntentConfigurationQInConnectAssistantConfigurationPropertiesArgs>;
44901
+ }
44902
+ interface BotQInConnectIntentConfigurationQInConnectAssistantConfigurationPropertiesArgs {
44903
+ assistantArn: pulumi.Input<string>;
44904
+ }
44961
44905
  interface BotQnAIntentConfigurationArgs {
44962
44906
  bedrockModelConfiguration: pulumi.Input<inputs.lex.BotBedrockModelSpecificationArgs>;
44963
44907
  /**
44964
- * Contains details about the configuration of the data source used for the AMAZON.QnAIntent.
44908
+ * Contains details about the configuration of the data source used for the `AMAZON.QnAIntent` .
44965
44909
  */
44966
44910
  dataSourceConfiguration: pulumi.Input<inputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesArgs>;
44967
44911
  }
44968
44912
  /**
44969
- * Contains details about the configuration of the data source used for the AMAZON.QnAIntent.
44913
+ * Contains details about the configuration of the data source used for the `AMAZON.QnAIntent` .
44970
44914
  */
44971
44915
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesArgs {
44972
- /**
44973
- * Contains details about the configuration of a Amazon Bedrock knowledge base.
44974
- */
44975
44916
  bedrockKnowledgeStoreConfiguration?: pulumi.Input<inputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesBedrockKnowledgeStoreConfigurationPropertiesArgs>;
44976
44917
  kendraConfiguration?: pulumi.Input<inputs.lex.BotQnAKendraConfigurationArgs>;
44977
- /**
44978
- * Contains details about the configuration of the Amazon OpenSearch Service database used for the AMAZON.QnAIntent.
44979
- */
44980
44918
  opensearchConfiguration?: pulumi.Input<inputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesOpensearchConfigurationPropertiesArgs>;
44981
44919
  }
44982
- /**
44983
- * Contains details about the configuration of a Amazon Bedrock knowledge base.
44984
- */
44985
44920
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesBedrockKnowledgeStoreConfigurationPropertiesArgs {
44986
- /**
44987
- * The base ARN of the knowledge base used.
44988
- */
44989
44921
  bedrockKnowledgeBaseArn?: pulumi.Input<string>;
44990
- /**
44991
- * Contains the names of the fields used for an exact response to the user.
44992
- */
44993
44922
  bkbExactResponseFields?: pulumi.Input<inputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesBedrockKnowledgeStoreConfigurationPropertiesBkbExactResponseFieldsPropertiesArgs>;
44994
- /**
44995
- * Specifies whether to return an exact response, or to return an answer generated by the model, using the fields you specify from the database.
44996
- */
44997
44923
  exactResponse?: pulumi.Input<boolean>;
44998
44924
  }
44999
- /**
45000
- * Contains the names of the fields used for an exact response to the user.
45001
- */
45002
44925
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesBedrockKnowledgeStoreConfigurationPropertiesBkbExactResponseFieldsPropertiesArgs {
45003
- /**
45004
- * The answer field used for an exact response from Bedrock Knowledge Store.
45005
- */
45006
44926
  answerField?: pulumi.Input<string>;
45007
44927
  }
45008
- /**
45009
- * Contains details about the configuration of the Amazon OpenSearch Service database used for the AMAZON.QnAIntent.
45010
- */
45011
44928
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesOpensearchConfigurationPropertiesArgs {
45012
- /**
45013
- * The endpoint of the Amazon OpenSearch Service domain.
45014
- */
45015
44929
  domainEndpoint?: pulumi.Input<string>;
45016
- /**
45017
- * Specifies whether to return an exact response or to return an answer generated by the model using the fields you specify from the database.
45018
- */
45019
44930
  exactResponse?: pulumi.Input<boolean>;
45020
- /**
45021
- * Contains the names of the fields used for an exact response to the user.
45022
- */
45023
44931
  exactResponseFields?: pulumi.Input<inputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesOpensearchConfigurationPropertiesExactResponseFieldsPropertiesArgs>;
45024
- /**
45025
- * List of fields to include
45026
- */
45027
44932
  includeFields?: pulumi.Input<pulumi.Input<string>[]>;
45028
- /**
45029
- * The name of the Amazon OpenSearch Service index.
45030
- */
45031
44933
  indexName?: pulumi.Input<string>;
45032
44934
  }
45033
- /**
45034
- * Contains the names of the fields used for an exact response to the user.
45035
- */
45036
44935
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesOpensearchConfigurationPropertiesExactResponseFieldsPropertiesArgs {
45037
- /**
45038
- * The name of the field that contains the answer to the query made to the OpenSearch Service database.
45039
- */
45040
44936
  answerField?: pulumi.Input<string>;
45041
- /**
45042
- * The name of the field that contains the query made to the OpenSearch Service database.
45043
- */
45044
44937
  questionField?: pulumi.Input<string>;
45045
44938
  }
45046
- /**
45047
- * Contains details about the configuration of the Amazon Kendra index used for the AMAZON.QnAIntent.
45048
- */
45049
44939
  interface BotQnAKendraConfigurationArgs {
45050
44940
  /**
45051
- * Specifies whether to return an exact response from the Amazon Kendra index or to let the Amazon Bedrock model you select generate a response based on the results.
44941
+ * Specifies whether to return an exact response from the Amazon Kendra index or to let the Amazon Bedrock model you select generate a response based on the results. To use this feature, you must first add FAQ questions to your index by following the steps at [Adding frequently asked questions (FAQs) to an index](https://docs.aws.amazon.com/kendra/latest/dg/in-creating-faq.html) .
45052
44942
  */
45053
44943
  exactResponse: pulumi.Input<boolean>;
45054
44944
  /**
@@ -45056,7 +44946,7 @@ export declare namespace lex {
45056
44946
  */
45057
44947
  kendraIndex: pulumi.Input<string>;
45058
44948
  /**
45059
- * Contains the Amazon Kendra filter string to use if enabled.
44949
+ * Contains the Amazon Kendra filter string to use if enabled. For more information on the Amazon Kendra search filter JSON format, see [Using document attributes to filter search results](https://docs.aws.amazon.com/kendra/latest/dg/filtering.html#search-filtering) .
45060
44950
  */
45061
44951
  queryFilterString?: pulumi.Input<string>;
45062
44952
  /**
@@ -45064,21 +44954,12 @@ export declare namespace lex {
45064
44954
  */
45065
44955
  queryFilterStringEnabled: pulumi.Input<boolean>;
45066
44956
  }
45067
- /**
45068
- * Parameter used to create a replication of the source bot in the secondary region.
45069
- */
45070
44957
  interface BotReplicationArgs {
45071
- /**
45072
- * List of secondary regions for bot replication.
45073
- */
45074
44958
  replicaRegions: pulumi.Input<pulumi.Input<string>[]>;
45075
44959
  }
45076
- /**
45077
- * A list of message groups that Amazon Lex uses to respond the user input.
45078
- */
45079
44960
  interface BotResponseSpecificationArgs {
45080
44961
  /**
45081
- * Indicates whether the user can interrupt a speech prompt from the bot.
44962
+ * Indicates whether the user can interrupt a speech response from Amazon Lex.
45082
44963
  */
45083
44964
  allowInterrupt?: pulumi.Input<boolean>;
45084
44965
  /**
@@ -45086,58 +44967,31 @@ export declare namespace lex {
45086
44967
  */
45087
44968
  messageGroupsList: pulumi.Input<pulumi.Input<inputs.lex.BotMessageGroupArgs>[]>;
45088
44969
  }
45089
- /**
45090
- * Specifies an Amazon S3 bucket for logging audio conversations
45091
- */
45092
44970
  interface BotS3BucketLogDestinationArgs {
45093
- /**
45094
- * The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.
45095
- */
45096
44971
  kmsKeyArn?: pulumi.Input<string>;
45097
- /**
45098
- * The Amazon S3 key of the deployment package.
45099
- */
45100
44972
  logPrefix: pulumi.Input<string>;
45101
- /**
45102
- * The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
45103
- */
45104
44973
  s3BucketArn: pulumi.Input<string>;
45105
44974
  }
45106
- /**
45107
- * S3 location of bot definitions zip file, if it's not defined inline in CloudFormation.
45108
- */
45109
44975
  interface BotS3LocationArgs {
45110
44976
  /**
45111
- * An Amazon S3 bucket in the same AWS Region as your function. The bucket can be in a different AWS account.
44977
+ * The S3 bucket name.
45112
44978
  */
45113
44979
  s3Bucket: pulumi.Input<string>;
45114
44980
  /**
45115
- * The Amazon S3 key of the deployment package.
44981
+ * The path and file name to the object in the S3 bucket.
45116
44982
  */
45117
44983
  s3ObjectKey: pulumi.Input<string>;
45118
44984
  /**
45119
- * For versioned objects, the version of the deployment package object to use. If not specified, the current object version will be used.
44985
+ * The version of the object in the S3 bucket.
45120
44986
  */
45121
44987
  s3ObjectVersion?: pulumi.Input<string>;
45122
44988
  }
45123
- /**
45124
- * A sample utterance that invokes an intent or respond to a slot elicitation prompt.
45125
- */
45126
44989
  interface BotSampleUtteranceArgs {
45127
44990
  utterance: pulumi.Input<string>;
45128
44991
  }
45129
- /**
45130
- * Defines one of the values for a slot type.
45131
- */
45132
44992
  interface BotSampleValueArgs {
45133
- /**
45134
- * The value that can be used for a slot type.
45135
- */
45136
44993
  value: pulumi.Input<string>;
45137
44994
  }
45138
- /**
45139
- * Key/value pair representing session-specific context information. It contains application information passed between Amazon Lex and a client application.
45140
- */
45141
44995
  interface BotSessionAttributeArgs {
45142
44996
  /**
45143
44997
  * The name of the session attribute.
@@ -45148,9 +45002,6 @@ export declare namespace lex {
45148
45002
  */
45149
45003
  value?: pulumi.Input<string>;
45150
45004
  }
45151
- /**
45152
- * A slot is a variable needed to fulfill an intent, where an intent can require zero or more slots.
45153
- */
45154
45005
  interface BotSlotArgs {
45155
45006
  /**
45156
45007
  * The description of the slot.
@@ -45182,9 +45033,6 @@ export declare namespace lex {
45182
45033
  */
45183
45034
  valueElicitationSetting: pulumi.Input<inputs.lex.BotSlotValueElicitationSettingArgs>;
45184
45035
  }
45185
- /**
45186
- * Settings used when Amazon Lex successfully captures a slot value from a user.
45187
- */
45188
45036
  interface BotSlotCaptureSettingArgs {
45189
45037
  /**
45190
45038
  * A list of conditional branches to evaluate after the slot value is captured.
@@ -45215,42 +45063,28 @@ export declare namespace lex {
45215
45063
  */
45216
45064
  failureNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
45217
45065
  /**
45218
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
45066
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input when the slot fails to be captured.
45219
45067
  */
45220
45068
  failureResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
45221
45069
  }
45222
- /**
45223
- * The default value to use when a user doesn't provide a value for a slot.
45224
- */
45225
45070
  interface BotSlotDefaultValueArgs {
45226
45071
  /**
45227
45072
  * The default value to use when a user doesn't provide a value for a slot.
45228
45073
  */
45229
45074
  defaultValue: pulumi.Input<string>;
45230
45075
  }
45231
- /**
45232
- * A list of values that Amazon Lex should use as the default value for a slot.
45233
- */
45234
45076
  interface BotSlotDefaultValueSpecificationArgs {
45235
45077
  /**
45236
- * A list of slot default values
45078
+ * A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.
45237
45079
  */
45238
45080
  defaultValueList: pulumi.Input<pulumi.Input<inputs.lex.BotSlotDefaultValueArgs>[]>;
45239
45081
  }
45240
- /**
45241
- * The priority that Amazon Lex should use when eliciting slot values from a user.
45242
- */
45243
45082
  interface BotSlotPriorityArgs {
45244
45083
  priority: pulumi.Input<number>;
45245
- /**
45246
- * The name of the slot.
45247
- */
45248
45084
  slotName: pulumi.Input<string>;
45249
45085
  }
45250
- /**
45251
- * A custom, extended built-in or a grammar slot type.
45252
- */
45253
45086
  interface BotSlotTypeArgs {
45087
+ compositeSlotTypeSetting?: pulumi.Input<inputs.lex.BotCompositeSlotTypeSettingArgs>;
45254
45088
  /**
45255
45089
  * A description of the slot type. Use the description to help identify the slot type in lists.
45256
45090
  */
@@ -45283,28 +45117,19 @@ export declare namespace lex {
45283
45117
  */
45284
45118
  valueSelectionSetting?: pulumi.Input<inputs.lex.BotSlotValueSelectionSettingArgs>;
45285
45119
  }
45286
- /**
45287
- * Value that the slot type can take.
45288
- */
45289
45120
  interface BotSlotTypeValueArgs {
45290
45121
  sampleValue: pulumi.Input<inputs.lex.BotSampleValueArgs>;
45291
45122
  synonyms?: pulumi.Input<pulumi.Input<inputs.lex.BotSampleValueArgs>[]>;
45292
45123
  }
45293
- /**
45294
- * The value to set in a slot.
45295
- */
45296
45124
  interface BotSlotValueArgs {
45297
45125
  /**
45298
- * The value that Amazon Lex determines for the slot.
45126
+ * The value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the `resolvedValues` list.
45299
45127
  */
45300
45128
  interpretedValue?: pulumi.Input<string>;
45301
45129
  }
45302
- /**
45303
- * Settings that you can use for eliciting a slot value.
45304
- */
45305
45130
  interface BotSlotValueElicitationSettingArgs {
45306
45131
  /**
45307
- * A list of default values for a slot.
45132
+ * A list of default values for a slot. Default values are used when Amazon Lex hasn't determined a value for a slot. You can specify default values from context variables, session attributes, and defined values.
45308
45133
  */
45309
45134
  defaultValueSpecification?: pulumi.Input<inputs.lex.BotSlotDefaultValueSpecificationArgs>;
45310
45135
  /**
@@ -45312,11 +45137,11 @@ export declare namespace lex {
45312
45137
  */
45313
45138
  promptSpecification?: pulumi.Input<inputs.lex.BotPromptSpecificationArgs>;
45314
45139
  /**
45315
- * If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy.
45140
+ * If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy. This is optional. In most cases, Amazon Lex is capable of understanding user utterances.
45316
45141
  */
45317
45142
  sampleUtterances?: pulumi.Input<pulumi.Input<inputs.lex.BotSampleUtteranceArgs>[]>;
45318
45143
  /**
45319
- * Specifies the next stage in the conversation after capturing the slot.
45144
+ * Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.
45320
45145
  */
45321
45146
  slotCaptureSetting?: pulumi.Input<inputs.lex.BotSlotCaptureSettingArgs>;
45322
45147
  /**
@@ -45328,12 +45153,9 @@ export declare namespace lex {
45328
45153
  */
45329
45154
  waitAndContinueSpecification?: pulumi.Input<inputs.lex.BotWaitAndContinueSpecificationArgs>;
45330
45155
  }
45331
- /**
45332
- * The slot values that Amazon Lex uses when it sets slot values in a dialog step.
45333
- */
45334
45156
  interface BotSlotValueOverrideArgs {
45335
45157
  /**
45336
- * When the shape value is List, it indicates that the values field contains a list of slot values. When the value is Scalar, it indicates that the value field contains a single value.
45158
+ * When the shape value is `List` , it indicates that the `values` field contains a list of slot values. When the value is `Scalar` , it indicates that the `value` field contains a single value.
45337
45159
  */
45338
45160
  shape?: pulumi.Input<enums.lex.BotSlotShape>;
45339
45161
  /**
@@ -45345,9 +45167,6 @@ export declare namespace lex {
45345
45167
  */
45346
45168
  values?: pulumi.Input<pulumi.Input<inputs.lex.BotSlotValueOverrideArgs>[]>;
45347
45169
  }
45348
- /**
45349
- * A map of slot names and their overridden values.
45350
- */
45351
45170
  interface BotSlotValueOverrideMapArgs {
45352
45171
  /**
45353
45172
  * The name of the slot.
@@ -45358,18 +45177,25 @@ export declare namespace lex {
45358
45177
  */
45359
45178
  slotValueOverride?: pulumi.Input<inputs.lex.BotSlotValueOverrideArgs>;
45360
45179
  }
45361
- /**
45362
- * A regular expression used to validate the value of a slot.
45363
- */
45364
45180
  interface BotSlotValueRegexFilterArgs {
45365
45181
  /**
45366
- * Regex pattern
45182
+ * A regular expression used to validate the value of a slot.
45183
+ *
45184
+ * Use a standard regular expression. Amazon Lex supports the following characters in the regular expression:
45185
+ *
45186
+ * - A-Z, a-z
45187
+ * - 0-9
45188
+ * - Unicode characters ("\⁠u<Unicode>")
45189
+ *
45190
+ * Represent Unicode characters with four digits, for example "\⁠u0041" or "\⁠u005A".
45191
+ *
45192
+ * The following regular expression operators are not supported:
45193
+ *
45194
+ * - Infinite repeaters: *, +, or {x,} with no upper bound.
45195
+ * - Wild card (.)
45367
45196
  */
45368
45197
  pattern: pulumi.Input<string>;
45369
45198
  }
45370
- /**
45371
- * Contains settings used by Amazon Lex to select a slot value.
45372
- */
45373
45199
  interface BotSlotValueSelectionSettingArgs {
45374
45200
  /**
45375
45201
  * Provides settings that enable advanced recognition settings for slot values. You can use this to enable using slot values as a custom vocabulary for recognizing user utterances.
@@ -45389,21 +45215,12 @@ export declare namespace lex {
45389
45215
  */
45390
45216
  resolutionStrategy: pulumi.Input<enums.lex.BotSlotValueResolutionStrategy>;
45391
45217
  }
45392
- /**
45393
- * A message in Speech Synthesis Markup Language (SSML).
45394
- */
45395
45218
  interface BotSsmlMessageArgs {
45396
- /**
45397
- * The SSML text that defines the prompt.
45398
- */
45399
45219
  value: pulumi.Input<string>;
45400
45220
  }
45401
- /**
45402
- * StillWaitingResponseSpecification.
45403
- */
45404
45221
  interface BotStillWaitingResponseSpecificationArgs {
45405
45222
  /**
45406
- * Indicates whether the user can interrupt a speech prompt from the bot.
45223
+ * Indicates that the user can interrupt the response by speaking while the message is being played.
45407
45224
  */
45408
45225
  allowInterrupt?: pulumi.Input<boolean>;
45409
45226
  /**
@@ -45419,22 +45236,14 @@ export declare namespace lex {
45419
45236
  */
45420
45237
  timeoutInSeconds: pulumi.Input<number>;
45421
45238
  }
45422
- /**
45423
- * A key-value pair for tagging Lex resources
45424
- */
45239
+ interface BotSubSlotTypeCompositionArgs {
45240
+ name: pulumi.Input<string>;
45241
+ slotTypeId: pulumi.Input<string>;
45242
+ }
45425
45243
  interface BotTagArgs {
45426
- /**
45427
- * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
45428
- */
45429
45244
  key: pulumi.Input<string>;
45430
- /**
45431
- * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
45432
- */
45433
45245
  value: pulumi.Input<string>;
45434
45246
  }
45435
- /**
45436
- * Configuring the test bot alias settings for a given bot
45437
- */
45438
45247
  interface BotTestBotAliasSettingsArgs {
45439
45248
  /**
45440
45249
  * Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.
@@ -45449,37 +45258,22 @@ export declare namespace lex {
45449
45258
  */
45450
45259
  description?: pulumi.Input<string>;
45451
45260
  /**
45452
- * Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
45261
+ * Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
45453
45262
  */
45454
45263
  sentimentAnalysisSettings?: pulumi.Input<inputs.lex.BotTestBotAliasSettingsSentimentAnalysisSettingsPropertiesArgs>;
45455
45264
  }
45456
45265
  /**
45457
- * Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
45266
+ * Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
45458
45267
  */
45459
45268
  interface BotTestBotAliasSettingsSentimentAnalysisSettingsPropertiesArgs {
45460
- /**
45461
- * Enable to call Amazon Comprehend for Sentiment natively within Lex
45462
- */
45463
45269
  detectSentiment: pulumi.Input<boolean>;
45464
45270
  }
45465
- /**
45466
- * Specifies the text input specifications.
45467
- */
45468
45271
  interface BotTextInputSpecificationArgs {
45469
- /**
45470
- * Time for which a bot waits before re-prompting a customer for text input.
45471
- */
45472
45272
  startTimeoutMs: pulumi.Input<number>;
45473
45273
  }
45474
- /**
45475
- * Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
45476
- */
45477
45274
  interface BotTextLogDestinationArgs {
45478
45275
  cloudWatch: pulumi.Input<inputs.lex.BotCloudWatchLogGroupLogDestinationArgs>;
45479
45276
  }
45480
- /**
45481
- * Contains information about code hooks that Amazon Lex calls during a conversation.
45482
- */
45483
45277
  interface BotTextLogSettingArgs {
45484
45278
  destination: pulumi.Input<inputs.lex.BotTextLogDestinationArgs>;
45485
45279
  enabled: pulumi.Input<boolean>;
@@ -45494,33 +45288,29 @@ export declare namespace lex {
45494
45288
  botVersionLocaleDetails: pulumi.Input<inputs.lex.BotVersionLocaleDetailsArgs>;
45495
45289
  localeId: pulumi.Input<string>;
45496
45290
  }
45497
- /**
45498
- * Settings for using an Amazon Polly voice to communicate with a user.
45499
- */
45500
45291
  interface BotVoiceSettingsArgs {
45501
45292
  /**
45502
- * Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the engine parameter of the SynthesizeSpeech operation in the Amazon Polly developer guide.
45293
+ * Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the [`engine` parameter of the `SynthesizeSpeech` operation](https://docs.aws.amazon.com/polly/latest/dg/API_SynthesizeSpeech.html#polly-SynthesizeSpeech-request-Engine) in the *Amazon Polly developer guide* .
45294
+ *
45295
+ * If you do not specify a value, the default is `standard` .
45503
45296
  */
45504
45297
  engine?: pulumi.Input<enums.lex.BotVoiceSettingsEngine>;
45505
45298
  /**
45506
- * The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
45299
+ * The identifier of the Amazon Polly voice to use.
45507
45300
  */
45508
45301
  voiceId: pulumi.Input<string>;
45509
45302
  }
45510
- /**
45511
- * The prompts that Amazon Lex uses while a bot is waiting for customer input.
45512
- */
45513
45303
  interface BotWaitAndContinueSpecificationArgs {
45514
45304
  /**
45515
45305
  * The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
45516
45306
  */
45517
45307
  continueResponse: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
45518
45308
  /**
45519
- * Specifies whether the bot will wait for a user to respond.
45309
+ * Specifies whether the bot will wait for a user to respond. When this field is false, wait and continue responses for a slot aren't used. If the `IsActive` field isn't specified, the default is true.
45520
45310
  */
45521
45311
  isActive?: pulumi.Input<boolean>;
45522
45312
  /**
45523
- * The response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
45313
+ * A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
45524
45314
  */
45525
45315
  stillWaitingResponse?: pulumi.Input<inputs.lex.BotStillWaitingResponseSpecificationArgs>;
45526
45316
  /**
@@ -45529,7 +45319,7 @@ export declare namespace lex {
45529
45319
  waitingResponse: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
45530
45320
  }
45531
45321
  /**
45532
- * Data privacy setting of the Bot.
45322
+ * By default, data stored by Amazon Lex is encrypted. The `DataPrivacy` structure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.
45533
45323
  */
45534
45324
  interface DataPrivacyPropertiesArgs {
45535
45325
  /**
@@ -53662,6 +53452,12 @@ export declare namespace qbusiness {
53662
53452
  interface DataAccessorDocumentAttributeValue3PropertiesArgs {
53663
53453
  dateValue: pulumi.Input<string>;
53664
53454
  }
53455
+ interface DataSourceAudioExtractionConfigurationArgs {
53456
+ /**
53457
+ * The status of audio extraction (ENABLED or DISABLED) for processing audio content from files.
53458
+ */
53459
+ audioExtractionStatus: pulumi.Input<enums.qbusiness.DataSourceAudioExtractionStatus>;
53460
+ }
53665
53461
  interface DataSourceDocumentAttributeConditionArgs {
53666
53462
  /**
53667
53463
  * The identifier of the document attribute used for the condition.
@@ -53732,7 +53528,7 @@ export declare namespace qbusiness {
53732
53528
  */
53733
53529
  invocationCondition?: pulumi.Input<inputs.qbusiness.DataSourceDocumentAttributeConditionArgs>;
53734
53530
  /**
53735
- * The Amazon Resource Name (ARN) of a role with permission to run a Lambda function during ingestion. For more information, see [IAM roles for Custom Document Enrichment (CDE)](https://docs.aws.amazon.com/amazonq/latest/business-use-dg/iam-roles.html#cde-iam-role) .
53531
+ * The Amazon Resource Name (ARN) of the Lambda function sduring ingestion. For more information, see [Using Lambda functions for Amazon Q Business document enrichment](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/cde-lambda-operations.html) .
53736
53532
  */
53737
53533
  lambdaArn?: pulumi.Input<string>;
53738
53534
  /**
@@ -53765,10 +53561,24 @@ export declare namespace qbusiness {
53765
53561
  target?: pulumi.Input<inputs.qbusiness.DataSourceDocumentAttributeTargetArgs>;
53766
53562
  }
53767
53563
  interface DataSourceMediaExtractionConfigurationArgs {
53564
+ /**
53565
+ * Configuration settings for extracting and processing audio content from media files.
53566
+ */
53567
+ audioExtractionConfiguration?: pulumi.Input<inputs.qbusiness.DataSourceAudioExtractionConfigurationArgs>;
53768
53568
  /**
53769
53569
  * The configuration for extracting semantic meaning from images in documents. For more information, see [Extracting semantic meaning from images and visuals](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/extracting-meaning-from-images.html) .
53770
53570
  */
53771
53571
  imageExtractionConfiguration?: pulumi.Input<inputs.qbusiness.DataSourceImageExtractionConfigurationArgs>;
53572
+ /**
53573
+ * Configuration settings for extracting and processing video content from media files.
53574
+ */
53575
+ videoExtractionConfiguration?: pulumi.Input<inputs.qbusiness.DataSourceVideoExtractionConfigurationArgs>;
53576
+ }
53577
+ interface DataSourceVideoExtractionConfigurationArgs {
53578
+ /**
53579
+ * The status of video extraction (ENABLED or DISABLED) for processing video content from files.
53580
+ */
53581
+ videoExtractionStatus: pulumi.Input<enums.qbusiness.DataSourceVideoExtractionStatus>;
53772
53582
  }
53773
53583
  interface DataSourceVpcConfigurationArgs {
53774
53584
  /**
@@ -61469,6 +61279,10 @@ export declare namespace quicksight {
61469
61279
  * The field options to be configured to a table.
61470
61280
  */
61471
61281
  selectedFieldOptions?: pulumi.Input<pulumi.Input<inputs.quicksight.AnalysisTableFieldOptionArgs>[]>;
61282
+ /**
61283
+ * The `TableOptions` of a transposed table.
61284
+ */
61285
+ transposedTableOptions?: pulumi.Input<pulumi.Input<inputs.quicksight.AnalysisTransposedTableOptionArgs>[]>;
61472
61286
  }
61473
61287
  interface AnalysisTableFieldUrlConfigurationArgs {
61474
61288
  /**
@@ -62002,6 +61816,23 @@ export declare namespace quicksight {
62002
61816
  */
62003
61817
  totalsVisibility?: pulumi.Input<enums.quicksight.AnalysisVisibility>;
62004
61818
  }
61819
+ interface AnalysisTransposedTableOptionArgs {
61820
+ /**
61821
+ * The index of a columns in a transposed table. The index range is 0-9999.
61822
+ */
61823
+ columnIndex?: pulumi.Input<number>;
61824
+ /**
61825
+ * The column type of the column in a transposed table. Choose one of the following options:
61826
+ *
61827
+ * - `ROW_HEADER_COLUMN` : Refers to the leftmost column of the row header in the transposed table.
61828
+ * - `VALUE_COLUMN` : Refers to all value columns in the transposed table.
61829
+ */
61830
+ columnType: pulumi.Input<enums.quicksight.AnalysisTransposedColumnType>;
61831
+ /**
61832
+ * String based length that is composed of value and unit in px
61833
+ */
61834
+ columnWidth?: pulumi.Input<string>;
61835
+ }
62005
61836
  interface AnalysisTreeMapAggregatedFieldWellsArgs {
62006
61837
  /**
62007
61838
  * The color field well of a tree map. Values are grouped by aggregations based on group by fields.
@@ -70334,6 +70165,10 @@ export declare namespace quicksight {
70334
70165
  * The field options to be configured to a table.
70335
70166
  */
70336
70167
  selectedFieldOptions?: pulumi.Input<pulumi.Input<inputs.quicksight.DashboardTableFieldOptionArgs>[]>;
70168
+ /**
70169
+ * The `TableOptions` of a transposed table.
70170
+ */
70171
+ transposedTableOptions?: pulumi.Input<pulumi.Input<inputs.quicksight.DashboardTransposedTableOptionArgs>[]>;
70337
70172
  }
70338
70173
  interface DashboardTableFieldUrlConfigurationArgs {
70339
70174
  /**
@@ -70867,6 +70702,23 @@ export declare namespace quicksight {
70867
70702
  */
70868
70703
  totalsVisibility?: pulumi.Input<enums.quicksight.DashboardVisibility>;
70869
70704
  }
70705
+ interface DashboardTransposedTableOptionArgs {
70706
+ /**
70707
+ * The index of a columns in a transposed table. The index range is 0-9999.
70708
+ */
70709
+ columnIndex?: pulumi.Input<number>;
70710
+ /**
70711
+ * The column type of the column in a transposed table. Choose one of the following options:
70712
+ *
70713
+ * - `ROW_HEADER_COLUMN` : Refers to the leftmost column of the row header in the transposed table.
70714
+ * - `VALUE_COLUMN` : Refers to all value columns in the transposed table.
70715
+ */
70716
+ columnType: pulumi.Input<enums.quicksight.DashboardTransposedColumnType>;
70717
+ /**
70718
+ * String based length that is composed of value and unit in px
70719
+ */
70720
+ columnWidth?: pulumi.Input<string>;
70721
+ }
70870
70722
  interface DashboardTreeMapAggregatedFieldWellsArgs {
70871
70723
  /**
70872
70724
  * The color field well of a tree map. Values are grouped by aggregations based on group by fields.
@@ -80114,6 +79966,10 @@ export declare namespace quicksight {
80114
79966
  * The field options to be configured to a table.
80115
79967
  */
80116
79968
  selectedFieldOptions?: pulumi.Input<pulumi.Input<inputs.quicksight.TemplateTableFieldOptionArgs>[]>;
79969
+ /**
79970
+ * The `TableOptions` of a transposed table.
79971
+ */
79972
+ transposedTableOptions?: pulumi.Input<pulumi.Input<inputs.quicksight.TemplateTransposedTableOptionArgs>[]>;
80117
79973
  }
80118
79974
  interface TemplateTableFieldUrlConfigurationArgs {
80119
79975
  /**
@@ -80647,6 +80503,23 @@ export declare namespace quicksight {
80647
80503
  */
80648
80504
  totalsVisibility?: any;
80649
80505
  }
80506
+ interface TemplateTransposedTableOptionArgs {
80507
+ /**
80508
+ * The index of a columns in a transposed table. The index range is 0-9999.
80509
+ */
80510
+ columnIndex?: pulumi.Input<number>;
80511
+ /**
80512
+ * The column type of the column in a transposed table. Choose one of the following options:
80513
+ *
80514
+ * - `ROW_HEADER_COLUMN` : Refers to the leftmost column of the row header in the transposed table.
80515
+ * - `VALUE_COLUMN` : Refers to all value columns in the transposed table.
80516
+ */
80517
+ columnType: pulumi.Input<enums.quicksight.TemplateTransposedColumnType>;
80518
+ /**
80519
+ * String based length that is composed of value and unit in px
80520
+ */
80521
+ columnWidth?: pulumi.Input<string>;
80522
+ }
80650
80523
  interface TemplateTreeMapAggregatedFieldWellsArgs {
80651
80524
  /**
80652
80525
  * The color field well of a tree map. Values are grouped by aggregations based on group by fields.
@@ -92954,9 +92827,9 @@ export declare namespace ssmquicksetup {
92954
92827
  * - Description: (Optional) A boolean value that determines whether command output logs are sent to Amazon S3.
92955
92828
  * - `OutputS3Location`
92956
92829
  *
92957
- * - Description: (Optional) A JSON string containing information about the Amazon S3 bucket where you want to store the output details of the request.
92830
+ * - Description: (Optional) Information about the Amazon S3 bucket where you want to store the output details of the request.
92958
92831
  *
92959
- * - `OutputS3BucketRegion`
92832
+ * - `OutputBucketRegion`
92960
92833
  *
92961
92834
  * - Description: (Optional) The AWS Region where the Amazon S3 bucket you want to deliver command output to is located.
92962
92835
  * - `OutputS3BucketName`