@aws-sdk/client-connect 3.703.0 → 3.711.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 (120) hide show
  1. package/README.md +74 -2
  2. package/dist-cjs/index.js +583 -109
  3. package/dist-es/Connect.js +18 -0
  4. package/dist-es/commands/CreateContactCommand.js +1 -1
  5. package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
  6. package/dist-es/commands/CreatePushNotificationRegistrationCommand.js +22 -0
  7. package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
  8. package/dist-es/commands/DeletePushNotificationRegistrationCommand.js +22 -0
  9. package/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +22 -0
  10. package/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +22 -0
  11. package/dist-es/commands/ListHoursOfOperationOverridesCommand.js +22 -0
  12. package/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +22 -0
  13. package/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +22 -0
  14. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
  15. package/dist-es/commands/UpdateViewContentCommand.js +1 -1
  16. package/dist-es/commands/UpdateViewMetadataCommand.js +1 -1
  17. package/dist-es/commands/index.js +9 -0
  18. package/dist-es/models/models_0.js +14 -0
  19. package/dist-es/models/models_1.js +0 -33
  20. package/dist-es/models/models_2.js +53 -45
  21. package/dist-es/models/models_3.js +32 -0
  22. package/dist-es/pagination/ListHoursOfOperationOverridesPaginator.js +4 -0
  23. package/dist-es/pagination/SearchHoursOfOperationOverridesPaginator.js +4 -0
  24. package/dist-es/pagination/index.js +2 -0
  25. package/dist-es/protocols/Aws_restJson1.js +280 -1
  26. package/dist-types/Connect.d.ts +65 -2
  27. package/dist-types/ConnectClient.d.ts +13 -4
  28. package/dist-types/commands/CreateContactCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
  31. package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +101 -0
  32. package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
  33. package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
  34. package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +86 -0
  35. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteViewCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteViewVersionCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -2
  43. package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
  44. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -2
  45. package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
  46. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +2 -3
  47. package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +115 -0
  48. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -2
  49. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +4 -0
  50. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +168 -0
  51. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +2 -2
  52. package/dist-types/commands/StartOutboundChatContactCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +109 -0
  54. package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -1
  67. package/dist-types/commands/index.d.ts +9 -0
  68. package/dist-types/index.d.ts +2 -2
  69. package/dist-types/models/models_0.d.ts +250 -154
  70. package/dist-types/models/models_1.d.ts +384 -496
  71. package/dist-types/models/models_2.d.ts +3508 -3653
  72. package/dist-types/models/models_3.d.ts +791 -7
  73. package/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +7 -0
  74. package/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +7 -0
  75. package/dist-types/pagination/index.d.ts +2 -0
  76. package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
  77. package/dist-types/ts3.4/Connect.d.ts +165 -0
  78. package/dist-types/ts3.4/ConnectClient.d.ts +54 -0
  79. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
  82. package/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
  84. package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +4 -2
  93. package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +51 -0
  96. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -2
  97. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +49 -0
  98. package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +47 -0
  99. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -4
  100. package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +64 -37
  113. package/dist-types/ts3.4/models/models_1.d.ts +87 -142
  114. package/dist-types/ts3.4/models/models_2.d.ts +185 -212
  115. package/dist-types/ts3.4/models/models_3.d.ts +218 -5
  116. package/dist-types/ts3.4/pagination/ListHoursOfOperationOverridesPaginator.d.ts +11 -0
  117. package/dist-types/ts3.4/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  119. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
  120. package/package.json +35 -35
@@ -3,25 +3,20 @@ import { ConnectServiceException as __BaseException } from "./ConnectServiceExce
3
3
  import {
4
4
  ActionSummary,
5
5
  AgentAvailabilityTimer,
6
- AgentConfig,
7
6
  AgentHierarchyGroups,
8
7
  AgentStatus,
9
8
  AgentStatusState,
10
9
  AllowedCapabilities,
11
10
  Application,
12
11
  Channel,
13
- ContactFlowStatus,
14
- ContactFlowType,
15
12
  ContactInitiationMethod,
16
13
  ControlPlaneAttributeFilter,
17
14
  CreatedByInfo,
18
- EvaluationFormQuestion,
19
- EvaluationFormScoringStrategy,
20
15
  EventSourceName,
21
16
  FileStatusType,
22
17
  FileUseCaseType,
23
18
  HoursOfOperationConfig,
24
- InitiateAs,
19
+ HoursOfOperationOverrideConfig,
25
20
  InstanceStorageConfig,
26
21
  InstanceStorageResourceType,
27
22
  MediaConcurrency,
@@ -44,12 +39,8 @@ import {
44
39
  TaskTemplateField,
45
40
  TaskTemplateStatus,
46
41
  UseCaseType,
47
- UserIdentityInfo,
48
- UserInfo,
49
42
  UserPhoneConfig,
50
43
  UserProficiency,
51
- View,
52
- ViewInputContent,
53
44
  ViewStatus,
54
45
  ViewType,
55
46
  VocabularyLanguageCode,
@@ -65,6 +56,7 @@ import {
65
56
  HierarchyGroup,
66
57
  HierarchyGroupSummary,
67
58
  HoursOfOperation,
59
+ HoursOfOperationOverride,
68
60
  InstanceAttributeType,
69
61
  PhoneNumberCountryCode,
70
62
  PhoneNumberType,
@@ -73,19 +65,153 @@ import {
73
65
  Queue,
74
66
  QueueStatus,
75
67
  QuickConnect,
76
- RealTimeContactAnalysisSegmentAttachments,
77
- RealTimeContactAnalysisSegmentCategories,
78
- RealTimeContactAnalysisSegmentEvent,
79
- RealTimeContactAnalysisSegmentIssues,
80
- RealTimeContactAnalysisSegmentPostContactSummary,
81
- RealTimeContactAnalysisSegmentTranscript,
82
- RealTimeContactAnalysisSupportedChannel,
68
+ RealTimeContactAnalysisOutputType,
69
+ RealTimeContactAnalysisSegmentType,
83
70
  RoutingProfile,
84
- SignInConfig,
85
71
  SortOrder,
86
- TelephonyConfig,
87
72
  TrafficDistributionGroupStatus,
88
73
  } from "./models_1";
74
+ export interface ListRealtimeContactAnalysisSegmentsV2Request {
75
+ InstanceId: string | undefined;
76
+ ContactId: string | undefined;
77
+ MaxResults?: number | undefined;
78
+ NextToken?: string | undefined;
79
+ OutputType: RealTimeContactAnalysisOutputType | undefined;
80
+ SegmentTypes: RealTimeContactAnalysisSegmentType[] | undefined;
81
+ }
82
+ export declare const RealTimeContactAnalysisSupportedChannel: {
83
+ readonly CHAT: "CHAT";
84
+ readonly VOICE: "VOICE";
85
+ };
86
+ export type RealTimeContactAnalysisSupportedChannel =
87
+ (typeof RealTimeContactAnalysisSupportedChannel)[keyof typeof RealTimeContactAnalysisSupportedChannel];
88
+ export declare const ArtifactStatus: {
89
+ readonly APPROVED: "APPROVED";
90
+ readonly IN_PROGRESS: "IN_PROGRESS";
91
+ readonly REJECTED: "REJECTED";
92
+ };
93
+ export type ArtifactStatus =
94
+ (typeof ArtifactStatus)[keyof typeof ArtifactStatus];
95
+ export interface RealTimeContactAnalysisAttachment {
96
+ AttachmentName: string | undefined;
97
+ ContentType?: string | undefined;
98
+ AttachmentId: string | undefined;
99
+ Status?: ArtifactStatus | undefined;
100
+ }
101
+ export type RealTimeContactAnalysisTimeData =
102
+ | RealTimeContactAnalysisTimeData.AbsoluteTimeMember
103
+ | RealTimeContactAnalysisTimeData.$UnknownMember;
104
+ export declare namespace RealTimeContactAnalysisTimeData {
105
+ interface AbsoluteTimeMember {
106
+ AbsoluteTime: Date;
107
+ $unknown?: never;
108
+ }
109
+ interface $UnknownMember {
110
+ AbsoluteTime?: never;
111
+ $unknown: [string, any];
112
+ }
113
+ interface Visitor<T> {
114
+ AbsoluteTime: (value: Date) => T;
115
+ _: (name: string, value: any) => T;
116
+ }
117
+ const visit: <T>(
118
+ value: RealTimeContactAnalysisTimeData,
119
+ visitor: Visitor<T>
120
+ ) => T;
121
+ }
122
+ export interface RealTimeContactAnalysisSegmentAttachments {
123
+ Id: string | undefined;
124
+ ParticipantId: string | undefined;
125
+ ParticipantRole: ParticipantRole | undefined;
126
+ DisplayName?: string | undefined;
127
+ Attachments: RealTimeContactAnalysisAttachment[] | undefined;
128
+ Time: RealTimeContactAnalysisTimeData | undefined;
129
+ }
130
+ export interface RealTimeContactAnalysisCharacterInterval {
131
+ BeginOffsetChar: number | undefined;
132
+ EndOffsetChar: number | undefined;
133
+ }
134
+ export interface RealTimeContactAnalysisTranscriptItemWithCharacterOffsets {
135
+ Id: string | undefined;
136
+ CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
137
+ }
138
+ export interface RealTimeContactAnalysisPointOfInterest {
139
+ TranscriptItems?:
140
+ | RealTimeContactAnalysisTranscriptItemWithCharacterOffsets[]
141
+ | undefined;
142
+ }
143
+ export interface RealTimeContactAnalysisCategoryDetails {
144
+ PointsOfInterest: RealTimeContactAnalysisPointOfInterest[] | undefined;
145
+ }
146
+ export interface RealTimeContactAnalysisSegmentCategories {
147
+ MatchedDetails:
148
+ | Record<string, RealTimeContactAnalysisCategoryDetails>
149
+ | undefined;
150
+ }
151
+ export interface RealTimeContactAnalysisSegmentEvent {
152
+ Id: string | undefined;
153
+ ParticipantId?: string | undefined;
154
+ ParticipantRole?: ParticipantRole | undefined;
155
+ DisplayName?: string | undefined;
156
+ EventType: string | undefined;
157
+ Time: RealTimeContactAnalysisTimeData | undefined;
158
+ }
159
+ export interface RealTimeContactAnalysisTranscriptItemWithContent {
160
+ Content?: string | undefined;
161
+ Id: string | undefined;
162
+ CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
163
+ }
164
+ export interface RealTimeContactAnalysisIssueDetected {
165
+ TranscriptItems:
166
+ | RealTimeContactAnalysisTranscriptItemWithContent[]
167
+ | undefined;
168
+ }
169
+ export interface RealTimeContactAnalysisSegmentIssues {
170
+ IssuesDetected: RealTimeContactAnalysisIssueDetected[] | undefined;
171
+ }
172
+ export declare const RealTimeContactAnalysisPostContactSummaryFailureCode: {
173
+ readonly FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES";
174
+ readonly INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT";
175
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
176
+ readonly INVALID_ANALYSIS_CONFIGURATION: "INVALID_ANALYSIS_CONFIGURATION";
177
+ readonly QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
178
+ };
179
+ export type RealTimeContactAnalysisPostContactSummaryFailureCode =
180
+ (typeof RealTimeContactAnalysisPostContactSummaryFailureCode)[keyof typeof RealTimeContactAnalysisPostContactSummaryFailureCode];
181
+ export declare const RealTimeContactAnalysisPostContactSummaryStatus: {
182
+ readonly COMPLETED: "COMPLETED";
183
+ readonly FAILED: "FAILED";
184
+ };
185
+ export type RealTimeContactAnalysisPostContactSummaryStatus =
186
+ (typeof RealTimeContactAnalysisPostContactSummaryStatus)[keyof typeof RealTimeContactAnalysisPostContactSummaryStatus];
187
+ export interface RealTimeContactAnalysisSegmentPostContactSummary {
188
+ Content?: string | undefined;
189
+ Status: RealTimeContactAnalysisPostContactSummaryStatus | undefined;
190
+ FailureCode?:
191
+ | RealTimeContactAnalysisPostContactSummaryFailureCode
192
+ | undefined;
193
+ }
194
+ export interface RealTimeContactAnalysisTranscriptItemRedaction {
195
+ CharacterOffsets?: RealTimeContactAnalysisCharacterInterval[] | undefined;
196
+ }
197
+ export declare const RealTimeContactAnalysisSentimentLabel: {
198
+ readonly NEGATIVE: "NEGATIVE";
199
+ readonly NEUTRAL: "NEUTRAL";
200
+ readonly POSITIVE: "POSITIVE";
201
+ };
202
+ export type RealTimeContactAnalysisSentimentLabel =
203
+ (typeof RealTimeContactAnalysisSentimentLabel)[keyof typeof RealTimeContactAnalysisSentimentLabel];
204
+ export interface RealTimeContactAnalysisSegmentTranscript {
205
+ Id: string | undefined;
206
+ ParticipantId: string | undefined;
207
+ ParticipantRole: ParticipantRole | undefined;
208
+ DisplayName?: string | undefined;
209
+ Content: string | undefined;
210
+ ContentType?: string | undefined;
211
+ Time: RealTimeContactAnalysisTimeData | undefined;
212
+ Redaction?: RealTimeContactAnalysisTranscriptItemRedaction | undefined;
213
+ Sentiment?: RealTimeContactAnalysisSentimentLabel | undefined;
214
+ }
89
215
  export type RealtimeContactAnalysisSegment =
90
216
  | RealtimeContactAnalysisSegment.AttachmentsMember
91
217
  | RealtimeContactAnalysisSegment.CategoriesMember
@@ -683,9 +809,28 @@ export interface SearchEmailAddressesResponse {
683
809
  EmailAddresses?: EmailAddressMetadata[] | undefined;
684
810
  ApproximateTotalCount?: number | undefined;
685
811
  }
812
+ export declare const DateComparisonType: {
813
+ readonly EQUAL_TO: "EQUAL_TO";
814
+ readonly GREATER_THAN: "GREATER_THAN";
815
+ readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
816
+ readonly LESS_THAN: "LESS_THAN";
817
+ readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
818
+ };
819
+ export type DateComparisonType =
820
+ (typeof DateComparisonType)[keyof typeof DateComparisonType];
821
+ export interface DateCondition {
822
+ FieldName?: string | undefined;
823
+ Value?: string | undefined;
824
+ ComparisonType?: DateComparisonType | undefined;
825
+ }
686
826
  export interface HoursOfOperationSearchFilter {
687
827
  TagFilter?: ControlPlaneTagFilter | undefined;
688
828
  }
829
+ export interface SearchHoursOfOperationOverridesResponse {
830
+ HoursOfOperationOverrides?: HoursOfOperationOverride[] | undefined;
831
+ NextToken?: string | undefined;
832
+ ApproximateTotalCount?: number | undefined;
833
+ }
689
834
  export interface SearchHoursOfOperationsResponse {
690
835
  HoursOfOperations?: HoursOfOperation[] | undefined;
691
836
  NextToken?: string | undefined;
@@ -1391,6 +1536,27 @@ export interface UpdateHoursOfOperationRequest {
1391
1536
  TimeZone?: string | undefined;
1392
1537
  Config?: HoursOfOperationConfig[] | undefined;
1393
1538
  }
1539
+ export declare class ConditionalOperationFailedException extends __BaseException {
1540
+ readonly name: "ConditionalOperationFailedException";
1541
+ readonly $fault: "client";
1542
+ Message?: string | undefined;
1543
+ constructor(
1544
+ opts: __ExceptionOptionType<
1545
+ ConditionalOperationFailedException,
1546
+ __BaseException
1547
+ >
1548
+ );
1549
+ }
1550
+ export interface UpdateHoursOfOperationOverrideRequest {
1551
+ InstanceId: string | undefined;
1552
+ HoursOfOperationId: string | undefined;
1553
+ HoursOfOperationOverrideId: string | undefined;
1554
+ Name?: string | undefined;
1555
+ Description?: string | undefined;
1556
+ Config?: HoursOfOperationOverrideConfig[] | undefined;
1557
+ EffectiveFrom?: string | undefined;
1558
+ EffectiveTill?: string | undefined;
1559
+ }
1394
1560
  export interface UpdateInstanceAttributeRequest {
1395
1561
  InstanceId: string | undefined;
1396
1562
  AttributeType: InstanceAttributeType | undefined;
@@ -1533,17 +1699,6 @@ export interface UpdateQueueOutboundCallerConfigRequest {
1533
1699
  QueueId: string | undefined;
1534
1700
  OutboundCallerConfig: OutboundCallerConfig | undefined;
1535
1701
  }
1536
- export declare class ConditionalOperationFailedException extends __BaseException {
1537
- readonly name: "ConditionalOperationFailedException";
1538
- readonly $fault: "client";
1539
- Message?: string | undefined;
1540
- constructor(
1541
- opts: __ExceptionOptionType<
1542
- ConditionalOperationFailedException,
1543
- __BaseException
1544
- >
1545
- );
1546
- }
1547
1702
  export interface UpdateQueueOutboundEmailConfigRequest {
1548
1703
  InstanceId: string | undefined;
1549
1704
  QueueId: string | undefined;
@@ -1622,173 +1777,6 @@ export interface UpdateTaskTemplateRequest {
1622
1777
  Status?: TaskTemplateStatus | undefined;
1623
1778
  Fields?: TaskTemplateField[] | undefined;
1624
1779
  }
1625
- export interface UpdateTaskTemplateResponse {
1626
- InstanceId?: string | undefined;
1627
- Id?: string | undefined;
1628
- Arn?: string | undefined;
1629
- Name?: string | undefined;
1630
- Description?: string | undefined;
1631
- ContactFlowId?: string | undefined;
1632
- SelfAssignFlowId?: string | undefined;
1633
- Constraints?: TaskTemplateConstraints | undefined;
1634
- Defaults?: TaskTemplateDefaults | undefined;
1635
- Fields?: TaskTemplateField[] | undefined;
1636
- Status?: TaskTemplateStatus | undefined;
1637
- LastModifiedTime?: Date | undefined;
1638
- CreatedTime?: Date | undefined;
1639
- }
1640
- export interface UpdateTrafficDistributionRequest {
1641
- Id: string | undefined;
1642
- TelephonyConfig?: TelephonyConfig | undefined;
1643
- SignInConfig?: SignInConfig | undefined;
1644
- AgentConfig?: AgentConfig | undefined;
1645
- }
1646
- export interface UpdateTrafficDistributionResponse {}
1647
- export interface UpdateUserHierarchyRequest {
1648
- HierarchyGroupId?: string | undefined;
1649
- UserId: string | undefined;
1650
- InstanceId: string | undefined;
1651
- }
1652
- export interface UpdateUserHierarchyGroupNameRequest {
1653
- Name: string | undefined;
1654
- HierarchyGroupId: string | undefined;
1655
- InstanceId: string | undefined;
1656
- }
1657
- export interface HierarchyLevelUpdate {
1658
- Name: string | undefined;
1659
- }
1660
- export interface HierarchyStructureUpdate {
1661
- LevelOne?: HierarchyLevelUpdate | undefined;
1662
- LevelTwo?: HierarchyLevelUpdate | undefined;
1663
- LevelThree?: HierarchyLevelUpdate | undefined;
1664
- LevelFour?: HierarchyLevelUpdate | undefined;
1665
- LevelFive?: HierarchyLevelUpdate | undefined;
1666
- }
1667
- export interface UpdateUserHierarchyStructureRequest {
1668
- HierarchyStructure: HierarchyStructureUpdate | undefined;
1669
- InstanceId: string | undefined;
1670
- }
1671
- export interface UpdateUserIdentityInfoRequest {
1672
- IdentityInfo: UserIdentityInfo | undefined;
1673
- UserId: string | undefined;
1674
- InstanceId: string | undefined;
1675
- }
1676
- export interface UpdateUserPhoneConfigRequest {
1677
- PhoneConfig: UserPhoneConfig | undefined;
1678
- UserId: string | undefined;
1679
- InstanceId: string | undefined;
1680
- }
1681
- export interface UpdateUserProficienciesRequest {
1682
- InstanceId: string | undefined;
1683
- UserId: string | undefined;
1684
- UserProficiencies: UserProficiency[] | undefined;
1685
- }
1686
- export interface UpdateUserRoutingProfileRequest {
1687
- RoutingProfileId: string | undefined;
1688
- UserId: string | undefined;
1689
- InstanceId: string | undefined;
1690
- }
1691
- export interface UpdateUserSecurityProfilesRequest {
1692
- SecurityProfileIds: string[] | undefined;
1693
- UserId: string | undefined;
1694
- InstanceId: string | undefined;
1695
- }
1696
- export interface UpdateViewContentRequest {
1697
- InstanceId: string | undefined;
1698
- ViewId: string | undefined;
1699
- Status: ViewStatus | undefined;
1700
- Content: ViewInputContent | undefined;
1701
- }
1702
- export interface UpdateViewContentResponse {
1703
- View?: View | undefined;
1704
- }
1705
- export interface UpdateViewMetadataRequest {
1706
- InstanceId: string | undefined;
1707
- ViewId: string | undefined;
1708
- Name?: string | undefined;
1709
- Description?: string | undefined;
1710
- }
1711
- export interface UpdateViewMetadataResponse {}
1712
- export interface SegmentAttributeValue {
1713
- ValueString?: string | undefined;
1714
- ValueMap?: Record<string, SegmentAttributeValue> | undefined;
1715
- ValueInteger?: number | undefined;
1716
- }
1717
- export type EvaluationFormItem =
1718
- | EvaluationFormItem.QuestionMember
1719
- | EvaluationFormItem.SectionMember
1720
- | EvaluationFormItem.$UnknownMember;
1721
- export declare namespace EvaluationFormItem {
1722
- interface SectionMember {
1723
- Section: EvaluationFormSection;
1724
- Question?: never;
1725
- $unknown?: never;
1726
- }
1727
- interface QuestionMember {
1728
- Section?: never;
1729
- Question: EvaluationFormQuestion;
1730
- $unknown?: never;
1731
- }
1732
- interface $UnknownMember {
1733
- Section?: never;
1734
- Question?: never;
1735
- $unknown: [string, any];
1736
- }
1737
- interface Visitor<T> {
1738
- Section: (value: EvaluationFormSection) => T;
1739
- Question: (value: EvaluationFormQuestion) => T;
1740
- _: (name: string, value: any) => T;
1741
- }
1742
- const visit: <T>(value: EvaluationFormItem, visitor: Visitor<T>) => T;
1743
- }
1744
- export interface EvaluationFormSection {
1745
- Title: string | undefined;
1746
- RefId: string | undefined;
1747
- Instructions?: string | undefined;
1748
- Items: EvaluationFormItem[] | undefined;
1749
- Weight?: number | undefined;
1750
- }
1751
- export interface AgentStatusSearchCriteria {
1752
- OrConditions?: AgentStatusSearchCriteria[] | undefined;
1753
- AndConditions?: AgentStatusSearchCriteria[] | undefined;
1754
- StringCondition?: StringCondition | undefined;
1755
- }
1756
- export interface ContactFlowModuleSearchCriteria {
1757
- OrConditions?: ContactFlowModuleSearchCriteria[] | undefined;
1758
- AndConditions?: ContactFlowModuleSearchCriteria[] | undefined;
1759
- StringCondition?: StringCondition | undefined;
1760
- }
1761
- export interface ContactFlowSearchCriteria {
1762
- OrConditions?: ContactFlowSearchCriteria[] | undefined;
1763
- AndConditions?: ContactFlowSearchCriteria[] | undefined;
1764
- StringCondition?: StringCondition | undefined;
1765
- TypeCondition?: ContactFlowType | undefined;
1766
- StateCondition?: ContactFlowState | undefined;
1767
- StatusCondition?: ContactFlowStatus | undefined;
1768
- }
1769
- export interface CreateContactRequest {
1770
- InstanceId: string | undefined;
1771
- ClientToken?: string | undefined;
1772
- RelatedContactId?: string | undefined;
1773
- Attributes?: Record<string, string> | undefined;
1774
- References?: Record<string, Reference> | undefined;
1775
- Channel: Channel | undefined;
1776
- InitiationMethod: ContactInitiationMethod | undefined;
1777
- ExpiryDurationInMinutes?: number | undefined;
1778
- UserInfo?: UserInfo | undefined;
1779
- InitiateAs?: InitiateAs | undefined;
1780
- Name?: string | undefined;
1781
- Description?: string | undefined;
1782
- SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
1783
- }
1784
- export interface CreateEvaluationFormRequest {
1785
- InstanceId: string | undefined;
1786
- Title: string | undefined;
1787
- Description?: string | undefined;
1788
- Items: EvaluationFormItem[] | undefined;
1789
- ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
1790
- ClientToken?: string | undefined;
1791
- }
1792
1780
  export declare const ViewSummaryFilterSensitiveLog: (obj: ViewSummary) => any;
1793
1781
  export declare const ListViewsResponseFilterSensitiveLog: (
1794
1782
  obj: ListViewsResponse
@@ -1885,18 +1873,3 @@ export declare const StartWebRTCContactResponseFilterSensitiveLog: (
1885
1873
  export declare const UpdateEmailAddressMetadataRequestFilterSensitiveLog: (
1886
1874
  obj: UpdateEmailAddressMetadataRequest
1887
1875
  ) => any;
1888
- export declare const UpdateUserIdentityInfoRequestFilterSensitiveLog: (
1889
- obj: UpdateUserIdentityInfoRequest
1890
- ) => any;
1891
- export declare const UpdateViewContentRequestFilterSensitiveLog: (
1892
- obj: UpdateViewContentRequest
1893
- ) => any;
1894
- export declare const UpdateViewContentResponseFilterSensitiveLog: (
1895
- obj: UpdateViewContentResponse
1896
- ) => any;
1897
- export declare const UpdateViewMetadataRequestFilterSensitiveLog: (
1898
- obj: UpdateViewMetadataRequest
1899
- ) => any;
1900
- export declare const CreateContactRequestFilterSensitiveLog: (
1901
- obj: CreateContactRequest
1902
- ) => any;