@aws-sdk/client-connect 3.986.0 → 3.987.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 (44) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +122 -22
  3. package/dist-es/Connect.js +2 -0
  4. package/dist-es/commands/UpdateUserConfigCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +11 -6
  7. package/dist-es/schemas/schemas_0.js +88 -16
  8. package/dist-types/Connect.d.ts +7 -0
  9. package/dist-types/ConnectClient.d.ts +3 -2
  10. package/dist-types/commands/CreateUserCommand.d.ts +64 -1
  11. package/dist-types/commands/CreateWorkspaceCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeUserCommand.d.ts +38 -1
  13. package/dist-types/commands/ListAgentStatusesCommand.d.ts +1 -1
  14. package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +1 -2
  16. package/dist-types/commands/SearchUsersCommand.d.ts +38 -1
  17. package/dist-types/commands/SearchWorkspaceAssociationsCommand.d.ts +1 -2
  18. package/dist-types/commands/SearchWorkspacesCommand.d.ts +1 -2
  19. package/dist-types/commands/UpdateUserConfigCommand.d.ts +131 -0
  20. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +4 -1
  21. package/dist-types/commands/index.d.ts +1 -0
  22. package/dist-types/models/enums.d.ts +27 -14
  23. package/dist-types/models/models_0.d.ts +138 -115
  24. package/dist-types/models/models_1.d.ts +138 -124
  25. package/dist-types/models/models_2.d.ts +150 -166
  26. package/dist-types/models/models_3.d.ts +206 -3
  27. package/dist-types/schemas/schemas_0.d.ts +8 -0
  28. package/dist-types/ts3.4/Connect.d.ts +17 -0
  29. package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
  30. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +1 -1
  32. package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +4 -2
  34. package/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +4 -2
  35. package/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +4 -2
  36. package/dist-types/ts3.4/commands/UpdateUserConfigCommand.d.ts +45 -0
  37. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  38. package/dist-types/ts3.4/models/enums.d.ts +14 -7
  39. package/dist-types/ts3.4/models/models_0.d.ts +34 -30
  40. package/dist-types/ts3.4/models/models_1.d.ts +40 -33
  41. package/dist-types/ts3.4/models/models_2.d.ts +42 -36
  42. package/dist-types/ts3.4/models/models_3.d.ts +50 -3
  43. package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
  44. package/package.json +2 -2
package/README.md CHANGED
@@ -2608,6 +2608,13 @@ UpdateTrafficDistribution
2608
2608
  </details>
2609
2609
  <details>
2610
2610
  <summary>
2611
+ UpdateUserConfig
2612
+ </summary>
2613
+
2614
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/UpdateUserConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateUserConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateUserConfigCommandOutput/)
2615
+ </details>
2616
+ <details>
2617
+ <summary>
2611
2618
  UpdateUserHierarchy
2612
2619
  </summary>
2613
2620
 
package/dist-cjs/index.js CHANGED
@@ -521,10 +521,12 @@ class ContactNotFoundException extends ConnectServiceException {
521
521
  }
522
522
 
523
523
  const _A = "Arn";
524
- const _AA = "AliasArn";
524
+ const _AA = "AutoAccept";
525
525
  const _AAC = "AttributeAndCondition";
526
526
  const _AACHGI = "AllowedAccessControlHierarchyGroupId";
527
527
  const _AACT = "AllowedAccessControlTags";
528
+ const _AACu = "AutoAcceptConfig";
529
+ const _AACut = "AutoAcceptConfigs";
528
530
  const _AADS = "AssociateAnalyticsDataSet";
529
531
  const _AADSR = "AssociateAnalyticsDataSetRequest";
530
532
  const _AADSRs = "AssociateAnalyticsDataSetResponse";
@@ -536,7 +538,7 @@ const _AAOR = "AssociateApprovedOriginRequest";
536
538
  const _AAT = "AgentAvailabilityTimer";
537
539
  const _AAVI = "AiAgentVersionId";
538
540
  const _AAi = "AiAgents";
539
- const _AAu = "AutoAccept";
541
+ const _AAl = "AliasArn";
540
542
  const _AB = "AcknowledgedBy";
541
543
  const _ABAT = "AcceptedByAgentTimestamp";
542
544
  const _ABR = "AssociateBotRequest";
@@ -551,6 +553,9 @@ const _ACRL = "AgentContactReferenceList";
551
553
  const _ACS = "AgentContactState";
552
554
  const _ACSL = "AssociatedContactSummaryList";
553
555
  const _ACSs = "AssociatedContactSummary";
556
+ const _ACWC = "AfterContactWorkConfig";
557
+ const _ACWCPC = "AfterContactWorkConfigPerChannel";
558
+ const _ACWCf = "AfterContactWorkConfigs";
554
559
  const _ACWD = "AfterContactWorkDuration";
555
560
  const _ACWET = "AfterContactWorkEndTimestamp";
556
561
  const _ACWST = "AfterContactWorkStartTimestamp";
@@ -597,6 +602,8 @@ const _AEn = "AndExpression";
597
602
  const _AEu = "AutoEvaluation";
598
603
  const _AF = "AgentFirst";
599
604
  const _AFC = "AutomaticFailConfiguration";
605
+ const _AFCAA = "AgentFirstCallbackAutoAccept";
606
+ const _AFCACWC = "AgentFirstCallbackAfterContactWorkConfig";
600
607
  const _AFE = "AttachedFileError";
601
608
  const _AFEL = "AttachedFileErrorsList";
602
609
  const _AFIRER = "AttachedFileInvalidRequestExceptionReason";
@@ -2201,6 +2208,8 @@ const _PAr = "PredefinedAttributes";
2201
2208
  const _PAro = "ProcessorArn";
2202
2209
  const _PB = "PageBackground";
2203
2210
  const _PC = "ParticipantCredentials";
2211
+ const _PCC = "PersistentConnectionConfigs";
2212
+ const _PCCe = "PersistentConnectionConfig";
2204
2213
  const _PCI = "PreviousContactId";
2205
2214
  const _PCR = "PauseContactRequest";
2206
2215
  const _PCRa = "PauseContactResponse";
@@ -2233,8 +2242,10 @@ const _PLro = "PromptList";
2233
2242
  const _PM = "ParticipantMetrics";
2234
2243
  const _PN = "PhoneNumber";
2235
2244
  const _PNA = "PhoneNumberArn";
2245
+ const _PNC = "PhoneNumberConfigs";
2236
2246
  const _PNCC = "PhoneNumberCountryCode";
2237
2247
  const _PNCCh = "PhoneNumberCountryCodes";
2248
+ const _PNCh = "PhoneNumberConfig";
2238
2249
  const _PND = "PhoneNumberDescription";
2239
2250
  const _PNI = "PhoneNumberId";
2240
2251
  const _PNP = "PhoneNumberPrefix";
@@ -2641,8 +2652,9 @@ const _SPAe = "SearchPredefinedAttributes";
2641
2652
  const _SPI = "SecurityProfileId";
2642
2653
  const _SPIe = "SecurityProfileIds";
2643
2654
  const _SPIec = "SecurityProfileItem";
2644
- const _SPN = "SecurityProfileName";
2655
+ const _SPN = "SensitivePhoneNumber";
2645
2656
  const _SPNA = "SourcePhoneNumberArn";
2657
+ const _SPNe = "SecurityProfileName";
2646
2658
  const _SPNo = "SourcePhoneNumber";
2647
2659
  const _SPR = "SearchPromptsRequest";
2648
2660
  const _SPRe = "SearchPromptsResponse";
@@ -3057,6 +3069,8 @@ const _UTL = "UnprocessedTranscriptLocation";
3057
3069
  const _UTT = "UpdateTaskTemplate";
3058
3070
  const _UTTR = "UpdateTaskTemplateRequest";
3059
3071
  const _UTTRp = "UpdateTaskTemplateResponse";
3072
+ const _UUC = "UpdateUserConfig";
3073
+ const _UUCR = "UpdateUserConfigRequest";
3060
3074
  const _UUH = "UpdateUserHierarchy";
3061
3075
  const _UUHGN = "UpdateUserHierarchyGroupName";
3062
3076
  const _UUHGNR = "UpdateUserHierarchyGroupNameRequest";
@@ -3106,6 +3120,9 @@ const _VCEPP = "VoiceCallEntryPointParameters";
3106
3120
  const _VCS = "ViewContentSha256";
3107
3121
  const _VD = "VersionDescription";
3108
3122
  const _VE = "ValidationEnum";
3123
+ const _VEC = "VoiceEnhancementConfigs";
3124
+ const _VECo = "VoiceEnhancementConfig";
3125
+ const _VEM = "VoiceEnhancementMode";
3109
3126
  const _VI = "VocabularyId";
3110
3127
  const _VIC = "ViewInputContent";
3111
3128
  const _VIS = "ViewInputSchema";
@@ -3252,6 +3269,7 @@ var SearchableSegmentAttributeKey = [0, n0, _SSAK, 8, 0];
3252
3269
  var SearchableSegmentAttributeValue = [0, n0, _SSAV, 8, 0];
3253
3270
  var SearchText = [0, n0, _ST, 8, 0];
3254
3271
  var SecurityToken = [0, n0, _STe, 8, 0];
3272
+ var SensitivePhoneNumber = [0, n0, _SPN, 8, 0];
3255
3273
  var ViewAction = [0, n0, _VA, 8, 0];
3256
3274
  var ViewInputSchema = [0, n0, _VIS, 8, 0];
3257
3275
  var ViewName = [0, n0, _VN, 8, 0];
@@ -3281,6 +3299,16 @@ var AdditionalEmailRecipients$ = [3, n0, _AER,
3281
3299
  [_TL, _CL],
3282
3300
  [() => EmailRecipientsList, () => EmailRecipientsList]
3283
3301
  ];
3302
+ var AfterContactWorkConfig$ = [3, n0, _ACWC,
3303
+ 0,
3304
+ [_ACWTL],
3305
+ [1]
3306
+ ];
3307
+ var AfterContactWorkConfigPerChannel$ = [3, n0, _ACWCPC,
3308
+ 0,
3309
+ [_C, _ACWC, _AFCACWC],
3310
+ [0, () => AfterContactWorkConfig$, () => AfterContactWorkConfig$], 2
3311
+ ];
3284
3312
  var AgentConfig$ = [3, n0, _ACg,
3285
3313
  0,
3286
3314
  [_Di],
@@ -3596,6 +3624,11 @@ var AuthenticationProfileSummary$ = [3, n0, _APS,
3596
3624
  [_I, _A, _N, _ID, _LMT, _LMR],
3597
3625
  [0, 0, 0, 2, 4, 0]
3598
3626
  ];
3627
+ var AutoAcceptConfig$ = [3, n0, _AACu,
3628
+ 0,
3629
+ [_C, _AA, _AFCAA],
3630
+ [0, 2, 2], 2
3631
+ ];
3599
3632
  var AutoEvaluationConfiguration$ = [3, n0, _AEC,
3600
3633
  0,
3601
3634
  [_En],
@@ -4252,7 +4285,7 @@ var CreateRuleResponse$ = [3, n0, _CRRr,
4252
4285
  ];
4253
4286
  var CreateSecurityProfileRequest$ = [3, n0, _CSPR,
4254
4287
  0,
4255
- [_SPN, _II, _D, _Pe, _Ta, _AACT, _TRR, _App, _HRR, _AACHGI, _AFM, _GACC],
4288
+ [_SPNe, _II, _D, _Pe, _Ta, _AACT, _TRR, _App, _HRR, _AACHGI, _AFM, _GACC],
4256
4289
  [0, [0, 1], 0, 64 | 0, 128 | 0, 128 | 0, 64 | 0, () => Applications, 64 | 0, 0, () => AllowedFlowModules, () => GranularAccessControlConfiguration$], 2
4257
4290
  ];
4258
4291
  var CreateSecurityProfileResponse$ = [3, n0, _CSPRr,
@@ -4312,8 +4345,8 @@ var CreateUserHierarchyGroupResponse$ = [3, n0, _CUHGRr,
4312
4345
  ];
4313
4346
  var CreateUserRequest$ = [3, n0, _CUR,
4314
4347
  0,
4315
- [_U, _PCh, _SPIe, _RPI, _II, _P, _IId, _DUI, _HGI, _Ta],
4316
- [0, () => UserPhoneConfig$, 64 | 0, 0, [0, 1], [() => Password, 0], [() => UserIdentityInfo$, 0], 0, 0, 128 | 0], 5
4348
+ [_U, _SPIe, _RPI, _II, _P, _IId, _PCh, _DUI, _HGI, _AACut, _ACWCf, _PNC, _PCC, _VEC, _Ta],
4349
+ [0, 64 | 0, 0, [0, 1], [() => Password, 0], [() => UserIdentityInfo$, 0], [() => UserPhoneConfig$, 0], 0, 0, () => AutoAcceptConfigs, () => AfterContactWorkConfigs, [() => PhoneNumberConfigs, 0], () => PersistentConnectionConfigs, () => VoiceEnhancementConfigs, 128 | 0], 4
4317
4350
  ];
4318
4351
  var CreateUserResponse$ = [3, n0, _CURr,
4319
4352
  0,
@@ -6132,7 +6165,7 @@ var LexBotConfig$ = [3, n0, _LBC,
6132
6165
  ];
6133
6166
  var LexV2Bot$ = [3, n0, _LVB,
6134
6167
  0,
6135
- [_AA],
6168
+ [_AAl],
6136
6169
  [0]
6137
6170
  ];
6138
6171
  var LimitExceededException$ = [-3, n0, _LEE,
@@ -7054,6 +7087,16 @@ var PersistentChat$ = [3, n0, _PCe,
7054
7087
  [_RTe, _SCI],
7055
7088
  [0, 0]
7056
7089
  ];
7090
+ var PersistentConnectionConfig$ = [3, n0, _PCCe,
7091
+ 0,
7092
+ [_C, _PCer],
7093
+ [0, 2], 2
7094
+ ];
7095
+ var PhoneNumberConfig$ = [3, n0, _PNCh,
7096
+ 0,
7097
+ [_C, _PTh, _PN],
7098
+ [0, 0, [() => SensitivePhoneNumber, 0]], 2
7099
+ ];
7057
7100
  var PhoneNumberQuickConnectConfig$ = [3, n0, _PNQCC,
7058
7101
  0,
7059
7102
  [_PN],
@@ -7841,7 +7884,7 @@ var SecurityKey$ = [3, n0, _SKe,
7841
7884
  ];
7842
7885
  var SecurityProfile$ = [3, n0, _SPe,
7843
7886
  0,
7844
- [_I, _ORIr, _A, _SPN, _D, _Ta, _AACT, _TRR, _LMT, _LMR, _HRR, _AACHGI, _GACC],
7887
+ [_I, _ORIr, _A, _SPNe, _D, _Ta, _AACT, _TRR, _LMT, _LMR, _HRR, _AACHGI, _GACC],
7845
7888
  [0, 0, 0, 0, 0, 128 | 0, 128 | 0, 64 | 0, 4, 0, 64 | 0, 0, () => GranularAccessControlConfiguration$]
7846
7889
  ];
7847
7890
  var SecurityProfileItem$ = [3, n0, _SPIec,
@@ -7856,7 +7899,7 @@ var SecurityProfileSearchCriteria$ = [3, n0, _SPSC,
7856
7899
  ];
7857
7900
  var SecurityProfileSearchSummary$ = [3, n0, _SPSS,
7858
7901
  0,
7859
- [_I, _ORIr, _A, _SPN, _D, _Ta],
7902
+ [_I, _ORIr, _A, _SPNe, _D, _Ta],
7860
7903
  [0, 0, 0, 0, 0, 128 | 0]
7861
7904
  ];
7862
7905
  var SecurityProfilesSearchFilter$ = [3, n0, _SPSF,
@@ -8717,6 +8760,11 @@ var UpdateTrafficDistributionResponse$ = [3, n0, _UTDRp,
8717
8760
  [],
8718
8761
  []
8719
8762
  ];
8763
+ var UpdateUserConfigRequest$ = [3, n0, _UUCR,
8764
+ 0,
8765
+ [_UI, _II, _AACut, _ACWCf, _PNC, _PCC, _VEC],
8766
+ [[0, 1], [0, 1], () => AutoAcceptConfigs, () => AfterContactWorkConfigs, [() => PhoneNumberConfigs, 0], () => PersistentConnectionConfigs, () => VoiceEnhancementConfigs], 2
8767
+ ];
8720
8768
  var UpdateUserHierarchyGroupNameRequest$ = [3, n0, _UUHGNR,
8721
8769
  0,
8722
8770
  [_N, _HGI, _II],
@@ -8740,7 +8788,7 @@ var UpdateUserIdentityInfoRequest$ = [3, n0, _UUIIR,
8740
8788
  var UpdateUserPhoneConfigRequest$ = [3, n0, _UUPCR,
8741
8789
  0,
8742
8790
  [_PCh, _UI, _II],
8743
- [() => UserPhoneConfig$, [0, 1], [0, 1]], 3
8791
+ [[() => UserPhoneConfig$, 0], [0, 1], [0, 1]], 3
8744
8792
  ];
8745
8793
  var UpdateUserProficienciesRequest$ = [3, n0, _UUPR,
8746
8794
  0,
@@ -8834,8 +8882,8 @@ var UseCase$ = [3, n0, _UCs,
8834
8882
  ];
8835
8883
  var User$ = [3, n0, _Us,
8836
8884
  0,
8837
- [_I, _A, _U, _IId, _PCh, _DUI, _SPIe, _RPI, _HGI, _Ta, _LMT, _LMR],
8838
- [0, 0, 0, [() => UserIdentityInfo$, 0], () => UserPhoneConfig$, 0, 64 | 0, 0, 0, 128 | 0, 4, 0]
8885
+ [_I, _A, _U, _IId, _PCh, _DUI, _SPIe, _RPI, _HGI, _Ta, _AACut, _ACWCf, _PNC, _PCC, _VEC, _LMT, _LMR],
8886
+ [0, 0, 0, [() => UserIdentityInfo$, 0], [() => UserPhoneConfig$, 0], 0, 64 | 0, 0, 0, 128 | 0, () => AutoAcceptConfigs, () => AfterContactWorkConfigs, [() => PhoneNumberConfigs, 0], () => PersistentConnectionConfigs, () => VoiceEnhancementConfigs, 4, 0]
8839
8887
  ];
8840
8888
  var UserData$ = [3, n0, _UD,
8841
8889
  0,
@@ -8880,8 +8928,8 @@ var UserNotFoundException$ = [-3, n0, _UNFE,
8880
8928
  schema.TypeRegistry.for(n0).registerError(UserNotFoundException$, UserNotFoundException);
8881
8929
  var UserPhoneConfig$ = [3, n0, _UPC,
8882
8930
  0,
8883
- [_PTh, _AAu, _ACWTL, _DPNe, _PCer],
8884
- [0, 2, 1, 0, 2], 1
8931
+ [_PTh, _AA, _ACWTL, _DPNe, _PCer],
8932
+ [0, 2, 1, [() => SensitivePhoneNumber, 0], 2]
8885
8933
  ];
8886
8934
  var UserProficiency$ = [3, n0, _UPs,
8887
8935
  0,
@@ -8915,8 +8963,8 @@ var UserSearchFilter$ = [3, n0, _USF,
8915
8963
  ];
8916
8964
  var UserSearchSummary$ = [3, n0, _USS,
8917
8965
  0,
8918
- [_A, _DUI, _HGI, _I, _IId, _PCh, _RPI, _SPIe, _Ta, _U],
8919
- [0, 0, 0, 0, [() => UserIdentityInfoLite$, 0], () => UserPhoneConfig$, 0, 64 | 0, 128 | 0, 0]
8966
+ [_A, _DUI, _HGI, _I, _IId, _PCh, _RPI, _SPIe, _Ta, _U, _AACut, _ACWCf, _PNC, _PCC, _VEC],
8967
+ [0, 0, 0, 0, [() => UserIdentityInfoLite$, 0], [() => UserPhoneConfig$, 0], 0, 64 | 0, 128 | 0, 0, () => AutoAcceptConfigs, () => AfterContactWorkConfigs, [() => PhoneNumberConfigs, 0], () => PersistentConnectionConfigs, () => VoiceEnhancementConfigs]
8920
8968
  ];
8921
8969
  var UserSummary$ = [3, n0, _US,
8922
8970
  0,
@@ -8983,6 +9031,11 @@ var VoiceCallEntryPointParameters$ = [3, n0, _VCEPP,
8983
9031
  [_SPNo, _DPN, _FI],
8984
9032
  [0, 0, 0]
8985
9033
  ];
9034
+ var VoiceEnhancementConfig$ = [3, n0, _VECo,
9035
+ 0,
9036
+ [_C, _VEM],
9037
+ [0, 0], 2
9038
+ ];
8986
9039
  var VoiceRecordingConfiguration$ = [3, n0, _VRC,
8987
9040
  0,
8988
9041
  [_VRT, _IRT],
@@ -9069,6 +9122,9 @@ schema.TypeRegistry.for(_sm).registerError(ConnectServiceException$, ConnectServ
9069
9122
  var ActionSummaries = [1, n0, _ASc,
9070
9123
  0, () => ActionSummary$
9071
9124
  ];
9125
+ var AfterContactWorkConfigs = [1, n0, _ACWCf,
9126
+ 0, () => AfterContactWorkConfigPerChannel$
9127
+ ];
9072
9128
  var AgentContactReferenceList = [1, n0, _ACRL,
9073
9129
  0, () => AgentContactReference$
9074
9130
  ];
@@ -9120,6 +9176,9 @@ var AttributesList = [1, n0, _ALt,
9120
9176
  var AuthenticationProfileSummaryList = [1, n0, _APSL,
9121
9177
  0, () => AuthenticationProfileSummary$
9122
9178
  ];
9179
+ var AutoAcceptConfigs = [1, n0, _AACut,
9180
+ 0, () => AutoAcceptConfig$
9181
+ ];
9123
9182
  var AvailableNumbersList = [1, n0, _ANL,
9124
9183
  0, () => AvailableNumberSummary$
9125
9184
  ];
@@ -9442,6 +9501,13 @@ var ParentHoursOfOperationsList = [1, n0, _PHOOL,
9442
9501
  var ParticipantTimerConfigList = [1, n0, _PTCL,
9443
9502
  0, () => ParticipantTimerConfiguration$
9444
9503
  ];
9504
+ var PersistentConnectionConfigs = [1, n0, _PCC,
9505
+ 0, () => PersistentConnectionConfig$
9506
+ ];
9507
+ var PhoneNumberConfigs = [1, n0, _PNC,
9508
+ 0, [() => PhoneNumberConfig$,
9509
+ 0]
9510
+ ];
9445
9511
  var PhoneNumberSummaryList = [1, n0, _PNSL,
9446
9512
  0, () => PhoneNumberSummary$
9447
9513
  ];
@@ -9732,6 +9798,9 @@ var ViewVersionSummaryList = [1, n0, _VVSL,
9732
9798
  var VocabularySummaryList = [1, n0, _VSLo,
9733
9799
  0, () => VocabularySummary$
9734
9800
  ];
9801
+ var VoiceEnhancementConfigs = [1, n0, _VEC,
9802
+ 0, () => VoiceEnhancementConfig$
9803
+ ];
9735
9804
  var WorkspaceAssociationSearchConditionList = [1, n0, _WASCL,
9736
9805
  0, () => WorkspaceAssociationSearchCriteria$
9737
9806
  ];
@@ -10903,6 +10972,9 @@ var UpdateTestCase$ = [9, n0, _UTC,
10903
10972
  var UpdateTrafficDistribution$ = [9, n0, _UTD,
10904
10973
  { [_h]: ["PUT", "/traffic-distribution/{Id}", 200] }, () => UpdateTrafficDistributionRequest$, () => UpdateTrafficDistributionResponse$
10905
10974
  ];
10975
+ var UpdateUserConfig$ = [9, n0, _UUC,
10976
+ { [_h]: ["POST", "/users/{InstanceId}/{UserId}/config", 200] }, () => UpdateUserConfigRequest$, () => __Unit
10977
+ ];
10906
10978
  var UpdateUserHierarchy$ = [9, n0, _UUH,
10907
10979
  { [_h]: ["POST", "/users/{InstanceId}/{UserId}/hierarchy", 200] }, () => UpdateUserHierarchyRequest$, () => __Unit
10908
10980
  ];
@@ -15038,6 +15110,18 @@ class UpdateTrafficDistributionCommand extends smithyClient.Command
15038
15110
  .build() {
15039
15111
  }
15040
15112
 
15113
+ class UpdateUserConfigCommand extends smithyClient.Command
15114
+ .classBuilder()
15115
+ .ep(commonParams)
15116
+ .m(function (Command, cs, config, o) {
15117
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15118
+ })
15119
+ .s("AmazonConnectService", "UpdateUserConfig", {})
15120
+ .n("ConnectClient", "UpdateUserConfigCommand")
15121
+ .sc(UpdateUserConfig$)
15122
+ .build() {
15123
+ }
15124
+
15041
15125
  class UpdateUserHierarchyCommand extends smithyClient.Command
15042
15126
  .classBuilder()
15043
15127
  .ep(commonParams)
@@ -15718,6 +15802,7 @@ const commands = {
15718
15802
  UpdateTaskTemplateCommand,
15719
15803
  UpdateTestCaseCommand,
15720
15804
  UpdateTrafficDistributionCommand,
15805
+ UpdateUserConfigCommand,
15721
15806
  UpdateUserHierarchyCommand,
15722
15807
  UpdateUserHierarchyGroupNameCommand,
15723
15808
  UpdateUserHierarchyStructureCommand,
@@ -15838,6 +15923,12 @@ const ActionType = {
15838
15923
  SUBMIT_AUTO_EVALUATION: "SUBMIT_AUTO_EVALUATION",
15839
15924
  UPDATE_CASE: "UPDATE_CASE",
15840
15925
  };
15926
+ const Channel = {
15927
+ CHAT: "CHAT",
15928
+ EMAIL: "EMAIL",
15929
+ TASK: "TASK",
15930
+ VOICE: "VOICE",
15931
+ };
15841
15932
  const AgentAvailabilityTimer = {
15842
15933
  TIME_SINCE_LAST_ACTIVITY: "TIME_SINCE_LAST_ACTIVITY",
15843
15934
  TIME_SINCE_LAST_INBOUND: "TIME_SINCE_LAST_INBOUND",
@@ -15853,12 +15944,6 @@ const ContactState = {
15853
15944
  PENDING: "PENDING",
15854
15945
  REJECTED: "REJECTED",
15855
15946
  };
15856
- const Channel = {
15857
- CHAT: "CHAT",
15858
- EMAIL: "EMAIL",
15859
- TASK: "TASK",
15860
- VOICE: "VOICE",
15861
- };
15862
15947
  const ContactInitiationMethod = {
15863
15948
  AGENT_REPLY: "AGENT_REPLY",
15864
15949
  API: "API",
@@ -16332,6 +16417,11 @@ const PhoneType = {
16332
16417
  DESK_PHONE: "DESK_PHONE",
16333
16418
  SOFT_PHONE: "SOFT_PHONE",
16334
16419
  };
16420
+ const VoiceEnhancementMode = {
16421
+ NOISE_SUPPRESSION: "NOISE_SUPPRESSION",
16422
+ NONE: "NONE",
16423
+ VOICE_ISOLATION: "VOICE_ISOLATION",
16424
+ };
16335
16425
  const ViewStatus = {
16336
16426
  PUBLISHED: "PUBLISHED",
16337
16427
  SAVED: "SAVED",
@@ -17070,6 +17160,8 @@ exports.ActivateEvaluationFormCommand = ActivateEvaluationFormCommand;
17070
17160
  exports.ActivateEvaluationFormRequest$ = ActivateEvaluationFormRequest$;
17071
17161
  exports.ActivateEvaluationFormResponse$ = ActivateEvaluationFormResponse$;
17072
17162
  exports.AdditionalEmailRecipients$ = AdditionalEmailRecipients$;
17163
+ exports.AfterContactWorkConfig$ = AfterContactWorkConfig$;
17164
+ exports.AfterContactWorkConfigPerChannel$ = AfterContactWorkConfigPerChannel$;
17073
17165
  exports.AgentAvailabilityTimer = AgentAvailabilityTimer;
17074
17166
  exports.AgentConfig$ = AgentConfig$;
17075
17167
  exports.AgentContactReference$ = AgentContactReference$;
@@ -17181,6 +17273,7 @@ exports.AudioFeatures$ = AudioFeatures$;
17181
17273
  exports.AudioQualityMetricsInfo$ = AudioQualityMetricsInfo$;
17182
17274
  exports.AuthenticationProfile$ = AuthenticationProfile$;
17183
17275
  exports.AuthenticationProfileSummary$ = AuthenticationProfileSummary$;
17276
+ exports.AutoAcceptConfig$ = AutoAcceptConfig$;
17184
17277
  exports.AutoEvaluationConfiguration$ = AutoEvaluationConfiguration$;
17185
17278
  exports.AutoEvaluationDetails$ = AutoEvaluationDetails$;
17186
17279
  exports.AutoEvaluationStatus = AutoEvaluationStatus;
@@ -18433,6 +18526,8 @@ exports.PauseContactCommand = PauseContactCommand;
18433
18526
  exports.PauseContactRequest$ = PauseContactRequest$;
18434
18527
  exports.PauseContactResponse$ = PauseContactResponse$;
18435
18528
  exports.PersistentChat$ = PersistentChat$;
18529
+ exports.PersistentConnectionConfig$ = PersistentConnectionConfig$;
18530
+ exports.PhoneNumberConfig$ = PhoneNumberConfig$;
18436
18531
  exports.PhoneNumberCountryCode = PhoneNumberCountryCode;
18437
18532
  exports.PhoneNumberQuickConnectConfig$ = PhoneNumberQuickConnectConfig$;
18438
18533
  exports.PhoneNumberStatus$ = PhoneNumberStatus$;
@@ -19036,6 +19131,9 @@ exports.UpdateTrafficDistribution$ = UpdateTrafficDistribution$;
19036
19131
  exports.UpdateTrafficDistributionCommand = UpdateTrafficDistributionCommand;
19037
19132
  exports.UpdateTrafficDistributionRequest$ = UpdateTrafficDistributionRequest$;
19038
19133
  exports.UpdateTrafficDistributionResponse$ = UpdateTrafficDistributionResponse$;
19134
+ exports.UpdateUserConfig$ = UpdateUserConfig$;
19135
+ exports.UpdateUserConfigCommand = UpdateUserConfigCommand;
19136
+ exports.UpdateUserConfigRequest$ = UpdateUserConfigRequest$;
19039
19137
  exports.UpdateUserHierarchy$ = UpdateUserHierarchy$;
19040
19138
  exports.UpdateUserHierarchyCommand = UpdateUserHierarchyCommand;
19041
19139
  exports.UpdateUserHierarchyGroupName$ = UpdateUserHierarchyGroupName$;
@@ -19125,6 +19223,8 @@ exports.VocabularyLanguageCode = VocabularyLanguageCode;
19125
19223
  exports.VocabularyState = VocabularyState;
19126
19224
  exports.VocabularySummary$ = VocabularySummary$;
19127
19225
  exports.VoiceCallEntryPointParameters$ = VoiceCallEntryPointParameters$;
19226
+ exports.VoiceEnhancementConfig$ = VoiceEnhancementConfig$;
19227
+ exports.VoiceEnhancementMode = VoiceEnhancementMode;
19128
19228
  exports.VoiceRecordingConfiguration$ = VoiceRecordingConfiguration$;
19129
19229
  exports.VoiceRecordingTrack = VoiceRecordingTrack;
19130
19230
  exports.WisdomInfo$ = WisdomInfo$;
@@ -340,6 +340,7 @@ import { UpdateSecurityProfileCommand, } from "./commands/UpdateSecurityProfileC
340
340
  import { UpdateTaskTemplateCommand, } from "./commands/UpdateTaskTemplateCommand";
341
341
  import { UpdateTestCaseCommand, } from "./commands/UpdateTestCaseCommand";
342
342
  import { UpdateTrafficDistributionCommand, } from "./commands/UpdateTrafficDistributionCommand";
343
+ import { UpdateUserConfigCommand, } from "./commands/UpdateUserConfigCommand";
343
344
  import { UpdateUserHierarchyCommand, } from "./commands/UpdateUserHierarchyCommand";
344
345
  import { UpdateUserHierarchyGroupNameCommand, } from "./commands/UpdateUserHierarchyGroupNameCommand";
345
346
  import { UpdateUserHierarchyStructureCommand, } from "./commands/UpdateUserHierarchyStructureCommand";
@@ -782,6 +783,7 @@ const commands = {
782
783
  UpdateTaskTemplateCommand,
783
784
  UpdateTestCaseCommand,
784
785
  UpdateTrafficDistributionCommand,
786
+ UpdateUserConfigCommand,
785
787
  UpdateUserHierarchyCommand,
786
788
  UpdateUserHierarchyGroupNameCommand,
787
789
  UpdateUserHierarchyStructureCommand,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdateUserConfig$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateUserConfigCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonConnectService", "UpdateUserConfig", {})
13
+ .n("ConnectClient", "UpdateUserConfigCommand")
14
+ .sc(UpdateUserConfig$)
15
+ .build() {
16
+ }
@@ -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";
@@ -12,6 +12,12 @@ export const ActionType = {
12
12
  SUBMIT_AUTO_EVALUATION: "SUBMIT_AUTO_EVALUATION",
13
13
  UPDATE_CASE: "UPDATE_CASE",
14
14
  };
15
+ export const Channel = {
16
+ CHAT: "CHAT",
17
+ EMAIL: "EMAIL",
18
+ TASK: "TASK",
19
+ VOICE: "VOICE",
20
+ };
15
21
  export const AgentAvailabilityTimer = {
16
22
  TIME_SINCE_LAST_ACTIVITY: "TIME_SINCE_LAST_ACTIVITY",
17
23
  TIME_SINCE_LAST_INBOUND: "TIME_SINCE_LAST_INBOUND",
@@ -27,12 +33,6 @@ export const ContactState = {
27
33
  PENDING: "PENDING",
28
34
  REJECTED: "REJECTED",
29
35
  };
30
- export const Channel = {
31
- CHAT: "CHAT",
32
- EMAIL: "EMAIL",
33
- TASK: "TASK",
34
- VOICE: "VOICE",
35
- };
36
36
  export const ContactInitiationMethod = {
37
37
  AGENT_REPLY: "AGENT_REPLY",
38
38
  API: "API",
@@ -506,6 +506,11 @@ export const PhoneType = {
506
506
  DESK_PHONE: "DESK_PHONE",
507
507
  SOFT_PHONE: "SOFT_PHONE",
508
508
  };
509
+ export const VoiceEnhancementMode = {
510
+ NOISE_SUPPRESSION: "NOISE_SUPPRESSION",
511
+ NONE: "NONE",
512
+ VOICE_ISOLATION: "VOICE_ISOLATION",
513
+ };
509
514
  export const ViewStatus = {
510
515
  PUBLISHED: "PUBLISHED",
511
516
  SAVED: "SAVED",