@aws-sdk/client-connect 3.478.0 → 3.479.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 (121) hide show
  1. package/README.md +96 -0
  2. package/dist-cjs/Connect.js +24 -0
  3. package/dist-cjs/commands/AssociateUserProficienciesCommand.js +51 -0
  4. package/dist-cjs/commands/CreatePredefinedAttributeCommand.js +51 -0
  5. package/dist-cjs/commands/DeletePredefinedAttributeCommand.js +51 -0
  6. package/dist-cjs/commands/DescribePredefinedAttributeCommand.js +51 -0
  7. package/dist-cjs/commands/DisassociateUserProficienciesCommand.js +51 -0
  8. package/dist-cjs/commands/ListPredefinedAttributesCommand.js +51 -0
  9. package/dist-cjs/commands/ListUserProficienciesCommand.js +51 -0
  10. package/dist-cjs/commands/SearchContactsCommand.js +52 -0
  11. package/dist-cjs/commands/SearchPredefinedAttributesCommand.js +51 -0
  12. package/dist-cjs/commands/UpdateContactRoutingDataCommand.js +51 -0
  13. package/dist-cjs/commands/UpdatePredefinedAttributeCommand.js +51 -0
  14. package/dist-cjs/commands/UpdateUserProficienciesCommand.js +51 -0
  15. package/dist-cjs/commands/index.js +12 -0
  16. package/dist-cjs/models/models_0.js +10 -16
  17. package/dist-cjs/models/models_1.js +62 -25
  18. package/dist-cjs/models/models_2.js +39 -1
  19. package/dist-cjs/pagination/ListPredefinedAttributesPaginator.js +7 -0
  20. package/dist-cjs/pagination/ListUserProficienciesPaginator.js +7 -0
  21. package/dist-cjs/pagination/SearchContactsPaginator.js +7 -0
  22. package/dist-cjs/pagination/SearchPredefinedAttributesPaginator.js +7 -0
  23. package/dist-cjs/pagination/index.js +4 -0
  24. package/dist-cjs/protocols/Aws_restJson1.js +878 -32
  25. package/dist-es/Connect.js +24 -0
  26. package/dist-es/commands/AssociateUserProficienciesCommand.js +47 -0
  27. package/dist-es/commands/CreatePredefinedAttributeCommand.js +47 -0
  28. package/dist-es/commands/DeletePredefinedAttributeCommand.js +47 -0
  29. package/dist-es/commands/DescribePredefinedAttributeCommand.js +47 -0
  30. package/dist-es/commands/DisassociateUserProficienciesCommand.js +47 -0
  31. package/dist-es/commands/ListPredefinedAttributesCommand.js +47 -0
  32. package/dist-es/commands/ListUserProficienciesCommand.js +47 -0
  33. package/dist-es/commands/SearchContactsCommand.js +48 -0
  34. package/dist-es/commands/SearchPredefinedAttributesCommand.js +47 -0
  35. package/dist-es/commands/UpdateContactRoutingDataCommand.js +47 -0
  36. package/dist-es/commands/UpdatePredefinedAttributeCommand.js +47 -0
  37. package/dist-es/commands/UpdateUserProficienciesCommand.js +47 -0
  38. package/dist-es/commands/index.js +12 -0
  39. package/dist-es/models/models_0.js +8 -14
  40. package/dist-es/models/models_1.js +55 -23
  41. package/dist-es/models/models_2.js +36 -0
  42. package/dist-es/pagination/ListPredefinedAttributesPaginator.js +4 -0
  43. package/dist-es/pagination/ListUserProficienciesPaginator.js +4 -0
  44. package/dist-es/pagination/SearchContactsPaginator.js +4 -0
  45. package/dist-es/pagination/SearchPredefinedAttributesPaginator.js +4 -0
  46. package/dist-es/pagination/index.js +4 -0
  47. package/dist-es/protocols/Aws_restJson1.js +846 -24
  48. package/dist-types/Connect.d.ts +84 -0
  49. package/dist-types/ConnectClient.d.ts +14 -2
  50. package/dist-types/commands/AssociateUserProficienciesCommand.d.ts +94 -0
  51. package/dist-types/commands/CreatePredefinedAttributeCommand.d.ts +98 -0
  52. package/dist-types/commands/DeletePredefinedAttributeCommand.d.ts +90 -0
  53. package/dist-types/commands/DescribeContactCommand.d.ts +2 -0
  54. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +2 -1
  55. package/dist-types/commands/DescribePredefinedAttributeCommand.d.ts +98 -0
  56. package/dist-types/commands/DescribePromptCommand.d.ts +1 -2
  57. package/dist-types/commands/DisassociateUserProficienciesCommand.d.ts +93 -0
  58. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +5 -1
  59. package/dist-types/commands/GetMetricDataCommand.d.ts +5 -1
  60. package/dist-types/commands/ListPredefinedAttributesCommand.d.ts +97 -0
  61. package/dist-types/commands/ListUserProficienciesCommand.d.ts +100 -0
  62. package/dist-types/commands/PauseContactCommand.d.ts +2 -1
  63. package/dist-types/commands/ResumeContactCommand.d.ts +2 -1
  64. package/dist-types/commands/SearchContactsCommand.d.ts +177 -0
  65. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +1 -2
  66. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +128 -0
  67. package/dist-types/commands/SearchPromptsCommand.d.ts +1 -2
  68. package/dist-types/commands/SearchQueuesCommand.d.ts +1 -2
  69. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +1 -2
  70. package/dist-types/commands/SearchResourceTagsCommand.d.ts +1 -1
  71. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +1 -2
  72. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +1 -2
  73. package/dist-types/commands/TagContactCommand.d.ts +3 -3
  74. package/dist-types/commands/UntagContactCommand.d.ts +3 -2
  75. package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +101 -0
  76. package/dist-types/commands/UpdatePredefinedAttributeCommand.d.ts +92 -0
  77. package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +94 -0
  78. package/dist-types/commands/index.d.ts +12 -0
  79. package/dist-types/models/models_0.d.ts +159 -185
  80. package/dist-types/models/models_1.d.ts +495 -423
  81. package/dist-types/models/models_2.d.ts +875 -12
  82. package/dist-types/pagination/ListPredefinedAttributesPaginator.d.ts +7 -0
  83. package/dist-types/pagination/ListUserProficienciesPaginator.d.ts +7 -0
  84. package/dist-types/pagination/SearchContactsPaginator.d.ts +7 -0
  85. package/dist-types/pagination/SearchPredefinedAttributesPaginator.d.ts +7 -0
  86. package/dist-types/pagination/index.d.ts +4 -0
  87. package/dist-types/protocols/Aws_restJson1.d.ts +108 -0
  88. package/dist-types/ts3.4/Connect.d.ts +204 -0
  89. package/dist-types/ts3.4/ConnectClient.d.ts +72 -0
  90. package/dist-types/ts3.4/commands/AssociateUserProficienciesCommand.d.ts +38 -0
  91. package/dist-types/ts3.4/commands/CreatePredefinedAttributeCommand.d.ts +38 -0
  92. package/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +38 -0
  93. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +2 -4
  94. package/dist-types/ts3.4/commands/DescribePredefinedAttributeCommand.d.ts +42 -0
  95. package/dist-types/ts3.4/commands/DescribePromptCommand.d.ts +4 -2
  96. package/dist-types/ts3.4/commands/DisassociateUserProficienciesCommand.d.ts +38 -0
  97. package/dist-types/ts3.4/commands/ListPredefinedAttributesCommand.d.ts +42 -0
  98. package/dist-types/ts3.4/commands/ListUserProficienciesCommand.d.ts +42 -0
  99. package/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +38 -0
  100. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +4 -2
  101. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +42 -0
  102. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +4 -2
  103. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +1 -2
  104. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -2
  105. package/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +4 -2
  107. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +4 -2
  108. package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +42 -0
  109. package/dist-types/ts3.4/commands/UpdatePredefinedAttributeCommand.d.ts +38 -0
  110. package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +38 -0
  111. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +46 -42
  113. package/dist-types/ts3.4/models/models_1.d.ts +153 -113
  114. package/dist-types/ts3.4/models/models_2.d.ts +215 -10
  115. package/dist-types/ts3.4/pagination/ListPredefinedAttributesPaginator.d.ts +11 -0
  116. package/dist-types/ts3.4/pagination/ListUserProficienciesPaginator.d.ts +11 -0
  117. package/dist-types/ts3.4/pagination/SearchContactsPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/SearchPredefinedAttributesPaginator.d.ts +11 -0
  119. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  120. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -0
  121. package/package.json +1 -1
@@ -59,6 +59,10 @@ import {
59
59
  AssociateTrafficDistributionGroupUserCommandInput,
60
60
  AssociateTrafficDistributionGroupUserCommandOutput,
61
61
  } from "../commands/AssociateTrafficDistributionGroupUserCommand";
62
+ import {
63
+ AssociateUserProficienciesCommandInput,
64
+ AssociateUserProficienciesCommandOutput,
65
+ } from "../commands/AssociateUserProficienciesCommand";
62
66
  import {
63
67
  BatchAssociateAnalyticsDataSetCommandInput,
64
68
  BatchAssociateAnalyticsDataSetCommandOutput,
@@ -115,6 +119,10 @@ import {
115
119
  CreatePersistentContactAssociationCommandInput,
116
120
  CreatePersistentContactAssociationCommandOutput,
117
121
  } from "../commands/CreatePersistentContactAssociationCommand";
122
+ import {
123
+ CreatePredefinedAttributeCommandInput,
124
+ CreatePredefinedAttributeCommandOutput,
125
+ } from "../commands/CreatePredefinedAttributeCommand";
118
126
  import {
119
127
  CreatePromptCommandInput,
120
128
  CreatePromptCommandOutput,
@@ -203,6 +211,10 @@ import {
203
211
  DeleteIntegrationAssociationCommandInput,
204
212
  DeleteIntegrationAssociationCommandOutput,
205
213
  } from "../commands/DeleteIntegrationAssociationCommand";
214
+ import {
215
+ DeletePredefinedAttributeCommandInput,
216
+ DeletePredefinedAttributeCommandOutput,
217
+ } from "../commands/DeletePredefinedAttributeCommand";
206
218
  import {
207
219
  DeletePromptCommandInput,
208
220
  DeletePromptCommandOutput,
@@ -303,6 +315,10 @@ import {
303
315
  DescribePhoneNumberCommandInput,
304
316
  DescribePhoneNumberCommandOutput,
305
317
  } from "../commands/DescribePhoneNumberCommand";
318
+ import {
319
+ DescribePredefinedAttributeCommandInput,
320
+ DescribePredefinedAttributeCommandOutput,
321
+ } from "../commands/DescribePredefinedAttributeCommand";
306
322
  import {
307
323
  DescribePromptCommandInput,
308
324
  DescribePromptCommandOutput,
@@ -399,6 +415,10 @@ import {
399
415
  DisassociateTrafficDistributionGroupUserCommandInput,
400
416
  DisassociateTrafficDistributionGroupUserCommandOutput,
401
417
  } from "../commands/DisassociateTrafficDistributionGroupUserCommand";
418
+ import {
419
+ DisassociateUserProficienciesCommandInput,
420
+ DisassociateUserProficienciesCommandOutput,
421
+ } from "../commands/DisassociateUserProficienciesCommand";
402
422
  import {
403
423
  DismissUserContactCommandInput,
404
424
  DismissUserContactCommandOutput,
@@ -531,6 +551,10 @@ import {
531
551
  ListPhoneNumbersV2CommandInput,
532
552
  ListPhoneNumbersV2CommandOutput,
533
553
  } from "../commands/ListPhoneNumbersV2Command";
554
+ import {
555
+ ListPredefinedAttributesCommandInput,
556
+ ListPredefinedAttributesCommandOutput,
557
+ } from "../commands/ListPredefinedAttributesCommand";
534
558
  import {
535
559
  ListPromptsCommandInput,
536
560
  ListPromptsCommandOutput,
@@ -603,6 +627,10 @@ import {
603
627
  ListUserHierarchyGroupsCommandInput,
604
628
  ListUserHierarchyGroupsCommandOutput,
605
629
  } from "../commands/ListUserHierarchyGroupsCommand";
630
+ import {
631
+ ListUserProficienciesCommandInput,
632
+ ListUserProficienciesCommandOutput,
633
+ } from "../commands/ListUserProficienciesCommand";
606
634
  import {
607
635
  ListUsersCommandInput,
608
636
  ListUsersCommandOutput,
@@ -647,10 +675,18 @@ import {
647
675
  SearchAvailablePhoneNumbersCommandInput,
648
676
  SearchAvailablePhoneNumbersCommandOutput,
649
677
  } from "../commands/SearchAvailablePhoneNumbersCommand";
678
+ import {
679
+ SearchContactsCommandInput,
680
+ SearchContactsCommandOutput,
681
+ } from "../commands/SearchContactsCommand";
650
682
  import {
651
683
  SearchHoursOfOperationsCommandInput,
652
684
  SearchHoursOfOperationsCommandOutput,
653
685
  } from "../commands/SearchHoursOfOperationsCommand";
686
+ import {
687
+ SearchPredefinedAttributesCommandInput,
688
+ SearchPredefinedAttributesCommandOutput,
689
+ } from "../commands/SearchPredefinedAttributesCommand";
654
690
  import {
655
691
  SearchPromptsCommandInput,
656
692
  SearchPromptsCommandOutput,
@@ -791,6 +827,10 @@ import {
791
827
  UpdateContactFlowNameCommandInput,
792
828
  UpdateContactFlowNameCommandOutput,
793
829
  } from "../commands/UpdateContactFlowNameCommand";
830
+ import {
831
+ UpdateContactRoutingDataCommandInput,
832
+ UpdateContactRoutingDataCommandOutput,
833
+ } from "../commands/UpdateContactRoutingDataCommand";
794
834
  import {
795
835
  UpdateContactScheduleCommandInput,
796
836
  UpdateContactScheduleCommandOutput,
@@ -823,6 +863,10 @@ import {
823
863
  UpdatePhoneNumberMetadataCommandInput,
824
864
  UpdatePhoneNumberMetadataCommandOutput,
825
865
  } from "../commands/UpdatePhoneNumberMetadataCommand";
866
+ import {
867
+ UpdatePredefinedAttributeCommandInput,
868
+ UpdatePredefinedAttributeCommandOutput,
869
+ } from "../commands/UpdatePredefinedAttributeCommand";
826
870
  import {
827
871
  UpdatePromptCommandInput,
828
872
  UpdatePromptCommandOutput,
@@ -911,6 +955,10 @@ import {
911
955
  UpdateUserPhoneConfigCommandInput,
912
956
  UpdateUserPhoneConfigCommandOutput,
913
957
  } from "../commands/UpdateUserPhoneConfigCommand";
958
+ import {
959
+ UpdateUserProficienciesCommandInput,
960
+ UpdateUserProficienciesCommandOutput,
961
+ } from "../commands/UpdateUserProficienciesCommand";
914
962
  import {
915
963
  UpdateUserRoutingProfileCommandInput,
916
964
  UpdateUserRoutingProfileCommandOutput,
@@ -983,6 +1031,10 @@ export declare const se_AssociateTrafficDistributionGroupUserCommand: (
983
1031
  input: AssociateTrafficDistributionGroupUserCommandInput,
984
1032
  context: __SerdeContext
985
1033
  ) => Promise<__HttpRequest>;
1034
+ export declare const se_AssociateUserProficienciesCommand: (
1035
+ input: AssociateUserProficienciesCommandInput,
1036
+ context: __SerdeContext
1037
+ ) => Promise<__HttpRequest>;
986
1038
  export declare const se_BatchAssociateAnalyticsDataSetCommand: (
987
1039
  input: BatchAssociateAnalyticsDataSetCommandInput,
988
1040
  context: __SerdeContext
@@ -1039,6 +1091,10 @@ export declare const se_CreatePersistentContactAssociationCommand: (
1039
1091
  input: CreatePersistentContactAssociationCommandInput,
1040
1092
  context: __SerdeContext
1041
1093
  ) => Promise<__HttpRequest>;
1094
+ export declare const se_CreatePredefinedAttributeCommand: (
1095
+ input: CreatePredefinedAttributeCommandInput,
1096
+ context: __SerdeContext
1097
+ ) => Promise<__HttpRequest>;
1042
1098
  export declare const se_CreatePromptCommand: (
1043
1099
  input: CreatePromptCommandInput,
1044
1100
  context: __SerdeContext
@@ -1127,6 +1183,10 @@ export declare const se_DeleteIntegrationAssociationCommand: (
1127
1183
  input: DeleteIntegrationAssociationCommandInput,
1128
1184
  context: __SerdeContext
1129
1185
  ) => Promise<__HttpRequest>;
1186
+ export declare const se_DeletePredefinedAttributeCommand: (
1187
+ input: DeletePredefinedAttributeCommandInput,
1188
+ context: __SerdeContext
1189
+ ) => Promise<__HttpRequest>;
1130
1190
  export declare const se_DeletePromptCommand: (
1131
1191
  input: DeletePromptCommandInput,
1132
1192
  context: __SerdeContext
@@ -1227,6 +1287,10 @@ export declare const se_DescribePhoneNumberCommand: (
1227
1287
  input: DescribePhoneNumberCommandInput,
1228
1288
  context: __SerdeContext
1229
1289
  ) => Promise<__HttpRequest>;
1290
+ export declare const se_DescribePredefinedAttributeCommand: (
1291
+ input: DescribePredefinedAttributeCommandInput,
1292
+ context: __SerdeContext
1293
+ ) => Promise<__HttpRequest>;
1230
1294
  export declare const se_DescribePromptCommand: (
1231
1295
  input: DescribePromptCommandInput,
1232
1296
  context: __SerdeContext
@@ -1323,6 +1387,10 @@ export declare const se_DisassociateTrafficDistributionGroupUserCommand: (
1323
1387
  input: DisassociateTrafficDistributionGroupUserCommandInput,
1324
1388
  context: __SerdeContext
1325
1389
  ) => Promise<__HttpRequest>;
1390
+ export declare const se_DisassociateUserProficienciesCommand: (
1391
+ input: DisassociateUserProficienciesCommandInput,
1392
+ context: __SerdeContext
1393
+ ) => Promise<__HttpRequest>;
1326
1394
  export declare const se_DismissUserContactCommand: (
1327
1395
  input: DismissUserContactCommandInput,
1328
1396
  context: __SerdeContext
@@ -1455,6 +1523,10 @@ export declare const se_ListPhoneNumbersV2Command: (
1455
1523
  input: ListPhoneNumbersV2CommandInput,
1456
1524
  context: __SerdeContext
1457
1525
  ) => Promise<__HttpRequest>;
1526
+ export declare const se_ListPredefinedAttributesCommand: (
1527
+ input: ListPredefinedAttributesCommandInput,
1528
+ context: __SerdeContext
1529
+ ) => Promise<__HttpRequest>;
1458
1530
  export declare const se_ListPromptsCommand: (
1459
1531
  input: ListPromptsCommandInput,
1460
1532
  context: __SerdeContext
@@ -1527,6 +1599,10 @@ export declare const se_ListUserHierarchyGroupsCommand: (
1527
1599
  input: ListUserHierarchyGroupsCommandInput,
1528
1600
  context: __SerdeContext
1529
1601
  ) => Promise<__HttpRequest>;
1602
+ export declare const se_ListUserProficienciesCommand: (
1603
+ input: ListUserProficienciesCommandInput,
1604
+ context: __SerdeContext
1605
+ ) => Promise<__HttpRequest>;
1530
1606
  export declare const se_ListUsersCommand: (
1531
1607
  input: ListUsersCommandInput,
1532
1608
  context: __SerdeContext
@@ -1571,10 +1647,18 @@ export declare const se_SearchAvailablePhoneNumbersCommand: (
1571
1647
  input: SearchAvailablePhoneNumbersCommandInput,
1572
1648
  context: __SerdeContext
1573
1649
  ) => Promise<__HttpRequest>;
1650
+ export declare const se_SearchContactsCommand: (
1651
+ input: SearchContactsCommandInput,
1652
+ context: __SerdeContext
1653
+ ) => Promise<__HttpRequest>;
1574
1654
  export declare const se_SearchHoursOfOperationsCommand: (
1575
1655
  input: SearchHoursOfOperationsCommandInput,
1576
1656
  context: __SerdeContext
1577
1657
  ) => Promise<__HttpRequest>;
1658
+ export declare const se_SearchPredefinedAttributesCommand: (
1659
+ input: SearchPredefinedAttributesCommandInput,
1660
+ context: __SerdeContext
1661
+ ) => Promise<__HttpRequest>;
1578
1662
  export declare const se_SearchPromptsCommand: (
1579
1663
  input: SearchPromptsCommandInput,
1580
1664
  context: __SerdeContext
@@ -1715,6 +1799,10 @@ export declare const se_UpdateContactFlowNameCommand: (
1715
1799
  input: UpdateContactFlowNameCommandInput,
1716
1800
  context: __SerdeContext
1717
1801
  ) => Promise<__HttpRequest>;
1802
+ export declare const se_UpdateContactRoutingDataCommand: (
1803
+ input: UpdateContactRoutingDataCommandInput,
1804
+ context: __SerdeContext
1805
+ ) => Promise<__HttpRequest>;
1718
1806
  export declare const se_UpdateContactScheduleCommand: (
1719
1807
  input: UpdateContactScheduleCommandInput,
1720
1808
  context: __SerdeContext
@@ -1747,6 +1835,10 @@ export declare const se_UpdatePhoneNumberMetadataCommand: (
1747
1835
  input: UpdatePhoneNumberMetadataCommandInput,
1748
1836
  context: __SerdeContext
1749
1837
  ) => Promise<__HttpRequest>;
1838
+ export declare const se_UpdatePredefinedAttributeCommand: (
1839
+ input: UpdatePredefinedAttributeCommandInput,
1840
+ context: __SerdeContext
1841
+ ) => Promise<__HttpRequest>;
1750
1842
  export declare const se_UpdatePromptCommand: (
1751
1843
  input: UpdatePromptCommandInput,
1752
1844
  context: __SerdeContext
@@ -1835,6 +1927,10 @@ export declare const se_UpdateUserPhoneConfigCommand: (
1835
1927
  input: UpdateUserPhoneConfigCommandInput,
1836
1928
  context: __SerdeContext
1837
1929
  ) => Promise<__HttpRequest>;
1930
+ export declare const se_UpdateUserProficienciesCommand: (
1931
+ input: UpdateUserProficienciesCommandInput,
1932
+ context: __SerdeContext
1933
+ ) => Promise<__HttpRequest>;
1838
1934
  export declare const se_UpdateUserRoutingProfileCommand: (
1839
1935
  input: UpdateUserRoutingProfileCommandInput,
1840
1936
  context: __SerdeContext
@@ -1907,6 +2003,10 @@ export declare const de_AssociateTrafficDistributionGroupUserCommand: (
1907
2003
  output: __HttpResponse,
1908
2004
  context: __SerdeContext
1909
2005
  ) => Promise<AssociateTrafficDistributionGroupUserCommandOutput>;
2006
+ export declare const de_AssociateUserProficienciesCommand: (
2007
+ output: __HttpResponse,
2008
+ context: __SerdeContext
2009
+ ) => Promise<AssociateUserProficienciesCommandOutput>;
1910
2010
  export declare const de_BatchAssociateAnalyticsDataSetCommand: (
1911
2011
  output: __HttpResponse,
1912
2012
  context: __SerdeContext
@@ -1963,6 +2063,10 @@ export declare const de_CreatePersistentContactAssociationCommand: (
1963
2063
  output: __HttpResponse,
1964
2064
  context: __SerdeContext
1965
2065
  ) => Promise<CreatePersistentContactAssociationCommandOutput>;
2066
+ export declare const de_CreatePredefinedAttributeCommand: (
2067
+ output: __HttpResponse,
2068
+ context: __SerdeContext
2069
+ ) => Promise<CreatePredefinedAttributeCommandOutput>;
1966
2070
  export declare const de_CreatePromptCommand: (
1967
2071
  output: __HttpResponse,
1968
2072
  context: __SerdeContext
@@ -2051,6 +2155,10 @@ export declare const de_DeleteIntegrationAssociationCommand: (
2051
2155
  output: __HttpResponse,
2052
2156
  context: __SerdeContext
2053
2157
  ) => Promise<DeleteIntegrationAssociationCommandOutput>;
2158
+ export declare const de_DeletePredefinedAttributeCommand: (
2159
+ output: __HttpResponse,
2160
+ context: __SerdeContext
2161
+ ) => Promise<DeletePredefinedAttributeCommandOutput>;
2054
2162
  export declare const de_DeletePromptCommand: (
2055
2163
  output: __HttpResponse,
2056
2164
  context: __SerdeContext
@@ -2151,6 +2259,10 @@ export declare const de_DescribePhoneNumberCommand: (
2151
2259
  output: __HttpResponse,
2152
2260
  context: __SerdeContext
2153
2261
  ) => Promise<DescribePhoneNumberCommandOutput>;
2262
+ export declare const de_DescribePredefinedAttributeCommand: (
2263
+ output: __HttpResponse,
2264
+ context: __SerdeContext
2265
+ ) => Promise<DescribePredefinedAttributeCommandOutput>;
2154
2266
  export declare const de_DescribePromptCommand: (
2155
2267
  output: __HttpResponse,
2156
2268
  context: __SerdeContext
@@ -2247,6 +2359,10 @@ export declare const de_DisassociateTrafficDistributionGroupUserCommand: (
2247
2359
  output: __HttpResponse,
2248
2360
  context: __SerdeContext
2249
2361
  ) => Promise<DisassociateTrafficDistributionGroupUserCommandOutput>;
2362
+ export declare const de_DisassociateUserProficienciesCommand: (
2363
+ output: __HttpResponse,
2364
+ context: __SerdeContext
2365
+ ) => Promise<DisassociateUserProficienciesCommandOutput>;
2250
2366
  export declare const de_DismissUserContactCommand: (
2251
2367
  output: __HttpResponse,
2252
2368
  context: __SerdeContext
@@ -2379,6 +2495,10 @@ export declare const de_ListPhoneNumbersV2Command: (
2379
2495
  output: __HttpResponse,
2380
2496
  context: __SerdeContext
2381
2497
  ) => Promise<ListPhoneNumbersV2CommandOutput>;
2498
+ export declare const de_ListPredefinedAttributesCommand: (
2499
+ output: __HttpResponse,
2500
+ context: __SerdeContext
2501
+ ) => Promise<ListPredefinedAttributesCommandOutput>;
2382
2502
  export declare const de_ListPromptsCommand: (
2383
2503
  output: __HttpResponse,
2384
2504
  context: __SerdeContext
@@ -2451,6 +2571,10 @@ export declare const de_ListUserHierarchyGroupsCommand: (
2451
2571
  output: __HttpResponse,
2452
2572
  context: __SerdeContext
2453
2573
  ) => Promise<ListUserHierarchyGroupsCommandOutput>;
2574
+ export declare const de_ListUserProficienciesCommand: (
2575
+ output: __HttpResponse,
2576
+ context: __SerdeContext
2577
+ ) => Promise<ListUserProficienciesCommandOutput>;
2454
2578
  export declare const de_ListUsersCommand: (
2455
2579
  output: __HttpResponse,
2456
2580
  context: __SerdeContext
@@ -2495,10 +2619,18 @@ export declare const de_SearchAvailablePhoneNumbersCommand: (
2495
2619
  output: __HttpResponse,
2496
2620
  context: __SerdeContext
2497
2621
  ) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
2622
+ export declare const de_SearchContactsCommand: (
2623
+ output: __HttpResponse,
2624
+ context: __SerdeContext
2625
+ ) => Promise<SearchContactsCommandOutput>;
2498
2626
  export declare const de_SearchHoursOfOperationsCommand: (
2499
2627
  output: __HttpResponse,
2500
2628
  context: __SerdeContext
2501
2629
  ) => Promise<SearchHoursOfOperationsCommandOutput>;
2630
+ export declare const de_SearchPredefinedAttributesCommand: (
2631
+ output: __HttpResponse,
2632
+ context: __SerdeContext
2633
+ ) => Promise<SearchPredefinedAttributesCommandOutput>;
2502
2634
  export declare const de_SearchPromptsCommand: (
2503
2635
  output: __HttpResponse,
2504
2636
  context: __SerdeContext
@@ -2639,6 +2771,10 @@ export declare const de_UpdateContactFlowNameCommand: (
2639
2771
  output: __HttpResponse,
2640
2772
  context: __SerdeContext
2641
2773
  ) => Promise<UpdateContactFlowNameCommandOutput>;
2774
+ export declare const de_UpdateContactRoutingDataCommand: (
2775
+ output: __HttpResponse,
2776
+ context: __SerdeContext
2777
+ ) => Promise<UpdateContactRoutingDataCommandOutput>;
2642
2778
  export declare const de_UpdateContactScheduleCommand: (
2643
2779
  output: __HttpResponse,
2644
2780
  context: __SerdeContext
@@ -2671,6 +2807,10 @@ export declare const de_UpdatePhoneNumberMetadataCommand: (
2671
2807
  output: __HttpResponse,
2672
2808
  context: __SerdeContext
2673
2809
  ) => Promise<UpdatePhoneNumberMetadataCommandOutput>;
2810
+ export declare const de_UpdatePredefinedAttributeCommand: (
2811
+ output: __HttpResponse,
2812
+ context: __SerdeContext
2813
+ ) => Promise<UpdatePredefinedAttributeCommandOutput>;
2674
2814
  export declare const de_UpdatePromptCommand: (
2675
2815
  output: __HttpResponse,
2676
2816
  context: __SerdeContext
@@ -2759,6 +2899,10 @@ export declare const de_UpdateUserPhoneConfigCommand: (
2759
2899
  output: __HttpResponse,
2760
2900
  context: __SerdeContext
2761
2901
  ) => Promise<UpdateUserPhoneConfigCommandOutput>;
2902
+ export declare const de_UpdateUserProficienciesCommand: (
2903
+ output: __HttpResponse,
2904
+ context: __SerdeContext
2905
+ ) => Promise<UpdateUserProficienciesCommandOutput>;
2762
2906
  export declare const de_UpdateUserRoutingProfileCommand: (
2763
2907
  output: __HttpResponse,
2764
2908
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connect",
3
3
  "description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4
- "version": "3.478.0",
4
+ "version": "3.479.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",