@pulumi/aws-native 1.27.0-alpha.1744114661 → 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 (110) 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/ec2/getHost.d.ts +5 -0
  43. package/ec2/getHost.js.map +1 -1
  44. package/ec2/host.d.ts +10 -0
  45. package/ec2/host.js +2 -0
  46. package/ec2/host.js.map +1 -1
  47. package/ec2/vpcEndpoint.d.ts +2 -0
  48. package/ec2/vpcEndpoint.js +3 -1
  49. package/ec2/vpcEndpoint.js.map +1 -1
  50. package/iot/accountAuditConfiguration.d.ts +2 -2
  51. package/iot/getAccountAuditConfiguration.d.ts +1 -1
  52. package/kinesis/getStream.d.ts +5 -0
  53. package/kinesis/getStream.js.map +1 -1
  54. package/kinesis/stream.d.ts +9 -0
  55. package/kinesis/stream.js +2 -0
  56. package/kinesis/stream.js.map +1 -1
  57. package/lambda/getFunction.d.ts +7 -0
  58. package/lambda/getFunction.js.map +1 -1
  59. package/lex/bot.d.ts +20 -12
  60. package/lex/bot.js.map +1 -1
  61. package/lex/getBot.d.ts +6 -2
  62. package/lex/getBot.js.map +1 -1
  63. package/macie/getSession.d.ts +4 -0
  64. package/macie/getSession.js.map +1 -1
  65. package/macie/session.d.ts +4 -0
  66. package/macie/session.js +2 -0
  67. package/macie/session.js.map +1 -1
  68. package/package.json +3 -3
  69. package/package.json.dev +2 -2
  70. package/paymentcryptography/getKey.d.ts +1 -0
  71. package/paymentcryptography/getKey.js.map +1 -1
  72. package/paymentcryptography/key.d.ts +2 -0
  73. package/paymentcryptography/key.js +2 -0
  74. package/paymentcryptography/key.js.map +1 -1
  75. package/route53/cidrCollection.d.ts +1 -1
  76. package/route53/cidrCollection.js +1 -1
  77. package/route53/getCidrCollection.d.ts +2 -2
  78. package/route53/getCidrCollection.js +2 -2
  79. package/stepfunctions/activity.d.ts +6 -2
  80. package/stepfunctions/activity.js.map +1 -1
  81. package/transfer/webApp.d.ts +3 -0
  82. package/transfer/webApp.js +3 -1
  83. package/transfer/webApp.js.map +1 -1
  84. package/types/enums/backup/index.d.ts +0 -5
  85. package/types/enums/backup/index.js +1 -5
  86. package/types/enums/backup/index.js.map +1 -1
  87. package/types/enums/cleanrooms/index.d.ts +19 -0
  88. package/types/enums/cleanrooms/index.js +17 -1
  89. package/types/enums/cleanrooms/index.js.map +1 -1
  90. package/types/enums/kinesis/index.d.ts +14 -0
  91. package/types/enums/kinesis/index.js +11 -1
  92. package/types/enums/kinesis/index.js.map +1 -1
  93. package/types/enums/lex/index.d.ts +4 -16
  94. package/types/enums/lex/index.js +1 -0
  95. package/types/enums/lex/index.js.map +1 -1
  96. package/types/enums/macie/index.d.ts +8 -0
  97. package/types/enums/macie/index.js +5 -1
  98. package/types/enums/macie/index.js.map +1 -1
  99. package/types/enums/paymentcryptography/index.d.ts +23 -0
  100. package/types/enums/paymentcryptography/index.js +23 -1
  101. package/types/enums/paymentcryptography/index.js.map +1 -1
  102. package/types/enums/qbusiness/index.d.ts +10 -0
  103. package/types/enums/qbusiness/index.js +9 -1
  104. package/types/enums/qbusiness/index.js.map +1 -1
  105. package/types/enums/transfer/index.d.ts +5 -0
  106. package/types/enums/transfer/index.js +5 -1
  107. package/types/enums/transfer/index.js.map +1 -1
  108. package/types/input.d.ts +276 -491
  109. package/types/output.d.ts +272 -493
  110. package/types/output.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -4829,7 +4829,7 @@ export declare namespace applicationsignals {
4829
4829
  */
4830
4830
  interface ServiceLevelObjectiveDependencyConfigArgs {
4831
4831
  /**
4832
- * This is a string-to-string map. It can include the following fields.
4832
+ * If this SLO is related to a metric collected by Application Signals, you must use this field to specify which dependency the SLO metric is related to.
4833
4833
  *
4834
4834
  * - `Type` designates the type of object this is.
4835
4835
  * - `ResourceType` specifies the type of the resource. This field is used only when the value of the `Type` field is `Resource` or `AWS::Resource` .
@@ -5011,6 +5011,9 @@ export declare namespace applicationsignals {
5011
5011
  * This structure contains the information about the metric that is used for a request-based SLO.
5012
5012
  */
5013
5013
  interface ServiceLevelObjectiveRequestBasedSliMetricArgs {
5014
+ /**
5015
+ * Identifies the dependency using the `DependencyKeyAttributes` and `DependencyOperationName` .
5016
+ */
5014
5017
  dependencyConfig?: pulumi.Input<inputs.applicationsignals.ServiceLevelObjectiveDependencyConfigArgs>;
5015
5018
  /**
5016
5019
  * This is a string-to-string map that contains information about the type of object that this SLO is related to. It can include the following fields.
@@ -5076,6 +5079,9 @@ export declare namespace applicationsignals {
5076
5079
  * A structure that contains information about the metric that the SLO monitors.
5077
5080
  */
5078
5081
  interface ServiceLevelObjectiveSliMetricArgs {
5082
+ /**
5083
+ * Identifies the dependency using the `DependencyKeyAttributes` and `DependencyOperationName` .
5084
+ */
5079
5085
  dependencyConfig?: pulumi.Input<inputs.applicationsignals.ServiceLevelObjectiveDependencyConfigArgs>;
5080
5086
  /**
5081
5087
  * If this SLO is related to a metric collected by Application Signals, you must use this field to specify which service the SLO metric is related to. To do so, you must specify at least the `Type` , `Name` , and `Environment` attributes.
@@ -8296,6 +8302,7 @@ export declare namespace batch {
8296
8302
  * The command that's passed to the container. This parameter maps to `Cmd` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `COMMAND` parameter to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) . For more information, see [https://docs.docker.com/engine/reference/builder/#cmd](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/builder/#cmd) .
8297
8303
  */
8298
8304
  command?: pulumi.Input<pulumi.Input<string>[]>;
8305
+ enableExecuteCommand?: pulumi.Input<boolean>;
8299
8306
  /**
8300
8307
  * The environment variables to pass to a container. This parameter maps to `Env` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `--env` option to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) .
8301
8308
  *
@@ -8438,6 +8445,7 @@ export declare namespace batch {
8438
8445
  * This object is a list of containers.
8439
8446
  */
8440
8447
  containers?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionTaskContainerPropertiesArgs>[]>;
8448
+ enableExecuteCommand?: pulumi.Input<boolean>;
8441
8449
  /**
8442
8450
  * The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on AWS Fargate .
8443
8451
  */
@@ -8951,6 +8959,7 @@ export declare namespace batch {
8951
8959
  * The command that's passed to the container. This parameter maps to `Cmd` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `COMMAND` parameter to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) . For more information, see [https://docs.docker.com/engine/reference/builder/#cmd](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/builder/#cmd) .
8952
8960
  */
8953
8961
  command?: pulumi.Input<pulumi.Input<string>[]>;
8962
+ enableExecuteCommand?: pulumi.Input<boolean>;
8954
8963
  /**
8955
8964
  * The environment variables to pass to a container. This parameter maps to `Env` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `--env` option to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) .
8956
8965
  *
@@ -9075,6 +9084,7 @@ export declare namespace batch {
9075
9084
  * This object is a list of containers.
9076
9085
  */
9077
9086
  containers?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionTaskContainerPropertiesArgs>[]>;
9087
+ enableExecuteCommand?: pulumi.Input<boolean>;
9078
9088
  /**
9079
9089
  * The Amazon Resource Name (ARN) of the execution role that AWS Batch can assume. For jobs that run on Fargate resources, you must provide an execution role. For more information, see [AWS Batch execution IAM role](https://docs.aws.amazon.com/batch/latest/userguide/execution-IAM-role.html) in the *AWS Batch User Guide* .
9080
9090
  */
@@ -9286,6 +9296,7 @@ export declare namespace batch {
9286
9296
  * All jobs must have at least one essential container. If you have an application that's composed of multiple containers, group containers that are used for a common purpose into components, and separate the different components into multiple task definitions. For more information, see [Application Architecture](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/application_architecture.html) in the *Amazon Elastic Container Service Developer Guide* .
9287
9297
  */
9288
9298
  essential?: pulumi.Input<boolean>;
9299
+ firelensConfiguration?: pulumi.Input<inputs.batch.JobDefinitionTaskContainerPropertiesFirelensConfigurationPropertiesArgs>;
9289
9300
  /**
9290
9301
  * The image used to start a container. This string is passed directly to the Docker daemon. By default, images in the Docker Hub registry are available. Other repositories are specified with either `repository-url/image:tag` or `repository-url/image@digest` . Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to `Image` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.35/) and the `IMAGE` parameter of the [*docker run*](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/#security-configuration) .
9291
9302
  */
@@ -9372,6 +9383,12 @@ export declare namespace batch {
9372
9383
  */
9373
9384
  user?: pulumi.Input<string>;
9374
9385
  }
9386
+ interface JobDefinitionTaskContainerPropertiesFirelensConfigurationPropertiesArgs {
9387
+ options?: pulumi.Input<{
9388
+ [key: string]: pulumi.Input<string>;
9389
+ }>;
9390
+ type: pulumi.Input<string>;
9391
+ }
9375
9392
  interface JobDefinitionTmpfsArgs {
9376
9393
  /**
9377
9394
  * The absolute file path in the container where the `tmpfs` volume is mounted.
@@ -11538,6 +11555,9 @@ export declare namespace bedrock {
11538
11555
  * The endpoint URL the OpenSearch domain.
11539
11556
  */
11540
11557
  domainEndpoint: pulumi.Input<string>;
11558
+ /**
11559
+ * Contains the names of the fields to which to map information about the vector store.
11560
+ */
11541
11561
  fieldMapping: pulumi.Input<inputs.bedrock.KnowledgeBaseOpenSearchManagedClusterFieldMappingArgs>;
11542
11562
  /**
11543
11563
  * The name of the vector store.
@@ -11862,6 +11882,9 @@ export declare namespace bedrock {
11862
11882
  * Contains details about the Neptune Analytics configuration of the knowledge base in Amazon Neptune. For more information, see [Create a vector index in Amazon Neptune Analytics.](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-neptune.html) .
11863
11883
  */
11864
11884
  neptuneAnalyticsConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseNeptuneAnalyticsConfigurationArgs>;
11885
+ /**
11886
+ * Contains details about the storage configuration of the knowledge base in OpenSearch Managed Cluster. For more information, see [Create a vector index in Amazon OpenSearch Service](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-osm.html) .
11887
+ */
11865
11888
  opensearchManagedClusterConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseOpenSearchManagedClusterConfigurationArgs>;
11866
11889
  /**
11867
11890
  * Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
@@ -12573,12 +12596,40 @@ export declare namespace cleanrooms {
12573
12596
  */
12574
12597
  type: pulumi.Input<enums.cleanrooms.AnalysisTemplateAnalysisParameterType>;
12575
12598
  }
12576
- interface AnalysisTemplateAnalysisSourceArgs {
12599
+ interface AnalysisTemplateAnalysisSchemaArgs {
12577
12600
  /**
12578
- * The query text.
12601
+ * The tables referenced in the analysis schema.
12579
12602
  */
12603
+ referencedTables: pulumi.Input<pulumi.Input<string>[]>;
12604
+ }
12605
+ interface AnalysisTemplateAnalysisSource0PropertiesArgs {
12580
12606
  text: pulumi.Input<string>;
12581
12607
  }
12608
+ interface AnalysisTemplateAnalysisSource1PropertiesArgs {
12609
+ artifacts: pulumi.Input<inputs.cleanrooms.AnalysisTemplateArtifactsArgs>;
12610
+ }
12611
+ interface AnalysisTemplateAnalysisSourceMetadataPropertiesArgs {
12612
+ artifacts: pulumi.Input<inputs.cleanrooms.AnalysisTemplateArtifactMetadataArgs>;
12613
+ }
12614
+ interface AnalysisTemplateArtifactArgs {
12615
+ location: pulumi.Input<inputs.cleanrooms.AnalysisTemplateS3LocationArgs>;
12616
+ }
12617
+ interface AnalysisTemplateArtifactMetadataArgs {
12618
+ additionalArtifactHashes?: pulumi.Input<pulumi.Input<inputs.cleanrooms.AnalysisTemplateHashArgs>[]>;
12619
+ entryPointHash: pulumi.Input<inputs.cleanrooms.AnalysisTemplateHashArgs>;
12620
+ }
12621
+ interface AnalysisTemplateArtifactsArgs {
12622
+ additionalArtifacts?: pulumi.Input<pulumi.Input<inputs.cleanrooms.AnalysisTemplateArtifactArgs>[]>;
12623
+ entryPoint: pulumi.Input<inputs.cleanrooms.AnalysisTemplateArtifactArgs>;
12624
+ roleArn: pulumi.Input<string>;
12625
+ }
12626
+ interface AnalysisTemplateHashArgs {
12627
+ sha256?: pulumi.Input<string>;
12628
+ }
12629
+ interface AnalysisTemplateS3LocationArgs {
12630
+ bucket: pulumi.Input<string>;
12631
+ key: pulumi.Input<string>;
12632
+ }
12582
12633
  interface CollaborationDataEncryptionMetadataArgs {
12583
12634
  /**
12584
12635
  * Indicates whether encrypted tables can contain cleartext data ( `TRUE` ) or are to cryptographically process every column ( `FALSE` ).
@@ -12597,6 +12648,16 @@ export declare namespace cleanrooms {
12597
12648
  */
12598
12649
  preserveNulls: pulumi.Input<boolean>;
12599
12650
  }
12651
+ interface CollaborationJobComputePaymentConfigArgs {
12652
+ /**
12653
+ * Indicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs ( `TRUE` ) or has not configured the collaboration member to pay for query and job compute costs ( `FALSE` ).
12654
+ *
12655
+ * Exactly one member can be configured to pay for query and job compute costs. An error is returned if the collaboration creator sets a `TRUE` value for more than one member in the collaboration.
12656
+ *
12657
+ * An error is returned if the collaboration creator sets a `FALSE` value for the member who can run queries and jobs.
12658
+ */
12659
+ isResponsible: pulumi.Input<boolean>;
12660
+ }
12600
12661
  interface CollaborationMemberSpecificationArgs {
12601
12662
  /**
12602
12663
  * The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
@@ -12660,6 +12721,10 @@ export declare namespace cleanrooms {
12660
12721
  isResponsible: pulumi.Input<boolean>;
12661
12722
  }
12662
12723
  interface CollaborationPaymentConfigurationArgs {
12724
+ /**
12725
+ * The compute configuration for the job.
12726
+ */
12727
+ jobCompute?: pulumi.Input<inputs.cleanrooms.CollaborationJobComputePaymentConfigArgs>;
12663
12728
  /**
12664
12729
  * An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
12665
12730
  */
@@ -12845,6 +12910,19 @@ export declare namespace cleanrooms {
12845
12910
  */
12846
12911
  manageResourcePolicies: pulumi.Input<boolean>;
12847
12912
  }
12913
+ interface MembershipJobComputePaymentConfigArgs {
12914
+ /**
12915
+ * Indicates whether the collaboration member has accepted to pay for job compute costs ( `TRUE` ) or has not accepted to pay for query and job compute costs ( `FALSE` ).
12916
+ *
12917
+ * There is only one member who pays for queries and jobs.
12918
+ *
12919
+ * An error message is returned for the following reasons:
12920
+ *
12921
+ * - If you set the value to `FALSE` but you are responsible to pay for query and job compute costs.
12922
+ * - If you set the value to `TRUE` but you are not responsible to pay for query and job compute costs.
12923
+ */
12924
+ isResponsible: pulumi.Input<boolean>;
12925
+ }
12848
12926
  interface MembershipMlPaymentConfigArgs {
12849
12927
  /**
12850
12928
  * The payment responsibilities accepted by the member for model inference.
@@ -12882,6 +12960,10 @@ export declare namespace cleanrooms {
12882
12960
  isResponsible: pulumi.Input<boolean>;
12883
12961
  }
12884
12962
  interface MembershipPaymentConfigurationArgs {
12963
+ /**
12964
+ * The payment responsibilities accepted by the collaboration member for job compute costs.
12965
+ */
12966
+ jobCompute?: pulumi.Input<inputs.cleanrooms.MembershipJobComputePaymentConfigArgs>;
12885
12967
  /**
12886
12968
  * The payment responsibilities accepted by the collaboration member for machine learning costs.
12887
12969
  */
@@ -12891,6 +12973,32 @@ export declare namespace cleanrooms {
12891
12973
  */
12892
12974
  queryCompute: pulumi.Input<inputs.cleanrooms.MembershipQueryComputePaymentConfigArgs>;
12893
12975
  }
12976
+ interface MembershipProtectedJobOutputConfigurationArgs {
12977
+ /**
12978
+ * Contains the configuration to write the job results to S3.
12979
+ */
12980
+ s3: pulumi.Input<inputs.cleanrooms.MembershipProtectedJobS3OutputConfigurationInputArgs>;
12981
+ }
12982
+ interface MembershipProtectedJobResultConfigurationArgs {
12983
+ /**
12984
+ * The output configuration for a protected job result.
12985
+ */
12986
+ outputConfiguration: pulumi.Input<inputs.cleanrooms.MembershipProtectedJobOutputConfigurationArgs>;
12987
+ /**
12988
+ * The unique ARN for an IAM role that is used by AWS Clean Rooms to write protected job results to the result location, given by the member who can receive results.
12989
+ */
12990
+ roleArn: pulumi.Input<string>;
12991
+ }
12992
+ interface MembershipProtectedJobS3OutputConfigurationInputArgs {
12993
+ /**
12994
+ * The S3 bucket for job output.
12995
+ */
12996
+ bucket: pulumi.Input<string>;
12997
+ /**
12998
+ * The S3 prefix to unload the protected job results.
12999
+ */
13000
+ keyPrefix?: pulumi.Input<string>;
13001
+ }
12894
13002
  interface MembershipProtectedQueryOutputConfigurationArgs {
12895
13003
  /**
12896
13004
  * Required configuration for a protected query with an `s3` output type.
@@ -22151,7 +22259,7 @@ export declare namespace dynamodb {
22151
22259
  interface TableProjectionArgs {
22152
22260
  /**
22153
22261
  * Represents the non-key attribute names which will be projected into the index.
22154
- * For local secondary indexes, the total count of ``NonKeyAttributes`` summed across all of the local secondary indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.
22262
+ * For global and local secondary indexes, the total count of ``NonKeyAttributes`` summed across all of the secondary indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. This limit only applies when you specify the ProjectionType of ``INCLUDE``. You still can specify the ProjectionType of ``ALL`` to project all attributes from the source table, even if the table has more than 100 attributes.
22155
22263
  */
22156
22264
  nonKeyAttributes?: pulumi.Input<pulumi.Input<string>[]>;
22157
22265
  /**
@@ -26084,6 +26192,9 @@ export declare namespace ec2 {
26084
26192
  */
26085
26193
  userInfoEndpoint?: pulumi.Input<string>;
26086
26194
  }
26195
+ /**
26196
+ * Describes the DNS options for an endpoint.
26197
+ */
26087
26198
  interface VpcEndpointDnsOptionsSpecificationArgs {
26088
26199
  /**
26089
26200
  * The DNS records created for the endpoint.
@@ -44025,9 +44136,6 @@ export declare namespace lambda {
44025
44136
  export declare namespace launchwizard {
44026
44137
  }
44027
44138
  export declare namespace lex {
44028
- /**
44029
- * Provides settings that enable advanced recognition settings for slot values.
44030
- */
44031
44139
  interface BotAdvancedRecognitionSettingArgs {
44032
44140
  /**
44033
44141
  * Enables using the slot values as a custom vocabulary for recognizing user utterances.
@@ -44152,146 +44260,71 @@ export declare namespace lex {
44152
44260
  destination: pulumi.Input<inputs.lex.BotAliasTextLogDestinationArgs>;
44153
44261
  enabled: pulumi.Input<boolean>;
44154
44262
  }
44155
- /**
44156
- * Specifies the allowed input types.
44157
- */
44158
44263
  interface BotAllowedInputTypesArgs {
44159
- /**
44160
- * Indicates whether audio input is allowed.
44161
- */
44162
44264
  allowAudioInput: pulumi.Input<boolean>;
44163
- /**
44164
- * Indicates whether DTMF input is allowed.
44165
- */
44166
44265
  allowDtmfInput: pulumi.Input<boolean>;
44167
44266
  }
44168
- /**
44169
- * Specifies the audio and DTMF input specification.
44170
- */
44171
44267
  interface BotAudioAndDtmfInputSpecificationArgs {
44172
44268
  audioSpecification?: pulumi.Input<inputs.lex.BotAudioSpecificationArgs>;
44173
44269
  dtmfSpecification?: pulumi.Input<inputs.lex.BotDtmfSpecificationArgs>;
44174
- /**
44175
- * 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.
44176
- */
44177
44270
  startTimeoutMs: pulumi.Input<number>;
44178
44271
  }
44179
- /**
44180
- * The location of audio log files collected when conversation logging is enabled for a bot.
44181
- */
44182
44272
  interface BotAudioLogDestinationArgs {
44183
44273
  s3Bucket: pulumi.Input<inputs.lex.BotS3BucketLogDestinationArgs>;
44184
44274
  }
44185
- /**
44186
- * 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.
44187
- */
44188
44275
  interface BotAudioLogSettingArgs {
44189
44276
  destination: pulumi.Input<inputs.lex.BotAudioLogDestinationArgs>;
44190
44277
  enabled: pulumi.Input<boolean>;
44191
44278
  }
44192
- /**
44193
- * Specifies the audio input specifications.
44194
- */
44195
44279
  interface BotAudioSpecificationArgs {
44196
- /**
44197
- * Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
44198
- */
44199
44280
  endTimeoutMs: pulumi.Input<number>;
44200
- /**
44201
- * Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
44202
- */
44203
44281
  maxLengthMs: pulumi.Input<number>;
44204
44282
  }
44205
- /**
44206
- * Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
44207
- */
44283
+ interface BotBedrockAgentIntentConfigurationArgs {
44284
+ bedrockAgentConfiguration?: pulumi.Input<inputs.lex.BotBedrockAgentIntentConfigurationBedrockAgentConfigurationPropertiesArgs>;
44285
+ bedrockAgentIntentKnowledgeBaseConfiguration?: pulumi.Input<inputs.lex.BotBedrockAgentIntentConfigurationBedrockAgentIntentKnowledgeBaseConfigurationPropertiesArgs>;
44286
+ }
44287
+ interface BotBedrockAgentIntentConfigurationBedrockAgentConfigurationPropertiesArgs {
44288
+ bedrockAgentAliasId?: pulumi.Input<string>;
44289
+ bedrockAgentId?: pulumi.Input<string>;
44290
+ }
44291
+ interface BotBedrockAgentIntentConfigurationBedrockAgentIntentKnowledgeBaseConfigurationPropertiesArgs {
44292
+ bedrockKnowledgeBaseArn: pulumi.Input<string>;
44293
+ bedrockModelConfiguration: pulumi.Input<inputs.lex.BotBedrockModelSpecificationArgs>;
44294
+ }
44208
44295
  interface BotBedrockModelSpecificationArgs {
44209
- /**
44210
- * The guardrail configuration in the Bedrock model specification details.
44211
- */
44212
44296
  bedrockGuardrailConfiguration?: pulumi.Input<inputs.lex.BotBedrockModelSpecificationBedrockGuardrailConfigurationPropertiesArgs>;
44213
- /**
44214
- * The custom prompt used in the Bedrock model specification details.
44215
- */
44216
44297
  bedrockModelCustomPrompt?: pulumi.Input<string>;
44217
- /**
44218
- * The Bedrock trace status in the Bedrock model specification details.
44219
- */
44220
44298
  bedrockTraceStatus?: pulumi.Input<enums.lex.BotBedrockModelSpecificationBedrockTraceStatus>;
44221
44299
  /**
44222
44300
  * The ARN of the foundation model used in descriptive bot building.
44223
44301
  */
44224
44302
  modelArn: pulumi.Input<string>;
44225
44303
  }
44226
- /**
44227
- * The guardrail configuration in the Bedrock model specification details.
44228
- */
44229
44304
  interface BotBedrockModelSpecificationBedrockGuardrailConfigurationPropertiesArgs {
44230
- /**
44231
- * The unique guardrail id for the Bedrock guardrail configuration.
44232
- */
44233
44305
  bedrockGuardrailIdentifier?: pulumi.Input<string>;
44234
- /**
44235
- * The guardrail version for the Bedrock guardrail configuration.
44236
- */
44237
44306
  bedrockGuardrailVersion?: pulumi.Input<string>;
44238
44307
  }
44239
- /**
44240
- * A button to use on a response card used to gather slot values from a user.
44241
- */
44242
44308
  interface BotButtonArgs {
44243
- /**
44244
- * The text that appears on the button.
44245
- */
44246
44309
  text: pulumi.Input<string>;
44247
- /**
44248
- * The value returned to Amazon Lex when the user chooses this button.
44249
- */
44250
44310
  value: pulumi.Input<string>;
44251
44311
  }
44252
44312
  interface BotCloudWatchLogGroupLogDestinationArgs {
44253
- /**
44254
- * A string used to identify the groupArn for the Cloudwatch Log Group
44255
- */
44256
44313
  cloudWatchLogGroupArn: pulumi.Input<string>;
44257
- /**
44258
- * A string containing the value for the Log Prefix
44259
- */
44260
44314
  logPrefix: pulumi.Input<string>;
44261
44315
  }
44262
- /**
44263
- * Provides an expression that evaluates to true or false.
44264
- */
44316
+ interface BotCompositeSlotTypeSettingArgs {
44317
+ subSlots?: pulumi.Input<pulumi.Input<inputs.lex.BotSubSlotTypeCompositionArgs>[]>;
44318
+ }
44265
44319
  interface BotConditionArgs {
44266
- /**
44267
- * The expression string that is evaluated.
44268
- */
44269
44320
  expressionString: pulumi.Input<string>;
44270
44321
  }
44271
- /**
44272
- * A set of actions that Amazon Lex should run if the condition is matched.
44273
- */
44274
44322
  interface BotConditionalBranchArgs {
44275
- /**
44276
- * Contains the expression to evaluate. If the condition is true, the branch's actions are taken.
44277
- */
44278
44323
  condition: pulumi.Input<inputs.lex.BotConditionArgs>;
44279
- /**
44280
- * The name of the branch.
44281
- */
44282
44324
  name: pulumi.Input<string>;
44283
- /**
44284
- * The next step in the conversation.
44285
- */
44286
44325
  nextStep: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44287
- /**
44288
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44289
- */
44290
44326
  response?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44291
44327
  }
44292
- /**
44293
- * 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.
44294
- */
44295
44328
  interface BotConditionalSpecificationArgs {
44296
44329
  /**
44297
44330
  * A list of conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true.
@@ -44302,13 +44335,10 @@ export declare namespace lex {
44302
44335
  */
44303
44336
  defaultBranch: pulumi.Input<inputs.lex.BotDefaultConditionalBranchArgs>;
44304
44337
  /**
44305
- * Determines whether a conditional branch is active. When active is false, the conditions are not evaluated.
44338
+ * Determines whether a conditional branch is active. When `IsActive` is false, the conditions are not evaluated.
44306
44339
  */
44307
44340
  isActive: pulumi.Input<boolean>;
44308
44341
  }
44309
- /**
44310
- * Contains information about code hooks that Amazon Lex calls during a conversation.
44311
- */
44312
44342
  interface BotConversationLogSettingsArgs {
44313
44343
  /**
44314
44344
  * The Amazon S3 settings for logging audio to an S3 bucket.
@@ -44319,44 +44349,20 @@ export declare namespace lex {
44319
44349
  */
44320
44350
  textLogSettings?: pulumi.Input<pulumi.Input<inputs.lex.BotTextLogSettingArgs>[]>;
44321
44351
  }
44322
- /**
44323
- * A message in a custom format defined by the client application.
44324
- */
44325
44352
  interface BotCustomPayloadArgs {
44326
- /**
44327
- * The string that is sent to your application.
44328
- */
44329
44353
  value: pulumi.Input<string>;
44330
44354
  }
44331
- /**
44332
- * A custom vocabulary is a list of specific phrases that you want Amazon Lex V2 to recognize in the audio input.
44333
- */
44334
44355
  interface BotCustomVocabularyArgs {
44335
44356
  /**
44336
44357
  * Specifies a list of words that you expect to be used during a conversation with your bot.
44337
44358
  */
44338
44359
  customVocabularyItems: pulumi.Input<pulumi.Input<inputs.lex.BotCustomVocabularyItemArgs>[]>;
44339
44360
  }
44340
- /**
44341
- * A custom vocabulary item that contains the phrase to recognize and a weight to give the boost.
44342
- */
44343
44361
  interface BotCustomVocabularyItemArgs {
44344
- /**
44345
- * Defines how you want your phrase to look in your transcription output.
44346
- */
44347
44362
  displayAs?: pulumi.Input<string>;
44348
- /**
44349
- * Phrase that should be recognized.
44350
- */
44351
44363
  phrase: pulumi.Input<string>;
44352
- /**
44353
- * 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.
44354
- */
44355
44364
  weight?: pulumi.Input<number>;
44356
44365
  }
44357
- /**
44358
- * A set of actions that Amazon Lex should run if none of the other conditions are met.
44359
- */
44360
44366
  interface BotDefaultConditionalBranchArgs {
44361
44367
  /**
44362
44368
  * The next step in the conversation.
@@ -44367,12 +44373,9 @@ export declare namespace lex {
44367
44373
  */
44368
44374
  response?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44369
44375
  }
44370
- /**
44371
- * Defines the action that the bot executes at runtime when the conversation reaches this step.
44372
- */
44373
44376
  interface BotDialogActionArgs {
44374
44377
  /**
44375
- * If the dialog action is ElicitSlot, defines the slot to elicit from the user.
44378
+ * If the dialog action is `ElicitSlot` , defines the slot to elicit from the user.
44376
44379
  */
44377
44380
  slotToElicit?: pulumi.Input<string>;
44378
44381
  /**
@@ -44384,9 +44387,6 @@ export declare namespace lex {
44384
44387
  */
44385
44388
  type: pulumi.Input<enums.lex.BotDialogActionType>;
44386
44389
  }
44387
- /**
44388
- * Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
44389
- */
44390
44390
  interface BotDialogCodeHookInvocationSettingArgs {
44391
44391
  /**
44392
44392
  * Indicates whether a Lambda function should be invoked for the dialog.
@@ -44405,18 +44405,12 @@ export declare namespace lex {
44405
44405
  */
44406
44406
  postCodeHookSpecification: pulumi.Input<inputs.lex.BotPostDialogCodeHookInvocationSpecificationArgs>;
44407
44407
  }
44408
- /**
44409
- * Settings that determine the Lambda function that Amazon Lex uses for processing user responses.
44410
- */
44411
44408
  interface BotDialogCodeHookSettingArgs {
44412
44409
  /**
44413
44410
  * Enables the dialog code hook so that it processes user requests.
44414
44411
  */
44415
44412
  enabled: pulumi.Input<boolean>;
44416
44413
  }
44417
- /**
44418
- * The current state of the conversation with the user.
44419
- */
44420
44414
  interface BotDialogStateArgs {
44421
44415
  /**
44422
44416
  * Defines the action that the bot executes at runtime when the conversation reaches this step.
@@ -44427,34 +44421,16 @@ export declare namespace lex {
44427
44421
  */
44428
44422
  intent?: pulumi.Input<inputs.lex.BotIntentOverrideArgs>;
44429
44423
  /**
44430
- * List of session attributes to be applied when the conversation reaches this step.
44424
+ * Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.
44431
44425
  */
44432
44426
  sessionAttributes?: pulumi.Input<pulumi.Input<inputs.lex.BotSessionAttributeArgs>[]>;
44433
44427
  }
44434
- /**
44435
- * Specifies the settings on DTMF input.
44436
- */
44437
44428
  interface BotDtmfSpecificationArgs {
44438
- /**
44439
- * The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
44440
- */
44441
44429
  deletionCharacter: pulumi.Input<string>;
44442
- /**
44443
- * The DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.
44444
- */
44445
44430
  endCharacter: pulumi.Input<string>;
44446
- /**
44447
- * How long the bot should wait after the last DTMF character input before assuming that the input has concluded.
44448
- */
44449
44431
  endTimeoutMs: pulumi.Input<number>;
44450
- /**
44451
- * The maximum number of DTMF digits allowed in an utterance.
44452
- */
44453
44432
  maxLength: pulumi.Input<number>;
44454
44433
  }
44455
- /**
44456
- * Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.
44457
- */
44458
44434
  interface BotElicitationCodeHookInvocationSettingArgs {
44459
44435
  /**
44460
44436
  * Indicates whether a Lambda function should be invoked for the dialog.
@@ -44465,18 +44441,12 @@ export declare namespace lex {
44465
44441
  */
44466
44442
  invocationLabel?: pulumi.Input<string>;
44467
44443
  }
44468
- /**
44469
- * Provides information about the external source of the slot type's definition.
44470
- */
44471
44444
  interface BotExternalSourceSettingArgs {
44472
44445
  /**
44473
44446
  * Settings required for a slot type based on a grammar that you provide.
44474
44447
  */
44475
44448
  grammarSlotTypeSetting?: pulumi.Input<inputs.lex.BotGrammarSlotTypeSettingArgs>;
44476
44449
  }
44477
- /**
44478
- * Settings that determine if a Lambda function should be invoked to fulfill a specific intent.
44479
- */
44480
44450
  interface BotFulfillmentCodeHookSettingArgs {
44481
44451
  /**
44482
44452
  * Indicates whether a Lambda function should be invoked to fulfill a specific intent.
@@ -44487,7 +44457,7 @@ export declare namespace lex {
44487
44457
  */
44488
44458
  fulfillmentUpdatesSpecification?: pulumi.Input<inputs.lex.BotFulfillmentUpdatesSpecificationArgs>;
44489
44459
  /**
44490
- * Determines whether the fulfillment code hook is used. When active is false, the code hook doesn't run.
44460
+ * Determines whether the fulfillment code hook is used. When `active` is false, the code hook doesn't run.
44491
44461
  */
44492
44462
  isActive?: pulumi.Input<boolean>;
44493
44463
  /**
@@ -44495,9 +44465,6 @@ export declare namespace lex {
44495
44465
  */
44496
44466
  postFulfillmentStatusSpecification?: pulumi.Input<inputs.lex.BotPostFulfillmentStatusSpecificationArgs>;
44497
44467
  }
44498
- /**
44499
- * Provides settings for a message that is sent to the user when a fulfillment Lambda function starts running.
44500
- */
44501
44468
  interface BotFulfillmentStartResponseSpecificationArgs {
44502
44469
  /**
44503
44470
  * Determines whether the user can interrupt the start message while it is playing.
@@ -44512,9 +44479,6 @@ export declare namespace lex {
44512
44479
  */
44513
44480
  messageGroups: pulumi.Input<pulumi.Input<inputs.lex.BotMessageGroupArgs>[]>;
44514
44481
  }
44515
- /**
44516
- * Provides settings for a message that is sent periodically to the user while a fulfillment Lambda function is running.
44517
- */
44518
44482
  interface BotFulfillmentUpdateResponseSpecificationArgs {
44519
44483
  /**
44520
44484
  * Determines whether the user can interrupt an update message while it is playing.
@@ -44529,12 +44493,11 @@ export declare namespace lex {
44529
44493
  */
44530
44494
  messageGroups: pulumi.Input<pulumi.Input<inputs.lex.BotMessageGroupArgs>[]>;
44531
44495
  }
44532
- /**
44533
- * Provides information for updating the user on the progress of fulfilling an intent.
44534
- */
44535
44496
  interface BotFulfillmentUpdatesSpecificationArgs {
44536
44497
  /**
44537
44498
  * Determines whether fulfillment updates are sent to the user. When this field is true, updates are sent.
44499
+ *
44500
+ * If the `active` field is set to true, the `startResponse` , `updateResponse` , and `timeoutInSeconds` fields are required.
44538
44501
  */
44539
44502
  active: pulumi.Input<boolean>;
44540
44503
  /**
@@ -44550,56 +44513,32 @@ export declare namespace lex {
44550
44513
  */
44551
44514
  updateResponse?: pulumi.Input<inputs.lex.BotFulfillmentUpdateResponseSpecificationArgs>;
44552
44515
  }
44553
- /**
44554
- * Settings required for a slot type based on a grammar that you provide.
44555
- */
44556
44516
  interface BotGrammarSlotTypeSettingArgs {
44557
44517
  /**
44558
44518
  * The source of the grammar used to create the slot type.
44559
44519
  */
44560
44520
  source?: pulumi.Input<inputs.lex.BotGrammarSlotTypeSourceArgs>;
44561
44521
  }
44562
- /**
44563
- * Describes the Amazon S3 bucket name and location for the grammar that is the source for the slot type.
44564
- */
44565
44522
  interface BotGrammarSlotTypeSourceArgs {
44566
44523
  /**
44567
- * The Amazon KMS key required to decrypt the contents of the grammar, if any.
44524
+ * The AWS KMS key required to decrypt the contents of the grammar, if any.
44568
44525
  */
44569
44526
  kmsKeyArn?: pulumi.Input<string>;
44570
44527
  /**
44571
- * The name of the S3 bucket that contains the grammar source.
44528
+ * The name of the Amazon S3 bucket that contains the grammar source.
44572
44529
  */
44573
44530
  s3BucketName: pulumi.Input<string>;
44574
44531
  /**
44575
- * The path to the grammar in the S3 bucket.
44532
+ * The path to the grammar in the Amazon S3 bucket.
44576
44533
  */
44577
44534
  s3ObjectKey: pulumi.Input<string>;
44578
44535
  }
44579
- /**
44580
- * A message that defines a response card that the client application can show to the user.
44581
- */
44582
44536
  interface BotImageResponseCardArgs {
44583
- /**
44584
- * A list of buttons that should be displayed on the response card.
44585
- */
44586
44537
  buttons?: pulumi.Input<pulumi.Input<inputs.lex.BotButtonArgs>[]>;
44587
- /**
44588
- * The URL of an image to display on the response card.
44589
- */
44590
44538
  imageUrl?: pulumi.Input<string>;
44591
- /**
44592
- * The subtitle to display on the response card.
44593
- */
44594
44539
  subtitle?: pulumi.Input<string>;
44595
- /**
44596
- * The title to display on the response card.
44597
- */
44598
44540
  title: pulumi.Input<string>;
44599
44541
  }
44600
- /**
44601
- * Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
44602
- */
44603
44542
  interface BotInitialResponseSettingArgs {
44604
44543
  /**
44605
44544
  * Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
@@ -44618,19 +44557,11 @@ export declare namespace lex {
44618
44557
  */
44619
44558
  nextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44620
44559
  }
44621
- /**
44622
- * InputContext specified for the intent.
44623
- */
44624
44560
  interface BotInputContextArgs {
44625
- /**
44626
- * The name of the context.
44627
- */
44628
44561
  name: pulumi.Input<string>;
44629
44562
  }
44630
- /**
44631
- * Represents an action that the user wants to perform.
44632
- */
44633
44563
  interface BotIntentArgs {
44564
+ bedrockAgentIntentConfiguration?: pulumi.Input<inputs.lex.BotBedrockAgentIntentConfigurationArgs>;
44634
44565
  /**
44635
44566
  * Description of thr intent.
44636
44567
  */
@@ -44664,7 +44595,7 @@ export declare namespace lex {
44664
44595
  */
44665
44596
  kendraConfiguration?: pulumi.Input<inputs.lex.BotKendraConfigurationArgs>;
44666
44597
  /**
44667
- * The name of the intent.
44598
+ * The name of the intent. Intent names must be unique within the locale that contains the intent and can't match the name of any built-in intent.
44668
44599
  */
44669
44600
  name: pulumi.Input<string>;
44670
44601
  /**
@@ -44675,9 +44606,10 @@ export declare namespace lex {
44675
44606
  * A unique identifier for the built-in intent to base this intent on.
44676
44607
  */
44677
44608
  parentIntentSignature?: pulumi.Input<string>;
44609
+ qInConnectIntentConfiguration?: pulumi.Input<inputs.lex.BotQInConnectIntentConfigurationArgs>;
44678
44610
  qnAIntentConfiguration?: pulumi.Input<inputs.lex.BotQnAIntentConfigurationArgs>;
44679
44611
  /**
44680
- * A sample utterance that invokes an intent or respond to a slot elicitation prompt.
44612
+ * A list of utterances that a user might say to signal the intent.
44681
44613
  */
44682
44614
  sampleUtterances?: pulumi.Input<pulumi.Input<inputs.lex.BotSampleUtteranceArgs>[]>;
44683
44615
  /**
@@ -44685,24 +44617,21 @@ export declare namespace lex {
44685
44617
  */
44686
44618
  slotPriorities?: pulumi.Input<pulumi.Input<inputs.lex.BotSlotPriorityArgs>[]>;
44687
44619
  /**
44688
- * List of slots
44620
+ * A list of slots that the intent requires for fulfillment.
44689
44621
  */
44690
44622
  slots?: pulumi.Input<pulumi.Input<inputs.lex.BotSlotArgs>[]>;
44691
44623
  }
44692
- /**
44693
- * Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.
44694
- */
44695
44624
  interface BotIntentClosingSettingArgs {
44696
44625
  /**
44697
44626
  * The response that Amazon Lex sends to the user when the intent is complete.
44698
44627
  */
44699
44628
  closingResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44700
44629
  /**
44701
- * A list of conditional branches associated with the intent's closing response. These branches are executed when the nextStep attribute is set to EvalutateConditional.
44630
+ * A list of conditional branches associated with the intent's closing response. These branches are executed when the `nextStep` attribute is set to `EvalutateConditional` .
44702
44631
  */
44703
44632
  conditional?: pulumi.Input<inputs.lex.BotConditionalSpecificationArgs>;
44704
44633
  /**
44705
- * Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the active field isn't specified, the default is true.
44634
+ * Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the `IsActive` field isn't specified, the default is true.
44706
44635
  */
44707
44636
  isActive?: pulumi.Input<boolean>;
44708
44637
  /**
@@ -44710,12 +44639,9 @@ export declare namespace lex {
44710
44639
  */
44711
44640
  nextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44712
44641
  }
44713
- /**
44714
- * Provides a prompt for making sure that the user is ready for the intent to be fulfilled.
44715
- */
44716
44642
  interface BotIntentConfirmationSettingArgs {
44717
44643
  /**
44718
- * The DialogCodeHookInvocationSetting object associated with intent's confirmation step. The dialog code hook is triggered based on these invocation settings when the confirmation next step or declination next step or failure next step is InvokeDialogCodeHook.
44644
+ * The `DialogCodeHookInvocationSetting` object associated with intent's confirmation step. The dialog code hook is triggered based on these invocation settings when the confirmation next step or declination next step or failure next step is `InvokeDialogCodeHook` .
44719
44645
  */
44720
44646
  codeHook?: pulumi.Input<inputs.lex.BotDialogCodeHookInvocationSettingArgs>;
44721
44647
  /**
@@ -44739,11 +44665,11 @@ export declare namespace lex {
44739
44665
  */
44740
44666
  declinationNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44741
44667
  /**
44742
- * When the user answers "no" to the question defined in promptSpecification, Amazon Lex responds with this response to acknowledge that the intent was canceled.
44668
+ * When the user answers "no" to the question defined in `promptSpecification` , Amazon Lex responds with this response to acknowledge that the intent was canceled.
44743
44669
  */
44744
44670
  declinationResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44745
44671
  /**
44746
- * The DialogCodeHookInvocationSetting used when the code hook is invoked during confirmation prompt retries.
44672
+ * The `DialogCodeHookInvocationSetting` used when the code hook is invoked during confirmation prompt retries.
44747
44673
  */
44748
44674
  elicitationCodeHook?: pulumi.Input<inputs.lex.BotElicitationCodeHookInvocationSettingArgs>;
44749
44675
  /**
@@ -44755,34 +44681,30 @@ export declare namespace lex {
44755
44681
  */
44756
44682
  failureNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44757
44683
  /**
44758
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44684
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input when the intent confirmation fails.
44759
44685
  */
44760
44686
  failureResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44761
44687
  /**
44762
- * Specifies whether the intent's confirmation is sent to the user. When this field is false, confirmation and declination responses aren't sent. If the active field isn't specified, the default is true.
44688
+ * Specifies whether the intent's confirmation is sent to the user. When this field is false, confirmation and declination responses aren't sent. If the `IsActive` field isn't specified, the default is true.
44763
44689
  */
44764
44690
  isActive?: pulumi.Input<boolean>;
44765
44691
  /**
44766
44692
  * Prompts the user to confirm the intent. This question should have a yes or no answer.
44693
+ *
44694
+ * Amazon Lex uses this prompt to ensure that the user acknowledges that the intent is ready for fulfillment. For example, with the `OrderPizza` intent, you might want to confirm that the order is correct before placing it. For other intents, such as intents that simply respond to user questions, you might not need to ask the user for confirmation before providing the information.
44767
44695
  */
44768
44696
  promptSpecification: pulumi.Input<inputs.lex.BotPromptSpecificationArgs>;
44769
44697
  }
44770
- /**
44771
- * Override settings to configure the intent state.
44772
- */
44773
44698
  interface BotIntentOverrideArgs {
44774
44699
  /**
44775
44700
  * The name of the intent. Only required when you're switching intents.
44776
44701
  */
44777
44702
  name?: pulumi.Input<string>;
44778
44703
  /**
44779
- * A map of all of the slot value overrides for the intent.
44704
+ * A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.
44780
44705
  */
44781
44706
  slots?: pulumi.Input<pulumi.Input<inputs.lex.BotSlotValueOverrideMapArgs>[]>;
44782
44707
  }
44783
- /**
44784
- * Configuration for searching a Amazon Kendra index specified for the intent.
44785
- */
44786
44708
  interface BotKendraConfigurationArgs {
44787
44709
  /**
44788
44710
  * The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the `AMAZON.KendraSearchIntent` intent to search. The index must be in the same account and Region as the Amazon Lex bot.
@@ -44793,13 +44715,10 @@ export declare namespace lex {
44793
44715
  */
44794
44716
  queryFilterString?: pulumi.Input<string>;
44795
44717
  /**
44796
- * Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.
44718
+ * Determines whether the `AMAZON.KendraSearchIntent` intent uses a custom query string to query the Amazon Kendra index.
44797
44719
  */
44798
44720
  queryFilterStringEnabled?: pulumi.Input<boolean>;
44799
44721
  }
44800
- /**
44801
- * 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.
44802
- */
44803
44722
  interface BotLocaleArgs {
44804
44723
  /**
44805
44724
  * Specifies a custom vocabulary to use with a specific locale.
@@ -44810,7 +44729,7 @@ export declare namespace lex {
44810
44729
  */
44811
44730
  description?: pulumi.Input<string>;
44812
44731
  /**
44813
- * List of intents
44732
+ * One or more intents defined for the locale.
44814
44733
  */
44815
44734
  intents?: pulumi.Input<pulumi.Input<inputs.lex.BotIntentArgs>[]>;
44816
44735
  /**
@@ -44822,7 +44741,7 @@ export declare namespace lex {
44822
44741
  */
44823
44742
  nluConfidenceThreshold: pulumi.Input<number>;
44824
44743
  /**
44825
- * List of SlotTypes
44744
+ * One or more slot types defined for the locale.
44826
44745
  */
44827
44746
  slotTypes?: pulumi.Input<pulumi.Input<inputs.lex.BotSlotTypeArgs>[]>;
44828
44747
  /**
@@ -44837,28 +44756,16 @@ export declare namespace lex {
44837
44756
  */
44838
44757
  voiceSettings?: pulumi.Input<inputs.lex.BotVoiceSettingsArgs>;
44839
44758
  }
44840
- /**
44841
- * The primary message that Amazon Lex should send to the user.
44842
- */
44843
44759
  interface BotMessageArgs {
44844
44760
  customPayload?: pulumi.Input<inputs.lex.BotCustomPayloadArgs>;
44845
44761
  imageResponseCard?: pulumi.Input<inputs.lex.BotImageResponseCardArgs>;
44846
44762
  plainTextMessage?: pulumi.Input<inputs.lex.BotPlainTextMessageArgs>;
44847
44763
  ssmlMessage?: pulumi.Input<inputs.lex.BotSsmlMessageArgs>;
44848
44764
  }
44849
- /**
44850
- * One or more messages that Amazon Lex can send to the user.
44851
- */
44852
44765
  interface BotMessageGroupArgs {
44853
44766
  message: pulumi.Input<inputs.lex.BotMessageArgs>;
44854
- /**
44855
- * Message variations to send to the user.
44856
- */
44857
44767
  variations?: pulumi.Input<pulumi.Input<inputs.lex.BotMessageArgs>[]>;
44858
44768
  }
44859
- /**
44860
- * Indicates whether a slot can return multiple values.
44861
- */
44862
44769
  interface BotMultipleValuesSettingArgs {
44863
44770
  /**
44864
44771
  * Indicates whether a slot can return multiple values. When `true` , the slot may return more than one value in a response. When `false` , the slot returns only a single value.
@@ -44869,46 +44776,31 @@ export declare namespace lex {
44869
44776
  */
44870
44777
  allowMultipleValues?: pulumi.Input<boolean>;
44871
44778
  }
44872
- /**
44873
- * Determines whether Amazon Lex obscures slot values in conversation logs.
44874
- */
44875
44779
  interface BotObfuscationSettingArgs {
44876
44780
  /**
44877
44781
  * Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
44878
44782
  */
44879
44783
  obfuscationSettingType: pulumi.Input<enums.lex.BotObfuscationSettingObfuscationSettingType>;
44880
44784
  }
44881
- /**
44882
- * A session context that is activated when an intent is fulfilled.
44883
- */
44884
44785
  interface BotOutputContextArgs {
44885
44786
  name: pulumi.Input<string>;
44886
44787
  timeToLiveInSeconds: pulumi.Input<number>;
44887
44788
  turnsToLive: pulumi.Input<number>;
44888
44789
  }
44889
- /**
44890
- * A message in plain text format.
44891
- */
44892
44790
  interface BotPlainTextMessageArgs {
44893
- /**
44894
- * The message to send to the user.
44895
- */
44896
44791
  value: pulumi.Input<string>;
44897
44792
  }
44898
- /**
44899
- * Specifies next steps to run after the dialog code hook finishes.
44900
- */
44901
44793
  interface BotPostDialogCodeHookInvocationSpecificationArgs {
44902
44794
  /**
44903
- * A list of conditional branches to evaluate after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed.
44795
+ * A list of conditional branches to evaluate after the dialog code hook throws an exception or returns with the `State` field of the `Intent` object set to `Failed` .
44904
44796
  */
44905
44797
  failureConditional?: pulumi.Input<inputs.lex.BotConditionalSpecificationArgs>;
44906
44798
  /**
44907
- * Specifies the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed.
44799
+ * Specifies the next step the bot runs after the dialog code hook throws an exception or returns with the `State` field of the `Intent` object set to `Failed` .
44908
44800
  */
44909
44801
  failureNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44910
44802
  /**
44911
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44803
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input when the code hook fails.
44912
44804
  */
44913
44805
  failureResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44914
44806
  /**
@@ -44920,7 +44812,7 @@ export declare namespace lex {
44920
44812
  */
44921
44813
  successNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44922
44814
  /**
44923
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44815
+ * Specifies a list of message groups that Amazon Lex uses to respond when the code hook succeeds.
44924
44816
  */
44925
44817
  successResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44926
44818
  /**
@@ -44932,24 +44824,21 @@ export declare namespace lex {
44932
44824
  */
44933
44825
  timeoutNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44934
44826
  /**
44935
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44827
+ * Specifies a list of message groups that Amazon Lex uses to respond to the user input when the code hook times out.
44936
44828
  */
44937
44829
  timeoutResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44938
44830
  }
44939
- /**
44940
- * Provides a setting that determines whether the post-fulfillment response is sent to the user.
44941
- */
44942
44831
  interface BotPostFulfillmentStatusSpecificationArgs {
44943
44832
  /**
44944
- * A list of conditional branches to evaluate after the fulfillment code hook throws an exception or returns with the State field of the Intent object set to Failed.
44833
+ * A list of conditional branches to evaluate after the fulfillment code hook throws an exception or returns with the `State` field of the `Intent` object set to `Failed` .
44945
44834
  */
44946
44835
  failureConditional?: pulumi.Input<inputs.lex.BotConditionalSpecificationArgs>;
44947
44836
  /**
44948
- * Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with the State field of the Intent object set to Failed.
44837
+ * Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with the `State` field of the `Intent` object set to `Failed` .
44949
44838
  */
44950
44839
  failureNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44951
44840
  /**
44952
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44841
+ * Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't successful.
44953
44842
  */
44954
44843
  failureResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44955
44844
  /**
@@ -44961,7 +44850,7 @@ export declare namespace lex {
44961
44850
  */
44962
44851
  successNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44963
44852
  /**
44964
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44853
+ * Specifies a list of message groups that Amazon Lex uses to respond when the fulfillment is successful.
44965
44854
  */
44966
44855
  successResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44967
44856
  /**
@@ -44973,25 +44862,16 @@ export declare namespace lex {
44973
44862
  */
44974
44863
  timeoutNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
44975
44864
  /**
44976
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
44865
+ * Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't completed within the timeout period.
44977
44866
  */
44978
44867
  timeoutResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
44979
44868
  }
44980
- /**
44981
- * Specifies the settings on a prompt attempt.
44982
- */
44983
44869
  interface BotPromptAttemptSpecificationArgs {
44984
- /**
44985
- * Indicates whether the user can interrupt a speech prompt attempt from the bot.
44986
- */
44987
44870
  allowInterrupt?: pulumi.Input<boolean>;
44988
44871
  allowedInputTypes: pulumi.Input<inputs.lex.BotAllowedInputTypesArgs>;
44989
44872
  audioAndDtmfInputSpecification?: pulumi.Input<inputs.lex.BotAudioAndDtmfInputSpecificationArgs>;
44990
44873
  textInputSpecification?: pulumi.Input<inputs.lex.BotTextInputSpecificationArgs>;
44991
44874
  }
44992
- /**
44993
- * Prompts the user to confirm the intent.
44994
- */
44995
44875
  interface BotPromptSpecificationArgs {
44996
44876
  /**
44997
44877
  * Indicates whether the user can interrupt a speech prompt from the bot.
@@ -45016,100 +44896,49 @@ export declare namespace lex {
45016
44896
  [key: string]: pulumi.Input<inputs.lex.BotPromptAttemptSpecificationArgs>;
45017
44897
  }>;
45018
44898
  }
45019
- /**
45020
- * Details about the the configuration of the built-in Amazon.QnAIntent.
45021
- */
44899
+ interface BotQInConnectIntentConfigurationArgs {
44900
+ qInConnectAssistantConfiguration?: pulumi.Input<inputs.lex.BotQInConnectIntentConfigurationQInConnectAssistantConfigurationPropertiesArgs>;
44901
+ }
44902
+ interface BotQInConnectIntentConfigurationQInConnectAssistantConfigurationPropertiesArgs {
44903
+ assistantArn: pulumi.Input<string>;
44904
+ }
45022
44905
  interface BotQnAIntentConfigurationArgs {
45023
44906
  bedrockModelConfiguration: pulumi.Input<inputs.lex.BotBedrockModelSpecificationArgs>;
45024
44907
  /**
45025
- * Contains details about the configuration of the data source used for the AMAZON.QnAIntent.
44908
+ * Contains details about the configuration of the data source used for the `AMAZON.QnAIntent` .
45026
44909
  */
45027
44910
  dataSourceConfiguration: pulumi.Input<inputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesArgs>;
45028
44911
  }
45029
44912
  /**
45030
- * Contains details about the configuration of the data source used for the AMAZON.QnAIntent.
44913
+ * Contains details about the configuration of the data source used for the `AMAZON.QnAIntent` .
45031
44914
  */
45032
44915
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesArgs {
45033
- /**
45034
- * Contains details about the configuration of a Amazon Bedrock knowledge base.
45035
- */
45036
44916
  bedrockKnowledgeStoreConfiguration?: pulumi.Input<inputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesBedrockKnowledgeStoreConfigurationPropertiesArgs>;
45037
44917
  kendraConfiguration?: pulumi.Input<inputs.lex.BotQnAKendraConfigurationArgs>;
45038
- /**
45039
- * Contains details about the configuration of the Amazon OpenSearch Service database used for the AMAZON.QnAIntent.
45040
- */
45041
44918
  opensearchConfiguration?: pulumi.Input<inputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesOpensearchConfigurationPropertiesArgs>;
45042
44919
  }
45043
- /**
45044
- * Contains details about the configuration of a Amazon Bedrock knowledge base.
45045
- */
45046
44920
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesBedrockKnowledgeStoreConfigurationPropertiesArgs {
45047
- /**
45048
- * The base ARN of the knowledge base used.
45049
- */
45050
44921
  bedrockKnowledgeBaseArn?: pulumi.Input<string>;
45051
- /**
45052
- * Contains the names of the fields used for an exact response to the user.
45053
- */
45054
44922
  bkbExactResponseFields?: pulumi.Input<inputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesBedrockKnowledgeStoreConfigurationPropertiesBkbExactResponseFieldsPropertiesArgs>;
45055
- /**
45056
- * Specifies whether to return an exact response, or to return an answer generated by the model, using the fields you specify from the database.
45057
- */
45058
44923
  exactResponse?: pulumi.Input<boolean>;
45059
44924
  }
45060
- /**
45061
- * Contains the names of the fields used for an exact response to the user.
45062
- */
45063
44925
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesBedrockKnowledgeStoreConfigurationPropertiesBkbExactResponseFieldsPropertiesArgs {
45064
- /**
45065
- * The answer field used for an exact response from Bedrock Knowledge Store.
45066
- */
45067
44926
  answerField?: pulumi.Input<string>;
45068
44927
  }
45069
- /**
45070
- * Contains details about the configuration of the Amazon OpenSearch Service database used for the AMAZON.QnAIntent.
45071
- */
45072
44928
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesOpensearchConfigurationPropertiesArgs {
45073
- /**
45074
- * The endpoint of the Amazon OpenSearch Service domain.
45075
- */
45076
44929
  domainEndpoint?: pulumi.Input<string>;
45077
- /**
45078
- * Specifies whether to return an exact response or to return an answer generated by the model using the fields you specify from the database.
45079
- */
45080
44930
  exactResponse?: pulumi.Input<boolean>;
45081
- /**
45082
- * Contains the names of the fields used for an exact response to the user.
45083
- */
45084
44931
  exactResponseFields?: pulumi.Input<inputs.lex.BotQnAIntentConfigurationDataSourceConfigurationPropertiesOpensearchConfigurationPropertiesExactResponseFieldsPropertiesArgs>;
45085
- /**
45086
- * List of fields to include
45087
- */
45088
44932
  includeFields?: pulumi.Input<pulumi.Input<string>[]>;
45089
- /**
45090
- * The name of the Amazon OpenSearch Service index.
45091
- */
45092
44933
  indexName?: pulumi.Input<string>;
45093
44934
  }
45094
- /**
45095
- * Contains the names of the fields used for an exact response to the user.
45096
- */
45097
44935
  interface BotQnAIntentConfigurationDataSourceConfigurationPropertiesOpensearchConfigurationPropertiesExactResponseFieldsPropertiesArgs {
45098
- /**
45099
- * The name of the field that contains the answer to the query made to the OpenSearch Service database.
45100
- */
45101
44936
  answerField?: pulumi.Input<string>;
45102
- /**
45103
- * The name of the field that contains the query made to the OpenSearch Service database.
45104
- */
45105
44937
  questionField?: pulumi.Input<string>;
45106
44938
  }
45107
- /**
45108
- * Contains details about the configuration of the Amazon Kendra index used for the AMAZON.QnAIntent.
45109
- */
45110
44939
  interface BotQnAKendraConfigurationArgs {
45111
44940
  /**
45112
- * Specifies whether to return an exact response from the Amazon Kendra index or to let the Amazon Bedrock model you select generate a response based on the results.
44941
+ * Specifies whether to return an exact response from the Amazon Kendra index or to let the Amazon Bedrock model you select generate a response based on the results. To use this feature, you must first add FAQ questions to your index by following the steps at [Adding frequently asked questions (FAQs) to an index](https://docs.aws.amazon.com/kendra/latest/dg/in-creating-faq.html) .
45113
44942
  */
45114
44943
  exactResponse: pulumi.Input<boolean>;
45115
44944
  /**
@@ -45117,7 +44946,7 @@ export declare namespace lex {
45117
44946
  */
45118
44947
  kendraIndex: pulumi.Input<string>;
45119
44948
  /**
45120
- * Contains the Amazon Kendra filter string to use if enabled.
44949
+ * Contains the Amazon Kendra filter string to use if enabled. For more information on the Amazon Kendra search filter JSON format, see [Using document attributes to filter search results](https://docs.aws.amazon.com/kendra/latest/dg/filtering.html#search-filtering) .
45121
44950
  */
45122
44951
  queryFilterString?: pulumi.Input<string>;
45123
44952
  /**
@@ -45125,21 +44954,12 @@ export declare namespace lex {
45125
44954
  */
45126
44955
  queryFilterStringEnabled: pulumi.Input<boolean>;
45127
44956
  }
45128
- /**
45129
- * Parameter used to create a replication of the source bot in the secondary region.
45130
- */
45131
44957
  interface BotReplicationArgs {
45132
- /**
45133
- * List of secondary regions for bot replication.
45134
- */
45135
44958
  replicaRegions: pulumi.Input<pulumi.Input<string>[]>;
45136
44959
  }
45137
- /**
45138
- * A list of message groups that Amazon Lex uses to respond the user input.
45139
- */
45140
44960
  interface BotResponseSpecificationArgs {
45141
44961
  /**
45142
- * Indicates whether the user can interrupt a speech prompt from the bot.
44962
+ * Indicates whether the user can interrupt a speech response from Amazon Lex.
45143
44963
  */
45144
44964
  allowInterrupt?: pulumi.Input<boolean>;
45145
44965
  /**
@@ -45147,58 +44967,31 @@ export declare namespace lex {
45147
44967
  */
45148
44968
  messageGroupsList: pulumi.Input<pulumi.Input<inputs.lex.BotMessageGroupArgs>[]>;
45149
44969
  }
45150
- /**
45151
- * Specifies an Amazon S3 bucket for logging audio conversations
45152
- */
45153
44970
  interface BotS3BucketLogDestinationArgs {
45154
- /**
45155
- * The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.
45156
- */
45157
44971
  kmsKeyArn?: pulumi.Input<string>;
45158
- /**
45159
- * The Amazon S3 key of the deployment package.
45160
- */
45161
44972
  logPrefix: pulumi.Input<string>;
45162
- /**
45163
- * The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
45164
- */
45165
44973
  s3BucketArn: pulumi.Input<string>;
45166
44974
  }
45167
- /**
45168
- * S3 location of bot definitions zip file, if it's not defined inline in CloudFormation.
45169
- */
45170
44975
  interface BotS3LocationArgs {
45171
44976
  /**
45172
- * An Amazon S3 bucket in the same AWS Region as your function. The bucket can be in a different AWS account.
44977
+ * The S3 bucket name.
45173
44978
  */
45174
44979
  s3Bucket: pulumi.Input<string>;
45175
44980
  /**
45176
- * The Amazon S3 key of the deployment package.
44981
+ * The path and file name to the object in the S3 bucket.
45177
44982
  */
45178
44983
  s3ObjectKey: pulumi.Input<string>;
45179
44984
  /**
45180
- * For versioned objects, the version of the deployment package object to use. If not specified, the current object version will be used.
44985
+ * The version of the object in the S3 bucket.
45181
44986
  */
45182
44987
  s3ObjectVersion?: pulumi.Input<string>;
45183
44988
  }
45184
- /**
45185
- * A sample utterance that invokes an intent or respond to a slot elicitation prompt.
45186
- */
45187
44989
  interface BotSampleUtteranceArgs {
45188
44990
  utterance: pulumi.Input<string>;
45189
44991
  }
45190
- /**
45191
- * Defines one of the values for a slot type.
45192
- */
45193
44992
  interface BotSampleValueArgs {
45194
- /**
45195
- * The value that can be used for a slot type.
45196
- */
45197
44993
  value: pulumi.Input<string>;
45198
44994
  }
45199
- /**
45200
- * Key/value pair representing session-specific context information. It contains application information passed between Amazon Lex and a client application.
45201
- */
45202
44995
  interface BotSessionAttributeArgs {
45203
44996
  /**
45204
44997
  * The name of the session attribute.
@@ -45209,9 +45002,6 @@ export declare namespace lex {
45209
45002
  */
45210
45003
  value?: pulumi.Input<string>;
45211
45004
  }
45212
- /**
45213
- * A slot is a variable needed to fulfill an intent, where an intent can require zero or more slots.
45214
- */
45215
45005
  interface BotSlotArgs {
45216
45006
  /**
45217
45007
  * The description of the slot.
@@ -45243,9 +45033,6 @@ export declare namespace lex {
45243
45033
  */
45244
45034
  valueElicitationSetting: pulumi.Input<inputs.lex.BotSlotValueElicitationSettingArgs>;
45245
45035
  }
45246
- /**
45247
- * Settings used when Amazon Lex successfully captures a slot value from a user.
45248
- */
45249
45036
  interface BotSlotCaptureSettingArgs {
45250
45037
  /**
45251
45038
  * A list of conditional branches to evaluate after the slot value is captured.
@@ -45276,42 +45063,28 @@ export declare namespace lex {
45276
45063
  */
45277
45064
  failureNextStep?: pulumi.Input<inputs.lex.BotDialogStateArgs>;
45278
45065
  /**
45279
- * Specifies a list of message groups that Amazon Lex uses to respond the user input.
45066
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input when the slot fails to be captured.
45280
45067
  */
45281
45068
  failureResponse?: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
45282
45069
  }
45283
- /**
45284
- * The default value to use when a user doesn't provide a value for a slot.
45285
- */
45286
45070
  interface BotSlotDefaultValueArgs {
45287
45071
  /**
45288
45072
  * The default value to use when a user doesn't provide a value for a slot.
45289
45073
  */
45290
45074
  defaultValue: pulumi.Input<string>;
45291
45075
  }
45292
- /**
45293
- * A list of values that Amazon Lex should use as the default value for a slot.
45294
- */
45295
45076
  interface BotSlotDefaultValueSpecificationArgs {
45296
45077
  /**
45297
- * A list of slot default values
45078
+ * A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.
45298
45079
  */
45299
45080
  defaultValueList: pulumi.Input<pulumi.Input<inputs.lex.BotSlotDefaultValueArgs>[]>;
45300
45081
  }
45301
- /**
45302
- * The priority that Amazon Lex should use when eliciting slot values from a user.
45303
- */
45304
45082
  interface BotSlotPriorityArgs {
45305
45083
  priority: pulumi.Input<number>;
45306
- /**
45307
- * The name of the slot.
45308
- */
45309
45084
  slotName: pulumi.Input<string>;
45310
45085
  }
45311
- /**
45312
- * A custom, extended built-in or a grammar slot type.
45313
- */
45314
45086
  interface BotSlotTypeArgs {
45087
+ compositeSlotTypeSetting?: pulumi.Input<inputs.lex.BotCompositeSlotTypeSettingArgs>;
45315
45088
  /**
45316
45089
  * A description of the slot type. Use the description to help identify the slot type in lists.
45317
45090
  */
@@ -45344,28 +45117,19 @@ export declare namespace lex {
45344
45117
  */
45345
45118
  valueSelectionSetting?: pulumi.Input<inputs.lex.BotSlotValueSelectionSettingArgs>;
45346
45119
  }
45347
- /**
45348
- * Value that the slot type can take.
45349
- */
45350
45120
  interface BotSlotTypeValueArgs {
45351
45121
  sampleValue: pulumi.Input<inputs.lex.BotSampleValueArgs>;
45352
45122
  synonyms?: pulumi.Input<pulumi.Input<inputs.lex.BotSampleValueArgs>[]>;
45353
45123
  }
45354
- /**
45355
- * The value to set in a slot.
45356
- */
45357
45124
  interface BotSlotValueArgs {
45358
45125
  /**
45359
- * The value that Amazon Lex determines for the slot.
45126
+ * The value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the `resolvedValues` list.
45360
45127
  */
45361
45128
  interpretedValue?: pulumi.Input<string>;
45362
45129
  }
45363
- /**
45364
- * Settings that you can use for eliciting a slot value.
45365
- */
45366
45130
  interface BotSlotValueElicitationSettingArgs {
45367
45131
  /**
45368
- * A list of default values for a slot.
45132
+ * A list of default values for a slot. Default values are used when Amazon Lex hasn't determined a value for a slot. You can specify default values from context variables, session attributes, and defined values.
45369
45133
  */
45370
45134
  defaultValueSpecification?: pulumi.Input<inputs.lex.BotSlotDefaultValueSpecificationArgs>;
45371
45135
  /**
@@ -45373,11 +45137,11 @@ export declare namespace lex {
45373
45137
  */
45374
45138
  promptSpecification?: pulumi.Input<inputs.lex.BotPromptSpecificationArgs>;
45375
45139
  /**
45376
- * If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy.
45140
+ * If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy. This is optional. In most cases, Amazon Lex is capable of understanding user utterances.
45377
45141
  */
45378
45142
  sampleUtterances?: pulumi.Input<pulumi.Input<inputs.lex.BotSampleUtteranceArgs>[]>;
45379
45143
  /**
45380
- * Specifies the next stage in the conversation after capturing the slot.
45144
+ * Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.
45381
45145
  */
45382
45146
  slotCaptureSetting?: pulumi.Input<inputs.lex.BotSlotCaptureSettingArgs>;
45383
45147
  /**
@@ -45389,12 +45153,9 @@ export declare namespace lex {
45389
45153
  */
45390
45154
  waitAndContinueSpecification?: pulumi.Input<inputs.lex.BotWaitAndContinueSpecificationArgs>;
45391
45155
  }
45392
- /**
45393
- * The slot values that Amazon Lex uses when it sets slot values in a dialog step.
45394
- */
45395
45156
  interface BotSlotValueOverrideArgs {
45396
45157
  /**
45397
- * When the shape value is List, it indicates that the values field contains a list of slot values. When the value is Scalar, it indicates that the value field contains a single value.
45158
+ * When the shape value is `List` , it indicates that the `values` field contains a list of slot values. When the value is `Scalar` , it indicates that the `value` field contains a single value.
45398
45159
  */
45399
45160
  shape?: pulumi.Input<enums.lex.BotSlotShape>;
45400
45161
  /**
@@ -45406,9 +45167,6 @@ export declare namespace lex {
45406
45167
  */
45407
45168
  values?: pulumi.Input<pulumi.Input<inputs.lex.BotSlotValueOverrideArgs>[]>;
45408
45169
  }
45409
- /**
45410
- * A map of slot names and their overridden values.
45411
- */
45412
45170
  interface BotSlotValueOverrideMapArgs {
45413
45171
  /**
45414
45172
  * The name of the slot.
@@ -45419,18 +45177,25 @@ export declare namespace lex {
45419
45177
  */
45420
45178
  slotValueOverride?: pulumi.Input<inputs.lex.BotSlotValueOverrideArgs>;
45421
45179
  }
45422
- /**
45423
- * A regular expression used to validate the value of a slot.
45424
- */
45425
45180
  interface BotSlotValueRegexFilterArgs {
45426
45181
  /**
45427
- * Regex pattern
45182
+ * A regular expression used to validate the value of a slot.
45183
+ *
45184
+ * Use a standard regular expression. Amazon Lex supports the following characters in the regular expression:
45185
+ *
45186
+ * - A-Z, a-z
45187
+ * - 0-9
45188
+ * - Unicode characters ("\⁠u<Unicode>")
45189
+ *
45190
+ * Represent Unicode characters with four digits, for example "\⁠u0041" or "\⁠u005A".
45191
+ *
45192
+ * The following regular expression operators are not supported:
45193
+ *
45194
+ * - Infinite repeaters: *, +, or {x,} with no upper bound.
45195
+ * - Wild card (.)
45428
45196
  */
45429
45197
  pattern: pulumi.Input<string>;
45430
45198
  }
45431
- /**
45432
- * Contains settings used by Amazon Lex to select a slot value.
45433
- */
45434
45199
  interface BotSlotValueSelectionSettingArgs {
45435
45200
  /**
45436
45201
  * Provides settings that enable advanced recognition settings for slot values. You can use this to enable using slot values as a custom vocabulary for recognizing user utterances.
@@ -45450,21 +45215,12 @@ export declare namespace lex {
45450
45215
  */
45451
45216
  resolutionStrategy: pulumi.Input<enums.lex.BotSlotValueResolutionStrategy>;
45452
45217
  }
45453
- /**
45454
- * A message in Speech Synthesis Markup Language (SSML).
45455
- */
45456
45218
  interface BotSsmlMessageArgs {
45457
- /**
45458
- * The SSML text that defines the prompt.
45459
- */
45460
45219
  value: pulumi.Input<string>;
45461
45220
  }
45462
- /**
45463
- * StillWaitingResponseSpecification.
45464
- */
45465
45221
  interface BotStillWaitingResponseSpecificationArgs {
45466
45222
  /**
45467
- * Indicates whether the user can interrupt a speech prompt from the bot.
45223
+ * Indicates that the user can interrupt the response by speaking while the message is being played.
45468
45224
  */
45469
45225
  allowInterrupt?: pulumi.Input<boolean>;
45470
45226
  /**
@@ -45480,22 +45236,14 @@ export declare namespace lex {
45480
45236
  */
45481
45237
  timeoutInSeconds: pulumi.Input<number>;
45482
45238
  }
45483
- /**
45484
- * A key-value pair for tagging Lex resources
45485
- */
45239
+ interface BotSubSlotTypeCompositionArgs {
45240
+ name: pulumi.Input<string>;
45241
+ slotTypeId: pulumi.Input<string>;
45242
+ }
45486
45243
  interface BotTagArgs {
45487
- /**
45488
- * 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 -.
45489
- */
45490
45244
  key: pulumi.Input<string>;
45491
- /**
45492
- * 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 -.
45493
- */
45494
45245
  value: pulumi.Input<string>;
45495
45246
  }
45496
- /**
45497
- * Configuring the test bot alias settings for a given bot
45498
- */
45499
45247
  interface BotTestBotAliasSettingsArgs {
45500
45248
  /**
45501
45249
  * Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.
@@ -45510,37 +45258,22 @@ export declare namespace lex {
45510
45258
  */
45511
45259
  description?: pulumi.Input<string>;
45512
45260
  /**
45513
- * Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
45261
+ * Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
45514
45262
  */
45515
45263
  sentimentAnalysisSettings?: pulumi.Input<inputs.lex.BotTestBotAliasSettingsSentimentAnalysisSettingsPropertiesArgs>;
45516
45264
  }
45517
45265
  /**
45518
- * Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
45266
+ * Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
45519
45267
  */
45520
45268
  interface BotTestBotAliasSettingsSentimentAnalysisSettingsPropertiesArgs {
45521
- /**
45522
- * Enable to call Amazon Comprehend for Sentiment natively within Lex
45523
- */
45524
45269
  detectSentiment: pulumi.Input<boolean>;
45525
45270
  }
45526
- /**
45527
- * Specifies the text input specifications.
45528
- */
45529
45271
  interface BotTextInputSpecificationArgs {
45530
- /**
45531
- * Time for which a bot waits before re-prompting a customer for text input.
45532
- */
45533
45272
  startTimeoutMs: pulumi.Input<number>;
45534
45273
  }
45535
- /**
45536
- * Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
45537
- */
45538
45274
  interface BotTextLogDestinationArgs {
45539
45275
  cloudWatch: pulumi.Input<inputs.lex.BotCloudWatchLogGroupLogDestinationArgs>;
45540
45276
  }
45541
- /**
45542
- * Contains information about code hooks that Amazon Lex calls during a conversation.
45543
- */
45544
45277
  interface BotTextLogSettingArgs {
45545
45278
  destination: pulumi.Input<inputs.lex.BotTextLogDestinationArgs>;
45546
45279
  enabled: pulumi.Input<boolean>;
@@ -45555,33 +45288,29 @@ export declare namespace lex {
45555
45288
  botVersionLocaleDetails: pulumi.Input<inputs.lex.BotVersionLocaleDetailsArgs>;
45556
45289
  localeId: pulumi.Input<string>;
45557
45290
  }
45558
- /**
45559
- * Settings for using an Amazon Polly voice to communicate with a user.
45560
- */
45561
45291
  interface BotVoiceSettingsArgs {
45562
45292
  /**
45563
- * Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the engine parameter of the SynthesizeSpeech operation in the Amazon Polly developer guide.
45293
+ * Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the [`engine` parameter of the `SynthesizeSpeech` operation](https://docs.aws.amazon.com/polly/latest/dg/API_SynthesizeSpeech.html#polly-SynthesizeSpeech-request-Engine) in the *Amazon Polly developer guide* .
45294
+ *
45295
+ * If you do not specify a value, the default is `standard` .
45564
45296
  */
45565
45297
  engine?: pulumi.Input<enums.lex.BotVoiceSettingsEngine>;
45566
45298
  /**
45567
- * The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
45299
+ * The identifier of the Amazon Polly voice to use.
45568
45300
  */
45569
45301
  voiceId: pulumi.Input<string>;
45570
45302
  }
45571
- /**
45572
- * The prompts that Amazon Lex uses while a bot is waiting for customer input.
45573
- */
45574
45303
  interface BotWaitAndContinueSpecificationArgs {
45575
45304
  /**
45576
45305
  * The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
45577
45306
  */
45578
45307
  continueResponse: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
45579
45308
  /**
45580
- * Specifies whether the bot will wait for a user to respond.
45309
+ * Specifies whether the bot will wait for a user to respond. When this field is false, wait and continue responses for a slot aren't used. If the `IsActive` field isn't specified, the default is true.
45581
45310
  */
45582
45311
  isActive?: pulumi.Input<boolean>;
45583
45312
  /**
45584
- * The response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
45313
+ * A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
45585
45314
  */
45586
45315
  stillWaitingResponse?: pulumi.Input<inputs.lex.BotStillWaitingResponseSpecificationArgs>;
45587
45316
  /**
@@ -45590,7 +45319,7 @@ export declare namespace lex {
45590
45319
  waitingResponse: pulumi.Input<inputs.lex.BotResponseSpecificationArgs>;
45591
45320
  }
45592
45321
  /**
45593
- * Data privacy setting of the Bot.
45322
+ * By default, data stored by Amazon Lex is encrypted. The `DataPrivacy` structure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.
45594
45323
  */
45595
45324
  interface DataPrivacyPropertiesArgs {
45596
45325
  /**
@@ -53723,6 +53452,12 @@ export declare namespace qbusiness {
53723
53452
  interface DataAccessorDocumentAttributeValue3PropertiesArgs {
53724
53453
  dateValue: pulumi.Input<string>;
53725
53454
  }
53455
+ interface DataSourceAudioExtractionConfigurationArgs {
53456
+ /**
53457
+ * The status of audio extraction (ENABLED or DISABLED) for processing audio content from files.
53458
+ */
53459
+ audioExtractionStatus: pulumi.Input<enums.qbusiness.DataSourceAudioExtractionStatus>;
53460
+ }
53726
53461
  interface DataSourceDocumentAttributeConditionArgs {
53727
53462
  /**
53728
53463
  * The identifier of the document attribute used for the condition.
@@ -53793,7 +53528,7 @@ export declare namespace qbusiness {
53793
53528
  */
53794
53529
  invocationCondition?: pulumi.Input<inputs.qbusiness.DataSourceDocumentAttributeConditionArgs>;
53795
53530
  /**
53796
- * The Amazon Resource Name (ARN) of a role with permission to run a Lambda function during ingestion. For more information, see [IAM roles for Custom Document Enrichment (CDE)](https://docs.aws.amazon.com/amazonq/latest/business-use-dg/iam-roles.html#cde-iam-role) .
53531
+ * The Amazon Resource Name (ARN) of the Lambda function sduring ingestion. For more information, see [Using Lambda functions for Amazon Q Business document enrichment](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/cde-lambda-operations.html) .
53797
53532
  */
53798
53533
  lambdaArn?: pulumi.Input<string>;
53799
53534
  /**
@@ -53826,10 +53561,24 @@ export declare namespace qbusiness {
53826
53561
  target?: pulumi.Input<inputs.qbusiness.DataSourceDocumentAttributeTargetArgs>;
53827
53562
  }
53828
53563
  interface DataSourceMediaExtractionConfigurationArgs {
53564
+ /**
53565
+ * Configuration settings for extracting and processing audio content from media files.
53566
+ */
53567
+ audioExtractionConfiguration?: pulumi.Input<inputs.qbusiness.DataSourceAudioExtractionConfigurationArgs>;
53829
53568
  /**
53830
53569
  * The configuration for extracting semantic meaning from images in documents. For more information, see [Extracting semantic meaning from images and visuals](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/extracting-meaning-from-images.html) .
53831
53570
  */
53832
53571
  imageExtractionConfiguration?: pulumi.Input<inputs.qbusiness.DataSourceImageExtractionConfigurationArgs>;
53572
+ /**
53573
+ * Configuration settings for extracting and processing video content from media files.
53574
+ */
53575
+ videoExtractionConfiguration?: pulumi.Input<inputs.qbusiness.DataSourceVideoExtractionConfigurationArgs>;
53576
+ }
53577
+ interface DataSourceVideoExtractionConfigurationArgs {
53578
+ /**
53579
+ * The status of video extraction (ENABLED or DISABLED) for processing video content from files.
53580
+ */
53581
+ videoExtractionStatus: pulumi.Input<enums.qbusiness.DataSourceVideoExtractionStatus>;
53833
53582
  }
53834
53583
  interface DataSourceVpcConfigurationArgs {
53835
53584
  /**
@@ -61530,6 +61279,9 @@ export declare namespace quicksight {
61530
61279
  * The field options to be configured to a table.
61531
61280
  */
61532
61281
  selectedFieldOptions?: pulumi.Input<pulumi.Input<inputs.quicksight.AnalysisTableFieldOptionArgs>[]>;
61282
+ /**
61283
+ * The `TableOptions` of a transposed table.
61284
+ */
61533
61285
  transposedTableOptions?: pulumi.Input<pulumi.Input<inputs.quicksight.AnalysisTransposedTableOptionArgs>[]>;
61534
61286
  }
61535
61287
  interface AnalysisTableFieldUrlConfigurationArgs {
@@ -62065,7 +61817,16 @@ export declare namespace quicksight {
62065
61817
  totalsVisibility?: pulumi.Input<enums.quicksight.AnalysisVisibility>;
62066
61818
  }
62067
61819
  interface AnalysisTransposedTableOptionArgs {
61820
+ /**
61821
+ * The index of a columns in a transposed table. The index range is 0-9999.
61822
+ */
62068
61823
  columnIndex?: pulumi.Input<number>;
61824
+ /**
61825
+ * The column type of the column in a transposed table. Choose one of the following options:
61826
+ *
61827
+ * - `ROW_HEADER_COLUMN` : Refers to the leftmost column of the row header in the transposed table.
61828
+ * - `VALUE_COLUMN` : Refers to all value columns in the transposed table.
61829
+ */
62069
61830
  columnType: pulumi.Input<enums.quicksight.AnalysisTransposedColumnType>;
62070
61831
  /**
62071
61832
  * String based length that is composed of value and unit in px
@@ -70404,6 +70165,9 @@ export declare namespace quicksight {
70404
70165
  * The field options to be configured to a table.
70405
70166
  */
70406
70167
  selectedFieldOptions?: pulumi.Input<pulumi.Input<inputs.quicksight.DashboardTableFieldOptionArgs>[]>;
70168
+ /**
70169
+ * The `TableOptions` of a transposed table.
70170
+ */
70407
70171
  transposedTableOptions?: pulumi.Input<pulumi.Input<inputs.quicksight.DashboardTransposedTableOptionArgs>[]>;
70408
70172
  }
70409
70173
  interface DashboardTableFieldUrlConfigurationArgs {
@@ -70939,7 +70703,16 @@ export declare namespace quicksight {
70939
70703
  totalsVisibility?: pulumi.Input<enums.quicksight.DashboardVisibility>;
70940
70704
  }
70941
70705
  interface DashboardTransposedTableOptionArgs {
70706
+ /**
70707
+ * The index of a columns in a transposed table. The index range is 0-9999.
70708
+ */
70942
70709
  columnIndex?: pulumi.Input<number>;
70710
+ /**
70711
+ * The column type of the column in a transposed table. Choose one of the following options:
70712
+ *
70713
+ * - `ROW_HEADER_COLUMN` : Refers to the leftmost column of the row header in the transposed table.
70714
+ * - `VALUE_COLUMN` : Refers to all value columns in the transposed table.
70715
+ */
70943
70716
  columnType: pulumi.Input<enums.quicksight.DashboardTransposedColumnType>;
70944
70717
  /**
70945
70718
  * String based length that is composed of value and unit in px
@@ -80193,6 +79966,9 @@ export declare namespace quicksight {
80193
79966
  * The field options to be configured to a table.
80194
79967
  */
80195
79968
  selectedFieldOptions?: pulumi.Input<pulumi.Input<inputs.quicksight.TemplateTableFieldOptionArgs>[]>;
79969
+ /**
79970
+ * The `TableOptions` of a transposed table.
79971
+ */
80196
79972
  transposedTableOptions?: pulumi.Input<pulumi.Input<inputs.quicksight.TemplateTransposedTableOptionArgs>[]>;
80197
79973
  }
80198
79974
  interface TemplateTableFieldUrlConfigurationArgs {
@@ -80728,7 +80504,16 @@ export declare namespace quicksight {
80728
80504
  totalsVisibility?: any;
80729
80505
  }
80730
80506
  interface TemplateTransposedTableOptionArgs {
80507
+ /**
80508
+ * The index of a columns in a transposed table. The index range is 0-9999.
80509
+ */
80731
80510
  columnIndex?: pulumi.Input<number>;
80511
+ /**
80512
+ * The column type of the column in a transposed table. Choose one of the following options:
80513
+ *
80514
+ * - `ROW_HEADER_COLUMN` : Refers to the leftmost column of the row header in the transposed table.
80515
+ * - `VALUE_COLUMN` : Refers to all value columns in the transposed table.
80516
+ */
80732
80517
  columnType: pulumi.Input<enums.quicksight.TemplateTransposedColumnType>;
80733
80518
  /**
80734
80519
  * String based length that is composed of value and unit in px
@@ -93042,9 +92827,9 @@ export declare namespace ssmquicksetup {
93042
92827
  * - Description: (Optional) A boolean value that determines whether command output logs are sent to Amazon S3.
93043
92828
  * - `OutputS3Location`
93044
92829
  *
93045
- * - Description: (Optional) A JSON string containing information about the Amazon S3 bucket where you want to store the output details of the request.
92830
+ * - Description: (Optional) Information about the Amazon S3 bucket where you want to store the output details of the request.
93046
92831
  *
93047
- * - `OutputS3BucketRegion`
92832
+ * - `OutputBucketRegion`
93048
92833
  *
93049
92834
  * - Description: (Optional) The AWS Region where the Amazon S3 bucket you want to deliver command output to is located.
93050
92835
  * - `OutputS3BucketName`