@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
|
@@ -214,6 +214,8 @@ export declare var CreateInstanceRequest$: StaticStructureSchema;
|
|
|
214
214
|
export declare var CreateInstanceResponse$: StaticStructureSchema;
|
|
215
215
|
export declare var CreateIntegrationAssociationRequest$: StaticStructureSchema;
|
|
216
216
|
export declare var CreateIntegrationAssociationResponse$: StaticStructureSchema;
|
|
217
|
+
export declare var CreateNotificationRequest$: StaticStructureSchema;
|
|
218
|
+
export declare var CreateNotificationResponse$: StaticStructureSchema;
|
|
217
219
|
export declare var CreateParticipantRequest$: StaticStructureSchema;
|
|
218
220
|
export declare var CreateParticipantResponse$: StaticStructureSchema;
|
|
219
221
|
export declare var CreatePersistentContactAssociationRequest$: StaticStructureSchema;
|
|
@@ -308,6 +310,8 @@ export declare var DeleteHoursOfOperationOverrideRequest$: StaticStructureSchema
|
|
|
308
310
|
export declare var DeleteHoursOfOperationRequest$: StaticStructureSchema;
|
|
309
311
|
export declare var DeleteInstanceRequest$: StaticStructureSchema;
|
|
310
312
|
export declare var DeleteIntegrationAssociationRequest$: StaticStructureSchema;
|
|
313
|
+
export declare var DeleteNotificationRequest$: StaticStructureSchema;
|
|
314
|
+
export declare var DeleteNotificationResponse$: StaticStructureSchema;
|
|
311
315
|
export declare var DeletePredefinedAttributeRequest$: StaticStructureSchema;
|
|
312
316
|
export declare var DeletePromptRequest$: StaticStructureSchema;
|
|
313
317
|
export declare var DeletePushNotificationRegistrationRequest$: StaticStructureSchema;
|
|
@@ -370,6 +374,8 @@ export declare var DescribeInstanceRequest$: StaticStructureSchema;
|
|
|
370
374
|
export declare var DescribeInstanceResponse$: StaticStructureSchema;
|
|
371
375
|
export declare var DescribeInstanceStorageConfigRequest$: StaticStructureSchema;
|
|
372
376
|
export declare var DescribeInstanceStorageConfigResponse$: StaticStructureSchema;
|
|
377
|
+
export declare var DescribeNotificationRequest$: StaticStructureSchema;
|
|
378
|
+
export declare var DescribeNotificationResponse$: StaticStructureSchema;
|
|
373
379
|
export declare var DescribePhoneNumberRequest$: StaticStructureSchema;
|
|
374
380
|
export declare var DescribePhoneNumberResponse$: StaticStructureSchema;
|
|
375
381
|
export declare var DescribePredefinedAttributeRequest$: StaticStructureSchema;
|
|
@@ -661,6 +667,8 @@ export declare var ListLambdaFunctionsRequest$: StaticStructureSchema;
|
|
|
661
667
|
export declare var ListLambdaFunctionsResponse$: StaticStructureSchema;
|
|
662
668
|
export declare var ListLexBotsRequest$: StaticStructureSchema;
|
|
663
669
|
export declare var ListLexBotsResponse$: StaticStructureSchema;
|
|
670
|
+
export declare var ListNotificationsRequest$: StaticStructureSchema;
|
|
671
|
+
export declare var ListNotificationsResponse$: StaticStructureSchema;
|
|
664
672
|
export declare var ListPhoneNumbersRequest$: StaticStructureSchema;
|
|
665
673
|
export declare var ListPhoneNumbersResponse$: StaticStructureSchema;
|
|
666
674
|
export declare var ListPhoneNumbersSummary$: StaticStructureSchema;
|
|
@@ -714,6 +722,8 @@ export declare var ListUseCasesRequest$: StaticStructureSchema;
|
|
|
714
722
|
export declare var ListUseCasesResponse$: StaticStructureSchema;
|
|
715
723
|
export declare var ListUserHierarchyGroupsRequest$: StaticStructureSchema;
|
|
716
724
|
export declare var ListUserHierarchyGroupsResponse$: StaticStructureSchema;
|
|
725
|
+
export declare var ListUserNotificationsRequest$: StaticStructureSchema;
|
|
726
|
+
export declare var ListUserNotificationsResponse$: StaticStructureSchema;
|
|
717
727
|
export declare var ListUserProficienciesRequest$: StaticStructureSchema;
|
|
718
728
|
export declare var ListUserProficienciesResponse$: StaticStructureSchema;
|
|
719
729
|
export declare var ListUsersRequest$: StaticStructureSchema;
|
|
@@ -745,7 +755,11 @@ export declare var MultiSelectQuestionRuleCategoryAutomation$: StaticStructureSc
|
|
|
745
755
|
export declare var NameCriteria$: StaticStructureSchema;
|
|
746
756
|
export declare var NewSessionDetails$: StaticStructureSchema;
|
|
747
757
|
export declare var NextContactEntry$: StaticStructureSchema;
|
|
758
|
+
export declare var Notification$: StaticStructureSchema;
|
|
748
759
|
export declare var NotificationRecipientType$: StaticStructureSchema;
|
|
760
|
+
export declare var NotificationSearchCriteria$: StaticStructureSchema;
|
|
761
|
+
export declare var NotificationSearchFilter$: StaticStructureSchema;
|
|
762
|
+
export declare var NotificationSearchSummary$: StaticStructureSchema;
|
|
749
763
|
export declare var NumberCondition$: StaticStructureSchema;
|
|
750
764
|
export declare var NumberReference$: StaticStructureSchema;
|
|
751
765
|
export declare var NumericQuestionPropertyValueAutomation$: StaticStructureSchema;
|
|
@@ -899,6 +913,8 @@ export declare var SearchHoursOfOperationOverridesRequest$: StaticStructureSchem
|
|
|
899
913
|
export declare var SearchHoursOfOperationOverridesResponse$: StaticStructureSchema;
|
|
900
914
|
export declare var SearchHoursOfOperationsRequest$: StaticStructureSchema;
|
|
901
915
|
export declare var SearchHoursOfOperationsResponse$: StaticStructureSchema;
|
|
916
|
+
export declare var SearchNotificationsRequest$: StaticStructureSchema;
|
|
917
|
+
export declare var SearchNotificationsResponse$: StaticStructureSchema;
|
|
902
918
|
export declare var SearchPredefinedAttributesRequest$: StaticStructureSchema;
|
|
903
919
|
export declare var SearchPredefinedAttributesResponse$: StaticStructureSchema;
|
|
904
920
|
export declare var SearchPromptsRequest$: StaticStructureSchema;
|
|
@@ -1069,6 +1085,8 @@ export declare var UpdateHoursOfOperationOverrideRequest$: StaticStructureSchema
|
|
|
1069
1085
|
export declare var UpdateHoursOfOperationRequest$: StaticStructureSchema;
|
|
1070
1086
|
export declare var UpdateInstanceAttributeRequest$: StaticStructureSchema;
|
|
1071
1087
|
export declare var UpdateInstanceStorageConfigRequest$: StaticStructureSchema;
|
|
1088
|
+
export declare var UpdateNotificationContentRequest$: StaticStructureSchema;
|
|
1089
|
+
export declare var UpdateNotificationContentResponse$: StaticStructureSchema;
|
|
1072
1090
|
export declare var UpdateParticipantAuthenticationRequest$: StaticStructureSchema;
|
|
1073
1091
|
export declare var UpdateParticipantAuthenticationResponse$: StaticStructureSchema;
|
|
1074
1092
|
export declare var UpdateParticipantRoleConfigRequest$: StaticStructureSchema;
|
|
@@ -1105,6 +1123,8 @@ export declare var UpdateUserHierarchyGroupNameRequest$: StaticStructureSchema;
|
|
|
1105
1123
|
export declare var UpdateUserHierarchyRequest$: StaticStructureSchema;
|
|
1106
1124
|
export declare var UpdateUserHierarchyStructureRequest$: StaticStructureSchema;
|
|
1107
1125
|
export declare var UpdateUserIdentityInfoRequest$: StaticStructureSchema;
|
|
1126
|
+
export declare var UpdateUserNotificationStatusRequest$: StaticStructureSchema;
|
|
1127
|
+
export declare var UpdateUserNotificationStatusResponse$: StaticStructureSchema;
|
|
1108
1128
|
export declare var UpdateUserPhoneConfigRequest$: StaticStructureSchema;
|
|
1109
1129
|
export declare var UpdateUserProficienciesRequest$: StaticStructureSchema;
|
|
1110
1130
|
export declare var UpdateUserRoutingProfileRequest$: StaticStructureSchema;
|
|
@@ -1132,6 +1152,7 @@ export declare var UserHierarchyGroupSearchFilter$: StaticStructureSchema;
|
|
|
1132
1152
|
export declare var UserIdentityInfo$: StaticStructureSchema;
|
|
1133
1153
|
export declare var UserIdentityInfoLite$: StaticStructureSchema;
|
|
1134
1154
|
export declare var UserInfo$: StaticStructureSchema;
|
|
1155
|
+
export declare var UserNotificationSummary$: StaticStructureSchema;
|
|
1135
1156
|
export declare var UserPhoneConfig$: StaticStructureSchema;
|
|
1136
1157
|
export declare var UserProficiency$: StaticStructureSchema;
|
|
1137
1158
|
export declare var UserProficiencyDisassociate$: StaticStructureSchema;
|
|
@@ -1236,6 +1257,7 @@ export declare var CreateHoursOfOperation$: StaticOperationSchema;
|
|
|
1236
1257
|
export declare var CreateHoursOfOperationOverride$: StaticOperationSchema;
|
|
1237
1258
|
export declare var CreateInstance$: StaticOperationSchema;
|
|
1238
1259
|
export declare var CreateIntegrationAssociation$: StaticOperationSchema;
|
|
1260
|
+
export declare var CreateNotification$: StaticOperationSchema;
|
|
1239
1261
|
export declare var CreateParticipant$: StaticOperationSchema;
|
|
1240
1262
|
export declare var CreatePersistentContactAssociation$: StaticOperationSchema;
|
|
1241
1263
|
export declare var CreatePredefinedAttribute$: StaticOperationSchema;
|
|
@@ -1273,6 +1295,7 @@ export declare var DeleteHoursOfOperation$: StaticOperationSchema;
|
|
|
1273
1295
|
export declare var DeleteHoursOfOperationOverride$: StaticOperationSchema;
|
|
1274
1296
|
export declare var DeleteInstance$: StaticOperationSchema;
|
|
1275
1297
|
export declare var DeleteIntegrationAssociation$: StaticOperationSchema;
|
|
1298
|
+
export declare var DeleteNotification$: StaticOperationSchema;
|
|
1276
1299
|
export declare var DeletePredefinedAttribute$: StaticOperationSchema;
|
|
1277
1300
|
export declare var DeletePrompt$: StaticOperationSchema;
|
|
1278
1301
|
export declare var DeletePushNotificationRegistration$: StaticOperationSchema;
|
|
@@ -1309,6 +1332,7 @@ export declare var DescribeHoursOfOperationOverride$: StaticOperationSchema;
|
|
|
1309
1332
|
export declare var DescribeInstance$: StaticOperationSchema;
|
|
1310
1333
|
export declare var DescribeInstanceAttribute$: StaticOperationSchema;
|
|
1311
1334
|
export declare var DescribeInstanceStorageConfig$: StaticOperationSchema;
|
|
1335
|
+
export declare var DescribeNotification$: StaticOperationSchema;
|
|
1312
1336
|
export declare var DescribePhoneNumber$: StaticOperationSchema;
|
|
1313
1337
|
export declare var DescribePredefinedAttribute$: StaticOperationSchema;
|
|
1314
1338
|
export declare var DescribePrompt$: StaticOperationSchema;
|
|
@@ -1392,6 +1416,7 @@ export declare var ListInstanceStorageConfigs$: StaticOperationSchema;
|
|
|
1392
1416
|
export declare var ListIntegrationAssociations$: StaticOperationSchema;
|
|
1393
1417
|
export declare var ListLambdaFunctions$: StaticOperationSchema;
|
|
1394
1418
|
export declare var ListLexBots$: StaticOperationSchema;
|
|
1419
|
+
export declare var ListNotifications$: StaticOperationSchema;
|
|
1395
1420
|
export declare var ListPhoneNumbers$: StaticOperationSchema;
|
|
1396
1421
|
export declare var ListPhoneNumbersV2$: StaticOperationSchema;
|
|
1397
1422
|
export declare var ListPredefinedAttributes$: StaticOperationSchema;
|
|
@@ -1418,6 +1443,7 @@ export declare var ListTrafficDistributionGroups$: StaticOperationSchema;
|
|
|
1418
1443
|
export declare var ListTrafficDistributionGroupUsers$: StaticOperationSchema;
|
|
1419
1444
|
export declare var ListUseCases$: StaticOperationSchema;
|
|
1420
1445
|
export declare var ListUserHierarchyGroups$: StaticOperationSchema;
|
|
1446
|
+
export declare var ListUserNotifications$: StaticOperationSchema;
|
|
1421
1447
|
export declare var ListUserProficiencies$: StaticOperationSchema;
|
|
1422
1448
|
export declare var ListUsers$: StaticOperationSchema;
|
|
1423
1449
|
export declare var ListViews$: StaticOperationSchema;
|
|
@@ -1443,6 +1469,7 @@ export declare var SearchEmailAddresses$: StaticOperationSchema;
|
|
|
1443
1469
|
export declare var SearchEvaluationForms$: StaticOperationSchema;
|
|
1444
1470
|
export declare var SearchHoursOfOperationOverrides$: StaticOperationSchema;
|
|
1445
1471
|
export declare var SearchHoursOfOperations$: StaticOperationSchema;
|
|
1472
|
+
export declare var SearchNotifications$: StaticOperationSchema;
|
|
1446
1473
|
export declare var SearchPredefinedAttributes$: StaticOperationSchema;
|
|
1447
1474
|
export declare var SearchPrompts$: StaticOperationSchema;
|
|
1448
1475
|
export declare var SearchQueues$: StaticOperationSchema;
|
|
@@ -1507,6 +1534,7 @@ export declare var UpdateHoursOfOperation$: StaticOperationSchema;
|
|
|
1507
1534
|
export declare var UpdateHoursOfOperationOverride$: StaticOperationSchema;
|
|
1508
1535
|
export declare var UpdateInstanceAttribute$: StaticOperationSchema;
|
|
1509
1536
|
export declare var UpdateInstanceStorageConfig$: StaticOperationSchema;
|
|
1537
|
+
export declare var UpdateNotificationContent$: StaticOperationSchema;
|
|
1510
1538
|
export declare var UpdateParticipantAuthentication$: StaticOperationSchema;
|
|
1511
1539
|
export declare var UpdateParticipantRoleConfig$: StaticOperationSchema;
|
|
1512
1540
|
export declare var UpdatePhoneNumber$: StaticOperationSchema;
|
|
@@ -1536,6 +1564,7 @@ export declare var UpdateUserHierarchy$: StaticOperationSchema;
|
|
|
1536
1564
|
export declare var UpdateUserHierarchyGroupName$: StaticOperationSchema;
|
|
1537
1565
|
export declare var UpdateUserHierarchyStructure$: StaticOperationSchema;
|
|
1538
1566
|
export declare var UpdateUserIdentityInfo$: StaticOperationSchema;
|
|
1567
|
+
export declare var UpdateUserNotificationStatus$: StaticOperationSchema;
|
|
1539
1568
|
export declare var UpdateUserPhoneConfig$: StaticOperationSchema;
|
|
1540
1569
|
export declare var UpdateUserProficiencies$: StaticOperationSchema;
|
|
1541
1570
|
export declare var UpdateUserRoutingProfile$: StaticOperationSchema;
|
|
@@ -187,6 +187,10 @@ import {
|
|
|
187
187
|
CreateIntegrationAssociationCommandInput,
|
|
188
188
|
CreateIntegrationAssociationCommandOutput,
|
|
189
189
|
} from "./commands/CreateIntegrationAssociationCommand";
|
|
190
|
+
import {
|
|
191
|
+
CreateNotificationCommandInput,
|
|
192
|
+
CreateNotificationCommandOutput,
|
|
193
|
+
} from "./commands/CreateNotificationCommand";
|
|
190
194
|
import {
|
|
191
195
|
CreateParticipantCommandInput,
|
|
192
196
|
CreateParticipantCommandOutput,
|
|
@@ -335,6 +339,10 @@ import {
|
|
|
335
339
|
DeleteIntegrationAssociationCommandInput,
|
|
336
340
|
DeleteIntegrationAssociationCommandOutput,
|
|
337
341
|
} from "./commands/DeleteIntegrationAssociationCommand";
|
|
342
|
+
import {
|
|
343
|
+
DeleteNotificationCommandInput,
|
|
344
|
+
DeleteNotificationCommandOutput,
|
|
345
|
+
} from "./commands/DeleteNotificationCommand";
|
|
338
346
|
import {
|
|
339
347
|
DeletePredefinedAttributeCommandInput,
|
|
340
348
|
DeletePredefinedAttributeCommandOutput,
|
|
@@ -479,6 +487,10 @@ import {
|
|
|
479
487
|
DescribeInstanceStorageConfigCommandInput,
|
|
480
488
|
DescribeInstanceStorageConfigCommandOutput,
|
|
481
489
|
} from "./commands/DescribeInstanceStorageConfigCommand";
|
|
490
|
+
import {
|
|
491
|
+
DescribeNotificationCommandInput,
|
|
492
|
+
DescribeNotificationCommandOutput,
|
|
493
|
+
} from "./commands/DescribeNotificationCommand";
|
|
482
494
|
import {
|
|
483
495
|
DescribePhoneNumberCommandInput,
|
|
484
496
|
DescribePhoneNumberCommandOutput,
|
|
@@ -811,6 +823,10 @@ import {
|
|
|
811
823
|
ListLexBotsCommandInput,
|
|
812
824
|
ListLexBotsCommandOutput,
|
|
813
825
|
} from "./commands/ListLexBotsCommand";
|
|
826
|
+
import {
|
|
827
|
+
ListNotificationsCommandInput,
|
|
828
|
+
ListNotificationsCommandOutput,
|
|
829
|
+
} from "./commands/ListNotificationsCommand";
|
|
814
830
|
import {
|
|
815
831
|
ListPhoneNumbersCommandInput,
|
|
816
832
|
ListPhoneNumbersCommandOutput,
|
|
@@ -915,6 +931,10 @@ import {
|
|
|
915
931
|
ListUserHierarchyGroupsCommandInput,
|
|
916
932
|
ListUserHierarchyGroupsCommandOutput,
|
|
917
933
|
} from "./commands/ListUserHierarchyGroupsCommand";
|
|
934
|
+
import {
|
|
935
|
+
ListUserNotificationsCommandInput,
|
|
936
|
+
ListUserNotificationsCommandOutput,
|
|
937
|
+
} from "./commands/ListUserNotificationsCommand";
|
|
918
938
|
import {
|
|
919
939
|
ListUserProficienciesCommandInput,
|
|
920
940
|
ListUserProficienciesCommandOutput,
|
|
@@ -1015,6 +1035,10 @@ import {
|
|
|
1015
1035
|
SearchHoursOfOperationsCommandInput,
|
|
1016
1036
|
SearchHoursOfOperationsCommandOutput,
|
|
1017
1037
|
} from "./commands/SearchHoursOfOperationsCommand";
|
|
1038
|
+
import {
|
|
1039
|
+
SearchNotificationsCommandInput,
|
|
1040
|
+
SearchNotificationsCommandOutput,
|
|
1041
|
+
} from "./commands/SearchNotificationsCommand";
|
|
1018
1042
|
import {
|
|
1019
1043
|
SearchPredefinedAttributesCommandInput,
|
|
1020
1044
|
SearchPredefinedAttributesCommandOutput,
|
|
@@ -1271,6 +1295,10 @@ import {
|
|
|
1271
1295
|
UpdateInstanceStorageConfigCommandInput,
|
|
1272
1296
|
UpdateInstanceStorageConfigCommandOutput,
|
|
1273
1297
|
} from "./commands/UpdateInstanceStorageConfigCommand";
|
|
1298
|
+
import {
|
|
1299
|
+
UpdateNotificationContentCommandInput,
|
|
1300
|
+
UpdateNotificationContentCommandOutput,
|
|
1301
|
+
} from "./commands/UpdateNotificationContentCommand";
|
|
1274
1302
|
import {
|
|
1275
1303
|
UpdateParticipantAuthenticationCommandInput,
|
|
1276
1304
|
UpdateParticipantAuthenticationCommandOutput,
|
|
@@ -1387,6 +1415,10 @@ import {
|
|
|
1387
1415
|
UpdateUserIdentityInfoCommandInput,
|
|
1388
1416
|
UpdateUserIdentityInfoCommandOutput,
|
|
1389
1417
|
} from "./commands/UpdateUserIdentityInfoCommand";
|
|
1418
|
+
import {
|
|
1419
|
+
UpdateUserNotificationStatusCommandInput,
|
|
1420
|
+
UpdateUserNotificationStatusCommandOutput,
|
|
1421
|
+
} from "./commands/UpdateUserNotificationStatusCommand";
|
|
1390
1422
|
import {
|
|
1391
1423
|
UpdateUserPhoneConfigCommandInput,
|
|
1392
1424
|
UpdateUserPhoneConfigCommandOutput,
|
|
@@ -2039,6 +2071,19 @@ export interface Connect {
|
|
|
2039
2071
|
options: __HttpHandlerOptions,
|
|
2040
2072
|
cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void
|
|
2041
2073
|
): void;
|
|
2074
|
+
createNotification(
|
|
2075
|
+
args: CreateNotificationCommandInput,
|
|
2076
|
+
options?: __HttpHandlerOptions
|
|
2077
|
+
): Promise<CreateNotificationCommandOutput>;
|
|
2078
|
+
createNotification(
|
|
2079
|
+
args: CreateNotificationCommandInput,
|
|
2080
|
+
cb: (err: any, data?: CreateNotificationCommandOutput) => void
|
|
2081
|
+
): void;
|
|
2082
|
+
createNotification(
|
|
2083
|
+
args: CreateNotificationCommandInput,
|
|
2084
|
+
options: __HttpHandlerOptions,
|
|
2085
|
+
cb: (err: any, data?: CreateNotificationCommandOutput) => void
|
|
2086
|
+
): void;
|
|
2042
2087
|
createParticipant(
|
|
2043
2088
|
args: CreateParticipantCommandInput,
|
|
2044
2089
|
options?: __HttpHandlerOptions
|
|
@@ -2532,6 +2577,19 @@ export interface Connect {
|
|
|
2532
2577
|
options: __HttpHandlerOptions,
|
|
2533
2578
|
cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void
|
|
2534
2579
|
): void;
|
|
2580
|
+
deleteNotification(
|
|
2581
|
+
args: DeleteNotificationCommandInput,
|
|
2582
|
+
options?: __HttpHandlerOptions
|
|
2583
|
+
): Promise<DeleteNotificationCommandOutput>;
|
|
2584
|
+
deleteNotification(
|
|
2585
|
+
args: DeleteNotificationCommandInput,
|
|
2586
|
+
cb: (err: any, data?: DeleteNotificationCommandOutput) => void
|
|
2587
|
+
): void;
|
|
2588
|
+
deleteNotification(
|
|
2589
|
+
args: DeleteNotificationCommandInput,
|
|
2590
|
+
options: __HttpHandlerOptions,
|
|
2591
|
+
cb: (err: any, data?: DeleteNotificationCommandOutput) => void
|
|
2592
|
+
): void;
|
|
2535
2593
|
deletePredefinedAttribute(
|
|
2536
2594
|
args: DeletePredefinedAttributeCommandInput,
|
|
2537
2595
|
options?: __HttpHandlerOptions
|
|
@@ -3006,6 +3064,19 @@ export interface Connect {
|
|
|
3006
3064
|
options: __HttpHandlerOptions,
|
|
3007
3065
|
cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void
|
|
3008
3066
|
): void;
|
|
3067
|
+
describeNotification(
|
|
3068
|
+
args: DescribeNotificationCommandInput,
|
|
3069
|
+
options?: __HttpHandlerOptions
|
|
3070
|
+
): Promise<DescribeNotificationCommandOutput>;
|
|
3071
|
+
describeNotification(
|
|
3072
|
+
args: DescribeNotificationCommandInput,
|
|
3073
|
+
cb: (err: any, data?: DescribeNotificationCommandOutput) => void
|
|
3074
|
+
): void;
|
|
3075
|
+
describeNotification(
|
|
3076
|
+
args: DescribeNotificationCommandInput,
|
|
3077
|
+
options: __HttpHandlerOptions,
|
|
3078
|
+
cb: (err: any, data?: DescribeNotificationCommandOutput) => void
|
|
3079
|
+
): void;
|
|
3009
3080
|
describePhoneNumber(
|
|
3010
3081
|
args: DescribePhoneNumberCommandInput,
|
|
3011
3082
|
options?: __HttpHandlerOptions
|
|
@@ -4104,6 +4175,19 @@ export interface Connect {
|
|
|
4104
4175
|
options: __HttpHandlerOptions,
|
|
4105
4176
|
cb: (err: any, data?: ListLexBotsCommandOutput) => void
|
|
4106
4177
|
): void;
|
|
4178
|
+
listNotifications(
|
|
4179
|
+
args: ListNotificationsCommandInput,
|
|
4180
|
+
options?: __HttpHandlerOptions
|
|
4181
|
+
): Promise<ListNotificationsCommandOutput>;
|
|
4182
|
+
listNotifications(
|
|
4183
|
+
args: ListNotificationsCommandInput,
|
|
4184
|
+
cb: (err: any, data?: ListNotificationsCommandOutput) => void
|
|
4185
|
+
): void;
|
|
4186
|
+
listNotifications(
|
|
4187
|
+
args: ListNotificationsCommandInput,
|
|
4188
|
+
options: __HttpHandlerOptions,
|
|
4189
|
+
cb: (err: any, data?: ListNotificationsCommandOutput) => void
|
|
4190
|
+
): void;
|
|
4107
4191
|
listPhoneNumbers(
|
|
4108
4192
|
args: ListPhoneNumbersCommandInput,
|
|
4109
4193
|
options?: __HttpHandlerOptions
|
|
@@ -4462,6 +4546,19 @@ export interface Connect {
|
|
|
4462
4546
|
options: __HttpHandlerOptions,
|
|
4463
4547
|
cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void
|
|
4464
4548
|
): void;
|
|
4549
|
+
listUserNotifications(
|
|
4550
|
+
args: ListUserNotificationsCommandInput,
|
|
4551
|
+
options?: __HttpHandlerOptions
|
|
4552
|
+
): Promise<ListUserNotificationsCommandOutput>;
|
|
4553
|
+
listUserNotifications(
|
|
4554
|
+
args: ListUserNotificationsCommandInput,
|
|
4555
|
+
cb: (err: any, data?: ListUserNotificationsCommandOutput) => void
|
|
4556
|
+
): void;
|
|
4557
|
+
listUserNotifications(
|
|
4558
|
+
args: ListUserNotificationsCommandInput,
|
|
4559
|
+
options: __HttpHandlerOptions,
|
|
4560
|
+
cb: (err: any, data?: ListUserNotificationsCommandOutput) => void
|
|
4561
|
+
): void;
|
|
4465
4562
|
listUserProficiencies(
|
|
4466
4563
|
args: ListUserProficienciesCommandInput,
|
|
4467
4564
|
options?: __HttpHandlerOptions
|
|
@@ -4787,6 +4884,19 @@ export interface Connect {
|
|
|
4787
4884
|
options: __HttpHandlerOptions,
|
|
4788
4885
|
cb: (err: any, data?: SearchHoursOfOperationsCommandOutput) => void
|
|
4789
4886
|
): void;
|
|
4887
|
+
searchNotifications(
|
|
4888
|
+
args: SearchNotificationsCommandInput,
|
|
4889
|
+
options?: __HttpHandlerOptions
|
|
4890
|
+
): Promise<SearchNotificationsCommandOutput>;
|
|
4891
|
+
searchNotifications(
|
|
4892
|
+
args: SearchNotificationsCommandInput,
|
|
4893
|
+
cb: (err: any, data?: SearchNotificationsCommandOutput) => void
|
|
4894
|
+
): void;
|
|
4895
|
+
searchNotifications(
|
|
4896
|
+
args: SearchNotificationsCommandInput,
|
|
4897
|
+
options: __HttpHandlerOptions,
|
|
4898
|
+
cb: (err: any, data?: SearchNotificationsCommandOutput) => void
|
|
4899
|
+
): void;
|
|
4790
4900
|
searchPredefinedAttributes(
|
|
4791
4901
|
args: SearchPredefinedAttributesCommandInput,
|
|
4792
4902
|
options?: __HttpHandlerOptions
|
|
@@ -5621,6 +5731,19 @@ export interface Connect {
|
|
|
5621
5731
|
options: __HttpHandlerOptions,
|
|
5622
5732
|
cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void
|
|
5623
5733
|
): void;
|
|
5734
|
+
updateNotificationContent(
|
|
5735
|
+
args: UpdateNotificationContentCommandInput,
|
|
5736
|
+
options?: __HttpHandlerOptions
|
|
5737
|
+
): Promise<UpdateNotificationContentCommandOutput>;
|
|
5738
|
+
updateNotificationContent(
|
|
5739
|
+
args: UpdateNotificationContentCommandInput,
|
|
5740
|
+
cb: (err: any, data?: UpdateNotificationContentCommandOutput) => void
|
|
5741
|
+
): void;
|
|
5742
|
+
updateNotificationContent(
|
|
5743
|
+
args: UpdateNotificationContentCommandInput,
|
|
5744
|
+
options: __HttpHandlerOptions,
|
|
5745
|
+
cb: (err: any, data?: UpdateNotificationContentCommandOutput) => void
|
|
5746
|
+
): void;
|
|
5624
5747
|
updateParticipantAuthentication(
|
|
5625
5748
|
args: UpdateParticipantAuthenticationCommandInput,
|
|
5626
5749
|
options?: __HttpHandlerOptions
|
|
@@ -6010,6 +6133,19 @@ export interface Connect {
|
|
|
6010
6133
|
options: __HttpHandlerOptions,
|
|
6011
6134
|
cb: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void
|
|
6012
6135
|
): void;
|
|
6136
|
+
updateUserNotificationStatus(
|
|
6137
|
+
args: UpdateUserNotificationStatusCommandInput,
|
|
6138
|
+
options?: __HttpHandlerOptions
|
|
6139
|
+
): Promise<UpdateUserNotificationStatusCommandOutput>;
|
|
6140
|
+
updateUserNotificationStatus(
|
|
6141
|
+
args: UpdateUserNotificationStatusCommandInput,
|
|
6142
|
+
cb: (err: any, data?: UpdateUserNotificationStatusCommandOutput) => void
|
|
6143
|
+
): void;
|
|
6144
|
+
updateUserNotificationStatus(
|
|
6145
|
+
args: UpdateUserNotificationStatusCommandInput,
|
|
6146
|
+
options: __HttpHandlerOptions,
|
|
6147
|
+
cb: (err: any, data?: UpdateUserNotificationStatusCommandOutput) => void
|
|
6148
|
+
): void;
|
|
6013
6149
|
updateUserPhoneConfig(
|
|
6014
6150
|
args: UpdateUserPhoneConfigCommandInput,
|
|
6015
6151
|
options?: __HttpHandlerOptions
|
|
@@ -229,6 +229,10 @@ import {
|
|
|
229
229
|
CreateIntegrationAssociationCommandInput,
|
|
230
230
|
CreateIntegrationAssociationCommandOutput,
|
|
231
231
|
} from "./commands/CreateIntegrationAssociationCommand";
|
|
232
|
+
import {
|
|
233
|
+
CreateNotificationCommandInput,
|
|
234
|
+
CreateNotificationCommandOutput,
|
|
235
|
+
} from "./commands/CreateNotificationCommand";
|
|
232
236
|
import {
|
|
233
237
|
CreateParticipantCommandInput,
|
|
234
238
|
CreateParticipantCommandOutput,
|
|
@@ -377,6 +381,10 @@ import {
|
|
|
377
381
|
DeleteIntegrationAssociationCommandInput,
|
|
378
382
|
DeleteIntegrationAssociationCommandOutput,
|
|
379
383
|
} from "./commands/DeleteIntegrationAssociationCommand";
|
|
384
|
+
import {
|
|
385
|
+
DeleteNotificationCommandInput,
|
|
386
|
+
DeleteNotificationCommandOutput,
|
|
387
|
+
} from "./commands/DeleteNotificationCommand";
|
|
380
388
|
import {
|
|
381
389
|
DeletePredefinedAttributeCommandInput,
|
|
382
390
|
DeletePredefinedAttributeCommandOutput,
|
|
@@ -521,6 +529,10 @@ import {
|
|
|
521
529
|
DescribeInstanceStorageConfigCommandInput,
|
|
522
530
|
DescribeInstanceStorageConfigCommandOutput,
|
|
523
531
|
} from "./commands/DescribeInstanceStorageConfigCommand";
|
|
532
|
+
import {
|
|
533
|
+
DescribeNotificationCommandInput,
|
|
534
|
+
DescribeNotificationCommandOutput,
|
|
535
|
+
} from "./commands/DescribeNotificationCommand";
|
|
524
536
|
import {
|
|
525
537
|
DescribePhoneNumberCommandInput,
|
|
526
538
|
DescribePhoneNumberCommandOutput,
|
|
@@ -853,6 +865,10 @@ import {
|
|
|
853
865
|
ListLexBotsCommandInput,
|
|
854
866
|
ListLexBotsCommandOutput,
|
|
855
867
|
} from "./commands/ListLexBotsCommand";
|
|
868
|
+
import {
|
|
869
|
+
ListNotificationsCommandInput,
|
|
870
|
+
ListNotificationsCommandOutput,
|
|
871
|
+
} from "./commands/ListNotificationsCommand";
|
|
856
872
|
import {
|
|
857
873
|
ListPhoneNumbersCommandInput,
|
|
858
874
|
ListPhoneNumbersCommandOutput,
|
|
@@ -957,6 +973,10 @@ import {
|
|
|
957
973
|
ListUserHierarchyGroupsCommandInput,
|
|
958
974
|
ListUserHierarchyGroupsCommandOutput,
|
|
959
975
|
} from "./commands/ListUserHierarchyGroupsCommand";
|
|
976
|
+
import {
|
|
977
|
+
ListUserNotificationsCommandInput,
|
|
978
|
+
ListUserNotificationsCommandOutput,
|
|
979
|
+
} from "./commands/ListUserNotificationsCommand";
|
|
960
980
|
import {
|
|
961
981
|
ListUserProficienciesCommandInput,
|
|
962
982
|
ListUserProficienciesCommandOutput,
|
|
@@ -1057,6 +1077,10 @@ import {
|
|
|
1057
1077
|
SearchHoursOfOperationsCommandInput,
|
|
1058
1078
|
SearchHoursOfOperationsCommandOutput,
|
|
1059
1079
|
} from "./commands/SearchHoursOfOperationsCommand";
|
|
1080
|
+
import {
|
|
1081
|
+
SearchNotificationsCommandInput,
|
|
1082
|
+
SearchNotificationsCommandOutput,
|
|
1083
|
+
} from "./commands/SearchNotificationsCommand";
|
|
1060
1084
|
import {
|
|
1061
1085
|
SearchPredefinedAttributesCommandInput,
|
|
1062
1086
|
SearchPredefinedAttributesCommandOutput,
|
|
@@ -1313,6 +1337,10 @@ import {
|
|
|
1313
1337
|
UpdateInstanceStorageConfigCommandInput,
|
|
1314
1338
|
UpdateInstanceStorageConfigCommandOutput,
|
|
1315
1339
|
} from "./commands/UpdateInstanceStorageConfigCommand";
|
|
1340
|
+
import {
|
|
1341
|
+
UpdateNotificationContentCommandInput,
|
|
1342
|
+
UpdateNotificationContentCommandOutput,
|
|
1343
|
+
} from "./commands/UpdateNotificationContentCommand";
|
|
1316
1344
|
import {
|
|
1317
1345
|
UpdateParticipantAuthenticationCommandInput,
|
|
1318
1346
|
UpdateParticipantAuthenticationCommandOutput,
|
|
@@ -1429,6 +1457,10 @@ import {
|
|
|
1429
1457
|
UpdateUserIdentityInfoCommandInput,
|
|
1430
1458
|
UpdateUserIdentityInfoCommandOutput,
|
|
1431
1459
|
} from "./commands/UpdateUserIdentityInfoCommand";
|
|
1460
|
+
import {
|
|
1461
|
+
UpdateUserNotificationStatusCommandInput,
|
|
1462
|
+
UpdateUserNotificationStatusCommandOutput,
|
|
1463
|
+
} from "./commands/UpdateUserNotificationStatusCommand";
|
|
1432
1464
|
import {
|
|
1433
1465
|
UpdateUserPhoneConfigCommandInput,
|
|
1434
1466
|
UpdateUserPhoneConfigCommandOutput,
|
|
@@ -1523,6 +1555,7 @@ export type ServiceInputTypes =
|
|
|
1523
1555
|
| CreateHoursOfOperationOverrideCommandInput
|
|
1524
1556
|
| CreateInstanceCommandInput
|
|
1525
1557
|
| CreateIntegrationAssociationCommandInput
|
|
1558
|
+
| CreateNotificationCommandInput
|
|
1526
1559
|
| CreateParticipantCommandInput
|
|
1527
1560
|
| CreatePersistentContactAssociationCommandInput
|
|
1528
1561
|
| CreatePredefinedAttributeCommandInput
|
|
@@ -1560,6 +1593,7 @@ export type ServiceInputTypes =
|
|
|
1560
1593
|
| DeleteHoursOfOperationOverrideCommandInput
|
|
1561
1594
|
| DeleteInstanceCommandInput
|
|
1562
1595
|
| DeleteIntegrationAssociationCommandInput
|
|
1596
|
+
| DeleteNotificationCommandInput
|
|
1563
1597
|
| DeletePredefinedAttributeCommandInput
|
|
1564
1598
|
| DeletePromptCommandInput
|
|
1565
1599
|
| DeletePushNotificationRegistrationCommandInput
|
|
@@ -1596,6 +1630,7 @@ export type ServiceInputTypes =
|
|
|
1596
1630
|
| DescribeInstanceAttributeCommandInput
|
|
1597
1631
|
| DescribeInstanceCommandInput
|
|
1598
1632
|
| DescribeInstanceStorageConfigCommandInput
|
|
1633
|
+
| DescribeNotificationCommandInput
|
|
1599
1634
|
| DescribePhoneNumberCommandInput
|
|
1600
1635
|
| DescribePredefinedAttributeCommandInput
|
|
1601
1636
|
| DescribePromptCommandInput
|
|
@@ -1679,6 +1714,7 @@ export type ServiceInputTypes =
|
|
|
1679
1714
|
| ListIntegrationAssociationsCommandInput
|
|
1680
1715
|
| ListLambdaFunctionsCommandInput
|
|
1681
1716
|
| ListLexBotsCommandInput
|
|
1717
|
+
| ListNotificationsCommandInput
|
|
1682
1718
|
| ListPhoneNumbersCommandInput
|
|
1683
1719
|
| ListPhoneNumbersV2CommandInput
|
|
1684
1720
|
| ListPredefinedAttributesCommandInput
|
|
@@ -1705,6 +1741,7 @@ export type ServiceInputTypes =
|
|
|
1705
1741
|
| ListTrafficDistributionGroupsCommandInput
|
|
1706
1742
|
| ListUseCasesCommandInput
|
|
1707
1743
|
| ListUserHierarchyGroupsCommandInput
|
|
1744
|
+
| ListUserNotificationsCommandInput
|
|
1708
1745
|
| ListUserProficienciesCommandInput
|
|
1709
1746
|
| ListUsersCommandInput
|
|
1710
1747
|
| ListViewVersionsCommandInput
|
|
@@ -1730,6 +1767,7 @@ export type ServiceInputTypes =
|
|
|
1730
1767
|
| SearchEvaluationFormsCommandInput
|
|
1731
1768
|
| SearchHoursOfOperationOverridesCommandInput
|
|
1732
1769
|
| SearchHoursOfOperationsCommandInput
|
|
1770
|
+
| SearchNotificationsCommandInput
|
|
1733
1771
|
| SearchPredefinedAttributesCommandInput
|
|
1734
1772
|
| SearchPromptsCommandInput
|
|
1735
1773
|
| SearchQueuesCommandInput
|
|
@@ -1794,6 +1832,7 @@ export type ServiceInputTypes =
|
|
|
1794
1832
|
| UpdateHoursOfOperationOverrideCommandInput
|
|
1795
1833
|
| UpdateInstanceAttributeCommandInput
|
|
1796
1834
|
| UpdateInstanceStorageConfigCommandInput
|
|
1835
|
+
| UpdateNotificationContentCommandInput
|
|
1797
1836
|
| UpdateParticipantAuthenticationCommandInput
|
|
1798
1837
|
| UpdateParticipantRoleConfigCommandInput
|
|
1799
1838
|
| UpdatePhoneNumberCommandInput
|
|
@@ -1823,6 +1862,7 @@ export type ServiceInputTypes =
|
|
|
1823
1862
|
| UpdateUserHierarchyGroupNameCommandInput
|
|
1824
1863
|
| UpdateUserHierarchyStructureCommandInput
|
|
1825
1864
|
| UpdateUserIdentityInfoCommandInput
|
|
1865
|
+
| UpdateUserNotificationStatusCommandInput
|
|
1826
1866
|
| UpdateUserPhoneConfigCommandInput
|
|
1827
1867
|
| UpdateUserProficienciesCommandInput
|
|
1828
1868
|
| UpdateUserRoutingProfileCommandInput
|
|
@@ -1880,6 +1920,7 @@ export type ServiceOutputTypes =
|
|
|
1880
1920
|
| CreateHoursOfOperationOverrideCommandOutput
|
|
1881
1921
|
| CreateInstanceCommandOutput
|
|
1882
1922
|
| CreateIntegrationAssociationCommandOutput
|
|
1923
|
+
| CreateNotificationCommandOutput
|
|
1883
1924
|
| CreateParticipantCommandOutput
|
|
1884
1925
|
| CreatePersistentContactAssociationCommandOutput
|
|
1885
1926
|
| CreatePredefinedAttributeCommandOutput
|
|
@@ -1917,6 +1958,7 @@ export type ServiceOutputTypes =
|
|
|
1917
1958
|
| DeleteHoursOfOperationOverrideCommandOutput
|
|
1918
1959
|
| DeleteInstanceCommandOutput
|
|
1919
1960
|
| DeleteIntegrationAssociationCommandOutput
|
|
1961
|
+
| DeleteNotificationCommandOutput
|
|
1920
1962
|
| DeletePredefinedAttributeCommandOutput
|
|
1921
1963
|
| DeletePromptCommandOutput
|
|
1922
1964
|
| DeletePushNotificationRegistrationCommandOutput
|
|
@@ -1953,6 +1995,7 @@ export type ServiceOutputTypes =
|
|
|
1953
1995
|
| DescribeInstanceAttributeCommandOutput
|
|
1954
1996
|
| DescribeInstanceCommandOutput
|
|
1955
1997
|
| DescribeInstanceStorageConfigCommandOutput
|
|
1998
|
+
| DescribeNotificationCommandOutput
|
|
1956
1999
|
| DescribePhoneNumberCommandOutput
|
|
1957
2000
|
| DescribePredefinedAttributeCommandOutput
|
|
1958
2001
|
| DescribePromptCommandOutput
|
|
@@ -2036,6 +2079,7 @@ export type ServiceOutputTypes =
|
|
|
2036
2079
|
| ListIntegrationAssociationsCommandOutput
|
|
2037
2080
|
| ListLambdaFunctionsCommandOutput
|
|
2038
2081
|
| ListLexBotsCommandOutput
|
|
2082
|
+
| ListNotificationsCommandOutput
|
|
2039
2083
|
| ListPhoneNumbersCommandOutput
|
|
2040
2084
|
| ListPhoneNumbersV2CommandOutput
|
|
2041
2085
|
| ListPredefinedAttributesCommandOutput
|
|
@@ -2062,6 +2106,7 @@ export type ServiceOutputTypes =
|
|
|
2062
2106
|
| ListTrafficDistributionGroupsCommandOutput
|
|
2063
2107
|
| ListUseCasesCommandOutput
|
|
2064
2108
|
| ListUserHierarchyGroupsCommandOutput
|
|
2109
|
+
| ListUserNotificationsCommandOutput
|
|
2065
2110
|
| ListUserProficienciesCommandOutput
|
|
2066
2111
|
| ListUsersCommandOutput
|
|
2067
2112
|
| ListViewVersionsCommandOutput
|
|
@@ -2087,6 +2132,7 @@ export type ServiceOutputTypes =
|
|
|
2087
2132
|
| SearchEvaluationFormsCommandOutput
|
|
2088
2133
|
| SearchHoursOfOperationOverridesCommandOutput
|
|
2089
2134
|
| SearchHoursOfOperationsCommandOutput
|
|
2135
|
+
| SearchNotificationsCommandOutput
|
|
2090
2136
|
| SearchPredefinedAttributesCommandOutput
|
|
2091
2137
|
| SearchPromptsCommandOutput
|
|
2092
2138
|
| SearchQueuesCommandOutput
|
|
@@ -2151,6 +2197,7 @@ export type ServiceOutputTypes =
|
|
|
2151
2197
|
| UpdateHoursOfOperationOverrideCommandOutput
|
|
2152
2198
|
| UpdateInstanceAttributeCommandOutput
|
|
2153
2199
|
| UpdateInstanceStorageConfigCommandOutput
|
|
2200
|
+
| UpdateNotificationContentCommandOutput
|
|
2154
2201
|
| UpdateParticipantAuthenticationCommandOutput
|
|
2155
2202
|
| UpdateParticipantRoleConfigCommandOutput
|
|
2156
2203
|
| UpdatePhoneNumberCommandOutput
|
|
@@ -2180,6 +2227,7 @@ export type ServiceOutputTypes =
|
|
|
2180
2227
|
| UpdateUserHierarchyGroupNameCommandOutput
|
|
2181
2228
|
| UpdateUserHierarchyStructureCommandOutput
|
|
2182
2229
|
| UpdateUserIdentityInfoCommandOutput
|
|
2230
|
+
| UpdateUserNotificationStatusCommandOutput
|
|
2183
2231
|
| UpdateUserPhoneConfigCommandOutput
|
|
2184
2232
|
| UpdateUserProficienciesCommandOutput
|
|
2185
2233
|
| UpdateUserRoutingProfileCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateNotificationRequest,
|
|
10
|
+
CreateNotificationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateNotificationCommandInput
|
|
15
|
+
extends CreateNotificationRequest {}
|
|
16
|
+
export interface CreateNotificationCommandOutput
|
|
17
|
+
extends CreateNotificationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateNotificationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateNotificationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateNotificationCommandInput,
|
|
24
|
+
CreateNotificationCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateNotificationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateNotificationCommandInput,
|
|
33
|
+
CreateNotificationCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateNotificationCommand extends CreateNotificationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateNotificationRequest;
|
|
44
|
+
output: CreateNotificationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateNotificationCommandInput;
|
|
48
|
+
output: CreateNotificationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|