@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
|
@@ -427,7 +427,10 @@ const _CMo = "ContactMetrics";
|
|
|
427
427
|
const _CMu = "CustomerMetrics";
|
|
428
428
|
const _CMur = "CurrentMetric";
|
|
429
429
|
const _CMurr = "CurrentMetrics";
|
|
430
|
+
const _CN = "CreateNotification";
|
|
430
431
|
const _CNFE = "ContactNotFoundException";
|
|
432
|
+
const _CNR = "CreateNotificationRequest";
|
|
433
|
+
const _CNRr = "CreateNotificationResponse";
|
|
431
434
|
const _CNV = "CreateNewVersion";
|
|
432
435
|
const _CO = "ComparisonOperator";
|
|
433
436
|
const _COFE = "ConditionalOperationFailedException";
|
|
@@ -685,6 +688,12 @@ const _DLFR = "DisassociateLambdaFunctionRequest";
|
|
|
685
688
|
const _DM = "DeliveryMethod";
|
|
686
689
|
const _DN = "DisplayName";
|
|
687
690
|
const _DNAE = "DestinationNotAllowedException";
|
|
691
|
+
const _DNR = "DeleteNotificationRequest";
|
|
692
|
+
const _DNRe = "DeleteNotificationResponse";
|
|
693
|
+
const _DNRes = "DescribeNotificationRequest";
|
|
694
|
+
const _DNResc = "DescribeNotificationResponse";
|
|
695
|
+
const _DNe = "DeleteNotification";
|
|
696
|
+
const _DNes = "DescribeNotification";
|
|
688
697
|
const _DO = "DisplayOrder";
|
|
689
698
|
const _DOCE = "DisconnectOnCustomerExit";
|
|
690
699
|
const _DOQI = "DefaultOutboundQueueId";
|
|
@@ -896,6 +905,7 @@ const _EAn = "EntityArn";
|
|
|
896
905
|
const _EAv = "EvaluationArn";
|
|
897
906
|
const _EAva = "EvaluationAcknowledgement";
|
|
898
907
|
const _EAval = "EvaluatorArn";
|
|
908
|
+
const _EAx = "ExpiresAt";
|
|
899
909
|
const _EBA = "EventBridgeAction";
|
|
900
910
|
const _EBAD = "EventBridgeActionDefinition";
|
|
901
911
|
const _EC = "ErrorCode";
|
|
@@ -1397,6 +1407,9 @@ const _LMR = "LastModifiedRegion";
|
|
|
1397
1407
|
const _LMT = "LastModifiedTime";
|
|
1398
1408
|
const _LMTa = "LastMessageTimestamp";
|
|
1399
1409
|
const _LN = "LastName";
|
|
1410
|
+
const _LNR = "ListNotificationsRequest";
|
|
1411
|
+
const _LNRi = "ListNotificationsResponse";
|
|
1412
|
+
const _LNi = "ListNotifications";
|
|
1400
1413
|
const _LO = "LevelOne";
|
|
1401
1414
|
const _LP = "ListPrompts";
|
|
1402
1415
|
const _LPA = "ListPredefinedAttributes";
|
|
@@ -1485,6 +1498,9 @@ const _LUCRi = "ListUseCasesResponse";
|
|
|
1485
1498
|
const _LUHG = "ListUserHierarchyGroups";
|
|
1486
1499
|
const _LUHGR = "ListUserHierarchyGroupsRequest";
|
|
1487
1500
|
const _LUHGRi = "ListUserHierarchyGroupsResponse";
|
|
1501
|
+
const _LUN = "ListUserNotifications";
|
|
1502
|
+
const _LUNR = "ListUserNotificationsRequest";
|
|
1503
|
+
const _LUNRi = "ListUserNotificationsResponse";
|
|
1488
1504
|
const _LUP = "ListUserProficiencies";
|
|
1489
1505
|
const _LUPR = "ListUserProficienciesRequest";
|
|
1490
1506
|
const _LUPRi = "ListUserProficienciesResponse";
|
|
@@ -1592,15 +1608,17 @@ const _Min = "Minimum";
|
|
|
1592
1608
|
const _Mo = "Mode";
|
|
1593
1609
|
const _Mob = "Mobile";
|
|
1594
1610
|
const _N = "Name";
|
|
1595
|
-
const _NA = "
|
|
1611
|
+
const _NA = "NotificationArn";
|
|
1596
1612
|
const _NAC = "NotAttributeCondition";
|
|
1597
1613
|
const _NAE = "NotApplicableEnabled";
|
|
1614
|
+
const _NAo = "NotApplicable";
|
|
1598
1615
|
const _NC = "NumberCondition";
|
|
1599
1616
|
const _NCC = "NewChatCreated";
|
|
1600
1617
|
const _NCE = "NextContactEntry";
|
|
1601
1618
|
const _NCM = "NextContactMetadata";
|
|
1602
1619
|
const _NCa = "NameCriteria";
|
|
1603
1620
|
const _NCe = "NextContacts";
|
|
1621
|
+
const _NI = "NotificationId";
|
|
1604
1622
|
const _NOAMAQ = "NumberOfAssociatedManualAssignmentQueues";
|
|
1605
1623
|
const _NOAQ = "NumberOfAssociatedQueues";
|
|
1606
1624
|
const _NOAU = "NumberOfAssociatedUsers";
|
|
@@ -1611,14 +1629,23 @@ const _NR = "NumberReference";
|
|
|
1611
1629
|
const _NRT = "NotificationRecipientType";
|
|
1612
1630
|
const _NRu = "NumResponses";
|
|
1613
1631
|
const _NS = "NextStatus";
|
|
1632
|
+
const _NSC = "NotificationSearchCriteria";
|
|
1633
|
+
const _NSCL = "NotificationSearchConditionList";
|
|
1614
1634
|
const _NSD = "NewSessionDetails";
|
|
1635
|
+
const _NSF = "NotificationSearchFilter";
|
|
1636
|
+
const _NSL = "NotificationSummaryList";
|
|
1637
|
+
const _NSS = "NotificationSearchSummary";
|
|
1638
|
+
const _NSSL = "NotificationSearchSummaryList";
|
|
1615
1639
|
const _NSW = "NameStartsWith";
|
|
1640
|
+
const _NSo = "NotificationStatus";
|
|
1616
1641
|
const _NT = "NextToken";
|
|
1617
1642
|
const _NV = "NumericValue";
|
|
1618
1643
|
const _Na = "Namespace";
|
|
1619
1644
|
const _Nav = "Navigation";
|
|
1620
1645
|
const _Ne = "Negate";
|
|
1621
|
-
const _No = "
|
|
1646
|
+
const _No = "Notification";
|
|
1647
|
+
const _Not = "Notes";
|
|
1648
|
+
const _Noti = "Notifications";
|
|
1622
1649
|
const _Nu = "Number";
|
|
1623
1650
|
const _Num = "Numeric";
|
|
1624
1651
|
const _O = "Origin";
|
|
@@ -1726,6 +1753,7 @@ const _PNCCh = "PhoneNumberCountryCodes";
|
|
|
1726
1753
|
const _PNCh = "PhoneNumberConfig";
|
|
1727
1754
|
const _PND = "PhoneNumberDescription";
|
|
1728
1755
|
const _PNI = "PhoneNumberId";
|
|
1756
|
+
const _PNIr = "PredefinedNotificationId";
|
|
1729
1757
|
const _PNP = "PhoneNumberPrefix";
|
|
1730
1758
|
const _PNQCC = "PhoneNumberQuickConnectConfig";
|
|
1731
1759
|
const _PNS = "PhoneNumberStatus";
|
|
@@ -1862,6 +1890,7 @@ const _RIRe = "ReplicateInstanceResponse";
|
|
|
1862
1890
|
const _RIUE = "ResourceInUseException";
|
|
1863
1891
|
const _RIe = "RecordId";
|
|
1864
1892
|
const _RIec = "RecordIds";
|
|
1893
|
+
const _RIeci = "RecipientId";
|
|
1865
1894
|
const _RIeco = "RecordingInfo";
|
|
1866
1895
|
const _RIef = "RefId";
|
|
1867
1896
|
const _RIeg = "RegistrationId";
|
|
@@ -1956,8 +1985,9 @@ const _RTefe = "ReferenceTypes";
|
|
|
1956
1985
|
const _RTes = "ResourceTypes";
|
|
1957
1986
|
const _Ra = "Range";
|
|
1958
1987
|
const _Re = "Recordings";
|
|
1959
|
-
const _Rec = "
|
|
1988
|
+
const _Rec = "Recipients";
|
|
1960
1989
|
const _Reci = "Recipient";
|
|
1990
|
+
const _Reco = "Record";
|
|
1961
1991
|
const _Red = "Redaction";
|
|
1962
1992
|
const _Ref = "References";
|
|
1963
1993
|
const _Refe = "Reference";
|
|
@@ -2109,6 +2139,9 @@ const _SN = "StatusName";
|
|
|
2109
2139
|
const _SNA = "ScoreNotApplicable";
|
|
2110
2140
|
const _SNAD = "SendNotificationActionDefinition";
|
|
2111
2141
|
const _SNAe = "SendNotificationAction";
|
|
2142
|
+
const _SNR = "SearchNotificationsRequest";
|
|
2143
|
+
const _SNRe = "SearchNotificationsResponse";
|
|
2144
|
+
const _SNe = "SearchNotifications";
|
|
2112
2145
|
const _SO = "SortOrder";
|
|
2113
2146
|
const _SOCC = "StartOutboundChatContact";
|
|
2114
2147
|
const _SOCCR = "StartOutboundChatContactRequest";
|
|
@@ -2470,7 +2503,13 @@ const _UISC = "UpdateInstanceStorageConfig";
|
|
|
2470
2503
|
const _UISCR = "UpdateInstanceStorageConfigRequest";
|
|
2471
2504
|
const _UIs = "UserInfo";
|
|
2472
2505
|
const _UIse = "UserIds";
|
|
2506
|
+
const _UN = "UserNotifications";
|
|
2507
|
+
const _UNC = "UpdateNotificationContent";
|
|
2508
|
+
const _UNCR = "UpdateNotificationContentRequest";
|
|
2509
|
+
const _UNCRp = "UpdateNotificationContentResponse";
|
|
2473
2510
|
const _UNFE = "UserNotFoundException";
|
|
2511
|
+
const _UNS = "UserNotificationSummary";
|
|
2512
|
+
const _UNSL = "UserNotificationSummaryList";
|
|
2474
2513
|
const _UP = "UserProficiencies";
|
|
2475
2514
|
const _UPA = "UpdateParticipantAuthentication";
|
|
2476
2515
|
const _UPAR = "UpdateParticipantAuthenticationRequest";
|
|
@@ -2558,6 +2597,9 @@ const _UUHSR = "UpdateUserHierarchyStructureRequest";
|
|
|
2558
2597
|
const _UUII = "UpdateUserIdentityInfo";
|
|
2559
2598
|
const _UUIIR = "UpdateUserIdentityInfoRequest";
|
|
2560
2599
|
const _UUM = "UploadUrlMetadata";
|
|
2600
|
+
const _UUNS = "UpdateUserNotificationStatus";
|
|
2601
|
+
const _UUNSR = "UpdateUserNotificationStatusRequest";
|
|
2602
|
+
const _UUNSRp = "UpdateUserNotificationStatusResponse";
|
|
2561
2603
|
const _UUP = "UpdateUserProficiencies";
|
|
2562
2604
|
const _UUPC = "UpdateUserPhoneConfig";
|
|
2563
2605
|
const _UUPCR = "UpdateUserPhoneConfigRequest";
|
|
@@ -3825,6 +3867,16 @@ export var CreateIntegrationAssociationResponse$ = [3, n0, _CIARr,
|
|
|
3825
3867
|
[_IAI, _IAA],
|
|
3826
3868
|
[0, 0]
|
|
3827
3869
|
];
|
|
3870
|
+
export var CreateNotificationRequest$ = [3, n0, _CNR,
|
|
3871
|
+
0,
|
|
3872
|
+
[_II, _Rec, _Co, _EAx, _Prio, _Ta, _PNIr, _CT],
|
|
3873
|
+
[[0, 1], 64 | 0, 128 | 0, 4, 0, 128 | 0, 0, [0, 4]], 3
|
|
3874
|
+
];
|
|
3875
|
+
export var CreateNotificationResponse$ = [3, n0, _CNRr,
|
|
3876
|
+
0,
|
|
3877
|
+
[_NI, _NA],
|
|
3878
|
+
[0, 0], 2
|
|
3879
|
+
];
|
|
3828
3880
|
export var CreateParticipantRequest$ = [3, n0, _CPR,
|
|
3829
3881
|
0,
|
|
3830
3882
|
[_II, _CI, _PD, _CT],
|
|
@@ -4295,6 +4347,16 @@ export var DeleteIntegrationAssociationRequest$ = [3, n0, _DIAR,
|
|
|
4295
4347
|
[_II, _IAI],
|
|
4296
4348
|
[[0, 1], [0, 1]], 2
|
|
4297
4349
|
];
|
|
4350
|
+
export var DeleteNotificationRequest$ = [3, n0, _DNR,
|
|
4351
|
+
0,
|
|
4352
|
+
[_II, _NI],
|
|
4353
|
+
[[0, 1], [0, 1]], 2
|
|
4354
|
+
];
|
|
4355
|
+
export var DeleteNotificationResponse$ = [3, n0, _DNRe,
|
|
4356
|
+
0,
|
|
4357
|
+
[],
|
|
4358
|
+
[]
|
|
4359
|
+
];
|
|
4298
4360
|
export var DeletePredefinedAttributeRequest$ = [3, n0, _DPAR,
|
|
4299
4361
|
0,
|
|
4300
4362
|
[_II, _N],
|
|
@@ -4605,6 +4667,16 @@ export var DescribeInstanceStorageConfigResponse$ = [3, n0, _DISCRe,
|
|
|
4605
4667
|
[_SCt],
|
|
4606
4668
|
[() => InstanceStorageConfig$]
|
|
4607
4669
|
];
|
|
4670
|
+
export var DescribeNotificationRequest$ = [3, n0, _DNRes,
|
|
4671
|
+
0,
|
|
4672
|
+
[_II, _NI],
|
|
4673
|
+
[[0, 1], [0, 1]], 2
|
|
4674
|
+
];
|
|
4675
|
+
export var DescribeNotificationResponse$ = [3, n0, _DNResc,
|
|
4676
|
+
0,
|
|
4677
|
+
[_No],
|
|
4678
|
+
[() => Notification$], 1
|
|
4679
|
+
];
|
|
4608
4680
|
export var DescribePhoneNumberRequest$ = [3, n0, _DPNR,
|
|
4609
4681
|
0,
|
|
4610
4682
|
[_PNI],
|
|
@@ -5002,7 +5074,7 @@ export var EvaluateDataTableValuesResponse$ = [3, n0, _EDTVRv,
|
|
|
5002
5074
|
];
|
|
5003
5075
|
export var Evaluation$ = [3, n0, _Ev,
|
|
5004
5076
|
0,
|
|
5005
|
-
[_EI, _EAv, _Meta, _An,
|
|
5077
|
+
[_EI, _EAv, _Meta, _An, _Not, _St, _CTre, _LMT, _Sc, _ETv, _Ta],
|
|
5006
5078
|
[0, 0, () => EvaluationMetadata$, () => EvaluationAnswersOutputMap, () => EvaluationNotesMap, 0, 4, 4, () => EvaluationScoresMap, 0, 128 | 0], 8
|
|
5007
5079
|
];
|
|
5008
5080
|
export var EvaluationAcknowledgement$ = [3, n0, _EAva,
|
|
@@ -5232,7 +5304,7 @@ export var EvaluationReviewRequestComment$ = [3, n0, _ERRC,
|
|
|
5232
5304
|
];
|
|
5233
5305
|
export var EvaluationScore$ = [3, n0, _ES,
|
|
5234
5306
|
0,
|
|
5235
|
-
[_Per,
|
|
5307
|
+
[_Per, _NAo, _AFut, _AW],
|
|
5236
5308
|
[1, 2, 2, 1]
|
|
5237
5309
|
];
|
|
5238
5310
|
export var EvaluationSearchCriteria$ = [3, n0, _ESC,
|
|
@@ -5282,7 +5354,7 @@ export var EventBridgeActionDefinition$ = [3, n0, _EBAD,
|
|
|
5282
5354
|
];
|
|
5283
5355
|
export var ExecutionRecord$ = [3, n0, _ERx,
|
|
5284
5356
|
0,
|
|
5285
|
-
[_OI, _St, _Tim,
|
|
5357
|
+
[_OI, _St, _Tim, _Reco],
|
|
5286
5358
|
[0, 0, 4, 0]
|
|
5287
5359
|
];
|
|
5288
5360
|
export var Expiry$ = [3, n0, _Ex,
|
|
@@ -6060,6 +6132,16 @@ export var ListLexBotsResponse$ = [3, n0, _LLBRi,
|
|
|
6060
6132
|
[_LBe, _NT],
|
|
6061
6133
|
[() => LexBotsList, 0]
|
|
6062
6134
|
];
|
|
6135
|
+
export var ListNotificationsRequest$ = [3, n0, _LNR,
|
|
6136
|
+
0,
|
|
6137
|
+
[_II, _NT, _MR],
|
|
6138
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
6139
|
+
];
|
|
6140
|
+
export var ListNotificationsResponse$ = [3, n0, _LNRi,
|
|
6141
|
+
0,
|
|
6142
|
+
[_NSL, _NT],
|
|
6143
|
+
[() => NotificationSummaryList, 0], 1
|
|
6144
|
+
];
|
|
6063
6145
|
export var ListPhoneNumbersRequest$ = [3, n0, _LPNR,
|
|
6064
6146
|
0,
|
|
6065
6147
|
[_II, _PNTh, _PNCCh, _NT, _MR],
|
|
@@ -6325,6 +6407,16 @@ export var ListUserHierarchyGroupsResponse$ = [3, n0, _LUHGRi,
|
|
|
6325
6407
|
[_UHGSL, _NT],
|
|
6326
6408
|
[() => HierarchyGroupSummaryList, 0]
|
|
6327
6409
|
];
|
|
6410
|
+
export var ListUserNotificationsRequest$ = [3, n0, _LUNR,
|
|
6411
|
+
0,
|
|
6412
|
+
[_II, _UI, _NT, _MR],
|
|
6413
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
6414
|
+
];
|
|
6415
|
+
export var ListUserNotificationsResponse$ = [3, n0, _LUNRi,
|
|
6416
|
+
0,
|
|
6417
|
+
[_UN, _NT],
|
|
6418
|
+
[() => UserNotificationSummaryList, 0]
|
|
6419
|
+
];
|
|
6328
6420
|
export var ListUserProficienciesRequest$ = [3, n0, _LUPR,
|
|
6329
6421
|
0,
|
|
6330
6422
|
[_II, _UI, _NT, _MR],
|
|
@@ -6480,11 +6572,31 @@ export var NextContactEntry$ = [3, n0, _NCE,
|
|
|
6480
6572
|
[_T, _NCM],
|
|
6481
6573
|
[0, () => NextContactMetadata$]
|
|
6482
6574
|
];
|
|
6575
|
+
export var Notification$ = [3, n0, _No,
|
|
6576
|
+
0,
|
|
6577
|
+
[_I, _A, _LMT, _Co, _Prio, _Rec, _CAr, _EAx, _LMR, _Ta],
|
|
6578
|
+
[0, 0, 4, 128 | 0, 0, 64 | 0, 4, 4, 0, 128 | 0], 3
|
|
6579
|
+
];
|
|
6483
6580
|
export var NotificationRecipientType$ = [3, n0, _NRT,
|
|
6484
6581
|
0,
|
|
6485
6582
|
[_UT, _UIse],
|
|
6486
6583
|
[128 | 0, 64 | 0]
|
|
6487
6584
|
];
|
|
6585
|
+
export var NotificationSearchCriteria$ = [3, n0, _NSC,
|
|
6586
|
+
0,
|
|
6587
|
+
[_OC, _ACn, _SC],
|
|
6588
|
+
[() => NotificationSearchConditionList, () => NotificationSearchConditionList, () => StringCondition$]
|
|
6589
|
+
];
|
|
6590
|
+
export var NotificationSearchFilter$ = [3, n0, _NSF,
|
|
6591
|
+
0,
|
|
6592
|
+
[_AFt],
|
|
6593
|
+
[() => ControlPlaneAttributeFilter$]
|
|
6594
|
+
];
|
|
6595
|
+
export var NotificationSearchSummary$ = [3, n0, _NSS,
|
|
6596
|
+
0,
|
|
6597
|
+
[_I, _A, _II, _Co, _Prio, _Rec, _CAr, _EAx, _LMR, _LMT, _Ta],
|
|
6598
|
+
[0, 0, 0, 128 | 0, 0, 64 | 0, 4, 4, 0, 4, 128 | 0]
|
|
6599
|
+
];
|
|
6488
6600
|
export var NumberCondition$ = [3, n0, _NC,
|
|
6489
6601
|
0,
|
|
6490
6602
|
[_FNi, _MV, _MVa, _CTo],
|
|
@@ -7250,6 +7362,16 @@ export var SearchHoursOfOperationsResponse$ = [3, n0, _SHOORe,
|
|
|
7250
7362
|
[_HOOo, _NT, _ATC],
|
|
7251
7363
|
[() => HoursOfOperationList, 0, 1]
|
|
7252
7364
|
];
|
|
7365
|
+
export var SearchNotificationsRequest$ = [3, n0, _SNR,
|
|
7366
|
+
0,
|
|
7367
|
+
[_II, _NT, _MR, _SF, _SCe],
|
|
7368
|
+
[0, 0, 1, () => NotificationSearchFilter$, () => NotificationSearchCriteria$], 1
|
|
7369
|
+
];
|
|
7370
|
+
export var SearchNotificationsResponse$ = [3, n0, _SNRe,
|
|
7371
|
+
0,
|
|
7372
|
+
[_Noti, _NT, _ATC],
|
|
7373
|
+
[() => NotificationSearchSummaryList, 0, 1]
|
|
7374
|
+
];
|
|
7253
7375
|
export var SearchPredefinedAttributesRequest$ = [3, n0, _SPAR,
|
|
7254
7376
|
0,
|
|
7255
7377
|
[_II, _NT, _MR, _SCe],
|
|
@@ -7697,7 +7819,7 @@ export var SubmitAutoEvaluationActionDefinition$ = [3, n0, _SAEAD,
|
|
|
7697
7819
|
];
|
|
7698
7820
|
export var SubmitContactEvaluationRequest$ = [3, n0, _SCERu,
|
|
7699
7821
|
0,
|
|
7700
|
-
[_II, _EI, _An,
|
|
7822
|
+
[_II, _EI, _An, _Not, _SB],
|
|
7701
7823
|
[[0, 1], [0, 1], () => EvaluationAnswersInputMap, () => EvaluationNotesMap, () => EvaluatorUserUnion$], 2
|
|
7702
7824
|
];
|
|
7703
7825
|
export var SubmitContactEvaluationResponse$ = [3, n0, _SCERub,
|
|
@@ -7932,7 +8054,7 @@ export var UpdateContactAttributesResponse$ = [3, n0, _UCARp,
|
|
|
7932
8054
|
];
|
|
7933
8055
|
export var UpdateContactEvaluationRequest$ = [3, n0, _UCER,
|
|
7934
8056
|
0,
|
|
7935
|
-
[_II, _EI, _An,
|
|
8057
|
+
[_II, _EI, _An, _Not, _UB],
|
|
7936
8058
|
[[0, 1], [0, 1], () => EvaluationAnswersInputMap, () => EvaluationNotesMap, () => EvaluatorUserUnion$], 2
|
|
7937
8059
|
];
|
|
7938
8060
|
export var UpdateContactEvaluationResponse$ = [3, n0, _UCERp,
|
|
@@ -8100,6 +8222,16 @@ export var UpdateInstanceStorageConfigRequest$ = [3, n0, _UISCR,
|
|
|
8100
8222
|
[_II, _AIs, _RT, _SCt, _CT],
|
|
8101
8223
|
[[0, 1], [0, 1], [0, { [_hQ]: _rT }], () => InstanceStorageConfig$, [0, 4]], 4
|
|
8102
8224
|
];
|
|
8225
|
+
export var UpdateNotificationContentRequest$ = [3, n0, _UNCR,
|
|
8226
|
+
0,
|
|
8227
|
+
[_II, _NI, _Co],
|
|
8228
|
+
[[0, 1], [0, 1], 128 | 0], 3
|
|
8229
|
+
];
|
|
8230
|
+
export var UpdateNotificationContentResponse$ = [3, n0, _UNCRp,
|
|
8231
|
+
0,
|
|
8232
|
+
[],
|
|
8233
|
+
[]
|
|
8234
|
+
];
|
|
8103
8235
|
export var UpdateParticipantAuthenticationRequest$ = [3, n0, _UPAR,
|
|
8104
8236
|
0,
|
|
8105
8237
|
[_S, _II, _Cod, _Err, _EDr],
|
|
@@ -8280,6 +8412,16 @@ export var UpdateUserIdentityInfoRequest$ = [3, n0, _UUIIR,
|
|
|
8280
8412
|
[_IId, _UI, _II],
|
|
8281
8413
|
[[() => UserIdentityInfo$, 0], [0, 1], [0, 1]], 3
|
|
8282
8414
|
];
|
|
8415
|
+
export var UpdateUserNotificationStatusRequest$ = [3, n0, _UUNSR,
|
|
8416
|
+
0,
|
|
8417
|
+
[_II, _NI, _UI, _St, _LMT, _LMR],
|
|
8418
|
+
[[0, 1], [0, 1], [0, 1], 0, [4, { [_hH]: _xalmt }], [0, { [_hH]: _xalmr }]], 4
|
|
8419
|
+
];
|
|
8420
|
+
export var UpdateUserNotificationStatusResponse$ = [3, n0, _UUNSRp,
|
|
8421
|
+
0,
|
|
8422
|
+
[],
|
|
8423
|
+
[]
|
|
8424
|
+
];
|
|
8283
8425
|
export var UpdateUserPhoneConfigRequest$ = [3, n0, _UUPCR,
|
|
8284
8426
|
0,
|
|
8285
8427
|
[_PCh, _UI, _II],
|
|
@@ -8415,6 +8557,11 @@ export var UserInfo$ = [3, n0, _UIs,
|
|
|
8415
8557
|
[_UI],
|
|
8416
8558
|
[0]
|
|
8417
8559
|
];
|
|
8560
|
+
export var UserNotificationSummary$ = [3, n0, _UNS,
|
|
8561
|
+
0,
|
|
8562
|
+
[_NI, _NSo, _II, _RIeci, _Co, _Prio, _So, _CAr, _EAx],
|
|
8563
|
+
[0, 0, 0, 0, 128 | 0, 0, 0, 4, 4]
|
|
8564
|
+
];
|
|
8418
8565
|
export var UserPhoneConfig$ = [3, n0, _UPC,
|
|
8419
8566
|
0,
|
|
8420
8567
|
[_PTh, _AA, _ACWTL, _DPNe, _PCer],
|
|
@@ -9005,6 +9152,15 @@ var MonthList = 64 | 1;
|
|
|
9005
9152
|
var NextContacts = [1, n0, _NCe,
|
|
9006
9153
|
0, () => NextContactEntry$
|
|
9007
9154
|
];
|
|
9155
|
+
var NotificationSearchConditionList = [1, n0, _NSCL,
|
|
9156
|
+
0, () => NotificationSearchCriteria$
|
|
9157
|
+
];
|
|
9158
|
+
var NotificationSearchSummaryList = [1, n0, _NSSL,
|
|
9159
|
+
0, () => NotificationSearchSummary$
|
|
9160
|
+
];
|
|
9161
|
+
var NotificationSummaryList = [1, n0, _NSL,
|
|
9162
|
+
0, () => Notification$
|
|
9163
|
+
];
|
|
9008
9164
|
var OperationalHours = [1, n0, _OH,
|
|
9009
9165
|
0, () => OperationalHour$
|
|
9010
9166
|
];
|
|
@@ -9126,6 +9282,7 @@ var RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets = [1, n0, _RTCATI
|
|
|
9126
9282
|
var RealTimeContactAnalysisTranscriptItemsWithContent = [1, n0, _RTCATIWCe,
|
|
9127
9283
|
0, () => RealTimeContactAnalysisTranscriptItemWithContent$
|
|
9128
9284
|
];
|
|
9285
|
+
var RecipientList = 64 | 0;
|
|
9129
9286
|
var RecordIds = 64 | 0;
|
|
9130
9287
|
var Recordings = [1, n0, _Re,
|
|
9131
9288
|
0, () => RecordingInfo$
|
|
@@ -9309,6 +9466,9 @@ var UserHierarchyGroupSearchConditionList = [1, n0, _UHGSCL,
|
|
|
9309
9466
|
0, () => UserHierarchyGroupSearchCriteria$
|
|
9310
9467
|
];
|
|
9311
9468
|
var UserIdList = 64 | 0;
|
|
9469
|
+
var UserNotificationSummaryList = [1, n0, _UNSL,
|
|
9470
|
+
0, () => UserNotificationSummary$
|
|
9471
|
+
];
|
|
9312
9472
|
var UserProficiencyDisassociateList = [1, n0, _UPDL,
|
|
9313
9473
|
0, () => UserProficiencyDisassociate$
|
|
9314
9474
|
];
|
|
@@ -9400,6 +9560,7 @@ var EvaluationNotesMap = [2, n0, _ENM,
|
|
|
9400
9560
|
var EvaluationScoresMap = [2, n0, _ESMv,
|
|
9401
9561
|
0, 0, () => EvaluationScore$
|
|
9402
9562
|
];
|
|
9563
|
+
var NotificationContent = 128 | 0;
|
|
9403
9564
|
var RealTimeContactAnalysisMatchedDetails = [2, n0, _RTCAMD,
|
|
9404
9565
|
0, 0, () => RealTimeContactAnalysisCategoryDetails$
|
|
9405
9566
|
];
|
|
@@ -9424,7 +9585,7 @@ export var CreatedByInfo$ = [4, n0, _CBI,
|
|
|
9424
9585
|
];
|
|
9425
9586
|
export var EvaluationAnswerData$ = [4, n0, _EAD,
|
|
9426
9587
|
0,
|
|
9427
|
-
[_SV, _NV, _SVt, _DTVa,
|
|
9588
|
+
[_SV, _NV, _SVt, _DTVa, _NAo],
|
|
9428
9589
|
[0, 1, 64 | 0, 0, 2]
|
|
9429
9590
|
];
|
|
9430
9591
|
export var EvaluationFormItem$ = [4, n0, _EFIv,
|
|
@@ -9650,6 +9811,9 @@ export var CreateInstance$ = [9, n0, _CIr,
|
|
|
9650
9811
|
export var CreateIntegrationAssociation$ = [9, n0, _CIA,
|
|
9651
9812
|
{ [_h]: ["PUT", "/instance/{InstanceId}/integration-associations", 200] }, () => CreateIntegrationAssociationRequest$, () => CreateIntegrationAssociationResponse$
|
|
9652
9813
|
];
|
|
9814
|
+
export var CreateNotification$ = [9, n0, _CN,
|
|
9815
|
+
{ [_h]: ["PUT", "/notifications/{InstanceId}", 200] }, () => CreateNotificationRequest$, () => CreateNotificationResponse$
|
|
9816
|
+
];
|
|
9653
9817
|
export var CreateParticipant$ = [9, n0, _CPr,
|
|
9654
9818
|
{ [_h]: ["POST", "/contact/create-participant", 200] }, () => CreateParticipantRequest$, () => CreateParticipantResponse$
|
|
9655
9819
|
];
|
|
@@ -9761,6 +9925,9 @@ export var DeleteInstance$ = [9, n0, _DIel,
|
|
|
9761
9925
|
export var DeleteIntegrationAssociation$ = [9, n0, _DIA,
|
|
9762
9926
|
{ [_h]: ["DELETE", "/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}", 200] }, () => DeleteIntegrationAssociationRequest$, () => __Unit
|
|
9763
9927
|
];
|
|
9928
|
+
export var DeleteNotification$ = [9, n0, _DNe,
|
|
9929
|
+
{ [_h]: ["DELETE", "/notifications/{InstanceId}/{NotificationId}", 200] }, () => DeleteNotificationRequest$, () => DeleteNotificationResponse$
|
|
9930
|
+
];
|
|
9764
9931
|
export var DeletePredefinedAttribute$ = [9, n0, _DPA,
|
|
9765
9932
|
{ [_h]: ["DELETE", "/predefined-attributes/{InstanceId}/{Name}", 200] }, () => DeletePredefinedAttributeRequest$, () => __Unit
|
|
9766
9933
|
];
|
|
@@ -9869,6 +10036,9 @@ export var DescribeInstanceAttribute$ = [9, n0, _DIAe,
|
|
|
9869
10036
|
export var DescribeInstanceStorageConfig$ = [9, n0, _DISC,
|
|
9870
10037
|
{ [_h]: ["GET", "/instance/{InstanceId}/storage-config/{AssociationId}", 200] }, () => DescribeInstanceStorageConfigRequest$, () => DescribeInstanceStorageConfigResponse$
|
|
9871
10038
|
];
|
|
10039
|
+
export var DescribeNotification$ = [9, n0, _DNes,
|
|
10040
|
+
{ [_h]: ["GET", "/notifications/{InstanceId}/{NotificationId}", 200] }, () => DescribeNotificationRequest$, () => DescribeNotificationResponse$
|
|
10041
|
+
];
|
|
9872
10042
|
export var DescribePhoneNumber$ = [9, n0, _DPNes,
|
|
9873
10043
|
{ [_h]: ["GET", "/phone-number/{PhoneNumberId}", 200] }, () => DescribePhoneNumberRequest$, () => DescribePhoneNumberResponse$
|
|
9874
10044
|
];
|
|
@@ -10118,6 +10288,9 @@ export var ListLambdaFunctions$ = [9, n0, _LLF,
|
|
|
10118
10288
|
export var ListLexBots$ = [9, n0, _LLB,
|
|
10119
10289
|
{ [_h]: ["GET", "/instance/{InstanceId}/lex-bots", 200] }, () => ListLexBotsRequest$, () => ListLexBotsResponse$
|
|
10120
10290
|
];
|
|
10291
|
+
export var ListNotifications$ = [9, n0, _LNi,
|
|
10292
|
+
{ [_h]: ["GET", "/notifications/{InstanceId}", 200] }, () => ListNotificationsRequest$, () => ListNotificationsResponse$
|
|
10293
|
+
];
|
|
10121
10294
|
export var ListPhoneNumbers$ = [9, n0, _LPN,
|
|
10122
10295
|
{ [_h]: ["GET", "/phone-numbers-summary/{InstanceId}", 200] }, () => ListPhoneNumbersRequest$, () => ListPhoneNumbersResponse$
|
|
10123
10296
|
];
|
|
@@ -10196,6 +10369,9 @@ export var ListUseCases$ = [9, n0, _LUC,
|
|
|
10196
10369
|
export var ListUserHierarchyGroups$ = [9, n0, _LUHG,
|
|
10197
10370
|
{ [_h]: ["GET", "/user-hierarchy-groups-summary/{InstanceId}", 200] }, () => ListUserHierarchyGroupsRequest$, () => ListUserHierarchyGroupsResponse$
|
|
10198
10371
|
];
|
|
10372
|
+
export var ListUserNotifications$ = [9, n0, _LUN,
|
|
10373
|
+
{ [_h]: ["GET", "/users/{InstanceId}/{UserId}/notifications", 200] }, () => ListUserNotificationsRequest$, () => ListUserNotificationsResponse$
|
|
10374
|
+
];
|
|
10199
10375
|
export var ListUserProficiencies$ = [9, n0, _LUP,
|
|
10200
10376
|
{ [_h]: ["GET", "/users/{InstanceId}/{UserId}/proficiencies", 200] }, () => ListUserProficienciesRequest$, () => ListUserProficienciesResponse$
|
|
10201
10377
|
];
|
|
@@ -10271,6 +10447,9 @@ export var SearchHoursOfOperationOverrides$ = [9, n0, _SHOOO,
|
|
|
10271
10447
|
export var SearchHoursOfOperations$ = [9, n0, _SHOO,
|
|
10272
10448
|
{ [_h]: ["POST", "/search-hours-of-operations", 200] }, () => SearchHoursOfOperationsRequest$, () => SearchHoursOfOperationsResponse$
|
|
10273
10449
|
];
|
|
10450
|
+
export var SearchNotifications$ = [9, n0, _SNe,
|
|
10451
|
+
{ [_h]: ["POST", "/search-notifications", 200] }, () => SearchNotificationsRequest$, () => SearchNotificationsResponse$
|
|
10452
|
+
];
|
|
10274
10453
|
export var SearchPredefinedAttributes$ = [9, n0, _SPAe,
|
|
10275
10454
|
{ [_h]: ["POST", "/search-predefined-attributes", 200] }, () => SearchPredefinedAttributesRequest$, () => SearchPredefinedAttributesResponse$
|
|
10276
10455
|
];
|
|
@@ -10463,6 +10642,9 @@ export var UpdateInstanceAttribute$ = [9, n0, _UIA,
|
|
|
10463
10642
|
export var UpdateInstanceStorageConfig$ = [9, n0, _UISC,
|
|
10464
10643
|
{ [_h]: ["POST", "/instance/{InstanceId}/storage-config/{AssociationId}", 200] }, () => UpdateInstanceStorageConfigRequest$, () => __Unit
|
|
10465
10644
|
];
|
|
10645
|
+
export var UpdateNotificationContent$ = [9, n0, _UNC,
|
|
10646
|
+
{ [_h]: ["POST", "/notifications/{InstanceId}/{NotificationId}", 200] }, () => UpdateNotificationContentRequest$, () => UpdateNotificationContentResponse$
|
|
10647
|
+
];
|
|
10466
10648
|
export var UpdateParticipantAuthentication$ = [9, n0, _UPA,
|
|
10467
10649
|
{ [_h]: ["POST", "/contact/update-participant-authentication", 200] }, () => UpdateParticipantAuthenticationRequest$, () => UpdateParticipantAuthenticationResponse$
|
|
10468
10650
|
];
|
|
@@ -10550,6 +10732,9 @@ export var UpdateUserHierarchyStructure$ = [9, n0, _UUHS,
|
|
|
10550
10732
|
export var UpdateUserIdentityInfo$ = [9, n0, _UUII,
|
|
10551
10733
|
{ [_h]: ["POST", "/users/{InstanceId}/{UserId}/identity-info", 200] }, () => UpdateUserIdentityInfoRequest$, () => __Unit
|
|
10552
10734
|
];
|
|
10735
|
+
export var UpdateUserNotificationStatus$ = [9, n0, _UUNS,
|
|
10736
|
+
{ [_h]: ["POST", "/users/{InstanceId}/{UserId}/notifications/{NotificationId}", 200] }, () => UpdateUserNotificationStatusRequest$, () => UpdateUserNotificationStatusResponse$
|
|
10737
|
+
];
|
|
10553
10738
|
export var UpdateUserPhoneConfig$ = [9, n0, _UUPC,
|
|
10554
10739
|
{ [_h]: ["POST", "/users/{InstanceId}/{UserId}/phone-config", 200] }, () => UpdateUserPhoneConfigRequest$, () => __Unit
|
|
10555
10740
|
];
|
package/dist-types/Connect.d.ts
CHANGED
|
@@ -45,6 +45,7 @@ import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput
|
|
|
45
45
|
import { CreateHoursOfOperationOverrideCommandInput, CreateHoursOfOperationOverrideCommandOutput } from "./commands/CreateHoursOfOperationOverrideCommand";
|
|
46
46
|
import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand";
|
|
47
47
|
import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "./commands/CreateIntegrationAssociationCommand";
|
|
48
|
+
import { CreateNotificationCommandInput, CreateNotificationCommandOutput } from "./commands/CreateNotificationCommand";
|
|
48
49
|
import { CreateParticipantCommandInput, CreateParticipantCommandOutput } from "./commands/CreateParticipantCommand";
|
|
49
50
|
import { CreatePersistentContactAssociationCommandInput, CreatePersistentContactAssociationCommandOutput } from "./commands/CreatePersistentContactAssociationCommand";
|
|
50
51
|
import { CreatePredefinedAttributeCommandInput, CreatePredefinedAttributeCommandOutput } from "./commands/CreatePredefinedAttributeCommand";
|
|
@@ -82,6 +83,7 @@ import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput
|
|
|
82
83
|
import { DeleteHoursOfOperationOverrideCommandInput, DeleteHoursOfOperationOverrideCommandOutput } from "./commands/DeleteHoursOfOperationOverrideCommand";
|
|
83
84
|
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
|
|
84
85
|
import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "./commands/DeleteIntegrationAssociationCommand";
|
|
86
|
+
import { DeleteNotificationCommandInput, DeleteNotificationCommandOutput } from "./commands/DeleteNotificationCommand";
|
|
85
87
|
import { DeletePredefinedAttributeCommandInput, DeletePredefinedAttributeCommandOutput } from "./commands/DeletePredefinedAttributeCommand";
|
|
86
88
|
import { DeletePromptCommandInput, DeletePromptCommandOutput } from "./commands/DeletePromptCommand";
|
|
87
89
|
import { DeletePushNotificationRegistrationCommandInput, DeletePushNotificationRegistrationCommandOutput } from "./commands/DeletePushNotificationRegistrationCommand";
|
|
@@ -118,6 +120,7 @@ import { DescribeHoursOfOperationOverrideCommandInput, DescribeHoursOfOperationO
|
|
|
118
120
|
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
|
|
119
121
|
import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "./commands/DescribeInstanceCommand";
|
|
120
122
|
import { DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput } from "./commands/DescribeInstanceStorageConfigCommand";
|
|
123
|
+
import { DescribeNotificationCommandInput, DescribeNotificationCommandOutput } from "./commands/DescribeNotificationCommand";
|
|
121
124
|
import { DescribePhoneNumberCommandInput, DescribePhoneNumberCommandOutput } from "./commands/DescribePhoneNumberCommand";
|
|
122
125
|
import { DescribePredefinedAttributeCommandInput, DescribePredefinedAttributeCommandOutput } from "./commands/DescribePredefinedAttributeCommand";
|
|
123
126
|
import { DescribePromptCommandInput, DescribePromptCommandOutput } from "./commands/DescribePromptCommand";
|
|
@@ -201,6 +204,7 @@ import { ListInstanceStorageConfigsCommandInput, ListInstanceStorageConfigsComma
|
|
|
201
204
|
import { ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCommandOutput } from "./commands/ListIntegrationAssociationsCommand";
|
|
202
205
|
import { ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput } from "./commands/ListLambdaFunctionsCommand";
|
|
203
206
|
import { ListLexBotsCommandInput, ListLexBotsCommandOutput } from "./commands/ListLexBotsCommand";
|
|
207
|
+
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
204
208
|
import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "./commands/ListPhoneNumbersCommand";
|
|
205
209
|
import { ListPhoneNumbersV2CommandInput, ListPhoneNumbersV2CommandOutput } from "./commands/ListPhoneNumbersV2Command";
|
|
206
210
|
import { ListPredefinedAttributesCommandInput, ListPredefinedAttributesCommandOutput } from "./commands/ListPredefinedAttributesCommand";
|
|
@@ -227,6 +231,7 @@ import { ListTrafficDistributionGroupsCommandInput, ListTrafficDistributionGroup
|
|
|
227
231
|
import { ListTrafficDistributionGroupUsersCommandInput, ListTrafficDistributionGroupUsersCommandOutput } from "./commands/ListTrafficDistributionGroupUsersCommand";
|
|
228
232
|
import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "./commands/ListUseCasesCommand";
|
|
229
233
|
import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "./commands/ListUserHierarchyGroupsCommand";
|
|
234
|
+
import { ListUserNotificationsCommandInput, ListUserNotificationsCommandOutput } from "./commands/ListUserNotificationsCommand";
|
|
230
235
|
import { ListUserProficienciesCommandInput, ListUserProficienciesCommandOutput } from "./commands/ListUserProficienciesCommand";
|
|
231
236
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
232
237
|
import { ListViewsCommandInput, ListViewsCommandOutput } from "./commands/ListViewsCommand";
|
|
@@ -252,6 +257,7 @@ import { SearchEmailAddressesCommandInput, SearchEmailAddressesCommandOutput } f
|
|
|
252
257
|
import { SearchEvaluationFormsCommandInput, SearchEvaluationFormsCommandOutput } from "./commands/SearchEvaluationFormsCommand";
|
|
253
258
|
import { SearchHoursOfOperationOverridesCommandInput, SearchHoursOfOperationOverridesCommandOutput } from "./commands/SearchHoursOfOperationOverridesCommand";
|
|
254
259
|
import { SearchHoursOfOperationsCommandInput, SearchHoursOfOperationsCommandOutput } from "./commands/SearchHoursOfOperationsCommand";
|
|
260
|
+
import { SearchNotificationsCommandInput, SearchNotificationsCommandOutput } from "./commands/SearchNotificationsCommand";
|
|
255
261
|
import { SearchPredefinedAttributesCommandInput, SearchPredefinedAttributesCommandOutput } from "./commands/SearchPredefinedAttributesCommand";
|
|
256
262
|
import { SearchPromptsCommandInput, SearchPromptsCommandOutput } from "./commands/SearchPromptsCommand";
|
|
257
263
|
import { SearchQueuesCommandInput, SearchQueuesCommandOutput } from "./commands/SearchQueuesCommand";
|
|
@@ -316,6 +322,7 @@ import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput
|
|
|
316
322
|
import { UpdateHoursOfOperationOverrideCommandInput, UpdateHoursOfOperationOverrideCommandOutput } from "./commands/UpdateHoursOfOperationOverrideCommand";
|
|
317
323
|
import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "./commands/UpdateInstanceAttributeCommand";
|
|
318
324
|
import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "./commands/UpdateInstanceStorageConfigCommand";
|
|
325
|
+
import { UpdateNotificationContentCommandInput, UpdateNotificationContentCommandOutput } from "./commands/UpdateNotificationContentCommand";
|
|
319
326
|
import { UpdateParticipantAuthenticationCommandInput, UpdateParticipantAuthenticationCommandOutput } from "./commands/UpdateParticipantAuthenticationCommand";
|
|
320
327
|
import { UpdateParticipantRoleConfigCommandInput, UpdateParticipantRoleConfigCommandOutput } from "./commands/UpdateParticipantRoleConfigCommand";
|
|
321
328
|
import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "./commands/UpdatePhoneNumberCommand";
|
|
@@ -345,6 +352,7 @@ import { UpdateUserHierarchyCommandInput, UpdateUserHierarchyCommandOutput } fro
|
|
|
345
352
|
import { UpdateUserHierarchyGroupNameCommandInput, UpdateUserHierarchyGroupNameCommandOutput } from "./commands/UpdateUserHierarchyGroupNameCommand";
|
|
346
353
|
import { UpdateUserHierarchyStructureCommandInput, UpdateUserHierarchyStructureCommandOutput } from "./commands/UpdateUserHierarchyStructureCommand";
|
|
347
354
|
import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput } from "./commands/UpdateUserIdentityInfoCommand";
|
|
355
|
+
import { UpdateUserNotificationStatusCommandInput, UpdateUserNotificationStatusCommandOutput } from "./commands/UpdateUserNotificationStatusCommand";
|
|
348
356
|
import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "./commands/UpdateUserPhoneConfigCommand";
|
|
349
357
|
import { UpdateUserProficienciesCommandInput, UpdateUserProficienciesCommandOutput } from "./commands/UpdateUserProficienciesCommand";
|
|
350
358
|
import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "./commands/UpdateUserRoutingProfileCommand";
|
|
@@ -633,6 +641,12 @@ export interface Connect {
|
|
|
633
641
|
createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntegrationAssociationCommandOutput>;
|
|
634
642
|
createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void): void;
|
|
635
643
|
createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void): void;
|
|
644
|
+
/**
|
|
645
|
+
* @see {@link CreateNotificationCommand}
|
|
646
|
+
*/
|
|
647
|
+
createNotification(args: CreateNotificationCommandInput, options?: __HttpHandlerOptions): Promise<CreateNotificationCommandOutput>;
|
|
648
|
+
createNotification(args: CreateNotificationCommandInput, cb: (err: any, data?: CreateNotificationCommandOutput) => void): void;
|
|
649
|
+
createNotification(args: CreateNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNotificationCommandOutput) => void): void;
|
|
636
650
|
/**
|
|
637
651
|
* @see {@link CreateParticipantCommand}
|
|
638
652
|
*/
|
|
@@ -855,6 +869,12 @@ export interface Connect {
|
|
|
855
869
|
deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntegrationAssociationCommandOutput>;
|
|
856
870
|
deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void): void;
|
|
857
871
|
deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void): void;
|
|
872
|
+
/**
|
|
873
|
+
* @see {@link DeleteNotificationCommand}
|
|
874
|
+
*/
|
|
875
|
+
deleteNotification(args: DeleteNotificationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNotificationCommandOutput>;
|
|
876
|
+
deleteNotification(args: DeleteNotificationCommandInput, cb: (err: any, data?: DeleteNotificationCommandOutput) => void): void;
|
|
877
|
+
deleteNotification(args: DeleteNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNotificationCommandOutput) => void): void;
|
|
858
878
|
/**
|
|
859
879
|
* @see {@link DeletePredefinedAttributeCommand}
|
|
860
880
|
*/
|
|
@@ -1071,6 +1091,12 @@ export interface Connect {
|
|
|
1071
1091
|
describeInstanceStorageConfig(args: DescribeInstanceStorageConfigCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceStorageConfigCommandOutput>;
|
|
1072
1092
|
describeInstanceStorageConfig(args: DescribeInstanceStorageConfigCommandInput, cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void): void;
|
|
1073
1093
|
describeInstanceStorageConfig(args: DescribeInstanceStorageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void): void;
|
|
1094
|
+
/**
|
|
1095
|
+
* @see {@link DescribeNotificationCommand}
|
|
1096
|
+
*/
|
|
1097
|
+
describeNotification(args: DescribeNotificationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNotificationCommandOutput>;
|
|
1098
|
+
describeNotification(args: DescribeNotificationCommandInput, cb: (err: any, data?: DescribeNotificationCommandOutput) => void): void;
|
|
1099
|
+
describeNotification(args: DescribeNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNotificationCommandOutput) => void): void;
|
|
1074
1100
|
/**
|
|
1075
1101
|
* @see {@link DescribePhoneNumberCommand}
|
|
1076
1102
|
*/
|
|
@@ -1570,6 +1596,12 @@ export interface Connect {
|
|
|
1570
1596
|
listLexBots(args: ListLexBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListLexBotsCommandOutput>;
|
|
1571
1597
|
listLexBots(args: ListLexBotsCommandInput, cb: (err: any, data?: ListLexBotsCommandOutput) => void): void;
|
|
1572
1598
|
listLexBots(args: ListLexBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLexBotsCommandOutput) => void): void;
|
|
1599
|
+
/**
|
|
1600
|
+
* @see {@link ListNotificationsCommand}
|
|
1601
|
+
*/
|
|
1602
|
+
listNotifications(args: ListNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotificationsCommandOutput>;
|
|
1603
|
+
listNotifications(args: ListNotificationsCommandInput, cb: (err: any, data?: ListNotificationsCommandOutput) => void): void;
|
|
1604
|
+
listNotifications(args: ListNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotificationsCommandOutput) => void): void;
|
|
1573
1605
|
/**
|
|
1574
1606
|
* @see {@link ListPhoneNumbersCommand}
|
|
1575
1607
|
*/
|
|
@@ -1728,6 +1760,12 @@ export interface Connect {
|
|
|
1728
1760
|
listUserHierarchyGroups(args: ListUserHierarchyGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserHierarchyGroupsCommandOutput>;
|
|
1729
1761
|
listUserHierarchyGroups(args: ListUserHierarchyGroupsCommandInput, cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void): void;
|
|
1730
1762
|
listUserHierarchyGroups(args: ListUserHierarchyGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void): void;
|
|
1763
|
+
/**
|
|
1764
|
+
* @see {@link ListUserNotificationsCommand}
|
|
1765
|
+
*/
|
|
1766
|
+
listUserNotifications(args: ListUserNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserNotificationsCommandOutput>;
|
|
1767
|
+
listUserNotifications(args: ListUserNotificationsCommandInput, cb: (err: any, data?: ListUserNotificationsCommandOutput) => void): void;
|
|
1768
|
+
listUserNotifications(args: ListUserNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserNotificationsCommandOutput) => void): void;
|
|
1731
1769
|
/**
|
|
1732
1770
|
* @see {@link ListUserProficienciesCommand}
|
|
1733
1771
|
*/
|
|
@@ -1878,6 +1916,12 @@ export interface Connect {
|
|
|
1878
1916
|
searchHoursOfOperations(args: SearchHoursOfOperationsCommandInput, options?: __HttpHandlerOptions): Promise<SearchHoursOfOperationsCommandOutput>;
|
|
1879
1917
|
searchHoursOfOperations(args: SearchHoursOfOperationsCommandInput, cb: (err: any, data?: SearchHoursOfOperationsCommandOutput) => void): void;
|
|
1880
1918
|
searchHoursOfOperations(args: SearchHoursOfOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchHoursOfOperationsCommandOutput) => void): void;
|
|
1919
|
+
/**
|
|
1920
|
+
* @see {@link SearchNotificationsCommand}
|
|
1921
|
+
*/
|
|
1922
|
+
searchNotifications(args: SearchNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<SearchNotificationsCommandOutput>;
|
|
1923
|
+
searchNotifications(args: SearchNotificationsCommandInput, cb: (err: any, data?: SearchNotificationsCommandOutput) => void): void;
|
|
1924
|
+
searchNotifications(args: SearchNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchNotificationsCommandOutput) => void): void;
|
|
1881
1925
|
/**
|
|
1882
1926
|
* @see {@link SearchPredefinedAttributesCommand}
|
|
1883
1927
|
*/
|
|
@@ -2264,6 +2308,12 @@ export interface Connect {
|
|
|
2264
2308
|
updateInstanceStorageConfig(args: UpdateInstanceStorageConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInstanceStorageConfigCommandOutput>;
|
|
2265
2309
|
updateInstanceStorageConfig(args: UpdateInstanceStorageConfigCommandInput, cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void): void;
|
|
2266
2310
|
updateInstanceStorageConfig(args: UpdateInstanceStorageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void): void;
|
|
2311
|
+
/**
|
|
2312
|
+
* @see {@link UpdateNotificationContentCommand}
|
|
2313
|
+
*/
|
|
2314
|
+
updateNotificationContent(args: UpdateNotificationContentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNotificationContentCommandOutput>;
|
|
2315
|
+
updateNotificationContent(args: UpdateNotificationContentCommandInput, cb: (err: any, data?: UpdateNotificationContentCommandOutput) => void): void;
|
|
2316
|
+
updateNotificationContent(args: UpdateNotificationContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNotificationContentCommandOutput) => void): void;
|
|
2267
2317
|
/**
|
|
2268
2318
|
* @see {@link UpdateParticipantAuthenticationCommand}
|
|
2269
2319
|
*/
|
|
@@ -2438,6 +2488,12 @@ export interface Connect {
|
|
|
2438
2488
|
updateUserIdentityInfo(args: UpdateUserIdentityInfoCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserIdentityInfoCommandOutput>;
|
|
2439
2489
|
updateUserIdentityInfo(args: UpdateUserIdentityInfoCommandInput, cb: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void): void;
|
|
2440
2490
|
updateUserIdentityInfo(args: UpdateUserIdentityInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void): void;
|
|
2491
|
+
/**
|
|
2492
|
+
* @see {@link UpdateUserNotificationStatusCommand}
|
|
2493
|
+
*/
|
|
2494
|
+
updateUserNotificationStatus(args: UpdateUserNotificationStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserNotificationStatusCommandOutput>;
|
|
2495
|
+
updateUserNotificationStatus(args: UpdateUserNotificationStatusCommandInput, cb: (err: any, data?: UpdateUserNotificationStatusCommandOutput) => void): void;
|
|
2496
|
+
updateUserNotificationStatus(args: UpdateUserNotificationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserNotificationStatusCommandOutput) => void): void;
|
|
2441
2497
|
/**
|
|
2442
2498
|
* @see {@link UpdateUserPhoneConfigCommand}
|
|
2443
2499
|
*/
|