@aws-sdk/client-connect 3.948.0 → 3.951.0
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.
- package/dist-cjs/index.js +7 -1
- package/dist-es/models/enums.js +3 -0
- package/dist-es/schemas/schemas_0.js +4 -1
- package/dist-types/commands/AssociateWorkspaceCommand.d.ts +2 -1
- package/dist-types/commands/BatchCreateDataTableValueCommand.d.ts +6 -1
- package/dist-types/commands/BatchDeleteDataTableValueCommand.d.ts +3 -1
- package/dist-types/commands/BatchDescribeDataTableValueCommand.d.ts +3 -1
- package/dist-types/commands/BatchUpdateDataTableValueCommand.d.ts +3 -1
- package/dist-types/commands/CreateDataTableAttributeCommand.d.ts +4 -1
- package/dist-types/commands/CreateDataTableCommand.d.ts +3 -1
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataTableCommand.d.ts +5 -1
- package/dist-types/commands/DeleteWorkspacePageCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataTableAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataTableCommand.d.ts +3 -1
- package/dist-types/commands/EvaluateDataTableValuesCommand.d.ts +5 -1
- package/dist-types/commands/ListDataTableAttributesCommand.d.ts +3 -1
- package/dist-types/commands/ListDataTablePrimaryValuesCommand.d.ts +2 -1
- package/dist-types/commands/ListDataTableValuesCommand.d.ts +2 -1
- package/dist-types/commands/ListDataTablesCommand.d.ts +2 -1
- package/dist-types/commands/SearchDataTablesCommand.d.ts +3 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDataTableAttributeCommand.d.ts +4 -1
- package/dist-types/commands/UpdateDataTableMetadataCommand.d.ts +3 -1
- package/dist-types/commands/UpdateDataTablePrimaryValuesCommand.d.ts +3 -1
- package/dist-types/commands/UpdateWorkspaceVisibilityCommand.d.ts +2 -1
- package/dist-types/models/enums.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +108 -49
- package/dist-types/models/models_1.d.ts +50 -23
- package/dist-types/models/models_2.d.ts +55 -44
- package/dist-types/models/models_3.d.ts +62 -27
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/dist-types/ts3.4/models/models_3.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +1 -1
|
@@ -466,7 +466,8 @@ export interface ListDataTableAttributesRequest {
|
|
|
466
466
|
*/
|
|
467
467
|
DataTableId: string | undefined;
|
|
468
468
|
/**
|
|
469
|
-
* <p>Optional list of specific attribute IDs to retrieve. Used for CloudFormation to effectively describe attributes
|
|
469
|
+
* <p>Optional list of specific attribute IDs to retrieve. Used for CloudFormation to effectively describe attributes
|
|
470
|
+
* by ID. If NextToken is provided, this parameter is ignored.</p>
|
|
470
471
|
* @public
|
|
471
472
|
*/
|
|
472
473
|
AttributeIds?: string[] | undefined;
|
|
@@ -527,7 +528,8 @@ export interface ListDataTablePrimaryValuesRequest {
|
|
|
527
528
|
*/
|
|
528
529
|
DataTableId: string | undefined;
|
|
529
530
|
/**
|
|
530
|
-
* <p>Optional list of specific record IDs to retrieve. Used for CloudFormation to effectively describe records by ID.
|
|
531
|
+
* <p>Optional list of specific record IDs to retrieve. Used for CloudFormation to effectively describe records by ID.
|
|
532
|
+
* If NextToken is provided, this parameter is ignored.</p>
|
|
531
533
|
* @public
|
|
532
534
|
*/
|
|
533
535
|
RecordIds?: string[] | undefined;
|
|
@@ -649,7 +651,8 @@ export interface ListDataTablesResponse {
|
|
|
649
651
|
*/
|
|
650
652
|
NextToken?: string | undefined;
|
|
651
653
|
/**
|
|
652
|
-
* <p>A list of data table summaries containing basic information about each table including ID, ARN, name, and
|
|
654
|
+
* <p>A list of data table summaries containing basic information about each table including ID, ARN, name, and
|
|
655
|
+
* modification details.</p>
|
|
653
656
|
* @public
|
|
654
657
|
*/
|
|
655
658
|
DataTableSummaryList: DataTableSummary[] | undefined;
|
|
@@ -3895,7 +3898,8 @@ export interface ListViewVersionsResponse {
|
|
|
3895
3898
|
*/
|
|
3896
3899
|
export interface ListWorkspaceMediaRequest {
|
|
3897
3900
|
/**
|
|
3898
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
3901
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
3902
|
+
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
3899
3903
|
* @public
|
|
3900
3904
|
*/
|
|
3901
3905
|
InstanceId: string | undefined;
|
|
@@ -3911,7 +3915,8 @@ export interface ListWorkspaceMediaRequest {
|
|
|
3911
3915
|
*/
|
|
3912
3916
|
export interface MediaItem {
|
|
3913
3917
|
/**
|
|
3914
|
-
* <p>The type of media. Valid values are: <code>IMAGE_LOGO_FAVICON</code> and
|
|
3918
|
+
* <p>The type of media. Valid values are: <code>IMAGE_LOGO_FAVICON</code> and
|
|
3919
|
+
* <code>IMAGE_LOGO_HORIZONTAL</code>.</p>
|
|
3915
3920
|
* @public
|
|
3916
3921
|
*/
|
|
3917
3922
|
Type?: MediaType | undefined;
|
|
@@ -3936,7 +3941,8 @@ export interface ListWorkspaceMediaResponse {
|
|
|
3936
3941
|
*/
|
|
3937
3942
|
export interface ListWorkspacePagesRequest {
|
|
3938
3943
|
/**
|
|
3939
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
3944
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
3945
|
+
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
3940
3946
|
* @public
|
|
3941
3947
|
*/
|
|
3942
3948
|
InstanceId: string | undefined;
|
|
@@ -3946,7 +3952,8 @@ export interface ListWorkspacePagesRequest {
|
|
|
3946
3952
|
*/
|
|
3947
3953
|
WorkspaceId: string | undefined;
|
|
3948
3954
|
/**
|
|
3949
|
-
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
3955
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
3956
|
+
* retrieve the next set of results.</p>
|
|
3950
3957
|
* @public
|
|
3951
3958
|
*/
|
|
3952
3959
|
NextToken?: string | undefined;
|
|
@@ -4002,12 +4009,14 @@ export interface ListWorkspacePagesResponse {
|
|
|
4002
4009
|
*/
|
|
4003
4010
|
export interface ListWorkspacesRequest {
|
|
4004
4011
|
/**
|
|
4005
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
4012
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
4013
|
+
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
4006
4014
|
* @public
|
|
4007
4015
|
*/
|
|
4008
4016
|
InstanceId: string | undefined;
|
|
4009
4017
|
/**
|
|
4010
|
-
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
4018
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
4019
|
+
* retrieve the next set of results.</p>
|
|
4011
4020
|
* @public
|
|
4012
4021
|
*/
|
|
4013
4022
|
NextToken?: string | undefined;
|
|
@@ -4409,17 +4418,17 @@ export interface DateTimeCondition {
|
|
|
4409
4418
|
*/
|
|
4410
4419
|
FieldName?: string | undefined;
|
|
4411
4420
|
/**
|
|
4412
|
-
* <p>A minimum value of the property
|
|
4421
|
+
* <p>A minimum value of the property.</p>
|
|
4413
4422
|
* @public
|
|
4414
4423
|
*/
|
|
4415
4424
|
MinValue?: string | undefined;
|
|
4416
4425
|
/**
|
|
4417
|
-
* <p>A maximum value of the property
|
|
4426
|
+
* <p>A maximum value of the property.</p>
|
|
4418
4427
|
* @public
|
|
4419
4428
|
*/
|
|
4420
4429
|
MaxValue?: string | undefined;
|
|
4421
4430
|
/**
|
|
4422
|
-
* <p>Datetime property comparison type
|
|
4431
|
+
* <p>Datetime property comparison type.</p>
|
|
4423
4432
|
* @public
|
|
4424
4433
|
*/
|
|
4425
4434
|
ComparisonType?: DateTimeComparisonType | undefined;
|
|
@@ -4445,7 +4454,7 @@ export interface DecimalCondition {
|
|
|
4445
4454
|
*/
|
|
4446
4455
|
MaxValue?: number | undefined;
|
|
4447
4456
|
/**
|
|
4448
|
-
* <p>The type of comparison to be made when evaluating the decimal condition
|
|
4457
|
+
* <p>The type of comparison to be made when evaluating the decimal condition.</p>
|
|
4449
4458
|
* @public
|
|
4450
4459
|
*/
|
|
4451
4460
|
ComparisonType?: DecimalComparisonType | undefined;
|
|
@@ -4486,7 +4495,7 @@ export interface NumberCondition {
|
|
|
4486
4495
|
export interface EvaluationSearchFilter {
|
|
4487
4496
|
/**
|
|
4488
4497
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
4489
|
-
* <code>OR</code> or <code>AND</code> (List of List) input where
|
|
4498
|
+
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
4490
4499
|
* <ul>
|
|
4491
4500
|
* <li>
|
|
4492
4501
|
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
@@ -4669,7 +4678,7 @@ export interface SearchContactEvaluationsResponse {
|
|
|
4669
4678
|
}
|
|
4670
4679
|
/**
|
|
4671
4680
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
4672
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where
|
|
4681
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
4673
4682
|
* <ul>
|
|
4674
4683
|
* <li>
|
|
4675
4684
|
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
@@ -4682,7 +4691,7 @@ export interface SearchContactEvaluationsResponse {
|
|
|
4682
4691
|
*/
|
|
4683
4692
|
export interface ControlPlaneTagFilter {
|
|
4684
4693
|
/**
|
|
4685
|
-
* <p>A list of conditions which would be applied together with an <code>OR</code> condition
|
|
4694
|
+
* <p>A list of conditions which would be applied together with an <code>OR</code> condition.</p>
|
|
4686
4695
|
* @public
|
|
4687
4696
|
*/
|
|
4688
4697
|
OrConditions?: TagCondition[][] | undefined;
|
|
@@ -4692,7 +4701,7 @@ export interface ControlPlaneTagFilter {
|
|
|
4692
4701
|
*/
|
|
4693
4702
|
AndConditions?: TagCondition[] | undefined;
|
|
4694
4703
|
/**
|
|
4695
|
-
* <p>A leaf node condition which can be used to specify a tag condition
|
|
4704
|
+
* <p>A leaf node condition which can be used to specify a tag condition.</p>
|
|
4696
4705
|
* @public
|
|
4697
4706
|
*/
|
|
4698
4707
|
TagCondition?: TagCondition | undefined;
|
|
@@ -4704,7 +4713,7 @@ export interface ControlPlaneTagFilter {
|
|
|
4704
4713
|
export interface ContactFlowModuleSearchFilter {
|
|
4705
4714
|
/**
|
|
4706
4715
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
4707
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where
|
|
4716
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
4708
4717
|
* <ul>
|
|
4709
4718
|
* <li>
|
|
4710
4719
|
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
@@ -4738,44 +4747,44 @@ export interface SearchContactFlowModulesResponse {
|
|
|
4738
4747
|
ApproximateTotalCount?: number | undefined;
|
|
4739
4748
|
}
|
|
4740
4749
|
/**
|
|
4741
|
-
* <p> The contact flow type condition
|
|
4750
|
+
* <p> The contact flow type condition.</p>
|
|
4742
4751
|
* @public
|
|
4743
4752
|
*/
|
|
4744
4753
|
export interface ContactFlowTypeCondition {
|
|
4745
4754
|
/**
|
|
4746
|
-
* <p> Contact flow type of the contact flow type condition
|
|
4755
|
+
* <p> Contact flow type of the contact flow type condition.</p>
|
|
4747
4756
|
* @public
|
|
4748
4757
|
*/
|
|
4749
4758
|
ContactFlowType?: ContactFlowType | undefined;
|
|
4750
4759
|
}
|
|
4751
4760
|
/**
|
|
4752
|
-
* <p> A list of conditions which would be applied together with an AND condition
|
|
4761
|
+
* <p> A list of conditions which would be applied together with an AND condition.</p>
|
|
4753
4762
|
* @public
|
|
4754
4763
|
*/
|
|
4755
4764
|
export interface ContactFlowAttributeAndCondition {
|
|
4756
4765
|
/**
|
|
4757
|
-
* <p> Tag-based conditions for contact flow filtering
|
|
4766
|
+
* <p> Tag-based conditions for contact flow filtering.</p>
|
|
4758
4767
|
* @public
|
|
4759
4768
|
*/
|
|
4760
4769
|
TagConditions?: TagCondition[] | undefined;
|
|
4761
4770
|
/**
|
|
4762
|
-
* <p> Contact flow type condition
|
|
4771
|
+
* <p> Contact flow type condition.</p>
|
|
4763
4772
|
* @public
|
|
4764
4773
|
*/
|
|
4765
4774
|
ContactFlowTypeCondition?: ContactFlowTypeCondition | undefined;
|
|
4766
4775
|
}
|
|
4767
4776
|
/**
|
|
4768
|
-
* <p> Filter for contact flow attributes with multiple condition types
|
|
4777
|
+
* <p> Filter for contact flow attributes with multiple condition types.</p>
|
|
4769
4778
|
* @public
|
|
4770
4779
|
*/
|
|
4771
4780
|
export interface ContactFlowAttributeFilter {
|
|
4772
4781
|
/**
|
|
4773
|
-
* <p> A list of conditions which would be applied together with an OR condition
|
|
4782
|
+
* <p> A list of conditions which would be applied together with an OR condition.</p>
|
|
4774
4783
|
* @public
|
|
4775
4784
|
*/
|
|
4776
4785
|
OrConditions?: ContactFlowAttributeAndCondition[] | undefined;
|
|
4777
4786
|
/**
|
|
4778
|
-
* <p> A list of conditions which would be applied together with a AND condition
|
|
4787
|
+
* <p> A list of conditions which would be applied together with a AND condition.</p>
|
|
4779
4788
|
* @public
|
|
4780
4789
|
*/
|
|
4781
4790
|
AndCondition?: ContactFlowAttributeAndCondition | undefined;
|
|
@@ -4786,7 +4795,7 @@ export interface ContactFlowAttributeFilter {
|
|
|
4786
4795
|
*/
|
|
4787
4796
|
TagCondition?: TagCondition | undefined;
|
|
4788
4797
|
/**
|
|
4789
|
-
* <p> Contact flow type condition within attribute filter
|
|
4798
|
+
* <p> Contact flow type condition within attribute filter.</p>
|
|
4790
4799
|
* @public
|
|
4791
4800
|
*/
|
|
4792
4801
|
ContactFlowTypeCondition?: ContactFlowTypeCondition | undefined;
|
|
@@ -4798,7 +4807,7 @@ export interface ContactFlowAttributeFilter {
|
|
|
4798
4807
|
export interface ContactFlowSearchFilter {
|
|
4799
4808
|
/**
|
|
4800
4809
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
4801
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where
|
|
4810
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
4802
4811
|
* <ul>
|
|
4803
4812
|
* <li>
|
|
4804
4813
|
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
@@ -5240,7 +5249,7 @@ export interface ContactSearchSummaryQueueInfo {
|
|
|
5240
5249
|
export interface DataTableSearchFilter {
|
|
5241
5250
|
/**
|
|
5242
5251
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
5243
|
-
* <code>OR</code> or <code>AND</code> (List of List) input where
|
|
5252
|
+
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
5244
5253
|
* <ul>
|
|
5245
5254
|
* <li>
|
|
5246
5255
|
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
@@ -5258,7 +5267,8 @@ export interface DataTableSearchFilter {
|
|
|
5258
5267
|
*/
|
|
5259
5268
|
export interface SearchDataTablesResponse {
|
|
5260
5269
|
/**
|
|
5261
|
-
* <p>An array of data tables matching the search criteria with the same structure as DescribeTable except Version,
|
|
5270
|
+
* <p>An array of data tables matching the search criteria with the same structure as DescribeTable except Version,
|
|
5271
|
+
* VersionDescription, and LockVersion are omitted.</p>
|
|
5262
5272
|
* @public
|
|
5263
5273
|
*/
|
|
5264
5274
|
DataTables?: DataTable[] | undefined;
|
|
@@ -5280,7 +5290,7 @@ export interface SearchDataTablesResponse {
|
|
|
5280
5290
|
export interface EmailAddressSearchFilter {
|
|
5281
5291
|
/**
|
|
5282
5292
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
5283
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where
|
|
5293
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
5284
5294
|
* <ul>
|
|
5285
5295
|
* <li>
|
|
5286
5296
|
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
@@ -5357,7 +5367,7 @@ export interface SearchEmailAddressesResponse {
|
|
|
5357
5367
|
export interface EvaluationFormSearchFilter {
|
|
5358
5368
|
/**
|
|
5359
5369
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
5360
|
-
* <code>OR</code> or <code>AND</code> (List of List) input where
|
|
5370
|
+
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
5361
5371
|
* <ul>
|
|
5362
5372
|
* <li>
|
|
5363
5373
|
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
@@ -5509,7 +5519,7 @@ export interface DateCondition {
|
|
|
5509
5519
|
export interface HoursOfOperationSearchFilter {
|
|
5510
5520
|
/**
|
|
5511
5521
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
5512
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where
|
|
5522
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
5513
5523
|
* <ul>
|
|
5514
5524
|
* <li>
|
|
5515
5525
|
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
@@ -5591,7 +5601,7 @@ export interface SearchPredefinedAttributesResponse {
|
|
|
5591
5601
|
export interface PromptSearchFilter {
|
|
5592
5602
|
/**
|
|
5593
5603
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
5594
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where
|
|
5604
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
5595
5605
|
* <ul>
|
|
5596
5606
|
* <li>
|
|
5597
5607
|
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
@@ -5631,7 +5641,7 @@ export interface SearchPromptsResponse {
|
|
|
5631
5641
|
export interface QueueSearchFilter {
|
|
5632
5642
|
/**
|
|
5633
5643
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
5634
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where
|
|
5644
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
5635
5645
|
* <ul>
|
|
5636
5646
|
* <li>
|
|
5637
5647
|
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
@@ -5671,7 +5681,7 @@ export interface SearchQueuesResponse {
|
|
|
5671
5681
|
export interface QuickConnectSearchFilter {
|
|
5672
5682
|
/**
|
|
5673
5683
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
5674
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where
|
|
5684
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
5675
5685
|
* <ul>
|
|
5676
5686
|
* <li>
|
|
5677
5687
|
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
@@ -5847,7 +5857,7 @@ export interface SearchResourceTagsResponse {
|
|
|
5847
5857
|
export interface RoutingProfileSearchFilter {
|
|
5848
5858
|
/**
|
|
5849
5859
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
5850
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where
|
|
5860
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
5851
5861
|
* <ul>
|
|
5852
5862
|
* <li>
|
|
5853
5863
|
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
@@ -5887,7 +5897,7 @@ export interface SearchRoutingProfilesResponse {
|
|
|
5887
5897
|
export interface SecurityProfilesSearchFilter {
|
|
5888
5898
|
/**
|
|
5889
5899
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
5890
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where
|
|
5900
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
5891
5901
|
* <ul>
|
|
5892
5902
|
* <li>
|
|
5893
5903
|
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
@@ -6079,7 +6089,7 @@ export interface AttributeAndCondition {
|
|
|
6079
6089
|
* </ul>
|
|
6080
6090
|
* <note>
|
|
6081
6091
|
* <p>Only one field can be populated. Maximum number of allowed Tag conditions is 25. Maximum number of allowed
|
|
6082
|
-
* Hierarchy Group conditions is 20
|
|
6092
|
+
* Hierarchy Group conditions is 20.</p>
|
|
6083
6093
|
* </note>
|
|
6084
6094
|
* @public
|
|
6085
6095
|
*/
|
|
@@ -6113,7 +6123,7 @@ export interface ControlPlaneUserAttributeFilter {
|
|
|
6113
6123
|
export interface UserSearchFilter {
|
|
6114
6124
|
/**
|
|
6115
6125
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
6116
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where
|
|
6126
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
6117
6127
|
* <ul>
|
|
6118
6128
|
* <li>
|
|
6119
6129
|
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
@@ -6245,7 +6255,7 @@ export interface SearchUsersResponse {
|
|
|
6245
6255
|
export interface ViewSearchFilter {
|
|
6246
6256
|
/**
|
|
6247
6257
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
6248
|
-
* <code>OR</code> or <code>AND</code> (List of List) input where
|
|
6258
|
+
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
6249
6259
|
* <ul>
|
|
6250
6260
|
* <li>
|
|
6251
6261
|
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
@@ -6381,7 +6391,7 @@ export interface SearchVocabulariesResponse {
|
|
|
6381
6391
|
export interface WorkspaceAssociationSearchFilter {
|
|
6382
6392
|
/**
|
|
6383
6393
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
6384
|
-
* <code>OR</code> or <code>AND</code> (List of List) input where
|
|
6394
|
+
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
6385
6395
|
* <ul>
|
|
6386
6396
|
* <li>
|
|
6387
6397
|
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
@@ -6420,7 +6430,8 @@ export interface WorkspaceAssociationSearchSummary {
|
|
|
6420
6430
|
*/
|
|
6421
6431
|
ResourceArn?: string | undefined;
|
|
6422
6432
|
/**
|
|
6423
|
-
* <p>The type of resource associated with the workspace. Valid values are: <code>USER</code> and
|
|
6433
|
+
* <p>The type of resource associated with the workspace. Valid values are: <code>USER</code> and
|
|
6434
|
+
* <code>ROUTING_PROFILE</code>.</p>
|
|
6424
6435
|
* @public
|
|
6425
6436
|
*/
|
|
6426
6437
|
ResourceType?: string | undefined;
|
|
@@ -6457,7 +6468,7 @@ export interface SearchWorkspaceAssociationsResponse {
|
|
|
6457
6468
|
export interface WorkspaceSearchFilter {
|
|
6458
6469
|
/**
|
|
6459
6470
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
6460
|
-
* <code>OR</code> or <code>AND</code> (List of List) input where
|
|
6471
|
+
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
6461
6472
|
* <ul>
|
|
6462
6473
|
* <li>
|
|
6463
6474
|
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AgentAvailabilityTimer, AgentStatusState, AnsweringMachineDetectionStatus, Channel, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, EvaluationFormItemEnablementAction, EvaluationFormItemEnablementOperator, EvaluationFormQuestionType, EvaluationFormVersionStatus, InitiateAs, InstanceAttributeType, InstanceStorageResourceType, MeetingFeatureStatus, ParticipantTimerAction, ParticipantTimerType, QueueStatus, RoutingCriteriaStepStatus, RulePublishStatus, SearchableQueueType, TaskTemplateStatus, TimerEligibleParticipantRoles, TrafficType, ViewStatus, ViewType, Visibility } from "./enums";
|
|
1
|
+
import { AgentAvailabilityTimer, AgentStatusState, AnsweringMachineDetectionStatus, Channel, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, DisconnectOnCustomerExitParticipantType, EvaluationFormItemEnablementAction, EvaluationFormItemEnablementOperator, EvaluationFormQuestionType, EvaluationFormVersionStatus, InitiateAs, InstanceAttributeType, InstanceStorageResourceType, MeetingFeatureStatus, ParticipantTimerAction, ParticipantTimerType, QueueStatus, RoutingCriteriaStepStatus, RulePublishStatus, SearchableQueueType, TaskTemplateStatus, TimerEligibleParticipantRoles, TrafficType, ViewStatus, ViewType, Visibility } from "./enums";
|
|
2
2
|
import { type AdditionalEmailRecipients, type AgentConfig, type AgentInfo, type AgentStatusSearchFilter, type AllowedCapabilities, type Campaign, type DataTableLockVersion, type Endpoint, type EvaluationFormAutoEvaluationConfiguration, type EvaluationFormLanguageConfiguration, type EvaluationFormQuestionTypeProperties, type EvaluationFormScoringStrategy, type EvaluationFormTargetConfiguration, type GranularAccessControlConfiguration, type InputPredefinedAttributeConfiguration, type InstanceStorageConfig, type OutboundCallerConfig, type OutboundEmailConfig, type OutboundStrategy, type PredefinedAttributeValues, type QuickConnectConfig, type StringCondition, type TaskTemplateConstraints, type TaskTemplateDefaults, type UserIdentityInfo, type UserInfo, type UserPhoneConfig, type Validation, type View, type ViewInputContent, type WorkspaceTheme, Application, EvaluationFormItemEnablementExpression, FlowModule, HoursOfOperationConfig, HoursOfOperationOverrideConfig, MediaConcurrency, PrimaryValue, Reference, RoutingProfileQueueConfig, RuleAction, TaskTemplateField, UserProficiency } from "./models_0";
|
|
3
3
|
import { type AttributeCondition, type ChatMetrics, type ContactDetails, type Customer, type CustomerVoiceActivity, type DisconnectDetails, type EndpointInfo, type Evaluation, type EvaluationAnswerData, type Expiry, type QualityMetrics, type QueueInfo, type SignInConfig, type TaskTemplateInfoV2, type TelephonyConfig, type WisdomInfo, ContactEvaluation, EvaluationNote, NextContactEntry, RecordingInfo } from "./models_1";
|
|
4
4
|
import { type BooleanCondition, type ChatMessage, type ContactFlowModuleSearchFilter, type ContactFlowSearchFilter, type ContactSearchSummaryAgentInfo, type ContactSearchSummaryQueueInfo, type DataTableSearchFilter, type DateCondition, type DateTimeCondition, type DecimalCondition, type EmailAddressInfo, type EmailAddressSearchFilter, type EvaluationFormSearchFilter, type EvaluationSearchFilter, type HierarchyGroupCondition, type HoursOfOperationSearchFilter, type InboundAdditionalRecipients, type InboundEmailContent, type ListCondition, type NumberCondition, type ParticipantConfiguration, type ParticipantDetails, type PersistentChat, type PromptSearchFilter, type QueueSearchFilter, type QuickConnectSearchFilter, type RoutingProfileSearchFilter, type SecurityProfilesSearchFilter, type UserHierarchyGroupSearchFilter, type UserSearchFilter, type ViewSearchFilter, type WorkspaceAssociationSearchFilter, type WorkspaceSearchFilter, EmailAttachment } from "./models_2";
|
|
@@ -1234,12 +1234,14 @@ export interface UpdateDataTableAttributeRequest {
|
|
|
1234
1234
|
*/
|
|
1235
1235
|
AttributeName: string | undefined;
|
|
1236
1236
|
/**
|
|
1237
|
-
* <p>The new name for the attribute. Must conform to Connect human readable string specification and be unique within
|
|
1237
|
+
* <p>The new name for the attribute. Must conform to Connect human readable string specification and be unique within
|
|
1238
|
+
* the data table.</p>
|
|
1238
1239
|
* @public
|
|
1239
1240
|
*/
|
|
1240
1241
|
Name: string | undefined;
|
|
1241
1242
|
/**
|
|
1242
|
-
* <p>The updated value type for the attribute. When changing value types, existing values are not deleted but may
|
|
1243
|
+
* <p>The updated value type for the attribute. When changing value types, existing values are not deleted but may
|
|
1244
|
+
* return default values if incompatible.</p>
|
|
1243
1245
|
* @public
|
|
1244
1246
|
*/
|
|
1245
1247
|
ValueType: DataTableAttributeValueType | undefined;
|
|
@@ -1249,12 +1251,14 @@ export interface UpdateDataTableAttributeRequest {
|
|
|
1249
1251
|
*/
|
|
1250
1252
|
Description?: string | undefined;
|
|
1251
1253
|
/**
|
|
1252
|
-
* <p>Whether the attribute should be treated as a primary key. Converting to primary attribute requires existing
|
|
1254
|
+
* <p>Whether the attribute should be treated as a primary key. Converting to primary attribute requires existing
|
|
1255
|
+
* values to maintain uniqueness.</p>
|
|
1253
1256
|
* @public
|
|
1254
1257
|
*/
|
|
1255
1258
|
Primary?: boolean | undefined;
|
|
1256
1259
|
/**
|
|
1257
|
-
* <p>The updated validation rules for the attribute. Changes do not affect existing values until they are
|
|
1260
|
+
* <p>The updated validation rules for the attribute. Changes do not affect existing values until they are
|
|
1261
|
+
* modified.</p>
|
|
1258
1262
|
* @public
|
|
1259
1263
|
*/
|
|
1260
1264
|
Validation?: Validation | undefined;
|
|
@@ -1284,22 +1288,27 @@ export interface UpdateDataTableMetadataRequest {
|
|
|
1284
1288
|
*/
|
|
1285
1289
|
InstanceId: string | undefined;
|
|
1286
1290
|
/**
|
|
1287
|
-
* <p>The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If the
|
|
1291
|
+
* <p>The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If the
|
|
1292
|
+
* version is provided as part of the identifier or ARN, the version must be $LATEST. Providing any other alias fails
|
|
1293
|
+
* with an error.</p>
|
|
1288
1294
|
* @public
|
|
1289
1295
|
*/
|
|
1290
1296
|
DataTableId: string | undefined;
|
|
1291
1297
|
/**
|
|
1292
|
-
* <p>The updated name for the data table. Must conform to Connect human readable string specification and have 1-127
|
|
1298
|
+
* <p>The updated name for the data table. Must conform to Connect human readable string specification and have 1-127
|
|
1299
|
+
* characters. Must be unique for the instance using case-insensitive comparison.</p>
|
|
1293
1300
|
* @public
|
|
1294
1301
|
*/
|
|
1295
1302
|
Name: string | undefined;
|
|
1296
1303
|
/**
|
|
1297
|
-
* <p>The updated description for the data table. Must conform to Connect human readable string specification and have
|
|
1304
|
+
* <p>The updated description for the data table. Must conform to Connect human readable string specification and have
|
|
1305
|
+
* 0-250 characters.</p>
|
|
1298
1306
|
* @public
|
|
1299
1307
|
*/
|
|
1300
1308
|
Description?: string | undefined;
|
|
1301
1309
|
/**
|
|
1302
|
-
* <p>The updated value lock level for the data table. One of DATA_TABLE, PRIMARY_VALUE, ATTRIBUTE, VALUE, and
|
|
1310
|
+
* <p>The updated value lock level for the data table. One of DATA_TABLE, PRIMARY_VALUE, ATTRIBUTE, VALUE, and
|
|
1311
|
+
* NONE.</p>
|
|
1303
1312
|
* @public
|
|
1304
1313
|
*/
|
|
1305
1314
|
ValueLockLevel: DataTableLockLevel | undefined;
|
|
@@ -1329,17 +1338,21 @@ export interface UpdateDataTablePrimaryValuesRequest {
|
|
|
1329
1338
|
*/
|
|
1330
1339
|
InstanceId: string | undefined;
|
|
1331
1340
|
/**
|
|
1332
|
-
* <p>The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If the
|
|
1341
|
+
* <p>The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If the
|
|
1342
|
+
* version is provided as part of the identifier or ARN, the version must be one of the two available system managed
|
|
1343
|
+
* aliases, $SAVED or $LATEST.</p>
|
|
1333
1344
|
* @public
|
|
1334
1345
|
*/
|
|
1335
1346
|
DataTableId: string | undefined;
|
|
1336
1347
|
/**
|
|
1337
|
-
* <p>The current primary values for the record. Required and must include values for all primary attributes. Fails if
|
|
1348
|
+
* <p>The current primary values for the record. Required and must include values for all primary attributes. Fails if
|
|
1349
|
+
* the table has primary attributes and some primary values are omitted.</p>
|
|
1338
1350
|
* @public
|
|
1339
1351
|
*/
|
|
1340
1352
|
PrimaryValues: PrimaryValue[] | undefined;
|
|
1341
1353
|
/**
|
|
1342
|
-
* <p>The new primary values for the record. Required and must include values for all primary attributes. The
|
|
1354
|
+
* <p>The new primary values for the record. Required and must include values for all primary attributes. The
|
|
1355
|
+
* combination must be unique within the table.</p>
|
|
1343
1356
|
* @public
|
|
1344
1357
|
*/
|
|
1345
1358
|
NewPrimaryValues: PrimaryValue[] | undefined;
|
|
@@ -1354,7 +1367,8 @@ export interface UpdateDataTablePrimaryValuesRequest {
|
|
|
1354
1367
|
*/
|
|
1355
1368
|
export interface UpdateDataTablePrimaryValuesResponse {
|
|
1356
1369
|
/**
|
|
1357
|
-
* <p>The updated lock version information for the data table and affected components after the primary values
|
|
1370
|
+
* <p>The updated lock version information for the data table and affected components after the primary values
|
|
1371
|
+
* change.</p>
|
|
1358
1372
|
* @public
|
|
1359
1373
|
*/
|
|
1360
1374
|
LockVersion: DataTableLockVersion | undefined;
|
|
@@ -2720,7 +2734,8 @@ export interface UpdateViewMetadataResponse {
|
|
|
2720
2734
|
*/
|
|
2721
2735
|
export interface UpdateWorkspaceMetadataRequest {
|
|
2722
2736
|
/**
|
|
2723
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
2737
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
2738
|
+
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
2724
2739
|
* @public
|
|
2725
2740
|
*/
|
|
2726
2741
|
InstanceId: string | undefined;
|
|
@@ -2755,7 +2770,8 @@ export interface UpdateWorkspaceMetadataResponse {
|
|
|
2755
2770
|
*/
|
|
2756
2771
|
export interface UpdateWorkspacePageRequest {
|
|
2757
2772
|
/**
|
|
2758
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
2773
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
2774
|
+
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
2759
2775
|
* @public
|
|
2760
2776
|
*/
|
|
2761
2777
|
InstanceId: string | undefined;
|
|
@@ -2800,7 +2816,8 @@ export interface UpdateWorkspacePageResponse {
|
|
|
2800
2816
|
*/
|
|
2801
2817
|
export interface UpdateWorkspaceThemeRequest {
|
|
2802
2818
|
/**
|
|
2803
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
2819
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
2820
|
+
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
2804
2821
|
* @public
|
|
2805
2822
|
*/
|
|
2806
2823
|
InstanceId: string | undefined;
|
|
@@ -2825,7 +2842,8 @@ export interface UpdateWorkspaceThemeResponse {
|
|
|
2825
2842
|
*/
|
|
2826
2843
|
export interface UpdateWorkspaceVisibilityRequest {
|
|
2827
2844
|
/**
|
|
2828
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
2845
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
2846
|
+
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
2829
2847
|
* @public
|
|
2830
2848
|
*/
|
|
2831
2849
|
InstanceId: string | undefined;
|
|
@@ -2835,7 +2853,9 @@ export interface UpdateWorkspaceVisibilityRequest {
|
|
|
2835
2853
|
*/
|
|
2836
2854
|
WorkspaceId: string | undefined;
|
|
2837
2855
|
/**
|
|
2838
|
-
* <p>The visibility setting for the workspace. Valid values are: <code>ALL</code> (available to all users),
|
|
2856
|
+
* <p>The visibility setting for the workspace. Valid values are: <code>ALL</code> (available to all users),
|
|
2857
|
+
* <code>ASSIGNED</code> (available only to assigned users and routing profiles), and <code>NONE</code> (not visible to
|
|
2858
|
+
* any users).</p>
|
|
2839
2859
|
* @public
|
|
2840
2860
|
*/
|
|
2841
2861
|
Visibility: Visibility | undefined;
|
|
@@ -3462,7 +3482,7 @@ export interface UserSearchCriteria {
|
|
|
3462
3482
|
*/
|
|
3463
3483
|
OrConditions?: UserSearchCriteria[] | undefined;
|
|
3464
3484
|
/**
|
|
3465
|
-
* <p>A list of conditions which would be applied together with an <code>AND</code> condition
|
|
3485
|
+
* <p>A list of conditions which would be applied together with an <code>AND</code> condition.</p>
|
|
3466
3486
|
* @public
|
|
3467
3487
|
*/
|
|
3468
3488
|
AndConditions?: UserSearchCriteria[] | undefined;
|
|
@@ -3779,12 +3799,14 @@ export interface SearchDataTablesRequest {
|
|
|
3779
3799
|
*/
|
|
3780
3800
|
MaxResults?: number | undefined;
|
|
3781
3801
|
/**
|
|
3782
|
-
* <p>Optional filters to apply to the search results, such as tag-based filtering for attribute-based access
|
|
3802
|
+
* <p>Optional filters to apply to the search results, such as tag-based filtering for attribute-based access
|
|
3803
|
+
* control.</p>
|
|
3783
3804
|
* @public
|
|
3784
3805
|
*/
|
|
3785
3806
|
SearchFilter?: DataTableSearchFilter | undefined;
|
|
3786
3807
|
/**
|
|
3787
|
-
* <p>Search criteria including string conditions for matching table names, descriptions, or resource IDs. Supports
|
|
3808
|
+
* <p>Search criteria including string conditions for matching table names, descriptions, or resource IDs. Supports
|
|
3809
|
+
* STARTS_WITH, CONTAINS, and EXACT comparison types.</p>
|
|
3788
3810
|
* @public
|
|
3789
3811
|
*/
|
|
3790
3812
|
SearchCriteria?: DataTableSearchCriteria | undefined;
|
|
@@ -4186,12 +4208,14 @@ export interface SearchUsersRequest {
|
|
|
4186
4208
|
*/
|
|
4187
4209
|
export interface SearchViewsRequest {
|
|
4188
4210
|
/**
|
|
4189
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
4211
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
4212
|
+
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
4190
4213
|
* @public
|
|
4191
4214
|
*/
|
|
4192
4215
|
InstanceId: string | undefined;
|
|
4193
4216
|
/**
|
|
4194
|
-
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
4217
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
4218
|
+
* retrieve the next set of results.</p>
|
|
4195
4219
|
* @public
|
|
4196
4220
|
*/
|
|
4197
4221
|
NextToken?: string | undefined;
|
|
@@ -4216,12 +4240,14 @@ export interface SearchViewsRequest {
|
|
|
4216
4240
|
*/
|
|
4217
4241
|
export interface SearchWorkspaceAssociationsRequest {
|
|
4218
4242
|
/**
|
|
4219
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
4243
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
4244
|
+
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
4220
4245
|
* @public
|
|
4221
4246
|
*/
|
|
4222
4247
|
InstanceId: string | undefined;
|
|
4223
4248
|
/**
|
|
4224
|
-
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
4249
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
4250
|
+
* retrieve the next set of results.</p>
|
|
4225
4251
|
* @public
|
|
4226
4252
|
*/
|
|
4227
4253
|
NextToken?: string | undefined;
|
|
@@ -4246,12 +4272,14 @@ export interface SearchWorkspaceAssociationsRequest {
|
|
|
4246
4272
|
*/
|
|
4247
4273
|
export interface SearchWorkspacesRequest {
|
|
4248
4274
|
/**
|
|
4249
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
4275
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
4276
|
+
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
4250
4277
|
* @public
|
|
4251
4278
|
*/
|
|
4252
4279
|
InstanceId: string | undefined;
|
|
4253
4280
|
/**
|
|
4254
|
-
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
4281
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
4282
|
+
* retrieve the next set of results.</p>
|
|
4255
4283
|
* @public
|
|
4256
4284
|
*/
|
|
4257
4285
|
NextToken?: string | undefined;
|
|
@@ -4535,6 +4563,13 @@ export interface StartChatContactRequest {
|
|
|
4535
4563
|
* @public
|
|
4536
4564
|
*/
|
|
4537
4565
|
CustomerId?: string | undefined;
|
|
4566
|
+
/**
|
|
4567
|
+
* <p>A list of participant types to automatically disconnect when the end customer ends the chat session, allowing them to continue through disconnect flows such as surveys or feedback forms.</p>
|
|
4568
|
+
* <p>Valid value: <code>AGENT</code>.</p>
|
|
4569
|
+
* <p>With the <code>DisconnectOnCustomerExit</code> parameter, you can configure automatic agent disconnection when end customers end the chat, ensuring that disconnect flows are triggered consistently regardless of which participant disconnects first.</p>
|
|
4570
|
+
* @public
|
|
4571
|
+
*/
|
|
4572
|
+
DisconnectOnCustomerExit?: DisconnectOnCustomerExitParticipantType[] | undefined;
|
|
4538
4573
|
}
|
|
4539
4574
|
/**
|
|
4540
4575
|
* @public
|
|
@@ -1207,6 +1207,7 @@ export declare var DataTableValueIdentifierList: StaticListSchema;
|
|
|
1207
1207
|
export declare var DataTableValueList: StaticListSchema;
|
|
1208
1208
|
export declare var DataTableValueSummaryList: StaticListSchema;
|
|
1209
1209
|
export declare var DefaultVocabularyList: StaticListSchema;
|
|
1210
|
+
export declare var DisconnectOnCustomerExit: number;
|
|
1210
1211
|
export declare var DistributionList: StaticListSchema;
|
|
1211
1212
|
export declare var EffectiveHoursOfOperationList: StaticListSchema;
|
|
1212
1213
|
export declare var EmailAddressList: StaticListSchema;
|
|
@@ -1396,6 +1396,11 @@ export declare const TrafficType: {
|
|
|
1396
1396
|
readonly GENERAL: "GENERAL";
|
|
1397
1397
|
};
|
|
1398
1398
|
export type TrafficType = (typeof TrafficType)[keyof typeof TrafficType];
|
|
1399
|
+
export declare const DisconnectOnCustomerExitParticipantType: {
|
|
1400
|
+
readonly AGENT: "AGENT";
|
|
1401
|
+
};
|
|
1402
|
+
export type DisconnectOnCustomerExitParticipantType =
|
|
1403
|
+
(typeof DisconnectOnCustomerExitParticipantType)[keyof typeof DisconnectOnCustomerExitParticipantType];
|
|
1399
1404
|
export declare const ResponseMode: {
|
|
1400
1405
|
readonly COMPLETE: "COMPLETE";
|
|
1401
1406
|
readonly INCREMENTAL: "INCREMENTAL";
|