@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/output.d.ts CHANGED
@@ -4721,6 +4721,27 @@ export declare namespace applicationsignals {
4721
4721
  */
4722
4722
  startTime: number;
4723
4723
  }
4724
+ /**
4725
+ * Configuration for identifying a dependency and its operation
4726
+ */
4727
+ interface ServiceLevelObjectiveDependencyConfig {
4728
+ /**
4729
+ * 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.
4730
+ *
4731
+ * - `Type` designates the type of object this is.
4732
+ * - `ResourceType` specifies the type of the resource. This field is used only when the value of the `Type` field is `Resource` or `AWS::Resource` .
4733
+ * - `Name` specifies the name of the object. This is used only if the value of the `Type` field is `Service` , `RemoteService` , or `AWS::Service` .
4734
+ * - `Identifier` identifies the resource objects of this resource. This is used only if the value of the `Type` field is `Resource` or `AWS::Resource` .
4735
+ * - `Environment` specifies the location where this object is hosted, or what it belongs to.
4736
+ */
4737
+ dependencyKeyAttributes: {
4738
+ [key: string]: string;
4739
+ };
4740
+ /**
4741
+ * When the SLO monitors a specific operation of the dependency, this field specifies the name of that operation in the dependency.
4742
+ */
4743
+ dependencyOperationName: string;
4744
+ }
4724
4745
  /**
4725
4746
  * 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.
4726
4747
  */
@@ -4887,6 +4908,10 @@ export declare namespace applicationsignals {
4887
4908
  * This structure contains the information about the metric that is used for a request-based SLO.
4888
4909
  */
4889
4910
  interface ServiceLevelObjectiveRequestBasedSliMetric {
4911
+ /**
4912
+ * Identifies the dependency using the `DependencyKeyAttributes` and `DependencyOperationName` .
4913
+ */
4914
+ dependencyConfig?: outputs.applicationsignals.ServiceLevelObjectiveDependencyConfig;
4890
4915
  /**
4891
4916
  * 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.
4892
4917
  *
@@ -4951,6 +4976,10 @@ export declare namespace applicationsignals {
4951
4976
  * A structure that contains information about the metric that the SLO monitors.
4952
4977
  */
4953
4978
  interface ServiceLevelObjectiveSliMetric {
4979
+ /**
4980
+ * Identifies the dependency using the `DependencyKeyAttributes` and `DependencyOperationName` .
4981
+ */
4982
+ dependencyConfig?: outputs.applicationsignals.ServiceLevelObjectiveDependencyConfig;
4954
4983
  /**
4955
4984
  * 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.
4956
4985
  *
@@ -8183,6 +8212,7 @@ export declare namespace batch {
8183
8212
  * 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) .
8184
8213
  */
8185
8214
  command?: string[];
8215
+ enableExecuteCommand?: boolean;
8186
8216
  /**
8187
8217
  * 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/) .
8188
8218
  *
@@ -8325,6 +8355,7 @@ export declare namespace batch {
8325
8355
  * This object is a list of containers.
8326
8356
  */
8327
8357
  containers?: outputs.batch.JobDefinitionTaskContainerProperties[];
8358
+ enableExecuteCommand?: boolean;
8328
8359
  /**
8329
8360
  * 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 .
8330
8361
  */
@@ -8838,6 +8869,7 @@ export declare namespace batch {
8838
8869
  * 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) .
8839
8870
  */
8840
8871
  command?: string[];
8872
+ enableExecuteCommand?: boolean;
8841
8873
  /**
8842
8874
  * 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/) .
8843
8875
  *
@@ -8962,6 +8994,7 @@ export declare namespace batch {
8962
8994
  * This object is a list of containers.
8963
8995
  */
8964
8996
  containers?: outputs.batch.JobDefinitionTaskContainerProperties[];
8997
+ enableExecuteCommand?: boolean;
8965
8998
  /**
8966
8999
  * 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* .
8967
9000
  */
@@ -9173,6 +9206,7 @@ export declare namespace batch {
9173
9206
  * 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* .
9174
9207
  */
9175
9208
  essential?: boolean;
9209
+ firelensConfiguration?: outputs.batch.JobDefinitionTaskContainerPropertiesFirelensConfigurationProperties;
9176
9210
  /**
9177
9211
  * 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) .
9178
9212
  */
@@ -9259,6 +9293,12 @@ export declare namespace batch {
9259
9293
  */
9260
9294
  user?: string;
9261
9295
  }
9296
+ interface JobDefinitionTaskContainerPropertiesFirelensConfigurationProperties {
9297
+ options?: {
9298
+ [key: string]: string;
9299
+ };
9300
+ type: string;
9301
+ }
9262
9302
  interface JobDefinitionTmpfs {
9263
9303
  /**
9264
9304
  * The absolute file path in the container where the `tmpfs` volume is mounted.
@@ -11884,6 +11924,44 @@ export declare namespace bedrock {
11884
11924
  */
11885
11925
  textField: string;
11886
11926
  }
11927
+ /**
11928
+ * Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
11929
+ */
11930
+ interface KnowledgeBaseOpenSearchManagedClusterConfiguration {
11931
+ /**
11932
+ * The Amazon Resource Name (ARN) of the OpenSearch domain.
11933
+ */
11934
+ domainArn: string;
11935
+ /**
11936
+ * The endpoint URL the OpenSearch domain.
11937
+ */
11938
+ domainEndpoint: string;
11939
+ /**
11940
+ * Contains the names of the fields to which to map information about the vector store.
11941
+ */
11942
+ fieldMapping: outputs.bedrock.KnowledgeBaseOpenSearchManagedClusterFieldMapping;
11943
+ /**
11944
+ * The name of the vector store.
11945
+ */
11946
+ vectorIndexName: string;
11947
+ }
11948
+ /**
11949
+ * A mapping of Bedrock Knowledge Base fields to OpenSearch Managed Cluster field names
11950
+ */
11951
+ interface KnowledgeBaseOpenSearchManagedClusterFieldMapping {
11952
+ /**
11953
+ * The name of the field in which Amazon Bedrock stores metadata about the vector store.
11954
+ */
11955
+ metadataField: string;
11956
+ /**
11957
+ * 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.
11958
+ */
11959
+ textField: string;
11960
+ /**
11961
+ * The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
11962
+ */
11963
+ vectorField: string;
11964
+ }
11887
11965
  /**
11888
11966
  * Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
11889
11967
  */
@@ -12185,6 +12263,10 @@ export declare namespace bedrock {
12185
12263
  * 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) .
12186
12264
  */
12187
12265
  neptuneAnalyticsConfiguration?: outputs.bedrock.KnowledgeBaseNeptuneAnalyticsConfiguration;
12266
+ /**
12267
+ * 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) .
12268
+ */
12269
+ opensearchManagedClusterConfiguration?: outputs.bedrock.KnowledgeBaseOpenSearchManagedClusterConfiguration;
12188
12270
  /**
12189
12271
  * Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
12190
12272
  */
@@ -13167,12 +13249,34 @@ export declare namespace cleanrooms {
13167
13249
  */
13168
13250
  referencedTables: string[];
13169
13251
  }
13170
- interface AnalysisTemplateAnalysisSource {
13171
- /**
13172
- * The query text.
13173
- */
13252
+ interface AnalysisTemplateAnalysisSource0Properties {
13174
13253
  text: string;
13175
13254
  }
13255
+ interface AnalysisTemplateAnalysisSource1Properties {
13256
+ artifacts: outputs.cleanrooms.AnalysisTemplateArtifacts;
13257
+ }
13258
+ interface AnalysisTemplateAnalysisSourceMetadataProperties {
13259
+ artifacts: outputs.cleanrooms.AnalysisTemplateArtifactMetadata;
13260
+ }
13261
+ interface AnalysisTemplateArtifact {
13262
+ location: outputs.cleanrooms.AnalysisTemplateS3Location;
13263
+ }
13264
+ interface AnalysisTemplateArtifactMetadata {
13265
+ additionalArtifactHashes?: outputs.cleanrooms.AnalysisTemplateHash[];
13266
+ entryPointHash: outputs.cleanrooms.AnalysisTemplateHash;
13267
+ }
13268
+ interface AnalysisTemplateArtifacts {
13269
+ additionalArtifacts?: outputs.cleanrooms.AnalysisTemplateArtifact[];
13270
+ entryPoint: outputs.cleanrooms.AnalysisTemplateArtifact;
13271
+ roleArn: string;
13272
+ }
13273
+ interface AnalysisTemplateHash {
13274
+ sha256?: string;
13275
+ }
13276
+ interface AnalysisTemplateS3Location {
13277
+ bucket: string;
13278
+ key: string;
13279
+ }
13176
13280
  interface CollaborationDataEncryptionMetadata {
13177
13281
  /**
13178
13282
  * Indicates whether encrypted tables can contain cleartext data ( `TRUE` ) or are to cryptographically process every column ( `FALSE` ).
@@ -13191,6 +13295,16 @@ export declare namespace cleanrooms {
13191
13295
  */
13192
13296
  preserveNulls: boolean;
13193
13297
  }
13298
+ interface CollaborationJobComputePaymentConfig {
13299
+ /**
13300
+ * 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` ).
13301
+ *
13302
+ * 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.
13303
+ *
13304
+ * An error is returned if the collaboration creator sets a `FALSE` value for the member who can run queries and jobs.
13305
+ */
13306
+ isResponsible: boolean;
13307
+ }
13194
13308
  interface CollaborationMemberSpecification {
13195
13309
  /**
13196
13310
  * The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
@@ -13254,6 +13368,10 @@ export declare namespace cleanrooms {
13254
13368
  isResponsible: boolean;
13255
13369
  }
13256
13370
  interface CollaborationPaymentConfiguration {
13371
+ /**
13372
+ * The compute configuration for the job.
13373
+ */
13374
+ jobCompute?: outputs.cleanrooms.CollaborationJobComputePaymentConfig;
13257
13375
  /**
13258
13376
  * An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
13259
13377
  */
@@ -13467,6 +13585,19 @@ export declare namespace cleanrooms {
13467
13585
  */
13468
13586
  idNamespaceType?: enums.cleanrooms.IdNamespaceAssociationInputReferencePropertiesIdNamespaceType;
13469
13587
  }
13588
+ interface MembershipJobComputePaymentConfig {
13589
+ /**
13590
+ * 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` ).
13591
+ *
13592
+ * There is only one member who pays for queries and jobs.
13593
+ *
13594
+ * An error message is returned for the following reasons:
13595
+ *
13596
+ * - If you set the value to `FALSE` but you are responsible to pay for query and job compute costs.
13597
+ * - If you set the value to `TRUE` but you are not responsible to pay for query and job compute costs.
13598
+ */
13599
+ isResponsible: boolean;
13600
+ }
13470
13601
  interface MembershipMlPaymentConfig {
13471
13602
  /**
13472
13603
  * The payment responsibilities accepted by the member for model inference.
@@ -13504,6 +13635,10 @@ export declare namespace cleanrooms {
13504
13635
  isResponsible: boolean;
13505
13636
  }
13506
13637
  interface MembershipPaymentConfiguration {
13638
+ /**
13639
+ * The payment responsibilities accepted by the collaboration member for job compute costs.
13640
+ */
13641
+ jobCompute?: outputs.cleanrooms.MembershipJobComputePaymentConfig;
13507
13642
  /**
13508
13643
  * The payment responsibilities accepted by the collaboration member for machine learning costs.
13509
13644
  */
@@ -13513,6 +13648,32 @@ export declare namespace cleanrooms {
13513
13648
  */
13514
13649
  queryCompute: outputs.cleanrooms.MembershipQueryComputePaymentConfig;
13515
13650
  }
13651
+ interface MembershipProtectedJobOutputConfiguration {
13652
+ /**
13653
+ * Contains the configuration to write the job results to S3.
13654
+ */
13655
+ s3: outputs.cleanrooms.MembershipProtectedJobS3OutputConfigurationInput;
13656
+ }
13657
+ interface MembershipProtectedJobResultConfiguration {
13658
+ /**
13659
+ * The output configuration for a protected job result.
13660
+ */
13661
+ outputConfiguration: outputs.cleanrooms.MembershipProtectedJobOutputConfiguration;
13662
+ /**
13663
+ * 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.
13664
+ */
13665
+ roleArn: string;
13666
+ }
13667
+ interface MembershipProtectedJobS3OutputConfigurationInput {
13668
+ /**
13669
+ * The S3 bucket for job output.
13670
+ */
13671
+ bucket: string;
13672
+ /**
13673
+ * The S3 prefix to unload the protected job results.
13674
+ */
13675
+ keyPrefix?: string;
13676
+ }
13516
13677
  interface MembershipProtectedQueryOutputConfiguration {
13517
13678
  /**
13518
13679
  * Required configuration for a protected query with an `s3` output type.
@@ -22422,6 +22583,8 @@ export declare namespace dms {
22422
22583
  }
22423
22584
  export declare namespace docdbelastic {
22424
22585
  }
22586
+ export declare namespace dsql {
22587
+ }
22425
22588
  export declare namespace dynamodb {
22426
22589
  interface GlobalTableAttributeDefinition {
22427
22590
  /**
@@ -22970,7 +23133,7 @@ export declare namespace dynamodb {
22970
23133
  interface TableProjection {
22971
23134
  /**
22972
23135
  * Represents the non-key attribute names which will be projected into the index.
22973
- * 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.
23136
+ * 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.
22974
23137
  */
22975
23138
  nonKeyAttributes?: string[];
22976
23139
  /**
@@ -27464,6 +27627,9 @@ export declare namespace ec2 {
27464
27627
  */
27465
27628
  userInfoEndpoint?: string;
27466
27629
  }
27630
+ /**
27631
+ * Describes the DNS options for an endpoint.
27632
+ */
27467
27633
  interface VpcEndpointDnsOptionsSpecification {
27468
27634
  /**
27469
27635
  * The DNS records created for the endpoint.
@@ -45512,9 +45678,6 @@ export declare namespace lambda {
45512
45678
  export declare namespace launchwizard {
45513
45679
  }
45514
45680
  export declare namespace lex {
45515
- /**
45516
- * Provides settings that enable advanced recognition settings for slot values.
45517
- */
45518
45681
  interface BotAdvancedRecognitionSetting {
45519
45682
  /**
45520
45683
  * Enables using the slot values as a custom vocabulary for recognizing user utterances.
@@ -45639,146 +45802,71 @@ export declare namespace lex {
45639
45802
  destination: outputs.lex.BotAliasTextLogDestination;
45640
45803
  enabled: boolean;
45641
45804
  }
45642
- /**
45643
- * Specifies the allowed input types.
45644
- */
45645
45805
  interface BotAllowedInputTypes {
45646
- /**
45647
- * Indicates whether audio input is allowed.
45648
- */
45649
45806
  allowAudioInput: boolean;
45650
- /**
45651
- * Indicates whether DTMF input is allowed.
45652
- */
45653
45807
  allowDtmfInput: boolean;
45654
45808
  }
45655
- /**
45656
- * Specifies the audio and DTMF input specification.
45657
- */
45658
45809
  interface BotAudioAndDtmfInputSpecification {
45659
45810
  audioSpecification?: outputs.lex.BotAudioSpecification;
45660
45811
  dtmfSpecification?: outputs.lex.BotDtmfSpecification;
45661
- /**
45662
- * 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.
45663
- */
45664
45812
  startTimeoutMs: number;
45665
45813
  }
45666
- /**
45667
- * The location of audio log files collected when conversation logging is enabled for a bot.
45668
- */
45669
45814
  interface BotAudioLogDestination {
45670
45815
  s3Bucket: outputs.lex.BotS3BucketLogDestination;
45671
45816
  }
45672
- /**
45673
- * 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.
45674
- */
45675
45817
  interface BotAudioLogSetting {
45676
45818
  destination: outputs.lex.BotAudioLogDestination;
45677
45819
  enabled: boolean;
45678
45820
  }
45679
- /**
45680
- * Specifies the audio input specifications.
45681
- */
45682
45821
  interface BotAudioSpecification {
45683
- /**
45684
- * Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
45685
- */
45686
45822
  endTimeoutMs: number;
45687
- /**
45688
- * Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
45689
- */
45690
45823
  maxLengthMs: number;
45691
45824
  }
45692
- /**
45693
- * Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
45694
- */
45825
+ interface BotBedrockAgentIntentConfiguration {
45826
+ bedrockAgentConfiguration?: outputs.lex.BotBedrockAgentIntentConfigurationBedrockAgentConfigurationProperties;
45827
+ bedrockAgentIntentKnowledgeBaseConfiguration?: outputs.lex.BotBedrockAgentIntentConfigurationBedrockAgentIntentKnowledgeBaseConfigurationProperties;
45828
+ }
45829
+ interface BotBedrockAgentIntentConfigurationBedrockAgentConfigurationProperties {
45830
+ bedrockAgentAliasId?: string;
45831
+ bedrockAgentId?: string;
45832
+ }
45833
+ interface BotBedrockAgentIntentConfigurationBedrockAgentIntentKnowledgeBaseConfigurationProperties {
45834
+ bedrockKnowledgeBaseArn: string;
45835
+ bedrockModelConfiguration: outputs.lex.BotBedrockModelSpecification;
45836
+ }
45695
45837
  interface BotBedrockModelSpecification {
45696
- /**
45697
- * The guardrail configuration in the Bedrock model specification details.
45698
- */
45699
45838
  bedrockGuardrailConfiguration?: outputs.lex.BotBedrockModelSpecificationBedrockGuardrailConfigurationProperties;
45700
- /**
45701
- * The custom prompt used in the Bedrock model specification details.
45702
- */
45703
45839
  bedrockModelCustomPrompt?: string;
45704
- /**
45705
- * The Bedrock trace status in the Bedrock model specification details.
45706
- */
45707
45840
  bedrockTraceStatus?: enums.lex.BotBedrockModelSpecificationBedrockTraceStatus;
45708
45841
  /**
45709
45842
  * The ARN of the foundation model used in descriptive bot building.
45710
45843
  */
45711
45844
  modelArn: string;
45712
45845
  }
45713
- /**
45714
- * The guardrail configuration in the Bedrock model specification details.
45715
- */
45716
45846
  interface BotBedrockModelSpecificationBedrockGuardrailConfigurationProperties {
45717
- /**
45718
- * The unique guardrail id for the Bedrock guardrail configuration.
45719
- */
45720
45847
  bedrockGuardrailIdentifier?: string;
45721
- /**
45722
- * The guardrail version for the Bedrock guardrail configuration.
45723
- */
45724
45848
  bedrockGuardrailVersion?: string;
45725
45849
  }
45726
- /**
45727
- * A button to use on a response card used to gather slot values from a user.
45728
- */
45729
45850
  interface BotButton {
45730
- /**
45731
- * The text that appears on the button.
45732
- */
45733
45851
  text: string;
45734
- /**
45735
- * The value returned to Amazon Lex when the user chooses this button.
45736
- */
45737
45852
  value: string;
45738
45853
  }
45739
45854
  interface BotCloudWatchLogGroupLogDestination {
45740
- /**
45741
- * A string used to identify the groupArn for the Cloudwatch Log Group
45742
- */
45743
45855
  cloudWatchLogGroupArn: string;
45744
- /**
45745
- * A string containing the value for the Log Prefix
45746
- */
45747
45856
  logPrefix: string;
45748
45857
  }
45749
- /**
45750
- * Provides an expression that evaluates to true or false.
45751
- */
45858
+ interface BotCompositeSlotTypeSetting {
45859
+ subSlots?: outputs.lex.BotSubSlotTypeComposition[];
45860
+ }
45752
45861
  interface BotCondition {
45753
- /**
45754
- * The expression string that is evaluated.
45755
- */
45756
45862
  expressionString: string;
45757
45863
  }
45758
- /**
45759
- * A set of actions that Amazon Lex should run if the condition is matched.
45760
- */
45761
45864
  interface BotConditionalBranch {
45762
- /**
45763
- * Contains the expression to evaluate. If the condition is true, the branch's actions are taken.
45764
- */
45765
45865
  condition: outputs.lex.BotCondition;
45766
- /**
45767
- * The name of the branch.
45768
- */
45769
45866
  name: string;
45770
- /**
45771
- * The next step in the conversation.
45772
- */
45773
45867
  nextStep: outputs.lex.BotDialogState;
45774
- /**
45775
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
45776
- */
45777
45868
  response?: outputs.lex.BotResponseSpecification;
45778
45869
  }
45779
- /**
45780
- * 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.
45781
- */
45782
45870
  interface BotConditionalSpecification {
45783
45871
  /**
45784
45872
  * 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.
@@ -45789,13 +45877,10 @@ export declare namespace lex {
45789
45877
  */
45790
45878
  defaultBranch: outputs.lex.BotDefaultConditionalBranch;
45791
45879
  /**
45792
- * Determines whether a conditional branch is active. When active is false, the conditions are not evaluated.
45880
+ * Determines whether a conditional branch is active. When `IsActive` is false, the conditions are not evaluated.
45793
45881
  */
45794
45882
  isActive: boolean;
45795
45883
  }
45796
- /**
45797
- * Contains information about code hooks that Amazon Lex calls during a conversation.
45798
- */
45799
45884
  interface BotConversationLogSettings {
45800
45885
  /**
45801
45886
  * The Amazon S3 settings for logging audio to an S3 bucket.
@@ -45806,44 +45891,20 @@ export declare namespace lex {
45806
45891
  */
45807
45892
  textLogSettings?: outputs.lex.BotTextLogSetting[];
45808
45893
  }
45809
- /**
45810
- * A message in a custom format defined by the client application.
45811
- */
45812
45894
  interface BotCustomPayload {
45813
- /**
45814
- * The string that is sent to your application.
45815
- */
45816
45895
  value: string;
45817
45896
  }
45818
- /**
45819
- * A custom vocabulary is a list of specific phrases that you want Amazon Lex V2 to recognize in the audio input.
45820
- */
45821
45897
  interface BotCustomVocabulary {
45822
45898
  /**
45823
45899
  * Specifies a list of words that you expect to be used during a conversation with your bot.
45824
45900
  */
45825
45901
  customVocabularyItems: outputs.lex.BotCustomVocabularyItem[];
45826
45902
  }
45827
- /**
45828
- * A custom vocabulary item that contains the phrase to recognize and a weight to give the boost.
45829
- */
45830
45903
  interface BotCustomVocabularyItem {
45831
- /**
45832
- * Defines how you want your phrase to look in your transcription output.
45833
- */
45834
45904
  displayAs?: string;
45835
- /**
45836
- * Phrase that should be recognized.
45837
- */
45838
45905
  phrase: string;
45839
- /**
45840
- * 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.
45841
- */
45842
45906
  weight?: number;
45843
45907
  }
45844
- /**
45845
- * A set of actions that Amazon Lex should run if none of the other conditions are met.
45846
- */
45847
45908
  interface BotDefaultConditionalBranch {
45848
45909
  /**
45849
45910
  * The next step in the conversation.
@@ -45854,12 +45915,9 @@ export declare namespace lex {
45854
45915
  */
45855
45916
  response?: outputs.lex.BotResponseSpecification;
45856
45917
  }
45857
- /**
45858
- * Defines the action that the bot executes at runtime when the conversation reaches this step.
45859
- */
45860
45918
  interface BotDialogAction {
45861
45919
  /**
45862
- * If the dialog action is ElicitSlot, defines the slot to elicit from the user.
45920
+ * If the dialog action is `ElicitSlot` , defines the slot to elicit from the user.
45863
45921
  */
45864
45922
  slotToElicit?: string;
45865
45923
  /**
@@ -45871,9 +45929,6 @@ export declare namespace lex {
45871
45929
  */
45872
45930
  type: enums.lex.BotDialogActionType;
45873
45931
  }
45874
- /**
45875
- * Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
45876
- */
45877
45932
  interface BotDialogCodeHookInvocationSetting {
45878
45933
  /**
45879
45934
  * Indicates whether a Lambda function should be invoked for the dialog.
@@ -45892,18 +45947,12 @@ export declare namespace lex {
45892
45947
  */
45893
45948
  postCodeHookSpecification: outputs.lex.BotPostDialogCodeHookInvocationSpecification;
45894
45949
  }
45895
- /**
45896
- * Settings that determine the Lambda function that Amazon Lex uses for processing user responses.
45897
- */
45898
45950
  interface BotDialogCodeHookSetting {
45899
45951
  /**
45900
45952
  * Enables the dialog code hook so that it processes user requests.
45901
45953
  */
45902
45954
  enabled: boolean;
45903
45955
  }
45904
- /**
45905
- * The current state of the conversation with the user.
45906
- */
45907
45956
  interface BotDialogState {
45908
45957
  /**
45909
45958
  * Defines the action that the bot executes at runtime when the conversation reaches this step.
@@ -45914,34 +45963,16 @@ export declare namespace lex {
45914
45963
  */
45915
45964
  intent?: outputs.lex.BotIntentOverride;
45916
45965
  /**
45917
- * List of session attributes to be applied when the conversation reaches this step.
45966
+ * Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.
45918
45967
  */
45919
45968
  sessionAttributes?: outputs.lex.BotSessionAttribute[];
45920
45969
  }
45921
- /**
45922
- * Specifies the settings on DTMF input.
45923
- */
45924
45970
  interface BotDtmfSpecification {
45925
- /**
45926
- * The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
45927
- */
45928
45971
  deletionCharacter: string;
45929
- /**
45930
- * The DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.
45931
- */
45932
45972
  endCharacter: string;
45933
- /**
45934
- * How long the bot should wait after the last DTMF character input before assuming that the input has concluded.
45935
- */
45936
45973
  endTimeoutMs: number;
45937
- /**
45938
- * The maximum number of DTMF digits allowed in an utterance.
45939
- */
45940
45974
  maxLength: number;
45941
45975
  }
45942
- /**
45943
- * Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.
45944
- */
45945
45976
  interface BotElicitationCodeHookInvocationSetting {
45946
45977
  /**
45947
45978
  * Indicates whether a Lambda function should be invoked for the dialog.
@@ -45952,18 +45983,12 @@ export declare namespace lex {
45952
45983
  */
45953
45984
  invocationLabel?: string;
45954
45985
  }
45955
- /**
45956
- * Provides information about the external source of the slot type's definition.
45957
- */
45958
45986
  interface BotExternalSourceSetting {
45959
45987
  /**
45960
45988
  * Settings required for a slot type based on a grammar that you provide.
45961
45989
  */
45962
45990
  grammarSlotTypeSetting?: outputs.lex.BotGrammarSlotTypeSetting;
45963
45991
  }
45964
- /**
45965
- * Settings that determine if a Lambda function should be invoked to fulfill a specific intent.
45966
- */
45967
45992
  interface BotFulfillmentCodeHookSetting {
45968
45993
  /**
45969
45994
  * Indicates whether a Lambda function should be invoked to fulfill a specific intent.
@@ -45974,7 +45999,7 @@ export declare namespace lex {
45974
45999
  */
45975
46000
  fulfillmentUpdatesSpecification?: outputs.lex.BotFulfillmentUpdatesSpecification;
45976
46001
  /**
45977
- * Determines whether the fulfillment code hook is used. When active is false, the code hook doesn't run.
46002
+ * Determines whether the fulfillment code hook is used. When `active` is false, the code hook doesn't run.
45978
46003
  */
45979
46004
  isActive?: boolean;
45980
46005
  /**
@@ -45982,9 +46007,6 @@ export declare namespace lex {
45982
46007
  */
45983
46008
  postFulfillmentStatusSpecification?: outputs.lex.BotPostFulfillmentStatusSpecification;
45984
46009
  }
45985
- /**
45986
- * Provides settings for a message that is sent to the user when a fulfillment Lambda function starts running.
45987
- */
45988
46010
  interface BotFulfillmentStartResponseSpecification {
45989
46011
  /**
45990
46012
  * Determines whether the user can interrupt the start message while it is playing.
@@ -45999,9 +46021,6 @@ export declare namespace lex {
45999
46021
  */
46000
46022
  messageGroups: outputs.lex.BotMessageGroup[];
46001
46023
  }
46002
- /**
46003
- * Provides settings for a message that is sent periodically to the user while a fulfillment Lambda function is running.
46004
- */
46005
46024
  interface BotFulfillmentUpdateResponseSpecification {
46006
46025
  /**
46007
46026
  * Determines whether the user can interrupt an update message while it is playing.
@@ -46016,12 +46035,11 @@ export declare namespace lex {
46016
46035
  */
46017
46036
  messageGroups: outputs.lex.BotMessageGroup[];
46018
46037
  }
46019
- /**
46020
- * Provides information for updating the user on the progress of fulfilling an intent.
46021
- */
46022
46038
  interface BotFulfillmentUpdatesSpecification {
46023
46039
  /**
46024
46040
  * Determines whether fulfillment updates are sent to the user. When this field is true, updates are sent.
46041
+ *
46042
+ * If the `active` field is set to true, the `startResponse` , `updateResponse` , and `timeoutInSeconds` fields are required.
46025
46043
  */
46026
46044
  active: boolean;
46027
46045
  /**
@@ -46037,56 +46055,32 @@ export declare namespace lex {
46037
46055
  */
46038
46056
  updateResponse?: outputs.lex.BotFulfillmentUpdateResponseSpecification;
46039
46057
  }
46040
- /**
46041
- * Settings required for a slot type based on a grammar that you provide.
46042
- */
46043
46058
  interface BotGrammarSlotTypeSetting {
46044
46059
  /**
46045
46060
  * The source of the grammar used to create the slot type.
46046
46061
  */
46047
46062
  source?: outputs.lex.BotGrammarSlotTypeSource;
46048
46063
  }
46049
- /**
46050
- * Describes the Amazon S3 bucket name and location for the grammar that is the source for the slot type.
46051
- */
46052
46064
  interface BotGrammarSlotTypeSource {
46053
46065
  /**
46054
- * The Amazon KMS key required to decrypt the contents of the grammar, if any.
46066
+ * The AWS KMS key required to decrypt the contents of the grammar, if any.
46055
46067
  */
46056
46068
  kmsKeyArn?: string;
46057
46069
  /**
46058
- * The name of the S3 bucket that contains the grammar source.
46070
+ * The name of the Amazon S3 bucket that contains the grammar source.
46059
46071
  */
46060
46072
  s3BucketName: string;
46061
46073
  /**
46062
- * The path to the grammar in the S3 bucket.
46074
+ * The path to the grammar in the Amazon S3 bucket.
46063
46075
  */
46064
46076
  s3ObjectKey: string;
46065
46077
  }
46066
- /**
46067
- * A message that defines a response card that the client application can show to the user.
46068
- */
46069
46078
  interface BotImageResponseCard {
46070
- /**
46071
- * A list of buttons that should be displayed on the response card.
46072
- */
46073
46079
  buttons?: outputs.lex.BotButton[];
46074
- /**
46075
- * The URL of an image to display on the response card.
46076
- */
46077
46080
  imageUrl?: string;
46078
- /**
46079
- * The subtitle to display on the response card.
46080
- */
46081
46081
  subtitle?: string;
46082
- /**
46083
- * The title to display on the response card.
46084
- */
46085
46082
  title: string;
46086
46083
  }
46087
- /**
46088
- * Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
46089
- */
46090
46084
  interface BotInitialResponseSetting {
46091
46085
  /**
46092
46086
  * Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
@@ -46105,19 +46099,11 @@ export declare namespace lex {
46105
46099
  */
46106
46100
  nextStep?: outputs.lex.BotDialogState;
46107
46101
  }
46108
- /**
46109
- * InputContext specified for the intent.
46110
- */
46111
46102
  interface BotInputContext {
46112
- /**
46113
- * The name of the context.
46114
- */
46115
46103
  name: string;
46116
46104
  }
46117
- /**
46118
- * Represents an action that the user wants to perform.
46119
- */
46120
46105
  interface BotIntent {
46106
+ bedrockAgentIntentConfiguration?: outputs.lex.BotBedrockAgentIntentConfiguration;
46121
46107
  /**
46122
46108
  * Description of thr intent.
46123
46109
  */
@@ -46151,7 +46137,7 @@ export declare namespace lex {
46151
46137
  */
46152
46138
  kendraConfiguration?: outputs.lex.BotKendraConfiguration;
46153
46139
  /**
46154
- * The name of the intent.
46140
+ * 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.
46155
46141
  */
46156
46142
  name: string;
46157
46143
  /**
@@ -46162,9 +46148,10 @@ export declare namespace lex {
46162
46148
  * A unique identifier for the built-in intent to base this intent on.
46163
46149
  */
46164
46150
  parentIntentSignature?: string;
46151
+ qInConnectIntentConfiguration?: outputs.lex.BotQInConnectIntentConfiguration;
46165
46152
  qnAIntentConfiguration?: outputs.lex.BotQnAIntentConfiguration;
46166
46153
  /**
46167
- * A sample utterance that invokes an intent or respond to a slot elicitation prompt.
46154
+ * A list of utterances that a user might say to signal the intent.
46168
46155
  */
46169
46156
  sampleUtterances?: outputs.lex.BotSampleUtterance[];
46170
46157
  /**
@@ -46172,24 +46159,21 @@ export declare namespace lex {
46172
46159
  */
46173
46160
  slotPriorities?: outputs.lex.BotSlotPriority[];
46174
46161
  /**
46175
- * List of slots
46162
+ * A list of slots that the intent requires for fulfillment.
46176
46163
  */
46177
46164
  slots?: outputs.lex.BotSlot[];
46178
46165
  }
46179
- /**
46180
- * Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.
46181
- */
46182
46166
  interface BotIntentClosingSetting {
46183
46167
  /**
46184
46168
  * The response that Amazon Lex sends to the user when the intent is complete.
46185
46169
  */
46186
46170
  closingResponse?: outputs.lex.BotResponseSpecification;
46187
46171
  /**
46188
- * A list of conditional branches associated with the intent's closing response. These branches are executed when the nextStep attribute is set to EvalutateConditional.
46172
+ * A list of conditional branches associated with the intent's closing response. These branches are executed when the `nextStep` attribute is set to `EvalutateConditional` .
46189
46173
  */
46190
46174
  conditional?: outputs.lex.BotConditionalSpecification;
46191
46175
  /**
46192
- * 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.
46176
+ * 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.
46193
46177
  */
46194
46178
  isActive?: boolean;
46195
46179
  /**
@@ -46197,12 +46181,9 @@ export declare namespace lex {
46197
46181
  */
46198
46182
  nextStep?: outputs.lex.BotDialogState;
46199
46183
  }
46200
- /**
46201
- * Provides a prompt for making sure that the user is ready for the intent to be fulfilled.
46202
- */
46203
46184
  interface BotIntentConfirmationSetting {
46204
46185
  /**
46205
- * 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.
46186
+ * 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` .
46206
46187
  */
46207
46188
  codeHook?: outputs.lex.BotDialogCodeHookInvocationSetting;
46208
46189
  /**
@@ -46226,11 +46207,11 @@ export declare namespace lex {
46226
46207
  */
46227
46208
  declinationNextStep?: outputs.lex.BotDialogState;
46228
46209
  /**
46229
- * When the user answers "no" to the question defined in promptSpecification, Amazon Lex responds with this response to acknowledge that the intent was canceled.
46210
+ * When the user answers "no" to the question defined in `promptSpecification` , Amazon Lex responds with this response to acknowledge that the intent was canceled.
46230
46211
  */
46231
46212
  declinationResponse?: outputs.lex.BotResponseSpecification;
46232
46213
  /**
46233
- * The DialogCodeHookInvocationSetting used when the code hook is invoked during confirmation prompt retries.
46214
+ * The `DialogCodeHookInvocationSetting` used when the code hook is invoked during confirmation prompt retries.
46234
46215
  */
46235
46216
  elicitationCodeHook?: outputs.lex.BotElicitationCodeHookInvocationSetting;
46236
46217
  /**
@@ -46242,34 +46223,30 @@ export declare namespace lex {
46242
46223
  */
46243
46224
  failureNextStep?: outputs.lex.BotDialogState;
46244
46225
  /**
46245
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
46226
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input when the intent confirmation fails.
46246
46227
  */
46247
46228
  failureResponse?: outputs.lex.BotResponseSpecification;
46248
46229
  /**
46249
- * 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.
46230
+ * 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.
46250
46231
  */
46251
46232
  isActive?: boolean;
46252
46233
  /**
46253
46234
  * Prompts the user to confirm the intent. This question should have a yes or no answer.
46235
+ *
46236
+ * 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.
46254
46237
  */
46255
46238
  promptSpecification: outputs.lex.BotPromptSpecification;
46256
46239
  }
46257
- /**
46258
- * Override settings to configure the intent state.
46259
- */
46260
46240
  interface BotIntentOverride {
46261
46241
  /**
46262
46242
  * The name of the intent. Only required when you're switching intents.
46263
46243
  */
46264
46244
  name?: string;
46265
46245
  /**
46266
- * A map of all of the slot value overrides for the intent.
46246
+ * 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.
46267
46247
  */
46268
46248
  slots?: outputs.lex.BotSlotValueOverrideMap[];
46269
46249
  }
46270
- /**
46271
- * Configuration for searching a Amazon Kendra index specified for the intent.
46272
- */
46273
46250
  interface BotKendraConfiguration {
46274
46251
  /**
46275
46252
  * 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.
@@ -46280,13 +46257,10 @@ export declare namespace lex {
46280
46257
  */
46281
46258
  queryFilterString?: string;
46282
46259
  /**
46283
- * Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.
46260
+ * Determines whether the `AMAZON.KendraSearchIntent` intent uses a custom query string to query the Amazon Kendra index.
46284
46261
  */
46285
46262
  queryFilterStringEnabled?: boolean;
46286
46263
  }
46287
- /**
46288
- * 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.
46289
- */
46290
46264
  interface BotLocale {
46291
46265
  /**
46292
46266
  * Specifies a custom vocabulary to use with a specific locale.
@@ -46297,7 +46271,7 @@ export declare namespace lex {
46297
46271
  */
46298
46272
  description?: string;
46299
46273
  /**
46300
- * List of intents
46274
+ * One or more intents defined for the locale.
46301
46275
  */
46302
46276
  intents?: outputs.lex.BotIntent[];
46303
46277
  /**
@@ -46309,7 +46283,7 @@ export declare namespace lex {
46309
46283
  */
46310
46284
  nluConfidenceThreshold: number;
46311
46285
  /**
46312
- * List of SlotTypes
46286
+ * One or more slot types defined for the locale.
46313
46287
  */
46314
46288
  slotTypes?: outputs.lex.BotSlotType[];
46315
46289
  /**
@@ -46324,28 +46298,16 @@ export declare namespace lex {
46324
46298
  */
46325
46299
  voiceSettings?: outputs.lex.BotVoiceSettings;
46326
46300
  }
46327
- /**
46328
- * The primary message that Amazon Lex should send to the user.
46329
- */
46330
46301
  interface BotMessage {
46331
46302
  customPayload?: outputs.lex.BotCustomPayload;
46332
46303
  imageResponseCard?: outputs.lex.BotImageResponseCard;
46333
46304
  plainTextMessage?: outputs.lex.BotPlainTextMessage;
46334
46305
  ssmlMessage?: outputs.lex.BotSsmlMessage;
46335
46306
  }
46336
- /**
46337
- * One or more messages that Amazon Lex can send to the user.
46338
- */
46339
46307
  interface BotMessageGroup {
46340
46308
  message: outputs.lex.BotMessage;
46341
- /**
46342
- * Message variations to send to the user.
46343
- */
46344
46309
  variations?: outputs.lex.BotMessage[];
46345
46310
  }
46346
- /**
46347
- * Indicates whether a slot can return multiple values.
46348
- */
46349
46311
  interface BotMultipleValuesSetting {
46350
46312
  /**
46351
46313
  * 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.
@@ -46356,46 +46318,31 @@ export declare namespace lex {
46356
46318
  */
46357
46319
  allowMultipleValues?: boolean;
46358
46320
  }
46359
- /**
46360
- * Determines whether Amazon Lex obscures slot values in conversation logs.
46361
- */
46362
46321
  interface BotObfuscationSetting {
46363
46322
  /**
46364
46323
  * Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
46365
46324
  */
46366
46325
  obfuscationSettingType: enums.lex.BotObfuscationSettingObfuscationSettingType;
46367
46326
  }
46368
- /**
46369
- * A session context that is activated when an intent is fulfilled.
46370
- */
46371
46327
  interface BotOutputContext {
46372
46328
  name: string;
46373
46329
  timeToLiveInSeconds: number;
46374
46330
  turnsToLive: number;
46375
46331
  }
46376
- /**
46377
- * A message in plain text format.
46378
- */
46379
46332
  interface BotPlainTextMessage {
46380
- /**
46381
- * The message to send to the user.
46382
- */
46383
46333
  value: string;
46384
46334
  }
46385
- /**
46386
- * Specifies next steps to run after the dialog code hook finishes.
46387
- */
46388
46335
  interface BotPostDialogCodeHookInvocationSpecification {
46389
46336
  /**
46390
- * 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.
46337
+ * 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` .
46391
46338
  */
46392
46339
  failureConditional?: outputs.lex.BotConditionalSpecification;
46393
46340
  /**
46394
- * 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.
46341
+ * 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` .
46395
46342
  */
46396
46343
  failureNextStep?: outputs.lex.BotDialogState;
46397
46344
  /**
46398
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
46345
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input when the code hook fails.
46399
46346
  */
46400
46347
  failureResponse?: outputs.lex.BotResponseSpecification;
46401
46348
  /**
@@ -46407,7 +46354,7 @@ export declare namespace lex {
46407
46354
  */
46408
46355
  successNextStep?: outputs.lex.BotDialogState;
46409
46356
  /**
46410
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
46357
+ * Specifies a list of message groups that Amazon Lex uses to respond when the code hook succeeds.
46411
46358
  */
46412
46359
  successResponse?: outputs.lex.BotResponseSpecification;
46413
46360
  /**
@@ -46419,24 +46366,21 @@ export declare namespace lex {
46419
46366
  */
46420
46367
  timeoutNextStep?: outputs.lex.BotDialogState;
46421
46368
  /**
46422
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
46369
+ * Specifies a list of message groups that Amazon Lex uses to respond to the user input when the code hook times out.
46423
46370
  */
46424
46371
  timeoutResponse?: outputs.lex.BotResponseSpecification;
46425
46372
  }
46426
- /**
46427
- * Provides a setting that determines whether the post-fulfillment response is sent to the user.
46428
- */
46429
46373
  interface BotPostFulfillmentStatusSpecification {
46430
46374
  /**
46431
- * 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.
46375
+ * 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` .
46432
46376
  */
46433
46377
  failureConditional?: outputs.lex.BotConditionalSpecification;
46434
46378
  /**
46435
- * 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.
46379
+ * 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` .
46436
46380
  */
46437
46381
  failureNextStep?: outputs.lex.BotDialogState;
46438
46382
  /**
46439
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
46383
+ * Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't successful.
46440
46384
  */
46441
46385
  failureResponse?: outputs.lex.BotResponseSpecification;
46442
46386
  /**
@@ -46448,7 +46392,7 @@ export declare namespace lex {
46448
46392
  */
46449
46393
  successNextStep?: outputs.lex.BotDialogState;
46450
46394
  /**
46451
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
46395
+ * Specifies a list of message groups that Amazon Lex uses to respond when the fulfillment is successful.
46452
46396
  */
46453
46397
  successResponse?: outputs.lex.BotResponseSpecification;
46454
46398
  /**
@@ -46460,25 +46404,16 @@ export declare namespace lex {
46460
46404
  */
46461
46405
  timeoutNextStep?: outputs.lex.BotDialogState;
46462
46406
  /**
46463
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
46407
+ * Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't completed within the timeout period.
46464
46408
  */
46465
46409
  timeoutResponse?: outputs.lex.BotResponseSpecification;
46466
46410
  }
46467
- /**
46468
- * Specifies the settings on a prompt attempt.
46469
- */
46470
46411
  interface BotPromptAttemptSpecification {
46471
- /**
46472
- * Indicates whether the user can interrupt a speech prompt attempt from the bot.
46473
- */
46474
46412
  allowInterrupt?: boolean;
46475
46413
  allowedInputTypes: outputs.lex.BotAllowedInputTypes;
46476
46414
  audioAndDtmfInputSpecification?: outputs.lex.BotAudioAndDtmfInputSpecification;
46477
46415
  textInputSpecification?: outputs.lex.BotTextInputSpecification;
46478
46416
  }
46479
- /**
46480
- * Prompts the user to confirm the intent.
46481
- */
46482
46417
  interface BotPromptSpecification {
46483
46418
  /**
46484
46419
  * Indicates whether the user can interrupt a speech prompt from the bot.
@@ -46503,100 +46438,49 @@ export declare namespace lex {
46503
46438
  [key: string]: outputs.lex.BotPromptAttemptSpecification;
46504
46439
  };
46505
46440
  }
46506
- /**
46507
- * Details about the the configuration of the built-in Amazon.QnAIntent.
46508
- */
46441
+ interface BotQInConnectIntentConfiguration {
46442
+ qInConnectAssistantConfiguration?: outputs.lex.BotQInConnectIntentConfigurationQInConnectAssistantConfigurationProperties;
46443
+ }
46444
+ interface BotQInConnectIntentConfigurationQInConnectAssistantConfigurationProperties {
46445
+ assistantArn: string;
46446
+ }
46509
46447
  interface BotQnAIntentConfiguration {
46510
46448
  bedrockModelConfiguration: outputs.lex.BotBedrockModelSpecification;
46511
46449
  /**
46512
- * Contains details about the configuration of the data source used for the AMAZON.QnAIntent.
46450
+ * Contains details about the configuration of the data source used for the `AMAZON.QnAIntent` .
46513
46451
  */
46514
46452
  dataSourceConfiguration: outputs.lex.BotQnAIntentConfigurationDataSourceConfigurationProperties;
46515
46453
  }
46516
46454
  /**
46517
- * Contains details about the configuration of the data source used for the AMAZON.QnAIntent.
46455
+ * Contains details about the configuration of the data source used for the `AMAZON.QnAIntent` .
46518
46456
  */
46519
46457
  interface BotQnAIntentConfigurationDataSourceConfigurationProperties {
46520
- /**
46521
- * Contains details about the configuration of a Amazon Bedrock knowledge base.
46522
- */
46523
46458
  bedrockKnowledgeStoreConfiguration?: outputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesBedrockKnowledgeStoreConfigurationProperties;
46524
46459
  kendraConfiguration?: outputs.lex.BotQnAKendraConfiguration;
46525
- /**
46526
- * Contains details about the configuration of the Amazon OpenSearch Service database used for the AMAZON.QnAIntent.
46527
- */
46528
46460
  opensearchConfiguration?: outputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesOpensearchConfigurationProperties;
46529
46461
  }
46530
- /**
46531
- * Contains details about the configuration of a Amazon Bedrock knowledge base.
46532
- */
46533
46462
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesBedrockKnowledgeStoreConfigurationProperties {
46534
- /**
46535
- * The base ARN of the knowledge base used.
46536
- */
46537
46463
  bedrockKnowledgeBaseArn?: string;
46538
- /**
46539
- * Contains the names of the fields used for an exact response to the user.
46540
- */
46541
46464
  bkbExactResponseFields?: outputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesBedrockKnowledgeStoreConfigurationPropertiesBkbExactResponseFieldsProperties;
46542
- /**
46543
- * Specifies whether to return an exact response, or to return an answer generated by the model, using the fields you specify from the database.
46544
- */
46545
46465
  exactResponse?: boolean;
46546
46466
  }
46547
- /**
46548
- * Contains the names of the fields used for an exact response to the user.
46549
- */
46550
46467
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesBedrockKnowledgeStoreConfigurationPropertiesBkbExactResponseFieldsProperties {
46551
- /**
46552
- * The answer field used for an exact response from Bedrock Knowledge Store.
46553
- */
46554
46468
  answerField?: string;
46555
46469
  }
46556
- /**
46557
- * Contains details about the configuration of the Amazon OpenSearch Service database used for the AMAZON.QnAIntent.
46558
- */
46559
46470
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesOpensearchConfigurationProperties {
46560
- /**
46561
- * The endpoint of the Amazon OpenSearch Service domain.
46562
- */
46563
46471
  domainEndpoint?: string;
46564
- /**
46565
- * Specifies whether to return an exact response or to return an answer generated by the model using the fields you specify from the database.
46566
- */
46567
46472
  exactResponse?: boolean;
46568
- /**
46569
- * Contains the names of the fields used for an exact response to the user.
46570
- */
46571
46473
  exactResponseFields?: outputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesOpensearchConfigurationPropertiesExactResponseFieldsProperties;
46572
- /**
46573
- * List of fields to include
46574
- */
46575
46474
  includeFields?: string[];
46576
- /**
46577
- * The name of the Amazon OpenSearch Service index.
46578
- */
46579
46475
  indexName?: string;
46580
46476
  }
46581
- /**
46582
- * Contains the names of the fields used for an exact response to the user.
46583
- */
46584
46477
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesOpensearchConfigurationPropertiesExactResponseFieldsProperties {
46585
- /**
46586
- * The name of the field that contains the answer to the query made to the OpenSearch Service database.
46587
- */
46588
46478
  answerField?: string;
46589
- /**
46590
- * The name of the field that contains the query made to the OpenSearch Service database.
46591
- */
46592
46479
  questionField?: string;
46593
46480
  }
46594
- /**
46595
- * Contains details about the configuration of the Amazon Kendra index used for the AMAZON.QnAIntent.
46596
- */
46597
46481
  interface BotQnAKendraConfiguration {
46598
46482
  /**
46599
- * 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.
46483
+ * 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) .
46600
46484
  */
46601
46485
  exactResponse: boolean;
46602
46486
  /**
@@ -46604,7 +46488,7 @@ export declare namespace lex {
46604
46488
  */
46605
46489
  kendraIndex: string;
46606
46490
  /**
46607
- * Contains the Amazon Kendra filter string to use if enabled.
46491
+ * 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) .
46608
46492
  */
46609
46493
  queryFilterString?: string;
46610
46494
  /**
@@ -46612,21 +46496,12 @@ export declare namespace lex {
46612
46496
  */
46613
46497
  queryFilterStringEnabled: boolean;
46614
46498
  }
46615
- /**
46616
- * Parameter used to create a replication of the source bot in the secondary region.
46617
- */
46618
46499
  interface BotReplication {
46619
- /**
46620
- * List of secondary regions for bot replication.
46621
- */
46622
46500
  replicaRegions: string[];
46623
46501
  }
46624
- /**
46625
- * A list of message groups that Amazon Lex uses to respond the user input.
46626
- */
46627
46502
  interface BotResponseSpecification {
46628
46503
  /**
46629
- * Indicates whether the user can interrupt a speech prompt from the bot.
46504
+ * Indicates whether the user can interrupt a speech response from Amazon Lex.
46630
46505
  */
46631
46506
  allowInterrupt?: boolean;
46632
46507
  /**
@@ -46634,58 +46509,31 @@ export declare namespace lex {
46634
46509
  */
46635
46510
  messageGroupsList: outputs.lex.BotMessageGroup[];
46636
46511
  }
46637
- /**
46638
- * Specifies an Amazon S3 bucket for logging audio conversations
46639
- */
46640
46512
  interface BotS3BucketLogDestination {
46641
- /**
46642
- * The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.
46643
- */
46644
46513
  kmsKeyArn?: string;
46645
- /**
46646
- * The Amazon S3 key of the deployment package.
46647
- */
46648
46514
  logPrefix: string;
46649
- /**
46650
- * The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
46651
- */
46652
46515
  s3BucketArn: string;
46653
46516
  }
46654
- /**
46655
- * S3 location of bot definitions zip file, if it's not defined inline in CloudFormation.
46656
- */
46657
46517
  interface BotS3Location {
46658
46518
  /**
46659
- * An Amazon S3 bucket in the same AWS Region as your function. The bucket can be in a different AWS account.
46519
+ * The S3 bucket name.
46660
46520
  */
46661
46521
  s3Bucket: string;
46662
46522
  /**
46663
- * The Amazon S3 key of the deployment package.
46523
+ * The path and file name to the object in the S3 bucket.
46664
46524
  */
46665
46525
  s3ObjectKey: string;
46666
46526
  /**
46667
- * For versioned objects, the version of the deployment package object to use. If not specified, the current object version will be used.
46527
+ * The version of the object in the S3 bucket.
46668
46528
  */
46669
46529
  s3ObjectVersion?: string;
46670
46530
  }
46671
- /**
46672
- * A sample utterance that invokes an intent or respond to a slot elicitation prompt.
46673
- */
46674
46531
  interface BotSampleUtterance {
46675
46532
  utterance: string;
46676
46533
  }
46677
- /**
46678
- * Defines one of the values for a slot type.
46679
- */
46680
46534
  interface BotSampleValue {
46681
- /**
46682
- * The value that can be used for a slot type.
46683
- */
46684
46535
  value: string;
46685
46536
  }
46686
- /**
46687
- * Key/value pair representing session-specific context information. It contains application information passed between Amazon Lex and a client application.
46688
- */
46689
46537
  interface BotSessionAttribute {
46690
46538
  /**
46691
46539
  * The name of the session attribute.
@@ -46696,9 +46544,6 @@ export declare namespace lex {
46696
46544
  */
46697
46545
  value?: string;
46698
46546
  }
46699
- /**
46700
- * A slot is a variable needed to fulfill an intent, where an intent can require zero or more slots.
46701
- */
46702
46547
  interface BotSlot {
46703
46548
  /**
46704
46549
  * The description of the slot.
@@ -46730,9 +46575,6 @@ export declare namespace lex {
46730
46575
  */
46731
46576
  valueElicitationSetting: outputs.lex.BotSlotValueElicitationSetting;
46732
46577
  }
46733
- /**
46734
- * Settings used when Amazon Lex successfully captures a slot value from a user.
46735
- */
46736
46578
  interface BotSlotCaptureSetting {
46737
46579
  /**
46738
46580
  * A list of conditional branches to evaluate after the slot value is captured.
@@ -46763,42 +46605,28 @@ export declare namespace lex {
46763
46605
  */
46764
46606
  failureNextStep?: outputs.lex.BotDialogState;
46765
46607
  /**
46766
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
46608
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input when the slot fails to be captured.
46767
46609
  */
46768
46610
  failureResponse?: outputs.lex.BotResponseSpecification;
46769
46611
  }
46770
- /**
46771
- * The default value to use when a user doesn't provide a value for a slot.
46772
- */
46773
46612
  interface BotSlotDefaultValue {
46774
46613
  /**
46775
46614
  * The default value to use when a user doesn't provide a value for a slot.
46776
46615
  */
46777
46616
  defaultValue: string;
46778
46617
  }
46779
- /**
46780
- * A list of values that Amazon Lex should use as the default value for a slot.
46781
- */
46782
46618
  interface BotSlotDefaultValueSpecification {
46783
46619
  /**
46784
- * A list of slot default values
46620
+ * A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.
46785
46621
  */
46786
46622
  defaultValueList: outputs.lex.BotSlotDefaultValue[];
46787
46623
  }
46788
- /**
46789
- * The priority that Amazon Lex should use when eliciting slot values from a user.
46790
- */
46791
46624
  interface BotSlotPriority {
46792
46625
  priority: number;
46793
- /**
46794
- * The name of the slot.
46795
- */
46796
46626
  slotName: string;
46797
46627
  }
46798
- /**
46799
- * A custom, extended built-in or a grammar slot type.
46800
- */
46801
46628
  interface BotSlotType {
46629
+ compositeSlotTypeSetting?: outputs.lex.BotCompositeSlotTypeSetting;
46802
46630
  /**
46803
46631
  * A description of the slot type. Use the description to help identify the slot type in lists.
46804
46632
  */
@@ -46831,28 +46659,19 @@ export declare namespace lex {
46831
46659
  */
46832
46660
  valueSelectionSetting?: outputs.lex.BotSlotValueSelectionSetting;
46833
46661
  }
46834
- /**
46835
- * Value that the slot type can take.
46836
- */
46837
46662
  interface BotSlotTypeValue {
46838
46663
  sampleValue: outputs.lex.BotSampleValue;
46839
46664
  synonyms?: outputs.lex.BotSampleValue[];
46840
46665
  }
46841
- /**
46842
- * The value to set in a slot.
46843
- */
46844
46666
  interface BotSlotValue {
46845
46667
  /**
46846
- * The value that Amazon Lex determines for the slot.
46668
+ * 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.
46847
46669
  */
46848
46670
  interpretedValue?: string;
46849
46671
  }
46850
- /**
46851
- * Settings that you can use for eliciting a slot value.
46852
- */
46853
46672
  interface BotSlotValueElicitationSetting {
46854
46673
  /**
46855
- * A list of default values for a slot.
46674
+ * 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.
46856
46675
  */
46857
46676
  defaultValueSpecification?: outputs.lex.BotSlotDefaultValueSpecification;
46858
46677
  /**
@@ -46860,11 +46679,11 @@ export declare namespace lex {
46860
46679
  */
46861
46680
  promptSpecification?: outputs.lex.BotPromptSpecification;
46862
46681
  /**
46863
- * 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.
46682
+ * 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.
46864
46683
  */
46865
46684
  sampleUtterances?: outputs.lex.BotSampleUtterance[];
46866
46685
  /**
46867
- * Specifies the next stage in the conversation after capturing the slot.
46686
+ * Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.
46868
46687
  */
46869
46688
  slotCaptureSetting?: outputs.lex.BotSlotCaptureSetting;
46870
46689
  /**
@@ -46876,12 +46695,9 @@ export declare namespace lex {
46876
46695
  */
46877
46696
  waitAndContinueSpecification?: outputs.lex.BotWaitAndContinueSpecification;
46878
46697
  }
46879
- /**
46880
- * The slot values that Amazon Lex uses when it sets slot values in a dialog step.
46881
- */
46882
46698
  interface BotSlotValueOverride {
46883
46699
  /**
46884
- * 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.
46700
+ * 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.
46885
46701
  */
46886
46702
  shape?: enums.lex.BotSlotShape;
46887
46703
  /**
@@ -46893,9 +46709,6 @@ export declare namespace lex {
46893
46709
  */
46894
46710
  values?: outputs.lex.BotSlotValueOverride[];
46895
46711
  }
46896
- /**
46897
- * A map of slot names and their overridden values.
46898
- */
46899
46712
  interface BotSlotValueOverrideMap {
46900
46713
  /**
46901
46714
  * The name of the slot.
@@ -46906,18 +46719,25 @@ export declare namespace lex {
46906
46719
  */
46907
46720
  slotValueOverride?: outputs.lex.BotSlotValueOverride;
46908
46721
  }
46909
- /**
46910
- * A regular expression used to validate the value of a slot.
46911
- */
46912
46722
  interface BotSlotValueRegexFilter {
46913
46723
  /**
46914
- * Regex pattern
46724
+ * A regular expression used to validate the value of a slot.
46725
+ *
46726
+ * Use a standard regular expression. Amazon Lex supports the following characters in the regular expression:
46727
+ *
46728
+ * - A-Z, a-z
46729
+ * - 0-9
46730
+ * - Unicode characters ("\⁠u<Unicode>")
46731
+ *
46732
+ * Represent Unicode characters with four digits, for example "\⁠u0041" or "\⁠u005A".
46733
+ *
46734
+ * The following regular expression operators are not supported:
46735
+ *
46736
+ * - Infinite repeaters: *, +, or {x,} with no upper bound.
46737
+ * - Wild card (.)
46915
46738
  */
46916
46739
  pattern: string;
46917
46740
  }
46918
- /**
46919
- * Contains settings used by Amazon Lex to select a slot value.
46920
- */
46921
46741
  interface BotSlotValueSelectionSetting {
46922
46742
  /**
46923
46743
  * 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.
@@ -46937,21 +46757,12 @@ export declare namespace lex {
46937
46757
  */
46938
46758
  resolutionStrategy: enums.lex.BotSlotValueResolutionStrategy;
46939
46759
  }
46940
- /**
46941
- * A message in Speech Synthesis Markup Language (SSML).
46942
- */
46943
46760
  interface BotSsmlMessage {
46944
- /**
46945
- * The SSML text that defines the prompt.
46946
- */
46947
46761
  value: string;
46948
46762
  }
46949
- /**
46950
- * StillWaitingResponseSpecification.
46951
- */
46952
46763
  interface BotStillWaitingResponseSpecification {
46953
46764
  /**
46954
- * Indicates whether the user can interrupt a speech prompt from the bot.
46765
+ * Indicates that the user can interrupt the response by speaking while the message is being played.
46955
46766
  */
46956
46767
  allowInterrupt?: boolean;
46957
46768
  /**
@@ -46967,22 +46778,14 @@ export declare namespace lex {
46967
46778
  */
46968
46779
  timeoutInSeconds: number;
46969
46780
  }
46970
- /**
46971
- * A key-value pair for tagging Lex resources
46972
- */
46781
+ interface BotSubSlotTypeComposition {
46782
+ name: string;
46783
+ slotTypeId: string;
46784
+ }
46973
46785
  interface BotTag {
46974
- /**
46975
- * 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 -.
46976
- */
46977
46786
  key: string;
46978
- /**
46979
- * 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 -.
46980
- */
46981
46787
  value: string;
46982
46788
  }
46983
- /**
46984
- * Configuring the test bot alias settings for a given bot
46985
- */
46986
46789
  interface BotTestBotAliasSettings {
46987
46790
  /**
46988
46791
  * Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.
@@ -46997,37 +46800,22 @@ export declare namespace lex {
46997
46800
  */
46998
46801
  description?: string;
46999
46802
  /**
47000
- * Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
46803
+ * Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
47001
46804
  */
47002
46805
  sentimentAnalysisSettings?: outputs.lex.BotTestBotAliasSettingsSentimentAnalysisSettingsProperties;
47003
46806
  }
47004
46807
  /**
47005
- * Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
46808
+ * Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
47006
46809
  */
47007
46810
  interface BotTestBotAliasSettingsSentimentAnalysisSettingsProperties {
47008
- /**
47009
- * Enable to call Amazon Comprehend for Sentiment natively within Lex
47010
- */
47011
46811
  detectSentiment: boolean;
47012
46812
  }
47013
- /**
47014
- * Specifies the text input specifications.
47015
- */
47016
46813
  interface BotTextInputSpecification {
47017
- /**
47018
- * Time for which a bot waits before re-prompting a customer for text input.
47019
- */
47020
46814
  startTimeoutMs: number;
47021
46815
  }
47022
- /**
47023
- * Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
47024
- */
47025
46816
  interface BotTextLogDestination {
47026
46817
  cloudWatch: outputs.lex.BotCloudWatchLogGroupLogDestination;
47027
46818
  }
47028
- /**
47029
- * Contains information about code hooks that Amazon Lex calls during a conversation.
47030
- */
47031
46819
  interface BotTextLogSetting {
47032
46820
  destination: outputs.lex.BotTextLogDestination;
47033
46821
  enabled: boolean;
@@ -47042,33 +46830,29 @@ export declare namespace lex {
47042
46830
  botVersionLocaleDetails: outputs.lex.BotVersionLocaleDetails;
47043
46831
  localeId: string;
47044
46832
  }
47045
- /**
47046
- * Settings for using an Amazon Polly voice to communicate with a user.
47047
- */
47048
46833
  interface BotVoiceSettings {
47049
46834
  /**
47050
- * 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.
46835
+ * 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* .
46836
+ *
46837
+ * If you do not specify a value, the default is `standard` .
47051
46838
  */
47052
46839
  engine?: enums.lex.BotVoiceSettingsEngine;
47053
46840
  /**
47054
- * The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
46841
+ * The identifier of the Amazon Polly voice to use.
47055
46842
  */
47056
46843
  voiceId: string;
47057
46844
  }
47058
- /**
47059
- * The prompts that Amazon Lex uses while a bot is waiting for customer input.
47060
- */
47061
46845
  interface BotWaitAndContinueSpecification {
47062
46846
  /**
47063
46847
  * The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
47064
46848
  */
47065
46849
  continueResponse: outputs.lex.BotResponseSpecification;
47066
46850
  /**
47067
- * Specifies whether the bot will wait for a user to respond.
46851
+ * 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.
47068
46852
  */
47069
46853
  isActive?: boolean;
47070
46854
  /**
47071
- * The response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
46855
+ * A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
47072
46856
  */
47073
46857
  stillWaitingResponse?: outputs.lex.BotStillWaitingResponseSpecification;
47074
46858
  /**
@@ -47077,7 +46861,7 @@ export declare namespace lex {
47077
46861
  waitingResponse: outputs.lex.BotResponseSpecification;
47078
46862
  }
47079
46863
  /**
47080
- * Data privacy setting of the Bot.
46864
+ * 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.
47081
46865
  */
47082
46866
  interface DataPrivacyProperties {
47083
46867
  /**
@@ -55510,6 +55294,12 @@ export declare namespace qbusiness {
55510
55294
  interface DataAccessorDocumentAttributeValue3Properties {
55511
55295
  dateValue: string;
55512
55296
  }
55297
+ interface DataSourceAudioExtractionConfiguration {
55298
+ /**
55299
+ * The status of audio extraction (ENABLED or DISABLED) for processing audio content from files.
55300
+ */
55301
+ audioExtractionStatus: enums.qbusiness.DataSourceAudioExtractionStatus;
55302
+ }
55513
55303
  interface DataSourceDocumentAttributeCondition {
55514
55304
  /**
55515
55305
  * The identifier of the document attribute used for the condition.
@@ -55580,7 +55370,7 @@ export declare namespace qbusiness {
55580
55370
  */
55581
55371
  invocationCondition?: outputs.qbusiness.DataSourceDocumentAttributeCondition;
55582
55372
  /**
55583
- * 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) .
55373
+ * 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) .
55584
55374
  */
55585
55375
  lambdaArn?: string;
55586
55376
  /**
@@ -55613,10 +55403,24 @@ export declare namespace qbusiness {
55613
55403
  target?: outputs.qbusiness.DataSourceDocumentAttributeTarget;
55614
55404
  }
55615
55405
  interface DataSourceMediaExtractionConfiguration {
55406
+ /**
55407
+ * Configuration settings for extracting and processing audio content from media files.
55408
+ */
55409
+ audioExtractionConfiguration?: outputs.qbusiness.DataSourceAudioExtractionConfiguration;
55616
55410
  /**
55617
55411
  * 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) .
55618
55412
  */
55619
55413
  imageExtractionConfiguration?: outputs.qbusiness.DataSourceImageExtractionConfiguration;
55414
+ /**
55415
+ * Configuration settings for extracting and processing video content from media files.
55416
+ */
55417
+ videoExtractionConfiguration?: outputs.qbusiness.DataSourceVideoExtractionConfiguration;
55418
+ }
55419
+ interface DataSourceVideoExtractionConfiguration {
55420
+ /**
55421
+ * The status of video extraction (ENABLED or DISABLED) for processing video content from files.
55422
+ */
55423
+ videoExtractionStatus: enums.qbusiness.DataSourceVideoExtractionStatus;
55620
55424
  }
55621
55425
  interface DataSourceVpcConfiguration {
55622
55426
  /**
@@ -63333,6 +63137,10 @@ export declare namespace quicksight {
63333
63137
  * The field options to be configured to a table.
63334
63138
  */
63335
63139
  selectedFieldOptions?: outputs.quicksight.AnalysisTableFieldOption[];
63140
+ /**
63141
+ * The `TableOptions` of a transposed table.
63142
+ */
63143
+ transposedTableOptions?: outputs.quicksight.AnalysisTransposedTableOption[];
63336
63144
  }
63337
63145
  interface AnalysisTableFieldUrlConfiguration {
63338
63146
  /**
@@ -63866,6 +63674,23 @@ export declare namespace quicksight {
63866
63674
  */
63867
63675
  totalsVisibility?: enums.quicksight.AnalysisVisibility;
63868
63676
  }
63677
+ interface AnalysisTransposedTableOption {
63678
+ /**
63679
+ * The index of a columns in a transposed table. The index range is 0-9999.
63680
+ */
63681
+ columnIndex?: number;
63682
+ /**
63683
+ * The column type of the column in a transposed table. Choose one of the following options:
63684
+ *
63685
+ * - `ROW_HEADER_COLUMN` : Refers to the leftmost column of the row header in the transposed table.
63686
+ * - `VALUE_COLUMN` : Refers to all value columns in the transposed table.
63687
+ */
63688
+ columnType: enums.quicksight.AnalysisTransposedColumnType;
63689
+ /**
63690
+ * String based length that is composed of value and unit in px
63691
+ */
63692
+ columnWidth?: string;
63693
+ }
63869
63694
  interface AnalysisTreeMapAggregatedFieldWells {
63870
63695
  /**
63871
63696
  * The color field well of a tree map. Values are grouped by aggregations based on group by fields.
@@ -72239,6 +72064,10 @@ export declare namespace quicksight {
72239
72064
  * The field options to be configured to a table.
72240
72065
  */
72241
72066
  selectedFieldOptions?: outputs.quicksight.DashboardTableFieldOption[];
72067
+ /**
72068
+ * The `TableOptions` of a transposed table.
72069
+ */
72070
+ transposedTableOptions?: outputs.quicksight.DashboardTransposedTableOption[];
72242
72071
  }
72243
72072
  interface DashboardTableFieldUrlConfiguration {
72244
72073
  /**
@@ -72772,6 +72601,23 @@ export declare namespace quicksight {
72772
72601
  */
72773
72602
  totalsVisibility?: enums.quicksight.DashboardVisibility;
72774
72603
  }
72604
+ interface DashboardTransposedTableOption {
72605
+ /**
72606
+ * The index of a columns in a transposed table. The index range is 0-9999.
72607
+ */
72608
+ columnIndex?: number;
72609
+ /**
72610
+ * The column type of the column in a transposed table. Choose one of the following options:
72611
+ *
72612
+ * - `ROW_HEADER_COLUMN` : Refers to the leftmost column of the row header in the transposed table.
72613
+ * - `VALUE_COLUMN` : Refers to all value columns in the transposed table.
72614
+ */
72615
+ columnType: enums.quicksight.DashboardTransposedColumnType;
72616
+ /**
72617
+ * String based length that is composed of value and unit in px
72618
+ */
72619
+ columnWidth?: string;
72620
+ }
72775
72621
  interface DashboardTreeMapAggregatedFieldWells {
72776
72622
  /**
72777
72623
  * The color field well of a tree map. Values are grouped by aggregations based on group by fields.
@@ -82127,6 +81973,10 @@ export declare namespace quicksight {
82127
81973
  * The field options to be configured to a table.
82128
81974
  */
82129
81975
  selectedFieldOptions?: outputs.quicksight.TemplateTableFieldOption[];
81976
+ /**
81977
+ * The `TableOptions` of a transposed table.
81978
+ */
81979
+ transposedTableOptions?: outputs.quicksight.TemplateTransposedTableOption[];
82130
81980
  }
82131
81981
  interface TemplateTableFieldUrlConfiguration {
82132
81982
  /**
@@ -82660,6 +82510,23 @@ export declare namespace quicksight {
82660
82510
  */
82661
82511
  totalsVisibility?: any;
82662
82512
  }
82513
+ interface TemplateTransposedTableOption {
82514
+ /**
82515
+ * The index of a columns in a transposed table. The index range is 0-9999.
82516
+ */
82517
+ columnIndex?: number;
82518
+ /**
82519
+ * The column type of the column in a transposed table. Choose one of the following options:
82520
+ *
82521
+ * - `ROW_HEADER_COLUMN` : Refers to the leftmost column of the row header in the transposed table.
82522
+ * - `VALUE_COLUMN` : Refers to all value columns in the transposed table.
82523
+ */
82524
+ columnType: enums.quicksight.TemplateTransposedColumnType;
82525
+ /**
82526
+ * String based length that is composed of value and unit in px
82527
+ */
82528
+ columnWidth?: string;
82529
+ }
82663
82530
  interface TemplateTreeMapAggregatedFieldWells {
82664
82531
  /**
82665
82532
  * The color field well of a tree map. Values are grouped by aggregations based on group by fields.
@@ -95354,9 +95221,9 @@ export declare namespace ssmquicksetup {
95354
95221
  * - Description: (Optional) A boolean value that determines whether command output logs are sent to Amazon S3.
95355
95222
  * - `OutputS3Location`
95356
95223
  *
95357
- * - Description: (Optional) A JSON string containing information about the Amazon S3 bucket where you want to store the output details of the request.
95224
+ * - Description: (Optional) Information about the Amazon S3 bucket where you want to store the output details of the request.
95358
95225
  *
95359
- * - `OutputS3BucketRegion`
95226
+ * - `OutputBucketRegion`
95360
95227
  *
95361
95228
  * - Description: (Optional) The AWS Region where the Amazon S3 bucket you want to deliver command output to is located.
95362
95229
  * - `OutputS3BucketName`