@aws-sdk/client-connect 3.986.0 → 3.988.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/README.md +7 -0
- package/dist-cjs/index.js +400 -12758
- package/dist-cjs/models/ConnectServiceException.js +12 -0
- package/dist-cjs/models/errors.js +434 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +10615 -0
- package/dist-es/Connect.js +2 -0
- package/dist-es/commands/UpdateUserConfigCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +11 -6
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +296 -218
- package/dist-types/Connect.d.ts +7 -0
- package/dist-types/ConnectClient.d.ts +3 -2
- package/dist-types/commands/CreateUserCommand.d.ts +64 -1
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +38 -1
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +1 -2
- package/dist-types/commands/SearchUsersCommand.d.ts +38 -1
- package/dist-types/commands/SearchWorkspaceAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/SearchWorkspacesCommand.d.ts +1 -2
- package/dist-types/commands/UpdateUserConfigCommand.d.ts +131 -0
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +4 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +27 -14
- package/dist-types/models/models_0.d.ts +138 -115
- package/dist-types/models/models_1.d.ts +138 -124
- package/dist-types/models/models_2.d.ts +150 -166
- package/dist-types/models/models_3.d.ts +206 -3
- package/dist-types/schemas/schemas_0.d.ts +43 -28
- package/dist-types/ts3.4/Connect.d.ts +17 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateUserConfigCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +14 -7
- package/dist-types/ts3.4/models/models_0.d.ts +34 -30
- package/dist-types/ts3.4/models/models_1.d.ts +40 -33
- package/dist-types/ts3.4/models/models_2.d.ts +42 -36
- package/dist-types/ts3.4/models/models_3.d.ts +50 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -28
- package/package.json +13 -13
|
@@ -1,9 +1,46 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var ConnectServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConditionalOperationFailedException$: StaticErrorSchema;
|
|
6
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
7
|
+
export declare var ContactFlowNotPublishedException$: StaticErrorSchema;
|
|
8
|
+
export declare var ContactNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var DestinationNotAllowedException$: StaticErrorSchema;
|
|
10
|
+
export declare var DuplicateResourceException$: StaticErrorSchema;
|
|
11
|
+
export declare var IdempotencyException$: StaticErrorSchema;
|
|
12
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidActiveRegionException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidContactFlowException$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidContactFlowModuleException$: StaticErrorSchema;
|
|
16
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
17
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
18
|
+
export declare var InvalidTestCaseException$: StaticErrorSchema;
|
|
19
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
20
|
+
export declare var MaximumResultReturnedException$: StaticErrorSchema;
|
|
21
|
+
export declare var OutboundContactNotPermittedException$: StaticErrorSchema;
|
|
22
|
+
export declare var OutputTypeNotFoundException$: StaticErrorSchema;
|
|
23
|
+
export declare var PropertyValidationException$: StaticErrorSchema;
|
|
24
|
+
export declare var ResourceConflictException$: StaticErrorSchema;
|
|
25
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
26
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
27
|
+
export declare var ResourceNotReadyException$: StaticErrorSchema;
|
|
28
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
29
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
30
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
31
|
+
export declare var UserNotFoundException$: StaticErrorSchema;
|
|
32
|
+
/**
|
|
33
|
+
* TypeRegistry instances containing modeled errors.
|
|
34
|
+
* @internal
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
38
|
export declare var ActionSummary$: StaticStructureSchema;
|
|
4
39
|
export declare var ActivateEvaluationFormRequest$: StaticStructureSchema;
|
|
5
40
|
export declare var ActivateEvaluationFormResponse$: StaticStructureSchema;
|
|
6
41
|
export declare var AdditionalEmailRecipients$: StaticStructureSchema;
|
|
42
|
+
export declare var AfterContactWorkConfig$: StaticStructureSchema;
|
|
43
|
+
export declare var AfterContactWorkConfigPerChannel$: StaticStructureSchema;
|
|
7
44
|
export declare var AgentConfig$: StaticStructureSchema;
|
|
8
45
|
export declare var AgentContactReference$: StaticStructureSchema;
|
|
9
46
|
export declare var AgentFirst$: StaticStructureSchema;
|
|
@@ -67,6 +104,7 @@ export declare var AudioFeatures$: StaticStructureSchema;
|
|
|
67
104
|
export declare var AudioQualityMetricsInfo$: StaticStructureSchema;
|
|
68
105
|
export declare var AuthenticationProfile$: StaticStructureSchema;
|
|
69
106
|
export declare var AuthenticationProfileSummary$: StaticStructureSchema;
|
|
107
|
+
export declare var AutoAcceptConfig$: StaticStructureSchema;
|
|
70
108
|
export declare var AutoEvaluationConfiguration$: StaticStructureSchema;
|
|
71
109
|
export declare var AutoEvaluationDetails$: StaticStructureSchema;
|
|
72
110
|
export declare var AutomaticFailConfiguration$: StaticStructureSchema;
|
|
@@ -113,8 +151,6 @@ export declare var CommonAttributeAndCondition$: StaticStructureSchema;
|
|
|
113
151
|
export declare var CompleteAttachedFileUploadRequest$: StaticStructureSchema;
|
|
114
152
|
export declare var CompleteAttachedFileUploadResponse$: StaticStructureSchema;
|
|
115
153
|
export declare var Condition$: StaticStructureSchema;
|
|
116
|
-
export declare var ConditionalOperationFailedException$: StaticErrorSchema;
|
|
117
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
118
154
|
export declare var ConnectionData$: StaticStructureSchema;
|
|
119
155
|
export declare var Contact$: StaticStructureSchema;
|
|
120
156
|
export declare var ContactAnalysis$: StaticStructureSchema;
|
|
@@ -133,7 +169,6 @@ export declare var ContactFlowModuleSearchCriteria$: StaticStructureSchema;
|
|
|
133
169
|
export declare var ContactFlowModuleSearchFilter$: StaticStructureSchema;
|
|
134
170
|
export declare var ContactFlowModuleSummary$: StaticStructureSchema;
|
|
135
171
|
export declare var ContactFlowModuleVersionSummary$: StaticStructureSchema;
|
|
136
|
-
export declare var ContactFlowNotPublishedException$: StaticErrorSchema;
|
|
137
172
|
export declare var ContactFlowSearchCriteria$: StaticStructureSchema;
|
|
138
173
|
export declare var ContactFlowSearchFilter$: StaticStructureSchema;
|
|
139
174
|
export declare var ContactFlowSummary$: StaticStructureSchema;
|
|
@@ -141,7 +176,6 @@ export declare var ContactFlowTypeCondition$: StaticStructureSchema;
|
|
|
141
176
|
export declare var ContactFlowVersionSummary$: StaticStructureSchema;
|
|
142
177
|
export declare var ContactMetricInfo$: StaticStructureSchema;
|
|
143
178
|
export declare var ContactMetricResult$: StaticStructureSchema;
|
|
144
|
-
export declare var ContactNotFoundException$: StaticErrorSchema;
|
|
145
179
|
export declare var ContactSearchSummary$: StaticStructureSchema;
|
|
146
180
|
export declare var ContactSearchSummaryAgentInfo$: StaticStructureSchema;
|
|
147
181
|
export declare var ContactSearchSummaryQueueInfo$: StaticStructureSchema;
|
|
@@ -368,7 +402,6 @@ export declare var DescribeVocabularyRequest$: StaticStructureSchema;
|
|
|
368
402
|
export declare var DescribeVocabularyResponse$: StaticStructureSchema;
|
|
369
403
|
export declare var DescribeWorkspaceRequest$: StaticStructureSchema;
|
|
370
404
|
export declare var DescribeWorkspaceResponse$: StaticStructureSchema;
|
|
371
|
-
export declare var DestinationNotAllowedException$: StaticErrorSchema;
|
|
372
405
|
export declare var DeviceInfo$: StaticStructureSchema;
|
|
373
406
|
export declare var Dimensions$: StaticStructureSchema;
|
|
374
407
|
export declare var DisassociateAnalyticsDataSetRequest$: StaticStructureSchema;
|
|
@@ -398,7 +431,6 @@ export declare var DismissUserContactRequest$: StaticStructureSchema;
|
|
|
398
431
|
export declare var DismissUserContactResponse$: StaticStructureSchema;
|
|
399
432
|
export declare var Distribution$: StaticStructureSchema;
|
|
400
433
|
export declare var DownloadUrlMetadata$: StaticStructureSchema;
|
|
401
|
-
export declare var DuplicateResourceException$: StaticErrorSchema;
|
|
402
434
|
export declare var EffectiveHoursOfOperations$: StaticStructureSchema;
|
|
403
435
|
export declare var EffectiveOverrideHours$: StaticStructureSchema;
|
|
404
436
|
export declare var EmailAddressInfo$: StaticStructureSchema;
|
|
@@ -542,7 +574,6 @@ export declare var HoursOfOperationSearchFilter$: StaticStructureSchema;
|
|
|
542
574
|
export declare var HoursOfOperationsIdentifier$: StaticStructureSchema;
|
|
543
575
|
export declare var HoursOfOperationSummary$: StaticStructureSchema;
|
|
544
576
|
export declare var HoursOfOperationTimeSlice$: StaticStructureSchema;
|
|
545
|
-
export declare var IdempotencyException$: StaticErrorSchema;
|
|
546
577
|
export declare var ImagesLogo$: StaticStructureSchema;
|
|
547
578
|
export declare var ImportPhoneNumberRequest$: StaticStructureSchema;
|
|
548
579
|
export declare var ImportPhoneNumberResponse$: StaticStructureSchema;
|
|
@@ -557,14 +588,7 @@ export declare var InstanceStatusReason$: StaticStructureSchema;
|
|
|
557
588
|
export declare var InstanceStorageConfig$: StaticStructureSchema;
|
|
558
589
|
export declare var InstanceSummary$: StaticStructureSchema;
|
|
559
590
|
export declare var IntegrationAssociationSummary$: StaticStructureSchema;
|
|
560
|
-
export declare var InternalServiceException$: StaticErrorSchema;
|
|
561
591
|
export declare var IntervalDetails$: StaticStructureSchema;
|
|
562
|
-
export declare var InvalidActiveRegionException$: StaticErrorSchema;
|
|
563
|
-
export declare var InvalidContactFlowException$: StaticErrorSchema;
|
|
564
|
-
export declare var InvalidContactFlowModuleException$: StaticErrorSchema;
|
|
565
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
566
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
567
|
-
export declare var InvalidTestCaseException$: StaticErrorSchema;
|
|
568
592
|
export declare var InvisibleFieldInfo$: StaticStructureSchema;
|
|
569
593
|
export declare var KinesisFirehoseConfig$: StaticStructureSchema;
|
|
570
594
|
export declare var KinesisStreamConfig$: StaticStructureSchema;
|
|
@@ -572,7 +596,6 @@ export declare var KinesisVideoStreamConfig$: StaticStructureSchema;
|
|
|
572
596
|
export declare var LexBot$: StaticStructureSchema;
|
|
573
597
|
export declare var LexBotConfig$: StaticStructureSchema;
|
|
574
598
|
export declare var LexV2Bot$: StaticStructureSchema;
|
|
575
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
576
599
|
export declare var ListAgentStatusRequest$: StaticStructureSchema;
|
|
577
600
|
export declare var ListAgentStatusResponse$: StaticStructureSchema;
|
|
578
601
|
export declare var ListAnalyticsDataAssociationsRequest$: StaticStructureSchema;
|
|
@@ -706,7 +729,6 @@ export declare var ListWorkspacePagesResponse$: StaticStructureSchema;
|
|
|
706
729
|
export declare var ListWorkspacesRequest$: StaticStructureSchema;
|
|
707
730
|
export declare var ListWorkspacesResponse$: StaticStructureSchema;
|
|
708
731
|
export declare var MatchCriteria$: StaticStructureSchema;
|
|
709
|
-
export declare var MaximumResultReturnedException$: StaticErrorSchema;
|
|
710
732
|
export declare var MediaConcurrency$: StaticStructureSchema;
|
|
711
733
|
export declare var MediaItem$: StaticStructureSchema;
|
|
712
734
|
export declare var MediaPlacement$: StaticStructureSchema;
|
|
@@ -731,13 +753,11 @@ export declare var ObservationSummary$: StaticStructureSchema;
|
|
|
731
753
|
export declare var OperationalHour$: StaticStructureSchema;
|
|
732
754
|
export declare var OutboundAdditionalRecipients$: StaticStructureSchema;
|
|
733
755
|
export declare var OutboundCallerConfig$: StaticStructureSchema;
|
|
734
|
-
export declare var OutboundContactNotPermittedException$: StaticErrorSchema;
|
|
735
756
|
export declare var OutboundEmailConfig$: StaticStructureSchema;
|
|
736
757
|
export declare var OutboundEmailContent$: StaticStructureSchema;
|
|
737
758
|
export declare var OutboundRawMessage$: StaticStructureSchema;
|
|
738
759
|
export declare var OutboundStrategy$: StaticStructureSchema;
|
|
739
760
|
export declare var OutboundStrategyConfig$: StaticStructureSchema;
|
|
740
|
-
export declare var OutputTypeNotFoundException$: StaticErrorSchema;
|
|
741
761
|
export declare var OverrideHour$: StaticStructureSchema;
|
|
742
762
|
export declare var OverrideTimeSlice$: StaticStructureSchema;
|
|
743
763
|
export declare var PaletteCanvas$: StaticStructureSchema;
|
|
@@ -755,6 +775,8 @@ export declare var ParticipantTokenCredentials$: StaticStructureSchema;
|
|
|
755
775
|
export declare var PauseContactRequest$: StaticStructureSchema;
|
|
756
776
|
export declare var PauseContactResponse$: StaticStructureSchema;
|
|
757
777
|
export declare var PersistentChat$: StaticStructureSchema;
|
|
778
|
+
export declare var PersistentConnectionConfig$: StaticStructureSchema;
|
|
779
|
+
export declare var PhoneNumberConfig$: StaticStructureSchema;
|
|
758
780
|
export declare var PhoneNumberQuickConnectConfig$: StaticStructureSchema;
|
|
759
781
|
export declare var PhoneNumberStatus$: StaticStructureSchema;
|
|
760
782
|
export declare var PhoneNumberSummary$: StaticStructureSchema;
|
|
@@ -774,7 +796,6 @@ export declare var Prompt$: StaticStructureSchema;
|
|
|
774
796
|
export declare var PromptSearchCriteria$: StaticStructureSchema;
|
|
775
797
|
export declare var PromptSearchFilter$: StaticStructureSchema;
|
|
776
798
|
export declare var PromptSummary$: StaticStructureSchema;
|
|
777
|
-
export declare var PropertyValidationException$: StaticErrorSchema;
|
|
778
799
|
export declare var PropertyValidationExceptionProperty$: StaticStructureSchema;
|
|
779
800
|
export declare var PutUserStatusRequest$: StaticStructureSchema;
|
|
780
801
|
export declare var PutUserStatusResponse$: StaticStructureSchema;
|
|
@@ -820,10 +841,6 @@ export declare var ReplicateInstanceResponse$: StaticStructureSchema;
|
|
|
820
841
|
export declare var ReplicationConfiguration$: StaticStructureSchema;
|
|
821
842
|
export declare var ReplicationStatusSummary$: StaticStructureSchema;
|
|
822
843
|
export declare var RequiredFieldInfo$: StaticStructureSchema;
|
|
823
|
-
export declare var ResourceConflictException$: StaticErrorSchema;
|
|
824
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
825
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
826
|
-
export declare var ResourceNotReadyException$: StaticErrorSchema;
|
|
827
844
|
export declare var ResourceTagsSearchCriteria$: StaticStructureSchema;
|
|
828
845
|
export declare var ResumeContactRecordingRequest$: StaticStructureSchema;
|
|
829
846
|
export declare var ResumeContactRecordingResponse$: StaticStructureSchema;
|
|
@@ -923,7 +940,6 @@ export declare var SendChatIntegrationEventResponse$: StaticStructureSchema;
|
|
|
923
940
|
export declare var SendNotificationActionDefinition$: StaticStructureSchema;
|
|
924
941
|
export declare var SendOutboundEmailRequest$: StaticStructureSchema;
|
|
925
942
|
export declare var SendOutboundEmailResponse$: StaticStructureSchema;
|
|
926
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
927
943
|
export declare var SignInConfig$: StaticStructureSchema;
|
|
928
944
|
export declare var SignInDistribution$: StaticStructureSchema;
|
|
929
945
|
export declare var SingleSelectQuestionRuleCategoryAutomation$: StaticStructureSchema;
|
|
@@ -1004,8 +1020,6 @@ export declare var TestCaseSearchFilter$: StaticStructureSchema;
|
|
|
1004
1020
|
export declare var TestCaseSummary$: StaticStructureSchema;
|
|
1005
1021
|
export declare var Threshold$: StaticStructureSchema;
|
|
1006
1022
|
export declare var ThresholdV2$: StaticStructureSchema;
|
|
1007
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
1008
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
1009
1023
|
export declare var TrafficDistributionGroup$: StaticStructureSchema;
|
|
1010
1024
|
export declare var TrafficDistributionGroupSummary$: StaticStructureSchema;
|
|
1011
1025
|
export declare var TrafficDistributionGroupUserSummary$: StaticStructureSchema;
|
|
@@ -1086,6 +1100,7 @@ export declare var UpdateTestCaseRequest$: StaticStructureSchema;
|
|
|
1086
1100
|
export declare var UpdateTestCaseResponse$: StaticStructureSchema;
|
|
1087
1101
|
export declare var UpdateTrafficDistributionRequest$: StaticStructureSchema;
|
|
1088
1102
|
export declare var UpdateTrafficDistributionResponse$: StaticStructureSchema;
|
|
1103
|
+
export declare var UpdateUserConfigRequest$: StaticStructureSchema;
|
|
1089
1104
|
export declare var UpdateUserHierarchyGroupNameRequest$: StaticStructureSchema;
|
|
1090
1105
|
export declare var UpdateUserHierarchyRequest$: StaticStructureSchema;
|
|
1091
1106
|
export declare var UpdateUserHierarchyStructureRequest$: StaticStructureSchema;
|
|
@@ -1117,7 +1132,6 @@ export declare var UserHierarchyGroupSearchFilter$: StaticStructureSchema;
|
|
|
1117
1132
|
export declare var UserIdentityInfo$: StaticStructureSchema;
|
|
1118
1133
|
export declare var UserIdentityInfoLite$: StaticStructureSchema;
|
|
1119
1134
|
export declare var UserInfo$: StaticStructureSchema;
|
|
1120
|
-
export declare var UserNotFoundException$: StaticErrorSchema;
|
|
1121
1135
|
export declare var UserPhoneConfig$: StaticStructureSchema;
|
|
1122
1136
|
export declare var UserProficiency$: StaticStructureSchema;
|
|
1123
1137
|
export declare var UserProficiencyDisassociate$: StaticStructureSchema;
|
|
@@ -1139,6 +1153,7 @@ export declare var ViewVersionSummary$: StaticStructureSchema;
|
|
|
1139
1153
|
export declare var Vocabulary$: StaticStructureSchema;
|
|
1140
1154
|
export declare var VocabularySummary$: StaticStructureSchema;
|
|
1141
1155
|
export declare var VoiceCallEntryPointParameters$: StaticStructureSchema;
|
|
1156
|
+
export declare var VoiceEnhancementConfig$: StaticStructureSchema;
|
|
1142
1157
|
export declare var VoiceRecordingConfiguration$: StaticStructureSchema;
|
|
1143
1158
|
export declare var WisdomInfo$: StaticStructureSchema;
|
|
1144
1159
|
export declare var Workspace$: StaticStructureSchema;
|
|
@@ -1155,7 +1170,6 @@ export declare var WorkspaceThemeConfig$: StaticStructureSchema;
|
|
|
1155
1170
|
export declare var WorkspaceThemeImages$: StaticStructureSchema;
|
|
1156
1171
|
export declare var WorkspaceThemePalette$: StaticStructureSchema;
|
|
1157
1172
|
export declare var WorkspaceThemeTypography$: StaticStructureSchema;
|
|
1158
|
-
export declare var ConnectServiceException$: StaticErrorSchema;
|
|
1159
1173
|
export declare var ContactMetricValue$: StaticUnionSchema;
|
|
1160
1174
|
export declare var CreatedByInfo$: StaticUnionSchema;
|
|
1161
1175
|
export declare var EvaluationAnswerData$: StaticUnionSchema;
|
|
@@ -1517,6 +1531,7 @@ export declare var UpdateSecurityProfile$: StaticOperationSchema;
|
|
|
1517
1531
|
export declare var UpdateTaskTemplate$: StaticOperationSchema;
|
|
1518
1532
|
export declare var UpdateTestCase$: StaticOperationSchema;
|
|
1519
1533
|
export declare var UpdateTrafficDistribution$: StaticOperationSchema;
|
|
1534
|
+
export declare var UpdateUserConfig$: StaticOperationSchema;
|
|
1520
1535
|
export declare var UpdateUserHierarchy$: StaticOperationSchema;
|
|
1521
1536
|
export declare var UpdateUserHierarchyGroupName$: StaticOperationSchema;
|
|
1522
1537
|
export declare var UpdateUserHierarchyStructure$: StaticOperationSchema;
|
|
@@ -1367,6 +1367,10 @@ import {
|
|
|
1367
1367
|
UpdateTrafficDistributionCommandInput,
|
|
1368
1368
|
UpdateTrafficDistributionCommandOutput,
|
|
1369
1369
|
} from "./commands/UpdateTrafficDistributionCommand";
|
|
1370
|
+
import {
|
|
1371
|
+
UpdateUserConfigCommandInput,
|
|
1372
|
+
UpdateUserConfigCommandOutput,
|
|
1373
|
+
} from "./commands/UpdateUserConfigCommand";
|
|
1370
1374
|
import {
|
|
1371
1375
|
UpdateUserHierarchyCommandInput,
|
|
1372
1376
|
UpdateUserHierarchyCommandOutput,
|
|
@@ -5941,6 +5945,19 @@ export interface Connect {
|
|
|
5941
5945
|
options: __HttpHandlerOptions,
|
|
5942
5946
|
cb: (err: any, data?: UpdateTrafficDistributionCommandOutput) => void
|
|
5943
5947
|
): void;
|
|
5948
|
+
updateUserConfig(
|
|
5949
|
+
args: UpdateUserConfigCommandInput,
|
|
5950
|
+
options?: __HttpHandlerOptions
|
|
5951
|
+
): Promise<UpdateUserConfigCommandOutput>;
|
|
5952
|
+
updateUserConfig(
|
|
5953
|
+
args: UpdateUserConfigCommandInput,
|
|
5954
|
+
cb: (err: any, data?: UpdateUserConfigCommandOutput) => void
|
|
5955
|
+
): void;
|
|
5956
|
+
updateUserConfig(
|
|
5957
|
+
args: UpdateUserConfigCommandInput,
|
|
5958
|
+
options: __HttpHandlerOptions,
|
|
5959
|
+
cb: (err: any, data?: UpdateUserConfigCommandOutput) => void
|
|
5960
|
+
): void;
|
|
5944
5961
|
updateUserHierarchy(
|
|
5945
5962
|
args: UpdateUserHierarchyCommandInput,
|
|
5946
5963
|
options?: __HttpHandlerOptions
|
|
@@ -1409,6 +1409,10 @@ import {
|
|
|
1409
1409
|
UpdateTrafficDistributionCommandInput,
|
|
1410
1410
|
UpdateTrafficDistributionCommandOutput,
|
|
1411
1411
|
} from "./commands/UpdateTrafficDistributionCommand";
|
|
1412
|
+
import {
|
|
1413
|
+
UpdateUserConfigCommandInput,
|
|
1414
|
+
UpdateUserConfigCommandOutput,
|
|
1415
|
+
} from "./commands/UpdateUserConfigCommand";
|
|
1412
1416
|
import {
|
|
1413
1417
|
UpdateUserHierarchyCommandInput,
|
|
1414
1418
|
UpdateUserHierarchyCommandOutput,
|
|
@@ -1814,6 +1818,7 @@ export type ServiceInputTypes =
|
|
|
1814
1818
|
| UpdateTaskTemplateCommandInput
|
|
1815
1819
|
| UpdateTestCaseCommandInput
|
|
1816
1820
|
| UpdateTrafficDistributionCommandInput
|
|
1821
|
+
| UpdateUserConfigCommandInput
|
|
1817
1822
|
| UpdateUserHierarchyCommandInput
|
|
1818
1823
|
| UpdateUserHierarchyGroupNameCommandInput
|
|
1819
1824
|
| UpdateUserHierarchyStructureCommandInput
|
|
@@ -2170,6 +2175,7 @@ export type ServiceOutputTypes =
|
|
|
2170
2175
|
| UpdateTaskTemplateCommandOutput
|
|
2171
2176
|
| UpdateTestCaseCommandOutput
|
|
2172
2177
|
| UpdateTrafficDistributionCommandOutput
|
|
2178
|
+
| UpdateUserConfigCommandOutput
|
|
2173
2179
|
| UpdateUserHierarchyCommandOutput
|
|
2174
2180
|
| UpdateUserHierarchyGroupNameCommandOutput
|
|
2175
2181
|
| UpdateUserHierarchyStructureCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateWorkspaceRequest,
|
|
10
10
|
CreateWorkspaceResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListAgentStatusRequest,
|
|
10
10
|
ListAgentStatusResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListAgentStatusesCommandInput extends ListAgentStatusRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListAnalyticsDataAssociationsRequest,
|
|
10
10
|
ListAnalyticsDataAssociationsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListAnalyticsDataAssociationsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ListAnalyticsDataLakeDataSetsRequest,
|
|
10
|
+
ListAnalyticsDataLakeDataSetsResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ListAnalyticsDataLakeDataSetsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
SearchWorkspaceAssociationsRequest,
|
|
10
|
+
SearchWorkspaceAssociationsResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface SearchWorkspaceAssociationsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
SearchWorkspacesRequest,
|
|
10
|
+
SearchWorkspacesResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface SearchWorkspacesCommandInput extends SearchWorkspacesRequest {}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import { UpdateUserConfigRequest } from "../models/models_3";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface UpdateUserConfigCommandInput extends UpdateUserConfigRequest {}
|
|
12
|
+
export interface UpdateUserConfigCommandOutput extends __MetadataBearer {}
|
|
13
|
+
declare const UpdateUserConfigCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: UpdateUserConfigCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
UpdateUserConfigCommandInput,
|
|
18
|
+
UpdateUserConfigCommandOutput,
|
|
19
|
+
ConnectClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
new (
|
|
24
|
+
input: UpdateUserConfigCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
UpdateUserConfigCommandInput,
|
|
27
|
+
UpdateUserConfigCommandOutput,
|
|
28
|
+
ConnectClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
32
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
|
+
};
|
|
34
|
+
export declare class UpdateUserConfigCommand extends UpdateUserConfigCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: UpdateUserConfigRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: UpdateUserConfigCommandInput;
|
|
42
|
+
output: UpdateUserConfigCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -339,6 +339,7 @@ export * from "./UpdateSecurityProfileCommand";
|
|
|
339
339
|
export * from "./UpdateTaskTemplateCommand";
|
|
340
340
|
export * from "./UpdateTestCaseCommand";
|
|
341
341
|
export * from "./UpdateTrafficDistributionCommand";
|
|
342
|
+
export * from "./UpdateUserConfigCommand";
|
|
342
343
|
export * from "./UpdateUserHierarchyCommand";
|
|
343
344
|
export * from "./UpdateUserHierarchyGroupNameCommand";
|
|
344
345
|
export * from "./UpdateUserHierarchyStructureCommand";
|
|
@@ -14,6 +14,13 @@ export declare const ActionType: {
|
|
|
14
14
|
readonly UPDATE_CASE: "UPDATE_CASE";
|
|
15
15
|
};
|
|
16
16
|
export type ActionType = (typeof ActionType)[keyof typeof ActionType];
|
|
17
|
+
export declare const Channel: {
|
|
18
|
+
readonly CHAT: "CHAT";
|
|
19
|
+
readonly EMAIL: "EMAIL";
|
|
20
|
+
readonly TASK: "TASK";
|
|
21
|
+
readonly VOICE: "VOICE";
|
|
22
|
+
};
|
|
23
|
+
export type Channel = (typeof Channel)[keyof typeof Channel];
|
|
17
24
|
export declare const AgentAvailabilityTimer: {
|
|
18
25
|
readonly TIME_SINCE_LAST_ACTIVITY: "TIME_SINCE_LAST_ACTIVITY";
|
|
19
26
|
readonly TIME_SINCE_LAST_INBOUND: "TIME_SINCE_LAST_INBOUND";
|
|
@@ -32,13 +39,6 @@ export declare const ContactState: {
|
|
|
32
39
|
readonly REJECTED: "REJECTED";
|
|
33
40
|
};
|
|
34
41
|
export type ContactState = (typeof ContactState)[keyof typeof ContactState];
|
|
35
|
-
export declare const Channel: {
|
|
36
|
-
readonly CHAT: "CHAT";
|
|
37
|
-
readonly EMAIL: "EMAIL";
|
|
38
|
-
readonly TASK: "TASK";
|
|
39
|
-
readonly VOICE: "VOICE";
|
|
40
|
-
};
|
|
41
|
-
export type Channel = (typeof Channel)[keyof typeof Channel];
|
|
42
42
|
export declare const ContactInitiationMethod: {
|
|
43
43
|
readonly AGENT_REPLY: "AGENT_REPLY";
|
|
44
44
|
readonly API: "API";
|
|
@@ -649,6 +649,13 @@ export declare const PhoneType: {
|
|
|
649
649
|
readonly SOFT_PHONE: "SOFT_PHONE";
|
|
650
650
|
};
|
|
651
651
|
export type PhoneType = (typeof PhoneType)[keyof typeof PhoneType];
|
|
652
|
+
export declare const VoiceEnhancementMode: {
|
|
653
|
+
readonly NOISE_SUPPRESSION: "NOISE_SUPPRESSION";
|
|
654
|
+
readonly NONE: "NONE";
|
|
655
|
+
readonly VOICE_ISOLATION: "VOICE_ISOLATION";
|
|
656
|
+
};
|
|
657
|
+
export type VoiceEnhancementMode =
|
|
658
|
+
(typeof VoiceEnhancementMode)[keyof typeof VoiceEnhancementMode];
|
|
652
659
|
export declare const ViewStatus: {
|
|
653
660
|
readonly PUBLISHED: "PUBLISHED";
|
|
654
661
|
readonly SAVED: "SAVED";
|
|
@@ -78,7 +78,7 @@ import {
|
|
|
78
78
|
ViewType,
|
|
79
79
|
VocabularyLanguageCode,
|
|
80
80
|
VocabularyState,
|
|
81
|
-
|
|
81
|
+
VoiceEnhancementMode,
|
|
82
82
|
} from "./enums";
|
|
83
83
|
export interface ActionSummary {
|
|
84
84
|
ActionType: ActionType | undefined;
|
|
@@ -101,6 +101,14 @@ export interface AdditionalEmailRecipients {
|
|
|
101
101
|
ToList?: EmailRecipient[] | undefined;
|
|
102
102
|
CcList?: EmailRecipient[] | undefined;
|
|
103
103
|
}
|
|
104
|
+
export interface AfterContactWorkConfig {
|
|
105
|
+
AfterContactWorkTimeLimit?: number | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface AfterContactWorkConfigPerChannel {
|
|
108
|
+
Channel: Channel | undefined;
|
|
109
|
+
AfterContactWorkConfig: AfterContactWorkConfig | undefined;
|
|
110
|
+
AgentFirstCallbackAfterContactWorkConfig?: AfterContactWorkConfig | undefined;
|
|
111
|
+
}
|
|
104
112
|
export interface Distribution {
|
|
105
113
|
Region: string | undefined;
|
|
106
114
|
Percentage: number | undefined;
|
|
@@ -1591,6 +1599,11 @@ export interface CreateUseCaseResponse {
|
|
|
1591
1599
|
UseCaseId?: string | undefined;
|
|
1592
1600
|
UseCaseArn?: string | undefined;
|
|
1593
1601
|
}
|
|
1602
|
+
export interface AutoAcceptConfig {
|
|
1603
|
+
Channel: Channel | undefined;
|
|
1604
|
+
AutoAccept: boolean | undefined;
|
|
1605
|
+
AgentFirstCallbackAutoAccept?: boolean | undefined;
|
|
1606
|
+
}
|
|
1594
1607
|
export interface UserIdentityInfo {
|
|
1595
1608
|
FirstName?: string | undefined;
|
|
1596
1609
|
LastName?: string | undefined;
|
|
@@ -1598,23 +1611,41 @@ export interface UserIdentityInfo {
|
|
|
1598
1611
|
SecondaryEmail?: string | undefined;
|
|
1599
1612
|
Mobile?: string | undefined;
|
|
1600
1613
|
}
|
|
1614
|
+
export interface PersistentConnectionConfig {
|
|
1615
|
+
Channel: Channel | undefined;
|
|
1616
|
+
PersistentConnection: boolean | undefined;
|
|
1617
|
+
}
|
|
1601
1618
|
export interface UserPhoneConfig {
|
|
1602
|
-
PhoneType
|
|
1619
|
+
PhoneType?: PhoneType | undefined;
|
|
1603
1620
|
AutoAccept?: boolean | undefined;
|
|
1604
1621
|
AfterContactWorkTimeLimit?: number | undefined;
|
|
1605
1622
|
DeskPhoneNumber?: string | undefined;
|
|
1606
1623
|
PersistentConnection?: boolean | undefined;
|
|
1607
1624
|
}
|
|
1625
|
+
export interface PhoneNumberConfig {
|
|
1626
|
+
Channel: Channel | undefined;
|
|
1627
|
+
PhoneType: PhoneType | undefined;
|
|
1628
|
+
PhoneNumber?: string | undefined;
|
|
1629
|
+
}
|
|
1630
|
+
export interface VoiceEnhancementConfig {
|
|
1631
|
+
Channel: Channel | undefined;
|
|
1632
|
+
VoiceEnhancementMode: VoiceEnhancementMode | undefined;
|
|
1633
|
+
}
|
|
1608
1634
|
export interface CreateUserRequest {
|
|
1609
1635
|
Username: string | undefined;
|
|
1610
1636
|
Password?: string | undefined;
|
|
1611
1637
|
IdentityInfo?: UserIdentityInfo | undefined;
|
|
1612
|
-
PhoneConfig
|
|
1638
|
+
PhoneConfig?: UserPhoneConfig | undefined;
|
|
1613
1639
|
DirectoryUserId?: string | undefined;
|
|
1614
1640
|
SecurityProfileIds: string[] | undefined;
|
|
1615
1641
|
RoutingProfileId: string | undefined;
|
|
1616
1642
|
HierarchyGroupId?: string | undefined;
|
|
1617
1643
|
InstanceId: string | undefined;
|
|
1644
|
+
AutoAcceptConfigs?: AutoAcceptConfig[] | undefined;
|
|
1645
|
+
AfterContactWorkConfigs?: AfterContactWorkConfigPerChannel[] | undefined;
|
|
1646
|
+
PhoneNumberConfigs?: PhoneNumberConfig[] | undefined;
|
|
1647
|
+
PersistentConnectionConfigs?: PersistentConnectionConfig[] | undefined;
|
|
1648
|
+
VoiceEnhancementConfigs?: VoiceEnhancementConfig[] | undefined;
|
|
1618
1649
|
Tags?: Record<string, string> | undefined;
|
|
1619
1650
|
}
|
|
1620
1651
|
export interface CreateUserResponse {
|
|
@@ -1727,30 +1758,3 @@ export interface WorkspaceThemePalette {
|
|
|
1727
1758
|
Canvas?: PaletteCanvas | undefined;
|
|
1728
1759
|
Primary?: PalettePrimary | undefined;
|
|
1729
1760
|
}
|
|
1730
|
-
export interface FontFamily {
|
|
1731
|
-
Default?: WorkspaceFontFamily | undefined;
|
|
1732
|
-
}
|
|
1733
|
-
export interface WorkspaceThemeTypography {
|
|
1734
|
-
FontFamily?: FontFamily | undefined;
|
|
1735
|
-
}
|
|
1736
|
-
export interface WorkspaceThemeConfig {
|
|
1737
|
-
Palette?: WorkspaceThemePalette | undefined;
|
|
1738
|
-
Images?: WorkspaceThemeImages | undefined;
|
|
1739
|
-
Typography?: WorkspaceThemeTypography | undefined;
|
|
1740
|
-
}
|
|
1741
|
-
export interface WorkspaceTheme {
|
|
1742
|
-
Light?: WorkspaceThemeConfig | undefined;
|
|
1743
|
-
Dark?: WorkspaceThemeConfig | undefined;
|
|
1744
|
-
}
|
|
1745
|
-
export interface CreateWorkspaceRequest {
|
|
1746
|
-
InstanceId: string | undefined;
|
|
1747
|
-
Name: string | undefined;
|
|
1748
|
-
Description?: string | undefined;
|
|
1749
|
-
Theme?: WorkspaceTheme | undefined;
|
|
1750
|
-
Title?: string | undefined;
|
|
1751
|
-
Tags?: Record<string, string> | undefined;
|
|
1752
|
-
}
|
|
1753
|
-
export interface CreateWorkspaceResponse {
|
|
1754
|
-
WorkspaceId: string | undefined;
|
|
1755
|
-
WorkspaceArn: string | undefined;
|
|
1756
|
-
}
|