@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.
Files changed (49) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +400 -12758
  3. package/dist-cjs/models/ConnectServiceException.js +12 -0
  4. package/dist-cjs/models/errors.js +434 -0
  5. package/dist-cjs/runtimeConfig.shared.js +2 -0
  6. package/dist-cjs/schemas/schemas_0.js +10615 -0
  7. package/dist-es/Connect.js +2 -0
  8. package/dist-es/commands/UpdateUserConfigCommand.js +16 -0
  9. package/dist-es/commands/index.js +1 -0
  10. package/dist-es/models/enums.js +11 -6
  11. package/dist-es/runtimeConfig.shared.js +2 -0
  12. package/dist-es/schemas/schemas_0.js +296 -218
  13. package/dist-types/Connect.d.ts +7 -0
  14. package/dist-types/ConnectClient.d.ts +3 -2
  15. package/dist-types/commands/CreateUserCommand.d.ts +64 -1
  16. package/dist-types/commands/CreateWorkspaceCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeUserCommand.d.ts +38 -1
  18. package/dist-types/commands/ListAgentStatusesCommand.d.ts +1 -1
  19. package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -1
  20. package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +1 -2
  21. package/dist-types/commands/SearchUsersCommand.d.ts +38 -1
  22. package/dist-types/commands/SearchWorkspaceAssociationsCommand.d.ts +1 -2
  23. package/dist-types/commands/SearchWorkspacesCommand.d.ts +1 -2
  24. package/dist-types/commands/UpdateUserConfigCommand.d.ts +131 -0
  25. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +4 -1
  26. package/dist-types/commands/index.d.ts +1 -0
  27. package/dist-types/models/enums.d.ts +27 -14
  28. package/dist-types/models/models_0.d.ts +138 -115
  29. package/dist-types/models/models_1.d.ts +138 -124
  30. package/dist-types/models/models_2.d.ts +150 -166
  31. package/dist-types/models/models_3.d.ts +206 -3
  32. package/dist-types/schemas/schemas_0.d.ts +43 -28
  33. package/dist-types/ts3.4/Connect.d.ts +17 -0
  34. package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
  35. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +4 -2
  39. package/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +4 -2
  40. package/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +4 -2
  41. package/dist-types/ts3.4/commands/UpdateUserConfigCommand.d.ts +45 -0
  42. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  43. package/dist-types/ts3.4/models/enums.d.ts +14 -7
  44. package/dist-types/ts3.4/models/models_0.d.ts +34 -30
  45. package/dist-types/ts3.4/models/models_1.d.ts +40 -33
  46. package/dist-types/ts3.4/models/models_2.d.ts +42 -36
  47. package/dist-types/ts3.4/models/models_3.d.ts +50 -3
  48. package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -28
  49. package/package.json +13 -13
@@ -1,8 +1,10 @@
1
1
  const _A = "Arn";
2
- const _AA = "AliasArn";
2
+ const _AA = "AutoAccept";
3
3
  const _AAC = "AttributeAndCondition";
4
4
  const _AACHGI = "AllowedAccessControlHierarchyGroupId";
5
5
  const _AACT = "AllowedAccessControlTags";
6
+ const _AACu = "AutoAcceptConfig";
7
+ const _AACut = "AutoAcceptConfigs";
6
8
  const _AADS = "AssociateAnalyticsDataSet";
7
9
  const _AADSR = "AssociateAnalyticsDataSetRequest";
8
10
  const _AADSRs = "AssociateAnalyticsDataSetResponse";
@@ -14,7 +16,7 @@ const _AAOR = "AssociateApprovedOriginRequest";
14
16
  const _AAT = "AgentAvailabilityTimer";
15
17
  const _AAVI = "AiAgentVersionId";
16
18
  const _AAi = "AiAgents";
17
- const _AAu = "AutoAccept";
19
+ const _AAl = "AliasArn";
18
20
  const _AB = "AcknowledgedBy";
19
21
  const _ABAT = "AcceptedByAgentTimestamp";
20
22
  const _ABR = "AssociateBotRequest";
@@ -29,6 +31,9 @@ const _ACRL = "AgentContactReferenceList";
29
31
  const _ACS = "AgentContactState";
30
32
  const _ACSL = "AssociatedContactSummaryList";
31
33
  const _ACSs = "AssociatedContactSummary";
34
+ const _ACWC = "AfterContactWorkConfig";
35
+ const _ACWCPC = "AfterContactWorkConfigPerChannel";
36
+ const _ACWCf = "AfterContactWorkConfigs";
32
37
  const _ACWD = "AfterContactWorkDuration";
33
38
  const _ACWET = "AfterContactWorkEndTimestamp";
34
39
  const _ACWST = "AfterContactWorkStartTimestamp";
@@ -75,6 +80,8 @@ const _AEn = "AndExpression";
75
80
  const _AEu = "AutoEvaluation";
76
81
  const _AF = "AgentFirst";
77
82
  const _AFC = "AutomaticFailConfiguration";
83
+ const _AFCAA = "AgentFirstCallbackAutoAccept";
84
+ const _AFCACWC = "AgentFirstCallbackAfterContactWorkConfig";
78
85
  const _AFE = "AttachedFileError";
79
86
  const _AFEL = "AttachedFileErrorsList";
80
87
  const _AFIRER = "AttachedFileInvalidRequestExceptionReason";
@@ -329,7 +336,7 @@ const _CDTARr = "CreateDataTableAttributeResponse";
329
336
  const _CDTR = "CreateDataTableRequest";
330
337
  const _CDTRr = "CreateDataTableResponse";
331
338
  const _CDo = "ContactDetails";
332
- const _CE = "ChatEvent";
339
+ const _CE = "ConflictException";
333
340
  const _CEA = "CcEmailAddresses";
334
341
  const _CEAR = "CreateEmailAddressRequest";
335
342
  const _CEARr = "CreateEmailAddressResponse";
@@ -337,9 +344,9 @@ const _CEAr = "CreateEmailAddress";
337
344
  const _CEF = "CreateEvaluationForm";
338
345
  const _CEFR = "CreateEvaluationFormRequest";
339
346
  const _CEFRr = "CreateEvaluationFormResponse";
340
- const _CEo = "ConflictException";
341
- const _CEon = "ContactEvaluations";
342
- const _CEont = "ContactEvaluation";
347
+ const _CEh = "ChatEvent";
348
+ const _CEo = "ContactEvaluations";
349
+ const _CEon = "ContactEvaluation";
343
350
  const _CEu = "CustomerEndpoint";
344
351
  const _CF = "ContactFilter";
345
352
  const _CFA = "ContactFlowArn";
@@ -1656,7 +1663,7 @@ const _Ope = "Operator";
1656
1663
  const _Opt = "Options";
1657
1664
  const _Or = "Origins";
1658
1665
  const _Ord = "Order";
1659
- const _P = "Password";
1666
+ const _P = "Problems";
1660
1667
  const _PA = "PredefinedAttribute";
1661
1668
  const _PAA = "PinpointAppArn";
1662
1669
  const _PAACC = "PrimaryAttributeAccessControlConfiguration";
@@ -1679,6 +1686,8 @@ const _PAr = "PredefinedAttributes";
1679
1686
  const _PAro = "ProcessorArn";
1680
1687
  const _PB = "PageBackground";
1681
1688
  const _PC = "ParticipantCredentials";
1689
+ const _PCC = "PersistentConnectionConfigs";
1690
+ const _PCCe = "PersistentConnectionConfig";
1682
1691
  const _PCI = "PreviousContactId";
1683
1692
  const _PCR = "PauseContactRequest";
1684
1693
  const _PCRa = "PauseContactResponse";
@@ -1705,14 +1714,16 @@ const _PHOOI = "ParentHoursOfOperationIds";
1705
1714
  const _PHOOL = "ParentHoursOfOperationsList";
1706
1715
  const _PI = "ParticipantId";
1707
1716
  const _PIr = "PromptId";
1708
- const _PL = "ProficiencyLevel";
1709
- const _PLr = "PropertyList";
1717
+ const _PL = "PropertyList";
1718
+ const _PLr = "ProficiencyLevel";
1710
1719
  const _PLro = "PromptList";
1711
1720
  const _PM = "ParticipantMetrics";
1712
1721
  const _PN = "PhoneNumber";
1713
1722
  const _PNA = "PhoneNumberArn";
1723
+ const _PNC = "PhoneNumberConfigs";
1714
1724
  const _PNCC = "PhoneNumberCountryCode";
1715
1725
  const _PNCCh = "PhoneNumberCountryCodes";
1726
+ const _PNCh = "PhoneNumberConfig";
1716
1727
  const _PND = "PhoneNumberDescription";
1717
1728
  const _PNI = "PhoneNumberId";
1718
1729
  const _PNP = "PhoneNumberPrefix";
@@ -1760,7 +1771,8 @@ const _PVS = "PrimaryValuesSet";
1760
1771
  const _PVl = "PlatformVersion";
1761
1772
  const _PVr = "PrimaryValue";
1762
1773
  const _PVro = "PropertyValue";
1763
- const _Pa = "Page";
1774
+ const _Pa = "Password";
1775
+ const _Pag = "Page";
1764
1776
  const _Pal = "Palette";
1765
1777
  const _Pe = "Permissions";
1766
1778
  const _Per = "Percentage";
@@ -1769,7 +1781,6 @@ const _Pre = "Prefix";
1769
1781
  const _Pri = "Primary";
1770
1782
  const _Prio = "Priority";
1771
1783
  const _Pro = "Prompt";
1772
- const _Prob = "Problems";
1773
1784
  const _Prom = "Prompts";
1774
1785
  const _Pu = "Purposes";
1775
1786
  const _Q = "Queue";
@@ -1817,7 +1828,7 @@ const _QTu = "QueueTypes";
1817
1828
  const _QTue = "QueueType";
1818
1829
  const _Qu = "Queues";
1819
1830
  const _Que = "Question";
1820
- const _R = "Range";
1831
+ const _R = "Reason";
1821
1832
  const _RA = "ResourceArns";
1822
1833
  const _RAe = "ResourceArn";
1823
1834
  const _RAep = "ReplicaAlias";
@@ -1943,8 +1954,8 @@ const _RTe = "RehydrationType";
1943
1954
  const _RTef = "RefreshToken";
1944
1955
  const _RTefe = "ReferenceTypes";
1945
1956
  const _RTes = "ResourceTypes";
1957
+ const _Ra = "Range";
1946
1958
  const _Re = "Recordings";
1947
- const _Rea = "Reason";
1948
1959
  const _Rec = "Record";
1949
1960
  const _Reci = "Recipient";
1950
1961
  const _Red = "Redaction";
@@ -2119,8 +2130,9 @@ const _SPAe = "SearchPredefinedAttributes";
2119
2130
  const _SPI = "SecurityProfileId";
2120
2131
  const _SPIe = "SecurityProfileIds";
2121
2132
  const _SPIec = "SecurityProfileItem";
2122
- const _SPN = "SecurityProfileName";
2133
+ const _SPN = "SensitivePhoneNumber";
2123
2134
  const _SPNA = "SourcePhoneNumberArn";
2135
+ const _SPNe = "SecurityProfileName";
2124
2136
  const _SPNo = "SourcePhoneNumber";
2125
2137
  const _SPR = "SearchPromptsRequest";
2126
2138
  const _SPRe = "SearchPromptsResponse";
@@ -2535,6 +2547,8 @@ const _UTL = "UnprocessedTranscriptLocation";
2535
2547
  const _UTT = "UpdateTaskTemplate";
2536
2548
  const _UTTR = "UpdateTaskTemplateRequest";
2537
2549
  const _UTTRp = "UpdateTaskTemplateResponse";
2550
+ const _UUC = "UpdateUserConfig";
2551
+ const _UUCR = "UpdateUserConfigRequest";
2538
2552
  const _UUH = "UpdateUserHierarchy";
2539
2553
  const _UUHGN = "UpdateUserHierarchyGroupName";
2540
2554
  const _UUHGNR = "UpdateUserHierarchyGroupNameRequest";
@@ -2584,6 +2598,9 @@ const _VCEPP = "VoiceCallEntryPointParameters";
2584
2598
  const _VCS = "ViewContentSha256";
2585
2599
  const _VD = "VersionDescription";
2586
2600
  const _VE = "ValidationEnum";
2601
+ const _VEC = "VoiceEnhancementConfigs";
2602
+ const _VECo = "VoiceEnhancementConfig";
2603
+ const _VEM = "VoiceEnhancementMode";
2587
2604
  const _VI = "VocabularyId";
2588
2605
  const _VIC = "ViewInputContent";
2589
2606
  const _VIS = "ViewInputSchema";
@@ -2684,12 +2701,12 @@ const _qT = "queueTypes";
2684
2701
  const _rA = "resourceArn";
2685
2702
  const _rT = "resourceType";
2686
2703
  const _rTe = "referenceTypes";
2687
- const _s = "status";
2704
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.connect";
2688
2705
  const _sT = "startTime";
2689
2706
  const _sV = "snapshotVersion";
2690
2707
  const _se = "server";
2691
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.connect";
2692
- const _st = "state";
2708
+ const _st = "status";
2709
+ const _sta = "state";
2693
2710
  const _t = "tags";
2694
2711
  const _tCI = "testCaseId";
2695
2712
  const _tCN = "testCaseName";
@@ -2710,6 +2727,182 @@ const n0 = "com.amazonaws.connect";
2710
2727
  import { TypeRegistry } from "@smithy/core/schema";
2711
2728
  import { ConnectServiceException } from "../models/ConnectServiceException";
2712
2729
  import { AccessDeniedException, ConditionalOperationFailedException, ConflictException, ContactFlowNotPublishedException, ContactNotFoundException, DestinationNotAllowedException, DuplicateResourceException, IdempotencyException, InternalServiceException, InvalidActiveRegionException, InvalidContactFlowException, InvalidContactFlowModuleException, InvalidParameterException, InvalidRequestException, InvalidTestCaseException, LimitExceededException, MaximumResultReturnedException, OutboundContactNotPermittedException, OutputTypeNotFoundException, PropertyValidationException, ResourceConflictException, ResourceInUseException, ResourceNotFoundException, ResourceNotReadyException, ServiceQuotaExceededException, ThrottlingException, TooManyRequestsException, UserNotFoundException, } from "../models/errors";
2730
+ const _s_registry = TypeRegistry.for(_s);
2731
+ export var ConnectServiceException$ = [-3, _s, "ConnectServiceException", 0, [], []];
2732
+ _s_registry.registerError(ConnectServiceException$, ConnectServiceException);
2733
+ const n0_registry = TypeRegistry.for(n0);
2734
+ export var AccessDeniedException$ = [-3, n0, _ADE,
2735
+ { [_aQE]: [`AccessDeniedException`, 403], [_e]: _c, [_hE]: 403 },
2736
+ [_M],
2737
+ [0]
2738
+ ];
2739
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
2740
+ export var ConditionalOperationFailedException$ = [-3, n0, _COFE,
2741
+ { [_e]: _c, [_hE]: 409 },
2742
+ [_M],
2743
+ [0]
2744
+ ];
2745
+ n0_registry.registerError(ConditionalOperationFailedException$, ConditionalOperationFailedException);
2746
+ export var ConflictException$ = [-3, n0, _CE,
2747
+ { [_e]: _c, [_hE]: 409 },
2748
+ [_M],
2749
+ [0]
2750
+ ];
2751
+ n0_registry.registerError(ConflictException$, ConflictException);
2752
+ export var ContactFlowNotPublishedException$ = [-3, n0, _CFNPE,
2753
+ { [_e]: _c, [_hE]: 404 },
2754
+ [_M],
2755
+ [0]
2756
+ ];
2757
+ n0_registry.registerError(ContactFlowNotPublishedException$, ContactFlowNotPublishedException);
2758
+ export var ContactNotFoundException$ = [-3, n0, _CNFE,
2759
+ { [_aQE]: [`ContactNotFoundException`, 410], [_e]: _c, [_hE]: 410 },
2760
+ [_M],
2761
+ [0]
2762
+ ];
2763
+ n0_registry.registerError(ContactNotFoundException$, ContactNotFoundException);
2764
+ export var DestinationNotAllowedException$ = [-3, n0, _DNAE,
2765
+ { [_aQE]: [`DestinationNotAllowedException`, 403], [_e]: _c, [_hE]: 403 },
2766
+ [_M],
2767
+ [0]
2768
+ ];
2769
+ n0_registry.registerError(DestinationNotAllowedException$, DestinationNotAllowedException);
2770
+ export var DuplicateResourceException$ = [-3, n0, _DRE,
2771
+ { [_e]: _c, [_hE]: 409 },
2772
+ [_M],
2773
+ [0]
2774
+ ];
2775
+ n0_registry.registerError(DuplicateResourceException$, DuplicateResourceException);
2776
+ export var IdempotencyException$ = [-3, n0, _IE,
2777
+ { [_e]: _c, [_hE]: 409 },
2778
+ [_M],
2779
+ [0]
2780
+ ];
2781
+ n0_registry.registerError(IdempotencyException$, IdempotencyException);
2782
+ export var InternalServiceException$ = [-3, n0, _ISE,
2783
+ { [_e]: _se, [_hE]: 500 },
2784
+ [_M],
2785
+ [0]
2786
+ ];
2787
+ n0_registry.registerError(InternalServiceException$, InternalServiceException);
2788
+ export var InvalidActiveRegionException$ = [-3, n0, _IARE,
2789
+ { [_e]: _c, [_hE]: 400 },
2790
+ [_M],
2791
+ [0]
2792
+ ];
2793
+ n0_registry.registerError(InvalidActiveRegionException$, InvalidActiveRegionException);
2794
+ export var InvalidContactFlowException$ = [-3, n0, _ICFE,
2795
+ { [_e]: _c, [_hE]: 400 },
2796
+ [_p],
2797
+ [() => Problems]
2798
+ ];
2799
+ n0_registry.registerError(InvalidContactFlowException$, InvalidContactFlowException);
2800
+ export var InvalidContactFlowModuleException$ = [-3, n0, _ICFME,
2801
+ { [_e]: _c, [_hE]: 400 },
2802
+ [_P],
2803
+ [() => Problems]
2804
+ ];
2805
+ n0_registry.registerError(InvalidContactFlowModuleException$, InvalidContactFlowModuleException);
2806
+ export var InvalidParameterException$ = [-3, n0, _IPE,
2807
+ { [_e]: _c, [_hE]: 400 },
2808
+ [_M],
2809
+ [0]
2810
+ ];
2811
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
2812
+ export var InvalidRequestException$ = [-3, n0, _IRE,
2813
+ { [_e]: _c, [_hE]: 400 },
2814
+ [_M, _R],
2815
+ [0, () => InvalidRequestExceptionReason$]
2816
+ ];
2817
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
2818
+ export var InvalidTestCaseException$ = [-3, n0, _ITCE,
2819
+ { [_e]: _c, [_hE]: 400 },
2820
+ [_P],
2821
+ [() => Problems]
2822
+ ];
2823
+ n0_registry.registerError(InvalidTestCaseException$, InvalidTestCaseException);
2824
+ export var LimitExceededException$ = [-3, n0, _LEE,
2825
+ { [_aQE]: [`LimitExceededException`, 429], [_e]: _c, [_hE]: 429 },
2826
+ [_M],
2827
+ [0]
2828
+ ];
2829
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
2830
+ export var MaximumResultReturnedException$ = [-3, n0, _MRRE,
2831
+ { [_e]: _c, [_hE]: 400 },
2832
+ [_M],
2833
+ [0]
2834
+ ];
2835
+ n0_registry.registerError(MaximumResultReturnedException$, MaximumResultReturnedException);
2836
+ export var OutboundContactNotPermittedException$ = [-3, n0, _OCNPE,
2837
+ { [_aQE]: [`OutboundContactNotPermittedException`, 403], [_e]: _c, [_hE]: 403 },
2838
+ [_M],
2839
+ [0]
2840
+ ];
2841
+ n0_registry.registerError(OutboundContactNotPermittedException$, OutboundContactNotPermittedException);
2842
+ export var OutputTypeNotFoundException$ = [-3, n0, _OTNFE,
2843
+ { [_e]: _c, [_hE]: 404 },
2844
+ [_M],
2845
+ [0]
2846
+ ];
2847
+ n0_registry.registerError(OutputTypeNotFoundException$, OutputTypeNotFoundException);
2848
+ export var PropertyValidationException$ = [-3, n0, _PVE,
2849
+ { [_e]: _c, [_hE]: 400 },
2850
+ [_M, _PL],
2851
+ [0, () => PropertyValidationExceptionPropertyList], 1
2852
+ ];
2853
+ n0_registry.registerError(PropertyValidationException$, PropertyValidationException);
2854
+ export var ResourceConflictException$ = [-3, n0, _RCE,
2855
+ { [_e]: _c, [_hE]: 409 },
2856
+ [_M],
2857
+ [0]
2858
+ ];
2859
+ n0_registry.registerError(ResourceConflictException$, ResourceConflictException);
2860
+ export var ResourceInUseException$ = [-3, n0, _RIUE,
2861
+ { [_e]: _c, [_hE]: 409 },
2862
+ [_M, _RT, _RI],
2863
+ [0, 0, 0]
2864
+ ];
2865
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
2866
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
2867
+ { [_e]: _c, [_hE]: 404 },
2868
+ [_M],
2869
+ [0]
2870
+ ];
2871
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
2872
+ export var ResourceNotReadyException$ = [-3, n0, _RNRE,
2873
+ { [_e]: _c, [_hE]: 409 },
2874
+ [_M],
2875
+ [0]
2876
+ ];
2877
+ n0_registry.registerError(ResourceNotReadyException$, ResourceNotReadyException);
2878
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
2879
+ { [_e]: _c, [_hE]: 402 },
2880
+ [_M, _R],
2881
+ [0, () => ServiceQuotaExceededExceptionReason$]
2882
+ ];
2883
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2884
+ export var ThrottlingException$ = [-3, n0, _TE,
2885
+ { [_aQE]: [`ThrottlingException`, 429], [_e]: _c, [_hE]: 429 },
2886
+ [_M],
2887
+ [0]
2888
+ ];
2889
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
2890
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
2891
+ { [_e]: _c, [_hE]: 429 },
2892
+ [_M],
2893
+ [0]
2894
+ ];
2895
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
2896
+ export var UserNotFoundException$ = [-3, n0, _UNFE,
2897
+ { [_e]: _c, [_hE]: 404 },
2898
+ [_M],
2899
+ [0]
2900
+ ];
2901
+ n0_registry.registerError(UserNotFoundException$, UserNotFoundException);
2902
+ export const errorTypeRegistries = [
2903
+ _s_registry,
2904
+ n0_registry,
2905
+ ];
2713
2906
  var AgentFirstName = [0, n0, _AFN, 8, 0];
2714
2907
  var AgentLastName = [0, n0, _ALN, 8, 0];
2715
2908
  var AuthenticationError = [0, n0, _AE, 8, 0];
@@ -2726,22 +2919,17 @@ var InboundSubject = [0, n0, _IS, 8, 0];
2726
2919
  var JoinToken = [0, n0, _JT, 8, 0];
2727
2920
  var Name = [0, n0, _N, 8, 0];
2728
2921
  var OutboundSubject = [0, n0, _OS, 8, 0];
2729
- var Password = [0, n0, _P, 8, 0];
2922
+ var Password = [0, n0, _Pa, 8, 0];
2730
2923
  var SearchableContactAttributeKey = [0, n0, _SCAK, 8, 0];
2731
2924
  var SearchableContactAttributeValue = [0, n0, _SCAV, 8, 0];
2732
2925
  var SearchableSegmentAttributeKey = [0, n0, _SSAK, 8, 0];
2733
2926
  var SearchableSegmentAttributeValue = [0, n0, _SSAV, 8, 0];
2734
2927
  var SearchText = [0, n0, _ST, 8, 0];
2735
2928
  var SecurityToken = [0, n0, _STe, 8, 0];
2929
+ var SensitivePhoneNumber = [0, n0, _SPN, 8, 0];
2736
2930
  var ViewAction = [0, n0, _VA, 8, 0];
2737
2931
  var ViewInputSchema = [0, n0, _VIS, 8, 0];
2738
2932
  var ViewName = [0, n0, _VN, 8, 0];
2739
- export var AccessDeniedException$ = [-3, n0, _ADE,
2740
- { [_aQE]: [`AccessDeniedException`, 403], [_e]: _c, [_hE]: 403 },
2741
- [_M],
2742
- [0]
2743
- ];
2744
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
2745
2933
  export var ActionSummary$ = [3, n0, _AS,
2746
2934
  0,
2747
2935
  [_AT],
@@ -2762,6 +2950,16 @@ export var AdditionalEmailRecipients$ = [3, n0, _AER,
2762
2950
  [_TL, _CL],
2763
2951
  [() => EmailRecipientsList, () => EmailRecipientsList]
2764
2952
  ];
2953
+ export var AfterContactWorkConfig$ = [3, n0, _ACWC,
2954
+ 0,
2955
+ [_ACWTL],
2956
+ [1]
2957
+ ];
2958
+ export var AfterContactWorkConfigPerChannel$ = [3, n0, _ACWCPC,
2959
+ 0,
2960
+ [_C, _ACWC, _AFCACWC],
2961
+ [0, () => AfterContactWorkConfig$, () => AfterContactWorkConfig$], 2
2962
+ ];
2765
2963
  export var AgentConfig$ = [3, n0, _ACg,
2766
2964
  0,
2767
2965
  [_Di],
@@ -3054,7 +3252,7 @@ export var AttributeAndCondition$ = [3, n0, _AAC,
3054
3252
  ];
3055
3253
  export var AttributeCondition$ = [3, n0, _ACt,
3056
3254
  0,
3057
- [_N, _V, _PL, _R, _MC, _CO],
3255
+ [_N, _V, _PLr, _Ra, _MC, _CO],
3058
3256
  [0, 0, 1, () => Range$, () => MatchCriteria$, 0]
3059
3257
  ];
3060
3258
  export var AudioFeatures$ = [3, n0, _AFu,
@@ -3077,6 +3275,11 @@ export var AuthenticationProfileSummary$ = [3, n0, _APS,
3077
3275
  [_I, _A, _N, _ID, _LMT, _LMR],
3078
3276
  [0, 0, 0, 2, 4, 0]
3079
3277
  ];
3278
+ export var AutoAcceptConfig$ = [3, n0, _AACu,
3279
+ 0,
3280
+ [_C, _AA, _AFCAA],
3281
+ [0, 2, 2], 2
3282
+ ];
3080
3283
  export var AutoEvaluationConfiguration$ = [3, n0, _AEC,
3081
3284
  0,
3082
3285
  [_En],
@@ -3247,7 +3450,7 @@ export var ChatContactMetrics$ = [3, n0, _CCM,
3247
3450
  [_MP, _TM, _TBM, _TBMLIC, _CCTIM, _CTC, _AFRT, _AFRTIM],
3248
3451
  [2, 1, 1, 1, 1, 1, 4, 1]
3249
3452
  ];
3250
- export var ChatEvent$ = [3, n0, _CE,
3453
+ export var ChatEvent$ = [3, n0, _CEh,
3251
3454
  0,
3252
3455
  [_T, _CTon, _Co],
3253
3456
  [0, 0, 0], 1
@@ -3307,18 +3510,6 @@ export var Condition$ = [3, n0, _Con,
3307
3510
  [_SC, _NC],
3308
3511
  [() => StringCondition$, () => NumberCondition$]
3309
3512
  ];
3310
- export var ConditionalOperationFailedException$ = [-3, n0, _COFE,
3311
- { [_e]: _c, [_hE]: 409 },
3312
- [_M],
3313
- [0]
3314
- ];
3315
- TypeRegistry.for(n0).registerError(ConditionalOperationFailedException$, ConditionalOperationFailedException);
3316
- export var ConflictException$ = [-3, n0, _CEo,
3317
- { [_e]: _c, [_hE]: 409 },
3318
- [_M],
3319
- [0]
3320
- ];
3321
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
3322
3513
  export var ConnectionData$ = [3, n0, _CD,
3323
3514
  0,
3324
3515
  [_At, _Me],
@@ -3326,7 +3517,7 @@ export var ConnectionData$ = [3, n0, _CD,
3326
3517
  ];
3327
3518
  export var Contact$ = [3, n0, _Cont,
3328
3519
  0,
3329
- [_A, _I, _ICI, _PCI, _CAI, _IM, _N, _D, _C, _QIu, _AI, _IT, _DT, _LUT, _LPT, _LRT, _RST, _TPC, _TPDIS, _STc, _RCI, _WIi, _CIu, _CEu, _SE, _QTAS, _QP, _Ta, _CTST, _RC, _Cu, _Cam, _AMDS, _CVA, _QM, _CMh, _DD, _AER, _SAe, _Re, _DR, _CEon, _TTI, _CDo, _OSu, _Attr, _NCe, _GRM],
3520
+ [_A, _I, _ICI, _PCI, _CAI, _IM, _N, _D, _C, _QIu, _AI, _IT, _DT, _LUT, _LPT, _LRT, _RST, _TPC, _TPDIS, _STc, _RCI, _WIi, _CIu, _CEu, _SE, _QTAS, _QP, _Ta, _CTST, _RC, _Cu, _Cam, _AMDS, _CVA, _QM, _CMh, _DD, _AER, _SAe, _Re, _DR, _CEo, _TTI, _CDo, _OSu, _Attr, _NCe, _GRM],
3330
3521
  [0, 0, 0, 0, 0, 0, [() => Name, 0], [() => Description, 0], 0, () => QueueInfo$, () => AgentInfo$, 4, 4, 4, 4, 4, 4, 1, 1, 4, 0, () => WisdomInfo$, 0, () => EndpointInfo$, () => EndpointInfo$, 1, 1, 128 | 0, 4, () => RoutingCriteria$, () => Customer$, () => Campaign$, 0, () => CustomerVoiceActivity$, () => QualityMetrics$, () => ChatMetrics$, () => DisconnectDetails$, () => AdditionalEmailRecipients$, () => SegmentAttributes, () => Recordings, 0, () => ContactEvaluations, () => TaskTemplateInfoV2$, () => ContactDetails$, () => OutboundStrategy$, 128 | 0, () => NextContacts, () => GlobalResiliencyMetadata$]
3331
3522
  ];
3332
3523
  export var ContactAnalysis$ = [3, n0, _CAo,
@@ -3349,7 +3540,7 @@ export var ContactDetails$ = [3, n0, _CDo,
3349
3540
  [_N, _D],
3350
3541
  [0, 0]
3351
3542
  ];
3352
- export var ContactEvaluation$ = [3, n0, _CEont,
3543
+ export var ContactEvaluation$ = [3, n0, _CEon,
3353
3544
  0,
3354
3545
  [_FIo, _EAv, _St, _STta, _ETn, _DTe, _EL],
3355
3546
  [0, 0, 0, 4, 4, 4, 0]
@@ -3409,12 +3600,6 @@ export var ContactFlowModuleVersionSummary$ = [3, n0, _CFMVS,
3409
3600
  [_A, _VD, _Ve],
3410
3601
  [0, 0, 1]
3411
3602
  ];
3412
- export var ContactFlowNotPublishedException$ = [-3, n0, _CFNPE,
3413
- { [_e]: _c, [_hE]: 404 },
3414
- [_M],
3415
- [0]
3416
- ];
3417
- TypeRegistry.for(n0).registerError(ContactFlowNotPublishedException$, ContactFlowNotPublishedException);
3418
3603
  export var ContactFlowSearchCriteria$ = [3, n0, _CFSC,
3419
3604
  0,
3420
3605
  [_OC, _ACn, _SC, _TCy, _SCta, _SCtat],
@@ -3450,12 +3635,6 @@ export var ContactMetricResult$ = [3, n0, _CMR,
3450
3635
  [_N, _V],
3451
3636
  [0, () => ContactMetricValue$], 2
3452
3637
  ];
3453
- export var ContactNotFoundException$ = [-3, n0, _CNFE,
3454
- { [_aQE]: [`ContactNotFoundException`, 410], [_e]: _c, [_hE]: 410 },
3455
- [_M],
3456
- [0]
3457
- ];
3458
- TypeRegistry.for(n0).registerError(ContactNotFoundException$, ContactNotFoundException);
3459
3638
  export var ContactSearchSummary$ = [3, n0, _CSS,
3460
3639
  0,
3461
3640
  [_A, _I, _ICI, _PCI, _IM, _C, _QIu, _AI, _IT, _DT, _STc, _SAe, _N, _RC, _Ta, _GRM],
@@ -3733,7 +3912,7 @@ export var CreateRuleResponse$ = [3, n0, _CRRr,
3733
3912
  ];
3734
3913
  export var CreateSecurityProfileRequest$ = [3, n0, _CSPR,
3735
3914
  0,
3736
- [_SPN, _II, _D, _Pe, _Ta, _AACT, _TRR, _App, _HRR, _AACHGI, _AFM, _GACC],
3915
+ [_SPNe, _II, _D, _Pe, _Ta, _AACT, _TRR, _App, _HRR, _AACHGI, _AFM, _GACC],
3737
3916
  [0, [0, 1], 0, 64 | 0, 128 | 0, 128 | 0, 64 | 0, () => Applications, 64 | 0, 0, () => AllowedFlowModules, () => GranularAccessControlConfiguration$], 2
3738
3917
  ];
3739
3918
  export var CreateSecurityProfileResponse$ = [3, n0, _CSPRr,
@@ -3793,8 +3972,8 @@ export var CreateUserHierarchyGroupResponse$ = [3, n0, _CUHGRr,
3793
3972
  ];
3794
3973
  export var CreateUserRequest$ = [3, n0, _CUR,
3795
3974
  0,
3796
- [_U, _PCh, _SPIe, _RPI, _II, _P, _IId, _DUI, _HGI, _Ta],
3797
- [0, () => UserPhoneConfig$, 64 | 0, 0, [0, 1], [() => Password, 0], [() => UserIdentityInfo$, 0], 0, 0, 128 | 0], 5
3975
+ [_U, _SPIe, _RPI, _II, _Pa, _IId, _PCh, _DUI, _HGI, _AACut, _ACWCf, _PNC, _PCC, _VEC, _Ta],
3976
+ [0, 64 | 0, 0, [0, 1], [() => Password, 0], [() => UserIdentityInfo$, 0], [() => UserPhoneConfig$, 0], 0, 0, () => AutoAcceptConfigs, () => AfterContactWorkConfigs, [() => PhoneNumberConfigs, 0], () => PersistentConnectionConfigs, () => VoiceEnhancementConfigs, 128 | 0], 4
3798
3977
  ];
3799
3978
  export var CreateUserResponse$ = [3, n0, _CURr,
3800
3979
  0,
@@ -3833,7 +4012,7 @@ export var CreateVocabularyResponse$ = [3, n0, _CVRrea,
3833
4012
  ];
3834
4013
  export var CreateWorkspacePageRequest$ = [3, n0, _CWPR,
3835
4014
  0,
3836
- [_II, _WI, _RAe, _Pa, _Sl, _IDnp],
4015
+ [_II, _WI, _RAe, _Pag, _Sl, _IDnp],
3837
4016
  [[0, 1], [0, 1], 0, 0, 0, 0], 4
3838
4017
  ];
3839
4018
  export var CreateWorkspacePageResponse$ = [3, n0, _CWPRr,
@@ -4248,7 +4427,7 @@ export var DeleteWorkspaceMediaResponse$ = [3, n0, _DWMRe,
4248
4427
  ];
4249
4428
  export var DeleteWorkspacePageRequest$ = [3, n0, _DWPR,
4250
4429
  0,
4251
- [_II, _WI, _Pa],
4430
+ [_II, _WI, _Pag],
4252
4431
  [[0, 1], [0, 1], [0, 1]], 3
4253
4432
  ];
4254
4433
  export var DeleteWorkspacePageResponse$ = [3, n0, _DWPRe,
@@ -4509,7 +4688,7 @@ export var DescribeSecurityProfileResponse$ = [3, n0, _DSPRes,
4509
4688
  export var DescribeTestCaseRequest$ = [3, n0, _DTCRes,
4510
4689
  0,
4511
4690
  [_II, _TCI, _St],
4512
- [[0, 1], [0, 1], [0, { [_hQ]: _s }]], 2
4691
+ [[0, 1], [0, 1], [0, { [_hQ]: _st }]], 2
4513
4692
  ];
4514
4693
  export var DescribeTestCaseResponse$ = [3, n0, _DTCResc,
4515
4694
  0,
@@ -4586,12 +4765,6 @@ export var DescribeWorkspaceResponse$ = [3, n0, _DWResc,
4586
4765
  [_W],
4587
4766
  [() => Workspace$], 1
4588
4767
  ];
4589
- export var DestinationNotAllowedException$ = [-3, n0, _DNAE,
4590
- { [_aQE]: [`DestinationNotAllowedException`, 403], [_e]: _c, [_hE]: 403 },
4591
- [_M],
4592
- [0]
4593
- ];
4594
- TypeRegistry.for(n0).registerError(DestinationNotAllowedException$, DestinationNotAllowedException);
4595
4768
  export var DeviceInfo$ = [3, n0, _DI,
4596
4769
  0,
4597
4770
  [_PNl, _PVl, _OSp],
@@ -4737,12 +4910,6 @@ export var DownloadUrlMetadata$ = [3, n0, _DUM,
4737
4910
  [_Ur, _UE],
4738
4911
  [0, 0]
4739
4912
  ];
4740
- export var DuplicateResourceException$ = [-3, n0, _DRE,
4741
- { [_e]: _c, [_hE]: 409 },
4742
- [_M],
4743
- [0]
4744
- ];
4745
- TypeRegistry.for(n0).registerError(DuplicateResourceException$, DuplicateResourceException);
4746
4913
  export var EffectiveHoursOfOperations$ = [3, n0, _EHOO,
4747
4914
  0,
4748
4915
  [_Da, _OH],
@@ -5458,12 +5625,6 @@ export var HoursOfOperationTimeSlice$ = [3, n0, _HOOTS,
5458
5625
  [_H, _Mi],
5459
5626
  [1, 1], 2
5460
5627
  ];
5461
- export var IdempotencyException$ = [-3, n0, _IE,
5462
- { [_e]: _c, [_hE]: 409 },
5463
- [_M],
5464
- [0]
5465
- ];
5466
- TypeRegistry.for(n0).registerError(IdempotencyException$, IdempotencyException);
5467
5628
  export var ImagesLogo$ = [3, n0, _IL,
5468
5629
  0,
5469
5630
  [_Defa, _Fa],
@@ -5534,53 +5695,11 @@ export var IntegrationAssociationSummary$ = [3, n0, _IAS,
5534
5695
  [_IAI, _IAA, _II, _ITn, _IAnt, _SAU, _SAN, _STo],
5535
5696
  [0, 0, 0, 0, 0, 0, 0, 0]
5536
5697
  ];
5537
- export var InternalServiceException$ = [-3, n0, _ISE,
5538
- { [_e]: _se, [_hE]: 500 },
5539
- [_M],
5540
- [0]
5541
- ];
5542
- TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
5543
5698
  export var IntervalDetails$ = [3, n0, _IDnt,
5544
5699
  0,
5545
5700
  [_TZ, _IP],
5546
5701
  [0, 0]
5547
5702
  ];
5548
- export var InvalidActiveRegionException$ = [-3, n0, _IARE,
5549
- { [_e]: _c, [_hE]: 400 },
5550
- [_M],
5551
- [0]
5552
- ];
5553
- TypeRegistry.for(n0).registerError(InvalidActiveRegionException$, InvalidActiveRegionException);
5554
- export var InvalidContactFlowException$ = [-3, n0, _ICFE,
5555
- { [_e]: _c, [_hE]: 400 },
5556
- [_p],
5557
- [() => Problems]
5558
- ];
5559
- TypeRegistry.for(n0).registerError(InvalidContactFlowException$, InvalidContactFlowException);
5560
- export var InvalidContactFlowModuleException$ = [-3, n0, _ICFME,
5561
- { [_e]: _c, [_hE]: 400 },
5562
- [_Prob],
5563
- [() => Problems]
5564
- ];
5565
- TypeRegistry.for(n0).registerError(InvalidContactFlowModuleException$, InvalidContactFlowModuleException);
5566
- export var InvalidParameterException$ = [-3, n0, _IPE,
5567
- { [_e]: _c, [_hE]: 400 },
5568
- [_M],
5569
- [0]
5570
- ];
5571
- TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
5572
- export var InvalidRequestException$ = [-3, n0, _IRE,
5573
- { [_e]: _c, [_hE]: 400 },
5574
- [_M, _Rea],
5575
- [0, () => InvalidRequestExceptionReason$]
5576
- ];
5577
- TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
5578
- export var InvalidTestCaseException$ = [-3, n0, _ITCE,
5579
- { [_e]: _c, [_hE]: 400 },
5580
- [_Prob],
5581
- [() => Problems]
5582
- ];
5583
- TypeRegistry.for(n0).registerError(InvalidTestCaseException$, InvalidTestCaseException);
5584
5703
  export var InvisibleFieldInfo$ = [3, n0, _IFI,
5585
5704
  0,
5586
5705
  [_I],
@@ -5613,15 +5732,9 @@ export var LexBotConfig$ = [3, n0, _LBC,
5613
5732
  ];
5614
5733
  export var LexV2Bot$ = [3, n0, _LVB,
5615
5734
  0,
5616
- [_AA],
5735
+ [_AAl],
5617
5736
  [0]
5618
5737
  ];
5619
- export var LimitExceededException$ = [-3, n0, _LEE,
5620
- { [_aQE]: [`LimitExceededException`, 429], [_e]: _c, [_hE]: 429 },
5621
- [_M],
5622
- [0]
5623
- ];
5624
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
5625
5738
  export var ListAgentStatusRequest$ = [3, n0, _LASR,
5626
5739
  0,
5627
5740
  [_II, _NT, _MR, _AST],
@@ -5730,7 +5843,7 @@ export var ListContactFlowModuleAliasesResponse$ = [3, n0, _LCFMARi,
5730
5843
  export var ListContactFlowModulesRequest$ = [3, n0, _LCFMR,
5731
5844
  0,
5732
5845
  [_II, _NT, _MR, _CFMSo],
5733
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _st }]], 1
5846
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _sta }]], 1
5734
5847
  ];
5735
5848
  export var ListContactFlowModulesResponse$ = [3, n0, _LCFMRi,
5736
5849
  0,
@@ -6135,7 +6248,7 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
6135
6248
  export var ListTaskTemplatesRequest$ = [3, n0, _LTTR,
6136
6249
  0,
6137
6250
  [_II, _NT, _MR, _St, _N],
6138
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _s }], [0, { [_hQ]: _n }]], 1
6251
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _st }], [0, { [_hQ]: _n }]], 1
6139
6252
  ];
6140
6253
  export var ListTaskTemplatesResponse$ = [3, n0, _LTTRi,
6141
6254
  0,
@@ -6145,7 +6258,7 @@ export var ListTaskTemplatesResponse$ = [3, n0, _LTTRi,
6145
6258
  export var ListTestCaseExecutionRecordsRequest$ = [3, n0, _LTCERR,
6146
6259
  0,
6147
6260
  [_II, _TCI, _TCEI, _St, _NT, _MR],
6148
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 3
6261
+ [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 3
6149
6262
  ];
6150
6263
  export var ListTestCaseExecutionRecordsResponse$ = [3, n0, _LTCERRi,
6151
6264
  0,
@@ -6155,7 +6268,7 @@ export var ListTestCaseExecutionRecordsResponse$ = [3, n0, _LTCERRi,
6155
6268
  export var ListTestCaseExecutionsRequest$ = [3, n0, _LTCER,
6156
6269
  0,
6157
6270
  [_II, _TCI, _TCN, _STtar, _ETnd, _St, _NT, _MR],
6158
- [[0, 1], [0, { [_hQ]: _tCI }], [0, { [_hQ]: _tCN }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
6271
+ [[0, 1], [0, { [_hQ]: _tCI }], [0, { [_hQ]: _tCN }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
6159
6272
  ];
6160
6273
  export var ListTestCaseExecutionsResponse$ = [3, n0, _LTCERi,
6161
6274
  0,
@@ -6287,12 +6400,6 @@ export var MatchCriteria$ = [3, n0, _MC,
6287
6400
  [_ACge],
6288
6401
  [() => AgentsCriteria$]
6289
6402
  ];
6290
- export var MaximumResultReturnedException$ = [-3, n0, _MRRE,
6291
- { [_e]: _c, [_hE]: 400 },
6292
- [_M],
6293
- [0]
6294
- ];
6295
- TypeRegistry.for(n0).registerError(MaximumResultReturnedException$, MaximumResultReturnedException);
6296
6403
  export var MediaConcurrency$ = [3, n0, _MCed,
6297
6404
  0,
6298
6405
  [_C, _Conc, _CCB],
@@ -6413,12 +6520,6 @@ export var OutboundCallerConfig$ = [3, n0, _OCC,
6413
6520
  [_OCIN, _OCINI, _OFI],
6414
6521
  [0, 0, 0]
6415
6522
  ];
6416
- export var OutboundContactNotPermittedException$ = [-3, n0, _OCNPE,
6417
- { [_aQE]: [`OutboundContactNotPermittedException`, 403], [_e]: _c, [_hE]: 403 },
6418
- [_M],
6419
- [0]
6420
- ];
6421
- TypeRegistry.for(n0).registerError(OutboundContactNotPermittedException$, OutboundContactNotPermittedException);
6422
6523
  export var OutboundEmailConfig$ = [3, n0, _OEC,
6423
6524
  0,
6424
6525
  [_OEAI],
@@ -6444,12 +6545,6 @@ export var OutboundStrategyConfig$ = [3, n0, _OSC,
6444
6545
  [_AF],
6445
6546
  [() => AgentFirst$]
6446
6547
  ];
6447
- export var OutputTypeNotFoundException$ = [-3, n0, _OTNFE,
6448
- { [_e]: _c, [_hE]: 404 },
6449
- [_M],
6450
- [0]
6451
- ];
6452
- TypeRegistry.for(n0).registerError(OutputTypeNotFoundException$, OutputTypeNotFoundException);
6453
6548
  export var OverrideHour$ = [3, n0, _OHve,
6454
6549
  0,
6455
6550
  [_Star, _End_, _ON, _OSpe],
@@ -6535,6 +6630,16 @@ export var PersistentChat$ = [3, n0, _PCe,
6535
6630
  [_RTe, _SCI],
6536
6631
  [0, 0]
6537
6632
  ];
6633
+ export var PersistentConnectionConfig$ = [3, n0, _PCCe,
6634
+ 0,
6635
+ [_C, _PCer],
6636
+ [0, 2], 2
6637
+ ];
6638
+ export var PhoneNumberConfig$ = [3, n0, _PNCh,
6639
+ 0,
6640
+ [_C, _PTh, _PN],
6641
+ [0, 0, [() => SensitivePhoneNumber, 0]], 2
6642
+ ];
6538
6643
  export var PhoneNumberQuickConnectConfig$ = [3, n0, _PNQCC,
6539
6644
  0,
6540
6645
  [_PN],
@@ -6630,15 +6735,9 @@ export var PromptSummary$ = [3, n0, _PSr,
6630
6735
  [_I, _A, _N, _LMT, _LMR],
6631
6736
  [0, 0, 0, 4, 0]
6632
6737
  ];
6633
- export var PropertyValidationException$ = [-3, n0, _PVE,
6634
- { [_e]: _c, [_hE]: 400 },
6635
- [_M, _PLr],
6636
- [0, () => PropertyValidationExceptionPropertyList], 1
6637
- ];
6638
- TypeRegistry.for(n0).registerError(PropertyValidationException$, PropertyValidationException);
6639
6738
  export var PropertyValidationExceptionProperty$ = [3, n0, _PVEP,
6640
6739
  0,
6641
- [_PPr, _Rea, _M],
6740
+ [_PPr, _R, _M],
6642
6741
  [0, 0, 0], 3
6643
6742
  ];
6644
6743
  export var PutUserStatusRequest$ = [3, n0, _PUSR,
@@ -6726,7 +6825,7 @@ export var QuickConnectSummary$ = [3, n0, _QCS,
6726
6825
  [_I, _A, _N, _QCTu, _LMT, _LMR],
6727
6826
  [0, 0, 0, 0, 4, 0]
6728
6827
  ];
6729
- export var Range$ = [3, n0, _R,
6828
+ export var Range$ = [3, n0, _Ra,
6730
6829
  0,
6731
6830
  [_MPL, _MPLa],
6732
6831
  [1, 1]
@@ -6861,30 +6960,6 @@ export var RequiredFieldInfo$ = [3, n0, _RFI,
6861
6960
  [_I],
6862
6961
  [() => TaskTemplateFieldIdentifier$]
6863
6962
  ];
6864
- export var ResourceConflictException$ = [-3, n0, _RCE,
6865
- { [_e]: _c, [_hE]: 409 },
6866
- [_M],
6867
- [0]
6868
- ];
6869
- TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
6870
- export var ResourceInUseException$ = [-3, n0, _RIUE,
6871
- { [_e]: _c, [_hE]: 409 },
6872
- [_M, _RT, _RI],
6873
- [0, 0, 0]
6874
- ];
6875
- TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
6876
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
6877
- { [_e]: _c, [_hE]: 404 },
6878
- [_M],
6879
- [0]
6880
- ];
6881
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
6882
- export var ResourceNotReadyException$ = [-3, n0, _RNRE,
6883
- { [_e]: _c, [_hE]: 409 },
6884
- [_M],
6885
- [0]
6886
- ];
6887
- TypeRegistry.for(n0).registerError(ResourceNotReadyException$, ResourceNotReadyException);
6888
6963
  export var ResourceTagsSearchCriteria$ = [3, n0, _RTSC,
6889
6964
  0,
6890
6965
  [_TSC],
@@ -7322,7 +7397,7 @@ export var SecurityKey$ = [3, n0, _SKe,
7322
7397
  ];
7323
7398
  export var SecurityProfile$ = [3, n0, _SPe,
7324
7399
  0,
7325
- [_I, _ORIr, _A, _SPN, _D, _Ta, _AACT, _TRR, _LMT, _LMR, _HRR, _AACHGI, _GACC],
7400
+ [_I, _ORIr, _A, _SPNe, _D, _Ta, _AACT, _TRR, _LMT, _LMR, _HRR, _AACHGI, _GACC],
7326
7401
  [0, 0, 0, 0, 0, 128 | 0, 128 | 0, 64 | 0, 4, 0, 64 | 0, 0, () => GranularAccessControlConfiguration$]
7327
7402
  ];
7328
7403
  export var SecurityProfileItem$ = [3, n0, _SPIec,
@@ -7337,7 +7412,7 @@ export var SecurityProfileSearchCriteria$ = [3, n0, _SPSC,
7337
7412
  ];
7338
7413
  export var SecurityProfileSearchSummary$ = [3, n0, _SPSS,
7339
7414
  0,
7340
- [_I, _ORIr, _A, _SPN, _D, _Ta],
7415
+ [_I, _ORIr, _A, _SPNe, _D, _Ta],
7341
7416
  [0, 0, 0, 0, 0, 128 | 0]
7342
7417
  ];
7343
7418
  export var SecurityProfilesSearchFilter$ = [3, n0, _SPSF,
@@ -7380,12 +7455,6 @@ export var SendOutboundEmailResponse$ = [3, n0, _SOERe,
7380
7455
  [],
7381
7456
  []
7382
7457
  ];
7383
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
7384
- { [_e]: _c, [_hE]: 402 },
7385
- [_M, _Rea],
7386
- [0, () => ServiceQuotaExceededExceptionReason$]
7387
- ];
7388
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
7389
7458
  export var SignInConfig$ = [3, n0, _SIC,
7390
7459
  0,
7391
7460
  [_Di],
@@ -7786,18 +7855,6 @@ export var ThresholdV2$ = [3, n0, _TVhr,
7786
7855
  [_Comp, _TVh],
7787
7856
  [0, 1]
7788
7857
  ];
7789
- export var ThrottlingException$ = [-3, n0, _TE,
7790
- { [_aQE]: [`ThrottlingException`, 429], [_e]: _c, [_hE]: 429 },
7791
- [_M],
7792
- [0]
7793
- ];
7794
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
7795
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
7796
- { [_e]: _c, [_hE]: 429 },
7797
- [_M],
7798
- [0]
7799
- ];
7800
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
7801
7858
  export var TrafficDistributionGroup$ = [3, n0, _TDG,
7802
7859
  0,
7803
7860
  [_I, _A, _N, _D, _IAns, _St, _Ta, _ID],
@@ -8198,6 +8255,11 @@ export var UpdateTrafficDistributionResponse$ = [3, n0, _UTDRp,
8198
8255
  [],
8199
8256
  []
8200
8257
  ];
8258
+ export var UpdateUserConfigRequest$ = [3, n0, _UUCR,
8259
+ 0,
8260
+ [_UI, _II, _AACut, _ACWCf, _PNC, _PCC, _VEC],
8261
+ [[0, 1], [0, 1], () => AutoAcceptConfigs, () => AfterContactWorkConfigs, [() => PhoneNumberConfigs, 0], () => PersistentConnectionConfigs, () => VoiceEnhancementConfigs], 2
8262
+ ];
8201
8263
  export var UpdateUserHierarchyGroupNameRequest$ = [3, n0, _UUHGNR,
8202
8264
  0,
8203
8265
  [_N, _HGI, _II],
@@ -8221,7 +8283,7 @@ export var UpdateUserIdentityInfoRequest$ = [3, n0, _UUIIR,
8221
8283
  export var UpdateUserPhoneConfigRequest$ = [3, n0, _UUPCR,
8222
8284
  0,
8223
8285
  [_PCh, _UI, _II],
8224
- [() => UserPhoneConfig$, [0, 1], [0, 1]], 3
8286
+ [[() => UserPhoneConfig$, 0], [0, 1], [0, 1]], 3
8225
8287
  ];
8226
8288
  export var UpdateUserProficienciesRequest$ = [3, n0, _UUPR,
8227
8289
  0,
@@ -8270,7 +8332,7 @@ export var UpdateWorkspaceMetadataResponse$ = [3, n0, _UWMRp,
8270
8332
  ];
8271
8333
  export var UpdateWorkspacePageRequest$ = [3, n0, _UWPR,
8272
8334
  0,
8273
- [_II, _WI, _Pa, _NP, _RAe, _Sl, _IDnp],
8335
+ [_II, _WI, _Pag, _NP, _RAe, _Sl, _IDnp],
8274
8336
  [[0, 1], [0, 1], [0, 1], 0, 0, 0, 0], 3
8275
8337
  ];
8276
8338
  export var UpdateWorkspacePageResponse$ = [3, n0, _UWPRp,
@@ -8315,8 +8377,8 @@ export var UseCase$ = [3, n0, _UCs,
8315
8377
  ];
8316
8378
  export var User$ = [3, n0, _Us,
8317
8379
  0,
8318
- [_I, _A, _U, _IId, _PCh, _DUI, _SPIe, _RPI, _HGI, _Ta, _LMT, _LMR],
8319
- [0, 0, 0, [() => UserIdentityInfo$, 0], () => UserPhoneConfig$, 0, 64 | 0, 0, 0, 128 | 0, 4, 0]
8380
+ [_I, _A, _U, _IId, _PCh, _DUI, _SPIe, _RPI, _HGI, _Ta, _AACut, _ACWCf, _PNC, _PCC, _VEC, _LMT, _LMR],
8381
+ [0, 0, 0, [() => UserIdentityInfo$, 0], [() => UserPhoneConfig$, 0], 0, 64 | 0, 0, 0, 128 | 0, () => AutoAcceptConfigs, () => AfterContactWorkConfigs, [() => PhoneNumberConfigs, 0], () => PersistentConnectionConfigs, () => VoiceEnhancementConfigs, 4, 0]
8320
8382
  ];
8321
8383
  export var UserData$ = [3, n0, _UD,
8322
8384
  0,
@@ -8353,16 +8415,10 @@ export var UserInfo$ = [3, n0, _UIs,
8353
8415
  [_UI],
8354
8416
  [0]
8355
8417
  ];
8356
- export var UserNotFoundException$ = [-3, n0, _UNFE,
8357
- { [_e]: _c, [_hE]: 404 },
8358
- [_M],
8359
- [0]
8360
- ];
8361
- TypeRegistry.for(n0).registerError(UserNotFoundException$, UserNotFoundException);
8362
8418
  export var UserPhoneConfig$ = [3, n0, _UPC,
8363
8419
  0,
8364
- [_PTh, _AAu, _ACWTL, _DPNe, _PCer],
8365
- [0, 2, 1, 0, 2], 1
8420
+ [_PTh, _AA, _ACWTL, _DPNe, _PCer],
8421
+ [0, 2, 1, [() => SensitivePhoneNumber, 0], 2]
8366
8422
  ];
8367
8423
  export var UserProficiency$ = [3, n0, _UPs,
8368
8424
  0,
@@ -8396,8 +8452,8 @@ export var UserSearchFilter$ = [3, n0, _USF,
8396
8452
  ];
8397
8453
  export var UserSearchSummary$ = [3, n0, _USS,
8398
8454
  0,
8399
- [_A, _DUI, _HGI, _I, _IId, _PCh, _RPI, _SPIe, _Ta, _U],
8400
- [0, 0, 0, 0, [() => UserIdentityInfoLite$, 0], () => UserPhoneConfig$, 0, 64 | 0, 128 | 0, 0]
8455
+ [_A, _DUI, _HGI, _I, _IId, _PCh, _RPI, _SPIe, _Ta, _U, _AACut, _ACWCf, _PNC, _PCC, _VEC],
8456
+ [0, 0, 0, 0, [() => UserIdentityInfoLite$, 0], [() => UserPhoneConfig$, 0], 0, 64 | 0, 128 | 0, 0, () => AutoAcceptConfigs, () => AfterContactWorkConfigs, [() => PhoneNumberConfigs, 0], () => PersistentConnectionConfigs, () => VoiceEnhancementConfigs]
8401
8457
  ];
8402
8458
  export var UserSummary$ = [3, n0, _US,
8403
8459
  0,
@@ -8464,6 +8520,11 @@ export var VoiceCallEntryPointParameters$ = [3, n0, _VCEPP,
8464
8520
  [_SPNo, _DPN, _FI],
8465
8521
  [0, 0, 0]
8466
8522
  ];
8523
+ export var VoiceEnhancementConfig$ = [3, n0, _VECo,
8524
+ 0,
8525
+ [_C, _VEM],
8526
+ [0, 0], 2
8527
+ ];
8467
8528
  export var VoiceRecordingConfiguration$ = [3, n0, _VRC,
8468
8529
  0,
8469
8530
  [_VRT, _IRT],
@@ -8496,7 +8557,7 @@ export var WorkspaceAssociationSearchSummary$ = [3, n0, _WASS,
8496
8557
  ];
8497
8558
  export var WorkspacePage$ = [3, n0, _WP,
8498
8559
  0,
8499
- [_RAe, _Pa, _Sl, _IDnp],
8560
+ [_RAe, _Pag, _Sl, _IDnp],
8500
8561
  [0, 0, 0, 0]
8501
8562
  ];
8502
8563
  export var WorkspaceSearchCriteria$ = [3, n0, _WSC,
@@ -8545,12 +8606,13 @@ export var WorkspaceThemeTypography$ = [3, n0, _WTT,
8545
8606
  [() => FontFamily$]
8546
8607
  ];
8547
8608
  var __Unit = "unit";
8548
- export var ConnectServiceException$ = [-3, _sm, "ConnectServiceException", 0, [], []];
8549
- TypeRegistry.for(_sm).registerError(ConnectServiceException$, ConnectServiceException);
8550
8609
  var ActionSummaries = [1, n0, _ASc,
8551
8610
  0, () => ActionSummary$
8552
8611
  ];
8553
8612
  var ActiveRegionList = 64 | 0;
8613
+ var AfterContactWorkConfigs = [1, n0, _ACWCf,
8614
+ 0, () => AfterContactWorkConfigPerChannel$
8615
+ ];
8554
8616
  var AgentContactReferenceList = [1, n0, _ACRL,
8555
8617
  0, () => AgentContactReference$
8556
8618
  ];
@@ -8613,6 +8675,9 @@ var AttributesList = [1, n0, _ALt,
8613
8675
  var AuthenticationProfileSummaryList = [1, n0, _APSL,
8614
8676
  0, () => AuthenticationProfileSummary$
8615
8677
  ];
8678
+ var AutoAcceptConfigs = [1, n0, _AACut,
8679
+ 0, () => AutoAcceptConfig$
8680
+ ];
8616
8681
  var AvailableNumbersList = [1, n0, _ANL,
8617
8682
  0, () => AvailableNumberSummary$
8618
8683
  ];
@@ -8958,6 +9023,13 @@ var ParticipantTimerConfigList = [1, n0, _PTCL,
8958
9023
  0, () => ParticipantTimerConfiguration$
8959
9024
  ];
8960
9025
  var PermissionsList = 64 | 0;
9026
+ var PersistentConnectionConfigs = [1, n0, _PCC,
9027
+ 0, () => PersistentConnectionConfig$
9028
+ ];
9029
+ var PhoneNumberConfigs = [1, n0, _PNC,
9030
+ 0, [() => PhoneNumberConfig$,
9031
+ 0]
9032
+ ];
8961
9033
  var PhoneNumberCountryCodes = 64 | 0;
8962
9034
  var PhoneNumberSummaryList = [1, n0, _PNSL,
8963
9035
  0, () => PhoneNumberSummary$
@@ -8991,7 +9063,7 @@ var PrimaryValuesResponseSet = [1, n0, _PVRS,
8991
9063
  var PrimaryValuesSet = [1, n0, _PVS,
8992
9064
  0, () => PrimaryValue$
8993
9065
  ];
8994
- var Problems = [1, n0, _Prob,
9066
+ var Problems = [1, n0, _P,
8995
9067
  0, () => ProblemDetail$
8996
9068
  ];
8997
9069
  var PromptList = [1, n0, _PLro,
@@ -9278,6 +9350,9 @@ var ViewVersionSummaryList = [1, n0, _VVSL,
9278
9350
  var VocabularySummaryList = [1, n0, _VSLo,
9279
9351
  0, () => VocabularySummary$
9280
9352
  ];
9353
+ var VoiceEnhancementConfigs = [1, n0, _VEC,
9354
+ 0, () => VoiceEnhancementConfig$
9355
+ ];
9281
9356
  var WeekdayOccurrenceList = 64 | 1;
9282
9357
  var WorkspaceAssociationSearchConditionList = [1, n0, _WASCL,
9283
9358
  0, () => WorkspaceAssociationSearchCriteria$
@@ -9301,7 +9376,7 @@ var WorkspaceSummaryList = [1, n0, _WSL,
9301
9376
  var AllowedAccessControlTags = 128 | 0;
9302
9377
  var Attributes = 128 | 0;
9303
9378
  var ChannelToCountMap = 128 | 1;
9304
- var ContactEvaluations = [2, n0, _CEon,
9379
+ var ContactEvaluations = [2, n0, _CEo,
9305
9380
  0, 0, () => ContactEvaluation$
9306
9381
  ];
9307
9382
  var ContactReferences = [2, n0, _CR,
@@ -10460,6 +10535,9 @@ export var UpdateTestCase$ = [9, n0, _UTC,
10460
10535
  export var UpdateTrafficDistribution$ = [9, n0, _UTD,
10461
10536
  { [_h]: ["PUT", "/traffic-distribution/{Id}", 200] }, () => UpdateTrafficDistributionRequest$, () => UpdateTrafficDistributionResponse$
10462
10537
  ];
10538
+ export var UpdateUserConfig$ = [9, n0, _UUC,
10539
+ { [_h]: ["POST", "/users/{InstanceId}/{UserId}/config", 200] }, () => UpdateUserConfigRequest$, () => __Unit
10540
+ ];
10463
10541
  export var UpdateUserHierarchy$ = [9, n0, _UUH,
10464
10542
  { [_h]: ["POST", "/users/{InstanceId}/{UserId}/hierarchy", 200] }, () => UpdateUserHierarchyRequest$, () => __Unit
10465
10543
  ];