@aws-sdk/client-connect 3.974.0 → 3.975.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.
Files changed (92) hide show
  1. package/README.md +77 -0
  2. package/dist-cjs/index.js +548 -24
  3. package/dist-es/Connect.js +22 -0
  4. package/dist-es/commands/CreateTestCaseCommand.js +16 -0
  5. package/dist-es/commands/DeleteTestCaseCommand.js +16 -0
  6. package/dist-es/commands/DescribeTestCaseCommand.js +16 -0
  7. package/dist-es/commands/GetTestCaseExecutionSummaryCommand.js +16 -0
  8. package/dist-es/commands/ListTestCaseExecutionRecordsCommand.js +16 -0
  9. package/dist-es/commands/ListTestCaseExecutionsCommand.js +16 -0
  10. package/dist-es/commands/ListTestCasesCommand.js +16 -0
  11. package/dist-es/commands/SearchTestCasesCommand.js +16 -0
  12. package/dist-es/commands/StartTestCaseExecutionCommand.js +16 -0
  13. package/dist-es/commands/StopTestCaseExecutionCommand.js +16 -0
  14. package/dist-es/commands/UpdateTestCaseCommand.js +16 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/models/enums.js +20 -0
  17. package/dist-es/models/errors.js +14 -0
  18. package/dist-es/pagination/ListTestCasesPaginator.js +4 -0
  19. package/dist-es/pagination/SearchTestCasesPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +2 -0
  21. package/dist-es/schemas/schemas_0.js +307 -25
  22. package/dist-types/Connect.d.ts +77 -0
  23. package/dist-types/ConnectClient.d.ts +13 -2
  24. package/dist-types/commands/CreateTestCaseCommand.d.ts +127 -0
  25. package/dist-types/commands/CreateWorkspacePageCommand.d.ts +1 -1
  26. package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteTestCaseCommand.d.ts +91 -0
  28. package/dist-types/commands/DescribeTestCaseCommand.d.ts +116 -0
  29. package/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +101 -0
  30. package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListAssociatedContactsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
  34. package/dist-types/commands/ListBotsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListTestCaseExecutionRecordsCommand.d.ts +105 -0
  36. package/dist-types/commands/ListTestCaseExecutionsCommand.d.ts +111 -0
  37. package/dist-types/commands/ListTestCasesCommand.d.ts +104 -0
  38. package/dist-types/commands/SearchTestCasesCommand.d.ts +167 -0
  39. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +1 -1
  40. package/dist-types/commands/SendOutboundEmailCommand.d.ts +1 -1
  41. package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -1
  42. package/dist-types/commands/StartChatContactCommand.d.ts +1 -2
  43. package/dist-types/commands/StartTestCaseExecutionCommand.d.ts +99 -0
  44. package/dist-types/commands/StopTestCaseExecutionCommand.d.ts +93 -0
  45. package/dist-types/commands/UpdateTestCaseCommand.d.ts +112 -0
  46. package/dist-types/commands/index.d.ts +11 -0
  47. package/dist-types/models/enums.d.ts +52 -0
  48. package/dist-types/models/errors.d.ts +17 -0
  49. package/dist-types/models/models_0.d.ts +113 -84
  50. package/dist-types/models/models_1.d.ts +267 -282
  51. package/dist-types/models/models_2.d.ts +578 -599
  52. package/dist-types/models/models_3.d.ts +774 -3
  53. package/dist-types/pagination/ListTestCasesPaginator.d.ts +7 -0
  54. package/dist-types/pagination/SearchTestCasesPaginator.d.ts +7 -0
  55. package/dist-types/pagination/index.d.ts +2 -0
  56. package/dist-types/schemas/schemas_0.d.ts +43 -0
  57. package/dist-types/ts3.4/Connect.d.ts +187 -0
  58. package/dist-types/ts3.4/ConnectClient.d.ts +66 -0
  59. package/dist-types/ts3.4/commands/CreateTestCaseCommand.d.ts +50 -0
  60. package/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/DeleteTestCaseCommand.d.ts +50 -0
  63. package/dist-types/ts3.4/commands/DescribeTestCaseCommand.d.ts +50 -0
  64. package/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +51 -0
  65. package/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +2 -4
  66. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListTestCaseExecutionRecordsCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/ListTestCaseExecutionsCommand.d.ts +51 -0
  72. package/dist-types/ts3.4/commands/ListTestCasesCommand.d.ts +50 -0
  73. package/dist-types/ts3.4/commands/SearchTestCasesCommand.d.ts +48 -0
  74. package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/StartAttachedFileUploadCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +4 -2
  78. package/dist-types/ts3.4/commands/StartTestCaseExecutionCommand.d.ts +51 -0
  79. package/dist-types/ts3.4/commands/StopTestCaseExecutionCommand.d.ts +51 -0
  80. package/dist-types/ts3.4/commands/UpdateTestCaseCommand.d.ts +50 -0
  81. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  82. package/dist-types/ts3.4/models/enums.d.ts +28 -0
  83. package/dist-types/ts3.4/models/errors.d.ts +8 -0
  84. package/dist-types/ts3.4/models/models_0.d.ts +28 -19
  85. package/dist-types/ts3.4/models/models_1.d.ts +65 -67
  86. package/dist-types/ts3.4/models/models_2.d.ts +137 -121
  87. package/dist-types/ts3.4/models/models_3.d.ts +167 -10
  88. package/dist-types/ts3.4/pagination/ListTestCasesPaginator.d.ts +11 -0
  89. package/dist-types/ts3.4/pagination/SearchTestCasesPaginator.d.ts +11 -0
  90. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  91. package/dist-types/ts3.4/schemas/schemas_0.d.ts +43 -0
  92. package/package.json +9 -9
@@ -1,5 +1,88 @@
1
- import { AgentAvailabilityTimer, AgentStatusType, AutoEvaluationStatus, Channel, Comparison, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactMetricName, ContactParticipantRole, ContactState, CurrentMetricName, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DirectoryType, EndpointType, EntityType, EvaluationQuestionAnswerAnalysisType, EvaluationStatus, EvaluationSuggestedAnswerStatus, EvaluationTranscriptType, EvaluationType, FileStatusType, FileUseCaseType, FilterV2StringConditionComparisonOperator, FlowAssociationResourceType, Grouping, HistoricalMetricName, InstanceAttributeType, InstanceReplicationStatus, InstanceStatus, InstanceStorageResourceType, IntervalPeriod, LexVersion, MediaStreamType, MediaType, NextContactType, OperationalStatus, OverrideType, ParticipantType, PhoneNumberCountryCode, PhoneNumberType, PhoneNumberWorkflowStatus, QuestionRuleCategoryAutomationCondition, QueueStatus, QuickConnectType, RecordingStatus, RulePublishStatus, SortOrder, Statistic, Status, StorageType, TaskTemplateStatus, TrafficDistributionGroupStatus, Unit, Visibility, VocabularyLanguageCode, VocabularyState } from "./enums";
2
- import { type AgentConfig, type AgentQualityMetrics, type AgentsCriteria, type AgentStatus, type AgentStatusIdentifier, type AgentStatusReference, type AudioQualityMetricsInfo, type CreatedByInfo, type DataTableLockVersion, type DeviceInfo, type ExternalInvocationConfiguration, type GranularAccessControlConfiguration, type InstanceStorageConfig, type LexBot, type LexV2Bot, type OutboundCallerConfig, type OutboundEmailConfig, type OverrideTimeSlice, type ParticipantCapabilities, type PredefinedAttributeValues, type QueueReference, type QuickConnectConfig, type RecurrenceConfig, type RuleTriggerEventSource, type TaskTemplateConstraints, type TaskTemplateDefaults, type UserIdentityInfo, type UserPhoneConfig, type Validation, type View, type WorkspaceTheme, AgentContactReference, AgentStatusSummary, AiAgentInfo, AliasConfiguration, AnalyticsDataAssociationResult, Distribution, FailedBatchAssociationSummary, HoursOfOperationConfig, HoursOfOperationOverrideConfig, MediaConcurrency, PrimaryValue, RoutingProfileQueueReference, RuleAction, SecurityProfileItem, SuccessfulBatchAssociationSummary, TaskTemplateField } from "./models_0";
1
+ import { AgentAvailabilityTimer, AgentStatusType, AutoEvaluationStatus, Channel, Comparison, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactMetricName, ContactParticipantRole, ContactState, CurrentMetricName, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DirectoryType, EndpointType, EntityType, EvaluationQuestionAnswerAnalysisType, EvaluationStatus, EvaluationSuggestedAnswerStatus, EvaluationTranscriptType, EvaluationType, FileStatusType, FileUseCaseType, FilterV2StringConditionComparisonOperator, FlowAssociationResourceType, Grouping, HistoricalMetricName, InstanceAttributeType, InstanceReplicationStatus, InstanceStatus, InstanceStorageResourceType, IntervalPeriod, MediaStreamType, MediaType, NextContactType, OperationalStatus, OverrideType, ParticipantType, PhoneNumberCountryCode, PhoneNumberType, PhoneNumberWorkflowStatus, QuestionRuleCategoryAutomationCondition, QueueStatus, QuickConnectType, RecordingStatus, RulePublishStatus, SortOrder, Statistic, Status, StorageType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TrafficDistributionGroupStatus, Unit, Visibility, VocabularyLanguageCode, VocabularyState } from "./enums";
2
+ import { type AgentConfig, type AgentQualityMetrics, type AgentsCriteria, type AgentStatus, type AgentStatusIdentifier, type AgentStatusReference, type AudioQualityMetricsInfo, type CreatedByInfo, type DataTableLockVersion, type DeviceInfo, type ExternalInvocationConfiguration, type GranularAccessControlConfiguration, type InstanceStorageConfig, type LexBot, type LexV2Bot, type OutboundCallerConfig, type OutboundEmailConfig, type OverrideTimeSlice, type ParticipantCapabilities, type PredefinedAttributeValues, type QueueReference, type QuickConnectConfig, type RecurrenceConfig, type RuleTriggerEventSource, type TaskTemplateConstraints, type TaskTemplateDefaults, type TestCaseEntryPoint, type UserIdentityInfo, type UserPhoneConfig, type Validation, type View, type WorkspaceTheme, AgentContactReference, AgentStatusSummary, AiAgentInfo, AliasConfiguration, AnalyticsDataAssociationResult, Distribution, FailedBatchAssociationSummary, HoursOfOperationConfig, HoursOfOperationOverrideConfig, MediaConcurrency, PrimaryValue, RoutingProfileQueueReference, RuleAction, SecurityProfileItem, SuccessfulBatchAssociationSummary, TaskTemplateField } from "./models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface CreateWorkspacePageRequest {
7
+ /**
8
+ * <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
9
+ * the Amazon Resource Name (ARN) of the instance.</p>
10
+ * @public
11
+ */
12
+ InstanceId: string | undefined;
13
+ /**
14
+ * <p>The identifier of the workspace.</p>
15
+ * @public
16
+ */
17
+ WorkspaceId: string | undefined;
18
+ /**
19
+ * <p>The Amazon Resource Name (ARN) of the view to associate with the page.</p>
20
+ * @public
21
+ */
22
+ ResourceArn: string | undefined;
23
+ /**
24
+ * <p>The page identifier. Valid system pages include <code>HOME</code> and <code>AGENT_EXPERIENCE</code>. Custom
25
+ * pages cannot use the <code>aws:</code> or <code>connect:</code> prefixes.</p>
26
+ * @public
27
+ */
28
+ Page: string | undefined;
29
+ /**
30
+ * <p>The URL-friendly identifier for the page.</p>
31
+ * @public
32
+ */
33
+ Slug?: string | undefined;
34
+ /**
35
+ * <p>A JSON string containing input parameters for the view, validated against the view's input schema.</p>
36
+ * @public
37
+ */
38
+ InputData?: string | undefined;
39
+ }
40
+ /**
41
+ * @public
42
+ */
43
+ export interface CreateWorkspacePageResponse {
44
+ }
45
+ /**
46
+ * @public
47
+ */
48
+ export interface DeactivateEvaluationFormRequest {
49
+ /**
50
+ * <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 the Amazon Resource Name (ARN) of the instance.</p>
51
+ * @public
52
+ */
53
+ InstanceId: string | undefined;
54
+ /**
55
+ * <p>The unique identifier for the evaluation form.</p>
56
+ * @public
57
+ */
58
+ EvaluationFormId: string | undefined;
59
+ /**
60
+ * <p>A version of the evaluation form. If the version property is not provided, the latest version of the evaluation form is
61
+ * deactivated.</p>
62
+ * @public
63
+ */
64
+ EvaluationFormVersion: number | undefined;
65
+ }
66
+ /**
67
+ * @public
68
+ */
69
+ export interface DeactivateEvaluationFormResponse {
70
+ /**
71
+ * <p>The unique identifier for the evaluation form.</p>
72
+ * @public
73
+ */
74
+ EvaluationFormId: string | undefined;
75
+ /**
76
+ * <p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>
77
+ * @public
78
+ */
79
+ EvaluationFormArn: string | undefined;
80
+ /**
81
+ * <p>The version of the deactivated evaluation form resource.</p>
82
+ * @public
83
+ */
84
+ EvaluationFormVersion: number | undefined;
85
+ }
3
86
  /**
4
87
  * Request to DeleteAttachedFile API
5
88
  * @public
@@ -472,6 +555,26 @@ export interface DeleteTaskTemplateRequest {
472
555
  */
473
556
  export interface DeleteTaskTemplateResponse {
474
557
  }
558
+ /**
559
+ * @public
560
+ */
561
+ export interface DeleteTestCaseRequest {
562
+ /**
563
+ * <p>The identifier of the Amazon Connect instance.</p>
564
+ * @public
565
+ */
566
+ InstanceId: string | undefined;
567
+ /**
568
+ * <p>The identifier of the test case to delete.</p>
569
+ * @public
570
+ */
571
+ TestCaseId: string | undefined;
572
+ }
573
+ /**
574
+ * @public
575
+ */
576
+ export interface DeleteTestCaseResponse {
577
+ }
475
578
  /**
476
579
  * @public
477
580
  */
@@ -3743,6 +3846,102 @@ export interface DescribeSecurityProfileResponse {
3743
3846
  */
3744
3847
  SecurityProfile?: SecurityProfile | undefined;
3745
3848
  }
3849
+ /**
3850
+ * @public
3851
+ */
3852
+ export interface DescribeTestCaseRequest {
3853
+ /**
3854
+ * <p>The identifier of the Amazon Connect instance.</p>
3855
+ * @public
3856
+ */
3857
+ InstanceId: string | undefined;
3858
+ /**
3859
+ * <p>The identifier of the test case.</p>
3860
+ * @public
3861
+ */
3862
+ TestCaseId: string | undefined;
3863
+ /**
3864
+ * <p>The status of the test case version to retrieve. If not specified, returns the published version if available, otherwise returns the saved version.</p>
3865
+ * @public
3866
+ */
3867
+ Status?: TestCaseStatus | undefined;
3868
+ }
3869
+ /**
3870
+ * <p>Contains information about a test case.</p>
3871
+ * @public
3872
+ */
3873
+ export interface TestCase {
3874
+ /**
3875
+ * <p>The Amazon Resource Name (ARN) of the test case.</p>
3876
+ * @public
3877
+ */
3878
+ Arn?: string | undefined;
3879
+ /**
3880
+ * <p>The identifier of the test case.</p>
3881
+ * @public
3882
+ */
3883
+ Id?: string | undefined;
3884
+ /**
3885
+ * <p>The name of the test case.</p>
3886
+ * @public
3887
+ */
3888
+ Name?: string | undefined;
3889
+ /**
3890
+ * <p>The JSON string that represents the content of the test.</p>
3891
+ * @public
3892
+ */
3893
+ Content?: string | undefined;
3894
+ /**
3895
+ * <p>Defines the starting point for the test, including channel type and parameters.</p>
3896
+ * @public
3897
+ */
3898
+ EntryPoint?: TestCaseEntryPoint | undefined;
3899
+ /**
3900
+ * <p>Defines the test attributes for precise data representation.</p>
3901
+ * @public
3902
+ */
3903
+ InitializationData?: string | undefined;
3904
+ /**
3905
+ * <p>The description of the test case.</p>
3906
+ * @public
3907
+ */
3908
+ Description?: string | undefined;
3909
+ /**
3910
+ * <p>Indicates the test status as either SAVED or PUBLISHED.</p>
3911
+ * @public
3912
+ */
3913
+ Status?: TestCaseStatus | undefined;
3914
+ /**
3915
+ * <p>The time at which the test case was last modified.</p>
3916
+ * @public
3917
+ */
3918
+ LastModifiedTime?: Date | undefined;
3919
+ /**
3920
+ * <p>The region in which the test case was last modified.</p>
3921
+ * @public
3922
+ */
3923
+ LastModifiedRegion?: string | undefined;
3924
+ /**
3925
+ * <p>The tags used to organize, track, or control access for this resource.</p>
3926
+ * @public
3927
+ */
3928
+ Tags?: Record<string, string> | undefined;
3929
+ /**
3930
+ * <p>The SHA256 hash of the test case content.</p>
3931
+ * @public
3932
+ */
3933
+ TestCaseSha256?: string | undefined;
3934
+ }
3935
+ /**
3936
+ * @public
3937
+ */
3938
+ export interface DescribeTestCaseResponse {
3939
+ /**
3940
+ * <p>The test case object containing all test case information.</p>
3941
+ * @public
3942
+ */
3943
+ TestCase?: TestCase | undefined;
3944
+ }
3746
3945
  /**
3747
3946
  * @public
3748
3947
  */
@@ -8591,6 +8790,72 @@ export interface GetTaskTemplateResponse {
8591
8790
  */
8592
8791
  Tags?: Record<string, string> | undefined;
8593
8792
  }
8793
+ /**
8794
+ * @public
8795
+ */
8796
+ export interface GetTestCaseExecutionSummaryRequest {
8797
+ /**
8798
+ * <p>The identifier of the Amazon Connect instance.</p>
8799
+ * @public
8800
+ */
8801
+ InstanceId: string | undefined;
8802
+ /**
8803
+ * <p>The identifier of the test case.</p>
8804
+ * @public
8805
+ */
8806
+ TestCaseId: string | undefined;
8807
+ /**
8808
+ * <p>The identifier of the test case execution.</p>
8809
+ * @public
8810
+ */
8811
+ TestCaseExecutionId: string | undefined;
8812
+ }
8813
+ /**
8814
+ * <p>Contains summary statistics about a test case execution.</p>
8815
+ * @public
8816
+ */
8817
+ export interface ObservationSummary {
8818
+ /**
8819
+ * <p>The total number of observations in the test case.</p>
8820
+ * @public
8821
+ */
8822
+ TotalObservations?: number | undefined;
8823
+ /**
8824
+ * <p>The number of observations that passed during execution.</p>
8825
+ * @public
8826
+ */
8827
+ ObservationsPassed?: number | undefined;
8828
+ /**
8829
+ * <p>The number of observations that failed during execution.</p>
8830
+ * @public
8831
+ */
8832
+ ObservationsFailed?: number | undefined;
8833
+ }
8834
+ /**
8835
+ * @public
8836
+ */
8837
+ export interface GetTestCaseExecutionSummaryResponse {
8838
+ /**
8839
+ * <p>The timestamp when the test case execution started.</p>
8840
+ * @public
8841
+ */
8842
+ StartTime?: Date | undefined;
8843
+ /**
8844
+ * <p>The timestamp when the test case execution ended.</p>
8845
+ * @public
8846
+ */
8847
+ EndTime?: Date | undefined;
8848
+ /**
8849
+ * <p>The status of the test case execution.</p>
8850
+ * @public
8851
+ */
8852
+ Status?: TestCaseExecutionStatus | undefined;
8853
+ /**
8854
+ * <p>Summary statistics for the test case execution.</p>
8855
+ * @public
8856
+ */
8857
+ ObservationSummary?: ObservationSummary | undefined;
8858
+ }
8594
8859
  /**
8595
8860
  * @public
8596
8861
  */
@@ -8879,283 +9144,3 @@ export interface AnalyticsDataSetsResult {
8879
9144
  */
8880
9145
  DataSetName?: string | undefined;
8881
9146
  }
8882
- /**
8883
- * @public
8884
- */
8885
- export interface ListAnalyticsDataLakeDataSetsResponse {
8886
- /**
8887
- * <p>An array of successful results: <code>DataSetId</code>, <code>DataSetName</code>. This is a paginated API, so
8888
- * <code>nextToken</code> is given if there are more results to be returned.</p>
8889
- * @public
8890
- */
8891
- Results?: AnalyticsDataSetsResult[] | undefined;
8892
- /**
8893
- * <p>If there are additional results, this is the token for the next set of results.</p>
8894
- * @public
8895
- */
8896
- NextToken?: string | undefined;
8897
- }
8898
- /**
8899
- * @public
8900
- */
8901
- export interface ListApprovedOriginsRequest {
8902
- /**
8903
- * <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 the Amazon Resource Name (ARN) of the instance.</p>
8904
- * @public
8905
- */
8906
- InstanceId: string | undefined;
8907
- /**
8908
- * <p>The token for the next set of results. Use the value returned in the previous
8909
- * response in the next request to retrieve the next set of results.</p>
8910
- * @public
8911
- */
8912
- NextToken?: string | undefined;
8913
- /**
8914
- * <p>The maximum number of results to return per page.</p>
8915
- * @public
8916
- */
8917
- MaxResults?: number | undefined;
8918
- }
8919
- /**
8920
- * @public
8921
- */
8922
- export interface ListApprovedOriginsResponse {
8923
- /**
8924
- * <p>The approved origins.</p>
8925
- * @public
8926
- */
8927
- Origins?: string[] | undefined;
8928
- /**
8929
- * <p>If there are additional results, this is the token for the next set of results.</p>
8930
- * @public
8931
- */
8932
- NextToken?: string | undefined;
8933
- }
8934
- /**
8935
- * @public
8936
- */
8937
- export interface ListAssociatedContactsRequest {
8938
- /**
8939
- * <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 the Amazon Resource Name (ARN) of the instance.</p>
8940
- * @public
8941
- */
8942
- InstanceId: string | undefined;
8943
- /**
8944
- * <p>The identifier of the contact in this instance of Amazon Connect. </p>
8945
- * @public
8946
- */
8947
- ContactId: string | undefined;
8948
- /**
8949
- * <p>The maximum number of results to return per page. </p>
8950
- * @public
8951
- */
8952
- MaxResults?: number | undefined;
8953
- /**
8954
- * <p>The token for the next set of results. Use the value returned in the previous
8955
- * response in the next request to retrieve the next set of results.</p>
8956
- * @public
8957
- */
8958
- NextToken?: string | undefined;
8959
- }
8960
- /**
8961
- * <p>Contact summary of a contact in contact tree associated with unique identifier.</p>
8962
- * @public
8963
- */
8964
- export interface AssociatedContactSummary {
8965
- /**
8966
- * <p>The identifier of the contact in this instance of Amazon Connect. </p>
8967
- * @public
8968
- */
8969
- ContactId?: string | undefined;
8970
- /**
8971
- * <p>The Amazon Resource Name (ARN) of the contact</p>
8972
- * @public
8973
- */
8974
- ContactArn?: string | undefined;
8975
- /**
8976
- * <p>The date and time this contact was initiated, in UTC time.</p>
8977
- * @public
8978
- */
8979
- InitiationTimestamp?: Date | undefined;
8980
- /**
8981
- * <p>The date and time that the customer endpoint disconnected from the current contact, in UTC time. In transfer
8982
- * scenarios, the DisconnectTimestamp of the previous contact indicates the date and time when that contact
8983
- * ended.</p>
8984
- * @public
8985
- */
8986
- DisconnectTimestamp?: Date | undefined;
8987
- /**
8988
- * <p>If this contact is related to other contacts, this is the ID of the initial contact.</p>
8989
- * @public
8990
- */
8991
- InitialContactId?: string | undefined;
8992
- /**
8993
- * <p>If this contact is not the first contact, this is the ID of the previous contact.</p>
8994
- * @public
8995
- */
8996
- PreviousContactId?: string | undefined;
8997
- /**
8998
- * <p>The contactId that is related to this contact.</p>
8999
- * @public
9000
- */
9001
- RelatedContactId?: string | undefined;
9002
- /**
9003
- * <p>Indicates how the contact was initiated.</p>
9004
- * @public
9005
- */
9006
- InitiationMethod?: ContactInitiationMethod | undefined;
9007
- /**
9008
- * <p>How the contact reached your contact center.</p>
9009
- * @public
9010
- */
9011
- Channel?: Channel | undefined;
9012
- }
9013
- /**
9014
- * @public
9015
- */
9016
- export interface ListAssociatedContactsResponse {
9017
- /**
9018
- * <p>List of the contact summary for all the contacts in contact tree associated with unique identifier.</p>
9019
- * @public
9020
- */
9021
- ContactSummaryList?: AssociatedContactSummary[] | undefined;
9022
- /**
9023
- * <p>If there are additional results, this is the token for the next set of results.</p>
9024
- * @public
9025
- */
9026
- NextToken?: string | undefined;
9027
- }
9028
- /**
9029
- * @public
9030
- */
9031
- export interface ListAuthenticationProfilesRequest {
9032
- /**
9033
- * <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 the Amazon Resource Name (ARN) of the instance.</p>
9034
- * @public
9035
- */
9036
- InstanceId: string | undefined;
9037
- /**
9038
- * <p>The maximum number of results to return per page.</p>
9039
- * @public
9040
- */
9041
- MaxResults?: number | undefined;
9042
- /**
9043
- * <p>The token for the next set of results. Use the value returned in the previous
9044
- * response in the next request to retrieve the next set of results.</p>
9045
- * @public
9046
- */
9047
- NextToken?: string | undefined;
9048
- }
9049
- /**
9050
- * <p>This API is in preview release for Amazon Connect and is subject to change. To
9051
- * request access to this API, contact Amazon Web Services Support.</p>
9052
- * <p>A summary of a given authentication profile.</p>
9053
- * @public
9054
- */
9055
- export interface AuthenticationProfileSummary {
9056
- /**
9057
- * <p>The unique identifier of the authentication profile.</p>
9058
- * @public
9059
- */
9060
- Id?: string | undefined;
9061
- /**
9062
- * <p>The Amazon Resource Name (ARN) of the authentication profile summary.</p>
9063
- * @public
9064
- */
9065
- Arn?: string | undefined;
9066
- /**
9067
- * <p>The name of the authentication profile summary.</p>
9068
- * @public
9069
- */
9070
- Name?: string | undefined;
9071
- /**
9072
- * <p>Shows whether the authentication profile is the default authentication profile for the Amazon Connect
9073
- * instance. The default authentication profile applies to all agents in an Amazon Connect instance, unless
9074
- * overridden by another authentication profile.</p>
9075
- * @public
9076
- */
9077
- IsDefault?: boolean | undefined;
9078
- /**
9079
- * <p>The timestamp when the authentication profile summary was last modified.</p>
9080
- * @public
9081
- */
9082
- LastModifiedTime?: Date | undefined;
9083
- /**
9084
- * <p>The Amazon Web Services Region when the authentication profile summary was last modified.</p>
9085
- * @public
9086
- */
9087
- LastModifiedRegion?: string | undefined;
9088
- }
9089
- /**
9090
- * @public
9091
- */
9092
- export interface ListAuthenticationProfilesResponse {
9093
- /**
9094
- * <p>A summary of a given authentication profile.</p>
9095
- * @public
9096
- */
9097
- AuthenticationProfileSummaryList?: AuthenticationProfileSummary[] | undefined;
9098
- /**
9099
- * <p>If there are additional results, this is the token for the next set of results.</p>
9100
- * @public
9101
- */
9102
- NextToken?: string | undefined;
9103
- }
9104
- /**
9105
- * @public
9106
- */
9107
- export interface ListBotsRequest {
9108
- /**
9109
- * <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 the Amazon Resource Name (ARN) of the instance.</p>
9110
- * @public
9111
- */
9112
- InstanceId: string | undefined;
9113
- /**
9114
- * <p>The token for the next set of results. Use the value returned in the previous
9115
- * response in the next request to retrieve the next set of results.</p>
9116
- * @public
9117
- */
9118
- NextToken?: string | undefined;
9119
- /**
9120
- * <p>The maximum number of results to return per page.</p>
9121
- * @public
9122
- */
9123
- MaxResults?: number | undefined;
9124
- /**
9125
- * <p>The version of Amazon Lex or Amazon Lex V2.</p>
9126
- * @public
9127
- */
9128
- LexVersion: LexVersion | undefined;
9129
- }
9130
- /**
9131
- * <p>Configuration information of an Amazon Lex or Amazon Lex V2 bot.</p>
9132
- * @public
9133
- */
9134
- export interface LexBotConfig {
9135
- /**
9136
- * <p>Configuration information of an Amazon Lex bot.</p>
9137
- * @public
9138
- */
9139
- LexBot?: LexBot | undefined;
9140
- /**
9141
- * <p>Configuration information of an Amazon Lex V2 bot.</p>
9142
- * @public
9143
- */
9144
- LexV2Bot?: LexV2Bot | undefined;
9145
- }
9146
- /**
9147
- * @public
9148
- */
9149
- export interface ListBotsResponse {
9150
- /**
9151
- * <p>The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified
9152
- * instance.</p>
9153
- * @public
9154
- */
9155
- LexBots?: LexBotConfig[] | undefined;
9156
- /**
9157
- * <p>If there are additional results, this is the token for the next set of results.</p>
9158
- * @public
9159
- */
9160
- NextToken?: string | undefined;
9161
- }