@aws-sdk/client-connect 3.709.0 → 3.712.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 +471 -95
- package/dist-es/Connect.js +14 -0
- package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.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 +7 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/models/models_1.js +0 -17
- package/dist-es/models/models_2.js +37 -40
- package/dist-es/models/models_3.js +27 -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 +225 -1
- package/dist-types/Connect.d.ts +49 -0
- package/dist-types/ConnectClient.d.ts +9 -2
- package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -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/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
- 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/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 +7 -0
- package/dist-types/models/models_0.d.ts +134 -73
- package/dist-types/models/models_1.d.ts +274 -314
- package/dist-types/models/models_2.d.ts +443 -486
- package/dist-types/models/models_3.d.ts +532 -3
- 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 +63 -0
- package/dist-types/ts3.4/Connect.d.ts +119 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -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/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 +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +36 -18
- package/dist-types/ts3.4/models/models_1.d.ts +68 -99
- package/dist-types/ts3.4/models/models_2.d.ts +142 -157
- package/dist-types/ts3.4/models/models_3.d.ts +163 -2
- 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 +84 -0
- package/package.json +5 -5
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,
|
|
@@ -113,6 +114,7 @@ __export(src_exports, {
|
|
|
113
114
|
CreatedByInfo: () => CreatedByInfo,
|
|
114
115
|
CredentialsFilterSensitiveLog: () => CredentialsFilterSensitiveLog,
|
|
115
116
|
CurrentMetricName: () => CurrentMetricName,
|
|
117
|
+
DateComparisonType: () => DateComparisonType,
|
|
116
118
|
DeactivateEvaluationFormCommand: () => DeactivateEvaluationFormCommand,
|
|
117
119
|
DeleteAttachedFileCommand: () => DeleteAttachedFileCommand,
|
|
118
120
|
DeleteContactEvaluationCommand: () => DeleteContactEvaluationCommand,
|
|
@@ -121,6 +123,7 @@ __export(src_exports, {
|
|
|
121
123
|
DeleteEmailAddressCommand: () => DeleteEmailAddressCommand,
|
|
122
124
|
DeleteEvaluationFormCommand: () => DeleteEvaluationFormCommand,
|
|
123
125
|
DeleteHoursOfOperationCommand: () => DeleteHoursOfOperationCommand,
|
|
126
|
+
DeleteHoursOfOperationOverrideCommand: () => DeleteHoursOfOperationOverrideCommand,
|
|
124
127
|
DeleteInstanceCommand: () => DeleteInstanceCommand,
|
|
125
128
|
DeleteIntegrationAssociationCommand: () => DeleteIntegrationAssociationCommand,
|
|
126
129
|
DeletePredefinedAttributeCommand: () => DeletePredefinedAttributeCommand,
|
|
@@ -150,6 +153,7 @@ __export(src_exports, {
|
|
|
150
153
|
DescribeEmailAddressResponseFilterSensitiveLog: () => DescribeEmailAddressResponseFilterSensitiveLog,
|
|
151
154
|
DescribeEvaluationFormCommand: () => DescribeEvaluationFormCommand,
|
|
152
155
|
DescribeHoursOfOperationCommand: () => DescribeHoursOfOperationCommand,
|
|
156
|
+
DescribeHoursOfOperationOverrideCommand: () => DescribeHoursOfOperationOverrideCommand,
|
|
153
157
|
DescribeInstanceAttributeCommand: () => DescribeInstanceAttributeCommand,
|
|
154
158
|
DescribeInstanceCommand: () => DescribeInstanceCommand,
|
|
155
159
|
DescribeInstanceResponseFilterSensitiveLog: () => DescribeInstanceResponseFilterSensitiveLog,
|
|
@@ -213,6 +217,7 @@ __export(src_exports, {
|
|
|
213
217
|
GetContactAttributesCommand: () => GetContactAttributesCommand,
|
|
214
218
|
GetCurrentMetricDataCommand: () => GetCurrentMetricDataCommand,
|
|
215
219
|
GetCurrentUserDataCommand: () => GetCurrentUserDataCommand,
|
|
220
|
+
GetEffectiveHoursOfOperationsCommand: () => GetEffectiveHoursOfOperationsCommand,
|
|
216
221
|
GetFederationTokenCommand: () => GetFederationTokenCommand,
|
|
217
222
|
GetFederationTokenResponseFilterSensitiveLog: () => GetFederationTokenResponseFilterSensitiveLog,
|
|
218
223
|
GetFlowAssociationCommand: () => GetFlowAssociationCommand,
|
|
@@ -265,6 +270,7 @@ __export(src_exports, {
|
|
|
265
270
|
ListEvaluationFormsCommand: () => ListEvaluationFormsCommand,
|
|
266
271
|
ListFlowAssociationResourceType: () => ListFlowAssociationResourceType,
|
|
267
272
|
ListFlowAssociationsCommand: () => ListFlowAssociationsCommand,
|
|
273
|
+
ListHoursOfOperationOverridesCommand: () => ListHoursOfOperationOverridesCommand,
|
|
268
274
|
ListHoursOfOperationsCommand: () => ListHoursOfOperationsCommand,
|
|
269
275
|
ListInstanceAttributesCommand: () => ListInstanceAttributesCommand,
|
|
270
276
|
ListInstanceStorageConfigsCommand: () => ListInstanceStorageConfigsCommand,
|
|
@@ -314,6 +320,7 @@ __export(src_exports, {
|
|
|
314
320
|
OutboundMessageSourceType: () => OutboundMessageSourceType,
|
|
315
321
|
OutboundRawMessageFilterSensitiveLog: () => OutboundRawMessageFilterSensitiveLog,
|
|
316
322
|
OutputTypeNotFoundException: () => OutputTypeNotFoundException,
|
|
323
|
+
OverrideDays: () => OverrideDays,
|
|
317
324
|
ParticipantRole: () => ParticipantRole,
|
|
318
325
|
ParticipantTimerAction: () => ParticipantTimerAction,
|
|
319
326
|
ParticipantTimerType: () => ParticipantTimerType,
|
|
@@ -367,6 +374,7 @@ __export(src_exports, {
|
|
|
367
374
|
SearchCriteriaFilterSensitiveLog: () => SearchCriteriaFilterSensitiveLog,
|
|
368
375
|
SearchEmailAddressesCommand: () => SearchEmailAddressesCommand,
|
|
369
376
|
SearchEmailAddressesResponseFilterSensitiveLog: () => SearchEmailAddressesResponseFilterSensitiveLog,
|
|
377
|
+
SearchHoursOfOperationOverridesCommand: () => SearchHoursOfOperationOverridesCommand,
|
|
370
378
|
SearchHoursOfOperationsCommand: () => SearchHoursOfOperationsCommand,
|
|
371
379
|
SearchPredefinedAttributesCommand: () => SearchPredefinedAttributesCommand,
|
|
372
380
|
SearchPromptsCommand: () => SearchPromptsCommand,
|
|
@@ -452,6 +460,7 @@ __export(src_exports, {
|
|
|
452
460
|
UpdateEmailAddressMetadataRequestFilterSensitiveLog: () => UpdateEmailAddressMetadataRequestFilterSensitiveLog,
|
|
453
461
|
UpdateEvaluationFormCommand: () => UpdateEvaluationFormCommand,
|
|
454
462
|
UpdateHoursOfOperationCommand: () => UpdateHoursOfOperationCommand,
|
|
463
|
+
UpdateHoursOfOperationOverrideCommand: () => UpdateHoursOfOperationOverrideCommand,
|
|
455
464
|
UpdateInstanceAttributeCommand: () => UpdateInstanceAttributeCommand,
|
|
456
465
|
UpdateInstanceStorageConfigCommand: () => UpdateInstanceStorageConfigCommand,
|
|
457
466
|
UpdateParticipantRoleConfigChannelInfo: () => UpdateParticipantRoleConfigChannelInfo,
|
|
@@ -526,6 +535,7 @@ __export(src_exports, {
|
|
|
526
535
|
paginateListEvaluationFormVersions: () => paginateListEvaluationFormVersions,
|
|
527
536
|
paginateListEvaluationForms: () => paginateListEvaluationForms,
|
|
528
537
|
paginateListFlowAssociations: () => paginateListFlowAssociations,
|
|
538
|
+
paginateListHoursOfOperationOverrides: () => paginateListHoursOfOperationOverrides,
|
|
529
539
|
paginateListHoursOfOperations: () => paginateListHoursOfOperations,
|
|
530
540
|
paginateListInstanceAttributes: () => paginateListInstanceAttributes,
|
|
531
541
|
paginateListInstanceStorageConfigs: () => paginateListInstanceStorageConfigs,
|
|
@@ -562,6 +572,7 @@ __export(src_exports, {
|
|
|
562
572
|
paginateSearchContactFlowModules: () => paginateSearchContactFlowModules,
|
|
563
573
|
paginateSearchContactFlows: () => paginateSearchContactFlows,
|
|
564
574
|
paginateSearchContacts: () => paginateSearchContacts,
|
|
575
|
+
paginateSearchHoursOfOperationOverrides: () => paginateSearchHoursOfOperationOverrides,
|
|
565
576
|
paginateSearchHoursOfOperations: () => paginateSearchHoursOfOperations,
|
|
566
577
|
paginateSearchPredefinedAttributes: () => paginateSearchPredefinedAttributes,
|
|
567
578
|
paginateSearchPrompts: () => paginateSearchPrompts,
|
|
@@ -1070,8 +1081,8 @@ var StorageType = {
|
|
|
1070
1081
|
S3: "S3"
|
|
1071
1082
|
};
|
|
1072
1083
|
var CreatedByInfo;
|
|
1073
|
-
((
|
|
1074
|
-
|
|
1084
|
+
((CreatedByInfo4) => {
|
|
1085
|
+
CreatedByInfo4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1075
1086
|
if (value.ConnectUserArn !== void 0)
|
|
1076
1087
|
return visitor.ConnectUserArn(value.ConnectUserArn);
|
|
1077
1088
|
if (value.AWSIdentityArn !== void 0)
|
|
@@ -1307,6 +1318,15 @@ var HoursOfOperationDays = {
|
|
|
1307
1318
|
TUESDAY: "TUESDAY",
|
|
1308
1319
|
WEDNESDAY: "WEDNESDAY"
|
|
1309
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
|
+
};
|
|
1310
1330
|
var DirectoryType = {
|
|
1311
1331
|
CONNECT_MANAGED: "CONNECT_MANAGED",
|
|
1312
1332
|
EXISTING_DIRECTORY: "EXISTING_DIRECTORY",
|
|
@@ -1344,8 +1364,8 @@ var RehydrationType = {
|
|
|
1344
1364
|
FROM_SEGMENT: "FROM_SEGMENT"
|
|
1345
1365
|
};
|
|
1346
1366
|
var PredefinedAttributeValues;
|
|
1347
|
-
((
|
|
1348
|
-
|
|
1367
|
+
((PredefinedAttributeValues4) => {
|
|
1368
|
+
PredefinedAttributeValues4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1349
1369
|
if (value.StringList !== void 0)
|
|
1350
1370
|
return visitor.StringList(value.StringList);
|
|
1351
1371
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -2069,23 +2089,6 @@ var RealTimeContactAnalysisSegmentType = {
|
|
|
2069
2089
|
PostContactSummary: "PostContactSummary",
|
|
2070
2090
|
Transcript: "Transcript"
|
|
2071
2091
|
};
|
|
2072
|
-
var RealTimeContactAnalysisSupportedChannel = {
|
|
2073
|
-
CHAT: "CHAT",
|
|
2074
|
-
VOICE: "VOICE"
|
|
2075
|
-
};
|
|
2076
|
-
var ArtifactStatus = {
|
|
2077
|
-
APPROVED: "APPROVED",
|
|
2078
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
2079
|
-
REJECTED: "REJECTED"
|
|
2080
|
-
};
|
|
2081
|
-
var RealTimeContactAnalysisTimeData;
|
|
2082
|
-
((RealTimeContactAnalysisTimeData3) => {
|
|
2083
|
-
RealTimeContactAnalysisTimeData3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2084
|
-
if (value.AbsoluteTime !== void 0)
|
|
2085
|
-
return visitor.AbsoluteTime(value.AbsoluteTime);
|
|
2086
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2087
|
-
}, "visit");
|
|
2088
|
-
})(RealTimeContactAnalysisTimeData || (RealTimeContactAnalysisTimeData = {}));
|
|
2089
2092
|
var DescribeEmailAddressResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2090
2093
|
...obj,
|
|
2091
2094
|
...obj.EmailAddress && { EmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -2134,6 +2137,23 @@ var ListInstancesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2134
2137
|
|
|
2135
2138
|
// src/models/models_2.ts
|
|
2136
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 = {}));
|
|
2137
2157
|
var RealTimeContactAnalysisPostContactSummaryFailureCode = {
|
|
2138
2158
|
FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",
|
|
2139
2159
|
INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",
|
|
@@ -2214,6 +2234,13 @@ var SearchContactsTimeRangeType = {
|
|
|
2214
2234
|
INITIATION_TIMESTAMP: "INITIATION_TIMESTAMP",
|
|
2215
2235
|
SCHEDULED_TIMESTAMP: "SCHEDULED_TIMESTAMP"
|
|
2216
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
|
+
};
|
|
2217
2244
|
var SearchableQueueType = {
|
|
2218
2245
|
STANDARD: "STANDARD"
|
|
2219
2246
|
};
|
|
@@ -2340,6 +2367,24 @@ var _ContactNotFoundException = class _ContactNotFoundException extends ConnectS
|
|
|
2340
2367
|
};
|
|
2341
2368
|
__name(_ContactNotFoundException, "ContactNotFoundException");
|
|
2342
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;
|
|
2343
2388
|
var TimerEligibleParticipantRoles = {
|
|
2344
2389
|
AGENT: "AGENT",
|
|
2345
2390
|
CUSTOMER: "CUSTOMER"
|
|
@@ -2369,34 +2414,6 @@ var UpdateParticipantRoleConfigChannelInfo;
|
|
|
2369
2414
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2370
2415
|
}, "visit");
|
|
2371
2416
|
})(UpdateParticipantRoleConfigChannelInfo || (UpdateParticipantRoleConfigChannelInfo = {}));
|
|
2372
|
-
var _ConditionalOperationFailedException = class _ConditionalOperationFailedException extends ConnectServiceException {
|
|
2373
|
-
/**
|
|
2374
|
-
* @internal
|
|
2375
|
-
*/
|
|
2376
|
-
constructor(opts) {
|
|
2377
|
-
super({
|
|
2378
|
-
name: "ConditionalOperationFailedException",
|
|
2379
|
-
$fault: "client",
|
|
2380
|
-
...opts
|
|
2381
|
-
});
|
|
2382
|
-
this.name = "ConditionalOperationFailedException";
|
|
2383
|
-
this.$fault = "client";
|
|
2384
|
-
Object.setPrototypeOf(this, _ConditionalOperationFailedException.prototype);
|
|
2385
|
-
this.Message = opts.Message;
|
|
2386
|
-
}
|
|
2387
|
-
};
|
|
2388
|
-
__name(_ConditionalOperationFailedException, "ConditionalOperationFailedException");
|
|
2389
|
-
var ConditionalOperationFailedException = _ConditionalOperationFailedException;
|
|
2390
|
-
var EvaluationFormItem;
|
|
2391
|
-
((EvaluationFormItem3) => {
|
|
2392
|
-
EvaluationFormItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2393
|
-
if (value.Section !== void 0)
|
|
2394
|
-
return visitor.Section(value.Section);
|
|
2395
|
-
if (value.Question !== void 0)
|
|
2396
|
-
return visitor.Question(value.Question);
|
|
2397
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2398
|
-
}, "visit");
|
|
2399
|
-
})(EvaluationFormItem || (EvaluationFormItem = {}));
|
|
2400
2417
|
var ViewSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2401
2418
|
...obj,
|
|
2402
2419
|
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2576,6 +2593,19 @@ var UpdateEmailAddressMetadataRequestFilterSensitiveLog = /* @__PURE__ */ __name
|
|
|
2576
2593
|
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
2577
2594
|
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING }
|
|
2578
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 = {}));
|
|
2579
2609
|
var UpdateUserIdentityInfoRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2580
2610
|
...obj,
|
|
2581
2611
|
...obj.IdentityInfo && { IdentityInfo: UserIdentityInfoFilterSensitiveLog(obj.IdentityInfo) }
|
|
@@ -2592,6 +2622,42 @@ var UpdateViewMetadataRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
|
|
|
2592
2622
|
...obj,
|
|
2593
2623
|
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING }
|
|
2594
2624
|
}), "UpdateViewMetadataRequestFilterSensitiveLog");
|
|
2625
|
+
var CreateContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2626
|
+
...obj,
|
|
2627
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
2628
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
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");
|
|
2595
2661
|
|
|
2596
2662
|
// src/protocols/Aws_restJson1.ts
|
|
2597
2663
|
var se_ActivateEvaluationFormCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -3134,6 +3200,27 @@ var se_CreateHoursOfOperationCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3134
3200
|
b.m("PUT").h(headers).b(body);
|
|
3135
3201
|
return b.build();
|
|
3136
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");
|
|
3137
3224
|
var se_CreateInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3138
3225
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3139
3226
|
const headers = {
|
|
@@ -3633,6 +3720,17 @@ var se_DeleteHoursOfOperationCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3633
3720
|
b.m("DELETE").h(headers).b(body);
|
|
3634
3721
|
return b.build();
|
|
3635
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");
|
|
3636
3734
|
var se_DeleteInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3637
3735
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3638
3736
|
const headers = {};
|
|
@@ -3909,6 +4007,17 @@ var se_DescribeHoursOfOperationCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
3909
4007
|
b.m("GET").h(headers).b(body);
|
|
3910
4008
|
return b.build();
|
|
3911
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");
|
|
3912
4021
|
var se_DescribeInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3913
4022
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3914
4023
|
const headers = {};
|
|
@@ -4339,6 +4448,20 @@ var se_GetCurrentUserDataCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
4339
4448
|
b.m("POST").h(headers).b(body);
|
|
4340
4449
|
return b.build();
|
|
4341
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");
|
|
4342
4465
|
var se_GetFederationTokenCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4343
4466
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4344
4467
|
const headers = {};
|
|
@@ -4665,6 +4788,20 @@ var se_ListFlowAssociationsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
4665
4788
|
b.m("GET").h(headers).q(query).b(body);
|
|
4666
4789
|
return b.build();
|
|
4667
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");
|
|
4668
4805
|
var se_ListHoursOfOperationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4669
4806
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4670
4807
|
const headers = {};
|
|
@@ -5345,6 +5482,25 @@ var se_SearchEmailAddressesCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
5345
5482
|
b.m("POST").h(headers).b(body);
|
|
5346
5483
|
return b.build();
|
|
5347
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");
|
|
5348
5504
|
var se_SearchHoursOfOperationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5349
5505
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5350
5506
|
const headers = {
|
|
@@ -6324,6 +6480,28 @@ var se_UpdateHoursOfOperationCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
6324
6480
|
b.m("POST").h(headers).b(body);
|
|
6325
6481
|
return b.build();
|
|
6326
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");
|
|
6327
6505
|
var se_UpdateInstanceAttributeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6328
6506
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6329
6507
|
const headers = {
|
|
@@ -7320,6 +7498,20 @@ var de_CreateHoursOfOperationCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
7320
7498
|
Object.assign(contents, doc);
|
|
7321
7499
|
return contents;
|
|
7322
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");
|
|
7323
7515
|
var de_CreateInstanceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7324
7516
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7325
7517
|
return de_CommandError(output, context);
|
|
@@ -7698,6 +7890,16 @@ var de_DeleteHoursOfOperationCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
7698
7890
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
7699
7891
|
return contents;
|
|
7700
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");
|
|
7701
7903
|
var de_DeleteInstanceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7702
7904
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7703
7905
|
return de_CommandError(output, context);
|
|
@@ -8018,6 +8220,20 @@ var de_DescribeHoursOfOperationCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
8018
8220
|
Object.assign(contents, doc);
|
|
8019
8221
|
return contents;
|
|
8020
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");
|
|
8021
8237
|
var de_DescribeInstanceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8022
8238
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8023
8239
|
return de_CommandError(output, context);
|
|
@@ -8468,6 +8684,21 @@ var de_GetCurrentUserDataCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
8468
8684
|
Object.assign(contents, doc);
|
|
8469
8685
|
return contents;
|
|
8470
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");
|
|
8471
8702
|
var de_GetFederationTokenCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8472
8703
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8473
8704
|
return de_CommandError(output, context);
|
|
@@ -8832,6 +9063,23 @@ var de_ListFlowAssociationsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
8832
9063
|
Object.assign(contents, doc);
|
|
8833
9064
|
return contents;
|
|
8834
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");
|
|
8835
9083
|
var de_ListHoursOfOperationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8836
9084
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8837
9085
|
return de_CommandError(output, context);
|
|
@@ -9498,6 +9746,22 @@ var de_SearchEmailAddressesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
9498
9746
|
Object.assign(contents, doc);
|
|
9499
9747
|
return contents;
|
|
9500
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");
|
|
9501
9765
|
var de_SearchHoursOfOperationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9502
9766
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9503
9767
|
return de_CommandError(output, context);
|
|
@@ -10145,6 +10409,16 @@ var de_UpdateHoursOfOperationCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
10145
10409
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
10146
10410
|
return contents;
|
|
10147
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");
|
|
10148
10422
|
var de_UpdateInstanceAttributeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10149
10423
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10150
10424
|
return de_CommandError(output, context);
|
|
@@ -10983,6 +11257,8 @@ var se_ContactFlowModuleSearchCriteria = /* @__PURE__ */ __name((input, context)
|
|
|
10983
11257
|
return (0, import_smithy_client.take)(input, {
|
|
10984
11258
|
AndConditions: (_) => se_ContactFlowModuleSearchConditionList(_, context),
|
|
10985
11259
|
OrConditions: (_) => se_ContactFlowModuleSearchConditionList(_, context),
|
|
11260
|
+
StateCondition: [],
|
|
11261
|
+
StatusCondition: [],
|
|
10986
11262
|
StringCondition: import_smithy_client._json
|
|
10987
11263
|
});
|
|
10988
11264
|
}, "se_ContactFlowModuleSearchCriteria");
|
|
@@ -11117,6 +11393,19 @@ var se_HistoricalMetrics = /* @__PURE__ */ __name((input, context) => {
|
|
|
11117
11393
|
return se_HistoricalMetric(entry, context);
|
|
11118
11394
|
});
|
|
11119
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");
|
|
11120
11409
|
var se_HoursOfOperationSearchConditionList = /* @__PURE__ */ __name((input, context) => {
|
|
11121
11410
|
return input.filter((e) => e != null).map((entry) => {
|
|
11122
11411
|
return se_HoursOfOperationSearchCriteria(entry, context);
|
|
@@ -12631,6 +12920,7 @@ var _DSI = "DataSetId";
|
|
|
12631
12920
|
var _EFV = "EvaluationFormVersion";
|
|
12632
12921
|
var _ESN = "EventSourceName";
|
|
12633
12922
|
var _FA = "FunctionArn";
|
|
12923
|
+
var _FD = "FromDate";
|
|
12634
12924
|
var _IA = "IntegrationArn";
|
|
12635
12925
|
var _II = "InstanceId";
|
|
12636
12926
|
var _IT = "IntegrationType";
|
|
@@ -12650,6 +12940,7 @@ var _RTe = "ReferenceTypes";
|
|
|
12650
12940
|
var _S = "Status";
|
|
12651
12941
|
var _SV = "SnapshotVersion";
|
|
12652
12942
|
var _T = "Type";
|
|
12943
|
+
var _TD = "ToDate";
|
|
12653
12944
|
var _TK = "TagKeys";
|
|
12654
12945
|
var _UEIS = "UrlExpiryInSeconds";
|
|
12655
12946
|
var _UI = "UserId";
|
|
@@ -12660,6 +12951,7 @@ var _cI = "contactId";
|
|
|
12660
12951
|
var _cT = "clientToken";
|
|
12661
12952
|
var _eSN = "eventSourceName";
|
|
12662
12953
|
var _fA = "functionArn";
|
|
12954
|
+
var _fD = "fromDate";
|
|
12663
12955
|
var _iA = "integrationArn";
|
|
12664
12956
|
var _iI = "instanceId";
|
|
12665
12957
|
var _iT = "integrationType";
|
|
@@ -12679,6 +12971,7 @@ var _s = "state";
|
|
|
12679
12971
|
var _sV = "snapshotVersion";
|
|
12680
12972
|
var _st = "status";
|
|
12681
12973
|
var _t = "type";
|
|
12974
|
+
var _tD = "toDate";
|
|
12682
12975
|
var _tK = "tagKeys";
|
|
12683
12976
|
var _uEIS = "urlExpiryInSeconds";
|
|
12684
12977
|
var _v = "version";
|
|
@@ -13006,47 +13299,6 @@ var CreateAgentStatusCommand = _CreateAgentStatusCommand;
|
|
|
13006
13299
|
|
|
13007
13300
|
|
|
13008
13301
|
|
|
13009
|
-
|
|
13010
|
-
// src/models/models_3.ts
|
|
13011
|
-
|
|
13012
|
-
var CreateContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13013
|
-
...obj,
|
|
13014
|
-
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
13015
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
13016
|
-
}), "CreateContactRequestFilterSensitiveLog");
|
|
13017
|
-
var StartEmailContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13018
|
-
...obj,
|
|
13019
|
-
...obj.FromEmailAddress && { FromEmailAddress: EmailAddressInfoFilterSensitiveLog(obj.FromEmailAddress) },
|
|
13020
|
-
...obj.DestinationEmailAddress && { DestinationEmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
13021
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
13022
|
-
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
13023
|
-
...obj.EmailMessage && { EmailMessage: InboundEmailContentFilterSensitiveLog(obj.EmailMessage) },
|
|
13024
|
-
...obj.AdditionalRecipients && {
|
|
13025
|
-
AdditionalRecipients: InboundAdditionalRecipientsFilterSensitiveLog(obj.AdditionalRecipients)
|
|
13026
|
-
},
|
|
13027
|
-
...obj.Attachments && { Attachments: import_smithy_client.SENSITIVE_STRING }
|
|
13028
|
-
}), "StartEmailContactRequestFilterSensitiveLog");
|
|
13029
|
-
var StartTaskContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13030
|
-
...obj,
|
|
13031
|
-
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
13032
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
13033
|
-
}), "StartTaskContactRequestFilterSensitiveLog");
|
|
13034
|
-
var UpdateContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13035
|
-
...obj,
|
|
13036
|
-
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
13037
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
13038
|
-
}), "UpdateContactRequestFilterSensitiveLog");
|
|
13039
|
-
var ContactFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13040
|
-
...obj,
|
|
13041
|
-
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
13042
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
13043
|
-
}), "ContactFilterSensitiveLog");
|
|
13044
|
-
var DescribeContactResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13045
|
-
...obj,
|
|
13046
|
-
...obj.Contact && { Contact: ContactFilterSensitiveLog(obj.Contact) }
|
|
13047
|
-
}), "DescribeContactResponseFilterSensitiveLog");
|
|
13048
|
-
|
|
13049
|
-
// src/commands/CreateContactCommand.ts
|
|
13050
13302
|
var _CreateContactCommand = class _CreateContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
13051
13303
|
return [
|
|
13052
13304
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -13141,6 +13393,20 @@ var _CreateHoursOfOperationCommand = class _CreateHoursOfOperationCommand extend
|
|
|
13141
13393
|
__name(_CreateHoursOfOperationCommand, "CreateHoursOfOperationCommand");
|
|
13142
13394
|
var CreateHoursOfOperationCommand = _CreateHoursOfOperationCommand;
|
|
13143
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
|
+
|
|
13144
13410
|
// src/commands/CreateInstanceCommand.ts
|
|
13145
13411
|
|
|
13146
13412
|
|
|
@@ -13533,6 +13799,20 @@ var _DeleteHoursOfOperationCommand = class _DeleteHoursOfOperationCommand extend
|
|
|
13533
13799
|
__name(_DeleteHoursOfOperationCommand, "DeleteHoursOfOperationCommand");
|
|
13534
13800
|
var DeleteHoursOfOperationCommand = _DeleteHoursOfOperationCommand;
|
|
13535
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
|
+
|
|
13536
13816
|
// src/commands/DeleteInstanceCommand.ts
|
|
13537
13817
|
|
|
13538
13818
|
|
|
@@ -13911,6 +14191,20 @@ var _DescribeHoursOfOperationCommand = class _DescribeHoursOfOperationCommand ex
|
|
|
13911
14191
|
__name(_DescribeHoursOfOperationCommand, "DescribeHoursOfOperationCommand");
|
|
13912
14192
|
var DescribeHoursOfOperationCommand = _DescribeHoursOfOperationCommand;
|
|
13913
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
|
+
|
|
13914
14208
|
// src/commands/DescribeInstanceAttributeCommand.ts
|
|
13915
14209
|
|
|
13916
14210
|
|
|
@@ -14401,6 +14695,20 @@ var _GetCurrentUserDataCommand = class _GetCurrentUserDataCommand extends import
|
|
|
14401
14695
|
__name(_GetCurrentUserDataCommand, "GetCurrentUserDataCommand");
|
|
14402
14696
|
var GetCurrentUserDataCommand = _GetCurrentUserDataCommand;
|
|
14403
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
|
+
|
|
14404
14712
|
// src/commands/GetFederationTokenCommand.ts
|
|
14405
14713
|
|
|
14406
14714
|
|
|
@@ -14723,6 +15031,20 @@ var _ListFlowAssociationsCommand = class _ListFlowAssociationsCommand extends im
|
|
|
14723
15031
|
__name(_ListFlowAssociationsCommand, "ListFlowAssociationsCommand");
|
|
14724
15032
|
var ListFlowAssociationsCommand = _ListFlowAssociationsCommand;
|
|
14725
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
|
+
|
|
14726
15048
|
// src/commands/ListHoursOfOperationsCommand.ts
|
|
14727
15049
|
|
|
14728
15050
|
|
|
@@ -15353,6 +15675,20 @@ var _SearchEmailAddressesCommand = class _SearchEmailAddressesCommand extends im
|
|
|
15353
15675
|
__name(_SearchEmailAddressesCommand, "SearchEmailAddressesCommand");
|
|
15354
15676
|
var SearchEmailAddressesCommand = _SearchEmailAddressesCommand;
|
|
15355
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
|
+
|
|
15356
15692
|
// src/commands/SearchHoursOfOperationsCommand.ts
|
|
15357
15693
|
|
|
15358
15694
|
|
|
@@ -16053,6 +16389,20 @@ var _UpdateHoursOfOperationCommand = class _UpdateHoursOfOperationCommand extend
|
|
|
16053
16389
|
__name(_UpdateHoursOfOperationCommand, "UpdateHoursOfOperationCommand");
|
|
16054
16390
|
var UpdateHoursOfOperationCommand = _UpdateHoursOfOperationCommand;
|
|
16055
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
|
+
|
|
16056
16406
|
// src/commands/UpdateInstanceAttributeCommand.ts
|
|
16057
16407
|
|
|
16058
16408
|
|
|
@@ -16561,6 +16911,7 @@ var commands = {
|
|
|
16561
16911
|
CreateEmailAddressCommand,
|
|
16562
16912
|
CreateEvaluationFormCommand,
|
|
16563
16913
|
CreateHoursOfOperationCommand,
|
|
16914
|
+
CreateHoursOfOperationOverrideCommand,
|
|
16564
16915
|
CreateInstanceCommand,
|
|
16565
16916
|
CreateIntegrationAssociationCommand,
|
|
16566
16917
|
CreateParticipantCommand,
|
|
@@ -16589,6 +16940,7 @@ var commands = {
|
|
|
16589
16940
|
DeleteEmailAddressCommand,
|
|
16590
16941
|
DeleteEvaluationFormCommand,
|
|
16591
16942
|
DeleteHoursOfOperationCommand,
|
|
16943
|
+
DeleteHoursOfOperationOverrideCommand,
|
|
16592
16944
|
DeleteInstanceCommand,
|
|
16593
16945
|
DeleteIntegrationAssociationCommand,
|
|
16594
16946
|
DeletePredefinedAttributeCommand,
|
|
@@ -16616,6 +16968,7 @@ var commands = {
|
|
|
16616
16968
|
DescribeEmailAddressCommand,
|
|
16617
16969
|
DescribeEvaluationFormCommand,
|
|
16618
16970
|
DescribeHoursOfOperationCommand,
|
|
16971
|
+
DescribeHoursOfOperationOverrideCommand,
|
|
16619
16972
|
DescribeInstanceCommand,
|
|
16620
16973
|
DescribeInstanceAttributeCommand,
|
|
16621
16974
|
DescribeInstanceStorageConfigCommand,
|
|
@@ -16651,6 +17004,7 @@ var commands = {
|
|
|
16651
17004
|
GetContactAttributesCommand,
|
|
16652
17005
|
GetCurrentMetricDataCommand,
|
|
16653
17006
|
GetCurrentUserDataCommand,
|
|
17007
|
+
GetEffectiveHoursOfOperationsCommand,
|
|
16654
17008
|
GetFederationTokenCommand,
|
|
16655
17009
|
GetFlowAssociationCommand,
|
|
16656
17010
|
GetMetricDataCommand,
|
|
@@ -16674,6 +17028,7 @@ var commands = {
|
|
|
16674
17028
|
ListEvaluationFormsCommand,
|
|
16675
17029
|
ListEvaluationFormVersionsCommand,
|
|
16676
17030
|
ListFlowAssociationsCommand,
|
|
17031
|
+
ListHoursOfOperationOverridesCommand,
|
|
16677
17032
|
ListHoursOfOperationsCommand,
|
|
16678
17033
|
ListInstanceAttributesCommand,
|
|
16679
17034
|
ListInstancesCommand,
|
|
@@ -16719,6 +17074,7 @@ var commands = {
|
|
|
16719
17074
|
SearchContactFlowsCommand,
|
|
16720
17075
|
SearchContactsCommand,
|
|
16721
17076
|
SearchEmailAddressesCommand,
|
|
17077
|
+
SearchHoursOfOperationOverridesCommand,
|
|
16722
17078
|
SearchHoursOfOperationsCommand,
|
|
16723
17079
|
SearchPredefinedAttributesCommand,
|
|
16724
17080
|
SearchPromptsCommand,
|
|
@@ -16769,6 +17125,7 @@ var commands = {
|
|
|
16769
17125
|
UpdateEmailAddressMetadataCommand,
|
|
16770
17126
|
UpdateEvaluationFormCommand,
|
|
16771
17127
|
UpdateHoursOfOperationCommand,
|
|
17128
|
+
UpdateHoursOfOperationOverrideCommand,
|
|
16772
17129
|
UpdateInstanceAttributeCommand,
|
|
16773
17130
|
UpdateInstanceStorageConfigCommand,
|
|
16774
17131
|
UpdateParticipantRoleConfigCommand,
|
|
@@ -16878,6 +17235,10 @@ var paginateListEvaluationForms = (0, import_core.createPaginator)(ConnectClient
|
|
|
16878
17235
|
|
|
16879
17236
|
var paginateListFlowAssociations = (0, import_core.createPaginator)(ConnectClient, ListFlowAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16880
17237
|
|
|
17238
|
+
// src/pagination/ListHoursOfOperationOverridesPaginator.ts
|
|
17239
|
+
|
|
17240
|
+
var paginateListHoursOfOperationOverrides = (0, import_core.createPaginator)(ConnectClient, ListHoursOfOperationOverridesCommand, "NextToken", "NextToken", "MaxResults");
|
|
17241
|
+
|
|
16881
17242
|
// src/pagination/ListHoursOfOperationsPaginator.ts
|
|
16882
17243
|
|
|
16883
17244
|
var paginateListHoursOfOperations = (0, import_core.createPaginator)(ConnectClient, ListHoursOfOperationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -17022,6 +17383,10 @@ var paginateSearchContactFlows = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17022
17383
|
|
|
17023
17384
|
var paginateSearchContacts = (0, import_core.createPaginator)(ConnectClient, SearchContactsCommand, "NextToken", "NextToken", "MaxResults");
|
|
17024
17385
|
|
|
17386
|
+
// src/pagination/SearchHoursOfOperationOverridesPaginator.ts
|
|
17387
|
+
|
|
17388
|
+
var paginateSearchHoursOfOperationOverrides = (0, import_core.createPaginator)(ConnectClient, SearchHoursOfOperationOverridesCommand, "NextToken", "NextToken", "MaxResults");
|
|
17389
|
+
|
|
17025
17390
|
// src/pagination/SearchHoursOfOperationsPaginator.ts
|
|
17026
17391
|
|
|
17027
17392
|
var paginateSearchHoursOfOperations = (0, import_core.createPaginator)(ConnectClient, SearchHoursOfOperationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -17103,6 +17468,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17103
17468
|
CreateEmailAddressCommand,
|
|
17104
17469
|
CreateEvaluationFormCommand,
|
|
17105
17470
|
CreateHoursOfOperationCommand,
|
|
17471
|
+
CreateHoursOfOperationOverrideCommand,
|
|
17106
17472
|
CreateInstanceCommand,
|
|
17107
17473
|
CreateIntegrationAssociationCommand,
|
|
17108
17474
|
CreateParticipantCommand,
|
|
@@ -17131,6 +17497,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17131
17497
|
DeleteEmailAddressCommand,
|
|
17132
17498
|
DeleteEvaluationFormCommand,
|
|
17133
17499
|
DeleteHoursOfOperationCommand,
|
|
17500
|
+
DeleteHoursOfOperationOverrideCommand,
|
|
17134
17501
|
DeleteInstanceCommand,
|
|
17135
17502
|
DeleteIntegrationAssociationCommand,
|
|
17136
17503
|
DeletePredefinedAttributeCommand,
|
|
@@ -17158,6 +17525,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17158
17525
|
DescribeEmailAddressCommand,
|
|
17159
17526
|
DescribeEvaluationFormCommand,
|
|
17160
17527
|
DescribeHoursOfOperationCommand,
|
|
17528
|
+
DescribeHoursOfOperationOverrideCommand,
|
|
17161
17529
|
DescribeInstanceAttributeCommand,
|
|
17162
17530
|
DescribeInstanceCommand,
|
|
17163
17531
|
DescribeInstanceStorageConfigCommand,
|
|
@@ -17193,6 +17561,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17193
17561
|
GetContactAttributesCommand,
|
|
17194
17562
|
GetCurrentMetricDataCommand,
|
|
17195
17563
|
GetCurrentUserDataCommand,
|
|
17564
|
+
GetEffectiveHoursOfOperationsCommand,
|
|
17196
17565
|
GetFederationTokenCommand,
|
|
17197
17566
|
GetFlowAssociationCommand,
|
|
17198
17567
|
GetMetricDataCommand,
|
|
@@ -17216,6 +17585,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17216
17585
|
ListEvaluationFormVersionsCommand,
|
|
17217
17586
|
ListEvaluationFormsCommand,
|
|
17218
17587
|
ListFlowAssociationsCommand,
|
|
17588
|
+
ListHoursOfOperationOverridesCommand,
|
|
17219
17589
|
ListHoursOfOperationsCommand,
|
|
17220
17590
|
ListInstanceAttributesCommand,
|
|
17221
17591
|
ListInstanceStorageConfigsCommand,
|
|
@@ -17261,6 +17631,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17261
17631
|
SearchContactFlowsCommand,
|
|
17262
17632
|
SearchContactsCommand,
|
|
17263
17633
|
SearchEmailAddressesCommand,
|
|
17634
|
+
SearchHoursOfOperationOverridesCommand,
|
|
17264
17635
|
SearchHoursOfOperationsCommand,
|
|
17265
17636
|
SearchPredefinedAttributesCommand,
|
|
17266
17637
|
SearchPromptsCommand,
|
|
@@ -17311,6 +17682,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17311
17682
|
UpdateEmailAddressMetadataCommand,
|
|
17312
17683
|
UpdateEvaluationFormCommand,
|
|
17313
17684
|
UpdateHoursOfOperationCommand,
|
|
17685
|
+
UpdateHoursOfOperationOverrideCommand,
|
|
17314
17686
|
UpdateInstanceAttributeCommand,
|
|
17315
17687
|
UpdateInstanceStorageConfigCommand,
|
|
17316
17688
|
UpdateParticipantRoleConfigCommand,
|
|
@@ -17362,6 +17734,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17362
17734
|
paginateListEvaluationFormVersions,
|
|
17363
17735
|
paginateListEvaluationForms,
|
|
17364
17736
|
paginateListFlowAssociations,
|
|
17737
|
+
paginateListHoursOfOperationOverrides,
|
|
17365
17738
|
paginateListHoursOfOperations,
|
|
17366
17739
|
paginateListInstanceAttributes,
|
|
17367
17740
|
paginateListInstanceStorageConfigs,
|
|
@@ -17398,6 +17771,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17398
17771
|
paginateSearchContactFlowModules,
|
|
17399
17772
|
paginateSearchContactFlows,
|
|
17400
17773
|
paginateSearchContacts,
|
|
17774
|
+
paginateSearchHoursOfOperationOverrides,
|
|
17401
17775
|
paginateSearchHoursOfOperations,
|
|
17402
17776
|
paginateSearchPredefinedAttributes,
|
|
17403
17777
|
paginateSearchPrompts,
|
|
@@ -17464,6 +17838,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17464
17838
|
EvaluationFormScoringMode,
|
|
17465
17839
|
EvaluationFormScoringStatus,
|
|
17466
17840
|
HoursOfOperationDays,
|
|
17841
|
+
OverrideDays,
|
|
17467
17842
|
DirectoryType,
|
|
17468
17843
|
IntegrationType,
|
|
17469
17844
|
SourceType,
|
|
@@ -17531,9 +17906,6 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17531
17906
|
QueueType,
|
|
17532
17907
|
RealTimeContactAnalysisOutputType,
|
|
17533
17908
|
RealTimeContactAnalysisSegmentType,
|
|
17534
|
-
RealTimeContactAnalysisSupportedChannel,
|
|
17535
|
-
ArtifactStatus,
|
|
17536
|
-
RealTimeContactAnalysisTimeData,
|
|
17537
17909
|
DescribeEmailAddressResponseFilterSensitiveLog,
|
|
17538
17910
|
InstanceFilterSensitiveLog,
|
|
17539
17911
|
DescribeInstanceResponseFilterSensitiveLog,
|
|
@@ -17544,6 +17916,9 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17544
17916
|
GetFederationTokenResponseFilterSensitiveLog,
|
|
17545
17917
|
InstanceSummaryFilterSensitiveLog,
|
|
17546
17918
|
ListInstancesResponseFilterSensitiveLog,
|
|
17919
|
+
RealTimeContactAnalysisSupportedChannel,
|
|
17920
|
+
ArtifactStatus,
|
|
17921
|
+
RealTimeContactAnalysisTimeData,
|
|
17547
17922
|
RealTimeContactAnalysisPostContactSummaryFailureCode,
|
|
17548
17923
|
RealTimeContactAnalysisPostContactSummaryStatus,
|
|
17549
17924
|
RealTimeContactAnalysisSentimentLabel,
|
|
@@ -17554,6 +17929,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17554
17929
|
SearchContactsMatchType,
|
|
17555
17930
|
SortableFieldName,
|
|
17556
17931
|
SearchContactsTimeRangeType,
|
|
17932
|
+
DateComparisonType,
|
|
17557
17933
|
SearchableQueueType,
|
|
17558
17934
|
MaximumResultReturnedException,
|
|
17559
17935
|
HierarchyGroupMatchType,
|
|
@@ -17570,13 +17946,12 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17570
17946
|
OutboundContactNotPermittedException,
|
|
17571
17947
|
MeetingFeatureStatus,
|
|
17572
17948
|
ContactNotFoundException,
|
|
17949
|
+
ConditionalOperationFailedException,
|
|
17573
17950
|
TimerEligibleParticipantRoles,
|
|
17574
17951
|
ParticipantTimerType,
|
|
17575
17952
|
ParticipantTimerAction,
|
|
17576
17953
|
ParticipantTimerValue,
|
|
17577
17954
|
UpdateParticipantRoleConfigChannelInfo,
|
|
17578
|
-
ConditionalOperationFailedException,
|
|
17579
|
-
EvaluationFormItem,
|
|
17580
17955
|
ViewSummaryFilterSensitiveLog,
|
|
17581
17956
|
ListViewsResponseFilterSensitiveLog,
|
|
17582
17957
|
ViewVersionSummaryFilterSensitiveLog,
|
|
@@ -17611,6 +17986,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
17611
17986
|
ConnectionDataFilterSensitiveLog,
|
|
17612
17987
|
StartWebRTCContactResponseFilterSensitiveLog,
|
|
17613
17988
|
UpdateEmailAddressMetadataRequestFilterSensitiveLog,
|
|
17989
|
+
EvaluationFormItem,
|
|
17614
17990
|
UpdateUserIdentityInfoRequestFilterSensitiveLog,
|
|
17615
17991
|
UpdateViewContentRequestFilterSensitiveLog,
|
|
17616
17992
|
UpdateViewContentResponseFilterSensitiveLog,
|