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