@aws-sdk/client-connect 3.989.0 → 3.990.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +56 -0
- package/dist-cjs/index.js +149 -0
- package/dist-cjs/schemas/schemas_0.js +222 -36
- package/dist-es/Connect.js +16 -0
- package/dist-es/commands/CreateNotificationCommand.js +16 -0
- package/dist-es/commands/DeleteNotificationCommand.js +16 -0
- package/dist-es/commands/DescribeNotificationCommand.js +16 -0
- package/dist-es/commands/ListNotificationsCommand.js +16 -0
- package/dist-es/commands/ListUserNotificationsCommand.js +16 -0
- package/dist-es/commands/SearchNotificationsCommand.js +16 -0
- package/dist-es/commands/UpdateNotificationContentCommand.js +16 -0
- package/dist-es/commands/UpdateUserNotificationStatusCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/enums.js +32 -0
- package/dist-es/schemas/schemas_0.js +194 -9
- package/dist-types/Connect.d.ts +56 -0
- package/dist-types/ConnectClient.d.ts +10 -2
- package/dist-types/commands/CreateNotificationCommand.d.ts +109 -0
- package/dist-types/commands/DeleteNotificationCommand.d.ts +91 -0
- package/dist-types/commands/DescribeNotificationCommand.d.ts +110 -0
- package/dist-types/commands/GetTrafficDistributionCommand.d.ts +2 -1
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/ImportWorkspaceMediaCommand.d.ts +1 -1
- package/dist-types/commands/ListNotificationsCommand.d.ts +114 -0
- package/dist-types/commands/ListUserNotificationsCommand.d.ts +110 -0
- package/dist-types/commands/SearchNotificationsCommand.d.ts +165 -0
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +1 -2
- package/dist-types/commands/SearchUsersCommand.d.ts +1 -2
- package/dist-types/commands/SearchViewsCommand.d.ts +1 -2
- package/dist-types/commands/SearchVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotificationContentCommand.d.ts +94 -0
- package/dist-types/commands/UpdateUserNotificationStatusCommand.d.ts +95 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/enums.d.ts +72 -0
- package/dist-types/models/models_0.d.ts +64 -48
- package/dist-types/models/models_1.d.ts +151 -140
- package/dist-types/models/models_2.d.ts +402 -469
- package/dist-types/models/models_3.d.ts +545 -4
- package/dist-types/schemas/schemas_0.d.ts +29 -0
- package/dist-types/ts3.4/Connect.d.ts +136 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeNotificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTrafficDistributionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ImportPhoneNumberCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportWorkspaceMediaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListUserNotificationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchNotificationsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/SearchViewsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotificationContentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateUserNotificationStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/enums.d.ts +41 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -11
- package/dist-types/ts3.4/models/models_1.d.ts +40 -34
- package/dist-types/ts3.4/models/models_2.d.ts +90 -98
- package/dist-types/ts3.4/models/models_3.d.ts +126 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -543,6 +543,13 @@ CreateIntegrationAssociation
|
|
|
543
543
|
</details>
|
|
544
544
|
<details>
|
|
545
545
|
<summary>
|
|
546
|
+
CreateNotification
|
|
547
|
+
</summary>
|
|
548
|
+
|
|
549
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/CreateNotificationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateNotificationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateNotificationCommandOutput/)
|
|
550
|
+
</details>
|
|
551
|
+
<details>
|
|
552
|
+
<summary>
|
|
546
553
|
CreateParticipant
|
|
547
554
|
</summary>
|
|
548
555
|
|
|
@@ -802,6 +809,13 @@ DeleteIntegrationAssociation
|
|
|
802
809
|
</details>
|
|
803
810
|
<details>
|
|
804
811
|
<summary>
|
|
812
|
+
DeleteNotification
|
|
813
|
+
</summary>
|
|
814
|
+
|
|
815
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DeleteNotificationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteNotificationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteNotificationCommandOutput/)
|
|
816
|
+
</details>
|
|
817
|
+
<details>
|
|
818
|
+
<summary>
|
|
805
819
|
DeletePredefinedAttribute
|
|
806
820
|
</summary>
|
|
807
821
|
|
|
@@ -1054,6 +1068,13 @@ DescribeInstanceStorageConfig
|
|
|
1054
1068
|
</details>
|
|
1055
1069
|
<details>
|
|
1056
1070
|
<summary>
|
|
1071
|
+
DescribeNotification
|
|
1072
|
+
</summary>
|
|
1073
|
+
|
|
1074
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DescribeNotificationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeNotificationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeNotificationCommandOutput/)
|
|
1075
|
+
</details>
|
|
1076
|
+
<details>
|
|
1077
|
+
<summary>
|
|
1057
1078
|
DescribePhoneNumber
|
|
1058
1079
|
</summary>
|
|
1059
1080
|
|
|
@@ -1635,6 +1656,13 @@ ListLexBots
|
|
|
1635
1656
|
</details>
|
|
1636
1657
|
<details>
|
|
1637
1658
|
<summary>
|
|
1659
|
+
ListNotifications
|
|
1660
|
+
</summary>
|
|
1661
|
+
|
|
1662
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListNotificationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListNotificationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListNotificationsCommandOutput/)
|
|
1663
|
+
</details>
|
|
1664
|
+
<details>
|
|
1665
|
+
<summary>
|
|
1638
1666
|
ListPhoneNumbers
|
|
1639
1667
|
</summary>
|
|
1640
1668
|
|
|
@@ -1817,6 +1845,13 @@ ListUserHierarchyGroups
|
|
|
1817
1845
|
</details>
|
|
1818
1846
|
<details>
|
|
1819
1847
|
<summary>
|
|
1848
|
+
ListUserNotifications
|
|
1849
|
+
</summary>
|
|
1850
|
+
|
|
1851
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListUserNotificationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListUserNotificationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListUserNotificationsCommandOutput/)
|
|
1852
|
+
</details>
|
|
1853
|
+
<details>
|
|
1854
|
+
<summary>
|
|
1820
1855
|
ListUserProficiencies
|
|
1821
1856
|
</summary>
|
|
1822
1857
|
|
|
@@ -1992,6 +2027,13 @@ SearchHoursOfOperations
|
|
|
1992
2027
|
</details>
|
|
1993
2028
|
<details>
|
|
1994
2029
|
<summary>
|
|
2030
|
+
SearchNotifications
|
|
2031
|
+
</summary>
|
|
2032
|
+
|
|
2033
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/SearchNotificationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchNotificationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchNotificationsCommandOutput/)
|
|
2034
|
+
</details>
|
|
2035
|
+
<details>
|
|
2036
|
+
<summary>
|
|
1995
2037
|
SearchPredefinedAttributes
|
|
1996
2038
|
</summary>
|
|
1997
2039
|
|
|
@@ -2440,6 +2482,13 @@ UpdateInstanceStorageConfig
|
|
|
2440
2482
|
</details>
|
|
2441
2483
|
<details>
|
|
2442
2484
|
<summary>
|
|
2485
|
+
UpdateNotificationContent
|
|
2486
|
+
</summary>
|
|
2487
|
+
|
|
2488
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/UpdateNotificationContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateNotificationContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateNotificationContentCommandOutput/)
|
|
2489
|
+
</details>
|
|
2490
|
+
<details>
|
|
2491
|
+
<summary>
|
|
2443
2492
|
UpdateParticipantAuthentication
|
|
2444
2493
|
</summary>
|
|
2445
2494
|
|
|
@@ -2643,6 +2692,13 @@ UpdateUserIdentityInfo
|
|
|
2643
2692
|
</details>
|
|
2644
2693
|
<details>
|
|
2645
2694
|
<summary>
|
|
2695
|
+
UpdateUserNotificationStatus
|
|
2696
|
+
</summary>
|
|
2697
|
+
|
|
2698
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/UpdateUserNotificationStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateUserNotificationStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateUserNotificationStatusCommandOutput/)
|
|
2699
|
+
</details>
|
|
2700
|
+
<details>
|
|
2701
|
+
<summary>
|
|
2646
2702
|
UpdateUserPhoneConfig
|
|
2647
2703
|
</summary>
|
|
2648
2704
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -665,6 +665,18 @@ class CreateIntegrationAssociationCommand extends smithyClient.Command
|
|
|
665
665
|
.build() {
|
|
666
666
|
}
|
|
667
667
|
|
|
668
|
+
class CreateNotificationCommand extends smithyClient.Command
|
|
669
|
+
.classBuilder()
|
|
670
|
+
.ep(commonParams)
|
|
671
|
+
.m(function (Command, cs, config, o) {
|
|
672
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
673
|
+
})
|
|
674
|
+
.s("AmazonConnectService", "CreateNotification", {})
|
|
675
|
+
.n("ConnectClient", "CreateNotificationCommand")
|
|
676
|
+
.sc(schemas_0.CreateNotification$)
|
|
677
|
+
.build() {
|
|
678
|
+
}
|
|
679
|
+
|
|
668
680
|
class CreateParticipantCommand extends smithyClient.Command
|
|
669
681
|
.classBuilder()
|
|
670
682
|
.ep(commonParams)
|
|
@@ -1109,6 +1121,18 @@ class DeleteIntegrationAssociationCommand extends smithyClient.Command
|
|
|
1109
1121
|
.build() {
|
|
1110
1122
|
}
|
|
1111
1123
|
|
|
1124
|
+
class DeleteNotificationCommand extends smithyClient.Command
|
|
1125
|
+
.classBuilder()
|
|
1126
|
+
.ep(commonParams)
|
|
1127
|
+
.m(function (Command, cs, config, o) {
|
|
1128
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1129
|
+
})
|
|
1130
|
+
.s("AmazonConnectService", "DeleteNotification", {})
|
|
1131
|
+
.n("ConnectClient", "DeleteNotificationCommand")
|
|
1132
|
+
.sc(schemas_0.DeleteNotification$)
|
|
1133
|
+
.build() {
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1112
1136
|
class DeletePredefinedAttributeCommand extends smithyClient.Command
|
|
1113
1137
|
.classBuilder()
|
|
1114
1138
|
.ep(commonParams)
|
|
@@ -1541,6 +1565,18 @@ class DescribeInstanceStorageConfigCommand extends smithyClient.Command
|
|
|
1541
1565
|
.build() {
|
|
1542
1566
|
}
|
|
1543
1567
|
|
|
1568
|
+
class DescribeNotificationCommand extends smithyClient.Command
|
|
1569
|
+
.classBuilder()
|
|
1570
|
+
.ep(commonParams)
|
|
1571
|
+
.m(function (Command, cs, config, o) {
|
|
1572
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1573
|
+
})
|
|
1574
|
+
.s("AmazonConnectService", "DescribeNotification", {})
|
|
1575
|
+
.n("ConnectClient", "DescribeNotificationCommand")
|
|
1576
|
+
.sc(schemas_0.DescribeNotification$)
|
|
1577
|
+
.build() {
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1544
1580
|
class DescribePhoneNumberCommand extends smithyClient.Command
|
|
1545
1581
|
.classBuilder()
|
|
1546
1582
|
.ep(commonParams)
|
|
@@ -2537,6 +2573,18 @@ class ListLexBotsCommand extends smithyClient.Command
|
|
|
2537
2573
|
.build() {
|
|
2538
2574
|
}
|
|
2539
2575
|
|
|
2576
|
+
class ListNotificationsCommand extends smithyClient.Command
|
|
2577
|
+
.classBuilder()
|
|
2578
|
+
.ep(commonParams)
|
|
2579
|
+
.m(function (Command, cs, config, o) {
|
|
2580
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2581
|
+
})
|
|
2582
|
+
.s("AmazonConnectService", "ListNotifications", {})
|
|
2583
|
+
.n("ConnectClient", "ListNotificationsCommand")
|
|
2584
|
+
.sc(schemas_0.ListNotifications$)
|
|
2585
|
+
.build() {
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2540
2588
|
class ListPhoneNumbersCommand extends smithyClient.Command
|
|
2541
2589
|
.classBuilder()
|
|
2542
2590
|
.ep(commonParams)
|
|
@@ -2849,6 +2897,18 @@ class ListUserHierarchyGroupsCommand extends smithyClient.Command
|
|
|
2849
2897
|
.build() {
|
|
2850
2898
|
}
|
|
2851
2899
|
|
|
2900
|
+
class ListUserNotificationsCommand extends smithyClient.Command
|
|
2901
|
+
.classBuilder()
|
|
2902
|
+
.ep(commonParams)
|
|
2903
|
+
.m(function (Command, cs, config, o) {
|
|
2904
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2905
|
+
})
|
|
2906
|
+
.s("AmazonConnectService", "ListUserNotifications", {})
|
|
2907
|
+
.n("ConnectClient", "ListUserNotificationsCommand")
|
|
2908
|
+
.sc(schemas_0.ListUserNotifications$)
|
|
2909
|
+
.build() {
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2852
2912
|
class ListUserProficienciesCommand extends smithyClient.Command
|
|
2853
2913
|
.classBuilder()
|
|
2854
2914
|
.ep(commonParams)
|
|
@@ -3149,6 +3209,18 @@ class SearchHoursOfOperationsCommand extends smithyClient.Command
|
|
|
3149
3209
|
.build() {
|
|
3150
3210
|
}
|
|
3151
3211
|
|
|
3212
|
+
class SearchNotificationsCommand extends smithyClient.Command
|
|
3213
|
+
.classBuilder()
|
|
3214
|
+
.ep(commonParams)
|
|
3215
|
+
.m(function (Command, cs, config, o) {
|
|
3216
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3217
|
+
})
|
|
3218
|
+
.s("AmazonConnectService", "SearchNotifications", {})
|
|
3219
|
+
.n("ConnectClient", "SearchNotificationsCommand")
|
|
3220
|
+
.sc(schemas_0.SearchNotifications$)
|
|
3221
|
+
.build() {
|
|
3222
|
+
}
|
|
3223
|
+
|
|
3152
3224
|
class SearchPredefinedAttributesCommand extends smithyClient.Command
|
|
3153
3225
|
.classBuilder()
|
|
3154
3226
|
.ep(commonParams)
|
|
@@ -3917,6 +3989,18 @@ class UpdateInstanceStorageConfigCommand extends smithyClient.Command
|
|
|
3917
3989
|
.build() {
|
|
3918
3990
|
}
|
|
3919
3991
|
|
|
3992
|
+
class UpdateNotificationContentCommand extends smithyClient.Command
|
|
3993
|
+
.classBuilder()
|
|
3994
|
+
.ep(commonParams)
|
|
3995
|
+
.m(function (Command, cs, config, o) {
|
|
3996
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3997
|
+
})
|
|
3998
|
+
.s("AmazonConnectService", "UpdateNotificationContent", {})
|
|
3999
|
+
.n("ConnectClient", "UpdateNotificationContentCommand")
|
|
4000
|
+
.sc(schemas_0.UpdateNotificationContent$)
|
|
4001
|
+
.build() {
|
|
4002
|
+
}
|
|
4003
|
+
|
|
3920
4004
|
class UpdateParticipantAuthenticationCommand extends smithyClient.Command
|
|
3921
4005
|
.classBuilder()
|
|
3922
4006
|
.ep(commonParams)
|
|
@@ -4265,6 +4349,18 @@ class UpdateUserIdentityInfoCommand extends smithyClient.Command
|
|
|
4265
4349
|
.build() {
|
|
4266
4350
|
}
|
|
4267
4351
|
|
|
4352
|
+
class UpdateUserNotificationStatusCommand extends smithyClient.Command
|
|
4353
|
+
.classBuilder()
|
|
4354
|
+
.ep(commonParams)
|
|
4355
|
+
.m(function (Command, cs, config, o) {
|
|
4356
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4357
|
+
})
|
|
4358
|
+
.s("AmazonConnectService", "UpdateUserNotificationStatus", {})
|
|
4359
|
+
.n("ConnectClient", "UpdateUserNotificationStatusCommand")
|
|
4360
|
+
.sc(schemas_0.UpdateUserNotificationStatus$)
|
|
4361
|
+
.build() {
|
|
4362
|
+
}
|
|
4363
|
+
|
|
4268
4364
|
class UpdateUserPhoneConfigCommand extends smithyClient.Command
|
|
4269
4365
|
.classBuilder()
|
|
4270
4366
|
.ep(commonParams)
|
|
@@ -4602,6 +4698,7 @@ const commands = {
|
|
|
4602
4698
|
CreateHoursOfOperationOverrideCommand,
|
|
4603
4699
|
CreateInstanceCommand,
|
|
4604
4700
|
CreateIntegrationAssociationCommand,
|
|
4701
|
+
CreateNotificationCommand,
|
|
4605
4702
|
CreateParticipantCommand,
|
|
4606
4703
|
CreatePersistentContactAssociationCommand,
|
|
4607
4704
|
CreatePredefinedAttributeCommand,
|
|
@@ -4639,6 +4736,7 @@ const commands = {
|
|
|
4639
4736
|
DeleteHoursOfOperationOverrideCommand,
|
|
4640
4737
|
DeleteInstanceCommand,
|
|
4641
4738
|
DeleteIntegrationAssociationCommand,
|
|
4739
|
+
DeleteNotificationCommand,
|
|
4642
4740
|
DeletePredefinedAttributeCommand,
|
|
4643
4741
|
DeletePromptCommand,
|
|
4644
4742
|
DeletePushNotificationRegistrationCommand,
|
|
@@ -4675,6 +4773,7 @@ const commands = {
|
|
|
4675
4773
|
DescribeInstanceCommand,
|
|
4676
4774
|
DescribeInstanceAttributeCommand,
|
|
4677
4775
|
DescribeInstanceStorageConfigCommand,
|
|
4776
|
+
DescribeNotificationCommand,
|
|
4678
4777
|
DescribePhoneNumberCommand,
|
|
4679
4778
|
DescribePredefinedAttributeCommand,
|
|
4680
4779
|
DescribePromptCommand,
|
|
@@ -4758,6 +4857,7 @@ const commands = {
|
|
|
4758
4857
|
ListIntegrationAssociationsCommand,
|
|
4759
4858
|
ListLambdaFunctionsCommand,
|
|
4760
4859
|
ListLexBotsCommand,
|
|
4860
|
+
ListNotificationsCommand,
|
|
4761
4861
|
ListPhoneNumbersCommand,
|
|
4762
4862
|
ListPhoneNumbersV2Command,
|
|
4763
4863
|
ListPredefinedAttributesCommand,
|
|
@@ -4784,6 +4884,7 @@ const commands = {
|
|
|
4784
4884
|
ListTrafficDistributionGroupUsersCommand,
|
|
4785
4885
|
ListUseCasesCommand,
|
|
4786
4886
|
ListUserHierarchyGroupsCommand,
|
|
4887
|
+
ListUserNotificationsCommand,
|
|
4787
4888
|
ListUserProficienciesCommand,
|
|
4788
4889
|
ListUsersCommand,
|
|
4789
4890
|
ListViewsCommand,
|
|
@@ -4809,6 +4910,7 @@ const commands = {
|
|
|
4809
4910
|
SearchEvaluationFormsCommand,
|
|
4810
4911
|
SearchHoursOfOperationOverridesCommand,
|
|
4811
4912
|
SearchHoursOfOperationsCommand,
|
|
4913
|
+
SearchNotificationsCommand,
|
|
4812
4914
|
SearchPredefinedAttributesCommand,
|
|
4813
4915
|
SearchPromptsCommand,
|
|
4814
4916
|
SearchQueuesCommand,
|
|
@@ -4873,6 +4975,7 @@ const commands = {
|
|
|
4873
4975
|
UpdateHoursOfOperationOverrideCommand,
|
|
4874
4976
|
UpdateInstanceAttributeCommand,
|
|
4875
4977
|
UpdateInstanceStorageConfigCommand,
|
|
4978
|
+
UpdateNotificationContentCommand,
|
|
4876
4979
|
UpdateParticipantAuthenticationCommand,
|
|
4877
4980
|
UpdateParticipantRoleConfigCommand,
|
|
4878
4981
|
UpdatePhoneNumberCommand,
|
|
@@ -4902,6 +5005,7 @@ const commands = {
|
|
|
4902
5005
|
UpdateUserHierarchyGroupNameCommand,
|
|
4903
5006
|
UpdateUserHierarchyStructureCommand,
|
|
4904
5007
|
UpdateUserIdentityInfoCommand,
|
|
5008
|
+
UpdateUserNotificationStatusCommand,
|
|
4905
5009
|
UpdateUserPhoneConfigCommand,
|
|
4906
5010
|
UpdateUserProficienciesCommand,
|
|
4907
5011
|
UpdateUserRoutingProfileCommand,
|
|
@@ -5409,6 +5513,23 @@ const SourceType = {
|
|
|
5409
5513
|
SALESFORCE: "SALESFORCE",
|
|
5410
5514
|
ZENDESK: "ZENDESK",
|
|
5411
5515
|
};
|
|
5516
|
+
const LocaleCode = {
|
|
5517
|
+
DeDE: "de_DE",
|
|
5518
|
+
EnUS: "en_US",
|
|
5519
|
+
EsES: "es_ES",
|
|
5520
|
+
FrFR: "fr_FR",
|
|
5521
|
+
IdID: "id_ID",
|
|
5522
|
+
ItIT: "it_IT",
|
|
5523
|
+
JaJP: "ja_JP",
|
|
5524
|
+
KoKR: "ko_KR",
|
|
5525
|
+
PtBR: "pt_BR",
|
|
5526
|
+
ZhCN: "zh_CN",
|
|
5527
|
+
ZhTW: "zh_TW",
|
|
5528
|
+
};
|
|
5529
|
+
const ConfigurableNotificationPriority = {
|
|
5530
|
+
High: "HIGH",
|
|
5531
|
+
Low: "LOW",
|
|
5532
|
+
};
|
|
5412
5533
|
const ParticipantRole = {
|
|
5413
5534
|
AGENT: "AGENT",
|
|
5414
5535
|
CUSTOMER: "CUSTOMER",
|
|
@@ -5681,6 +5802,11 @@ const InstanceAttributeType = {
|
|
|
5681
5802
|
OUTBOUND_CALLS: "OUTBOUND_CALLS",
|
|
5682
5803
|
USE_CUSTOM_TTS_VOICES: "USE_CUSTOM_TTS_VOICES",
|
|
5683
5804
|
};
|
|
5805
|
+
const NotificationPriority = {
|
|
5806
|
+
High: "HIGH",
|
|
5807
|
+
Low: "LOW",
|
|
5808
|
+
Urgent: "URGENT",
|
|
5809
|
+
};
|
|
5684
5810
|
const PhoneNumberCountryCode = {
|
|
5685
5811
|
AD: "AD",
|
|
5686
5812
|
AE: "AE",
|
|
@@ -6102,6 +6228,16 @@ const ExecutionRecordStatus = {
|
|
|
6102
6228
|
PASSED: "PASSED",
|
|
6103
6229
|
STOPPED: "STOPPED",
|
|
6104
6230
|
};
|
|
6231
|
+
const NotificationStatus = {
|
|
6232
|
+
Hidden: "HIDDEN",
|
|
6233
|
+
Read: "READ",
|
|
6234
|
+
Unread: "UNREAD",
|
|
6235
|
+
};
|
|
6236
|
+
const NotificationSource = {
|
|
6237
|
+
Customer: "CUSTOMER",
|
|
6238
|
+
Rules: "RULES",
|
|
6239
|
+
System: "SYSTEM",
|
|
6240
|
+
};
|
|
6105
6241
|
const ContactRecordingType = {
|
|
6106
6242
|
AGENT: "AGENT",
|
|
6107
6243
|
IVR: "IVR",
|
|
@@ -6298,6 +6434,7 @@ exports.ChatEventType = ChatEventType;
|
|
|
6298
6434
|
exports.ClaimPhoneNumberCommand = ClaimPhoneNumberCommand;
|
|
6299
6435
|
exports.Comparison = Comparison;
|
|
6300
6436
|
exports.CompleteAttachedFileUploadCommand = CompleteAttachedFileUploadCommand;
|
|
6437
|
+
exports.ConfigurableNotificationPriority = ConfigurableNotificationPriority;
|
|
6301
6438
|
exports.Connect = Connect;
|
|
6302
6439
|
exports.ConnectClient = ConnectClient;
|
|
6303
6440
|
exports.ContactFlowModuleState = ContactFlowModuleState;
|
|
@@ -6327,6 +6464,7 @@ exports.CreateHoursOfOperationCommand = CreateHoursOfOperationCommand;
|
|
|
6327
6464
|
exports.CreateHoursOfOperationOverrideCommand = CreateHoursOfOperationOverrideCommand;
|
|
6328
6465
|
exports.CreateInstanceCommand = CreateInstanceCommand;
|
|
6329
6466
|
exports.CreateIntegrationAssociationCommand = CreateIntegrationAssociationCommand;
|
|
6467
|
+
exports.CreateNotificationCommand = CreateNotificationCommand;
|
|
6330
6468
|
exports.CreateParticipantCommand = CreateParticipantCommand;
|
|
6331
6469
|
exports.CreatePersistentContactAssociationCommand = CreatePersistentContactAssociationCommand;
|
|
6332
6470
|
exports.CreatePredefinedAttributeCommand = CreatePredefinedAttributeCommand;
|
|
@@ -6371,6 +6509,7 @@ exports.DeleteHoursOfOperationCommand = DeleteHoursOfOperationCommand;
|
|
|
6371
6509
|
exports.DeleteHoursOfOperationOverrideCommand = DeleteHoursOfOperationOverrideCommand;
|
|
6372
6510
|
exports.DeleteInstanceCommand = DeleteInstanceCommand;
|
|
6373
6511
|
exports.DeleteIntegrationAssociationCommand = DeleteIntegrationAssociationCommand;
|
|
6512
|
+
exports.DeleteNotificationCommand = DeleteNotificationCommand;
|
|
6374
6513
|
exports.DeletePredefinedAttributeCommand = DeletePredefinedAttributeCommand;
|
|
6375
6514
|
exports.DeletePromptCommand = DeletePromptCommand;
|
|
6376
6515
|
exports.DeletePushNotificationRegistrationCommand = DeletePushNotificationRegistrationCommand;
|
|
@@ -6407,6 +6546,7 @@ exports.DescribeHoursOfOperationOverrideCommand = DescribeHoursOfOperationOverri
|
|
|
6407
6546
|
exports.DescribeInstanceAttributeCommand = DescribeInstanceAttributeCommand;
|
|
6408
6547
|
exports.DescribeInstanceCommand = DescribeInstanceCommand;
|
|
6409
6548
|
exports.DescribeInstanceStorageConfigCommand = DescribeInstanceStorageConfigCommand;
|
|
6549
|
+
exports.DescribeNotificationCommand = DescribeNotificationCommand;
|
|
6410
6550
|
exports.DescribePhoneNumberCommand = DescribePhoneNumberCommand;
|
|
6411
6551
|
exports.DescribePredefinedAttributeCommand = DescribePredefinedAttributeCommand;
|
|
6412
6552
|
exports.DescribePromptCommand = DescribePromptCommand;
|
|
@@ -6539,6 +6679,7 @@ exports.ListInstancesCommand = ListInstancesCommand;
|
|
|
6539
6679
|
exports.ListIntegrationAssociationsCommand = ListIntegrationAssociationsCommand;
|
|
6540
6680
|
exports.ListLambdaFunctionsCommand = ListLambdaFunctionsCommand;
|
|
6541
6681
|
exports.ListLexBotsCommand = ListLexBotsCommand;
|
|
6682
|
+
exports.ListNotificationsCommand = ListNotificationsCommand;
|
|
6542
6683
|
exports.ListPhoneNumbersCommand = ListPhoneNumbersCommand;
|
|
6543
6684
|
exports.ListPhoneNumbersV2Command = ListPhoneNumbersV2Command;
|
|
6544
6685
|
exports.ListPredefinedAttributesCommand = ListPredefinedAttributesCommand;
|
|
@@ -6565,6 +6706,7 @@ exports.ListTrafficDistributionGroupUsersCommand = ListTrafficDistributionGroupU
|
|
|
6565
6706
|
exports.ListTrafficDistributionGroupsCommand = ListTrafficDistributionGroupsCommand;
|
|
6566
6707
|
exports.ListUseCasesCommand = ListUseCasesCommand;
|
|
6567
6708
|
exports.ListUserHierarchyGroupsCommand = ListUserHierarchyGroupsCommand;
|
|
6709
|
+
exports.ListUserNotificationsCommand = ListUserNotificationsCommand;
|
|
6568
6710
|
exports.ListUserProficienciesCommand = ListUserProficienciesCommand;
|
|
6569
6711
|
exports.ListUsersCommand = ListUsersCommand;
|
|
6570
6712
|
exports.ListViewVersionsCommand = ListViewVersionsCommand;
|
|
@@ -6572,6 +6714,7 @@ exports.ListViewsCommand = ListViewsCommand;
|
|
|
6572
6714
|
exports.ListWorkspaceMediaCommand = ListWorkspaceMediaCommand;
|
|
6573
6715
|
exports.ListWorkspacePagesCommand = ListWorkspacePagesCommand;
|
|
6574
6716
|
exports.ListWorkspacesCommand = ListWorkspacesCommand;
|
|
6717
|
+
exports.LocaleCode = LocaleCode;
|
|
6575
6718
|
exports.MediaStreamType = MediaStreamType;
|
|
6576
6719
|
exports.MediaType = MediaType;
|
|
6577
6720
|
exports.MeetingFeatureStatus = MeetingFeatureStatus;
|
|
@@ -6581,6 +6724,9 @@ exports.MultiSelectQuestionRuleCategoryAutomationCondition = MultiSelectQuestion
|
|
|
6581
6724
|
exports.NextContactType = NextContactType;
|
|
6582
6725
|
exports.NotificationContentType = NotificationContentType;
|
|
6583
6726
|
exports.NotificationDeliveryType = NotificationDeliveryType;
|
|
6727
|
+
exports.NotificationPriority = NotificationPriority;
|
|
6728
|
+
exports.NotificationSource = NotificationSource;
|
|
6729
|
+
exports.NotificationStatus = NotificationStatus;
|
|
6584
6730
|
exports.NumberComparisonType = NumberComparisonType;
|
|
6585
6731
|
exports.NumericQuestionPropertyAutomationLabel = NumericQuestionPropertyAutomationLabel;
|
|
6586
6732
|
exports.OperationalStatus = OperationalStatus;
|
|
@@ -6639,6 +6785,7 @@ exports.SearchEmailAddressesCommand = SearchEmailAddressesCommand;
|
|
|
6639
6785
|
exports.SearchEvaluationFormsCommand = SearchEvaluationFormsCommand;
|
|
6640
6786
|
exports.SearchHoursOfOperationOverridesCommand = SearchHoursOfOperationOverridesCommand;
|
|
6641
6787
|
exports.SearchHoursOfOperationsCommand = SearchHoursOfOperationsCommand;
|
|
6788
|
+
exports.SearchNotificationsCommand = SearchNotificationsCommand;
|
|
6642
6789
|
exports.SearchPredefinedAttributesCommand = SearchPredefinedAttributesCommand;
|
|
6643
6790
|
exports.SearchPromptsCommand = SearchPromptsCommand;
|
|
6644
6791
|
exports.SearchQueuesCommand = SearchQueuesCommand;
|
|
@@ -6724,6 +6871,7 @@ exports.UpdateHoursOfOperationCommand = UpdateHoursOfOperationCommand;
|
|
|
6724
6871
|
exports.UpdateHoursOfOperationOverrideCommand = UpdateHoursOfOperationOverrideCommand;
|
|
6725
6872
|
exports.UpdateInstanceAttributeCommand = UpdateInstanceAttributeCommand;
|
|
6726
6873
|
exports.UpdateInstanceStorageConfigCommand = UpdateInstanceStorageConfigCommand;
|
|
6874
|
+
exports.UpdateNotificationContentCommand = UpdateNotificationContentCommand;
|
|
6727
6875
|
exports.UpdateParticipantAuthenticationCommand = UpdateParticipantAuthenticationCommand;
|
|
6728
6876
|
exports.UpdateParticipantRoleConfigCommand = UpdateParticipantRoleConfigCommand;
|
|
6729
6877
|
exports.UpdatePhoneNumberCommand = UpdatePhoneNumberCommand;
|
|
@@ -6753,6 +6901,7 @@ exports.UpdateUserHierarchyCommand = UpdateUserHierarchyCommand;
|
|
|
6753
6901
|
exports.UpdateUserHierarchyGroupNameCommand = UpdateUserHierarchyGroupNameCommand;
|
|
6754
6902
|
exports.UpdateUserHierarchyStructureCommand = UpdateUserHierarchyStructureCommand;
|
|
6755
6903
|
exports.UpdateUserIdentityInfoCommand = UpdateUserIdentityInfoCommand;
|
|
6904
|
+
exports.UpdateUserNotificationStatusCommand = UpdateUserNotificationStatusCommand;
|
|
6756
6905
|
exports.UpdateUserPhoneConfigCommand = UpdateUserPhoneConfigCommand;
|
|
6757
6906
|
exports.UpdateUserProficienciesCommand = UpdateUserProficienciesCommand;
|
|
6758
6907
|
exports.UpdateUserRoutingProfileCommand = UpdateUserRoutingProfileCommand;
|