@aws-sdk/client-connect 3.703.0 → 3.711.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 +74 -2
- package/dist-cjs/index.js +583 -109
- package/dist-es/Connect.js +18 -0
- package/dist-es/commands/CreateContactCommand.js +1 -1
- package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/CreatePushNotificationRegistrationCommand.js +22 -0
- package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/DeletePushNotificationRegistrationCommand.js +22 -0
- package/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +22 -0
- package/dist-es/commands/ListHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
- package/dist-es/commands/UpdateViewContentCommand.js +1 -1
- package/dist-es/commands/UpdateViewMetadataCommand.js +1 -1
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +14 -0
- package/dist-es/models/models_1.js +0 -33
- package/dist-es/models/models_2.js +53 -45
- package/dist-es/models/models_3.js +32 -0
- package/dist-es/pagination/ListHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/SearchHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +280 -1
- package/dist-types/Connect.d.ts +65 -2
- package/dist-types/ConnectClient.d.ts +13 -4
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
- package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +101 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
- package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +86 -0
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteViewCommand.d.ts +1 -1
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -2
- package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -2
- package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +2 -3
- package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +115 -0
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -2
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +4 -0
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +168 -0
- package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +2 -2
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +250 -154
- package/dist-types/models/models_1.d.ts +384 -496
- package/dist-types/models/models_2.d.ts +3508 -3653
- package/dist-types/models/models_3.d.ts +791 -7
- package/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/Connect.d.ts +165 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +64 -37
- package/dist-types/ts3.4/models/models_1.d.ts +87 -142
- package/dist-types/ts3.4/models/models_2.d.ts +185 -212
- package/dist-types/ts3.4/models/models_3.d.ts +218 -5
- package/dist-types/ts3.4/pagination/ListHoursOfOperationOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -85,6 +85,7 @@ __export(src_exports, {
|
|
|
85
85
|
CreateEmailAddressRequestFilterSensitiveLog: () => CreateEmailAddressRequestFilterSensitiveLog,
|
|
86
86
|
CreateEvaluationFormCommand: () => CreateEvaluationFormCommand,
|
|
87
87
|
CreateHoursOfOperationCommand: () => CreateHoursOfOperationCommand,
|
|
88
|
+
CreateHoursOfOperationOverrideCommand: () => CreateHoursOfOperationOverrideCommand,
|
|
88
89
|
CreateInstanceCommand: () => CreateInstanceCommand,
|
|
89
90
|
CreateInstanceRequestFilterSensitiveLog: () => CreateInstanceRequestFilterSensitiveLog,
|
|
90
91
|
CreateIntegrationAssociationCommand: () => CreateIntegrationAssociationCommand,
|
|
@@ -92,6 +93,7 @@ __export(src_exports, {
|
|
|
92
93
|
CreatePersistentContactAssociationCommand: () => CreatePersistentContactAssociationCommand,
|
|
93
94
|
CreatePredefinedAttributeCommand: () => CreatePredefinedAttributeCommand,
|
|
94
95
|
CreatePromptCommand: () => CreatePromptCommand,
|
|
96
|
+
CreatePushNotificationRegistrationCommand: () => CreatePushNotificationRegistrationCommand,
|
|
95
97
|
CreateQueueCommand: () => CreateQueueCommand,
|
|
96
98
|
CreateQuickConnectCommand: () => CreateQuickConnectCommand,
|
|
97
99
|
CreateRoutingProfileCommand: () => CreateRoutingProfileCommand,
|
|
@@ -112,6 +114,7 @@ __export(src_exports, {
|
|
|
112
114
|
CreatedByInfo: () => CreatedByInfo,
|
|
113
115
|
CredentialsFilterSensitiveLog: () => CredentialsFilterSensitiveLog,
|
|
114
116
|
CurrentMetricName: () => CurrentMetricName,
|
|
117
|
+
DateComparisonType: () => DateComparisonType,
|
|
115
118
|
DeactivateEvaluationFormCommand: () => DeactivateEvaluationFormCommand,
|
|
116
119
|
DeleteAttachedFileCommand: () => DeleteAttachedFileCommand,
|
|
117
120
|
DeleteContactEvaluationCommand: () => DeleteContactEvaluationCommand,
|
|
@@ -120,10 +123,12 @@ __export(src_exports, {
|
|
|
120
123
|
DeleteEmailAddressCommand: () => DeleteEmailAddressCommand,
|
|
121
124
|
DeleteEvaluationFormCommand: () => DeleteEvaluationFormCommand,
|
|
122
125
|
DeleteHoursOfOperationCommand: () => DeleteHoursOfOperationCommand,
|
|
126
|
+
DeleteHoursOfOperationOverrideCommand: () => DeleteHoursOfOperationOverrideCommand,
|
|
123
127
|
DeleteInstanceCommand: () => DeleteInstanceCommand,
|
|
124
128
|
DeleteIntegrationAssociationCommand: () => DeleteIntegrationAssociationCommand,
|
|
125
129
|
DeletePredefinedAttributeCommand: () => DeletePredefinedAttributeCommand,
|
|
126
130
|
DeletePromptCommand: () => DeletePromptCommand,
|
|
131
|
+
DeletePushNotificationRegistrationCommand: () => DeletePushNotificationRegistrationCommand,
|
|
127
132
|
DeleteQueueCommand: () => DeleteQueueCommand,
|
|
128
133
|
DeleteQuickConnectCommand: () => DeleteQuickConnectCommand,
|
|
129
134
|
DeleteRoutingProfileCommand: () => DeleteRoutingProfileCommand,
|
|
@@ -148,6 +153,7 @@ __export(src_exports, {
|
|
|
148
153
|
DescribeEmailAddressResponseFilterSensitiveLog: () => DescribeEmailAddressResponseFilterSensitiveLog,
|
|
149
154
|
DescribeEvaluationFormCommand: () => DescribeEvaluationFormCommand,
|
|
150
155
|
DescribeHoursOfOperationCommand: () => DescribeHoursOfOperationCommand,
|
|
156
|
+
DescribeHoursOfOperationOverrideCommand: () => DescribeHoursOfOperationOverrideCommand,
|
|
151
157
|
DescribeInstanceAttributeCommand: () => DescribeInstanceAttributeCommand,
|
|
152
158
|
DescribeInstanceCommand: () => DescribeInstanceCommand,
|
|
153
159
|
DescribeInstanceResponseFilterSensitiveLog: () => DescribeInstanceResponseFilterSensitiveLog,
|
|
@@ -169,6 +175,7 @@ __export(src_exports, {
|
|
|
169
175
|
DescribeViewResponseFilterSensitiveLog: () => DescribeViewResponseFilterSensitiveLog,
|
|
170
176
|
DescribeVocabularyCommand: () => DescribeVocabularyCommand,
|
|
171
177
|
DestinationNotAllowedException: () => DestinationNotAllowedException,
|
|
178
|
+
DeviceType: () => DeviceType,
|
|
172
179
|
DirectoryType: () => DirectoryType,
|
|
173
180
|
DisassociateAnalyticsDataSetCommand: () => DisassociateAnalyticsDataSetCommand,
|
|
174
181
|
DisassociateApprovedOriginCommand: () => DisassociateApprovedOriginCommand,
|
|
@@ -210,6 +217,7 @@ __export(src_exports, {
|
|
|
210
217
|
GetContactAttributesCommand: () => GetContactAttributesCommand,
|
|
211
218
|
GetCurrentMetricDataCommand: () => GetCurrentMetricDataCommand,
|
|
212
219
|
GetCurrentUserDataCommand: () => GetCurrentUserDataCommand,
|
|
220
|
+
GetEffectiveHoursOfOperationsCommand: () => GetEffectiveHoursOfOperationsCommand,
|
|
213
221
|
GetFederationTokenCommand: () => GetFederationTokenCommand,
|
|
214
222
|
GetFederationTokenResponseFilterSensitiveLog: () => GetFederationTokenResponseFilterSensitiveLog,
|
|
215
223
|
GetFlowAssociationCommand: () => GetFlowAssociationCommand,
|
|
@@ -262,6 +270,7 @@ __export(src_exports, {
|
|
|
262
270
|
ListEvaluationFormsCommand: () => ListEvaluationFormsCommand,
|
|
263
271
|
ListFlowAssociationResourceType: () => ListFlowAssociationResourceType,
|
|
264
272
|
ListFlowAssociationsCommand: () => ListFlowAssociationsCommand,
|
|
273
|
+
ListHoursOfOperationOverridesCommand: () => ListHoursOfOperationOverridesCommand,
|
|
265
274
|
ListHoursOfOperationsCommand: () => ListHoursOfOperationsCommand,
|
|
266
275
|
ListInstanceAttributesCommand: () => ListInstanceAttributesCommand,
|
|
267
276
|
ListInstanceStorageConfigsCommand: () => ListInstanceStorageConfigsCommand,
|
|
@@ -311,6 +320,7 @@ __export(src_exports, {
|
|
|
311
320
|
OutboundMessageSourceType: () => OutboundMessageSourceType,
|
|
312
321
|
OutboundRawMessageFilterSensitiveLog: () => OutboundRawMessageFilterSensitiveLog,
|
|
313
322
|
OutputTypeNotFoundException: () => OutputTypeNotFoundException,
|
|
323
|
+
OverrideDays: () => OverrideDays,
|
|
314
324
|
ParticipantRole: () => ParticipantRole,
|
|
315
325
|
ParticipantTimerAction: () => ParticipantTimerAction,
|
|
316
326
|
ParticipantTimerType: () => ParticipantTimerType,
|
|
@@ -364,6 +374,7 @@ __export(src_exports, {
|
|
|
364
374
|
SearchCriteriaFilterSensitiveLog: () => SearchCriteriaFilterSensitiveLog,
|
|
365
375
|
SearchEmailAddressesCommand: () => SearchEmailAddressesCommand,
|
|
366
376
|
SearchEmailAddressesResponseFilterSensitiveLog: () => SearchEmailAddressesResponseFilterSensitiveLog,
|
|
377
|
+
SearchHoursOfOperationOverridesCommand: () => SearchHoursOfOperationOverridesCommand,
|
|
367
378
|
SearchHoursOfOperationsCommand: () => SearchHoursOfOperationsCommand,
|
|
368
379
|
SearchPredefinedAttributesCommand: () => SearchPredefinedAttributesCommand,
|
|
369
380
|
SearchPromptsCommand: () => SearchPromptsCommand,
|
|
@@ -449,6 +460,7 @@ __export(src_exports, {
|
|
|
449
460
|
UpdateEmailAddressMetadataRequestFilterSensitiveLog: () => UpdateEmailAddressMetadataRequestFilterSensitiveLog,
|
|
450
461
|
UpdateEvaluationFormCommand: () => UpdateEvaluationFormCommand,
|
|
451
462
|
UpdateHoursOfOperationCommand: () => UpdateHoursOfOperationCommand,
|
|
463
|
+
UpdateHoursOfOperationOverrideCommand: () => UpdateHoursOfOperationOverrideCommand,
|
|
452
464
|
UpdateInstanceAttributeCommand: () => UpdateInstanceAttributeCommand,
|
|
453
465
|
UpdateInstanceStorageConfigCommand: () => UpdateInstanceStorageConfigCommand,
|
|
454
466
|
UpdateParticipantRoleConfigChannelInfo: () => UpdateParticipantRoleConfigChannelInfo,
|
|
@@ -523,6 +535,7 @@ __export(src_exports, {
|
|
|
523
535
|
paginateListEvaluationFormVersions: () => paginateListEvaluationFormVersions,
|
|
524
536
|
paginateListEvaluationForms: () => paginateListEvaluationForms,
|
|
525
537
|
paginateListFlowAssociations: () => paginateListFlowAssociations,
|
|
538
|
+
paginateListHoursOfOperationOverrides: () => paginateListHoursOfOperationOverrides,
|
|
526
539
|
paginateListHoursOfOperations: () => paginateListHoursOfOperations,
|
|
527
540
|
paginateListInstanceAttributes: () => paginateListInstanceAttributes,
|
|
528
541
|
paginateListInstanceStorageConfigs: () => paginateListInstanceStorageConfigs,
|
|
@@ -559,6 +572,7 @@ __export(src_exports, {
|
|
|
559
572
|
paginateSearchContactFlowModules: () => paginateSearchContactFlowModules,
|
|
560
573
|
paginateSearchContactFlows: () => paginateSearchContactFlows,
|
|
561
574
|
paginateSearchContacts: () => paginateSearchContacts,
|
|
575
|
+
paginateSearchHoursOfOperationOverrides: () => paginateSearchHoursOfOperationOverrides,
|
|
562
576
|
paginateSearchHoursOfOperations: () => paginateSearchHoursOfOperations,
|
|
563
577
|
paginateSearchPredefinedAttributes: () => paginateSearchPredefinedAttributes,
|
|
564
578
|
paginateSearchPrompts: () => paginateSearchPrompts,
|
|
@@ -1067,8 +1081,8 @@ var StorageType = {
|
|
|
1067
1081
|
S3: "S3"
|
|
1068
1082
|
};
|
|
1069
1083
|
var CreatedByInfo;
|
|
1070
|
-
((
|
|
1071
|
-
|
|
1084
|
+
((CreatedByInfo4) => {
|
|
1085
|
+
CreatedByInfo4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1072
1086
|
if (value.ConnectUserArn !== void 0)
|
|
1073
1087
|
return visitor.ConnectUserArn(value.ConnectUserArn);
|
|
1074
1088
|
if (value.AWSIdentityArn !== void 0)
|
|
@@ -1304,6 +1318,15 @@ var HoursOfOperationDays = {
|
|
|
1304
1318
|
TUESDAY: "TUESDAY",
|
|
1305
1319
|
WEDNESDAY: "WEDNESDAY"
|
|
1306
1320
|
};
|
|
1321
|
+
var OverrideDays = {
|
|
1322
|
+
FRIDAY: "FRIDAY",
|
|
1323
|
+
MONDAY: "MONDAY",
|
|
1324
|
+
SATURDAY: "SATURDAY",
|
|
1325
|
+
SUNDAY: "SUNDAY",
|
|
1326
|
+
THURSDAY: "THURSDAY",
|
|
1327
|
+
TUESDAY: "TUESDAY",
|
|
1328
|
+
WEDNESDAY: "WEDNESDAY"
|
|
1329
|
+
};
|
|
1307
1330
|
var DirectoryType = {
|
|
1308
1331
|
CONNECT_MANAGED: "CONNECT_MANAGED",
|
|
1309
1332
|
EXISTING_DIRECTORY: "EXISTING_DIRECTORY",
|
|
@@ -1341,13 +1364,18 @@ var RehydrationType = {
|
|
|
1341
1364
|
FROM_SEGMENT: "FROM_SEGMENT"
|
|
1342
1365
|
};
|
|
1343
1366
|
var PredefinedAttributeValues;
|
|
1344
|
-
((
|
|
1345
|
-
|
|
1367
|
+
((PredefinedAttributeValues4) => {
|
|
1368
|
+
PredefinedAttributeValues4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1346
1369
|
if (value.StringList !== void 0)
|
|
1347
1370
|
return visitor.StringList(value.StringList);
|
|
1348
1371
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1349
1372
|
}, "visit");
|
|
1350
1373
|
})(PredefinedAttributeValues || (PredefinedAttributeValues = {}));
|
|
1374
|
+
var DeviceType = {
|
|
1375
|
+
APNS: "APNS",
|
|
1376
|
+
APNS_SANDBOX: "APNS_SANDBOX",
|
|
1377
|
+
GCM: "GCM"
|
|
1378
|
+
};
|
|
1351
1379
|
var QuickConnectType = {
|
|
1352
1380
|
PHONE_NUMBER: "PHONE_NUMBER",
|
|
1353
1381
|
QUEUE: "QUEUE",
|
|
@@ -2061,39 +2089,6 @@ var RealTimeContactAnalysisSegmentType = {
|
|
|
2061
2089
|
PostContactSummary: "PostContactSummary",
|
|
2062
2090
|
Transcript: "Transcript"
|
|
2063
2091
|
};
|
|
2064
|
-
var RealTimeContactAnalysisSupportedChannel = {
|
|
2065
|
-
CHAT: "CHAT",
|
|
2066
|
-
VOICE: "VOICE"
|
|
2067
|
-
};
|
|
2068
|
-
var ArtifactStatus = {
|
|
2069
|
-
APPROVED: "APPROVED",
|
|
2070
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
2071
|
-
REJECTED: "REJECTED"
|
|
2072
|
-
};
|
|
2073
|
-
var RealTimeContactAnalysisTimeData;
|
|
2074
|
-
((RealTimeContactAnalysisTimeData3) => {
|
|
2075
|
-
RealTimeContactAnalysisTimeData3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2076
|
-
if (value.AbsoluteTime !== void 0)
|
|
2077
|
-
return visitor.AbsoluteTime(value.AbsoluteTime);
|
|
2078
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2079
|
-
}, "visit");
|
|
2080
|
-
})(RealTimeContactAnalysisTimeData || (RealTimeContactAnalysisTimeData = {}));
|
|
2081
|
-
var RealTimeContactAnalysisPostContactSummaryFailureCode = {
|
|
2082
|
-
FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",
|
|
2083
|
-
INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",
|
|
2084
|
-
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
2085
|
-
INVALID_ANALYSIS_CONFIGURATION: "INVALID_ANALYSIS_CONFIGURATION",
|
|
2086
|
-
QUOTA_EXCEEDED: "QUOTA_EXCEEDED"
|
|
2087
|
-
};
|
|
2088
|
-
var RealTimeContactAnalysisPostContactSummaryStatus = {
|
|
2089
|
-
COMPLETED: "COMPLETED",
|
|
2090
|
-
FAILED: "FAILED"
|
|
2091
|
-
};
|
|
2092
|
-
var RealTimeContactAnalysisSentimentLabel = {
|
|
2093
|
-
NEGATIVE: "NEGATIVE",
|
|
2094
|
-
NEUTRAL: "NEUTRAL",
|
|
2095
|
-
POSITIVE: "POSITIVE"
|
|
2096
|
-
};
|
|
2097
2092
|
var DescribeEmailAddressResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2098
2093
|
...obj,
|
|
2099
2094
|
...obj.EmailAddress && { EmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -2142,6 +2137,39 @@ var ListInstancesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2142
2137
|
|
|
2143
2138
|
// src/models/models_2.ts
|
|
2144
2139
|
|
|
2140
|
+
var RealTimeContactAnalysisSupportedChannel = {
|
|
2141
|
+
CHAT: "CHAT",
|
|
2142
|
+
VOICE: "VOICE"
|
|
2143
|
+
};
|
|
2144
|
+
var ArtifactStatus = {
|
|
2145
|
+
APPROVED: "APPROVED",
|
|
2146
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
2147
|
+
REJECTED: "REJECTED"
|
|
2148
|
+
};
|
|
2149
|
+
var RealTimeContactAnalysisTimeData;
|
|
2150
|
+
((RealTimeContactAnalysisTimeData3) => {
|
|
2151
|
+
RealTimeContactAnalysisTimeData3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2152
|
+
if (value.AbsoluteTime !== void 0)
|
|
2153
|
+
return visitor.AbsoluteTime(value.AbsoluteTime);
|
|
2154
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2155
|
+
}, "visit");
|
|
2156
|
+
})(RealTimeContactAnalysisTimeData || (RealTimeContactAnalysisTimeData = {}));
|
|
2157
|
+
var RealTimeContactAnalysisPostContactSummaryFailureCode = {
|
|
2158
|
+
FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",
|
|
2159
|
+
INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",
|
|
2160
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
2161
|
+
INVALID_ANALYSIS_CONFIGURATION: "INVALID_ANALYSIS_CONFIGURATION",
|
|
2162
|
+
QUOTA_EXCEEDED: "QUOTA_EXCEEDED"
|
|
2163
|
+
};
|
|
2164
|
+
var RealTimeContactAnalysisPostContactSummaryStatus = {
|
|
2165
|
+
COMPLETED: "COMPLETED",
|
|
2166
|
+
FAILED: "FAILED"
|
|
2167
|
+
};
|
|
2168
|
+
var RealTimeContactAnalysisSentimentLabel = {
|
|
2169
|
+
NEGATIVE: "NEGATIVE",
|
|
2170
|
+
NEUTRAL: "NEUTRAL",
|
|
2171
|
+
POSITIVE: "POSITIVE"
|
|
2172
|
+
};
|
|
2145
2173
|
var RealtimeContactAnalysisSegment;
|
|
2146
2174
|
((RealtimeContactAnalysisSegment3) => {
|
|
2147
2175
|
RealtimeContactAnalysisSegment3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -2206,6 +2234,13 @@ var SearchContactsTimeRangeType = {
|
|
|
2206
2234
|
INITIATION_TIMESTAMP: "INITIATION_TIMESTAMP",
|
|
2207
2235
|
SCHEDULED_TIMESTAMP: "SCHEDULED_TIMESTAMP"
|
|
2208
2236
|
};
|
|
2237
|
+
var DateComparisonType = {
|
|
2238
|
+
EQUAL_TO: "EQUAL_TO",
|
|
2239
|
+
GREATER_THAN: "GREATER_THAN",
|
|
2240
|
+
GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO",
|
|
2241
|
+
LESS_THAN: "LESS_THAN",
|
|
2242
|
+
LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO"
|
|
2243
|
+
};
|
|
2209
2244
|
var SearchableQueueType = {
|
|
2210
2245
|
STANDARD: "STANDARD"
|
|
2211
2246
|
};
|
|
@@ -2332,6 +2367,24 @@ var _ContactNotFoundException = class _ContactNotFoundException extends ConnectS
|
|
|
2332
2367
|
};
|
|
2333
2368
|
__name(_ContactNotFoundException, "ContactNotFoundException");
|
|
2334
2369
|
var ContactNotFoundException = _ContactNotFoundException;
|
|
2370
|
+
var _ConditionalOperationFailedException = class _ConditionalOperationFailedException extends ConnectServiceException {
|
|
2371
|
+
/**
|
|
2372
|
+
* @internal
|
|
2373
|
+
*/
|
|
2374
|
+
constructor(opts) {
|
|
2375
|
+
super({
|
|
2376
|
+
name: "ConditionalOperationFailedException",
|
|
2377
|
+
$fault: "client",
|
|
2378
|
+
...opts
|
|
2379
|
+
});
|
|
2380
|
+
this.name = "ConditionalOperationFailedException";
|
|
2381
|
+
this.$fault = "client";
|
|
2382
|
+
Object.setPrototypeOf(this, _ConditionalOperationFailedException.prototype);
|
|
2383
|
+
this.Message = opts.Message;
|
|
2384
|
+
}
|
|
2385
|
+
};
|
|
2386
|
+
__name(_ConditionalOperationFailedException, "ConditionalOperationFailedException");
|
|
2387
|
+
var ConditionalOperationFailedException = _ConditionalOperationFailedException;
|
|
2335
2388
|
var TimerEligibleParticipantRoles = {
|
|
2336
2389
|
AGENT: "AGENT",
|
|
2337
2390
|
CUSTOMER: "CUSTOMER"
|
|
@@ -2361,34 +2414,6 @@ var UpdateParticipantRoleConfigChannelInfo;
|
|
|
2361
2414
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2362
2415
|
}, "visit");
|
|
2363
2416
|
})(UpdateParticipantRoleConfigChannelInfo || (UpdateParticipantRoleConfigChannelInfo = {}));
|
|
2364
|
-
var _ConditionalOperationFailedException = class _ConditionalOperationFailedException extends ConnectServiceException {
|
|
2365
|
-
/**
|
|
2366
|
-
* @internal
|
|
2367
|
-
*/
|
|
2368
|
-
constructor(opts) {
|
|
2369
|
-
super({
|
|
2370
|
-
name: "ConditionalOperationFailedException",
|
|
2371
|
-
$fault: "client",
|
|
2372
|
-
...opts
|
|
2373
|
-
});
|
|
2374
|
-
this.name = "ConditionalOperationFailedException";
|
|
2375
|
-
this.$fault = "client";
|
|
2376
|
-
Object.setPrototypeOf(this, _ConditionalOperationFailedException.prototype);
|
|
2377
|
-
this.Message = opts.Message;
|
|
2378
|
-
}
|
|
2379
|
-
};
|
|
2380
|
-
__name(_ConditionalOperationFailedException, "ConditionalOperationFailedException");
|
|
2381
|
-
var ConditionalOperationFailedException = _ConditionalOperationFailedException;
|
|
2382
|
-
var EvaluationFormItem;
|
|
2383
|
-
((EvaluationFormItem3) => {
|
|
2384
|
-
EvaluationFormItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2385
|
-
if (value.Section !== void 0)
|
|
2386
|
-
return visitor.Section(value.Section);
|
|
2387
|
-
if (value.Question !== void 0)
|
|
2388
|
-
return visitor.Question(value.Question);
|
|
2389
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2390
|
-
}, "visit");
|
|
2391
|
-
})(EvaluationFormItem || (EvaluationFormItem = {}));
|
|
2392
2417
|
var ViewSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2393
2418
|
...obj,
|
|
2394
2419
|
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2568,6 +2593,19 @@ var UpdateEmailAddressMetadataRequestFilterSensitiveLog = /* @__PURE__ */ __name
|
|
|
2568
2593
|
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
2569
2594
|
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING }
|
|
2570
2595
|
}), "UpdateEmailAddressMetadataRequestFilterSensitiveLog");
|
|
2596
|
+
|
|
2597
|
+
// src/models/models_3.ts
|
|
2598
|
+
|
|
2599
|
+
var EvaluationFormItem;
|
|
2600
|
+
((EvaluationFormItem2) => {
|
|
2601
|
+
EvaluationFormItem2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2602
|
+
if (value.Section !== void 0)
|
|
2603
|
+
return visitor.Section(value.Section);
|
|
2604
|
+
if (value.Question !== void 0)
|
|
2605
|
+
return visitor.Question(value.Question);
|
|
2606
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2607
|
+
}, "visit");
|
|
2608
|
+
})(EvaluationFormItem || (EvaluationFormItem = {}));
|
|
2571
2609
|
var UpdateUserIdentityInfoRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2572
2610
|
...obj,
|
|
2573
2611
|
...obj.IdentityInfo && { IdentityInfo: UserIdentityInfoFilterSensitiveLog(obj.IdentityInfo) }
|
|
@@ -2589,6 +2627,37 @@ var CreateContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2589
2627
|
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
2590
2628
|
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
2591
2629
|
}), "CreateContactRequestFilterSensitiveLog");
|
|
2630
|
+
var StartEmailContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2631
|
+
...obj,
|
|
2632
|
+
...obj.FromEmailAddress && { FromEmailAddress: EmailAddressInfoFilterSensitiveLog(obj.FromEmailAddress) },
|
|
2633
|
+
...obj.DestinationEmailAddress && { DestinationEmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
2634
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
2635
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
2636
|
+
...obj.EmailMessage && { EmailMessage: InboundEmailContentFilterSensitiveLog(obj.EmailMessage) },
|
|
2637
|
+
...obj.AdditionalRecipients && {
|
|
2638
|
+
AdditionalRecipients: InboundAdditionalRecipientsFilterSensitiveLog(obj.AdditionalRecipients)
|
|
2639
|
+
},
|
|
2640
|
+
...obj.Attachments && { Attachments: import_smithy_client.SENSITIVE_STRING }
|
|
2641
|
+
}), "StartEmailContactRequestFilterSensitiveLog");
|
|
2642
|
+
var StartTaskContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2643
|
+
...obj,
|
|
2644
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
2645
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
2646
|
+
}), "StartTaskContactRequestFilterSensitiveLog");
|
|
2647
|
+
var UpdateContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2648
|
+
...obj,
|
|
2649
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
2650
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
2651
|
+
}), "UpdateContactRequestFilterSensitiveLog");
|
|
2652
|
+
var ContactFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2653
|
+
...obj,
|
|
2654
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
2655
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
2656
|
+
}), "ContactFilterSensitiveLog");
|
|
2657
|
+
var DescribeContactResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2658
|
+
...obj,
|
|
2659
|
+
...obj.Contact && { Contact: ContactFilterSensitiveLog(obj.Contact) }
|
|
2660
|
+
}), "DescribeContactResponseFilterSensitiveLog");
|
|
2592
2661
|
|
|
2593
2662
|
// src/protocols/Aws_restJson1.ts
|
|
2594
2663
|
var se_ActivateEvaluationFormCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -3131,6 +3200,27 @@ var se_CreateHoursOfOperationCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3131
3200
|
b.m("PUT").h(headers).b(body);
|
|
3132
3201
|
return b.build();
|
|
3133
3202
|
}, "se_CreateHoursOfOperationCommand");
|
|
3203
|
+
var se_CreateHoursOfOperationOverrideCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3204
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3205
|
+
const headers = {
|
|
3206
|
+
"content-type": "application/json"
|
|
3207
|
+
};
|
|
3208
|
+
b.bp("/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides");
|
|
3209
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
3210
|
+
b.p("HoursOfOperationId", () => input.HoursOfOperationId, "{HoursOfOperationId}", false);
|
|
3211
|
+
let body;
|
|
3212
|
+
body = JSON.stringify(
|
|
3213
|
+
(0, import_smithy_client.take)(input, {
|
|
3214
|
+
Config: (_) => (0, import_smithy_client._json)(_),
|
|
3215
|
+
Description: [],
|
|
3216
|
+
EffectiveFrom: [],
|
|
3217
|
+
EffectiveTill: [],
|
|
3218
|
+
Name: []
|
|
3219
|
+
})
|
|
3220
|
+
);
|
|
3221
|
+
b.m("PUT").h(headers).b(body);
|
|
3222
|
+
return b.build();
|
|
3223
|
+
}, "se_CreateHoursOfOperationOverrideCommand");
|
|
3134
3224
|
var se_CreateInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3135
3225
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3136
3226
|
const headers = {
|
|
@@ -3246,6 +3336,26 @@ var se_CreatePromptCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3246
3336
|
b.m("PUT").h(headers).b(body);
|
|
3247
3337
|
return b.build();
|
|
3248
3338
|
}, "se_CreatePromptCommand");
|
|
3339
|
+
var se_CreatePushNotificationRegistrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3340
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3341
|
+
const headers = {
|
|
3342
|
+
"content-type": "application/json"
|
|
3343
|
+
};
|
|
3344
|
+
b.bp("/push-notification/{InstanceId}/registrations");
|
|
3345
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
3346
|
+
let body;
|
|
3347
|
+
body = JSON.stringify(
|
|
3348
|
+
(0, import_smithy_client.take)(input, {
|
|
3349
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3350
|
+
ContactConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
3351
|
+
DeviceToken: [],
|
|
3352
|
+
DeviceType: [],
|
|
3353
|
+
PinpointAppArn: []
|
|
3354
|
+
})
|
|
3355
|
+
);
|
|
3356
|
+
b.m("PUT").h(headers).b(body);
|
|
3357
|
+
return b.build();
|
|
3358
|
+
}, "se_CreatePushNotificationRegistrationCommand");
|
|
3249
3359
|
var se_CreateQueueCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3250
3360
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3251
3361
|
const headers = {
|
|
@@ -3610,6 +3720,17 @@ var se_DeleteHoursOfOperationCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3610
3720
|
b.m("DELETE").h(headers).b(body);
|
|
3611
3721
|
return b.build();
|
|
3612
3722
|
}, "se_DeleteHoursOfOperationCommand");
|
|
3723
|
+
var se_DeleteHoursOfOperationOverrideCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3724
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3725
|
+
const headers = {};
|
|
3726
|
+
b.bp("/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides/{HoursOfOperationOverrideId}");
|
|
3727
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
3728
|
+
b.p("HoursOfOperationId", () => input.HoursOfOperationId, "{HoursOfOperationId}", false);
|
|
3729
|
+
b.p("HoursOfOperationOverrideId", () => input.HoursOfOperationOverrideId, "{HoursOfOperationOverrideId}", false);
|
|
3730
|
+
let body;
|
|
3731
|
+
b.m("DELETE").h(headers).b(body);
|
|
3732
|
+
return b.build();
|
|
3733
|
+
}, "se_DeleteHoursOfOperationOverrideCommand");
|
|
3613
3734
|
var se_DeleteInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3614
3735
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3615
3736
|
const headers = {};
|
|
@@ -3649,6 +3770,19 @@ var se_DeletePromptCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3649
3770
|
b.m("DELETE").h(headers).b(body);
|
|
3650
3771
|
return b.build();
|
|
3651
3772
|
}, "se_DeletePromptCommand");
|
|
3773
|
+
var se_DeletePushNotificationRegistrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3774
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3775
|
+
const headers = {};
|
|
3776
|
+
b.bp("/push-notification/{InstanceId}/registrations/{RegistrationId}");
|
|
3777
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
3778
|
+
b.p("RegistrationId", () => input.RegistrationId, "{RegistrationId}", false);
|
|
3779
|
+
const query = (0, import_smithy_client.map)({
|
|
3780
|
+
[_cI]: [, (0, import_smithy_client.expectNonNull)(input[_CI], `ContactId`)]
|
|
3781
|
+
});
|
|
3782
|
+
let body;
|
|
3783
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
3784
|
+
return b.build();
|
|
3785
|
+
}, "se_DeletePushNotificationRegistrationCommand");
|
|
3652
3786
|
var se_DeleteQueueCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3653
3787
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3654
3788
|
const headers = {};
|
|
@@ -3873,6 +4007,17 @@ var se_DescribeHoursOfOperationCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
3873
4007
|
b.m("GET").h(headers).b(body);
|
|
3874
4008
|
return b.build();
|
|
3875
4009
|
}, "se_DescribeHoursOfOperationCommand");
|
|
4010
|
+
var se_DescribeHoursOfOperationOverrideCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4011
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4012
|
+
const headers = {};
|
|
4013
|
+
b.bp("/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides/{HoursOfOperationOverrideId}");
|
|
4014
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
4015
|
+
b.p("HoursOfOperationId", () => input.HoursOfOperationId, "{HoursOfOperationId}", false);
|
|
4016
|
+
b.p("HoursOfOperationOverrideId", () => input.HoursOfOperationOverrideId, "{HoursOfOperationOverrideId}", false);
|
|
4017
|
+
let body;
|
|
4018
|
+
b.m("GET").h(headers).b(body);
|
|
4019
|
+
return b.build();
|
|
4020
|
+
}, "se_DescribeHoursOfOperationOverrideCommand");
|
|
3876
4021
|
var se_DescribeInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3877
4022
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3878
4023
|
const headers = {};
|
|
@@ -4303,6 +4448,20 @@ var se_GetCurrentUserDataCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
4303
4448
|
b.m("POST").h(headers).b(body);
|
|
4304
4449
|
return b.build();
|
|
4305
4450
|
}, "se_GetCurrentUserDataCommand");
|
|
4451
|
+
var se_GetEffectiveHoursOfOperationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4452
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4453
|
+
const headers = {};
|
|
4454
|
+
b.bp("/effective-hours-of-operations/{InstanceId}/{HoursOfOperationId}");
|
|
4455
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
4456
|
+
b.p("HoursOfOperationId", () => input.HoursOfOperationId, "{HoursOfOperationId}", false);
|
|
4457
|
+
const query = (0, import_smithy_client.map)({
|
|
4458
|
+
[_fD]: [, (0, import_smithy_client.expectNonNull)(input[_FD], `FromDate`)],
|
|
4459
|
+
[_tD]: [, (0, import_smithy_client.expectNonNull)(input[_TD], `ToDate`)]
|
|
4460
|
+
});
|
|
4461
|
+
let body;
|
|
4462
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
4463
|
+
return b.build();
|
|
4464
|
+
}, "se_GetEffectiveHoursOfOperationsCommand");
|
|
4306
4465
|
var se_GetFederationTokenCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4307
4466
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4308
4467
|
const headers = {};
|
|
@@ -4629,6 +4788,20 @@ var se_ListFlowAssociationsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
4629
4788
|
b.m("GET").h(headers).q(query).b(body);
|
|
4630
4789
|
return b.build();
|
|
4631
4790
|
}, "se_ListFlowAssociationsCommand");
|
|
4791
|
+
var se_ListHoursOfOperationOverridesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4792
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4793
|
+
const headers = {};
|
|
4794
|
+
b.bp("/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides");
|
|
4795
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
4796
|
+
b.p("HoursOfOperationId", () => input.HoursOfOperationId, "{HoursOfOperationId}", false);
|
|
4797
|
+
const query = (0, import_smithy_client.map)({
|
|
4798
|
+
[_nT]: [, input[_NT]],
|
|
4799
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()]
|
|
4800
|
+
});
|
|
4801
|
+
let body;
|
|
4802
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
4803
|
+
return b.build();
|
|
4804
|
+
}, "se_ListHoursOfOperationOverridesCommand");
|
|
4632
4805
|
var se_ListHoursOfOperationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4633
4806
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4634
4807
|
const headers = {};
|
|
@@ -5309,6 +5482,25 @@ var se_SearchEmailAddressesCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
5309
5482
|
b.m("POST").h(headers).b(body);
|
|
5310
5483
|
return b.build();
|
|
5311
5484
|
}, "se_SearchEmailAddressesCommand");
|
|
5485
|
+
var se_SearchHoursOfOperationOverridesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5486
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5487
|
+
const headers = {
|
|
5488
|
+
"content-type": "application/json"
|
|
5489
|
+
};
|
|
5490
|
+
b.bp("/search-hours-of-operation-overrides");
|
|
5491
|
+
let body;
|
|
5492
|
+
body = JSON.stringify(
|
|
5493
|
+
(0, import_smithy_client.take)(input, {
|
|
5494
|
+
InstanceId: [],
|
|
5495
|
+
MaxResults: [],
|
|
5496
|
+
NextToken: [],
|
|
5497
|
+
SearchCriteria: (_) => se_HoursOfOperationOverrideSearchCriteria(_, context),
|
|
5498
|
+
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5499
|
+
})
|
|
5500
|
+
);
|
|
5501
|
+
b.m("POST").h(headers).b(body);
|
|
5502
|
+
return b.build();
|
|
5503
|
+
}, "se_SearchHoursOfOperationOverridesCommand");
|
|
5312
5504
|
var se_SearchHoursOfOperationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5313
5505
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5314
5506
|
const headers = {
|
|
@@ -6288,6 +6480,28 @@ var se_UpdateHoursOfOperationCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
6288
6480
|
b.m("POST").h(headers).b(body);
|
|
6289
6481
|
return b.build();
|
|
6290
6482
|
}, "se_UpdateHoursOfOperationCommand");
|
|
6483
|
+
var se_UpdateHoursOfOperationOverrideCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6484
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6485
|
+
const headers = {
|
|
6486
|
+
"content-type": "application/json"
|
|
6487
|
+
};
|
|
6488
|
+
b.bp("/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides/{HoursOfOperationOverrideId}");
|
|
6489
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
6490
|
+
b.p("HoursOfOperationId", () => input.HoursOfOperationId, "{HoursOfOperationId}", false);
|
|
6491
|
+
b.p("HoursOfOperationOverrideId", () => input.HoursOfOperationOverrideId, "{HoursOfOperationOverrideId}", false);
|
|
6492
|
+
let body;
|
|
6493
|
+
body = JSON.stringify(
|
|
6494
|
+
(0, import_smithy_client.take)(input, {
|
|
6495
|
+
Config: (_) => (0, import_smithy_client._json)(_),
|
|
6496
|
+
Description: [],
|
|
6497
|
+
EffectiveFrom: [],
|
|
6498
|
+
EffectiveTill: [],
|
|
6499
|
+
Name: []
|
|
6500
|
+
})
|
|
6501
|
+
);
|
|
6502
|
+
b.m("POST").h(headers).b(body);
|
|
6503
|
+
return b.build();
|
|
6504
|
+
}, "se_UpdateHoursOfOperationOverrideCommand");
|
|
6291
6505
|
var se_UpdateInstanceAttributeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6292
6506
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6293
6507
|
const headers = {
|
|
@@ -7284,6 +7498,20 @@ var de_CreateHoursOfOperationCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
7284
7498
|
Object.assign(contents, doc);
|
|
7285
7499
|
return contents;
|
|
7286
7500
|
}, "de_CreateHoursOfOperationCommand");
|
|
7501
|
+
var de_CreateHoursOfOperationOverrideCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7502
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7503
|
+
return de_CommandError(output, context);
|
|
7504
|
+
}
|
|
7505
|
+
const contents = (0, import_smithy_client.map)({
|
|
7506
|
+
$metadata: deserializeMetadata(output)
|
|
7507
|
+
});
|
|
7508
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7509
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
7510
|
+
HoursOfOperationOverrideId: import_smithy_client.expectString
|
|
7511
|
+
});
|
|
7512
|
+
Object.assign(contents, doc);
|
|
7513
|
+
return contents;
|
|
7514
|
+
}, "de_CreateHoursOfOperationOverrideCommand");
|
|
7287
7515
|
var de_CreateInstanceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7288
7516
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7289
7517
|
return de_CommandError(output, context);
|
|
@@ -7368,6 +7596,20 @@ var de_CreatePromptCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7368
7596
|
Object.assign(contents, doc);
|
|
7369
7597
|
return contents;
|
|
7370
7598
|
}, "de_CreatePromptCommand");
|
|
7599
|
+
var de_CreatePushNotificationRegistrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7600
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7601
|
+
return de_CommandError(output, context);
|
|
7602
|
+
}
|
|
7603
|
+
const contents = (0, import_smithy_client.map)({
|
|
7604
|
+
$metadata: deserializeMetadata(output)
|
|
7605
|
+
});
|
|
7606
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7607
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
7608
|
+
RegistrationId: import_smithy_client.expectString
|
|
7609
|
+
});
|
|
7610
|
+
Object.assign(contents, doc);
|
|
7611
|
+
return contents;
|
|
7612
|
+
}, "de_CreatePushNotificationRegistrationCommand");
|
|
7371
7613
|
var de_CreateQueueCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7372
7614
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7373
7615
|
return de_CommandError(output, context);
|
|
@@ -7648,6 +7890,16 @@ var de_DeleteHoursOfOperationCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
7648
7890
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
7649
7891
|
return contents;
|
|
7650
7892
|
}, "de_DeleteHoursOfOperationCommand");
|
|
7893
|
+
var de_DeleteHoursOfOperationOverrideCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7894
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7895
|
+
return de_CommandError(output, context);
|
|
7896
|
+
}
|
|
7897
|
+
const contents = (0, import_smithy_client.map)({
|
|
7898
|
+
$metadata: deserializeMetadata(output)
|
|
7899
|
+
});
|
|
7900
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
7901
|
+
return contents;
|
|
7902
|
+
}, "de_DeleteHoursOfOperationOverrideCommand");
|
|
7651
7903
|
var de_DeleteInstanceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7652
7904
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7653
7905
|
return de_CommandError(output, context);
|
|
@@ -7688,6 +7940,16 @@ var de_DeletePromptCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7688
7940
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
7689
7941
|
return contents;
|
|
7690
7942
|
}, "de_DeletePromptCommand");
|
|
7943
|
+
var de_DeletePushNotificationRegistrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7944
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7945
|
+
return de_CommandError(output, context);
|
|
7946
|
+
}
|
|
7947
|
+
const contents = (0, import_smithy_client.map)({
|
|
7948
|
+
$metadata: deserializeMetadata(output)
|
|
7949
|
+
});
|
|
7950
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
7951
|
+
return contents;
|
|
7952
|
+
}, "de_DeletePushNotificationRegistrationCommand");
|
|
7691
7953
|
var de_DeleteQueueCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7692
7954
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7693
7955
|
return de_CommandError(output, context);
|
|
@@ -7958,6 +8220,20 @@ var de_DescribeHoursOfOperationCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
7958
8220
|
Object.assign(contents, doc);
|
|
7959
8221
|
return contents;
|
|
7960
8222
|
}, "de_DescribeHoursOfOperationCommand");
|
|
8223
|
+
var de_DescribeHoursOfOperationOverrideCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8224
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8225
|
+
return de_CommandError(output, context);
|
|
8226
|
+
}
|
|
8227
|
+
const contents = (0, import_smithy_client.map)({
|
|
8228
|
+
$metadata: deserializeMetadata(output)
|
|
8229
|
+
});
|
|
8230
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8231
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
8232
|
+
HoursOfOperationOverride: import_smithy_client._json
|
|
8233
|
+
});
|
|
8234
|
+
Object.assign(contents, doc);
|
|
8235
|
+
return contents;
|
|
8236
|
+
}, "de_DescribeHoursOfOperationOverrideCommand");
|
|
7961
8237
|
var de_DescribeInstanceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7962
8238
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7963
8239
|
return de_CommandError(output, context);
|
|
@@ -8408,6 +8684,21 @@ var de_GetCurrentUserDataCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
8408
8684
|
Object.assign(contents, doc);
|
|
8409
8685
|
return contents;
|
|
8410
8686
|
}, "de_GetCurrentUserDataCommand");
|
|
8687
|
+
var de_GetEffectiveHoursOfOperationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8688
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8689
|
+
return de_CommandError(output, context);
|
|
8690
|
+
}
|
|
8691
|
+
const contents = (0, import_smithy_client.map)({
|
|
8692
|
+
$metadata: deserializeMetadata(output)
|
|
8693
|
+
});
|
|
8694
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8695
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
8696
|
+
EffectiveHoursOfOperationList: import_smithy_client._json,
|
|
8697
|
+
TimeZone: import_smithy_client.expectString
|
|
8698
|
+
});
|
|
8699
|
+
Object.assign(contents, doc);
|
|
8700
|
+
return contents;
|
|
8701
|
+
}, "de_GetEffectiveHoursOfOperationsCommand");
|
|
8411
8702
|
var de_GetFederationTokenCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8412
8703
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8413
8704
|
return de_CommandError(output, context);
|
|
@@ -8772,6 +9063,23 @@ var de_ListFlowAssociationsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
8772
9063
|
Object.assign(contents, doc);
|
|
8773
9064
|
return contents;
|
|
8774
9065
|
}, "de_ListFlowAssociationsCommand");
|
|
9066
|
+
var de_ListHoursOfOperationOverridesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9067
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9068
|
+
return de_CommandError(output, context);
|
|
9069
|
+
}
|
|
9070
|
+
const contents = (0, import_smithy_client.map)({
|
|
9071
|
+
$metadata: deserializeMetadata(output)
|
|
9072
|
+
});
|
|
9073
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9074
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9075
|
+
HoursOfOperationOverrideList: import_smithy_client._json,
|
|
9076
|
+
LastModifiedRegion: import_smithy_client.expectString,
|
|
9077
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9078
|
+
NextToken: import_smithy_client.expectString
|
|
9079
|
+
});
|
|
9080
|
+
Object.assign(contents, doc);
|
|
9081
|
+
return contents;
|
|
9082
|
+
}, "de_ListHoursOfOperationOverridesCommand");
|
|
8775
9083
|
var de_ListHoursOfOperationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8776
9084
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8777
9085
|
return de_CommandError(output, context);
|
|
@@ -9438,6 +9746,22 @@ var de_SearchEmailAddressesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
9438
9746
|
Object.assign(contents, doc);
|
|
9439
9747
|
return contents;
|
|
9440
9748
|
}, "de_SearchEmailAddressesCommand");
|
|
9749
|
+
var de_SearchHoursOfOperationOverridesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9750
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9751
|
+
return de_CommandError(output, context);
|
|
9752
|
+
}
|
|
9753
|
+
const contents = (0, import_smithy_client.map)({
|
|
9754
|
+
$metadata: deserializeMetadata(output)
|
|
9755
|
+
});
|
|
9756
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9757
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9758
|
+
ApproximateTotalCount: import_smithy_client.expectLong,
|
|
9759
|
+
HoursOfOperationOverrides: import_smithy_client._json,
|
|
9760
|
+
NextToken: import_smithy_client.expectString
|
|
9761
|
+
});
|
|
9762
|
+
Object.assign(contents, doc);
|
|
9763
|
+
return contents;
|
|
9764
|
+
}, "de_SearchHoursOfOperationOverridesCommand");
|
|
9441
9765
|
var de_SearchHoursOfOperationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9442
9766
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9443
9767
|
return de_CommandError(output, context);
|
|
@@ -10085,6 +10409,16 @@ var de_UpdateHoursOfOperationCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
10085
10409
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
10086
10410
|
return contents;
|
|
10087
10411
|
}, "de_UpdateHoursOfOperationCommand");
|
|
10412
|
+
var de_UpdateHoursOfOperationOverrideCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10413
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10414
|
+
return de_CommandError(output, context);
|
|
10415
|
+
}
|
|
10416
|
+
const contents = (0, import_smithy_client.map)({
|
|
10417
|
+
$metadata: deserializeMetadata(output)
|
|
10418
|
+
});
|
|
10419
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
10420
|
+
return contents;
|
|
10421
|
+
}, "de_UpdateHoursOfOperationOverrideCommand");
|
|
10088
10422
|
var de_UpdateInstanceAttributeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10089
10423
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10090
10424
|
return de_CommandError(output, context);
|
|
@@ -10923,6 +11257,8 @@ var se_ContactFlowModuleSearchCriteria = /* @__PURE__ */ __name((input, context)
|
|
|
10923
11257
|
return (0, import_smithy_client.take)(input, {
|
|
10924
11258
|
AndConditions: (_) => se_ContactFlowModuleSearchConditionList(_, context),
|
|
10925
11259
|
OrConditions: (_) => se_ContactFlowModuleSearchConditionList(_, context),
|
|
11260
|
+
StateCondition: [],
|
|
11261
|
+
StatusCondition: [],
|
|
10926
11262
|
StringCondition: import_smithy_client._json
|
|
10927
11263
|
});
|
|
10928
11264
|
}, "se_ContactFlowModuleSearchCriteria");
|
|
@@ -11057,6 +11393,19 @@ var se_HistoricalMetrics = /* @__PURE__ */ __name((input, context) => {
|
|
|
11057
11393
|
return se_HistoricalMetric(entry, context);
|
|
11058
11394
|
});
|
|
11059
11395
|
}, "se_HistoricalMetrics");
|
|
11396
|
+
var se_HoursOfOperationOverrideSearchConditionList = /* @__PURE__ */ __name((input, context) => {
|
|
11397
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
11398
|
+
return se_HoursOfOperationOverrideSearchCriteria(entry, context);
|
|
11399
|
+
});
|
|
11400
|
+
}, "se_HoursOfOperationOverrideSearchConditionList");
|
|
11401
|
+
var se_HoursOfOperationOverrideSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11402
|
+
return (0, import_smithy_client.take)(input, {
|
|
11403
|
+
AndConditions: (_) => se_HoursOfOperationOverrideSearchConditionList(_, context),
|
|
11404
|
+
DateCondition: import_smithy_client._json,
|
|
11405
|
+
OrConditions: (_) => se_HoursOfOperationOverrideSearchConditionList(_, context),
|
|
11406
|
+
StringCondition: import_smithy_client._json
|
|
11407
|
+
});
|
|
11408
|
+
}, "se_HoursOfOperationOverrideSearchCriteria");
|
|
11060
11409
|
var se_HoursOfOperationSearchConditionList = /* @__PURE__ */ __name((input, context) => {
|
|
11061
11410
|
return input.filter((e) => e != null).map((entry) => {
|
|
11062
11411
|
return se_HoursOfOperationSearchCriteria(entry, context);
|
|
@@ -12571,6 +12920,7 @@ var _DSI = "DataSetId";
|
|
|
12571
12920
|
var _EFV = "EvaluationFormVersion";
|
|
12572
12921
|
var _ESN = "EventSourceName";
|
|
12573
12922
|
var _FA = "FunctionArn";
|
|
12923
|
+
var _FD = "FromDate";
|
|
12574
12924
|
var _IA = "IntegrationArn";
|
|
12575
12925
|
var _II = "InstanceId";
|
|
12576
12926
|
var _IT = "IntegrationType";
|
|
@@ -12590,6 +12940,7 @@ var _RTe = "ReferenceTypes";
|
|
|
12590
12940
|
var _S = "Status";
|
|
12591
12941
|
var _SV = "SnapshotVersion";
|
|
12592
12942
|
var _T = "Type";
|
|
12943
|
+
var _TD = "ToDate";
|
|
12593
12944
|
var _TK = "TagKeys";
|
|
12594
12945
|
var _UEIS = "UrlExpiryInSeconds";
|
|
12595
12946
|
var _UI = "UserId";
|
|
@@ -12600,6 +12951,7 @@ var _cI = "contactId";
|
|
|
12600
12951
|
var _cT = "clientToken";
|
|
12601
12952
|
var _eSN = "eventSourceName";
|
|
12602
12953
|
var _fA = "functionArn";
|
|
12954
|
+
var _fD = "fromDate";
|
|
12603
12955
|
var _iA = "integrationArn";
|
|
12604
12956
|
var _iI = "instanceId";
|
|
12605
12957
|
var _iT = "integrationType";
|
|
@@ -12619,6 +12971,7 @@ var _s = "state";
|
|
|
12619
12971
|
var _sV = "snapshotVersion";
|
|
12620
12972
|
var _st = "status";
|
|
12621
12973
|
var _t = "type";
|
|
12974
|
+
var _tD = "toDate";
|
|
12622
12975
|
var _tK = "tagKeys";
|
|
12623
12976
|
var _uEIS = "urlExpiryInSeconds";
|
|
12624
12977
|
var _v = "version";
|
|
@@ -13040,6 +13393,20 @@ var _CreateHoursOfOperationCommand = class _CreateHoursOfOperationCommand extend
|
|
|
13040
13393
|
__name(_CreateHoursOfOperationCommand, "CreateHoursOfOperationCommand");
|
|
13041
13394
|
var CreateHoursOfOperationCommand = _CreateHoursOfOperationCommand;
|
|
13042
13395
|
|
|
13396
|
+
// src/commands/CreateHoursOfOperationOverrideCommand.ts
|
|
13397
|
+
|
|
13398
|
+
|
|
13399
|
+
|
|
13400
|
+
var _CreateHoursOfOperationOverrideCommand = class _CreateHoursOfOperationOverrideCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
13401
|
+
return [
|
|
13402
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
13403
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
13404
|
+
];
|
|
13405
|
+
}).s("AmazonConnectService", "CreateHoursOfOperationOverride", {}).n("ConnectClient", "CreateHoursOfOperationOverrideCommand").f(void 0, void 0).ser(se_CreateHoursOfOperationOverrideCommand).de(de_CreateHoursOfOperationOverrideCommand).build() {
|
|
13406
|
+
};
|
|
13407
|
+
__name(_CreateHoursOfOperationOverrideCommand, "CreateHoursOfOperationOverrideCommand");
|
|
13408
|
+
var CreateHoursOfOperationOverrideCommand = _CreateHoursOfOperationOverrideCommand;
|
|
13409
|
+
|
|
13043
13410
|
// src/commands/CreateInstanceCommand.ts
|
|
13044
13411
|
|
|
13045
13412
|
|
|
@@ -13124,6 +13491,20 @@ var _CreatePromptCommand = class _CreatePromptCommand extends import_smithy_clie
|
|
|
13124
13491
|
__name(_CreatePromptCommand, "CreatePromptCommand");
|
|
13125
13492
|
var CreatePromptCommand = _CreatePromptCommand;
|
|
13126
13493
|
|
|
13494
|
+
// src/commands/CreatePushNotificationRegistrationCommand.ts
|
|
13495
|
+
|
|
13496
|
+
|
|
13497
|
+
|
|
13498
|
+
var _CreatePushNotificationRegistrationCommand = class _CreatePushNotificationRegistrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
13499
|
+
return [
|
|
13500
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
13501
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
13502
|
+
];
|
|
13503
|
+
}).s("AmazonConnectService", "CreatePushNotificationRegistration", {}).n("ConnectClient", "CreatePushNotificationRegistrationCommand").f(void 0, void 0).ser(se_CreatePushNotificationRegistrationCommand).de(de_CreatePushNotificationRegistrationCommand).build() {
|
|
13504
|
+
};
|
|
13505
|
+
__name(_CreatePushNotificationRegistrationCommand, "CreatePushNotificationRegistrationCommand");
|
|
13506
|
+
var CreatePushNotificationRegistrationCommand = _CreatePushNotificationRegistrationCommand;
|
|
13507
|
+
|
|
13127
13508
|
// src/commands/CreateQueueCommand.ts
|
|
13128
13509
|
|
|
13129
13510
|
|
|
@@ -13418,6 +13799,20 @@ var _DeleteHoursOfOperationCommand = class _DeleteHoursOfOperationCommand extend
|
|
|
13418
13799
|
__name(_DeleteHoursOfOperationCommand, "DeleteHoursOfOperationCommand");
|
|
13419
13800
|
var DeleteHoursOfOperationCommand = _DeleteHoursOfOperationCommand;
|
|
13420
13801
|
|
|
13802
|
+
// src/commands/DeleteHoursOfOperationOverrideCommand.ts
|
|
13803
|
+
|
|
13804
|
+
|
|
13805
|
+
|
|
13806
|
+
var _DeleteHoursOfOperationOverrideCommand = class _DeleteHoursOfOperationOverrideCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
13807
|
+
return [
|
|
13808
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
13809
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
13810
|
+
];
|
|
13811
|
+
}).s("AmazonConnectService", "DeleteHoursOfOperationOverride", {}).n("ConnectClient", "DeleteHoursOfOperationOverrideCommand").f(void 0, void 0).ser(se_DeleteHoursOfOperationOverrideCommand).de(de_DeleteHoursOfOperationOverrideCommand).build() {
|
|
13812
|
+
};
|
|
13813
|
+
__name(_DeleteHoursOfOperationOverrideCommand, "DeleteHoursOfOperationOverrideCommand");
|
|
13814
|
+
var DeleteHoursOfOperationOverrideCommand = _DeleteHoursOfOperationOverrideCommand;
|
|
13815
|
+
|
|
13421
13816
|
// src/commands/DeleteInstanceCommand.ts
|
|
13422
13817
|
|
|
13423
13818
|
|
|
@@ -13474,6 +13869,20 @@ var _DeletePromptCommand = class _DeletePromptCommand extends import_smithy_clie
|
|
|
13474
13869
|
__name(_DeletePromptCommand, "DeletePromptCommand");
|
|
13475
13870
|
var DeletePromptCommand = _DeletePromptCommand;
|
|
13476
13871
|
|
|
13872
|
+
// src/commands/DeletePushNotificationRegistrationCommand.ts
|
|
13873
|
+
|
|
13874
|
+
|
|
13875
|
+
|
|
13876
|
+
var _DeletePushNotificationRegistrationCommand = class _DeletePushNotificationRegistrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
13877
|
+
return [
|
|
13878
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
13879
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
13880
|
+
];
|
|
13881
|
+
}).s("AmazonConnectService", "DeletePushNotificationRegistration", {}).n("ConnectClient", "DeletePushNotificationRegistrationCommand").f(void 0, void 0).ser(se_DeletePushNotificationRegistrationCommand).de(de_DeletePushNotificationRegistrationCommand).build() {
|
|
13882
|
+
};
|
|
13883
|
+
__name(_DeletePushNotificationRegistrationCommand, "DeletePushNotificationRegistrationCommand");
|
|
13884
|
+
var DeletePushNotificationRegistrationCommand = _DeletePushNotificationRegistrationCommand;
|
|
13885
|
+
|
|
13477
13886
|
// src/commands/DeleteQueueCommand.ts
|
|
13478
13887
|
|
|
13479
13888
|
|
|
@@ -13688,42 +14097,6 @@ var DescribeAuthenticationProfileCommand = _DescribeAuthenticationProfileCommand
|
|
|
13688
14097
|
|
|
13689
14098
|
|
|
13690
14099
|
|
|
13691
|
-
|
|
13692
|
-
// src/models/models_3.ts
|
|
13693
|
-
|
|
13694
|
-
var StartEmailContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13695
|
-
...obj,
|
|
13696
|
-
...obj.FromEmailAddress && { FromEmailAddress: EmailAddressInfoFilterSensitiveLog(obj.FromEmailAddress) },
|
|
13697
|
-
...obj.DestinationEmailAddress && { DestinationEmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
13698
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
13699
|
-
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
13700
|
-
...obj.EmailMessage && { EmailMessage: InboundEmailContentFilterSensitiveLog(obj.EmailMessage) },
|
|
13701
|
-
...obj.AdditionalRecipients && {
|
|
13702
|
-
AdditionalRecipients: InboundAdditionalRecipientsFilterSensitiveLog(obj.AdditionalRecipients)
|
|
13703
|
-
},
|
|
13704
|
-
...obj.Attachments && { Attachments: import_smithy_client.SENSITIVE_STRING }
|
|
13705
|
-
}), "StartEmailContactRequestFilterSensitiveLog");
|
|
13706
|
-
var StartTaskContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13707
|
-
...obj,
|
|
13708
|
-
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
13709
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
13710
|
-
}), "StartTaskContactRequestFilterSensitiveLog");
|
|
13711
|
-
var UpdateContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13712
|
-
...obj,
|
|
13713
|
-
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
13714
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
13715
|
-
}), "UpdateContactRequestFilterSensitiveLog");
|
|
13716
|
-
var ContactFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13717
|
-
...obj,
|
|
13718
|
-
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
13719
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
13720
|
-
}), "ContactFilterSensitiveLog");
|
|
13721
|
-
var DescribeContactResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13722
|
-
...obj,
|
|
13723
|
-
...obj.Contact && { Contact: ContactFilterSensitiveLog(obj.Contact) }
|
|
13724
|
-
}), "DescribeContactResponseFilterSensitiveLog");
|
|
13725
|
-
|
|
13726
|
-
// src/commands/DescribeContactCommand.ts
|
|
13727
14100
|
var _DescribeContactCommand = class _DescribeContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
13728
14101
|
return [
|
|
13729
14102
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -13818,6 +14191,20 @@ var _DescribeHoursOfOperationCommand = class _DescribeHoursOfOperationCommand ex
|
|
|
13818
14191
|
__name(_DescribeHoursOfOperationCommand, "DescribeHoursOfOperationCommand");
|
|
13819
14192
|
var DescribeHoursOfOperationCommand = _DescribeHoursOfOperationCommand;
|
|
13820
14193
|
|
|
14194
|
+
// src/commands/DescribeHoursOfOperationOverrideCommand.ts
|
|
14195
|
+
|
|
14196
|
+
|
|
14197
|
+
|
|
14198
|
+
var _DescribeHoursOfOperationOverrideCommand = class _DescribeHoursOfOperationOverrideCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
14199
|
+
return [
|
|
14200
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
14201
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
14202
|
+
];
|
|
14203
|
+
}).s("AmazonConnectService", "DescribeHoursOfOperationOverride", {}).n("ConnectClient", "DescribeHoursOfOperationOverrideCommand").f(void 0, void 0).ser(se_DescribeHoursOfOperationOverrideCommand).de(de_DescribeHoursOfOperationOverrideCommand).build() {
|
|
14204
|
+
};
|
|
14205
|
+
__name(_DescribeHoursOfOperationOverrideCommand, "DescribeHoursOfOperationOverrideCommand");
|
|
14206
|
+
var DescribeHoursOfOperationOverrideCommand = _DescribeHoursOfOperationOverrideCommand;
|
|
14207
|
+
|
|
13821
14208
|
// src/commands/DescribeInstanceAttributeCommand.ts
|
|
13822
14209
|
|
|
13823
14210
|
|
|
@@ -14308,6 +14695,20 @@ var _GetCurrentUserDataCommand = class _GetCurrentUserDataCommand extends import
|
|
|
14308
14695
|
__name(_GetCurrentUserDataCommand, "GetCurrentUserDataCommand");
|
|
14309
14696
|
var GetCurrentUserDataCommand = _GetCurrentUserDataCommand;
|
|
14310
14697
|
|
|
14698
|
+
// src/commands/GetEffectiveHoursOfOperationsCommand.ts
|
|
14699
|
+
|
|
14700
|
+
|
|
14701
|
+
|
|
14702
|
+
var _GetEffectiveHoursOfOperationsCommand = class _GetEffectiveHoursOfOperationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
14703
|
+
return [
|
|
14704
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
14705
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
14706
|
+
];
|
|
14707
|
+
}).s("AmazonConnectService", "GetEffectiveHoursOfOperations", {}).n("ConnectClient", "GetEffectiveHoursOfOperationsCommand").f(void 0, void 0).ser(se_GetEffectiveHoursOfOperationsCommand).de(de_GetEffectiveHoursOfOperationsCommand).build() {
|
|
14708
|
+
};
|
|
14709
|
+
__name(_GetEffectiveHoursOfOperationsCommand, "GetEffectiveHoursOfOperationsCommand");
|
|
14710
|
+
var GetEffectiveHoursOfOperationsCommand = _GetEffectiveHoursOfOperationsCommand;
|
|
14711
|
+
|
|
14311
14712
|
// src/commands/GetFederationTokenCommand.ts
|
|
14312
14713
|
|
|
14313
14714
|
|
|
@@ -14630,6 +15031,20 @@ var _ListFlowAssociationsCommand = class _ListFlowAssociationsCommand extends im
|
|
|
14630
15031
|
__name(_ListFlowAssociationsCommand, "ListFlowAssociationsCommand");
|
|
14631
15032
|
var ListFlowAssociationsCommand = _ListFlowAssociationsCommand;
|
|
14632
15033
|
|
|
15034
|
+
// src/commands/ListHoursOfOperationOverridesCommand.ts
|
|
15035
|
+
|
|
15036
|
+
|
|
15037
|
+
|
|
15038
|
+
var _ListHoursOfOperationOverridesCommand = class _ListHoursOfOperationOverridesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
15039
|
+
return [
|
|
15040
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15041
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
15042
|
+
];
|
|
15043
|
+
}).s("AmazonConnectService", "ListHoursOfOperationOverrides", {}).n("ConnectClient", "ListHoursOfOperationOverridesCommand").f(void 0, void 0).ser(se_ListHoursOfOperationOverridesCommand).de(de_ListHoursOfOperationOverridesCommand).build() {
|
|
15044
|
+
};
|
|
15045
|
+
__name(_ListHoursOfOperationOverridesCommand, "ListHoursOfOperationOverridesCommand");
|
|
15046
|
+
var ListHoursOfOperationOverridesCommand = _ListHoursOfOperationOverridesCommand;
|
|
15047
|
+
|
|
14633
15048
|
// src/commands/ListHoursOfOperationsCommand.ts
|
|
14634
15049
|
|
|
14635
15050
|
|
|
@@ -15260,6 +15675,20 @@ var _SearchEmailAddressesCommand = class _SearchEmailAddressesCommand extends im
|
|
|
15260
15675
|
__name(_SearchEmailAddressesCommand, "SearchEmailAddressesCommand");
|
|
15261
15676
|
var SearchEmailAddressesCommand = _SearchEmailAddressesCommand;
|
|
15262
15677
|
|
|
15678
|
+
// src/commands/SearchHoursOfOperationOverridesCommand.ts
|
|
15679
|
+
|
|
15680
|
+
|
|
15681
|
+
|
|
15682
|
+
var _SearchHoursOfOperationOverridesCommand = class _SearchHoursOfOperationOverridesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
15683
|
+
return [
|
|
15684
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15685
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
15686
|
+
];
|
|
15687
|
+
}).s("AmazonConnectService", "SearchHoursOfOperationOverrides", {}).n("ConnectClient", "SearchHoursOfOperationOverridesCommand").f(void 0, void 0).ser(se_SearchHoursOfOperationOverridesCommand).de(de_SearchHoursOfOperationOverridesCommand).build() {
|
|
15688
|
+
};
|
|
15689
|
+
__name(_SearchHoursOfOperationOverridesCommand, "SearchHoursOfOperationOverridesCommand");
|
|
15690
|
+
var SearchHoursOfOperationOverridesCommand = _SearchHoursOfOperationOverridesCommand;
|
|
15691
|
+
|
|
15263
15692
|
// src/commands/SearchHoursOfOperationsCommand.ts
|
|
15264
15693
|
|
|
15265
15694
|
|
|
@@ -15960,6 +16389,20 @@ var _UpdateHoursOfOperationCommand = class _UpdateHoursOfOperationCommand extend
|
|
|
15960
16389
|
__name(_UpdateHoursOfOperationCommand, "UpdateHoursOfOperationCommand");
|
|
15961
16390
|
var UpdateHoursOfOperationCommand = _UpdateHoursOfOperationCommand;
|
|
15962
16391
|
|
|
16392
|
+
// src/commands/UpdateHoursOfOperationOverrideCommand.ts
|
|
16393
|
+
|
|
16394
|
+
|
|
16395
|
+
|
|
16396
|
+
var _UpdateHoursOfOperationOverrideCommand = class _UpdateHoursOfOperationOverrideCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
16397
|
+
return [
|
|
16398
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16399
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
16400
|
+
];
|
|
16401
|
+
}).s("AmazonConnectService", "UpdateHoursOfOperationOverride", {}).n("ConnectClient", "UpdateHoursOfOperationOverrideCommand").f(void 0, void 0).ser(se_UpdateHoursOfOperationOverrideCommand).de(de_UpdateHoursOfOperationOverrideCommand).build() {
|
|
16402
|
+
};
|
|
16403
|
+
__name(_UpdateHoursOfOperationOverrideCommand, "UpdateHoursOfOperationOverrideCommand");
|
|
16404
|
+
var UpdateHoursOfOperationOverrideCommand = _UpdateHoursOfOperationOverrideCommand;
|
|
16405
|
+
|
|
15963
16406
|
// src/commands/UpdateInstanceAttributeCommand.ts
|
|
15964
16407
|
|
|
15965
16408
|
|
|
@@ -16468,12 +16911,14 @@ var commands = {
|
|
|
16468
16911
|
CreateEmailAddressCommand,
|
|
16469
16912
|
CreateEvaluationFormCommand,
|
|
16470
16913
|
CreateHoursOfOperationCommand,
|
|
16914
|
+
CreateHoursOfOperationOverrideCommand,
|
|
16471
16915
|
CreateInstanceCommand,
|
|
16472
16916
|
CreateIntegrationAssociationCommand,
|
|
16473
16917
|
CreateParticipantCommand,
|
|
16474
16918
|
CreatePersistentContactAssociationCommand,
|
|
16475
16919
|
CreatePredefinedAttributeCommand,
|
|
16476
16920
|
CreatePromptCommand,
|
|
16921
|
+
CreatePushNotificationRegistrationCommand,
|
|
16477
16922
|
CreateQueueCommand,
|
|
16478
16923
|
CreateQuickConnectCommand,
|
|
16479
16924
|
CreateRoutingProfileCommand,
|
|
@@ -16495,10 +16940,12 @@ var commands = {
|
|
|
16495
16940
|
DeleteEmailAddressCommand,
|
|
16496
16941
|
DeleteEvaluationFormCommand,
|
|
16497
16942
|
DeleteHoursOfOperationCommand,
|
|
16943
|
+
DeleteHoursOfOperationOverrideCommand,
|
|
16498
16944
|
DeleteInstanceCommand,
|
|
16499
16945
|
DeleteIntegrationAssociationCommand,
|
|
16500
16946
|
DeletePredefinedAttributeCommand,
|
|
16501
16947
|
DeletePromptCommand,
|
|
16948
|
+
DeletePushNotificationRegistrationCommand,
|
|
16502
16949
|
DeleteQueueCommand,
|
|
16503
16950
|
DeleteQuickConnectCommand,
|
|
16504
16951
|
DeleteRoutingProfileCommand,
|
|
@@ -16521,6 +16968,7 @@ var commands = {
|
|
|
16521
16968
|
DescribeEmailAddressCommand,
|
|
16522
16969
|
DescribeEvaluationFormCommand,
|
|
16523
16970
|
DescribeHoursOfOperationCommand,
|
|
16971
|
+
DescribeHoursOfOperationOverrideCommand,
|
|
16524
16972
|
DescribeInstanceCommand,
|
|
16525
16973
|
DescribeInstanceAttributeCommand,
|
|
16526
16974
|
DescribeInstanceStorageConfigCommand,
|
|
@@ -16556,6 +17004,7 @@ var commands = {
|
|
|
16556
17004
|
GetContactAttributesCommand,
|
|
16557
17005
|
GetCurrentMetricDataCommand,
|
|
16558
17006
|
GetCurrentUserDataCommand,
|
|
17007
|
+
GetEffectiveHoursOfOperationsCommand,
|
|
16559
17008
|
GetFederationTokenCommand,
|
|
16560
17009
|
GetFlowAssociationCommand,
|
|
16561
17010
|
GetMetricDataCommand,
|
|
@@ -16579,6 +17028,7 @@ var commands = {
|
|
|
16579
17028
|
ListEvaluationFormsCommand,
|
|
16580
17029
|
ListEvaluationFormVersionsCommand,
|
|
16581
17030
|
ListFlowAssociationsCommand,
|
|
17031
|
+
ListHoursOfOperationOverridesCommand,
|
|
16582
17032
|
ListHoursOfOperationsCommand,
|
|
16583
17033
|
ListInstanceAttributesCommand,
|
|
16584
17034
|
ListInstancesCommand,
|
|
@@ -16624,6 +17074,7 @@ var commands = {
|
|
|
16624
17074
|
SearchContactFlowsCommand,
|
|
16625
17075
|
SearchContactsCommand,
|
|
16626
17076
|
SearchEmailAddressesCommand,
|
|
17077
|
+
SearchHoursOfOperationOverridesCommand,
|
|
16627
17078
|
SearchHoursOfOperationsCommand,
|
|
16628
17079
|
SearchPredefinedAttributesCommand,
|
|
16629
17080
|
SearchPromptsCommand,
|
|
@@ -16674,6 +17125,7 @@ var commands = {
|
|
|
16674
17125
|
UpdateEmailAddressMetadataCommand,
|
|
16675
17126
|
UpdateEvaluationFormCommand,
|
|
16676
17127
|
UpdateHoursOfOperationCommand,
|
|
17128
|
+
UpdateHoursOfOperationOverrideCommand,
|
|
16677
17129
|
UpdateInstanceAttributeCommand,
|
|
16678
17130
|
UpdateInstanceStorageConfigCommand,
|
|
16679
17131
|
UpdateParticipantRoleConfigCommand,
|
|
@@ -16783,6 +17235,10 @@ var paginateListEvaluationForms = (0, import_core.createPaginator)(ConnectClient
|
|
|
16783
17235
|
|
|
16784
17236
|
var paginateListFlowAssociations = (0, import_core.createPaginator)(ConnectClient, ListFlowAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16785
17237
|
|
|
17238
|
+
// src/pagination/ListHoursOfOperationOverridesPaginator.ts
|
|
17239
|
+
|
|
17240
|
+
var paginateListHoursOfOperationOverrides = (0, import_core.createPaginator)(ConnectClient, ListHoursOfOperationOverridesCommand, "NextToken", "NextToken", "MaxResults");
|
|
17241
|
+
|
|
16786
17242
|
// src/pagination/ListHoursOfOperationsPaginator.ts
|
|
16787
17243
|
|
|
16788
17244
|
var paginateListHoursOfOperations = (0, import_core.createPaginator)(ConnectClient, ListHoursOfOperationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -16927,6 +17383,10 @@ var paginateSearchContactFlows = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16927
17383
|
|
|
16928
17384
|
var paginateSearchContacts = (0, import_core.createPaginator)(ConnectClient, SearchContactsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16929
17385
|
|
|
17386
|
+
// src/pagination/SearchHoursOfOperationOverridesPaginator.ts
|
|
17387
|
+
|
|
17388
|
+
var paginateSearchHoursOfOperationOverrides = (0, import_core.createPaginator)(ConnectClient, SearchHoursOfOperationOverridesCommand, "NextToken", "NextToken", "MaxResults");
|
|
17389
|
+
|
|
16930
17390
|
// src/pagination/SearchHoursOfOperationsPaginator.ts
|
|
16931
17391
|
|
|
16932
17392
|
var paginateSearchHoursOfOperations = (0, import_core.createPaginator)(ConnectClient, SearchHoursOfOperationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -17008,12 +17468,14 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17008
17468
|
CreateEmailAddressCommand,
|
|
17009
17469
|
CreateEvaluationFormCommand,
|
|
17010
17470
|
CreateHoursOfOperationCommand,
|
|
17471
|
+
CreateHoursOfOperationOverrideCommand,
|
|
17011
17472
|
CreateInstanceCommand,
|
|
17012
17473
|
CreateIntegrationAssociationCommand,
|
|
17013
17474
|
CreateParticipantCommand,
|
|
17014
17475
|
CreatePersistentContactAssociationCommand,
|
|
17015
17476
|
CreatePredefinedAttributeCommand,
|
|
17016
17477
|
CreatePromptCommand,
|
|
17478
|
+
CreatePushNotificationRegistrationCommand,
|
|
17017
17479
|
CreateQueueCommand,
|
|
17018
17480
|
CreateQuickConnectCommand,
|
|
17019
17481
|
CreateRoutingProfileCommand,
|
|
@@ -17035,10 +17497,12 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17035
17497
|
DeleteEmailAddressCommand,
|
|
17036
17498
|
DeleteEvaluationFormCommand,
|
|
17037
17499
|
DeleteHoursOfOperationCommand,
|
|
17500
|
+
DeleteHoursOfOperationOverrideCommand,
|
|
17038
17501
|
DeleteInstanceCommand,
|
|
17039
17502
|
DeleteIntegrationAssociationCommand,
|
|
17040
17503
|
DeletePredefinedAttributeCommand,
|
|
17041
17504
|
DeletePromptCommand,
|
|
17505
|
+
DeletePushNotificationRegistrationCommand,
|
|
17042
17506
|
DeleteQueueCommand,
|
|
17043
17507
|
DeleteQuickConnectCommand,
|
|
17044
17508
|
DeleteRoutingProfileCommand,
|
|
@@ -17061,6 +17525,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17061
17525
|
DescribeEmailAddressCommand,
|
|
17062
17526
|
DescribeEvaluationFormCommand,
|
|
17063
17527
|
DescribeHoursOfOperationCommand,
|
|
17528
|
+
DescribeHoursOfOperationOverrideCommand,
|
|
17064
17529
|
DescribeInstanceAttributeCommand,
|
|
17065
17530
|
DescribeInstanceCommand,
|
|
17066
17531
|
DescribeInstanceStorageConfigCommand,
|
|
@@ -17096,6 +17561,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17096
17561
|
GetContactAttributesCommand,
|
|
17097
17562
|
GetCurrentMetricDataCommand,
|
|
17098
17563
|
GetCurrentUserDataCommand,
|
|
17564
|
+
GetEffectiveHoursOfOperationsCommand,
|
|
17099
17565
|
GetFederationTokenCommand,
|
|
17100
17566
|
GetFlowAssociationCommand,
|
|
17101
17567
|
GetMetricDataCommand,
|
|
@@ -17119,6 +17585,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17119
17585
|
ListEvaluationFormVersionsCommand,
|
|
17120
17586
|
ListEvaluationFormsCommand,
|
|
17121
17587
|
ListFlowAssociationsCommand,
|
|
17588
|
+
ListHoursOfOperationOverridesCommand,
|
|
17122
17589
|
ListHoursOfOperationsCommand,
|
|
17123
17590
|
ListInstanceAttributesCommand,
|
|
17124
17591
|
ListInstanceStorageConfigsCommand,
|
|
@@ -17164,6 +17631,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17164
17631
|
SearchContactFlowsCommand,
|
|
17165
17632
|
SearchContactsCommand,
|
|
17166
17633
|
SearchEmailAddressesCommand,
|
|
17634
|
+
SearchHoursOfOperationOverridesCommand,
|
|
17167
17635
|
SearchHoursOfOperationsCommand,
|
|
17168
17636
|
SearchPredefinedAttributesCommand,
|
|
17169
17637
|
SearchPromptsCommand,
|
|
@@ -17214,6 +17682,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17214
17682
|
UpdateEmailAddressMetadataCommand,
|
|
17215
17683
|
UpdateEvaluationFormCommand,
|
|
17216
17684
|
UpdateHoursOfOperationCommand,
|
|
17685
|
+
UpdateHoursOfOperationOverrideCommand,
|
|
17217
17686
|
UpdateInstanceAttributeCommand,
|
|
17218
17687
|
UpdateInstanceStorageConfigCommand,
|
|
17219
17688
|
UpdateParticipantRoleConfigCommand,
|
|
@@ -17265,6 +17734,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17265
17734
|
paginateListEvaluationFormVersions,
|
|
17266
17735
|
paginateListEvaluationForms,
|
|
17267
17736
|
paginateListFlowAssociations,
|
|
17737
|
+
paginateListHoursOfOperationOverrides,
|
|
17268
17738
|
paginateListHoursOfOperations,
|
|
17269
17739
|
paginateListInstanceAttributes,
|
|
17270
17740
|
paginateListInstanceStorageConfigs,
|
|
@@ -17301,6 +17771,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17301
17771
|
paginateSearchContactFlowModules,
|
|
17302
17772
|
paginateSearchContactFlows,
|
|
17303
17773
|
paginateSearchContacts,
|
|
17774
|
+
paginateSearchHoursOfOperationOverrides,
|
|
17304
17775
|
paginateSearchHoursOfOperations,
|
|
17305
17776
|
paginateSearchPredefinedAttributes,
|
|
17306
17777
|
paginateSearchPrompts,
|
|
@@ -17367,12 +17838,14 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17367
17838
|
EvaluationFormScoringMode,
|
|
17368
17839
|
EvaluationFormScoringStatus,
|
|
17369
17840
|
HoursOfOperationDays,
|
|
17841
|
+
OverrideDays,
|
|
17370
17842
|
DirectoryType,
|
|
17371
17843
|
IntegrationType,
|
|
17372
17844
|
SourceType,
|
|
17373
17845
|
ParticipantRole,
|
|
17374
17846
|
RehydrationType,
|
|
17375
17847
|
PredefinedAttributeValues,
|
|
17848
|
+
DeviceType,
|
|
17376
17849
|
QuickConnectType,
|
|
17377
17850
|
BehaviorType,
|
|
17378
17851
|
NotificationContentType,
|
|
@@ -17433,12 +17906,6 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17433
17906
|
QueueType,
|
|
17434
17907
|
RealTimeContactAnalysisOutputType,
|
|
17435
17908
|
RealTimeContactAnalysisSegmentType,
|
|
17436
|
-
RealTimeContactAnalysisSupportedChannel,
|
|
17437
|
-
ArtifactStatus,
|
|
17438
|
-
RealTimeContactAnalysisTimeData,
|
|
17439
|
-
RealTimeContactAnalysisPostContactSummaryFailureCode,
|
|
17440
|
-
RealTimeContactAnalysisPostContactSummaryStatus,
|
|
17441
|
-
RealTimeContactAnalysisSentimentLabel,
|
|
17442
17909
|
DescribeEmailAddressResponseFilterSensitiveLog,
|
|
17443
17910
|
InstanceFilterSensitiveLog,
|
|
17444
17911
|
DescribeInstanceResponseFilterSensitiveLog,
|
|
@@ -17449,6 +17916,12 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17449
17916
|
GetFederationTokenResponseFilterSensitiveLog,
|
|
17450
17917
|
InstanceSummaryFilterSensitiveLog,
|
|
17451
17918
|
ListInstancesResponseFilterSensitiveLog,
|
|
17919
|
+
RealTimeContactAnalysisSupportedChannel,
|
|
17920
|
+
ArtifactStatus,
|
|
17921
|
+
RealTimeContactAnalysisTimeData,
|
|
17922
|
+
RealTimeContactAnalysisPostContactSummaryFailureCode,
|
|
17923
|
+
RealTimeContactAnalysisPostContactSummaryStatus,
|
|
17924
|
+
RealTimeContactAnalysisSentimentLabel,
|
|
17452
17925
|
RealtimeContactAnalysisSegment,
|
|
17453
17926
|
RealTimeContactAnalysisStatus,
|
|
17454
17927
|
OutputTypeNotFoundException,
|
|
@@ -17456,6 +17929,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17456
17929
|
SearchContactsMatchType,
|
|
17457
17930
|
SortableFieldName,
|
|
17458
17931
|
SearchContactsTimeRangeType,
|
|
17932
|
+
DateComparisonType,
|
|
17459
17933
|
SearchableQueueType,
|
|
17460
17934
|
MaximumResultReturnedException,
|
|
17461
17935
|
HierarchyGroupMatchType,
|
|
@@ -17472,13 +17946,12 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17472
17946
|
OutboundContactNotPermittedException,
|
|
17473
17947
|
MeetingFeatureStatus,
|
|
17474
17948
|
ContactNotFoundException,
|
|
17949
|
+
ConditionalOperationFailedException,
|
|
17475
17950
|
TimerEligibleParticipantRoles,
|
|
17476
17951
|
ParticipantTimerType,
|
|
17477
17952
|
ParticipantTimerAction,
|
|
17478
17953
|
ParticipantTimerValue,
|
|
17479
17954
|
UpdateParticipantRoleConfigChannelInfo,
|
|
17480
|
-
ConditionalOperationFailedException,
|
|
17481
|
-
EvaluationFormItem,
|
|
17482
17955
|
ViewSummaryFilterSensitiveLog,
|
|
17483
17956
|
ListViewsResponseFilterSensitiveLog,
|
|
17484
17957
|
ViewVersionSummaryFilterSensitiveLog,
|
|
@@ -17513,6 +17986,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17513
17986
|
ConnectionDataFilterSensitiveLog,
|
|
17514
17987
|
StartWebRTCContactResponseFilterSensitiveLog,
|
|
17515
17988
|
UpdateEmailAddressMetadataRequestFilterSensitiveLog,
|
|
17989
|
+
EvaluationFormItem,
|
|
17516
17990
|
UpdateUserIdentityInfoRequestFilterSensitiveLog,
|
|
17517
17991
|
UpdateViewContentRequestFilterSensitiveLog,
|
|
17518
17992
|
UpdateViewContentResponseFilterSensitiveLog,
|