@aws-sdk/client-connect 3.765.0 → 3.774.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/dist-cjs/index.js +519 -547
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
ActionType: () => ActionType,
|
|
26
26
|
ActivateEvaluationFormCommand: () => ActivateEvaluationFormCommand,
|
|
@@ -590,7 +590,7 @@ __export(src_exports, {
|
|
|
590
590
|
paginateSearchUsers: () => paginateSearchUsers,
|
|
591
591
|
paginateSearchVocabularies: () => paginateSearchVocabularies
|
|
592
592
|
});
|
|
593
|
-
module.exports = __toCommonJS(
|
|
593
|
+
module.exports = __toCommonJS(index_exports);
|
|
594
594
|
|
|
595
595
|
// src/ConnectClient.ts
|
|
596
596
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -717,9 +717,9 @@ var ConnectClient = class extends import_smithy_client.Client {
|
|
|
717
717
|
this.middlewareStack.use(
|
|
718
718
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
719
719
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultConnectHttpAuthSchemeParametersProvider,
|
|
720
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
720
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
721
721
|
"aws.auth#sigv4": config.credentials
|
|
722
|
-
})
|
|
722
|
+
}), "identityProviderConfigProvider")
|
|
723
723
|
})
|
|
724
724
|
);
|
|
725
725
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1142,10 +1142,8 @@ var StorageType = {
|
|
|
1142
1142
|
var CreatedByInfo;
|
|
1143
1143
|
((CreatedByInfo4) => {
|
|
1144
1144
|
CreatedByInfo4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1145
|
-
if (value.ConnectUserArn !== void 0)
|
|
1146
|
-
|
|
1147
|
-
if (value.AWSIdentityArn !== void 0)
|
|
1148
|
-
return visitor.AWSIdentityArn(value.AWSIdentityArn);
|
|
1145
|
+
if (value.ConnectUserArn !== void 0) return visitor.ConnectUserArn(value.ConnectUserArn);
|
|
1146
|
+
if (value.AWSIdentityArn !== void 0) return visitor.AWSIdentityArn(value.AWSIdentityArn);
|
|
1149
1147
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1150
1148
|
}, "visit");
|
|
1151
1149
|
})(CreatedByInfo || (CreatedByInfo = {}));
|
|
@@ -1344,8 +1342,7 @@ var NumericQuestionPropertyAutomationLabel = {
|
|
|
1344
1342
|
var EvaluationFormNumericQuestionAutomation;
|
|
1345
1343
|
((EvaluationFormNumericQuestionAutomation3) => {
|
|
1346
1344
|
EvaluationFormNumericQuestionAutomation3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1347
|
-
if (value.PropertyValue !== void 0)
|
|
1348
|
-
return visitor.PropertyValue(value.PropertyValue);
|
|
1345
|
+
if (value.PropertyValue !== void 0) return visitor.PropertyValue(value.PropertyValue);
|
|
1349
1346
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1350
1347
|
}, "visit");
|
|
1351
1348
|
})(EvaluationFormNumericQuestionAutomation || (EvaluationFormNumericQuestionAutomation = {}));
|
|
@@ -1356,8 +1353,7 @@ var SingleSelectQuestionRuleCategoryAutomationCondition = {
|
|
|
1356
1353
|
var EvaluationFormSingleSelectQuestionAutomationOption;
|
|
1357
1354
|
((EvaluationFormSingleSelectQuestionAutomationOption3) => {
|
|
1358
1355
|
EvaluationFormSingleSelectQuestionAutomationOption3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1359
|
-
if (value.RuleCategory !== void 0)
|
|
1360
|
-
return visitor.RuleCategory(value.RuleCategory);
|
|
1356
|
+
if (value.RuleCategory !== void 0) return visitor.RuleCategory(value.RuleCategory);
|
|
1361
1357
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1362
1358
|
}, "visit");
|
|
1363
1359
|
})(EvaluationFormSingleSelectQuestionAutomationOption || (EvaluationFormSingleSelectQuestionAutomationOption = {}));
|
|
@@ -1368,10 +1364,8 @@ var EvaluationFormSingleSelectQuestionDisplayMode = {
|
|
|
1368
1364
|
var EvaluationFormQuestionTypeProperties;
|
|
1369
1365
|
((EvaluationFormQuestionTypeProperties3) => {
|
|
1370
1366
|
EvaluationFormQuestionTypeProperties3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1371
|
-
if (value.Numeric !== void 0)
|
|
1372
|
-
|
|
1373
|
-
if (value.SingleSelect !== void 0)
|
|
1374
|
-
return visitor.SingleSelect(value.SingleSelect);
|
|
1367
|
+
if (value.Numeric !== void 0) return visitor.Numeric(value.Numeric);
|
|
1368
|
+
if (value.SingleSelect !== void 0) return visitor.SingleSelect(value.SingleSelect);
|
|
1375
1369
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1376
1370
|
}, "visit");
|
|
1377
1371
|
})(EvaluationFormQuestionTypeProperties || (EvaluationFormQuestionTypeProperties = {}));
|
|
@@ -1441,8 +1435,7 @@ var RehydrationType = {
|
|
|
1441
1435
|
var PredefinedAttributeValues;
|
|
1442
1436
|
((PredefinedAttributeValues4) => {
|
|
1443
1437
|
PredefinedAttributeValues4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1444
|
-
if (value.StringList !== void 0)
|
|
1445
|
-
return visitor.StringList(value.StringList);
|
|
1438
|
+
if (value.StringList !== void 0) return visitor.StringList(value.StringList);
|
|
1446
1439
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1447
1440
|
}, "visit");
|
|
1448
1441
|
})(PredefinedAttributeValues || (PredefinedAttributeValues = {}));
|
|
@@ -1714,12 +1707,9 @@ var RoutingCriteriaStepStatus = {
|
|
|
1714
1707
|
var EvaluationAnswerData;
|
|
1715
1708
|
((EvaluationAnswerData2) => {
|
|
1716
1709
|
EvaluationAnswerData2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1717
|
-
if (value.StringValue !== void 0)
|
|
1718
|
-
|
|
1719
|
-
if (value.
|
|
1720
|
-
return visitor.NumericValue(value.NumericValue);
|
|
1721
|
-
if (value.NotApplicable !== void 0)
|
|
1722
|
-
return visitor.NotApplicable(value.NotApplicable);
|
|
1710
|
+
if (value.StringValue !== void 0) return visitor.StringValue(value.StringValue);
|
|
1711
|
+
if (value.NumericValue !== void 0) return visitor.NumericValue(value.NumericValue);
|
|
1712
|
+
if (value.NotApplicable !== void 0) return visitor.NotApplicable(value.NotApplicable);
|
|
1723
1713
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1724
1714
|
}, "visit");
|
|
1725
1715
|
})(EvaluationAnswerData || (EvaluationAnswerData = {}));
|
|
@@ -2155,20 +2145,13 @@ var LexVersion = {
|
|
|
2155
2145
|
var ReferenceSummary;
|
|
2156
2146
|
((ReferenceSummary2) => {
|
|
2157
2147
|
ReferenceSummary2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2158
|
-
if (value.Url !== void 0)
|
|
2159
|
-
|
|
2160
|
-
if (value.
|
|
2161
|
-
|
|
2162
|
-
if (value.
|
|
2163
|
-
|
|
2164
|
-
if (value.
|
|
2165
|
-
return visitor.String(value.String);
|
|
2166
|
-
if (value.Number !== void 0)
|
|
2167
|
-
return visitor.Number(value.Number);
|
|
2168
|
-
if (value.Date !== void 0)
|
|
2169
|
-
return visitor.Date(value.Date);
|
|
2170
|
-
if (value.Email !== void 0)
|
|
2171
|
-
return visitor.Email(value.Email);
|
|
2148
|
+
if (value.Url !== void 0) return visitor.Url(value.Url);
|
|
2149
|
+
if (value.Attachment !== void 0) return visitor.Attachment(value.Attachment);
|
|
2150
|
+
if (value.EmailMessage !== void 0) return visitor.EmailMessage(value.EmailMessage);
|
|
2151
|
+
if (value.String !== void 0) return visitor.String(value.String);
|
|
2152
|
+
if (value.Number !== void 0) return visitor.Number(value.Number);
|
|
2153
|
+
if (value.Date !== void 0) return visitor.Date(value.Date);
|
|
2154
|
+
if (value.Email !== void 0) return visitor.Email(value.Email);
|
|
2172
2155
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2173
2156
|
}, "visit");
|
|
2174
2157
|
})(ReferenceSummary || (ReferenceSummary = {}));
|
|
@@ -2248,8 +2231,7 @@ var ArtifactStatus = {
|
|
|
2248
2231
|
var RealTimeContactAnalysisTimeData;
|
|
2249
2232
|
((RealTimeContactAnalysisTimeData3) => {
|
|
2250
2233
|
RealTimeContactAnalysisTimeData3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2251
|
-
if (value.AbsoluteTime !== void 0)
|
|
2252
|
-
return visitor.AbsoluteTime(value.AbsoluteTime);
|
|
2234
|
+
if (value.AbsoluteTime !== void 0) return visitor.AbsoluteTime(value.AbsoluteTime);
|
|
2253
2235
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2254
2236
|
}, "visit");
|
|
2255
2237
|
})(RealTimeContactAnalysisTimeData || (RealTimeContactAnalysisTimeData = {}));
|
|
@@ -2272,18 +2254,12 @@ var RealTimeContactAnalysisSentimentLabel = {
|
|
|
2272
2254
|
var RealtimeContactAnalysisSegment;
|
|
2273
2255
|
((RealtimeContactAnalysisSegment3) => {
|
|
2274
2256
|
RealtimeContactAnalysisSegment3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2275
|
-
if (value.Transcript !== void 0)
|
|
2276
|
-
|
|
2277
|
-
if (value.
|
|
2278
|
-
|
|
2279
|
-
if (value.
|
|
2280
|
-
|
|
2281
|
-
if (value.Event !== void 0)
|
|
2282
|
-
return visitor.Event(value.Event);
|
|
2283
|
-
if (value.Attachments !== void 0)
|
|
2284
|
-
return visitor.Attachments(value.Attachments);
|
|
2285
|
-
if (value.PostContactSummary !== void 0)
|
|
2286
|
-
return visitor.PostContactSummary(value.PostContactSummary);
|
|
2257
|
+
if (value.Transcript !== void 0) return visitor.Transcript(value.Transcript);
|
|
2258
|
+
if (value.Categories !== void 0) return visitor.Categories(value.Categories);
|
|
2259
|
+
if (value.Issues !== void 0) return visitor.Issues(value.Issues);
|
|
2260
|
+
if (value.Event !== void 0) return visitor.Event(value.Event);
|
|
2261
|
+
if (value.Attachments !== void 0) return visitor.Attachments(value.Attachments);
|
|
2262
|
+
if (value.PostContactSummary !== void 0) return visitor.PostContactSummary(value.PostContactSummary);
|
|
2287
2263
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2288
2264
|
}, "visit");
|
|
2289
2265
|
})(RealtimeContactAnalysisSegment || (RealtimeContactAnalysisSegment = {}));
|
|
@@ -2522,8 +2498,7 @@ var ParticipantTimerAction = {
|
|
|
2522
2498
|
var ParticipantTimerValue;
|
|
2523
2499
|
((ParticipantTimerValue3) => {
|
|
2524
2500
|
ParticipantTimerValue3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2525
|
-
if (value.ParticipantTimerAction !== void 0)
|
|
2526
|
-
return visitor.ParticipantTimerAction(value.ParticipantTimerAction);
|
|
2501
|
+
if (value.ParticipantTimerAction !== void 0) return visitor.ParticipantTimerAction(value.ParticipantTimerAction);
|
|
2527
2502
|
if (value.ParticipantTimerDurationInMinutes !== void 0)
|
|
2528
2503
|
return visitor.ParticipantTimerDurationInMinutes(value.ParticipantTimerDurationInMinutes);
|
|
2529
2504
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -2532,8 +2507,7 @@ var ParticipantTimerValue;
|
|
|
2532
2507
|
var UpdateParticipantRoleConfigChannelInfo;
|
|
2533
2508
|
((UpdateParticipantRoleConfigChannelInfo3) => {
|
|
2534
2509
|
UpdateParticipantRoleConfigChannelInfo3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2535
|
-
if (value.Chat !== void 0)
|
|
2536
|
-
return visitor.Chat(value.Chat);
|
|
2510
|
+
if (value.Chat !== void 0) return visitor.Chat(value.Chat);
|
|
2537
2511
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2538
2512
|
}, "visit");
|
|
2539
2513
|
})(UpdateParticipantRoleConfigChannelInfo || (UpdateParticipantRoleConfigChannelInfo = {}));
|
|
@@ -2728,10 +2702,8 @@ var UpdateParticipantAuthenticationRequestFilterSensitiveLog = /* @__PURE__ */ _
|
|
|
2728
2702
|
var EvaluationFormItem;
|
|
2729
2703
|
((EvaluationFormItem2) => {
|
|
2730
2704
|
EvaluationFormItem2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2731
|
-
if (value.Section !== void 0)
|
|
2732
|
-
|
|
2733
|
-
if (value.Question !== void 0)
|
|
2734
|
-
return visitor.Question(value.Question);
|
|
2705
|
+
if (value.Section !== void 0) return visitor.Section(value.Section);
|
|
2706
|
+
if (value.Question !== void 0) return visitor.Question(value.Question);
|
|
2735
2707
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2736
2708
|
}, "visit");
|
|
2737
2709
|
})(EvaluationFormItem || (EvaluationFormItem = {}));
|
|
@@ -2855,8 +2827,8 @@ var se_AssociateBotCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2855
2827
|
body = JSON.stringify(
|
|
2856
2828
|
(0, import_smithy_client.take)(input, {
|
|
2857
2829
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2858
|
-
LexBot: (_) => (0, import_smithy_client._json)(_),
|
|
2859
|
-
LexV2Bot: (_) => (0, import_smithy_client._json)(_)
|
|
2830
|
+
LexBot: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LexBot"),
|
|
2831
|
+
LexV2Bot: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LexV2Bot")
|
|
2860
2832
|
})
|
|
2861
2833
|
);
|
|
2862
2834
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2909,7 +2881,7 @@ var se_AssociateInstanceStorageConfigCommand = /* @__PURE__ */ __name(async (inp
|
|
|
2909
2881
|
(0, import_smithy_client.take)(input, {
|
|
2910
2882
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2911
2883
|
ResourceType: [],
|
|
2912
|
-
StorageConfig: (_) => (0, import_smithy_client._json)(_)
|
|
2884
|
+
StorageConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StorageConfig")
|
|
2913
2885
|
})
|
|
2914
2886
|
);
|
|
2915
2887
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2943,7 +2915,7 @@ var se_AssociateLexBotCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2943
2915
|
body = JSON.stringify(
|
|
2944
2916
|
(0, import_smithy_client.take)(input, {
|
|
2945
2917
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2946
|
-
LexBot: (_) => (0, import_smithy_client._json)(_)
|
|
2918
|
+
LexBot: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LexBot")
|
|
2947
2919
|
})
|
|
2948
2920
|
);
|
|
2949
2921
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2977,7 +2949,7 @@ var se_AssociateQueueQuickConnectsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2977
2949
|
let body;
|
|
2978
2950
|
body = JSON.stringify(
|
|
2979
2951
|
(0, import_smithy_client.take)(input, {
|
|
2980
|
-
QuickConnectIds: (_) => (0, import_smithy_client._json)(_)
|
|
2952
|
+
QuickConnectIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "QuickConnectIds")
|
|
2981
2953
|
})
|
|
2982
2954
|
);
|
|
2983
2955
|
b.m("POST").h(headers).b(body);
|
|
@@ -2994,7 +2966,7 @@ var se_AssociateRoutingProfileQueuesCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
2994
2966
|
let body;
|
|
2995
2967
|
body = JSON.stringify(
|
|
2996
2968
|
(0, import_smithy_client.take)(input, {
|
|
2997
|
-
QueueConfigs: (_) => (0, import_smithy_client._json)(_)
|
|
2969
|
+
QueueConfigs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "QueueConfigs")
|
|
2998
2970
|
})
|
|
2999
2971
|
);
|
|
3000
2972
|
b.m("POST").h(headers).b(body);
|
|
@@ -3045,7 +3017,7 @@ var se_AssociateUserProficienciesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
3045
3017
|
let body;
|
|
3046
3018
|
body = JSON.stringify(
|
|
3047
3019
|
(0, import_smithy_client.take)(input, {
|
|
3048
|
-
UserProficiencies: (_) => se_UserProficiencyList(_, context)
|
|
3020
|
+
UserProficiencies: /* @__PURE__ */ __name((_) => se_UserProficiencyList(_, context), "UserProficiencies")
|
|
3049
3021
|
})
|
|
3050
3022
|
);
|
|
3051
3023
|
b.m("POST").h(headers).b(body);
|
|
@@ -3061,7 +3033,7 @@ var se_BatchAssociateAnalyticsDataSetCommand = /* @__PURE__ */ __name(async (inp
|
|
|
3061
3033
|
let body;
|
|
3062
3034
|
body = JSON.stringify(
|
|
3063
3035
|
(0, import_smithy_client.take)(input, {
|
|
3064
|
-
DataSetIds: (_) => (0, import_smithy_client._json)(_),
|
|
3036
|
+
DataSetIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DataSetIds"),
|
|
3065
3037
|
TargetAccountId: []
|
|
3066
3038
|
})
|
|
3067
3039
|
);
|
|
@@ -3078,7 +3050,7 @@ var se_BatchDisassociateAnalyticsDataSetCommand = /* @__PURE__ */ __name(async (
|
|
|
3078
3050
|
let body;
|
|
3079
3051
|
body = JSON.stringify(
|
|
3080
3052
|
(0, import_smithy_client.take)(input, {
|
|
3081
|
-
DataSetIds: (_) => (0, import_smithy_client._json)(_),
|
|
3053
|
+
DataSetIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DataSetIds"),
|
|
3082
3054
|
TargetAccountId: []
|
|
3083
3055
|
})
|
|
3084
3056
|
);
|
|
@@ -3098,7 +3070,7 @@ var se_BatchGetAttachedFileMetadataCommand = /* @__PURE__ */ __name(async (input
|
|
|
3098
3070
|
let body;
|
|
3099
3071
|
body = JSON.stringify(
|
|
3100
3072
|
(0, import_smithy_client.take)(input, {
|
|
3101
|
-
FileIds: (_) => (0, import_smithy_client._json)(_)
|
|
3073
|
+
FileIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FileIds")
|
|
3102
3074
|
})
|
|
3103
3075
|
);
|
|
3104
3076
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -3114,7 +3086,7 @@ var se_BatchGetFlowAssociationCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
3114
3086
|
let body;
|
|
3115
3087
|
body = JSON.stringify(
|
|
3116
3088
|
(0, import_smithy_client.take)(input, {
|
|
3117
|
-
ResourceIds: (_) => (0, import_smithy_client._json)(_),
|
|
3089
|
+
ResourceIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ResourceIds"),
|
|
3118
3090
|
ResourceType: []
|
|
3119
3091
|
})
|
|
3120
3092
|
);
|
|
@@ -3132,7 +3104,7 @@ var se_BatchPutContactCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3132
3104
|
body = JSON.stringify(
|
|
3133
3105
|
(0, import_smithy_client.take)(input, {
|
|
3134
3106
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3135
|
-
ContactDataRequestList: (_) => (0, import_smithy_client._json)(_)
|
|
3107
|
+
ContactDataRequestList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ContactDataRequestList")
|
|
3136
3108
|
})
|
|
3137
3109
|
);
|
|
3138
3110
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3151,7 +3123,7 @@ var se_ClaimPhoneNumberCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
3151
3123
|
InstanceId: [],
|
|
3152
3124
|
PhoneNumber: [],
|
|
3153
3125
|
PhoneNumberDescription: [],
|
|
3154
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
3126
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
3155
3127
|
TargetArn: []
|
|
3156
3128
|
})
|
|
3157
3129
|
);
|
|
@@ -3185,7 +3157,7 @@ var se_CreateAgentStatusCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3185
3157
|
DisplayOrder: [],
|
|
3186
3158
|
Name: [],
|
|
3187
3159
|
State: [],
|
|
3188
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3160
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
3189
3161
|
})
|
|
3190
3162
|
);
|
|
3191
3163
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3200,7 +3172,7 @@ var se_CreateContactCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3200
3172
|
let body;
|
|
3201
3173
|
body = JSON.stringify(
|
|
3202
3174
|
(0, import_smithy_client.take)(input, {
|
|
3203
|
-
Attributes: (_) => (0, import_smithy_client._json)(_),
|
|
3175
|
+
Attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Attributes"),
|
|
3204
3176
|
Channel: [],
|
|
3205
3177
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3206
3178
|
Description: [],
|
|
@@ -3210,10 +3182,10 @@ var se_CreateContactCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3210
3182
|
InstanceId: [],
|
|
3211
3183
|
Name: [],
|
|
3212
3184
|
PreviousContactId: [],
|
|
3213
|
-
References: (_) => (0, import_smithy_client._json)(_),
|
|
3185
|
+
References: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "References"),
|
|
3214
3186
|
RelatedContactId: [],
|
|
3215
|
-
SegmentAttributes: (_) => se_SegmentAttributes(_, context),
|
|
3216
|
-
UserInfo: (_) => (0, import_smithy_client._json)(_)
|
|
3187
|
+
SegmentAttributes: /* @__PURE__ */ __name((_) => se_SegmentAttributes(_, context), "SegmentAttributes"),
|
|
3188
|
+
UserInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "UserInfo")
|
|
3217
3189
|
})
|
|
3218
3190
|
);
|
|
3219
3191
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3233,7 +3205,7 @@ var se_CreateContactFlowCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3233
3205
|
Description: [],
|
|
3234
3206
|
Name: [],
|
|
3235
3207
|
Status: [],
|
|
3236
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
3208
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
3237
3209
|
Type: []
|
|
3238
3210
|
})
|
|
3239
3211
|
);
|
|
@@ -3254,7 +3226,7 @@ var se_CreateContactFlowModuleCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
3254
3226
|
Content: [],
|
|
3255
3227
|
Description: [],
|
|
3256
3228
|
Name: [],
|
|
3257
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3229
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
3258
3230
|
})
|
|
3259
3231
|
);
|
|
3260
3232
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3275,7 +3247,7 @@ var se_CreateContactFlowVersionCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
3275
3247
|
Description: [],
|
|
3276
3248
|
FlowContentSha256: [],
|
|
3277
3249
|
LastModifiedRegion: [],
|
|
3278
|
-
LastModifiedTime: (_) => _.getTime() / 1e3
|
|
3250
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "LastModifiedTime")
|
|
3279
3251
|
})
|
|
3280
3252
|
);
|
|
3281
3253
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3295,7 +3267,7 @@ var se_CreateEmailAddressCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3295
3267
|
Description: [],
|
|
3296
3268
|
DisplayName: [],
|
|
3297
3269
|
EmailAddress: [],
|
|
3298
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3270
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
3299
3271
|
})
|
|
3300
3272
|
);
|
|
3301
3273
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3313,8 +3285,8 @@ var se_CreateEvaluationFormCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
3313
3285
|
(0, import_smithy_client.take)(input, {
|
|
3314
3286
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3315
3287
|
Description: [],
|
|
3316
|
-
Items: (_) => se_EvaluationFormItemsList(_, context),
|
|
3317
|
-
ScoringStrategy: (_) => (0, import_smithy_client._json)(_),
|
|
3288
|
+
Items: /* @__PURE__ */ __name((_) => se_EvaluationFormItemsList(_, context), "Items"),
|
|
3289
|
+
ScoringStrategy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ScoringStrategy"),
|
|
3318
3290
|
Title: []
|
|
3319
3291
|
})
|
|
3320
3292
|
);
|
|
@@ -3331,10 +3303,10 @@ var se_CreateHoursOfOperationCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3331
3303
|
let body;
|
|
3332
3304
|
body = JSON.stringify(
|
|
3333
3305
|
(0, import_smithy_client.take)(input, {
|
|
3334
|
-
Config: (_) => (0, import_smithy_client._json)(_),
|
|
3306
|
+
Config: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Config"),
|
|
3335
3307
|
Description: [],
|
|
3336
3308
|
Name: [],
|
|
3337
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
3309
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
3338
3310
|
TimeZone: []
|
|
3339
3311
|
})
|
|
3340
3312
|
);
|
|
@@ -3352,7 +3324,7 @@ var se_CreateHoursOfOperationOverrideCommand = /* @__PURE__ */ __name(async (inp
|
|
|
3352
3324
|
let body;
|
|
3353
3325
|
body = JSON.stringify(
|
|
3354
3326
|
(0, import_smithy_client.take)(input, {
|
|
3355
|
-
Config: (_) => (0, import_smithy_client._json)(_),
|
|
3327
|
+
Config: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Config"),
|
|
3356
3328
|
Description: [],
|
|
3357
3329
|
EffectiveFrom: [],
|
|
3358
3330
|
EffectiveTill: [],
|
|
@@ -3377,7 +3349,7 @@ var se_CreateInstanceCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3377
3349
|
InboundCallsEnabled: [],
|
|
3378
3350
|
InstanceAlias: [],
|
|
3379
3351
|
OutboundCallsEnabled: [],
|
|
3380
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3352
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
3381
3353
|
})
|
|
3382
3354
|
);
|
|
3383
3355
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3398,7 +3370,7 @@ var se_CreateIntegrationAssociationCommand = /* @__PURE__ */ __name(async (input
|
|
|
3398
3370
|
SourceApplicationName: [],
|
|
3399
3371
|
SourceApplicationUrl: [],
|
|
3400
3372
|
SourceType: [],
|
|
3401
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3373
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
3402
3374
|
})
|
|
3403
3375
|
);
|
|
3404
3376
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3416,7 +3388,7 @@ var se_CreateParticipantCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3416
3388
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3417
3389
|
ContactId: [],
|
|
3418
3390
|
InstanceId: [],
|
|
3419
|
-
ParticipantDetails: (_) => (0, import_smithy_client._json)(_)
|
|
3391
|
+
ParticipantDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ParticipantDetails")
|
|
3420
3392
|
})
|
|
3421
3393
|
);
|
|
3422
3394
|
b.m("POST").h(headers).b(body);
|
|
@@ -3452,7 +3424,7 @@ var se_CreatePredefinedAttributeCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
3452
3424
|
body = JSON.stringify(
|
|
3453
3425
|
(0, import_smithy_client.take)(input, {
|
|
3454
3426
|
Name: [],
|
|
3455
|
-
Values: (_) => (0, import_smithy_client._json)(_)
|
|
3427
|
+
Values: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Values")
|
|
3456
3428
|
})
|
|
3457
3429
|
);
|
|
3458
3430
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3471,7 +3443,7 @@ var se_CreatePromptCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3471
3443
|
Description: [],
|
|
3472
3444
|
Name: [],
|
|
3473
3445
|
S3Uri: [],
|
|
3474
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3446
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
3475
3447
|
})
|
|
3476
3448
|
);
|
|
3477
3449
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3488,7 +3460,7 @@ var se_CreatePushNotificationRegistrationCommand = /* @__PURE__ */ __name(async
|
|
|
3488
3460
|
body = JSON.stringify(
|
|
3489
3461
|
(0, import_smithy_client.take)(input, {
|
|
3490
3462
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3491
|
-
ContactConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
3463
|
+
ContactConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ContactConfiguration"),
|
|
3492
3464
|
DeviceToken: [],
|
|
3493
3465
|
DeviceType: [],
|
|
3494
3466
|
PinpointAppArn: []
|
|
@@ -3511,10 +3483,10 @@ var se_CreateQueueCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3511
3483
|
HoursOfOperationId: [],
|
|
3512
3484
|
MaxContacts: [],
|
|
3513
3485
|
Name: [],
|
|
3514
|
-
OutboundCallerConfig: (_) => (0, import_smithy_client._json)(_),
|
|
3515
|
-
OutboundEmailConfig: (_) => (0, import_smithy_client._json)(_),
|
|
3516
|
-
QuickConnectIds: (_) => (0, import_smithy_client._json)(_),
|
|
3517
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3486
|
+
OutboundCallerConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OutboundCallerConfig"),
|
|
3487
|
+
OutboundEmailConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OutboundEmailConfig"),
|
|
3488
|
+
QuickConnectIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "QuickConnectIds"),
|
|
3489
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
3518
3490
|
})
|
|
3519
3491
|
);
|
|
3520
3492
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3532,8 +3504,8 @@ var se_CreateQuickConnectCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3532
3504
|
(0, import_smithy_client.take)(input, {
|
|
3533
3505
|
Description: [],
|
|
3534
3506
|
Name: [],
|
|
3535
|
-
QuickConnectConfig: (_) => (0, import_smithy_client._json)(_),
|
|
3536
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3507
|
+
QuickConnectConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "QuickConnectConfig"),
|
|
3508
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
3537
3509
|
})
|
|
3538
3510
|
);
|
|
3539
3511
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3552,10 +3524,10 @@ var se_CreateRoutingProfileCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
3552
3524
|
AgentAvailabilityTimer: [],
|
|
3553
3525
|
DefaultOutboundQueueId: [],
|
|
3554
3526
|
Description: [],
|
|
3555
|
-
MediaConcurrencies: (_) => (0, import_smithy_client._json)(_),
|
|
3527
|
+
MediaConcurrencies: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MediaConcurrencies"),
|
|
3556
3528
|
Name: [],
|
|
3557
|
-
QueueConfigs: (_) => (0, import_smithy_client._json)(_),
|
|
3558
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3529
|
+
QueueConfigs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "QueueConfigs"),
|
|
3530
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
3559
3531
|
})
|
|
3560
3532
|
);
|
|
3561
3533
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3571,12 +3543,12 @@ var se_CreateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3571
3543
|
let body;
|
|
3572
3544
|
body = JSON.stringify(
|
|
3573
3545
|
(0, import_smithy_client.take)(input, {
|
|
3574
|
-
Actions: (_) => se_RuleActions(_, context),
|
|
3546
|
+
Actions: /* @__PURE__ */ __name((_) => se_RuleActions(_, context), "Actions"),
|
|
3575
3547
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3576
3548
|
Function: [],
|
|
3577
3549
|
Name: [],
|
|
3578
3550
|
PublishStatus: [],
|
|
3579
|
-
TriggerEventSource: (_) => (0, import_smithy_client._json)(_)
|
|
3551
|
+
TriggerEventSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TriggerEventSource")
|
|
3580
3552
|
})
|
|
3581
3553
|
);
|
|
3582
3554
|
b.m("POST").h(headers).b(body);
|
|
@@ -3593,14 +3565,14 @@ var se_CreateSecurityProfileCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
3593
3565
|
body = JSON.stringify(
|
|
3594
3566
|
(0, import_smithy_client.take)(input, {
|
|
3595
3567
|
AllowedAccessControlHierarchyGroupId: [],
|
|
3596
|
-
AllowedAccessControlTags: (_) => (0, import_smithy_client._json)(_),
|
|
3597
|
-
Applications: (_) => (0, import_smithy_client._json)(_),
|
|
3568
|
+
AllowedAccessControlTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AllowedAccessControlTags"),
|
|
3569
|
+
Applications: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Applications"),
|
|
3598
3570
|
Description: [],
|
|
3599
|
-
HierarchyRestrictedResources: (_) => (0, import_smithy_client._json)(_),
|
|
3600
|
-
Permissions: (_) => (0, import_smithy_client._json)(_),
|
|
3571
|
+
HierarchyRestrictedResources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "HierarchyRestrictedResources"),
|
|
3572
|
+
Permissions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Permissions"),
|
|
3601
3573
|
SecurityProfileName: [],
|
|
3602
|
-
TagRestrictedResources: (_) => (0, import_smithy_client._json)(_),
|
|
3603
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3574
|
+
TagRestrictedResources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagRestrictedResources"),
|
|
3575
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
3604
3576
|
})
|
|
3605
3577
|
);
|
|
3606
3578
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3617,11 +3589,11 @@ var se_CreateTaskTemplateCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3617
3589
|
body = JSON.stringify(
|
|
3618
3590
|
(0, import_smithy_client.take)(input, {
|
|
3619
3591
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3620
|
-
Constraints: (_) => (0, import_smithy_client._json)(_),
|
|
3592
|
+
Constraints: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Constraints"),
|
|
3621
3593
|
ContactFlowId: [],
|
|
3622
|
-
Defaults: (_) => (0, import_smithy_client._json)(_),
|
|
3594
|
+
Defaults: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Defaults"),
|
|
3623
3595
|
Description: [],
|
|
3624
|
-
Fields: (_) => (0, import_smithy_client._json)(_),
|
|
3596
|
+
Fields: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Fields"),
|
|
3625
3597
|
Name: [],
|
|
3626
3598
|
SelfAssignFlowId: [],
|
|
3627
3599
|
Status: []
|
|
@@ -3643,7 +3615,7 @@ var se_CreateTrafficDistributionGroupCommand = /* @__PURE__ */ __name(async (inp
|
|
|
3643
3615
|
Description: [],
|
|
3644
3616
|
InstanceId: [],
|
|
3645
3617
|
Name: [],
|
|
3646
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3618
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
3647
3619
|
})
|
|
3648
3620
|
);
|
|
3649
3621
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3660,7 +3632,7 @@ var se_CreateUseCaseCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3660
3632
|
let body;
|
|
3661
3633
|
body = JSON.stringify(
|
|
3662
3634
|
(0, import_smithy_client.take)(input, {
|
|
3663
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
3635
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
3664
3636
|
UseCaseType: []
|
|
3665
3637
|
})
|
|
3666
3638
|
);
|
|
@@ -3679,12 +3651,12 @@ var se_CreateUserCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3679
3651
|
(0, import_smithy_client.take)(input, {
|
|
3680
3652
|
DirectoryUserId: [],
|
|
3681
3653
|
HierarchyGroupId: [],
|
|
3682
|
-
IdentityInfo: (_) => (0, import_smithy_client._json)(_),
|
|
3654
|
+
IdentityInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityInfo"),
|
|
3683
3655
|
Password: [],
|
|
3684
|
-
PhoneConfig: (_) => (0, import_smithy_client._json)(_),
|
|
3656
|
+
PhoneConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PhoneConfig"),
|
|
3685
3657
|
RoutingProfileId: [],
|
|
3686
|
-
SecurityProfileIds: (_) => (0, import_smithy_client._json)(_),
|
|
3687
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
3658
|
+
SecurityProfileIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SecurityProfileIds"),
|
|
3659
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
3688
3660
|
Username: []
|
|
3689
3661
|
})
|
|
3690
3662
|
);
|
|
@@ -3703,7 +3675,7 @@ var se_CreateUserHierarchyGroupCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
3703
3675
|
(0, import_smithy_client.take)(input, {
|
|
3704
3676
|
Name: [],
|
|
3705
3677
|
ParentGroupId: [],
|
|
3706
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3678
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
3707
3679
|
})
|
|
3708
3680
|
);
|
|
3709
3681
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3720,11 +3692,11 @@ var se_CreateViewCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3720
3692
|
body = JSON.stringify(
|
|
3721
3693
|
(0, import_smithy_client.take)(input, {
|
|
3722
3694
|
ClientToken: [],
|
|
3723
|
-
Content: (_) => (0, import_smithy_client._json)(_),
|
|
3695
|
+
Content: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Content"),
|
|
3724
3696
|
Description: [],
|
|
3725
3697
|
Name: [],
|
|
3726
3698
|
Status: [],
|
|
3727
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3699
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
3728
3700
|
})
|
|
3729
3701
|
);
|
|
3730
3702
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3761,7 +3733,7 @@ var se_CreateVocabularyCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
3761
3733
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3762
3734
|
Content: [],
|
|
3763
3735
|
LanguageCode: [],
|
|
3764
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
3736
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
3765
3737
|
VocabularyName: []
|
|
3766
3738
|
})
|
|
3767
3739
|
);
|
|
@@ -4383,8 +4355,8 @@ var se_DisassociateBotCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
4383
4355
|
body = JSON.stringify(
|
|
4384
4356
|
(0, import_smithy_client.take)(input, {
|
|
4385
4357
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
4386
|
-
LexBot: (_) => (0, import_smithy_client._json)(_),
|
|
4387
|
-
LexV2Bot: (_) => (0, import_smithy_client._json)(_)
|
|
4358
|
+
LexBot: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LexBot"),
|
|
4359
|
+
LexV2Bot: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LexV2Bot")
|
|
4388
4360
|
})
|
|
4389
4361
|
);
|
|
4390
4362
|
b.m("POST").h(headers).b(body);
|
|
@@ -4465,7 +4437,7 @@ var se_DisassociateQueueQuickConnectsCommand = /* @__PURE__ */ __name(async (inp
|
|
|
4465
4437
|
let body;
|
|
4466
4438
|
body = JSON.stringify(
|
|
4467
4439
|
(0, import_smithy_client.take)(input, {
|
|
4468
|
-
QuickConnectIds: (_) => (0, import_smithy_client._json)(_)
|
|
4440
|
+
QuickConnectIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "QuickConnectIds")
|
|
4469
4441
|
})
|
|
4470
4442
|
);
|
|
4471
4443
|
b.m("POST").h(headers).b(body);
|
|
@@ -4482,7 +4454,7 @@ var se_DisassociateRoutingProfileQueuesCommand = /* @__PURE__ */ __name(async (i
|
|
|
4482
4454
|
let body;
|
|
4483
4455
|
body = JSON.stringify(
|
|
4484
4456
|
(0, import_smithy_client.take)(input, {
|
|
4485
|
-
QueueReferences: (_) => (0, import_smithy_client._json)(_)
|
|
4457
|
+
QueueReferences: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "QueueReferences")
|
|
4486
4458
|
})
|
|
4487
4459
|
);
|
|
4488
4460
|
b.m("POST").h(headers).b(body);
|
|
@@ -4525,7 +4497,7 @@ var se_DisassociateUserProficienciesCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
4525
4497
|
let body;
|
|
4526
4498
|
body = JSON.stringify(
|
|
4527
4499
|
(0, import_smithy_client.take)(input, {
|
|
4528
|
-
UserProficiencies: (_) => (0, import_smithy_client._json)(_)
|
|
4500
|
+
UserProficiencies: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "UserProficiencies")
|
|
4529
4501
|
})
|
|
4530
4502
|
);
|
|
4531
4503
|
b.m("POST").h(headers).b(body);
|
|
@@ -4582,12 +4554,12 @@ var se_GetCurrentMetricDataCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
4582
4554
|
let body;
|
|
4583
4555
|
body = JSON.stringify(
|
|
4584
4556
|
(0, import_smithy_client.take)(input, {
|
|
4585
|
-
CurrentMetrics: (_) => (0, import_smithy_client._json)(_),
|
|
4586
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
4587
|
-
Groupings: (_) => (0, import_smithy_client._json)(_),
|
|
4557
|
+
CurrentMetrics: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CurrentMetrics"),
|
|
4558
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
4559
|
+
Groupings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Groupings"),
|
|
4588
4560
|
MaxResults: [],
|
|
4589
4561
|
NextToken: [],
|
|
4590
|
-
SortCriteria: (_) => (0, import_smithy_client._json)(_)
|
|
4562
|
+
SortCriteria: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SortCriteria")
|
|
4591
4563
|
})
|
|
4592
4564
|
);
|
|
4593
4565
|
b.m("POST").h(headers).b(body);
|
|
@@ -4603,7 +4575,7 @@ var se_GetCurrentUserDataCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
4603
4575
|
let body;
|
|
4604
4576
|
body = JSON.stringify(
|
|
4605
4577
|
(0, import_smithy_client.take)(input, {
|
|
4606
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
4578
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
4607
4579
|
MaxResults: [],
|
|
4608
4580
|
NextToken: []
|
|
4609
4581
|
})
|
|
@@ -4655,13 +4627,13 @@ var se_GetMetricDataCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
4655
4627
|
let body;
|
|
4656
4628
|
body = JSON.stringify(
|
|
4657
4629
|
(0, import_smithy_client.take)(input, {
|
|
4658
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
4659
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
4660
|
-
Groupings: (_) => (0, import_smithy_client._json)(_),
|
|
4661
|
-
HistoricalMetrics: (_) => se_HistoricalMetrics(_, context),
|
|
4630
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
4631
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
4632
|
+
Groupings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Groupings"),
|
|
4633
|
+
HistoricalMetrics: /* @__PURE__ */ __name((_) => se_HistoricalMetrics(_, context), "HistoricalMetrics"),
|
|
4662
4634
|
MaxResults: [],
|
|
4663
4635
|
NextToken: [],
|
|
4664
|
-
StartTime: (_) => _.getTime() / 1e3
|
|
4636
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
|
|
4665
4637
|
})
|
|
4666
4638
|
);
|
|
4667
4639
|
b.m("POST").h(headers).b(body);
|
|
@@ -4676,15 +4648,15 @@ var se_GetMetricDataV2Command = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
4676
4648
|
let body;
|
|
4677
4649
|
body = JSON.stringify(
|
|
4678
4650
|
(0, import_smithy_client.take)(input, {
|
|
4679
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
4680
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
4681
|
-
Groupings: (_) => (0, import_smithy_client._json)(_),
|
|
4682
|
-
Interval: (_) => (0, import_smithy_client._json)(_),
|
|
4651
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
4652
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
4653
|
+
Groupings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Groupings"),
|
|
4654
|
+
Interval: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Interval"),
|
|
4683
4655
|
MaxResults: [],
|
|
4684
|
-
Metrics: (_) => se_MetricsV2(_, context),
|
|
4656
|
+
Metrics: /* @__PURE__ */ __name((_) => se_MetricsV2(_, context), "Metrics"),
|
|
4685
4657
|
NextToken: [],
|
|
4686
4658
|
ResourceArn: [],
|
|
4687
|
-
StartTime: (_) => _.getTime() / 1e3
|
|
4659
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
|
|
4688
4660
|
})
|
|
4689
4661
|
);
|
|
4690
4662
|
b.m("POST").h(headers).b(body);
|
|
@@ -4735,7 +4707,7 @@ var se_ImportPhoneNumberCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
4735
4707
|
InstanceId: [],
|
|
4736
4708
|
PhoneNumberDescription: [],
|
|
4737
4709
|
SourcePhoneNumberArn: [],
|
|
4738
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
4710
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
4739
4711
|
})
|
|
4740
4712
|
);
|
|
4741
4713
|
b.m("POST").h(headers).b(body);
|
|
@@ -5098,9 +5070,9 @@ var se_ListPhoneNumbersV2Command = /* @__PURE__ */ __name(async (input, context)
|
|
|
5098
5070
|
InstanceId: [],
|
|
5099
5071
|
MaxResults: [],
|
|
5100
5072
|
NextToken: [],
|
|
5101
|
-
PhoneNumberCountryCodes: (_) => (0, import_smithy_client._json)(_),
|
|
5073
|
+
PhoneNumberCountryCodes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PhoneNumberCountryCodes"),
|
|
5102
5074
|
PhoneNumberPrefix: [],
|
|
5103
|
-
PhoneNumberTypes: (_) => (0, import_smithy_client._json)(_),
|
|
5075
|
+
PhoneNumberTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PhoneNumberTypes"),
|
|
5104
5076
|
TargetArn: []
|
|
5105
5077
|
})
|
|
5106
5078
|
);
|
|
@@ -5189,7 +5161,7 @@ var se_ListRealtimeContactAnalysisSegmentsV2Command = /* @__PURE__ */ __name(asy
|
|
|
5189
5161
|
MaxResults: [],
|
|
5190
5162
|
NextToken: [],
|
|
5191
5163
|
OutputType: [],
|
|
5192
|
-
SegmentTypes: (_) => (0, import_smithy_client._json)(_)
|
|
5164
|
+
SegmentTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SegmentTypes")
|
|
5193
5165
|
})
|
|
5194
5166
|
);
|
|
5195
5167
|
b.m("POST").h(headers).b(body);
|
|
@@ -5432,7 +5404,7 @@ var se_MonitorContactCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
5432
5404
|
let body;
|
|
5433
5405
|
body = JSON.stringify(
|
|
5434
5406
|
(0, import_smithy_client.take)(input, {
|
|
5435
|
-
AllowedMonitorCapabilities: (_) => (0, import_smithy_client._json)(_),
|
|
5407
|
+
AllowedMonitorCapabilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AllowedMonitorCapabilities"),
|
|
5436
5408
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
5437
5409
|
ContactId: [],
|
|
5438
5410
|
InstanceId: [],
|
|
@@ -5553,8 +5525,8 @@ var se_SearchAgentStatusesCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
5553
5525
|
InstanceId: [],
|
|
5554
5526
|
MaxResults: [],
|
|
5555
5527
|
NextToken: [],
|
|
5556
|
-
SearchCriteria: (_) => se_AgentStatusSearchCriteria(_, context),
|
|
5557
|
-
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5528
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_AgentStatusSearchCriteria(_, context), "SearchCriteria"),
|
|
5529
|
+
SearchFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchFilter")
|
|
5558
5530
|
})
|
|
5559
5531
|
);
|
|
5560
5532
|
b.m("POST").h(headers).b(body);
|
|
@@ -5593,8 +5565,8 @@ var se_SearchContactFlowModulesCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
5593
5565
|
InstanceId: [],
|
|
5594
5566
|
MaxResults: [],
|
|
5595
5567
|
NextToken: [],
|
|
5596
|
-
SearchCriteria: (_) => se_ContactFlowModuleSearchCriteria(_, context),
|
|
5597
|
-
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5568
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_ContactFlowModuleSearchCriteria(_, context), "SearchCriteria"),
|
|
5569
|
+
SearchFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchFilter")
|
|
5598
5570
|
})
|
|
5599
5571
|
);
|
|
5600
5572
|
b.m("POST").h(headers).b(body);
|
|
@@ -5612,8 +5584,8 @@ var se_SearchContactFlowsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
5612
5584
|
InstanceId: [],
|
|
5613
5585
|
MaxResults: [],
|
|
5614
5586
|
NextToken: [],
|
|
5615
|
-
SearchCriteria: (_) => se_ContactFlowSearchCriteria(_, context),
|
|
5616
|
-
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5587
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_ContactFlowSearchCriteria(_, context), "SearchCriteria"),
|
|
5588
|
+
SearchFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchFilter")
|
|
5617
5589
|
})
|
|
5618
5590
|
);
|
|
5619
5591
|
b.m("POST").h(headers).b(body);
|
|
@@ -5631,9 +5603,9 @@ var se_SearchContactsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
5631
5603
|
InstanceId: [],
|
|
5632
5604
|
MaxResults: [],
|
|
5633
5605
|
NextToken: [],
|
|
5634
|
-
SearchCriteria: (_) => (0, import_smithy_client._json)(_),
|
|
5635
|
-
Sort: (_) => (0, import_smithy_client._json)(_),
|
|
5636
|
-
TimeRange: (_) => se_SearchContactsTimeRange(_, context)
|
|
5606
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchCriteria"),
|
|
5607
|
+
Sort: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sort"),
|
|
5608
|
+
TimeRange: /* @__PURE__ */ __name((_) => se_SearchContactsTimeRange(_, context), "TimeRange")
|
|
5637
5609
|
})
|
|
5638
5610
|
);
|
|
5639
5611
|
b.m("POST").h(headers).b(body);
|
|
@@ -5651,8 +5623,8 @@ var se_SearchEmailAddressesCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
5651
5623
|
InstanceId: [],
|
|
5652
5624
|
MaxResults: [],
|
|
5653
5625
|
NextToken: [],
|
|
5654
|
-
SearchCriteria: (_) => se_EmailAddressSearchCriteria(_, context),
|
|
5655
|
-
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5626
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_EmailAddressSearchCriteria(_, context), "SearchCriteria"),
|
|
5627
|
+
SearchFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchFilter")
|
|
5656
5628
|
})
|
|
5657
5629
|
);
|
|
5658
5630
|
b.m("POST").h(headers).b(body);
|
|
@@ -5670,8 +5642,8 @@ var se_SearchHoursOfOperationOverridesCommand = /* @__PURE__ */ __name(async (in
|
|
|
5670
5642
|
InstanceId: [],
|
|
5671
5643
|
MaxResults: [],
|
|
5672
5644
|
NextToken: [],
|
|
5673
|
-
SearchCriteria: (_) => se_HoursOfOperationOverrideSearchCriteria(_, context),
|
|
5674
|
-
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5645
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_HoursOfOperationOverrideSearchCriteria(_, context), "SearchCriteria"),
|
|
5646
|
+
SearchFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchFilter")
|
|
5675
5647
|
})
|
|
5676
5648
|
);
|
|
5677
5649
|
b.m("POST").h(headers).b(body);
|
|
@@ -5689,8 +5661,8 @@ var se_SearchHoursOfOperationsCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
5689
5661
|
InstanceId: [],
|
|
5690
5662
|
MaxResults: [],
|
|
5691
5663
|
NextToken: [],
|
|
5692
|
-
SearchCriteria: (_) => se_HoursOfOperationSearchCriteria(_, context),
|
|
5693
|
-
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5664
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_HoursOfOperationSearchCriteria(_, context), "SearchCriteria"),
|
|
5665
|
+
SearchFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchFilter")
|
|
5694
5666
|
})
|
|
5695
5667
|
);
|
|
5696
5668
|
b.m("POST").h(headers).b(body);
|
|
@@ -5708,7 +5680,7 @@ var se_SearchPredefinedAttributesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
5708
5680
|
InstanceId: [],
|
|
5709
5681
|
MaxResults: [],
|
|
5710
5682
|
NextToken: [],
|
|
5711
|
-
SearchCriteria: (_) => se_PredefinedAttributeSearchCriteria(_, context)
|
|
5683
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_PredefinedAttributeSearchCriteria(_, context), "SearchCriteria")
|
|
5712
5684
|
})
|
|
5713
5685
|
);
|
|
5714
5686
|
b.m("POST").h(headers).b(body);
|
|
@@ -5726,8 +5698,8 @@ var se_SearchPromptsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5726
5698
|
InstanceId: [],
|
|
5727
5699
|
MaxResults: [],
|
|
5728
5700
|
NextToken: [],
|
|
5729
|
-
SearchCriteria: (_) => se_PromptSearchCriteria(_, context),
|
|
5730
|
-
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5701
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_PromptSearchCriteria(_, context), "SearchCriteria"),
|
|
5702
|
+
SearchFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchFilter")
|
|
5731
5703
|
})
|
|
5732
5704
|
);
|
|
5733
5705
|
b.m("POST").h(headers).b(body);
|
|
@@ -5745,8 +5717,8 @@ var se_SearchQueuesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5745
5717
|
InstanceId: [],
|
|
5746
5718
|
MaxResults: [],
|
|
5747
5719
|
NextToken: [],
|
|
5748
|
-
SearchCriteria: (_) => se_QueueSearchCriteria(_, context),
|
|
5749
|
-
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5720
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_QueueSearchCriteria(_, context), "SearchCriteria"),
|
|
5721
|
+
SearchFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchFilter")
|
|
5750
5722
|
})
|
|
5751
5723
|
);
|
|
5752
5724
|
b.m("POST").h(headers).b(body);
|
|
@@ -5764,8 +5736,8 @@ var se_SearchQuickConnectsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
5764
5736
|
InstanceId: [],
|
|
5765
5737
|
MaxResults: [],
|
|
5766
5738
|
NextToken: [],
|
|
5767
|
-
SearchCriteria: (_) => se_QuickConnectSearchCriteria(_, context),
|
|
5768
|
-
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5739
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_QuickConnectSearchCriteria(_, context), "SearchCriteria"),
|
|
5740
|
+
SearchFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchFilter")
|
|
5769
5741
|
})
|
|
5770
5742
|
);
|
|
5771
5743
|
b.m("POST").h(headers).b(body);
|
|
@@ -5783,8 +5755,8 @@ var se_SearchResourceTagsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
5783
5755
|
InstanceId: [],
|
|
5784
5756
|
MaxResults: [],
|
|
5785
5757
|
NextToken: [],
|
|
5786
|
-
ResourceTypes: (_) => (0, import_smithy_client._json)(_),
|
|
5787
|
-
SearchCriteria: (_) => (0, import_smithy_client._json)(_)
|
|
5758
|
+
ResourceTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ResourceTypes"),
|
|
5759
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchCriteria")
|
|
5788
5760
|
})
|
|
5789
5761
|
);
|
|
5790
5762
|
b.m("POST").h(headers).b(body);
|
|
@@ -5802,8 +5774,8 @@ var se_SearchRoutingProfilesCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
5802
5774
|
InstanceId: [],
|
|
5803
5775
|
MaxResults: [],
|
|
5804
5776
|
NextToken: [],
|
|
5805
|
-
SearchCriteria: (_) => se_RoutingProfileSearchCriteria(_, context),
|
|
5806
|
-
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5777
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_RoutingProfileSearchCriteria(_, context), "SearchCriteria"),
|
|
5778
|
+
SearchFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchFilter")
|
|
5807
5779
|
})
|
|
5808
5780
|
);
|
|
5809
5781
|
b.m("POST").h(headers).b(body);
|
|
@@ -5821,8 +5793,8 @@ var se_SearchSecurityProfilesCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
5821
5793
|
InstanceId: [],
|
|
5822
5794
|
MaxResults: [],
|
|
5823
5795
|
NextToken: [],
|
|
5824
|
-
SearchCriteria: (_) => se_SecurityProfileSearchCriteria(_, context),
|
|
5825
|
-
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5796
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_SecurityProfileSearchCriteria(_, context), "SearchCriteria"),
|
|
5797
|
+
SearchFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchFilter")
|
|
5826
5798
|
})
|
|
5827
5799
|
);
|
|
5828
5800
|
b.m("POST").h(headers).b(body);
|
|
@@ -5840,8 +5812,8 @@ var se_SearchUserHierarchyGroupsCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
5840
5812
|
InstanceId: [],
|
|
5841
5813
|
MaxResults: [],
|
|
5842
5814
|
NextToken: [],
|
|
5843
|
-
SearchCriteria: (_) => se_UserHierarchyGroupSearchCriteria(_, context),
|
|
5844
|
-
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5815
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_UserHierarchyGroupSearchCriteria(_, context), "SearchCriteria"),
|
|
5816
|
+
SearchFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchFilter")
|
|
5845
5817
|
})
|
|
5846
5818
|
);
|
|
5847
5819
|
b.m("POST").h(headers).b(body);
|
|
@@ -5859,8 +5831,8 @@ var se_SearchUsersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5859
5831
|
InstanceId: [],
|
|
5860
5832
|
MaxResults: [],
|
|
5861
5833
|
NextToken: [],
|
|
5862
|
-
SearchCriteria: (_) => se_UserSearchCriteria(_, context),
|
|
5863
|
-
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5834
|
+
SearchCriteria: /* @__PURE__ */ __name((_) => se_UserSearchCriteria(_, context), "SearchCriteria"),
|
|
5835
|
+
SearchFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SearchFilter")
|
|
5864
5836
|
})
|
|
5865
5837
|
);
|
|
5866
5838
|
b.m("POST").h(headers).b(body);
|
|
@@ -5896,8 +5868,8 @@ var se_SendChatIntegrationEventCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
5896
5868
|
body = JSON.stringify(
|
|
5897
5869
|
(0, import_smithy_client.take)(input, {
|
|
5898
5870
|
DestinationId: [],
|
|
5899
|
-
Event: (_) => (0, import_smithy_client._json)(_),
|
|
5900
|
-
NewSessionDetails: (_) => (0, import_smithy_client._json)(_),
|
|
5871
|
+
Event: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Event"),
|
|
5872
|
+
NewSessionDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NewSessionDetails"),
|
|
5901
5873
|
SourceId: [],
|
|
5902
5874
|
Subtype: []
|
|
5903
5875
|
})
|
|
@@ -5915,12 +5887,12 @@ var se_SendOutboundEmailCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
5915
5887
|
let body;
|
|
5916
5888
|
body = JSON.stringify(
|
|
5917
5889
|
(0, import_smithy_client.take)(input, {
|
|
5918
|
-
AdditionalRecipients: (_) => (0, import_smithy_client._json)(_),
|
|
5890
|
+
AdditionalRecipients: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdditionalRecipients"),
|
|
5919
5891
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
5920
|
-
DestinationEmailAddress: (_) => (0, import_smithy_client._json)(_),
|
|
5921
|
-
EmailMessage: (_) => (0, import_smithy_client._json)(_),
|
|
5922
|
-
FromEmailAddress: (_) => (0, import_smithy_client._json)(_),
|
|
5923
|
-
SourceCampaign: (_) => (0, import_smithy_client._json)(_),
|
|
5892
|
+
DestinationEmailAddress: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DestinationEmailAddress"),
|
|
5893
|
+
EmailMessage: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EmailMessage"),
|
|
5894
|
+
FromEmailAddress: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FromEmailAddress"),
|
|
5895
|
+
SourceCampaign: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SourceCampaign"),
|
|
5924
5896
|
TrafficType: []
|
|
5925
5897
|
})
|
|
5926
5898
|
);
|
|
@@ -5941,11 +5913,11 @@ var se_StartAttachedFileUploadCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
5941
5913
|
body = JSON.stringify(
|
|
5942
5914
|
(0, import_smithy_client.take)(input, {
|
|
5943
5915
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
5944
|
-
CreatedBy: (_) => (0, import_smithy_client._json)(_),
|
|
5916
|
+
CreatedBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CreatedBy"),
|
|
5945
5917
|
FileName: [],
|
|
5946
5918
|
FileSizeInBytes: [],
|
|
5947
5919
|
FileUseCaseType: [],
|
|
5948
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
5920
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
5949
5921
|
UrlExpiryInSeconds: []
|
|
5950
5922
|
})
|
|
5951
5923
|
);
|
|
@@ -5961,18 +5933,18 @@ var se_StartChatContactCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
5961
5933
|
let body;
|
|
5962
5934
|
body = JSON.stringify(
|
|
5963
5935
|
(0, import_smithy_client.take)(input, {
|
|
5964
|
-
Attributes: (_) => (0, import_smithy_client._json)(_),
|
|
5936
|
+
Attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Attributes"),
|
|
5965
5937
|
ChatDurationInMinutes: [],
|
|
5966
5938
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
5967
5939
|
ContactFlowId: [],
|
|
5968
5940
|
CustomerId: [],
|
|
5969
|
-
InitialMessage: (_) => (0, import_smithy_client._json)(_),
|
|
5941
|
+
InitialMessage: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "InitialMessage"),
|
|
5970
5942
|
InstanceId: [],
|
|
5971
|
-
ParticipantDetails: (_) => (0, import_smithy_client._json)(_),
|
|
5972
|
-
PersistentChat: (_) => (0, import_smithy_client._json)(_),
|
|
5943
|
+
ParticipantDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ParticipantDetails"),
|
|
5944
|
+
PersistentChat: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PersistentChat"),
|
|
5973
5945
|
RelatedContactId: [],
|
|
5974
|
-
SegmentAttributes: (_) => se_SegmentAttributes(_, context),
|
|
5975
|
-
SupportedMessagingContentTypes: (_) => (0, import_smithy_client._json)(_)
|
|
5946
|
+
SegmentAttributes: /* @__PURE__ */ __name((_) => se_SegmentAttributes(_, context), "SegmentAttributes"),
|
|
5947
|
+
SupportedMessagingContentTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SupportedMessagingContentTypes")
|
|
5976
5948
|
})
|
|
5977
5949
|
);
|
|
5978
5950
|
b.m("PUT").h(headers).b(body);
|
|
@@ -6008,7 +5980,7 @@ var se_StartContactRecordingCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
6008
5980
|
ContactId: [],
|
|
6009
5981
|
InitialContactId: [],
|
|
6010
5982
|
InstanceId: [],
|
|
6011
|
-
VoiceRecordingConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
5983
|
+
VoiceRecordingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VoiceRecordingConfiguration")
|
|
6012
5984
|
})
|
|
6013
5985
|
);
|
|
6014
5986
|
b.m("POST").h(headers).b(body);
|
|
@@ -6023,7 +5995,7 @@ var se_StartContactStreamingCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
6023
5995
|
let body;
|
|
6024
5996
|
body = JSON.stringify(
|
|
6025
5997
|
(0, import_smithy_client.take)(input, {
|
|
6026
|
-
ChatStreamingConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
5998
|
+
ChatStreamingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ChatStreamingConfiguration"),
|
|
6027
5999
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
6028
6000
|
ContactId: [],
|
|
6029
6001
|
InstanceId: []
|
|
@@ -6041,20 +6013,20 @@ var se_StartEmailContactCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
6041
6013
|
let body;
|
|
6042
6014
|
body = JSON.stringify(
|
|
6043
6015
|
(0, import_smithy_client.take)(input, {
|
|
6044
|
-
AdditionalRecipients: (_) => (0, import_smithy_client._json)(_),
|
|
6045
|
-
Attachments: (_) => (0, import_smithy_client._json)(_),
|
|
6046
|
-
Attributes: (_) => (0, import_smithy_client._json)(_),
|
|
6016
|
+
AdditionalRecipients: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdditionalRecipients"),
|
|
6017
|
+
Attachments: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Attachments"),
|
|
6018
|
+
Attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Attributes"),
|
|
6047
6019
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
6048
6020
|
ContactFlowId: [],
|
|
6049
6021
|
Description: [],
|
|
6050
6022
|
DestinationEmailAddress: [],
|
|
6051
|
-
EmailMessage: (_) => (0, import_smithy_client._json)(_),
|
|
6052
|
-
FromEmailAddress: (_) => (0, import_smithy_client._json)(_),
|
|
6023
|
+
EmailMessage: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EmailMessage"),
|
|
6024
|
+
FromEmailAddress: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FromEmailAddress"),
|
|
6053
6025
|
InstanceId: [],
|
|
6054
6026
|
Name: [],
|
|
6055
|
-
References: (_) => (0, import_smithy_client._json)(_),
|
|
6027
|
+
References: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "References"),
|
|
6056
6028
|
RelatedContactId: [],
|
|
6057
|
-
SegmentAttributes: (_) => se_SegmentAttributes(_, context)
|
|
6029
|
+
SegmentAttributes: /* @__PURE__ */ __name((_) => se_SegmentAttributes(_, context), "SegmentAttributes")
|
|
6058
6030
|
})
|
|
6059
6031
|
);
|
|
6060
6032
|
b.m("PUT").h(headers).b(body);
|
|
@@ -6069,18 +6041,18 @@ var se_StartOutboundChatContactCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
6069
6041
|
let body;
|
|
6070
6042
|
body = JSON.stringify(
|
|
6071
6043
|
(0, import_smithy_client.take)(input, {
|
|
6072
|
-
Attributes: (_) => (0, import_smithy_client._json)(_),
|
|
6044
|
+
Attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Attributes"),
|
|
6073
6045
|
ChatDurationInMinutes: [],
|
|
6074
6046
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
6075
6047
|
ContactFlowId: [],
|
|
6076
|
-
DestinationEndpoint: (_) => (0, import_smithy_client._json)(_),
|
|
6077
|
-
InitialSystemMessage: (_) => (0, import_smithy_client._json)(_),
|
|
6048
|
+
DestinationEndpoint: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DestinationEndpoint"),
|
|
6049
|
+
InitialSystemMessage: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "InitialSystemMessage"),
|
|
6078
6050
|
InstanceId: [],
|
|
6079
|
-
ParticipantDetails: (_) => (0, import_smithy_client._json)(_),
|
|
6051
|
+
ParticipantDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ParticipantDetails"),
|
|
6080
6052
|
RelatedContactId: [],
|
|
6081
|
-
SegmentAttributes: (_) => se_SegmentAttributes(_, context),
|
|
6082
|
-
SourceEndpoint: (_) => (0, import_smithy_client._json)(_),
|
|
6083
|
-
SupportedMessagingContentTypes: (_) => (0, import_smithy_client._json)(_)
|
|
6053
|
+
SegmentAttributes: /* @__PURE__ */ __name((_) => se_SegmentAttributes(_, context), "SegmentAttributes"),
|
|
6054
|
+
SourceEndpoint: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SourceEndpoint"),
|
|
6055
|
+
SupportedMessagingContentTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SupportedMessagingContentTypes")
|
|
6084
6056
|
})
|
|
6085
6057
|
);
|
|
6086
6058
|
b.m("PUT").h(headers).b(body);
|
|
@@ -6095,12 +6067,12 @@ var se_StartOutboundEmailContactCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
6095
6067
|
let body;
|
|
6096
6068
|
body = JSON.stringify(
|
|
6097
6069
|
(0, import_smithy_client.take)(input, {
|
|
6098
|
-
AdditionalRecipients: (_) => (0, import_smithy_client._json)(_),
|
|
6070
|
+
AdditionalRecipients: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdditionalRecipients"),
|
|
6099
6071
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
6100
6072
|
ContactId: [],
|
|
6101
|
-
DestinationEmailAddress: (_) => (0, import_smithy_client._json)(_),
|
|
6102
|
-
EmailMessage: (_) => (0, import_smithy_client._json)(_),
|
|
6103
|
-
FromEmailAddress: (_) => (0, import_smithy_client._json)(_),
|
|
6073
|
+
DestinationEmailAddress: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DestinationEmailAddress"),
|
|
6074
|
+
EmailMessage: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EmailMessage"),
|
|
6075
|
+
FromEmailAddress: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FromEmailAddress"),
|
|
6104
6076
|
InstanceId: []
|
|
6105
6077
|
})
|
|
6106
6078
|
);
|
|
@@ -6116,8 +6088,8 @@ var se_StartOutboundVoiceContactCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
6116
6088
|
let body;
|
|
6117
6089
|
body = JSON.stringify(
|
|
6118
6090
|
(0, import_smithy_client.take)(input, {
|
|
6119
|
-
AnswerMachineDetectionConfig: (_) => (0, import_smithy_client._json)(_),
|
|
6120
|
-
Attributes: (_) => (0, import_smithy_client._json)(_),
|
|
6091
|
+
AnswerMachineDetectionConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AnswerMachineDetectionConfig"),
|
|
6092
|
+
Attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Attributes"),
|
|
6121
6093
|
CampaignId: [],
|
|
6122
6094
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
6123
6095
|
ContactFlowId: [],
|
|
@@ -6126,7 +6098,7 @@ var se_StartOutboundVoiceContactCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
6126
6098
|
InstanceId: [],
|
|
6127
6099
|
Name: [],
|
|
6128
6100
|
QueueId: [],
|
|
6129
|
-
References: (_) => (0, import_smithy_client._json)(_),
|
|
6101
|
+
References: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "References"),
|
|
6130
6102
|
RelatedContactId: [],
|
|
6131
6103
|
SourcePhoneNumber: [],
|
|
6132
6104
|
TrafficType: []
|
|
@@ -6161,7 +6133,7 @@ var se_StartTaskContactCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
6161
6133
|
let body;
|
|
6162
6134
|
body = JSON.stringify(
|
|
6163
6135
|
(0, import_smithy_client.take)(input, {
|
|
6164
|
-
Attributes: (_) => (0, import_smithy_client._json)(_),
|
|
6136
|
+
Attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Attributes"),
|
|
6165
6137
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
6166
6138
|
ContactFlowId: [],
|
|
6167
6139
|
Description: [],
|
|
@@ -6169,10 +6141,10 @@ var se_StartTaskContactCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
6169
6141
|
Name: [],
|
|
6170
6142
|
PreviousContactId: [],
|
|
6171
6143
|
QuickConnectId: [],
|
|
6172
|
-
References: (_) => (0, import_smithy_client._json)(_),
|
|
6144
|
+
References: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "References"),
|
|
6173
6145
|
RelatedContactId: [],
|
|
6174
|
-
ScheduledTime: (_) => _.getTime() / 1e3,
|
|
6175
|
-
SegmentAttributes: (_) => se_SegmentAttributes(_, context),
|
|
6146
|
+
ScheduledTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ScheduledTime"),
|
|
6147
|
+
SegmentAttributes: /* @__PURE__ */ __name((_) => se_SegmentAttributes(_, context), "SegmentAttributes"),
|
|
6176
6148
|
TaskTemplateId: []
|
|
6177
6149
|
})
|
|
6178
6150
|
);
|
|
@@ -6188,14 +6160,14 @@ var se_StartWebRTCContactCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
6188
6160
|
let body;
|
|
6189
6161
|
body = JSON.stringify(
|
|
6190
6162
|
(0, import_smithy_client.take)(input, {
|
|
6191
|
-
AllowedCapabilities: (_) => (0, import_smithy_client._json)(_),
|
|
6192
|
-
Attributes: (_) => (0, import_smithy_client._json)(_),
|
|
6163
|
+
AllowedCapabilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AllowedCapabilities"),
|
|
6164
|
+
Attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Attributes"),
|
|
6193
6165
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
6194
6166
|
ContactFlowId: [],
|
|
6195
6167
|
Description: [],
|
|
6196
6168
|
InstanceId: [],
|
|
6197
|
-
ParticipantDetails: (_) => (0, import_smithy_client._json)(_),
|
|
6198
|
-
References: (_) => (0, import_smithy_client._json)(_),
|
|
6169
|
+
ParticipantDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ParticipantDetails"),
|
|
6170
|
+
References: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "References"),
|
|
6199
6171
|
RelatedContactId: []
|
|
6200
6172
|
})
|
|
6201
6173
|
);
|
|
@@ -6212,7 +6184,7 @@ var se_StopContactCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
6212
6184
|
body = JSON.stringify(
|
|
6213
6185
|
(0, import_smithy_client.take)(input, {
|
|
6214
6186
|
ContactId: [],
|
|
6215
|
-
DisconnectReason: (_) => (0, import_smithy_client._json)(_),
|
|
6187
|
+
DisconnectReason: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DisconnectReason"),
|
|
6216
6188
|
InstanceId: []
|
|
6217
6189
|
})
|
|
6218
6190
|
);
|
|
@@ -6265,8 +6237,8 @@ var se_SubmitContactEvaluationCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
6265
6237
|
let body;
|
|
6266
6238
|
body = JSON.stringify(
|
|
6267
6239
|
(0, import_smithy_client.take)(input, {
|
|
6268
|
-
Answers: (_) => se_EvaluationAnswersInputMap(_, context),
|
|
6269
|
-
Notes: (_) => (0, import_smithy_client._json)(_)
|
|
6240
|
+
Answers: /* @__PURE__ */ __name((_) => se_EvaluationAnswersInputMap(_, context), "Answers"),
|
|
6241
|
+
Notes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Notes")
|
|
6270
6242
|
})
|
|
6271
6243
|
);
|
|
6272
6244
|
b.m("POST").h(headers).b(body);
|
|
@@ -6301,7 +6273,7 @@ var se_TagContactCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
6301
6273
|
(0, import_smithy_client.take)(input, {
|
|
6302
6274
|
ContactId: [],
|
|
6303
6275
|
InstanceId: [],
|
|
6304
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
6276
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
6305
6277
|
})
|
|
6306
6278
|
);
|
|
6307
6279
|
b.m("POST").h(headers).b(body);
|
|
@@ -6317,7 +6289,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
6317
6289
|
let body;
|
|
6318
6290
|
body = JSON.stringify(
|
|
6319
6291
|
(0, import_smithy_client.take)(input, {
|
|
6320
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
6292
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
6321
6293
|
})
|
|
6322
6294
|
);
|
|
6323
6295
|
b.m("POST").h(headers).b(body);
|
|
@@ -6400,8 +6372,8 @@ var se_UpdateAuthenticationProfileCommand = /* @__PURE__ */ __name(async (input,
|
|
|
6400
6372
|
let body;
|
|
6401
6373
|
body = JSON.stringify(
|
|
6402
6374
|
(0, import_smithy_client.take)(input, {
|
|
6403
|
-
AllowedIps: (_) => (0, import_smithy_client._json)(_),
|
|
6404
|
-
BlockedIps: (_) => (0, import_smithy_client._json)(_),
|
|
6375
|
+
AllowedIps: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AllowedIps"),
|
|
6376
|
+
BlockedIps: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BlockedIps"),
|
|
6405
6377
|
Description: [],
|
|
6406
6378
|
Name: [],
|
|
6407
6379
|
PeriodicSessionDuration: []
|
|
@@ -6421,14 +6393,14 @@ var se_UpdateContactCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
6421
6393
|
let body;
|
|
6422
6394
|
body = JSON.stringify(
|
|
6423
6395
|
(0, import_smithy_client.take)(input, {
|
|
6424
|
-
CustomerEndpoint: (_) => (0, import_smithy_client._json)(_),
|
|
6396
|
+
CustomerEndpoint: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CustomerEndpoint"),
|
|
6425
6397
|
Description: [],
|
|
6426
6398
|
Name: [],
|
|
6427
|
-
QueueInfo: (_) => (0, import_smithy_client._json)(_),
|
|
6428
|
-
References: (_) => (0, import_smithy_client._json)(_),
|
|
6429
|
-
SegmentAttributes: (_) => se_SegmentAttributes(_, context),
|
|
6430
|
-
SystemEndpoint: (_) => (0, import_smithy_client._json)(_),
|
|
6431
|
-
UserInfo: (_) => (0, import_smithy_client._json)(_)
|
|
6399
|
+
QueueInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "QueueInfo"),
|
|
6400
|
+
References: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "References"),
|
|
6401
|
+
SegmentAttributes: /* @__PURE__ */ __name((_) => se_SegmentAttributes(_, context), "SegmentAttributes"),
|
|
6402
|
+
SystemEndpoint: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SystemEndpoint"),
|
|
6403
|
+
UserInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "UserInfo")
|
|
6432
6404
|
})
|
|
6433
6405
|
);
|
|
6434
6406
|
b.m("POST").h(headers).b(body);
|
|
@@ -6443,7 +6415,7 @@ var se_UpdateContactAttributesCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
6443
6415
|
let body;
|
|
6444
6416
|
body = JSON.stringify(
|
|
6445
6417
|
(0, import_smithy_client.take)(input, {
|
|
6446
|
-
Attributes: (_) => (0, import_smithy_client._json)(_),
|
|
6418
|
+
Attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Attributes"),
|
|
6447
6419
|
InitialContactId: [],
|
|
6448
6420
|
InstanceId: []
|
|
6449
6421
|
})
|
|
@@ -6462,8 +6434,8 @@ var se_UpdateContactEvaluationCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
6462
6434
|
let body;
|
|
6463
6435
|
body = JSON.stringify(
|
|
6464
6436
|
(0, import_smithy_client.take)(input, {
|
|
6465
|
-
Answers: (_) => se_EvaluationAnswersInputMap(_, context),
|
|
6466
|
-
Notes: (_) => (0, import_smithy_client._json)(_)
|
|
6437
|
+
Answers: /* @__PURE__ */ __name((_) => se_EvaluationAnswersInputMap(_, context), "Answers"),
|
|
6438
|
+
Notes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Notes")
|
|
6467
6439
|
})
|
|
6468
6440
|
);
|
|
6469
6441
|
b.m("POST").h(headers).b(body);
|
|
@@ -6572,7 +6544,7 @@ var se_UpdateContactRoutingDataCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
6572
6544
|
(0, import_smithy_client.take)(input, {
|
|
6573
6545
|
QueuePriority: [],
|
|
6574
6546
|
QueueTimeAdjustmentSeconds: [],
|
|
6575
|
-
RoutingCriteria: (_) => se_RoutingCriteriaInput(_, context)
|
|
6547
|
+
RoutingCriteria: /* @__PURE__ */ __name((_) => se_RoutingCriteriaInput(_, context), "RoutingCriteria")
|
|
6576
6548
|
})
|
|
6577
6549
|
);
|
|
6578
6550
|
b.m("POST").h(headers).b(body);
|
|
@@ -6589,7 +6561,7 @@ var se_UpdateContactScheduleCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
6589
6561
|
(0, import_smithy_client.take)(input, {
|
|
6590
6562
|
ContactId: [],
|
|
6591
6563
|
InstanceId: [],
|
|
6592
|
-
ScheduledTime: (_) => _.getTime() / 1e3
|
|
6564
|
+
ScheduledTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ScheduledTime")
|
|
6593
6565
|
})
|
|
6594
6566
|
);
|
|
6595
6567
|
b.m("POST").h(headers).b(body);
|
|
@@ -6629,8 +6601,8 @@ var se_UpdateEvaluationFormCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
6629
6601
|
CreateNewVersion: [],
|
|
6630
6602
|
Description: [],
|
|
6631
6603
|
EvaluationFormVersion: [],
|
|
6632
|
-
Items: (_) => se_EvaluationFormItemsList(_, context),
|
|
6633
|
-
ScoringStrategy: (_) => (0, import_smithy_client._json)(_),
|
|
6604
|
+
Items: /* @__PURE__ */ __name((_) => se_EvaluationFormItemsList(_, context), "Items"),
|
|
6605
|
+
ScoringStrategy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ScoringStrategy"),
|
|
6634
6606
|
Title: []
|
|
6635
6607
|
})
|
|
6636
6608
|
);
|
|
@@ -6648,7 +6620,7 @@ var se_UpdateHoursOfOperationCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
6648
6620
|
let body;
|
|
6649
6621
|
body = JSON.stringify(
|
|
6650
6622
|
(0, import_smithy_client.take)(input, {
|
|
6651
|
-
Config: (_) => (0, import_smithy_client._json)(_),
|
|
6623
|
+
Config: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Config"),
|
|
6652
6624
|
Description: [],
|
|
6653
6625
|
Name: [],
|
|
6654
6626
|
TimeZone: []
|
|
@@ -6669,7 +6641,7 @@ var se_UpdateHoursOfOperationOverrideCommand = /* @__PURE__ */ __name(async (inp
|
|
|
6669
6641
|
let body;
|
|
6670
6642
|
body = JSON.stringify(
|
|
6671
6643
|
(0, import_smithy_client.take)(input, {
|
|
6672
|
-
Config: (_) => (0, import_smithy_client._json)(_),
|
|
6644
|
+
Config: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Config"),
|
|
6673
6645
|
Description: [],
|
|
6674
6646
|
EffectiveFrom: [],
|
|
6675
6647
|
EffectiveTill: [],
|
|
@@ -6712,7 +6684,7 @@ var se_UpdateInstanceStorageConfigCommand = /* @__PURE__ */ __name(async (input,
|
|
|
6712
6684
|
body = JSON.stringify(
|
|
6713
6685
|
(0, import_smithy_client.take)(input, {
|
|
6714
6686
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
6715
|
-
StorageConfig: (_) => (0, import_smithy_client._json)(_)
|
|
6687
|
+
StorageConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StorageConfig")
|
|
6716
6688
|
})
|
|
6717
6689
|
);
|
|
6718
6690
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -6748,7 +6720,7 @@ var se_UpdateParticipantRoleConfigCommand = /* @__PURE__ */ __name(async (input,
|
|
|
6748
6720
|
let body;
|
|
6749
6721
|
body = JSON.stringify(
|
|
6750
6722
|
(0, import_smithy_client.take)(input, {
|
|
6751
|
-
ChannelConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
6723
|
+
ChannelConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ChannelConfiguration")
|
|
6752
6724
|
})
|
|
6753
6725
|
);
|
|
6754
6726
|
b.m("PUT").h(headers).b(body);
|
|
@@ -6800,7 +6772,7 @@ var se_UpdatePredefinedAttributeCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
6800
6772
|
let body;
|
|
6801
6773
|
body = JSON.stringify(
|
|
6802
6774
|
(0, import_smithy_client.take)(input, {
|
|
6803
|
-
Values: (_) => (0, import_smithy_client._json)(_)
|
|
6775
|
+
Values: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Values")
|
|
6804
6776
|
})
|
|
6805
6777
|
);
|
|
6806
6778
|
b.m("POST").h(headers).b(body);
|
|
@@ -6888,7 +6860,7 @@ var se_UpdateQueueOutboundCallerConfigCommand = /* @__PURE__ */ __name(async (in
|
|
|
6888
6860
|
let body;
|
|
6889
6861
|
body = JSON.stringify(
|
|
6890
6862
|
(0, import_smithy_client.take)(input, {
|
|
6891
|
-
OutboundCallerConfig: (_) => (0, import_smithy_client._json)(_)
|
|
6863
|
+
OutboundCallerConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OutboundCallerConfig")
|
|
6892
6864
|
})
|
|
6893
6865
|
);
|
|
6894
6866
|
b.m("POST").h(headers).b(body);
|
|
@@ -6905,7 +6877,7 @@ var se_UpdateQueueOutboundEmailConfigCommand = /* @__PURE__ */ __name(async (inp
|
|
|
6905
6877
|
let body;
|
|
6906
6878
|
body = JSON.stringify(
|
|
6907
6879
|
(0, import_smithy_client.take)(input, {
|
|
6908
|
-
OutboundEmailConfig: (_) => (0, import_smithy_client._json)(_)
|
|
6880
|
+
OutboundEmailConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OutboundEmailConfig")
|
|
6909
6881
|
})
|
|
6910
6882
|
);
|
|
6911
6883
|
b.m("POST").h(headers).b(body);
|
|
@@ -6939,7 +6911,7 @@ var se_UpdateQuickConnectConfigCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
6939
6911
|
let body;
|
|
6940
6912
|
body = JSON.stringify(
|
|
6941
6913
|
(0, import_smithy_client.take)(input, {
|
|
6942
|
-
QuickConnectConfig: (_) => (0, import_smithy_client._json)(_)
|
|
6914
|
+
QuickConnectConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "QuickConnectConfig")
|
|
6943
6915
|
})
|
|
6944
6916
|
);
|
|
6945
6917
|
b.m("POST").h(headers).b(body);
|
|
@@ -6991,7 +6963,7 @@ var se_UpdateRoutingProfileConcurrencyCommand = /* @__PURE__ */ __name(async (in
|
|
|
6991
6963
|
let body;
|
|
6992
6964
|
body = JSON.stringify(
|
|
6993
6965
|
(0, import_smithy_client.take)(input, {
|
|
6994
|
-
MediaConcurrencies: (_) => (0, import_smithy_client._json)(_)
|
|
6966
|
+
MediaConcurrencies: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MediaConcurrencies")
|
|
6995
6967
|
})
|
|
6996
6968
|
);
|
|
6997
6969
|
b.m("POST").h(headers).b(body);
|
|
@@ -7043,7 +7015,7 @@ var se_UpdateRoutingProfileQueuesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
7043
7015
|
let body;
|
|
7044
7016
|
body = JSON.stringify(
|
|
7045
7017
|
(0, import_smithy_client.take)(input, {
|
|
7046
|
-
QueueConfigs: (_) => (0, import_smithy_client._json)(_)
|
|
7018
|
+
QueueConfigs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "QueueConfigs")
|
|
7047
7019
|
})
|
|
7048
7020
|
);
|
|
7049
7021
|
b.m("POST").h(headers).b(body);
|
|
@@ -7060,7 +7032,7 @@ var se_UpdateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
7060
7032
|
let body;
|
|
7061
7033
|
body = JSON.stringify(
|
|
7062
7034
|
(0, import_smithy_client.take)(input, {
|
|
7063
|
-
Actions: (_) => se_RuleActions(_, context),
|
|
7035
|
+
Actions: /* @__PURE__ */ __name((_) => se_RuleActions(_, context), "Actions"),
|
|
7064
7036
|
Function: [],
|
|
7065
7037
|
Name: [],
|
|
7066
7038
|
PublishStatus: []
|
|
@@ -7081,12 +7053,12 @@ var se_UpdateSecurityProfileCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
7081
7053
|
body = JSON.stringify(
|
|
7082
7054
|
(0, import_smithy_client.take)(input, {
|
|
7083
7055
|
AllowedAccessControlHierarchyGroupId: [],
|
|
7084
|
-
AllowedAccessControlTags: (_) => (0, import_smithy_client._json)(_),
|
|
7085
|
-
Applications: (_) => (0, import_smithy_client._json)(_),
|
|
7056
|
+
AllowedAccessControlTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AllowedAccessControlTags"),
|
|
7057
|
+
Applications: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Applications"),
|
|
7086
7058
|
Description: [],
|
|
7087
|
-
HierarchyRestrictedResources: (_) => (0, import_smithy_client._json)(_),
|
|
7088
|
-
Permissions: (_) => (0, import_smithy_client._json)(_),
|
|
7089
|
-
TagRestrictedResources: (_) => (0, import_smithy_client._json)(_)
|
|
7059
|
+
HierarchyRestrictedResources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "HierarchyRestrictedResources"),
|
|
7060
|
+
Permissions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Permissions"),
|
|
7061
|
+
TagRestrictedResources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagRestrictedResources")
|
|
7090
7062
|
})
|
|
7091
7063
|
);
|
|
7092
7064
|
b.m("POST").h(headers).b(body);
|
|
@@ -7103,11 +7075,11 @@ var se_UpdateTaskTemplateCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
7103
7075
|
let body;
|
|
7104
7076
|
body = JSON.stringify(
|
|
7105
7077
|
(0, import_smithy_client.take)(input, {
|
|
7106
|
-
Constraints: (_) => (0, import_smithy_client._json)(_),
|
|
7078
|
+
Constraints: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Constraints"),
|
|
7107
7079
|
ContactFlowId: [],
|
|
7108
|
-
Defaults: (_) => (0, import_smithy_client._json)(_),
|
|
7080
|
+
Defaults: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Defaults"),
|
|
7109
7081
|
Description: [],
|
|
7110
|
-
Fields: (_) => (0, import_smithy_client._json)(_),
|
|
7082
|
+
Fields: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Fields"),
|
|
7111
7083
|
Name: [],
|
|
7112
7084
|
SelfAssignFlowId: [],
|
|
7113
7085
|
Status: []
|
|
@@ -7126,9 +7098,9 @@ var se_UpdateTrafficDistributionCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
7126
7098
|
let body;
|
|
7127
7099
|
body = JSON.stringify(
|
|
7128
7100
|
(0, import_smithy_client.take)(input, {
|
|
7129
|
-
AgentConfig: (_) => (0, import_smithy_client._json)(_),
|
|
7130
|
-
SignInConfig: (_) => (0, import_smithy_client._json)(_),
|
|
7131
|
-
TelephonyConfig: (_) => (0, import_smithy_client._json)(_)
|
|
7101
|
+
AgentConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AgentConfig"),
|
|
7102
|
+
SignInConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SignInConfig"),
|
|
7103
|
+
TelephonyConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TelephonyConfig")
|
|
7132
7104
|
})
|
|
7133
7105
|
);
|
|
7134
7106
|
b.m("PUT").h(headers).b(body);
|
|
@@ -7178,7 +7150,7 @@ var se_UpdateUserHierarchyStructureCommand = /* @__PURE__ */ __name(async (input
|
|
|
7178
7150
|
let body;
|
|
7179
7151
|
body = JSON.stringify(
|
|
7180
7152
|
(0, import_smithy_client.take)(input, {
|
|
7181
|
-
HierarchyStructure: (_) => (0, import_smithy_client._json)(_)
|
|
7153
|
+
HierarchyStructure: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "HierarchyStructure")
|
|
7182
7154
|
})
|
|
7183
7155
|
);
|
|
7184
7156
|
b.m("POST").h(headers).b(body);
|
|
@@ -7195,7 +7167,7 @@ var se_UpdateUserIdentityInfoCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
7195
7167
|
let body;
|
|
7196
7168
|
body = JSON.stringify(
|
|
7197
7169
|
(0, import_smithy_client.take)(input, {
|
|
7198
|
-
IdentityInfo: (_) => (0, import_smithy_client._json)(_)
|
|
7170
|
+
IdentityInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityInfo")
|
|
7199
7171
|
})
|
|
7200
7172
|
);
|
|
7201
7173
|
b.m("POST").h(headers).b(body);
|
|
@@ -7212,7 +7184,7 @@ var se_UpdateUserPhoneConfigCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
7212
7184
|
let body;
|
|
7213
7185
|
body = JSON.stringify(
|
|
7214
7186
|
(0, import_smithy_client.take)(input, {
|
|
7215
|
-
PhoneConfig: (_) => (0, import_smithy_client._json)(_)
|
|
7187
|
+
PhoneConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PhoneConfig")
|
|
7216
7188
|
})
|
|
7217
7189
|
);
|
|
7218
7190
|
b.m("POST").h(headers).b(body);
|
|
@@ -7229,7 +7201,7 @@ var se_UpdateUserProficienciesCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
7229
7201
|
let body;
|
|
7230
7202
|
body = JSON.stringify(
|
|
7231
7203
|
(0, import_smithy_client.take)(input, {
|
|
7232
|
-
UserProficiencies: (_) => se_UserProficiencyList(_, context)
|
|
7204
|
+
UserProficiencies: /* @__PURE__ */ __name((_) => se_UserProficiencyList(_, context), "UserProficiencies")
|
|
7233
7205
|
})
|
|
7234
7206
|
);
|
|
7235
7207
|
b.m("POST").h(headers).b(body);
|
|
@@ -7263,7 +7235,7 @@ var se_UpdateUserSecurityProfilesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
7263
7235
|
let body;
|
|
7264
7236
|
body = JSON.stringify(
|
|
7265
7237
|
(0, import_smithy_client.take)(input, {
|
|
7266
|
-
SecurityProfileIds: (_) => (0, import_smithy_client._json)(_)
|
|
7238
|
+
SecurityProfileIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SecurityProfileIds")
|
|
7267
7239
|
})
|
|
7268
7240
|
);
|
|
7269
7241
|
b.m("POST").h(headers).b(body);
|
|
@@ -7280,7 +7252,7 @@ var se_UpdateViewContentCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
7280
7252
|
let body;
|
|
7281
7253
|
body = JSON.stringify(
|
|
7282
7254
|
(0, import_smithy_client.take)(input, {
|
|
7283
|
-
Content: (_) => (0, import_smithy_client._json)(_),
|
|
7255
|
+
Content: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Content"),
|
|
7284
7256
|
Status: []
|
|
7285
7257
|
})
|
|
7286
7258
|
);
|
|
@@ -7967,7 +7939,7 @@ var de_CreateViewCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7967
7939
|
});
|
|
7968
7940
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7969
7941
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7970
|
-
View: (_) => de_View(_, context)
|
|
7942
|
+
View: /* @__PURE__ */ __name((_) => de_View(_, context), "View")
|
|
7971
7943
|
});
|
|
7972
7944
|
Object.assign(contents, doc);
|
|
7973
7945
|
return contents;
|
|
@@ -7981,7 +7953,7 @@ var de_CreateViewVersionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7981
7953
|
});
|
|
7982
7954
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7983
7955
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7984
|
-
View: (_) => de_View(_, context)
|
|
7956
|
+
View: /* @__PURE__ */ __name((_) => de_View(_, context), "View")
|
|
7985
7957
|
});
|
|
7986
7958
|
Object.assign(contents, doc);
|
|
7987
7959
|
return contents;
|
|
@@ -8303,7 +8275,7 @@ var de_DescribeAgentStatusCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
8303
8275
|
});
|
|
8304
8276
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8305
8277
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8306
|
-
AgentStatus: (_) => de_AgentStatus(_, context)
|
|
8278
|
+
AgentStatus: /* @__PURE__ */ __name((_) => de_AgentStatus(_, context), "AgentStatus")
|
|
8307
8279
|
});
|
|
8308
8280
|
Object.assign(contents, doc);
|
|
8309
8281
|
return contents;
|
|
@@ -8317,7 +8289,7 @@ var de_DescribeAuthenticationProfileCommand = /* @__PURE__ */ __name(async (outp
|
|
|
8317
8289
|
});
|
|
8318
8290
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8319
8291
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8320
|
-
AuthenticationProfile: (_) => de_AuthenticationProfile(_, context)
|
|
8292
|
+
AuthenticationProfile: /* @__PURE__ */ __name((_) => de_AuthenticationProfile(_, context), "AuthenticationProfile")
|
|
8321
8293
|
});
|
|
8322
8294
|
Object.assign(contents, doc);
|
|
8323
8295
|
return contents;
|
|
@@ -8331,7 +8303,7 @@ var de_DescribeContactCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
8331
8303
|
});
|
|
8332
8304
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8333
8305
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8334
|
-
Contact: (_) => de_Contact(_, context)
|
|
8306
|
+
Contact: /* @__PURE__ */ __name((_) => de_Contact(_, context), "Contact")
|
|
8335
8307
|
});
|
|
8336
8308
|
Object.assign(contents, doc);
|
|
8337
8309
|
return contents;
|
|
@@ -8345,8 +8317,8 @@ var de_DescribeContactEvaluationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
8345
8317
|
});
|
|
8346
8318
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8347
8319
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8348
|
-
Evaluation: (_) => de_Evaluation(_, context),
|
|
8349
|
-
EvaluationForm: (_) => de_EvaluationFormContent(_, context)
|
|
8320
|
+
Evaluation: /* @__PURE__ */ __name((_) => de_Evaluation(_, context), "Evaluation"),
|
|
8321
|
+
EvaluationForm: /* @__PURE__ */ __name((_) => de_EvaluationFormContent(_, context), "EvaluationForm")
|
|
8350
8322
|
});
|
|
8351
8323
|
Object.assign(contents, doc);
|
|
8352
8324
|
return contents;
|
|
@@ -8360,7 +8332,7 @@ var de_DescribeContactFlowCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
8360
8332
|
});
|
|
8361
8333
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8362
8334
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8363
|
-
ContactFlow: (_) => de_ContactFlow(_, context)
|
|
8335
|
+
ContactFlow: /* @__PURE__ */ __name((_) => de_ContactFlow(_, context), "ContactFlow")
|
|
8364
8336
|
});
|
|
8365
8337
|
Object.assign(contents, doc);
|
|
8366
8338
|
return contents;
|
|
@@ -8409,7 +8381,7 @@ var de_DescribeEvaluationFormCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
8409
8381
|
});
|
|
8410
8382
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8411
8383
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8412
|
-
EvaluationForm: (_) => de_EvaluationForm(_, context)
|
|
8384
|
+
EvaluationForm: /* @__PURE__ */ __name((_) => de_EvaluationForm(_, context), "EvaluationForm")
|
|
8413
8385
|
});
|
|
8414
8386
|
Object.assign(contents, doc);
|
|
8415
8387
|
return contents;
|
|
@@ -8423,7 +8395,7 @@ var de_DescribeHoursOfOperationCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
8423
8395
|
});
|
|
8424
8396
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8425
8397
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8426
|
-
HoursOfOperation: (_) => de_HoursOfOperation(_, context)
|
|
8398
|
+
HoursOfOperation: /* @__PURE__ */ __name((_) => de_HoursOfOperation(_, context), "HoursOfOperation")
|
|
8427
8399
|
});
|
|
8428
8400
|
Object.assign(contents, doc);
|
|
8429
8401
|
return contents;
|
|
@@ -8451,7 +8423,7 @@ var de_DescribeInstanceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
8451
8423
|
});
|
|
8452
8424
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8453
8425
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8454
|
-
Instance: (_) => de_Instance(_, context),
|
|
8426
|
+
Instance: /* @__PURE__ */ __name((_) => de_Instance(_, context), "Instance"),
|
|
8455
8427
|
ReplicationConfiguration: import_smithy_client._json
|
|
8456
8428
|
});
|
|
8457
8429
|
Object.assign(contents, doc);
|
|
@@ -8508,7 +8480,7 @@ var de_DescribePredefinedAttributeCommand = /* @__PURE__ */ __name(async (output
|
|
|
8508
8480
|
});
|
|
8509
8481
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8510
8482
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8511
|
-
PredefinedAttribute: (_) => de_PredefinedAttribute(_, context)
|
|
8483
|
+
PredefinedAttribute: /* @__PURE__ */ __name((_) => de_PredefinedAttribute(_, context), "PredefinedAttribute")
|
|
8512
8484
|
});
|
|
8513
8485
|
Object.assign(contents, doc);
|
|
8514
8486
|
return contents;
|
|
@@ -8522,7 +8494,7 @@ var de_DescribePromptCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
8522
8494
|
});
|
|
8523
8495
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8524
8496
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8525
|
-
Prompt: (_) => de_Prompt(_, context)
|
|
8497
|
+
Prompt: /* @__PURE__ */ __name((_) => de_Prompt(_, context), "Prompt")
|
|
8526
8498
|
});
|
|
8527
8499
|
Object.assign(contents, doc);
|
|
8528
8500
|
return contents;
|
|
@@ -8536,7 +8508,7 @@ var de_DescribeQueueCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
8536
8508
|
});
|
|
8537
8509
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8538
8510
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8539
|
-
Queue: (_) => de_Queue(_, context)
|
|
8511
|
+
Queue: /* @__PURE__ */ __name((_) => de_Queue(_, context), "Queue")
|
|
8540
8512
|
});
|
|
8541
8513
|
Object.assign(contents, doc);
|
|
8542
8514
|
return contents;
|
|
@@ -8550,7 +8522,7 @@ var de_DescribeQuickConnectCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
8550
8522
|
});
|
|
8551
8523
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8552
8524
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8553
|
-
QuickConnect: (_) => de_QuickConnect(_, context)
|
|
8525
|
+
QuickConnect: /* @__PURE__ */ __name((_) => de_QuickConnect(_, context), "QuickConnect")
|
|
8554
8526
|
});
|
|
8555
8527
|
Object.assign(contents, doc);
|
|
8556
8528
|
return contents;
|
|
@@ -8564,7 +8536,7 @@ var de_DescribeRoutingProfileCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
8564
8536
|
});
|
|
8565
8537
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8566
8538
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8567
|
-
RoutingProfile: (_) => de_RoutingProfile(_, context)
|
|
8539
|
+
RoutingProfile: /* @__PURE__ */ __name((_) => de_RoutingProfile(_, context), "RoutingProfile")
|
|
8568
8540
|
});
|
|
8569
8541
|
Object.assign(contents, doc);
|
|
8570
8542
|
return contents;
|
|
@@ -8578,7 +8550,7 @@ var de_DescribeRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
8578
8550
|
});
|
|
8579
8551
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8580
8552
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8581
|
-
Rule: (_) => de_Rule(_, context)
|
|
8553
|
+
Rule: /* @__PURE__ */ __name((_) => de_Rule(_, context), "Rule")
|
|
8582
8554
|
});
|
|
8583
8555
|
Object.assign(contents, doc);
|
|
8584
8556
|
return contents;
|
|
@@ -8592,7 +8564,7 @@ var de_DescribeSecurityProfileCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
8592
8564
|
});
|
|
8593
8565
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8594
8566
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8595
|
-
SecurityProfile: (_) => de_SecurityProfile(_, context)
|
|
8567
|
+
SecurityProfile: /* @__PURE__ */ __name((_) => de_SecurityProfile(_, context), "SecurityProfile")
|
|
8596
8568
|
});
|
|
8597
8569
|
Object.assign(contents, doc);
|
|
8598
8570
|
return contents;
|
|
@@ -8620,7 +8592,7 @@ var de_DescribeUserCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
8620
8592
|
});
|
|
8621
8593
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8622
8594
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8623
|
-
User: (_) => de_User(_, context)
|
|
8595
|
+
User: /* @__PURE__ */ __name((_) => de_User(_, context), "User")
|
|
8624
8596
|
});
|
|
8625
8597
|
Object.assign(contents, doc);
|
|
8626
8598
|
return contents;
|
|
@@ -8634,7 +8606,7 @@ var de_DescribeUserHierarchyGroupCommand = /* @__PURE__ */ __name(async (output,
|
|
|
8634
8606
|
});
|
|
8635
8607
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8636
8608
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8637
|
-
HierarchyGroup: (_) => de_HierarchyGroup(_, context)
|
|
8609
|
+
HierarchyGroup: /* @__PURE__ */ __name((_) => de_HierarchyGroup(_, context), "HierarchyGroup")
|
|
8638
8610
|
});
|
|
8639
8611
|
Object.assign(contents, doc);
|
|
8640
8612
|
return contents;
|
|
@@ -8648,7 +8620,7 @@ var de_DescribeUserHierarchyStructureCommand = /* @__PURE__ */ __name(async (out
|
|
|
8648
8620
|
});
|
|
8649
8621
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8650
8622
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8651
|
-
HierarchyStructure: (_) => de_HierarchyStructure(_, context)
|
|
8623
|
+
HierarchyStructure: /* @__PURE__ */ __name((_) => de_HierarchyStructure(_, context), "HierarchyStructure")
|
|
8652
8624
|
});
|
|
8653
8625
|
Object.assign(contents, doc);
|
|
8654
8626
|
return contents;
|
|
@@ -8662,7 +8634,7 @@ var de_DescribeViewCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
8662
8634
|
});
|
|
8663
8635
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8664
8636
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8665
|
-
View: (_) => de_View(_, context)
|
|
8637
|
+
View: /* @__PURE__ */ __name((_) => de_View(_, context), "View")
|
|
8666
8638
|
});
|
|
8667
8639
|
Object.assign(contents, doc);
|
|
8668
8640
|
return contents;
|
|
@@ -8676,7 +8648,7 @@ var de_DescribeVocabularyCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
8676
8648
|
});
|
|
8677
8649
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8678
8650
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8679
|
-
Vocabulary: (_) => de_Vocabulary(_, context)
|
|
8651
|
+
Vocabulary: /* @__PURE__ */ __name((_) => de_Vocabulary(_, context), "Vocabulary")
|
|
8680
8652
|
});
|
|
8681
8653
|
Object.assign(contents, doc);
|
|
8682
8654
|
return contents;
|
|
@@ -8831,7 +8803,7 @@ var de_GetAttachedFileCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
8831
8803
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8832
8804
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8833
8805
|
AssociatedResourceArn: import_smithy_client.expectString,
|
|
8834
|
-
CreatedBy: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
8806
|
+
CreatedBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "CreatedBy"),
|
|
8835
8807
|
CreationTime: import_smithy_client.expectString,
|
|
8836
8808
|
DownloadUrlMetadata: import_smithy_client._json,
|
|
8837
8809
|
FileArn: import_smithy_client.expectString,
|
|
@@ -8869,8 +8841,8 @@ var de_GetCurrentMetricDataCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
8869
8841
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8870
8842
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8871
8843
|
ApproximateTotalCount: import_smithy_client.expectLong,
|
|
8872
|
-
DataSnapshotTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8873
|
-
MetricResults: (_) => de_CurrentMetricResults(_, context),
|
|
8844
|
+
DataSnapshotTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DataSnapshotTime"),
|
|
8845
|
+
MetricResults: /* @__PURE__ */ __name((_) => de_CurrentMetricResults(_, context), "MetricResults"),
|
|
8874
8846
|
NextToken: import_smithy_client.expectString
|
|
8875
8847
|
});
|
|
8876
8848
|
Object.assign(contents, doc);
|
|
@@ -8887,7 +8859,7 @@ var de_GetCurrentUserDataCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
8887
8859
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8888
8860
|
ApproximateTotalCount: import_smithy_client.expectLong,
|
|
8889
8861
|
NextToken: import_smithy_client.expectString,
|
|
8890
|
-
UserDataList: (_) => de_UserDataList(_, context)
|
|
8862
|
+
UserDataList: /* @__PURE__ */ __name((_) => de_UserDataList(_, context), "UserDataList")
|
|
8891
8863
|
});
|
|
8892
8864
|
Object.assign(contents, doc);
|
|
8893
8865
|
return contents;
|
|
@@ -8916,7 +8888,7 @@ var de_GetFederationTokenCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
8916
8888
|
});
|
|
8917
8889
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8918
8890
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8919
|
-
Credentials: (_) => de_Credentials(_, context),
|
|
8891
|
+
Credentials: /* @__PURE__ */ __name((_) => de_Credentials(_, context), "Credentials"),
|
|
8920
8892
|
SignInUrl: import_smithy_client.expectString,
|
|
8921
8893
|
UserArn: import_smithy_client.expectString,
|
|
8922
8894
|
UserId: import_smithy_client.expectString
|
|
@@ -8949,7 +8921,7 @@ var de_GetMetricDataCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
8949
8921
|
});
|
|
8950
8922
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8951
8923
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8952
|
-
MetricResults: (_) => de_HistoricalMetricResults(_, context),
|
|
8924
|
+
MetricResults: /* @__PURE__ */ __name((_) => de_HistoricalMetricResults(_, context), "MetricResults"),
|
|
8953
8925
|
NextToken: import_smithy_client.expectString
|
|
8954
8926
|
});
|
|
8955
8927
|
Object.assign(contents, doc);
|
|
@@ -8964,7 +8936,7 @@ var de_GetMetricDataV2Command = /* @__PURE__ */ __name(async (output, context) =
|
|
|
8964
8936
|
});
|
|
8965
8937
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8966
8938
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8967
|
-
MetricResults: (_) => de_MetricResultsV2(_, context),
|
|
8939
|
+
MetricResults: /* @__PURE__ */ __name((_) => de_MetricResultsV2(_, context), "MetricResults"),
|
|
8968
8940
|
NextToken: import_smithy_client.expectString
|
|
8969
8941
|
});
|
|
8970
8942
|
Object.assign(contents, doc);
|
|
@@ -8980,7 +8952,7 @@ var de_GetPromptFileCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
8980
8952
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8981
8953
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8982
8954
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
8983
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8955
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
8984
8956
|
PromptPresignedUrl: import_smithy_client.expectString
|
|
8985
8957
|
});
|
|
8986
8958
|
Object.assign(contents, doc);
|
|
@@ -8998,13 +8970,13 @@ var de_GetTaskTemplateCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
8998
8970
|
Arn: import_smithy_client.expectString,
|
|
8999
8971
|
Constraints: import_smithy_client._json,
|
|
9000
8972
|
ContactFlowId: import_smithy_client.expectString,
|
|
9001
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8973
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
9002
8974
|
Defaults: import_smithy_client._json,
|
|
9003
8975
|
Description: import_smithy_client.expectString,
|
|
9004
8976
|
Fields: import_smithy_client._json,
|
|
9005
8977
|
Id: import_smithy_client.expectString,
|
|
9006
8978
|
InstanceId: import_smithy_client.expectString,
|
|
9007
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8979
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
9008
8980
|
Name: import_smithy_client.expectString,
|
|
9009
8981
|
SelfAssignFlowId: import_smithy_client.expectString,
|
|
9010
8982
|
Status: import_smithy_client.expectString,
|
|
@@ -9055,7 +9027,7 @@ var de_ListAgentStatusesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
9055
9027
|
});
|
|
9056
9028
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9057
9029
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9058
|
-
AgentStatusSummaryList: (_) => de_AgentStatusSummaryList(_, context),
|
|
9030
|
+
AgentStatusSummaryList: /* @__PURE__ */ __name((_) => de_AgentStatusSummaryList(_, context), "AgentStatusSummaryList"),
|
|
9059
9031
|
NextToken: import_smithy_client.expectString
|
|
9060
9032
|
});
|
|
9061
9033
|
Object.assign(contents, doc);
|
|
@@ -9115,7 +9087,7 @@ var de_ListAssociatedContactsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
9115
9087
|
});
|
|
9116
9088
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9117
9089
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9118
|
-
ContactSummaryList: (_) => de_AssociatedContactSummaryList(_, context),
|
|
9090
|
+
ContactSummaryList: /* @__PURE__ */ __name((_) => de_AssociatedContactSummaryList(_, context), "ContactSummaryList"),
|
|
9119
9091
|
NextToken: import_smithy_client.expectString
|
|
9120
9092
|
});
|
|
9121
9093
|
Object.assign(contents, doc);
|
|
@@ -9130,7 +9102,7 @@ var de_ListAuthenticationProfilesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
9130
9102
|
});
|
|
9131
9103
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9132
9104
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9133
|
-
AuthenticationProfileSummaryList: (_) => de_AuthenticationProfileSummaryList(_, context),
|
|
9105
|
+
AuthenticationProfileSummaryList: /* @__PURE__ */ __name((_) => de_AuthenticationProfileSummaryList(_, context), "AuthenticationProfileSummaryList"),
|
|
9134
9106
|
NextToken: import_smithy_client.expectString
|
|
9135
9107
|
});
|
|
9136
9108
|
Object.assign(contents, doc);
|
|
@@ -9160,7 +9132,7 @@ var de_ListContactEvaluationsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
9160
9132
|
});
|
|
9161
9133
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9162
9134
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9163
|
-
EvaluationSummaryList: (_) => de_EvaluationSummaryList(_, context),
|
|
9135
|
+
EvaluationSummaryList: /* @__PURE__ */ __name((_) => de_EvaluationSummaryList(_, context), "EvaluationSummaryList"),
|
|
9164
9136
|
NextToken: import_smithy_client.expectString
|
|
9165
9137
|
});
|
|
9166
9138
|
Object.assign(contents, doc);
|
|
@@ -9250,7 +9222,7 @@ var de_ListEvaluationFormsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
9250
9222
|
});
|
|
9251
9223
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9252
9224
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9253
|
-
EvaluationFormSummaryList: (_) => de_EvaluationFormSummaryList(_, context),
|
|
9225
|
+
EvaluationFormSummaryList: /* @__PURE__ */ __name((_) => de_EvaluationFormSummaryList(_, context), "EvaluationFormSummaryList"),
|
|
9254
9226
|
NextToken: import_smithy_client.expectString
|
|
9255
9227
|
});
|
|
9256
9228
|
Object.assign(contents, doc);
|
|
@@ -9265,7 +9237,7 @@ var de_ListEvaluationFormVersionsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
9265
9237
|
});
|
|
9266
9238
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9267
9239
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9268
|
-
EvaluationFormVersionSummaryList: (_) => de_EvaluationFormVersionSummaryList(_, context),
|
|
9240
|
+
EvaluationFormVersionSummaryList: /* @__PURE__ */ __name((_) => de_EvaluationFormVersionSummaryList(_, context), "EvaluationFormVersionSummaryList"),
|
|
9269
9241
|
NextToken: import_smithy_client.expectString
|
|
9270
9242
|
});
|
|
9271
9243
|
Object.assign(contents, doc);
|
|
@@ -9297,7 +9269,7 @@ var de_ListHoursOfOperationOverridesCommand = /* @__PURE__ */ __name(async (outp
|
|
|
9297
9269
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9298
9270
|
HoursOfOperationOverrideList: import_smithy_client._json,
|
|
9299
9271
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
9300
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9272
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
9301
9273
|
NextToken: import_smithy_client.expectString
|
|
9302
9274
|
});
|
|
9303
9275
|
Object.assign(contents, doc);
|
|
@@ -9312,7 +9284,7 @@ var de_ListHoursOfOperationsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
9312
9284
|
});
|
|
9313
9285
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9314
9286
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9315
|
-
HoursOfOperationSummaryList: (_) => de_HoursOfOperationSummaryList(_, context),
|
|
9287
|
+
HoursOfOperationSummaryList: /* @__PURE__ */ __name((_) => de_HoursOfOperationSummaryList(_, context), "HoursOfOperationSummaryList"),
|
|
9316
9288
|
NextToken: import_smithy_client.expectString
|
|
9317
9289
|
});
|
|
9318
9290
|
Object.assign(contents, doc);
|
|
@@ -9342,7 +9314,7 @@ var de_ListInstancesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
9342
9314
|
});
|
|
9343
9315
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9344
9316
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9345
|
-
InstanceSummaryList: (_) => de_InstanceSummaryList(_, context),
|
|
9317
|
+
InstanceSummaryList: /* @__PURE__ */ __name((_) => de_InstanceSummaryList(_, context), "InstanceSummaryList"),
|
|
9346
9318
|
NextToken: import_smithy_client.expectString
|
|
9347
9319
|
});
|
|
9348
9320
|
Object.assign(contents, doc);
|
|
@@ -9448,7 +9420,7 @@ var de_ListPredefinedAttributesCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
9448
9420
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9449
9421
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9450
9422
|
NextToken: import_smithy_client.expectString,
|
|
9451
|
-
PredefinedAttributeSummaryList: (_) => de_PredefinedAttributeSummaryList(_, context)
|
|
9423
|
+
PredefinedAttributeSummaryList: /* @__PURE__ */ __name((_) => de_PredefinedAttributeSummaryList(_, context), "PredefinedAttributeSummaryList")
|
|
9452
9424
|
});
|
|
9453
9425
|
Object.assign(contents, doc);
|
|
9454
9426
|
return contents;
|
|
@@ -9463,7 +9435,7 @@ var de_ListPromptsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
9463
9435
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9464
9436
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9465
9437
|
NextToken: import_smithy_client.expectString,
|
|
9466
|
-
PromptSummaryList: (_) => de_PromptSummaryList(_, context)
|
|
9438
|
+
PromptSummaryList: /* @__PURE__ */ __name((_) => de_PromptSummaryList(_, context), "PromptSummaryList")
|
|
9467
9439
|
});
|
|
9468
9440
|
Object.assign(contents, doc);
|
|
9469
9441
|
return contents;
|
|
@@ -9478,9 +9450,9 @@ var de_ListQueueQuickConnectsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
9478
9450
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9479
9451
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9480
9452
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
9481
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9453
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
9482
9454
|
NextToken: import_smithy_client.expectString,
|
|
9483
|
-
QuickConnectSummaryList: (_) => de_QuickConnectSummaryList(_, context)
|
|
9455
|
+
QuickConnectSummaryList: /* @__PURE__ */ __name((_) => de_QuickConnectSummaryList(_, context), "QuickConnectSummaryList")
|
|
9484
9456
|
});
|
|
9485
9457
|
Object.assign(contents, doc);
|
|
9486
9458
|
return contents;
|
|
@@ -9495,7 +9467,7 @@ var de_ListQueuesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
9495
9467
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9496
9468
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9497
9469
|
NextToken: import_smithy_client.expectString,
|
|
9498
|
-
QueueSummaryList: (_) => de_QueueSummaryList(_, context)
|
|
9470
|
+
QueueSummaryList: /* @__PURE__ */ __name((_) => de_QueueSummaryList(_, context), "QueueSummaryList")
|
|
9499
9471
|
});
|
|
9500
9472
|
Object.assign(contents, doc);
|
|
9501
9473
|
return contents;
|
|
@@ -9510,7 +9482,7 @@ var de_ListQuickConnectsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
9510
9482
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9511
9483
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9512
9484
|
NextToken: import_smithy_client.expectString,
|
|
9513
|
-
QuickConnectSummaryList: (_) => de_QuickConnectSummaryList(_, context)
|
|
9485
|
+
QuickConnectSummaryList: /* @__PURE__ */ __name((_) => de_QuickConnectSummaryList(_, context), "QuickConnectSummaryList")
|
|
9514
9486
|
});
|
|
9515
9487
|
Object.assign(contents, doc);
|
|
9516
9488
|
return contents;
|
|
@@ -9526,7 +9498,7 @@ var de_ListRealtimeContactAnalysisSegmentsV2Command = /* @__PURE__ */ __name(asy
|
|
|
9526
9498
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9527
9499
|
Channel: import_smithy_client.expectString,
|
|
9528
9500
|
NextToken: import_smithy_client.expectString,
|
|
9529
|
-
Segments: (_) => de_RealtimeContactAnalysisSegments(_, context),
|
|
9501
|
+
Segments: /* @__PURE__ */ __name((_) => de_RealtimeContactAnalysisSegments(_, context), "Segments"),
|
|
9530
9502
|
Status: import_smithy_client.expectString
|
|
9531
9503
|
});
|
|
9532
9504
|
Object.assign(contents, doc);
|
|
@@ -9542,7 +9514,7 @@ var de_ListRoutingProfileQueuesCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
9542
9514
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9543
9515
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9544
9516
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
9545
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9517
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
9546
9518
|
NextToken: import_smithy_client.expectString,
|
|
9547
9519
|
RoutingProfileQueueConfigSummaryList: import_smithy_client._json
|
|
9548
9520
|
});
|
|
@@ -9559,7 +9531,7 @@ var de_ListRoutingProfilesCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
9559
9531
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9560
9532
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9561
9533
|
NextToken: import_smithy_client.expectString,
|
|
9562
|
-
RoutingProfileSummaryList: (_) => de_RoutingProfileSummaryList(_, context)
|
|
9534
|
+
RoutingProfileSummaryList: /* @__PURE__ */ __name((_) => de_RoutingProfileSummaryList(_, context), "RoutingProfileSummaryList")
|
|
9563
9535
|
});
|
|
9564
9536
|
Object.assign(contents, doc);
|
|
9565
9537
|
return contents;
|
|
@@ -9574,7 +9546,7 @@ var de_ListRulesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
9574
9546
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9575
9547
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9576
9548
|
NextToken: import_smithy_client.expectString,
|
|
9577
|
-
RuleSummaryList: (_) => de_RuleSummaryList(_, context)
|
|
9549
|
+
RuleSummaryList: /* @__PURE__ */ __name((_) => de_RuleSummaryList(_, context), "RuleSummaryList")
|
|
9578
9550
|
});
|
|
9579
9551
|
Object.assign(contents, doc);
|
|
9580
9552
|
return contents;
|
|
@@ -9589,7 +9561,7 @@ var de_ListSecurityKeysCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
9589
9561
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9590
9562
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9591
9563
|
NextToken: import_smithy_client.expectString,
|
|
9592
|
-
SecurityKeys: (_) => de_SecurityKeysList(_, context)
|
|
9564
|
+
SecurityKeys: /* @__PURE__ */ __name((_) => de_SecurityKeysList(_, context), "SecurityKeys")
|
|
9593
9565
|
});
|
|
9594
9566
|
Object.assign(contents, doc);
|
|
9595
9567
|
return contents;
|
|
@@ -9605,7 +9577,7 @@ var de_ListSecurityProfileApplicationsCommand = /* @__PURE__ */ __name(async (ou
|
|
|
9605
9577
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9606
9578
|
Applications: import_smithy_client._json,
|
|
9607
9579
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
9608
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9580
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
9609
9581
|
NextToken: import_smithy_client.expectString
|
|
9610
9582
|
});
|
|
9611
9583
|
Object.assign(contents, doc);
|
|
@@ -9621,7 +9593,7 @@ var de_ListSecurityProfilePermissionsCommand = /* @__PURE__ */ __name(async (out
|
|
|
9621
9593
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9622
9594
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9623
9595
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
9624
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9596
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
9625
9597
|
NextToken: import_smithy_client.expectString,
|
|
9626
9598
|
Permissions: import_smithy_client._json
|
|
9627
9599
|
});
|
|
@@ -9638,7 +9610,7 @@ var de_ListSecurityProfilesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
9638
9610
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9639
9611
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9640
9612
|
NextToken: import_smithy_client.expectString,
|
|
9641
|
-
SecurityProfileSummaryList: (_) => de_SecurityProfileSummaryList(_, context)
|
|
9613
|
+
SecurityProfileSummaryList: /* @__PURE__ */ __name((_) => de_SecurityProfileSummaryList(_, context), "SecurityProfileSummaryList")
|
|
9642
9614
|
});
|
|
9643
9615
|
Object.assign(contents, doc);
|
|
9644
9616
|
return contents;
|
|
@@ -9667,7 +9639,7 @@ var de_ListTaskTemplatesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
9667
9639
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9668
9640
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9669
9641
|
NextToken: import_smithy_client.expectString,
|
|
9670
|
-
TaskTemplates: (_) => de_TaskTemplateList(_, context)
|
|
9642
|
+
TaskTemplates: /* @__PURE__ */ __name((_) => de_TaskTemplateList(_, context), "TaskTemplates")
|
|
9671
9643
|
});
|
|
9672
9644
|
Object.assign(contents, doc);
|
|
9673
9645
|
return contents;
|
|
@@ -9727,7 +9699,7 @@ var de_ListUserHierarchyGroupsCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
9727
9699
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9728
9700
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9729
9701
|
NextToken: import_smithy_client.expectString,
|
|
9730
|
-
UserHierarchyGroupSummaryList: (_) => de_HierarchyGroupSummaryList(_, context)
|
|
9702
|
+
UserHierarchyGroupSummaryList: /* @__PURE__ */ __name((_) => de_HierarchyGroupSummaryList(_, context), "UserHierarchyGroupSummaryList")
|
|
9731
9703
|
});
|
|
9732
9704
|
Object.assign(contents, doc);
|
|
9733
9705
|
return contents;
|
|
@@ -9742,9 +9714,9 @@ var de_ListUserProficienciesCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
9742
9714
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9743
9715
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9744
9716
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
9745
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9717
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
9746
9718
|
NextToken: import_smithy_client.expectString,
|
|
9747
|
-
UserProficiencyList: (_) => de_UserProficiencyList(_, context)
|
|
9719
|
+
UserProficiencyList: /* @__PURE__ */ __name((_) => de_UserProficiencyList(_, context), "UserProficiencyList")
|
|
9748
9720
|
});
|
|
9749
9721
|
Object.assign(contents, doc);
|
|
9750
9722
|
return contents;
|
|
@@ -9759,7 +9731,7 @@ var de_ListUsersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
9759
9731
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9760
9732
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9761
9733
|
NextToken: import_smithy_client.expectString,
|
|
9762
|
-
UserSummaryList: (_) => de_UserSummaryList(_, context)
|
|
9734
|
+
UserSummaryList: /* @__PURE__ */ __name((_) => de_UserSummaryList(_, context), "UserSummaryList")
|
|
9763
9735
|
});
|
|
9764
9736
|
Object.assign(contents, doc);
|
|
9765
9737
|
return contents;
|
|
@@ -9883,7 +9855,7 @@ var de_SearchAgentStatusesCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
9883
9855
|
});
|
|
9884
9856
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9885
9857
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9886
|
-
AgentStatuses: (_) => de_AgentStatusList(_, context),
|
|
9858
|
+
AgentStatuses: /* @__PURE__ */ __name((_) => de_AgentStatusList(_, context), "AgentStatuses"),
|
|
9887
9859
|
ApproximateTotalCount: import_smithy_client.expectLong,
|
|
9888
9860
|
NextToken: import_smithy_client.expectString
|
|
9889
9861
|
});
|
|
@@ -9931,7 +9903,7 @@ var de_SearchContactFlowsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
9931
9903
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9932
9904
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9933
9905
|
ApproximateTotalCount: import_smithy_client.expectLong,
|
|
9934
|
-
ContactFlows: (_) => de_ContactFlowSearchSummaryList(_, context),
|
|
9906
|
+
ContactFlows: /* @__PURE__ */ __name((_) => de_ContactFlowSearchSummaryList(_, context), "ContactFlows"),
|
|
9935
9907
|
NextToken: import_smithy_client.expectString
|
|
9936
9908
|
});
|
|
9937
9909
|
Object.assign(contents, doc);
|
|
@@ -9946,7 +9918,7 @@ var de_SearchContactsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
9946
9918
|
});
|
|
9947
9919
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9948
9920
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9949
|
-
Contacts: (_) => de_Contacts(_, context),
|
|
9921
|
+
Contacts: /* @__PURE__ */ __name((_) => de_Contacts(_, context), "Contacts"),
|
|
9950
9922
|
NextToken: import_smithy_client.expectString,
|
|
9951
9923
|
TotalCount: import_smithy_client.expectLong
|
|
9952
9924
|
});
|
|
@@ -9995,7 +9967,7 @@ var de_SearchHoursOfOperationsCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
9995
9967
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9996
9968
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9997
9969
|
ApproximateTotalCount: import_smithy_client.expectLong,
|
|
9998
|
-
HoursOfOperations: (_) => de_HoursOfOperationList(_, context),
|
|
9970
|
+
HoursOfOperations: /* @__PURE__ */ __name((_) => de_HoursOfOperationList(_, context), "HoursOfOperations"),
|
|
9999
9971
|
NextToken: import_smithy_client.expectString
|
|
10000
9972
|
});
|
|
10001
9973
|
Object.assign(contents, doc);
|
|
@@ -10012,7 +9984,7 @@ var de_SearchPredefinedAttributesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
10012
9984
|
const doc = (0, import_smithy_client.take)(data, {
|
|
10013
9985
|
ApproximateTotalCount: import_smithy_client.expectLong,
|
|
10014
9986
|
NextToken: import_smithy_client.expectString,
|
|
10015
|
-
PredefinedAttributes: (_) => de_PredefinedAttributeSearchSummaryList(_, context)
|
|
9987
|
+
PredefinedAttributes: /* @__PURE__ */ __name((_) => de_PredefinedAttributeSearchSummaryList(_, context), "PredefinedAttributes")
|
|
10016
9988
|
});
|
|
10017
9989
|
Object.assign(contents, doc);
|
|
10018
9990
|
return contents;
|
|
@@ -10028,7 +10000,7 @@ var de_SearchPromptsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
10028
10000
|
const doc = (0, import_smithy_client.take)(data, {
|
|
10029
10001
|
ApproximateTotalCount: import_smithy_client.expectLong,
|
|
10030
10002
|
NextToken: import_smithy_client.expectString,
|
|
10031
|
-
Prompts: (_) => de_PromptList(_, context)
|
|
10003
|
+
Prompts: /* @__PURE__ */ __name((_) => de_PromptList(_, context), "Prompts")
|
|
10032
10004
|
});
|
|
10033
10005
|
Object.assign(contents, doc);
|
|
10034
10006
|
return contents;
|
|
@@ -10044,7 +10016,7 @@ var de_SearchQueuesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
10044
10016
|
const doc = (0, import_smithy_client.take)(data, {
|
|
10045
10017
|
ApproximateTotalCount: import_smithy_client.expectLong,
|
|
10046
10018
|
NextToken: import_smithy_client.expectString,
|
|
10047
|
-
Queues: (_) => de_QueueSearchSummaryList(_, context)
|
|
10019
|
+
Queues: /* @__PURE__ */ __name((_) => de_QueueSearchSummaryList(_, context), "Queues")
|
|
10048
10020
|
});
|
|
10049
10021
|
Object.assign(contents, doc);
|
|
10050
10022
|
return contents;
|
|
@@ -10060,7 +10032,7 @@ var de_SearchQuickConnectsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
10060
10032
|
const doc = (0, import_smithy_client.take)(data, {
|
|
10061
10033
|
ApproximateTotalCount: import_smithy_client.expectLong,
|
|
10062
10034
|
NextToken: import_smithy_client.expectString,
|
|
10063
|
-
QuickConnects: (_) => de_QuickConnectSearchSummaryList(_, context)
|
|
10035
|
+
QuickConnects: /* @__PURE__ */ __name((_) => de_QuickConnectSearchSummaryList(_, context), "QuickConnects")
|
|
10064
10036
|
});
|
|
10065
10037
|
Object.assign(contents, doc);
|
|
10066
10038
|
return contents;
|
|
@@ -10091,7 +10063,7 @@ var de_SearchRoutingProfilesCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
10091
10063
|
const doc = (0, import_smithy_client.take)(data, {
|
|
10092
10064
|
ApproximateTotalCount: import_smithy_client.expectLong,
|
|
10093
10065
|
NextToken: import_smithy_client.expectString,
|
|
10094
|
-
RoutingProfiles: (_) => de_RoutingProfileList(_, context)
|
|
10066
|
+
RoutingProfiles: /* @__PURE__ */ __name((_) => de_RoutingProfileList(_, context), "RoutingProfiles")
|
|
10095
10067
|
});
|
|
10096
10068
|
Object.assign(contents, doc);
|
|
10097
10069
|
return contents;
|
|
@@ -10123,7 +10095,7 @@ var de_SearchUserHierarchyGroupsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
10123
10095
|
const doc = (0, import_smithy_client.take)(data, {
|
|
10124
10096
|
ApproximateTotalCount: import_smithy_client.expectLong,
|
|
10125
10097
|
NextToken: import_smithy_client.expectString,
|
|
10126
|
-
UserHierarchyGroups: (_) => de_UserHierarchyGroupList(_, context)
|
|
10098
|
+
UserHierarchyGroups: /* @__PURE__ */ __name((_) => de_UserHierarchyGroupList(_, context), "UserHierarchyGroups")
|
|
10127
10099
|
});
|
|
10128
10100
|
Object.assign(contents, doc);
|
|
10129
10101
|
return contents;
|
|
@@ -10154,7 +10126,7 @@ var de_SearchVocabulariesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
10154
10126
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
10155
10127
|
const doc = (0, import_smithy_client.take)(data, {
|
|
10156
10128
|
NextToken: import_smithy_client.expectString,
|
|
10157
|
-
VocabularySummaryList: (_) => de_VocabularySummaryList(_, context)
|
|
10129
|
+
VocabularySummaryList: /* @__PURE__ */ __name((_) => de_VocabularySummaryList(_, context), "VocabularySummaryList")
|
|
10158
10130
|
});
|
|
10159
10131
|
Object.assign(contents, doc);
|
|
10160
10132
|
return contents;
|
|
@@ -10193,7 +10165,7 @@ var de_StartAttachedFileUploadCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
10193
10165
|
});
|
|
10194
10166
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
10195
10167
|
const doc = (0, import_smithy_client.take)(data, {
|
|
10196
|
-
CreatedBy: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
10168
|
+
CreatedBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "CreatedBy"),
|
|
10197
10169
|
CreationTime: import_smithy_client.expectString,
|
|
10198
10170
|
FileArn: import_smithy_client.expectString,
|
|
10199
10171
|
FileId: import_smithy_client.expectString,
|
|
@@ -10894,13 +10866,13 @@ var de_UpdateTaskTemplateCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
10894
10866
|
Arn: import_smithy_client.expectString,
|
|
10895
10867
|
Constraints: import_smithy_client._json,
|
|
10896
10868
|
ContactFlowId: import_smithy_client.expectString,
|
|
10897
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10869
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
10898
10870
|
Defaults: import_smithy_client._json,
|
|
10899
10871
|
Description: import_smithy_client.expectString,
|
|
10900
10872
|
Fields: import_smithy_client._json,
|
|
10901
10873
|
Id: import_smithy_client.expectString,
|
|
10902
10874
|
InstanceId: import_smithy_client.expectString,
|
|
10903
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10875
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
10904
10876
|
Name: import_smithy_client.expectString,
|
|
10905
10877
|
SelfAssignFlowId: import_smithy_client.expectString,
|
|
10906
10878
|
Status: import_smithy_client.expectString
|
|
@@ -11007,7 +10979,7 @@ var de_UpdateViewContentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
11007
10979
|
});
|
|
11008
10980
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
11009
10981
|
const doc = (0, import_smithy_client.take)(data, {
|
|
11010
|
-
View: (_) => de_View(_, context)
|
|
10982
|
+
View: /* @__PURE__ */ __name((_) => de_View(_, context), "View")
|
|
11011
10983
|
});
|
|
11012
10984
|
Object.assign(contents, doc);
|
|
11013
10985
|
return contents;
|
|
@@ -11278,7 +11250,7 @@ var de_InvalidRequestExceptionRes = /* @__PURE__ */ __name(async (parsedOutput,
|
|
|
11278
11250
|
const data = parsedOutput.body;
|
|
11279
11251
|
const doc = (0, import_smithy_client.take)(data, {
|
|
11280
11252
|
Message: import_smithy_client.expectString,
|
|
11281
|
-
Reason: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
|
|
11253
|
+
Reason: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "Reason")
|
|
11282
11254
|
});
|
|
11283
11255
|
Object.assign(contents, doc);
|
|
11284
11256
|
const exception = new InvalidRequestException({
|
|
@@ -11412,7 +11384,7 @@ var de_ServiceQuotaExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOu
|
|
|
11412
11384
|
const data = parsedOutput.body;
|
|
11413
11385
|
const doc = (0, import_smithy_client.take)(data, {
|
|
11414
11386
|
Message: import_smithy_client.expectString,
|
|
11415
|
-
Reason: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
|
|
11387
|
+
Reason: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "Reason")
|
|
11416
11388
|
});
|
|
11417
11389
|
Object.assign(contents, doc);
|
|
11418
11390
|
const exception = new ServiceQuotaExceededException({
|
|
@@ -11467,8 +11439,8 @@ var se_AgentStatusSearchConditionList = /* @__PURE__ */ __name((input, context)
|
|
|
11467
11439
|
}, "se_AgentStatusSearchConditionList");
|
|
11468
11440
|
var se_AgentStatusSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11469
11441
|
return (0, import_smithy_client.take)(input, {
|
|
11470
|
-
AndConditions: (_) => se_AgentStatusSearchConditionList(_, context),
|
|
11471
|
-
OrConditions: (_) => se_AgentStatusSearchConditionList(_, context),
|
|
11442
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_AgentStatusSearchConditionList(_, context), "AndConditions"),
|
|
11443
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_AgentStatusSearchConditionList(_, context), "OrConditions"),
|
|
11472
11444
|
StringCondition: import_smithy_client._json
|
|
11473
11445
|
});
|
|
11474
11446
|
}, "se_AgentStatusSearchCriteria");
|
|
@@ -11478,7 +11450,7 @@ var se_AttributeCondition = /* @__PURE__ */ __name((input, context) => {
|
|
|
11478
11450
|
MatchCriteria: import_smithy_client._json,
|
|
11479
11451
|
Name: [],
|
|
11480
11452
|
ProficiencyLevel: import_smithy_client.serializeFloat,
|
|
11481
|
-
Range: (_) => se_Range(_, context),
|
|
11453
|
+
Range: /* @__PURE__ */ __name((_) => se_Range(_, context), "Range"),
|
|
11482
11454
|
Value: []
|
|
11483
11455
|
});
|
|
11484
11456
|
}, "se_AttributeCondition");
|
|
@@ -11489,8 +11461,8 @@ var se_ContactFlowModuleSearchConditionList = /* @__PURE__ */ __name((input, con
|
|
|
11489
11461
|
}, "se_ContactFlowModuleSearchConditionList");
|
|
11490
11462
|
var se_ContactFlowModuleSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11491
11463
|
return (0, import_smithy_client.take)(input, {
|
|
11492
|
-
AndConditions: (_) => se_ContactFlowModuleSearchConditionList(_, context),
|
|
11493
|
-
OrConditions: (_) => se_ContactFlowModuleSearchConditionList(_, context),
|
|
11464
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_ContactFlowModuleSearchConditionList(_, context), "AndConditions"),
|
|
11465
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_ContactFlowModuleSearchConditionList(_, context), "OrConditions"),
|
|
11494
11466
|
StateCondition: [],
|
|
11495
11467
|
StatusCondition: [],
|
|
11496
11468
|
StringCondition: import_smithy_client._json
|
|
@@ -11503,8 +11475,8 @@ var se_ContactFlowSearchConditionList = /* @__PURE__ */ __name((input, context)
|
|
|
11503
11475
|
}, "se_ContactFlowSearchConditionList");
|
|
11504
11476
|
var se_ContactFlowSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11505
11477
|
return (0, import_smithy_client.take)(input, {
|
|
11506
|
-
AndConditions: (_) => se_ContactFlowSearchConditionList(_, context),
|
|
11507
|
-
OrConditions: (_) => se_ContactFlowSearchConditionList(_, context),
|
|
11478
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_ContactFlowSearchConditionList(_, context), "AndConditions"),
|
|
11479
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_ContactFlowSearchConditionList(_, context), "OrConditions"),
|
|
11508
11480
|
StateCondition: [],
|
|
11509
11481
|
StatusCondition: [],
|
|
11510
11482
|
StringCondition: import_smithy_client._json,
|
|
@@ -11513,7 +11485,7 @@ var se_ContactFlowSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
|
11513
11485
|
}, "se_ContactFlowSearchCriteria");
|
|
11514
11486
|
var se_CreateCaseActionDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
11515
11487
|
return (0, import_smithy_client.take)(input, {
|
|
11516
|
-
Fields: (_) => se_FieldValues(_, context),
|
|
11488
|
+
Fields: /* @__PURE__ */ __name((_) => se_FieldValues(_, context), "Fields"),
|
|
11517
11489
|
TemplateId: []
|
|
11518
11490
|
});
|
|
11519
11491
|
}, "se_CreateCaseActionDefinition");
|
|
@@ -11524,22 +11496,22 @@ var se_EmailAddressSearchConditionList = /* @__PURE__ */ __name((input, context)
|
|
|
11524
11496
|
}, "se_EmailAddressSearchConditionList");
|
|
11525
11497
|
var se_EmailAddressSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11526
11498
|
return (0, import_smithy_client.take)(input, {
|
|
11527
|
-
AndConditions: (_) => se_EmailAddressSearchConditionList(_, context),
|
|
11528
|
-
OrConditions: (_) => se_EmailAddressSearchConditionList(_, context),
|
|
11499
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_EmailAddressSearchConditionList(_, context), "AndConditions"),
|
|
11500
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_EmailAddressSearchConditionList(_, context), "OrConditions"),
|
|
11529
11501
|
StringCondition: import_smithy_client._json
|
|
11530
11502
|
});
|
|
11531
11503
|
}, "se_EmailAddressSearchCriteria");
|
|
11532
11504
|
var se_EvaluationAnswerData = /* @__PURE__ */ __name((input, context) => {
|
|
11533
11505
|
return EvaluationAnswerData.visit(input, {
|
|
11534
|
-
NotApplicable: (value) => ({ NotApplicable: value }),
|
|
11535
|
-
NumericValue: (value) => ({ NumericValue: (0, import_smithy_client.serializeFloat)(value) }),
|
|
11536
|
-
StringValue: (value) => ({ StringValue: value }),
|
|
11537
|
-
_: (name, value) => ({ [name]: value })
|
|
11506
|
+
NotApplicable: /* @__PURE__ */ __name((value) => ({ NotApplicable: value }), "NotApplicable"),
|
|
11507
|
+
NumericValue: /* @__PURE__ */ __name((value) => ({ NumericValue: (0, import_smithy_client.serializeFloat)(value) }), "NumericValue"),
|
|
11508
|
+
StringValue: /* @__PURE__ */ __name((value) => ({ StringValue: value }), "StringValue"),
|
|
11509
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
11538
11510
|
});
|
|
11539
11511
|
}, "se_EvaluationAnswerData");
|
|
11540
11512
|
var se_EvaluationAnswerInput = /* @__PURE__ */ __name((input, context) => {
|
|
11541
11513
|
return (0, import_smithy_client.take)(input, {
|
|
11542
|
-
Value: (_) => se_EvaluationAnswerData(_, context)
|
|
11514
|
+
Value: /* @__PURE__ */ __name((_) => se_EvaluationAnswerData(_, context), "Value")
|
|
11543
11515
|
});
|
|
11544
11516
|
}, "se_EvaluationAnswerInput");
|
|
11545
11517
|
var se_EvaluationAnswersInputMap = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -11553,9 +11525,9 @@ var se_EvaluationAnswersInputMap = /* @__PURE__ */ __name((input, context) => {
|
|
|
11553
11525
|
}, "se_EvaluationAnswersInputMap");
|
|
11554
11526
|
var se_EvaluationFormItem = /* @__PURE__ */ __name((input, context) => {
|
|
11555
11527
|
return EvaluationFormItem.visit(input, {
|
|
11556
|
-
Question: (value) => ({ Question: se_EvaluationFormQuestion(value, context) }),
|
|
11557
|
-
Section: (value) => ({ Section: se_EvaluationFormSection(value, context) }),
|
|
11558
|
-
_: (name, value) => ({ [name]: value })
|
|
11528
|
+
Question: /* @__PURE__ */ __name((value) => ({ Question: se_EvaluationFormQuestion(value, context) }), "Question"),
|
|
11529
|
+
Section: /* @__PURE__ */ __name((value) => ({ Section: se_EvaluationFormSection(value, context) }), "Section"),
|
|
11530
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
11559
11531
|
});
|
|
11560
11532
|
}, "se_EvaluationFormItem");
|
|
11561
11533
|
var se_EvaluationFormItemsList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -11577,7 +11549,7 @@ var se_EvaluationFormQuestion = /* @__PURE__ */ __name((input, context) => {
|
|
|
11577
11549
|
var se_EvaluationFormSection = /* @__PURE__ */ __name((input, context) => {
|
|
11578
11550
|
return (0, import_smithy_client.take)(input, {
|
|
11579
11551
|
Instructions: [],
|
|
11580
|
-
Items: (_) => se_EvaluationFormItemsList(_, context),
|
|
11552
|
+
Items: /* @__PURE__ */ __name((_) => se_EvaluationFormItemsList(_, context), "Items"),
|
|
11581
11553
|
RefId: [],
|
|
11582
11554
|
Title: [],
|
|
11583
11555
|
Weight: import_smithy_client.serializeFloat
|
|
@@ -11585,10 +11557,10 @@ var se_EvaluationFormSection = /* @__PURE__ */ __name((input, context) => {
|
|
|
11585
11557
|
}, "se_EvaluationFormSection");
|
|
11586
11558
|
var se_Expression = /* @__PURE__ */ __name((input, context) => {
|
|
11587
11559
|
return (0, import_smithy_client.take)(input, {
|
|
11588
|
-
AndExpression: (_) => se_Expressions(_, context),
|
|
11589
|
-
AttributeCondition: (_) => se_AttributeCondition(_, context),
|
|
11590
|
-
NotAttributeCondition: (_) => se_AttributeCondition(_, context),
|
|
11591
|
-
OrExpression: (_) => se_Expressions(_, context)
|
|
11560
|
+
AndExpression: /* @__PURE__ */ __name((_) => se_Expressions(_, context), "AndExpression"),
|
|
11561
|
+
AttributeCondition: /* @__PURE__ */ __name((_) => se_AttributeCondition(_, context), "AttributeCondition"),
|
|
11562
|
+
NotAttributeCondition: /* @__PURE__ */ __name((_) => se_AttributeCondition(_, context), "NotAttributeCondition"),
|
|
11563
|
+
OrExpression: /* @__PURE__ */ __name((_) => se_Expressions(_, context), "OrExpression")
|
|
11592
11564
|
});
|
|
11593
11565
|
}, "se_Expression");
|
|
11594
11566
|
var se_Expressions = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -11599,7 +11571,7 @@ var se_Expressions = /* @__PURE__ */ __name((input, context) => {
|
|
|
11599
11571
|
var se_FieldValue = /* @__PURE__ */ __name((input, context) => {
|
|
11600
11572
|
return (0, import_smithy_client.take)(input, {
|
|
11601
11573
|
Id: [],
|
|
11602
|
-
Value: (_) => se_FieldValueUnion(_, context)
|
|
11574
|
+
Value: /* @__PURE__ */ __name((_) => se_FieldValueUnion(_, context), "Value")
|
|
11603
11575
|
});
|
|
11604
11576
|
}, "se_FieldValue");
|
|
11605
11577
|
var se_FieldValues = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -11619,7 +11591,7 @@ var se_HistoricalMetric = /* @__PURE__ */ __name((input, context) => {
|
|
|
11619
11591
|
return (0, import_smithy_client.take)(input, {
|
|
11620
11592
|
Name: [],
|
|
11621
11593
|
Statistic: [],
|
|
11622
|
-
Threshold: (_) => se_Threshold(_, context),
|
|
11594
|
+
Threshold: /* @__PURE__ */ __name((_) => se_Threshold(_, context), "Threshold"),
|
|
11623
11595
|
Unit: []
|
|
11624
11596
|
});
|
|
11625
11597
|
}, "se_HistoricalMetric");
|
|
@@ -11635,9 +11607,9 @@ var se_HoursOfOperationOverrideSearchConditionList = /* @__PURE__ */ __name((inp
|
|
|
11635
11607
|
}, "se_HoursOfOperationOverrideSearchConditionList");
|
|
11636
11608
|
var se_HoursOfOperationOverrideSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11637
11609
|
return (0, import_smithy_client.take)(input, {
|
|
11638
|
-
AndConditions: (_) => se_HoursOfOperationOverrideSearchConditionList(_, context),
|
|
11610
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_HoursOfOperationOverrideSearchConditionList(_, context), "AndConditions"),
|
|
11639
11611
|
DateCondition: import_smithy_client._json,
|
|
11640
|
-
OrConditions: (_) => se_HoursOfOperationOverrideSearchConditionList(_, context),
|
|
11612
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_HoursOfOperationOverrideSearchConditionList(_, context), "OrConditions"),
|
|
11641
11613
|
StringCondition: import_smithy_client._json
|
|
11642
11614
|
});
|
|
11643
11615
|
}, "se_HoursOfOperationOverrideSearchCriteria");
|
|
@@ -11648,8 +11620,8 @@ var se_HoursOfOperationSearchConditionList = /* @__PURE__ */ __name((input, cont
|
|
|
11648
11620
|
}, "se_HoursOfOperationSearchConditionList");
|
|
11649
11621
|
var se_HoursOfOperationSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11650
11622
|
return (0, import_smithy_client.take)(input, {
|
|
11651
|
-
AndConditions: (_) => se_HoursOfOperationSearchConditionList(_, context),
|
|
11652
|
-
OrConditions: (_) => se_HoursOfOperationSearchConditionList(_, context),
|
|
11623
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_HoursOfOperationSearchConditionList(_, context), "AndConditions"),
|
|
11624
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_HoursOfOperationSearchConditionList(_, context), "OrConditions"),
|
|
11653
11625
|
StringCondition: import_smithy_client._json
|
|
11654
11626
|
});
|
|
11655
11627
|
}, "se_HoursOfOperationSearchCriteria");
|
|
@@ -11662,7 +11634,7 @@ var se_MetricV2 = /* @__PURE__ */ __name((input, context) => {
|
|
|
11662
11634
|
return (0, import_smithy_client.take)(input, {
|
|
11663
11635
|
MetricFilters: import_smithy_client._json,
|
|
11664
11636
|
Name: [],
|
|
11665
|
-
Threshold: (_) => se_ThresholdCollections(_, context)
|
|
11637
|
+
Threshold: /* @__PURE__ */ __name((_) => se_ThresholdCollections(_, context), "Threshold")
|
|
11666
11638
|
});
|
|
11667
11639
|
}, "se_MetricV2");
|
|
11668
11640
|
var se_PredefinedAttributeSearchConditionList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -11672,8 +11644,8 @@ var se_PredefinedAttributeSearchConditionList = /* @__PURE__ */ __name((input, c
|
|
|
11672
11644
|
}, "se_PredefinedAttributeSearchConditionList");
|
|
11673
11645
|
var se_PredefinedAttributeSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11674
11646
|
return (0, import_smithy_client.take)(input, {
|
|
11675
|
-
AndConditions: (_) => se_PredefinedAttributeSearchConditionList(_, context),
|
|
11676
|
-
OrConditions: (_) => se_PredefinedAttributeSearchConditionList(_, context),
|
|
11647
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_PredefinedAttributeSearchConditionList(_, context), "AndConditions"),
|
|
11648
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_PredefinedAttributeSearchConditionList(_, context), "OrConditions"),
|
|
11677
11649
|
StringCondition: import_smithy_client._json
|
|
11678
11650
|
});
|
|
11679
11651
|
}, "se_PredefinedAttributeSearchCriteria");
|
|
@@ -11684,8 +11656,8 @@ var se_PromptSearchConditionList = /* @__PURE__ */ __name((input, context) => {
|
|
|
11684
11656
|
}, "se_PromptSearchConditionList");
|
|
11685
11657
|
var se_PromptSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11686
11658
|
return (0, import_smithy_client.take)(input, {
|
|
11687
|
-
AndConditions: (_) => se_PromptSearchConditionList(_, context),
|
|
11688
|
-
OrConditions: (_) => se_PromptSearchConditionList(_, context),
|
|
11659
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_PromptSearchConditionList(_, context), "AndConditions"),
|
|
11660
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_PromptSearchConditionList(_, context), "OrConditions"),
|
|
11689
11661
|
StringCondition: import_smithy_client._json
|
|
11690
11662
|
});
|
|
11691
11663
|
}, "se_PromptSearchCriteria");
|
|
@@ -11696,8 +11668,8 @@ var se_QueueSearchConditionList = /* @__PURE__ */ __name((input, context) => {
|
|
|
11696
11668
|
}, "se_QueueSearchConditionList");
|
|
11697
11669
|
var se_QueueSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11698
11670
|
return (0, import_smithy_client.take)(input, {
|
|
11699
|
-
AndConditions: (_) => se_QueueSearchConditionList(_, context),
|
|
11700
|
-
OrConditions: (_) => se_QueueSearchConditionList(_, context),
|
|
11671
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_QueueSearchConditionList(_, context), "AndConditions"),
|
|
11672
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_QueueSearchConditionList(_, context), "OrConditions"),
|
|
11701
11673
|
QueueTypeCondition: [],
|
|
11702
11674
|
StringCondition: import_smithy_client._json
|
|
11703
11675
|
});
|
|
@@ -11709,8 +11681,8 @@ var se_QuickConnectSearchConditionList = /* @__PURE__ */ __name((input, context)
|
|
|
11709
11681
|
}, "se_QuickConnectSearchConditionList");
|
|
11710
11682
|
var se_QuickConnectSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11711
11683
|
return (0, import_smithy_client.take)(input, {
|
|
11712
|
-
AndConditions: (_) => se_QuickConnectSearchConditionList(_, context),
|
|
11713
|
-
OrConditions: (_) => se_QuickConnectSearchConditionList(_, context),
|
|
11684
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_QuickConnectSearchConditionList(_, context), "AndConditions"),
|
|
11685
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_QuickConnectSearchConditionList(_, context), "OrConditions"),
|
|
11714
11686
|
StringCondition: import_smithy_client._json
|
|
11715
11687
|
});
|
|
11716
11688
|
}, "se_QuickConnectSearchCriteria");
|
|
@@ -11722,13 +11694,13 @@ var se_Range = /* @__PURE__ */ __name((input, context) => {
|
|
|
11722
11694
|
}, "se_Range");
|
|
11723
11695
|
var se_RoutingCriteriaInput = /* @__PURE__ */ __name((input, context) => {
|
|
11724
11696
|
return (0, import_smithy_client.take)(input, {
|
|
11725
|
-
Steps: (_) => se_RoutingCriteriaInputSteps(_, context)
|
|
11697
|
+
Steps: /* @__PURE__ */ __name((_) => se_RoutingCriteriaInputSteps(_, context), "Steps")
|
|
11726
11698
|
});
|
|
11727
11699
|
}, "se_RoutingCriteriaInput");
|
|
11728
11700
|
var se_RoutingCriteriaInputStep = /* @__PURE__ */ __name((input, context) => {
|
|
11729
11701
|
return (0, import_smithy_client.take)(input, {
|
|
11730
11702
|
Expiry: import_smithy_client._json,
|
|
11731
|
-
Expression: (_) => se_Expression(_, context)
|
|
11703
|
+
Expression: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Expression")
|
|
11732
11704
|
});
|
|
11733
11705
|
}, "se_RoutingCriteriaInputStep");
|
|
11734
11706
|
var se_RoutingCriteriaInputSteps = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -11743,8 +11715,8 @@ var se_RoutingProfileSearchConditionList = /* @__PURE__ */ __name((input, contex
|
|
|
11743
11715
|
}, "se_RoutingProfileSearchConditionList");
|
|
11744
11716
|
var se_RoutingProfileSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11745
11717
|
return (0, import_smithy_client.take)(input, {
|
|
11746
|
-
AndConditions: (_) => se_RoutingProfileSearchConditionList(_, context),
|
|
11747
|
-
OrConditions: (_) => se_RoutingProfileSearchConditionList(_, context),
|
|
11718
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_RoutingProfileSearchConditionList(_, context), "AndConditions"),
|
|
11719
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_RoutingProfileSearchConditionList(_, context), "OrConditions"),
|
|
11748
11720
|
StringCondition: import_smithy_client._json
|
|
11749
11721
|
});
|
|
11750
11722
|
}, "se_RoutingProfileSearchCriteria");
|
|
@@ -11752,13 +11724,13 @@ var se_RuleAction = /* @__PURE__ */ __name((input, context) => {
|
|
|
11752
11724
|
return (0, import_smithy_client.take)(input, {
|
|
11753
11725
|
ActionType: [],
|
|
11754
11726
|
AssignContactCategoryAction: import_smithy_client._json,
|
|
11755
|
-
CreateCaseAction: (_) => se_CreateCaseActionDefinition(_, context),
|
|
11727
|
+
CreateCaseAction: /* @__PURE__ */ __name((_) => se_CreateCaseActionDefinition(_, context), "CreateCaseAction"),
|
|
11756
11728
|
EndAssociatedTasksAction: import_smithy_client._json,
|
|
11757
11729
|
EventBridgeAction: import_smithy_client._json,
|
|
11758
11730
|
SendNotificationAction: import_smithy_client._json,
|
|
11759
11731
|
SubmitAutoEvaluationAction: import_smithy_client._json,
|
|
11760
11732
|
TaskAction: import_smithy_client._json,
|
|
11761
|
-
UpdateCaseAction: (_) => se_UpdateCaseActionDefinition(_, context)
|
|
11733
|
+
UpdateCaseAction: /* @__PURE__ */ __name((_) => se_UpdateCaseActionDefinition(_, context), "UpdateCaseAction")
|
|
11762
11734
|
});
|
|
11763
11735
|
}, "se_RuleAction");
|
|
11764
11736
|
var se_RuleActions = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -11768,8 +11740,8 @@ var se_RuleActions = /* @__PURE__ */ __name((input, context) => {
|
|
|
11768
11740
|
}, "se_RuleActions");
|
|
11769
11741
|
var se_SearchContactsTimeRange = /* @__PURE__ */ __name((input, context) => {
|
|
11770
11742
|
return (0, import_smithy_client.take)(input, {
|
|
11771
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
11772
|
-
StartTime: (_) => _.getTime() / 1e3,
|
|
11743
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
11744
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime"),
|
|
11773
11745
|
Type: []
|
|
11774
11746
|
});
|
|
11775
11747
|
}, "se_SearchContactsTimeRange");
|
|
@@ -11780,8 +11752,8 @@ var se_SecurityProfileSearchConditionList = /* @__PURE__ */ __name((input, conte
|
|
|
11780
11752
|
}, "se_SecurityProfileSearchConditionList");
|
|
11781
11753
|
var se_SecurityProfileSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11782
11754
|
return (0, import_smithy_client.take)(input, {
|
|
11783
|
-
AndConditions: (_) => se_SecurityProfileSearchConditionList(_, context),
|
|
11784
|
-
OrConditions: (_) => se_SecurityProfileSearchConditionList(_, context),
|
|
11755
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_SecurityProfileSearchConditionList(_, context), "AndConditions"),
|
|
11756
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_SecurityProfileSearchConditionList(_, context), "OrConditions"),
|
|
11785
11757
|
StringCondition: import_smithy_client._json
|
|
11786
11758
|
});
|
|
11787
11759
|
}, "se_SecurityProfileSearchCriteria");
|
|
@@ -11797,7 +11769,7 @@ var se_SegmentAttributes = /* @__PURE__ */ __name((input, context) => {
|
|
|
11797
11769
|
var se_SegmentAttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
11798
11770
|
return (0, import_smithy_client.take)(input, {
|
|
11799
11771
|
ValueInteger: [],
|
|
11800
|
-
ValueMap: (_) => se_SegmentAttributeValueMap(_, context),
|
|
11772
|
+
ValueMap: /* @__PURE__ */ __name((_) => se_SegmentAttributeValueMap(_, context), "ValueMap"),
|
|
11801
11773
|
ValueString: []
|
|
11802
11774
|
});
|
|
11803
11775
|
}, "se_SegmentAttributeValue");
|
|
@@ -11829,7 +11801,7 @@ var se_ThresholdV2 = /* @__PURE__ */ __name((input, context) => {
|
|
|
11829
11801
|
}, "se_ThresholdV2");
|
|
11830
11802
|
var se_UpdateCaseActionDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
11831
11803
|
return (0, import_smithy_client.take)(input, {
|
|
11832
|
-
Fields: (_) => se_FieldValues(_, context)
|
|
11804
|
+
Fields: /* @__PURE__ */ __name((_) => se_FieldValues(_, context), "Fields")
|
|
11833
11805
|
});
|
|
11834
11806
|
}, "se_UpdateCaseActionDefinition");
|
|
11835
11807
|
var se_UserHierarchyGroupSearchConditionList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -11839,8 +11811,8 @@ var se_UserHierarchyGroupSearchConditionList = /* @__PURE__ */ __name((input, co
|
|
|
11839
11811
|
}, "se_UserHierarchyGroupSearchConditionList");
|
|
11840
11812
|
var se_UserHierarchyGroupSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11841
11813
|
return (0, import_smithy_client.take)(input, {
|
|
11842
|
-
AndConditions: (_) => se_UserHierarchyGroupSearchConditionList(_, context),
|
|
11843
|
-
OrConditions: (_) => se_UserHierarchyGroupSearchConditionList(_, context),
|
|
11814
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_UserHierarchyGroupSearchConditionList(_, context), "AndConditions"),
|
|
11815
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_UserHierarchyGroupSearchConditionList(_, context), "OrConditions"),
|
|
11844
11816
|
StringCondition: import_smithy_client._json
|
|
11845
11817
|
});
|
|
11846
11818
|
}, "se_UserHierarchyGroupSearchCriteria");
|
|
@@ -11863,10 +11835,10 @@ var se_UserSearchConditionList = /* @__PURE__ */ __name((input, context) => {
|
|
|
11863
11835
|
}, "se_UserSearchConditionList");
|
|
11864
11836
|
var se_UserSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
11865
11837
|
return (0, import_smithy_client.take)(input, {
|
|
11866
|
-
AndConditions: (_) => se_UserSearchConditionList(_, context),
|
|
11838
|
+
AndConditions: /* @__PURE__ */ __name((_) => se_UserSearchConditionList(_, context), "AndConditions"),
|
|
11867
11839
|
HierarchyGroupCondition: import_smithy_client._json,
|
|
11868
11840
|
ListCondition: import_smithy_client._json,
|
|
11869
|
-
OrConditions: (_) => se_UserSearchConditionList(_, context),
|
|
11841
|
+
OrConditions: /* @__PURE__ */ __name((_) => se_UserSearchConditionList(_, context), "OrConditions"),
|
|
11870
11842
|
StringCondition: import_smithy_client._json
|
|
11871
11843
|
});
|
|
11872
11844
|
}, "se_UserSearchCriteria");
|
|
@@ -11874,11 +11846,11 @@ var de_AgentContactReference = /* @__PURE__ */ __name((output, context) => {
|
|
|
11874
11846
|
return (0, import_smithy_client.take)(output, {
|
|
11875
11847
|
AgentContactState: import_smithy_client.expectString,
|
|
11876
11848
|
Channel: import_smithy_client.expectString,
|
|
11877
|
-
ConnectedToAgentTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11849
|
+
ConnectedToAgentTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ConnectedToAgentTimestamp"),
|
|
11878
11850
|
ContactId: import_smithy_client.expectString,
|
|
11879
11851
|
InitiationMethod: import_smithy_client.expectString,
|
|
11880
11852
|
Queue: import_smithy_client._json,
|
|
11881
|
-
StateStartTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
11853
|
+
StateStartTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StateStartTimestamp")
|
|
11882
11854
|
});
|
|
11883
11855
|
}, "de_AgentContactReference");
|
|
11884
11856
|
var de_AgentContactReferenceList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -11891,7 +11863,7 @@ var de_AgentInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
11891
11863
|
return (0, import_smithy_client.take)(output, {
|
|
11892
11864
|
AgentPauseDurationInSeconds: import_smithy_client.expectInt32,
|
|
11893
11865
|
Capabilities: import_smithy_client._json,
|
|
11894
|
-
ConnectedToAgentTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11866
|
+
ConnectedToAgentTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ConnectedToAgentTimestamp"),
|
|
11895
11867
|
DeviceInfo: import_smithy_client._json,
|
|
11896
11868
|
HierarchyGroups: import_smithy_client._json,
|
|
11897
11869
|
Id: import_smithy_client.expectString
|
|
@@ -11899,7 +11871,7 @@ var de_AgentInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
11899
11871
|
}, "de_AgentInfo");
|
|
11900
11872
|
var de_AgentQualityMetrics = /* @__PURE__ */ __name((output, context) => {
|
|
11901
11873
|
return (0, import_smithy_client.take)(output, {
|
|
11902
|
-
Audio: (_) => de_AudioQualityMetricsInfo(_, context)
|
|
11874
|
+
Audio: /* @__PURE__ */ __name((_) => de_AudioQualityMetricsInfo(_, context), "Audio")
|
|
11903
11875
|
});
|
|
11904
11876
|
}, "de_AgentQualityMetrics");
|
|
11905
11877
|
var de_AgentStatus = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -11909,7 +11881,7 @@ var de_AgentStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
11909
11881
|
Description: import_smithy_client.expectString,
|
|
11910
11882
|
DisplayOrder: import_smithy_client.expectInt32,
|
|
11911
11883
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
11912
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11884
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
11913
11885
|
Name: import_smithy_client.expectString,
|
|
11914
11886
|
State: import_smithy_client.expectString,
|
|
11915
11887
|
Tags: import_smithy_client._json,
|
|
@@ -11926,7 +11898,7 @@ var de_AgentStatusReference = /* @__PURE__ */ __name((output, context) => {
|
|
|
11926
11898
|
return (0, import_smithy_client.take)(output, {
|
|
11927
11899
|
StatusArn: import_smithy_client.expectString,
|
|
11928
11900
|
StatusName: import_smithy_client.expectString,
|
|
11929
|
-
StatusStartTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
11901
|
+
StatusStartTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StatusStartTimestamp")
|
|
11930
11902
|
});
|
|
11931
11903
|
}, "de_AgentStatusReference");
|
|
11932
11904
|
var de_AgentStatusSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -11934,7 +11906,7 @@ var de_AgentStatusSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
11934
11906
|
Arn: import_smithy_client.expectString,
|
|
11935
11907
|
Id: import_smithy_client.expectString,
|
|
11936
11908
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
11937
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11909
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
11938
11910
|
Name: import_smithy_client.expectString,
|
|
11939
11911
|
Type: import_smithy_client.expectString
|
|
11940
11912
|
});
|
|
@@ -11950,10 +11922,10 @@ var de_AssociatedContactSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
11950
11922
|
Channel: import_smithy_client.expectString,
|
|
11951
11923
|
ContactArn: import_smithy_client.expectString,
|
|
11952
11924
|
ContactId: import_smithy_client.expectString,
|
|
11953
|
-
DisconnectTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11925
|
+
DisconnectTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DisconnectTimestamp"),
|
|
11954
11926
|
InitialContactId: import_smithy_client.expectString,
|
|
11955
11927
|
InitiationMethod: import_smithy_client.expectString,
|
|
11956
|
-
InitiationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11928
|
+
InitiationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InitiationTimestamp"),
|
|
11957
11929
|
PreviousContactId: import_smithy_client.expectString,
|
|
11958
11930
|
RelatedContactId: import_smithy_client.expectString
|
|
11959
11931
|
});
|
|
@@ -11970,7 +11942,7 @@ var de_AttributeCondition = /* @__PURE__ */ __name((output, context) => {
|
|
|
11970
11942
|
MatchCriteria: import_smithy_client._json,
|
|
11971
11943
|
Name: import_smithy_client.expectString,
|
|
11972
11944
|
ProficiencyLevel: import_smithy_client.limitedParseFloat32,
|
|
11973
|
-
Range: (_) => de_Range(_, context),
|
|
11945
|
+
Range: /* @__PURE__ */ __name((_) => de_Range(_, context), "Range"),
|
|
11974
11946
|
Value: import_smithy_client.expectString
|
|
11975
11947
|
});
|
|
11976
11948
|
}, "de_AttributeCondition");
|
|
@@ -11985,12 +11957,12 @@ var de_AuthenticationProfile = /* @__PURE__ */ __name((output, context) => {
|
|
|
11985
11957
|
AllowedIps: import_smithy_client._json,
|
|
11986
11958
|
Arn: import_smithy_client.expectString,
|
|
11987
11959
|
BlockedIps: import_smithy_client._json,
|
|
11988
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11960
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
11989
11961
|
Description: import_smithy_client.expectString,
|
|
11990
11962
|
Id: import_smithy_client.expectString,
|
|
11991
11963
|
IsDefault: import_smithy_client.expectBoolean,
|
|
11992
11964
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
11993
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11965
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
11994
11966
|
MaxSessionDuration: import_smithy_client.expectInt32,
|
|
11995
11967
|
Name: import_smithy_client.expectString,
|
|
11996
11968
|
PeriodicSessionDuration: import_smithy_client.expectInt32
|
|
@@ -12002,7 +11974,7 @@ var de_AuthenticationProfileSummary = /* @__PURE__ */ __name((output, context) =
|
|
|
12002
11974
|
Id: import_smithy_client.expectString,
|
|
12003
11975
|
IsDefault: import_smithy_client.expectBoolean,
|
|
12004
11976
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12005
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11977
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12006
11978
|
Name: import_smithy_client.expectString
|
|
12007
11979
|
});
|
|
12008
11980
|
}, "de_AuthenticationProfileSummary");
|
|
@@ -12015,37 +11987,37 @@ var de_AuthenticationProfileSummaryList = /* @__PURE__ */ __name((output, contex
|
|
|
12015
11987
|
var de_Contact = /* @__PURE__ */ __name((output, context) => {
|
|
12016
11988
|
return (0, import_smithy_client.take)(output, {
|
|
12017
11989
|
AdditionalEmailRecipients: import_smithy_client._json,
|
|
12018
|
-
AgentInfo: (_) => de_AgentInfo(_, context),
|
|
11990
|
+
AgentInfo: /* @__PURE__ */ __name((_) => de_AgentInfo(_, context), "AgentInfo"),
|
|
12019
11991
|
AnsweringMachineDetectionStatus: import_smithy_client.expectString,
|
|
12020
11992
|
Arn: import_smithy_client.expectString,
|
|
12021
11993
|
Campaign: import_smithy_client._json,
|
|
12022
11994
|
Channel: import_smithy_client.expectString,
|
|
12023
|
-
ConnectedToSystemTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11995
|
+
ConnectedToSystemTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ConnectedToSystemTimestamp"),
|
|
12024
11996
|
ContactAssociationId: import_smithy_client.expectString,
|
|
12025
11997
|
Customer: import_smithy_client._json,
|
|
12026
11998
|
CustomerEndpoint: import_smithy_client._json,
|
|
12027
11999
|
CustomerId: import_smithy_client.expectString,
|
|
12028
|
-
CustomerVoiceActivity: (_) => de_CustomerVoiceActivity(_, context),
|
|
12000
|
+
CustomerVoiceActivity: /* @__PURE__ */ __name((_) => de_CustomerVoiceActivity(_, context), "CustomerVoiceActivity"),
|
|
12029
12001
|
Description: import_smithy_client.expectString,
|
|
12030
12002
|
DisconnectDetails: import_smithy_client._json,
|
|
12031
|
-
DisconnectTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12003
|
+
DisconnectTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DisconnectTimestamp"),
|
|
12032
12004
|
Id: import_smithy_client.expectString,
|
|
12033
12005
|
InitialContactId: import_smithy_client.expectString,
|
|
12034
12006
|
InitiationMethod: import_smithy_client.expectString,
|
|
12035
|
-
InitiationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12036
|
-
LastPausedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12037
|
-
LastResumedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12038
|
-
LastUpdateTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12007
|
+
InitiationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InitiationTimestamp"),
|
|
12008
|
+
LastPausedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastPausedTimestamp"),
|
|
12009
|
+
LastResumedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastResumedTimestamp"),
|
|
12010
|
+
LastUpdateTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTimestamp"),
|
|
12039
12011
|
Name: import_smithy_client.expectString,
|
|
12040
12012
|
PreviousContactId: import_smithy_client.expectString,
|
|
12041
|
-
QualityMetrics: (_) => de_QualityMetrics(_, context),
|
|
12042
|
-
QueueInfo: (_) => de_QueueInfo(_, context),
|
|
12013
|
+
QualityMetrics: /* @__PURE__ */ __name((_) => de_QualityMetrics(_, context), "QualityMetrics"),
|
|
12014
|
+
QueueInfo: /* @__PURE__ */ __name((_) => de_QueueInfo(_, context), "QueueInfo"),
|
|
12043
12015
|
QueuePriority: import_smithy_client.expectLong,
|
|
12044
12016
|
QueueTimeAdjustmentSeconds: import_smithy_client.expectInt32,
|
|
12045
12017
|
RelatedContactId: import_smithy_client.expectString,
|
|
12046
|
-
RoutingCriteria: (_) => de_RoutingCriteria(_, context),
|
|
12047
|
-
ScheduledTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12048
|
-
SegmentAttributes: (_) => de_SegmentAttributes(_, context),
|
|
12018
|
+
RoutingCriteria: /* @__PURE__ */ __name((_) => de_RoutingCriteria(_, context), "RoutingCriteria"),
|
|
12019
|
+
ScheduledTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ScheduledTimestamp"),
|
|
12020
|
+
SegmentAttributes: /* @__PURE__ */ __name((_) => de_SegmentAttributes(_, context), "SegmentAttributes"),
|
|
12049
12021
|
SystemEndpoint: import_smithy_client._json,
|
|
12050
12022
|
Tags: import_smithy_client._json,
|
|
12051
12023
|
TotalPauseCount: import_smithy_client.expectInt32,
|
|
@@ -12061,7 +12033,7 @@ var de_ContactFlow = /* @__PURE__ */ __name((output, context) => {
|
|
|
12061
12033
|
FlowContentSha256: import_smithy_client.expectString,
|
|
12062
12034
|
Id: import_smithy_client.expectString,
|
|
12063
12035
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12064
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12036
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12065
12037
|
Name: import_smithy_client.expectString,
|
|
12066
12038
|
State: import_smithy_client.expectString,
|
|
12067
12039
|
Status: import_smithy_client.expectString,
|
|
@@ -12085,44 +12057,44 @@ var de_Contacts = /* @__PURE__ */ __name((output, context) => {
|
|
|
12085
12057
|
}, "de_Contacts");
|
|
12086
12058
|
var de_ContactSearchSummary = /* @__PURE__ */ __name((output, context) => {
|
|
12087
12059
|
return (0, import_smithy_client.take)(output, {
|
|
12088
|
-
AgentInfo: (_) => de_ContactSearchSummaryAgentInfo(_, context),
|
|
12060
|
+
AgentInfo: /* @__PURE__ */ __name((_) => de_ContactSearchSummaryAgentInfo(_, context), "AgentInfo"),
|
|
12089
12061
|
Arn: import_smithy_client.expectString,
|
|
12090
12062
|
Channel: import_smithy_client.expectString,
|
|
12091
|
-
DisconnectTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12063
|
+
DisconnectTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DisconnectTimestamp"),
|
|
12092
12064
|
Id: import_smithy_client.expectString,
|
|
12093
12065
|
InitialContactId: import_smithy_client.expectString,
|
|
12094
12066
|
InitiationMethod: import_smithy_client.expectString,
|
|
12095
|
-
InitiationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12067
|
+
InitiationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InitiationTimestamp"),
|
|
12096
12068
|
PreviousContactId: import_smithy_client.expectString,
|
|
12097
|
-
QueueInfo: (_) => de_ContactSearchSummaryQueueInfo(_, context),
|
|
12098
|
-
ScheduledTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12069
|
+
QueueInfo: /* @__PURE__ */ __name((_) => de_ContactSearchSummaryQueueInfo(_, context), "QueueInfo"),
|
|
12070
|
+
ScheduledTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ScheduledTimestamp"),
|
|
12099
12071
|
SegmentAttributes: import_smithy_client._json
|
|
12100
12072
|
});
|
|
12101
12073
|
}, "de_ContactSearchSummary");
|
|
12102
12074
|
var de_ContactSearchSummaryAgentInfo = /* @__PURE__ */ __name((output, context) => {
|
|
12103
12075
|
return (0, import_smithy_client.take)(output, {
|
|
12104
|
-
ConnectedToAgentTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12076
|
+
ConnectedToAgentTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ConnectedToAgentTimestamp"),
|
|
12105
12077
|
Id: import_smithy_client.expectString
|
|
12106
12078
|
});
|
|
12107
12079
|
}, "de_ContactSearchSummaryAgentInfo");
|
|
12108
12080
|
var de_ContactSearchSummaryQueueInfo = /* @__PURE__ */ __name((output, context) => {
|
|
12109
12081
|
return (0, import_smithy_client.take)(output, {
|
|
12110
|
-
EnqueueTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12082
|
+
EnqueueTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EnqueueTimestamp"),
|
|
12111
12083
|
Id: import_smithy_client.expectString
|
|
12112
12084
|
});
|
|
12113
12085
|
}, "de_ContactSearchSummaryQueueInfo");
|
|
12114
12086
|
var de_CreateCaseActionDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
12115
12087
|
return (0, import_smithy_client.take)(output, {
|
|
12116
|
-
Fields: (_) => de_FieldValues(_, context),
|
|
12088
|
+
Fields: /* @__PURE__ */ __name((_) => de_FieldValues(_, context), "Fields"),
|
|
12117
12089
|
TemplateId: import_smithy_client.expectString
|
|
12118
12090
|
});
|
|
12119
12091
|
}, "de_CreateCaseActionDefinition");
|
|
12120
12092
|
var de_Credentials = /* @__PURE__ */ __name((output, context) => {
|
|
12121
12093
|
return (0, import_smithy_client.take)(output, {
|
|
12122
12094
|
AccessToken: import_smithy_client.expectString,
|
|
12123
|
-
AccessTokenExpiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12095
|
+
AccessTokenExpiration: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AccessTokenExpiration"),
|
|
12124
12096
|
RefreshToken: import_smithy_client.expectString,
|
|
12125
|
-
RefreshTokenExpiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
12097
|
+
RefreshTokenExpiration: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RefreshTokenExpiration")
|
|
12126
12098
|
});
|
|
12127
12099
|
}, "de_Credentials");
|
|
12128
12100
|
var de_CurrentMetricData = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12139,7 +12111,7 @@ var de_CurrentMetricDataCollections = /* @__PURE__ */ __name((output, context) =
|
|
|
12139
12111
|
}, "de_CurrentMetricDataCollections");
|
|
12140
12112
|
var de_CurrentMetricResult = /* @__PURE__ */ __name((output, context) => {
|
|
12141
12113
|
return (0, import_smithy_client.take)(output, {
|
|
12142
|
-
Collections: (_) => de_CurrentMetricDataCollections(_, context),
|
|
12114
|
+
Collections: /* @__PURE__ */ __name((_) => de_CurrentMetricDataCollections(_, context), "Collections"),
|
|
12143
12115
|
Dimensions: import_smithy_client._json
|
|
12144
12116
|
});
|
|
12145
12117
|
}, "de_CurrentMetricResult");
|
|
@@ -12151,25 +12123,25 @@ var de_CurrentMetricResults = /* @__PURE__ */ __name((output, context) => {
|
|
|
12151
12123
|
}, "de_CurrentMetricResults");
|
|
12152
12124
|
var de_CustomerQualityMetrics = /* @__PURE__ */ __name((output, context) => {
|
|
12153
12125
|
return (0, import_smithy_client.take)(output, {
|
|
12154
|
-
Audio: (_) => de_AudioQualityMetricsInfo(_, context)
|
|
12126
|
+
Audio: /* @__PURE__ */ __name((_) => de_AudioQualityMetricsInfo(_, context), "Audio")
|
|
12155
12127
|
});
|
|
12156
12128
|
}, "de_CustomerQualityMetrics");
|
|
12157
12129
|
var de_CustomerVoiceActivity = /* @__PURE__ */ __name((output, context) => {
|
|
12158
12130
|
return (0, import_smithy_client.take)(output, {
|
|
12159
|
-
GreetingEndTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12160
|
-
GreetingStartTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
12131
|
+
GreetingEndTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "GreetingEndTimestamp"),
|
|
12132
|
+
GreetingStartTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "GreetingStartTimestamp")
|
|
12161
12133
|
});
|
|
12162
12134
|
}, "de_CustomerVoiceActivity");
|
|
12163
12135
|
var de_Evaluation = /* @__PURE__ */ __name((output, context) => {
|
|
12164
12136
|
return (0, import_smithy_client.take)(output, {
|
|
12165
|
-
Answers: (_) => de_EvaluationAnswersOutputMap(_, context),
|
|
12166
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12137
|
+
Answers: /* @__PURE__ */ __name((_) => de_EvaluationAnswersOutputMap(_, context), "Answers"),
|
|
12138
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
12167
12139
|
EvaluationArn: import_smithy_client.expectString,
|
|
12168
12140
|
EvaluationId: import_smithy_client.expectString,
|
|
12169
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12170
|
-
Metadata: (_) => de_EvaluationMetadata(_, context),
|
|
12141
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12142
|
+
Metadata: /* @__PURE__ */ __name((_) => de_EvaluationMetadata(_, context), "Metadata"),
|
|
12171
12143
|
Notes: import_smithy_client._json,
|
|
12172
|
-
Scores: (_) => de_EvaluationScoresMap(_, context),
|
|
12144
|
+
Scores: /* @__PURE__ */ __name((_) => de_EvaluationScoresMap(_, context), "Scores"),
|
|
12173
12145
|
Status: import_smithy_client.expectString,
|
|
12174
12146
|
Tags: import_smithy_client._json
|
|
12175
12147
|
});
|
|
@@ -12188,8 +12160,8 @@ var de_EvaluationAnswerData = /* @__PURE__ */ __name((output, context) => {
|
|
|
12188
12160
|
}, "de_EvaluationAnswerData");
|
|
12189
12161
|
var de_EvaluationAnswerOutput = /* @__PURE__ */ __name((output, context) => {
|
|
12190
12162
|
return (0, import_smithy_client.take)(output, {
|
|
12191
|
-
SystemSuggestedValue: (_) => de_EvaluationAnswerData((0, import_core2.awsExpectUnion)(_), context),
|
|
12192
|
-
Value: (_) => de_EvaluationAnswerData((0, import_core2.awsExpectUnion)(_), context)
|
|
12163
|
+
SystemSuggestedValue: /* @__PURE__ */ __name((_) => de_EvaluationAnswerData((0, import_core2.awsExpectUnion)(_), context), "SystemSuggestedValue"),
|
|
12164
|
+
Value: /* @__PURE__ */ __name((_) => de_EvaluationAnswerData((0, import_core2.awsExpectUnion)(_), context), "Value")
|
|
12193
12165
|
});
|
|
12194
12166
|
}, "de_EvaluationAnswerOutput");
|
|
12195
12167
|
var de_EvaluationAnswersOutputMap = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12204,14 +12176,14 @@ var de_EvaluationAnswersOutputMap = /* @__PURE__ */ __name((output, context) =>
|
|
|
12204
12176
|
var de_EvaluationForm = /* @__PURE__ */ __name((output, context) => {
|
|
12205
12177
|
return (0, import_smithy_client.take)(output, {
|
|
12206
12178
|
CreatedBy: import_smithy_client.expectString,
|
|
12207
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12179
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
12208
12180
|
Description: import_smithy_client.expectString,
|
|
12209
12181
|
EvaluationFormArn: import_smithy_client.expectString,
|
|
12210
12182
|
EvaluationFormId: import_smithy_client.expectString,
|
|
12211
12183
|
EvaluationFormVersion: import_smithy_client.expectInt32,
|
|
12212
|
-
Items: (_) => de_EvaluationFormItemsList(_, context),
|
|
12184
|
+
Items: /* @__PURE__ */ __name((_) => de_EvaluationFormItemsList(_, context), "Items"),
|
|
12213
12185
|
LastModifiedBy: import_smithy_client.expectString,
|
|
12214
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12186
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12215
12187
|
Locked: import_smithy_client.expectBoolean,
|
|
12216
12188
|
ScoringStrategy: import_smithy_client._json,
|
|
12217
12189
|
Status: import_smithy_client.expectString,
|
|
@@ -12225,7 +12197,7 @@ var de_EvaluationFormContent = /* @__PURE__ */ __name((output, context) => {
|
|
|
12225
12197
|
EvaluationFormArn: import_smithy_client.expectString,
|
|
12226
12198
|
EvaluationFormId: import_smithy_client.expectString,
|
|
12227
12199
|
EvaluationFormVersion: import_smithy_client.expectInt32,
|
|
12228
|
-
Items: (_) => de_EvaluationFormItemsList(_, context),
|
|
12200
|
+
Items: /* @__PURE__ */ __name((_) => de_EvaluationFormItemsList(_, context), "Items"),
|
|
12229
12201
|
ScoringStrategy: import_smithy_client._json,
|
|
12230
12202
|
Title: import_smithy_client.expectString
|
|
12231
12203
|
});
|
|
@@ -12254,7 +12226,7 @@ var de_EvaluationFormQuestion = /* @__PURE__ */ __name((output, context) => {
|
|
|
12254
12226
|
Instructions: import_smithy_client.expectString,
|
|
12255
12227
|
NotApplicableEnabled: import_smithy_client.expectBoolean,
|
|
12256
12228
|
QuestionType: import_smithy_client.expectString,
|
|
12257
|
-
QuestionTypeProperties: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
12229
|
+
QuestionTypeProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "QuestionTypeProperties"),
|
|
12258
12230
|
RefId: import_smithy_client.expectString,
|
|
12259
12231
|
Title: import_smithy_client.expectString,
|
|
12260
12232
|
Weight: import_smithy_client.limitedParseDouble
|
|
@@ -12263,7 +12235,7 @@ var de_EvaluationFormQuestion = /* @__PURE__ */ __name((output, context) => {
|
|
|
12263
12235
|
var de_EvaluationFormSection = /* @__PURE__ */ __name((output, context) => {
|
|
12264
12236
|
return (0, import_smithy_client.take)(output, {
|
|
12265
12237
|
Instructions: import_smithy_client.expectString,
|
|
12266
|
-
Items: (_) => de_EvaluationFormItemsList(_, context),
|
|
12238
|
+
Items: /* @__PURE__ */ __name((_) => de_EvaluationFormItemsList(_, context), "Items"),
|
|
12267
12239
|
RefId: import_smithy_client.expectString,
|
|
12268
12240
|
Title: import_smithy_client.expectString,
|
|
12269
12241
|
Weight: import_smithy_client.limitedParseDouble
|
|
@@ -12273,13 +12245,13 @@ var de_EvaluationFormSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
12273
12245
|
return (0, import_smithy_client.take)(output, {
|
|
12274
12246
|
ActiveVersion: import_smithy_client.expectInt32,
|
|
12275
12247
|
CreatedBy: import_smithy_client.expectString,
|
|
12276
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12248
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
12277
12249
|
EvaluationFormArn: import_smithy_client.expectString,
|
|
12278
12250
|
EvaluationFormId: import_smithy_client.expectString,
|
|
12279
12251
|
LastActivatedBy: import_smithy_client.expectString,
|
|
12280
|
-
LastActivatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12252
|
+
LastActivatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastActivatedTime"),
|
|
12281
12253
|
LastModifiedBy: import_smithy_client.expectString,
|
|
12282
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12254
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12283
12255
|
LatestVersion: import_smithy_client.expectInt32,
|
|
12284
12256
|
Title: import_smithy_client.expectString
|
|
12285
12257
|
});
|
|
@@ -12293,12 +12265,12 @@ var de_EvaluationFormSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
12293
12265
|
var de_EvaluationFormVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
12294
12266
|
return (0, import_smithy_client.take)(output, {
|
|
12295
12267
|
CreatedBy: import_smithy_client.expectString,
|
|
12296
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12268
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
12297
12269
|
EvaluationFormArn: import_smithy_client.expectString,
|
|
12298
12270
|
EvaluationFormId: import_smithy_client.expectString,
|
|
12299
12271
|
EvaluationFormVersion: import_smithy_client.expectInt32,
|
|
12300
12272
|
LastModifiedBy: import_smithy_client.expectString,
|
|
12301
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12273
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12302
12274
|
Locked: import_smithy_client.expectBoolean,
|
|
12303
12275
|
Status: import_smithy_client.expectString
|
|
12304
12276
|
});
|
|
@@ -12314,7 +12286,7 @@ var de_EvaluationMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
12314
12286
|
ContactAgentId: import_smithy_client.expectString,
|
|
12315
12287
|
ContactId: import_smithy_client.expectString,
|
|
12316
12288
|
EvaluatorArn: import_smithy_client.expectString,
|
|
12317
|
-
Score: (_) => de_EvaluationScore(_, context)
|
|
12289
|
+
Score: /* @__PURE__ */ __name((_) => de_EvaluationScore(_, context), "Score")
|
|
12318
12290
|
});
|
|
12319
12291
|
}, "de_EvaluationMetadata");
|
|
12320
12292
|
var de_EvaluationScore = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12335,14 +12307,14 @@ var de_EvaluationScoresMap = /* @__PURE__ */ __name((output, context) => {
|
|
|
12335
12307
|
}, "de_EvaluationScoresMap");
|
|
12336
12308
|
var de_EvaluationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
12337
12309
|
return (0, import_smithy_client.take)(output, {
|
|
12338
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12310
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
12339
12311
|
EvaluationArn: import_smithy_client.expectString,
|
|
12340
12312
|
EvaluationFormId: import_smithy_client.expectString,
|
|
12341
12313
|
EvaluationFormTitle: import_smithy_client.expectString,
|
|
12342
12314
|
EvaluationId: import_smithy_client.expectString,
|
|
12343
12315
|
EvaluatorArn: import_smithy_client.expectString,
|
|
12344
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12345
|
-
Score: (_) => de_EvaluationScore(_, context),
|
|
12316
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12317
|
+
Score: /* @__PURE__ */ __name((_) => de_EvaluationScore(_, context), "Score"),
|
|
12346
12318
|
Status: import_smithy_client.expectString
|
|
12347
12319
|
});
|
|
12348
12320
|
}, "de_EvaluationSummary");
|
|
@@ -12355,15 +12327,15 @@ var de_EvaluationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
12355
12327
|
var de_Expiry = /* @__PURE__ */ __name((output, context) => {
|
|
12356
12328
|
return (0, import_smithy_client.take)(output, {
|
|
12357
12329
|
DurationInSeconds: import_smithy_client.expectInt32,
|
|
12358
|
-
ExpiryTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
12330
|
+
ExpiryTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpiryTimestamp")
|
|
12359
12331
|
});
|
|
12360
12332
|
}, "de_Expiry");
|
|
12361
12333
|
var de_Expression = /* @__PURE__ */ __name((output, context) => {
|
|
12362
12334
|
return (0, import_smithy_client.take)(output, {
|
|
12363
|
-
AndExpression: (_) => de_Expressions(_, context),
|
|
12364
|
-
AttributeCondition: (_) => de_AttributeCondition(_, context),
|
|
12365
|
-
NotAttributeCondition: (_) => de_AttributeCondition(_, context),
|
|
12366
|
-
OrExpression: (_) => de_Expressions(_, context)
|
|
12335
|
+
AndExpression: /* @__PURE__ */ __name((_) => de_Expressions(_, context), "AndExpression"),
|
|
12336
|
+
AttributeCondition: /* @__PURE__ */ __name((_) => de_AttributeCondition(_, context), "AttributeCondition"),
|
|
12337
|
+
NotAttributeCondition: /* @__PURE__ */ __name((_) => de_AttributeCondition(_, context), "NotAttributeCondition"),
|
|
12338
|
+
OrExpression: /* @__PURE__ */ __name((_) => de_Expressions(_, context), "OrExpression")
|
|
12367
12339
|
});
|
|
12368
12340
|
}, "de_Expression");
|
|
12369
12341
|
var de_Expressions = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12375,7 +12347,7 @@ var de_Expressions = /* @__PURE__ */ __name((output, context) => {
|
|
|
12375
12347
|
var de_FieldValue = /* @__PURE__ */ __name((output, context) => {
|
|
12376
12348
|
return (0, import_smithy_client.take)(output, {
|
|
12377
12349
|
Id: import_smithy_client.expectString,
|
|
12378
|
-
Value: (_) => de_FieldValueUnion(_, context)
|
|
12350
|
+
Value: /* @__PURE__ */ __name((_) => de_FieldValueUnion(_, context), "Value")
|
|
12379
12351
|
});
|
|
12380
12352
|
}, "de_FieldValue");
|
|
12381
12353
|
var de_FieldValues = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12395,10 +12367,10 @@ var de_FieldValueUnion = /* @__PURE__ */ __name((output, context) => {
|
|
|
12395
12367
|
var de_HierarchyGroup = /* @__PURE__ */ __name((output, context) => {
|
|
12396
12368
|
return (0, import_smithy_client.take)(output, {
|
|
12397
12369
|
Arn: import_smithy_client.expectString,
|
|
12398
|
-
HierarchyPath: (_) => de_HierarchyPath(_, context),
|
|
12370
|
+
HierarchyPath: /* @__PURE__ */ __name((_) => de_HierarchyPath(_, context), "HierarchyPath"),
|
|
12399
12371
|
Id: import_smithy_client.expectString,
|
|
12400
12372
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12401
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12373
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12402
12374
|
LevelId: import_smithy_client.expectString,
|
|
12403
12375
|
Name: import_smithy_client.expectString,
|
|
12404
12376
|
Tags: import_smithy_client._json
|
|
@@ -12409,7 +12381,7 @@ var de_HierarchyGroupSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
12409
12381
|
Arn: import_smithy_client.expectString,
|
|
12410
12382
|
Id: import_smithy_client.expectString,
|
|
12411
12383
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12412
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12384
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12413
12385
|
Name: import_smithy_client.expectString
|
|
12414
12386
|
});
|
|
12415
12387
|
}, "de_HierarchyGroupSummary");
|
|
@@ -12424,39 +12396,39 @@ var de_HierarchyLevel = /* @__PURE__ */ __name((output, context) => {
|
|
|
12424
12396
|
Arn: import_smithy_client.expectString,
|
|
12425
12397
|
Id: import_smithy_client.expectString,
|
|
12426
12398
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12427
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12399
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12428
12400
|
Name: import_smithy_client.expectString
|
|
12429
12401
|
});
|
|
12430
12402
|
}, "de_HierarchyLevel");
|
|
12431
12403
|
var de_HierarchyPath = /* @__PURE__ */ __name((output, context) => {
|
|
12432
12404
|
return (0, import_smithy_client.take)(output, {
|
|
12433
|
-
LevelFive: (_) => de_HierarchyGroupSummary(_, context),
|
|
12434
|
-
LevelFour: (_) => de_HierarchyGroupSummary(_, context),
|
|
12435
|
-
LevelOne: (_) => de_HierarchyGroupSummary(_, context),
|
|
12436
|
-
LevelThree: (_) => de_HierarchyGroupSummary(_, context),
|
|
12437
|
-
LevelTwo: (_) => de_HierarchyGroupSummary(_, context)
|
|
12405
|
+
LevelFive: /* @__PURE__ */ __name((_) => de_HierarchyGroupSummary(_, context), "LevelFive"),
|
|
12406
|
+
LevelFour: /* @__PURE__ */ __name((_) => de_HierarchyGroupSummary(_, context), "LevelFour"),
|
|
12407
|
+
LevelOne: /* @__PURE__ */ __name((_) => de_HierarchyGroupSummary(_, context), "LevelOne"),
|
|
12408
|
+
LevelThree: /* @__PURE__ */ __name((_) => de_HierarchyGroupSummary(_, context), "LevelThree"),
|
|
12409
|
+
LevelTwo: /* @__PURE__ */ __name((_) => de_HierarchyGroupSummary(_, context), "LevelTwo")
|
|
12438
12410
|
});
|
|
12439
12411
|
}, "de_HierarchyPath");
|
|
12440
12412
|
var de_HierarchyStructure = /* @__PURE__ */ __name((output, context) => {
|
|
12441
12413
|
return (0, import_smithy_client.take)(output, {
|
|
12442
|
-
LevelFive: (_) => de_HierarchyLevel(_, context),
|
|
12443
|
-
LevelFour: (_) => de_HierarchyLevel(_, context),
|
|
12444
|
-
LevelOne: (_) => de_HierarchyLevel(_, context),
|
|
12445
|
-
LevelThree: (_) => de_HierarchyLevel(_, context),
|
|
12446
|
-
LevelTwo: (_) => de_HierarchyLevel(_, context)
|
|
12414
|
+
LevelFive: /* @__PURE__ */ __name((_) => de_HierarchyLevel(_, context), "LevelFive"),
|
|
12415
|
+
LevelFour: /* @__PURE__ */ __name((_) => de_HierarchyLevel(_, context), "LevelFour"),
|
|
12416
|
+
LevelOne: /* @__PURE__ */ __name((_) => de_HierarchyLevel(_, context), "LevelOne"),
|
|
12417
|
+
LevelThree: /* @__PURE__ */ __name((_) => de_HierarchyLevel(_, context), "LevelThree"),
|
|
12418
|
+
LevelTwo: /* @__PURE__ */ __name((_) => de_HierarchyLevel(_, context), "LevelTwo")
|
|
12447
12419
|
});
|
|
12448
12420
|
}, "de_HierarchyStructure");
|
|
12449
12421
|
var de_HistoricalMetric = /* @__PURE__ */ __name((output, context) => {
|
|
12450
12422
|
return (0, import_smithy_client.take)(output, {
|
|
12451
12423
|
Name: import_smithy_client.expectString,
|
|
12452
12424
|
Statistic: import_smithy_client.expectString,
|
|
12453
|
-
Threshold: (_) => de_Threshold(_, context),
|
|
12425
|
+
Threshold: /* @__PURE__ */ __name((_) => de_Threshold(_, context), "Threshold"),
|
|
12454
12426
|
Unit: import_smithy_client.expectString
|
|
12455
12427
|
});
|
|
12456
12428
|
}, "de_HistoricalMetric");
|
|
12457
12429
|
var de_HistoricalMetricData = /* @__PURE__ */ __name((output, context) => {
|
|
12458
12430
|
return (0, import_smithy_client.take)(output, {
|
|
12459
|
-
Metric: (_) => de_HistoricalMetric(_, context),
|
|
12431
|
+
Metric: /* @__PURE__ */ __name((_) => de_HistoricalMetric(_, context), "Metric"),
|
|
12460
12432
|
Value: import_smithy_client.limitedParseDouble
|
|
12461
12433
|
});
|
|
12462
12434
|
}, "de_HistoricalMetricData");
|
|
@@ -12468,7 +12440,7 @@ var de_HistoricalMetricDataCollections = /* @__PURE__ */ __name((output, context
|
|
|
12468
12440
|
}, "de_HistoricalMetricDataCollections");
|
|
12469
12441
|
var de_HistoricalMetricResult = /* @__PURE__ */ __name((output, context) => {
|
|
12470
12442
|
return (0, import_smithy_client.take)(output, {
|
|
12471
|
-
Collections: (_) => de_HistoricalMetricDataCollections(_, context),
|
|
12443
|
+
Collections: /* @__PURE__ */ __name((_) => de_HistoricalMetricDataCollections(_, context), "Collections"),
|
|
12472
12444
|
Dimensions: import_smithy_client._json
|
|
12473
12445
|
});
|
|
12474
12446
|
}, "de_HistoricalMetricResult");
|
|
@@ -12485,7 +12457,7 @@ var de_HoursOfOperation = /* @__PURE__ */ __name((output, context) => {
|
|
|
12485
12457
|
HoursOfOperationArn: import_smithy_client.expectString,
|
|
12486
12458
|
HoursOfOperationId: import_smithy_client.expectString,
|
|
12487
12459
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12488
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12460
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12489
12461
|
Name: import_smithy_client.expectString,
|
|
12490
12462
|
Tags: import_smithy_client._json,
|
|
12491
12463
|
TimeZone: import_smithy_client.expectString
|
|
@@ -12502,7 +12474,7 @@ var de_HoursOfOperationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
12502
12474
|
Arn: import_smithy_client.expectString,
|
|
12503
12475
|
Id: import_smithy_client.expectString,
|
|
12504
12476
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12505
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12477
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12506
12478
|
Name: import_smithy_client.expectString
|
|
12507
12479
|
});
|
|
12508
12480
|
}, "de_HoursOfOperationSummary");
|
|
@@ -12515,7 +12487,7 @@ var de_HoursOfOperationSummaryList = /* @__PURE__ */ __name((output, context) =>
|
|
|
12515
12487
|
var de_Instance = /* @__PURE__ */ __name((output, context) => {
|
|
12516
12488
|
return (0, import_smithy_client.take)(output, {
|
|
12517
12489
|
Arn: import_smithy_client.expectString,
|
|
12518
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12490
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
12519
12491
|
Id: import_smithy_client.expectString,
|
|
12520
12492
|
IdentityManagementType: import_smithy_client.expectString,
|
|
12521
12493
|
InboundCallsEnabled: import_smithy_client.expectBoolean,
|
|
@@ -12531,7 +12503,7 @@ var de_Instance = /* @__PURE__ */ __name((output, context) => {
|
|
|
12531
12503
|
var de_InstanceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
12532
12504
|
return (0, import_smithy_client.take)(output, {
|
|
12533
12505
|
Arn: import_smithy_client.expectString,
|
|
12534
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12506
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
12535
12507
|
Id: import_smithy_client.expectString,
|
|
12536
12508
|
IdentityManagementType: import_smithy_client.expectString,
|
|
12537
12509
|
InboundCallsEnabled: import_smithy_client.expectBoolean,
|
|
@@ -12556,15 +12528,15 @@ var de_MetricDataCollectionsV2 = /* @__PURE__ */ __name((output, context) => {
|
|
|
12556
12528
|
}, "de_MetricDataCollectionsV2");
|
|
12557
12529
|
var de_MetricDataV2 = /* @__PURE__ */ __name((output, context) => {
|
|
12558
12530
|
return (0, import_smithy_client.take)(output, {
|
|
12559
|
-
Metric: (_) => de_MetricV2(_, context),
|
|
12531
|
+
Metric: /* @__PURE__ */ __name((_) => de_MetricV2(_, context), "Metric"),
|
|
12560
12532
|
Value: import_smithy_client.limitedParseDouble
|
|
12561
12533
|
});
|
|
12562
12534
|
}, "de_MetricDataV2");
|
|
12563
12535
|
var de_MetricInterval = /* @__PURE__ */ __name((output, context) => {
|
|
12564
12536
|
return (0, import_smithy_client.take)(output, {
|
|
12565
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12537
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
12566
12538
|
Interval: import_smithy_client.expectString,
|
|
12567
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
12539
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime")
|
|
12568
12540
|
});
|
|
12569
12541
|
}, "de_MetricInterval");
|
|
12570
12542
|
var de_MetricResultsV2 = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12575,24 +12547,24 @@ var de_MetricResultsV2 = /* @__PURE__ */ __name((output, context) => {
|
|
|
12575
12547
|
}, "de_MetricResultsV2");
|
|
12576
12548
|
var de_MetricResultV2 = /* @__PURE__ */ __name((output, context) => {
|
|
12577
12549
|
return (0, import_smithy_client.take)(output, {
|
|
12578
|
-
Collections: (_) => de_MetricDataCollectionsV2(_, context),
|
|
12550
|
+
Collections: /* @__PURE__ */ __name((_) => de_MetricDataCollectionsV2(_, context), "Collections"),
|
|
12579
12551
|
Dimensions: import_smithy_client._json,
|
|
12580
|
-
MetricInterval: (_) => de_MetricInterval(_, context)
|
|
12552
|
+
MetricInterval: /* @__PURE__ */ __name((_) => de_MetricInterval(_, context), "MetricInterval")
|
|
12581
12553
|
});
|
|
12582
12554
|
}, "de_MetricResultV2");
|
|
12583
12555
|
var de_MetricV2 = /* @__PURE__ */ __name((output, context) => {
|
|
12584
12556
|
return (0, import_smithy_client.take)(output, {
|
|
12585
12557
|
MetricFilters: import_smithy_client._json,
|
|
12586
12558
|
Name: import_smithy_client.expectString,
|
|
12587
|
-
Threshold: (_) => de_ThresholdCollections(_, context)
|
|
12559
|
+
Threshold: /* @__PURE__ */ __name((_) => de_ThresholdCollections(_, context), "Threshold")
|
|
12588
12560
|
});
|
|
12589
12561
|
}, "de_MetricV2");
|
|
12590
12562
|
var de_PredefinedAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
12591
12563
|
return (0, import_smithy_client.take)(output, {
|
|
12592
12564
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12593
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12565
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12594
12566
|
Name: import_smithy_client.expectString,
|
|
12595
|
-
Values: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
|
|
12567
|
+
Values: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "Values")
|
|
12596
12568
|
});
|
|
12597
12569
|
}, "de_PredefinedAttribute");
|
|
12598
12570
|
var de_PredefinedAttributeSearchSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12604,7 +12576,7 @@ var de_PredefinedAttributeSearchSummaryList = /* @__PURE__ */ __name((output, co
|
|
|
12604
12576
|
var de_PredefinedAttributeSummary = /* @__PURE__ */ __name((output, context) => {
|
|
12605
12577
|
return (0, import_smithy_client.take)(output, {
|
|
12606
12578
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12607
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12579
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12608
12580
|
Name: import_smithy_client.expectString
|
|
12609
12581
|
});
|
|
12610
12582
|
}, "de_PredefinedAttributeSummary");
|
|
@@ -12618,7 +12590,7 @@ var de_Prompt = /* @__PURE__ */ __name((output, context) => {
|
|
|
12618
12590
|
return (0, import_smithy_client.take)(output, {
|
|
12619
12591
|
Description: import_smithy_client.expectString,
|
|
12620
12592
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12621
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12593
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12622
12594
|
Name: import_smithy_client.expectString,
|
|
12623
12595
|
PromptARN: import_smithy_client.expectString,
|
|
12624
12596
|
PromptId: import_smithy_client.expectString,
|
|
@@ -12636,7 +12608,7 @@ var de_PromptSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
12636
12608
|
Arn: import_smithy_client.expectString,
|
|
12637
12609
|
Id: import_smithy_client.expectString,
|
|
12638
12610
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12639
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12611
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12640
12612
|
Name: import_smithy_client.expectString
|
|
12641
12613
|
});
|
|
12642
12614
|
}, "de_PromptSummary");
|
|
@@ -12648,8 +12620,8 @@ var de_PromptSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
12648
12620
|
}, "de_PromptSummaryList");
|
|
12649
12621
|
var de_QualityMetrics = /* @__PURE__ */ __name((output, context) => {
|
|
12650
12622
|
return (0, import_smithy_client.take)(output, {
|
|
12651
|
-
Agent: (_) => de_AgentQualityMetrics(_, context),
|
|
12652
|
-
Customer: (_) => de_CustomerQualityMetrics(_, context)
|
|
12623
|
+
Agent: /* @__PURE__ */ __name((_) => de_AgentQualityMetrics(_, context), "Agent"),
|
|
12624
|
+
Customer: /* @__PURE__ */ __name((_) => de_CustomerQualityMetrics(_, context), "Customer")
|
|
12653
12625
|
});
|
|
12654
12626
|
}, "de_QualityMetrics");
|
|
12655
12627
|
var de_Queue = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12657,7 +12629,7 @@ var de_Queue = /* @__PURE__ */ __name((output, context) => {
|
|
|
12657
12629
|
Description: import_smithy_client.expectString,
|
|
12658
12630
|
HoursOfOperationId: import_smithy_client.expectString,
|
|
12659
12631
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12660
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12632
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12661
12633
|
MaxContacts: import_smithy_client.expectInt32,
|
|
12662
12634
|
Name: import_smithy_client.expectString,
|
|
12663
12635
|
OutboundCallerConfig: import_smithy_client._json,
|
|
@@ -12670,7 +12642,7 @@ var de_Queue = /* @__PURE__ */ __name((output, context) => {
|
|
|
12670
12642
|
}, "de_Queue");
|
|
12671
12643
|
var de_QueueInfo = /* @__PURE__ */ __name((output, context) => {
|
|
12672
12644
|
return (0, import_smithy_client.take)(output, {
|
|
12673
|
-
EnqueueTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12645
|
+
EnqueueTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EnqueueTimestamp"),
|
|
12674
12646
|
Id: import_smithy_client.expectString
|
|
12675
12647
|
});
|
|
12676
12648
|
}, "de_QueueInfo");
|
|
@@ -12685,7 +12657,7 @@ var de_QueueSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
12685
12657
|
Arn: import_smithy_client.expectString,
|
|
12686
12658
|
Id: import_smithy_client.expectString,
|
|
12687
12659
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12688
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12660
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12689
12661
|
Name: import_smithy_client.expectString,
|
|
12690
12662
|
QueueType: import_smithy_client.expectString
|
|
12691
12663
|
});
|
|
@@ -12700,7 +12672,7 @@ var de_QuickConnect = /* @__PURE__ */ __name((output, context) => {
|
|
|
12700
12672
|
return (0, import_smithy_client.take)(output, {
|
|
12701
12673
|
Description: import_smithy_client.expectString,
|
|
12702
12674
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12703
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12675
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12704
12676
|
Name: import_smithy_client.expectString,
|
|
12705
12677
|
QuickConnectARN: import_smithy_client.expectString,
|
|
12706
12678
|
QuickConnectConfig: import_smithy_client._json,
|
|
@@ -12719,7 +12691,7 @@ var de_QuickConnectSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
12719
12691
|
Arn: import_smithy_client.expectString,
|
|
12720
12692
|
Id: import_smithy_client.expectString,
|
|
12721
12693
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12722
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12694
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12723
12695
|
Name: import_smithy_client.expectString,
|
|
12724
12696
|
QuickConnectType: import_smithy_client.expectString
|
|
12725
12697
|
});
|
|
@@ -12776,7 +12748,7 @@ var de_RealTimeContactAnalysisSegmentAttachments = /* @__PURE__ */ __name((outpu
|
|
|
12776
12748
|
Id: import_smithy_client.expectString,
|
|
12777
12749
|
ParticipantId: import_smithy_client.expectString,
|
|
12778
12750
|
ParticipantRole: import_smithy_client.expectString,
|
|
12779
|
-
Time: (_) => de_RealTimeContactAnalysisTimeData((0, import_core2.awsExpectUnion)(_), context)
|
|
12751
|
+
Time: /* @__PURE__ */ __name((_) => de_RealTimeContactAnalysisTimeData((0, import_core2.awsExpectUnion)(_), context), "Time")
|
|
12780
12752
|
});
|
|
12781
12753
|
}, "de_RealTimeContactAnalysisSegmentAttachments");
|
|
12782
12754
|
var de_RealTimeContactAnalysisSegmentEvent = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12786,7 +12758,7 @@ var de_RealTimeContactAnalysisSegmentEvent = /* @__PURE__ */ __name((output, con
|
|
|
12786
12758
|
Id: import_smithy_client.expectString,
|
|
12787
12759
|
ParticipantId: import_smithy_client.expectString,
|
|
12788
12760
|
ParticipantRole: import_smithy_client.expectString,
|
|
12789
|
-
Time: (_) => de_RealTimeContactAnalysisTimeData((0, import_core2.awsExpectUnion)(_), context)
|
|
12761
|
+
Time: /* @__PURE__ */ __name((_) => de_RealTimeContactAnalysisTimeData((0, import_core2.awsExpectUnion)(_), context), "Time")
|
|
12790
12762
|
});
|
|
12791
12763
|
}, "de_RealTimeContactAnalysisSegmentEvent");
|
|
12792
12764
|
var de_RealtimeContactAnalysisSegments = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12805,7 +12777,7 @@ var de_RealTimeContactAnalysisSegmentTranscript = /* @__PURE__ */ __name((output
|
|
|
12805
12777
|
ParticipantRole: import_smithy_client.expectString,
|
|
12806
12778
|
Redaction: import_smithy_client._json,
|
|
12807
12779
|
Sentiment: import_smithy_client.expectString,
|
|
12808
|
-
Time: (_) => de_RealTimeContactAnalysisTimeData((0, import_core2.awsExpectUnion)(_), context)
|
|
12780
|
+
Time: /* @__PURE__ */ __name((_) => de_RealTimeContactAnalysisTimeData((0, import_core2.awsExpectUnion)(_), context), "Time")
|
|
12809
12781
|
});
|
|
12810
12782
|
}, "de_RealTimeContactAnalysisSegmentTranscript");
|
|
12811
12783
|
var de_RealTimeContactAnalysisTimeData = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12818,9 +12790,9 @@ var de_RealTimeContactAnalysisTimeData = /* @__PURE__ */ __name((output, context
|
|
|
12818
12790
|
}, "de_RealTimeContactAnalysisTimeData");
|
|
12819
12791
|
var de_RoutingCriteria = /* @__PURE__ */ __name((output, context) => {
|
|
12820
12792
|
return (0, import_smithy_client.take)(output, {
|
|
12821
|
-
ActivationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12793
|
+
ActivationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ActivationTimestamp"),
|
|
12822
12794
|
Index: import_smithy_client.expectInt32,
|
|
12823
|
-
Steps: (_) => de_Steps(_, context)
|
|
12795
|
+
Steps: /* @__PURE__ */ __name((_) => de_Steps(_, context), "Steps")
|
|
12824
12796
|
});
|
|
12825
12797
|
}, "de_RoutingCriteria");
|
|
12826
12798
|
var de_RoutingProfile = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12832,7 +12804,7 @@ var de_RoutingProfile = /* @__PURE__ */ __name((output, context) => {
|
|
|
12832
12804
|
InstanceId: import_smithy_client.expectString,
|
|
12833
12805
|
IsDefault: import_smithy_client.expectBoolean,
|
|
12834
12806
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12835
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12807
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12836
12808
|
MediaConcurrencies: import_smithy_client._json,
|
|
12837
12809
|
Name: import_smithy_client.expectString,
|
|
12838
12810
|
NumberOfAssociatedQueues: import_smithy_client.expectLong,
|
|
@@ -12853,7 +12825,7 @@ var de_RoutingProfileSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
12853
12825
|
Arn: import_smithy_client.expectString,
|
|
12854
12826
|
Id: import_smithy_client.expectString,
|
|
12855
12827
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12856
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12828
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12857
12829
|
Name: import_smithy_client.expectString
|
|
12858
12830
|
});
|
|
12859
12831
|
}, "de_RoutingProfileSummary");
|
|
@@ -12865,11 +12837,11 @@ var de_RoutingProfileSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
12865
12837
|
}, "de_RoutingProfileSummaryList");
|
|
12866
12838
|
var de_Rule = /* @__PURE__ */ __name((output, context) => {
|
|
12867
12839
|
return (0, import_smithy_client.take)(output, {
|
|
12868
|
-
Actions: (_) => de_RuleActions(_, context),
|
|
12869
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12840
|
+
Actions: /* @__PURE__ */ __name((_) => de_RuleActions(_, context), "Actions"),
|
|
12841
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
12870
12842
|
Function: import_smithy_client.expectString,
|
|
12871
12843
|
LastUpdatedBy: import_smithy_client.expectString,
|
|
12872
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12844
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
12873
12845
|
Name: import_smithy_client.expectString,
|
|
12874
12846
|
PublishStatus: import_smithy_client.expectString,
|
|
12875
12847
|
RuleArn: import_smithy_client.expectString,
|
|
@@ -12882,13 +12854,13 @@ var de_RuleAction = /* @__PURE__ */ __name((output, context) => {
|
|
|
12882
12854
|
return (0, import_smithy_client.take)(output, {
|
|
12883
12855
|
ActionType: import_smithy_client.expectString,
|
|
12884
12856
|
AssignContactCategoryAction: import_smithy_client._json,
|
|
12885
|
-
CreateCaseAction: (_) => de_CreateCaseActionDefinition(_, context),
|
|
12857
|
+
CreateCaseAction: /* @__PURE__ */ __name((_) => de_CreateCaseActionDefinition(_, context), "CreateCaseAction"),
|
|
12886
12858
|
EndAssociatedTasksAction: import_smithy_client._json,
|
|
12887
12859
|
EventBridgeAction: import_smithy_client._json,
|
|
12888
12860
|
SendNotificationAction: import_smithy_client._json,
|
|
12889
12861
|
SubmitAutoEvaluationAction: import_smithy_client._json,
|
|
12890
12862
|
TaskAction: import_smithy_client._json,
|
|
12891
|
-
UpdateCaseAction: (_) => de_UpdateCaseActionDefinition(_, context)
|
|
12863
|
+
UpdateCaseAction: /* @__PURE__ */ __name((_) => de_UpdateCaseActionDefinition(_, context), "UpdateCaseAction")
|
|
12892
12864
|
});
|
|
12893
12865
|
}, "de_RuleAction");
|
|
12894
12866
|
var de_RuleActions = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -12900,9 +12872,9 @@ var de_RuleActions = /* @__PURE__ */ __name((output, context) => {
|
|
|
12900
12872
|
var de_RuleSummary = /* @__PURE__ */ __name((output, context) => {
|
|
12901
12873
|
return (0, import_smithy_client.take)(output, {
|
|
12902
12874
|
ActionSummaries: import_smithy_client._json,
|
|
12903
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12875
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
12904
12876
|
EventSourceName: import_smithy_client.expectString,
|
|
12905
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12877
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
12906
12878
|
Name: import_smithy_client.expectString,
|
|
12907
12879
|
PublishStatus: import_smithy_client.expectString,
|
|
12908
12880
|
RuleArn: import_smithy_client.expectString,
|
|
@@ -12918,7 +12890,7 @@ var de_RuleSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
12918
12890
|
var de_SecurityKey = /* @__PURE__ */ __name((output, context) => {
|
|
12919
12891
|
return (0, import_smithy_client.take)(output, {
|
|
12920
12892
|
AssociationId: import_smithy_client.expectString,
|
|
12921
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12893
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
12922
12894
|
Key: import_smithy_client.expectString
|
|
12923
12895
|
});
|
|
12924
12896
|
}, "de_SecurityKey");
|
|
@@ -12937,7 +12909,7 @@ var de_SecurityProfile = /* @__PURE__ */ __name((output, context) => {
|
|
|
12937
12909
|
HierarchyRestrictedResources: import_smithy_client._json,
|
|
12938
12910
|
Id: import_smithy_client.expectString,
|
|
12939
12911
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12940
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12912
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12941
12913
|
OrganizationResourceId: import_smithy_client.expectString,
|
|
12942
12914
|
SecurityProfileName: import_smithy_client.expectString,
|
|
12943
12915
|
TagRestrictedResources: import_smithy_client._json,
|
|
@@ -12949,7 +12921,7 @@ var de_SecurityProfileSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
12949
12921
|
Arn: import_smithy_client.expectString,
|
|
12950
12922
|
Id: import_smithy_client.expectString,
|
|
12951
12923
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
12952
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12924
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
12953
12925
|
Name: import_smithy_client.expectString
|
|
12954
12926
|
});
|
|
12955
12927
|
}, "de_SecurityProfileSummary");
|
|
@@ -12971,7 +12943,7 @@ var de_SegmentAttributes = /* @__PURE__ */ __name((output, context) => {
|
|
|
12971
12943
|
var de_SegmentAttributeValue = /* @__PURE__ */ __name((output, context) => {
|
|
12972
12944
|
return (0, import_smithy_client.take)(output, {
|
|
12973
12945
|
ValueInteger: import_smithy_client.expectInt32,
|
|
12974
|
-
ValueMap: (_) => de_SegmentAttributeValueMap(_, context),
|
|
12946
|
+
ValueMap: /* @__PURE__ */ __name((_) => de_SegmentAttributeValueMap(_, context), "ValueMap"),
|
|
12975
12947
|
ValueString: import_smithy_client.expectString
|
|
12976
12948
|
});
|
|
12977
12949
|
}, "de_SegmentAttributeValue");
|
|
@@ -12986,8 +12958,8 @@ var de_SegmentAttributeValueMap = /* @__PURE__ */ __name((output, context) => {
|
|
|
12986
12958
|
}, "de_SegmentAttributeValueMap");
|
|
12987
12959
|
var de_Step = /* @__PURE__ */ __name((output, context) => {
|
|
12988
12960
|
return (0, import_smithy_client.take)(output, {
|
|
12989
|
-
Expiry: (_) => de_Expiry(_, context),
|
|
12990
|
-
Expression: (_) => de_Expression(_, context),
|
|
12961
|
+
Expiry: /* @__PURE__ */ __name((_) => de_Expiry(_, context), "Expiry"),
|
|
12962
|
+
Expression: /* @__PURE__ */ __name((_) => de_Expression(_, context), "Expression"),
|
|
12991
12963
|
Status: import_smithy_client.expectString
|
|
12992
12964
|
});
|
|
12993
12965
|
}, "de_Step");
|
|
@@ -13006,10 +12978,10 @@ var de_TaskTemplateList = /* @__PURE__ */ __name((output, context) => {
|
|
|
13006
12978
|
var de_TaskTemplateMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
13007
12979
|
return (0, import_smithy_client.take)(output, {
|
|
13008
12980
|
Arn: import_smithy_client.expectString,
|
|
13009
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12981
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
13010
12982
|
Description: import_smithy_client.expectString,
|
|
13011
12983
|
Id: import_smithy_client.expectString,
|
|
13012
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12984
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
13013
12985
|
Name: import_smithy_client.expectString,
|
|
13014
12986
|
Status: import_smithy_client.expectString
|
|
13015
12987
|
});
|
|
@@ -13034,7 +13006,7 @@ var de_ThresholdV2 = /* @__PURE__ */ __name((output, context) => {
|
|
|
13034
13006
|
}, "de_ThresholdV2");
|
|
13035
13007
|
var de_UpdateCaseActionDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
13036
13008
|
return (0, import_smithy_client.take)(output, {
|
|
13037
|
-
Fields: (_) => de_FieldValues(_, context)
|
|
13009
|
+
Fields: /* @__PURE__ */ __name((_) => de_FieldValues(_, context), "Fields")
|
|
13038
13010
|
});
|
|
13039
13011
|
}, "de_UpdateCaseActionDefinition");
|
|
13040
13012
|
var de_User = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -13045,7 +13017,7 @@ var de_User = /* @__PURE__ */ __name((output, context) => {
|
|
|
13045
13017
|
Id: import_smithy_client.expectString,
|
|
13046
13018
|
IdentityInfo: import_smithy_client._json,
|
|
13047
13019
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
13048
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
13020
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
13049
13021
|
PhoneConfig: import_smithy_client._json,
|
|
13050
13022
|
RoutingProfileId: import_smithy_client.expectString,
|
|
13051
13023
|
SecurityProfileIds: import_smithy_client._json,
|
|
@@ -13057,12 +13029,12 @@ var de_UserData = /* @__PURE__ */ __name((output, context) => {
|
|
|
13057
13029
|
return (0, import_smithy_client.take)(output, {
|
|
13058
13030
|
ActiveSlotsByChannel: import_smithy_client._json,
|
|
13059
13031
|
AvailableSlotsByChannel: import_smithy_client._json,
|
|
13060
|
-
Contacts: (_) => de_AgentContactReferenceList(_, context),
|
|
13032
|
+
Contacts: /* @__PURE__ */ __name((_) => de_AgentContactReferenceList(_, context), "Contacts"),
|
|
13061
13033
|
HierarchyPath: import_smithy_client._json,
|
|
13062
13034
|
MaxSlotsByChannel: import_smithy_client._json,
|
|
13063
13035
|
NextStatus: import_smithy_client.expectString,
|
|
13064
13036
|
RoutingProfile: import_smithy_client._json,
|
|
13065
|
-
Status: (_) => de_AgentStatusReference(_, context),
|
|
13037
|
+
Status: /* @__PURE__ */ __name((_) => de_AgentStatusReference(_, context), "Status"),
|
|
13066
13038
|
User: import_smithy_client._json
|
|
13067
13039
|
});
|
|
13068
13040
|
}, "de_UserData");
|
|
@@ -13096,7 +13068,7 @@ var de_UserSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
13096
13068
|
Arn: import_smithy_client.expectString,
|
|
13097
13069
|
Id: import_smithy_client.expectString,
|
|
13098
13070
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
13099
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
13071
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
13100
13072
|
Username: import_smithy_client.expectString
|
|
13101
13073
|
});
|
|
13102
13074
|
}, "de_UserSummary");
|
|
@@ -13110,10 +13082,10 @@ var de_View = /* @__PURE__ */ __name((output, context) => {
|
|
|
13110
13082
|
return (0, import_smithy_client.take)(output, {
|
|
13111
13083
|
Arn: import_smithy_client.expectString,
|
|
13112
13084
|
Content: import_smithy_client._json,
|
|
13113
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
13085
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
13114
13086
|
Description: import_smithy_client.expectString,
|
|
13115
13087
|
Id: import_smithy_client.expectString,
|
|
13116
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
13088
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
13117
13089
|
Name: import_smithy_client.expectString,
|
|
13118
13090
|
Status: import_smithy_client.expectString,
|
|
13119
13091
|
Tags: import_smithy_client._json,
|
|
@@ -13130,7 +13102,7 @@ var de_Vocabulary = /* @__PURE__ */ __name((output, context) => {
|
|
|
13130
13102
|
FailureReason: import_smithy_client.expectString,
|
|
13131
13103
|
Id: import_smithy_client.expectString,
|
|
13132
13104
|
LanguageCode: import_smithy_client.expectString,
|
|
13133
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
13105
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
13134
13106
|
Name: import_smithy_client.expectString,
|
|
13135
13107
|
State: import_smithy_client.expectString,
|
|
13136
13108
|
Tags: import_smithy_client._json
|
|
@@ -13142,7 +13114,7 @@ var de_VocabularySummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
13142
13114
|
FailureReason: import_smithy_client.expectString,
|
|
13143
13115
|
Id: import_smithy_client.expectString,
|
|
13144
13116
|
LanguageCode: import_smithy_client.expectString,
|
|
13145
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
13117
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
13146
13118
|
Name: import_smithy_client.expectString,
|
|
13147
13119
|
State: import_smithy_client.expectString
|
|
13148
13120
|
});
|