@aws-sdk/client-connect 3.954.0 → 3.956.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 +55 -50
- package/dist-es/index.js +4 -0
- package/dist-es/models/enums.js +2 -0
- package/dist-es/schemas/schemas_0.js +55 -50
- package/dist-types/commands/CreateDataTableCommand.d.ts +1 -1
- package/dist-types/commands/EvaluateDataTableValuesCommand.d.ts +1 -1
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +11 -1
- package/dist-types/commands/GetMetricDataCommand.d.ts +9 -1
- package/dist-types/commands/ListDataTableAttributesCommand.d.ts +1 -1
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +14 -7
- package/dist-types/index.d.ts +4 -4
- package/dist-types/models/enums.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +51 -5
- package/dist-types/models/models_2.d.ts +2 -2
- package/dist-types/models/models_3.d.ts +3 -5
- package/dist-types/schemas/schemas_0.d.ts +21 -21
- package/dist-types/ts3.4/models/enums.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +5 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -20
- package/package.json +33 -33
|
@@ -1477,10 +1477,10 @@ const _MFV = "MetricFilterV2";
|
|
|
1477
1477
|
const _MFVL = "MetricFiltersV2List";
|
|
1478
1478
|
const _MFVe = "MetricFilterValues";
|
|
1479
1479
|
const _MFe = "MetricFilters";
|
|
1480
|
-
const _MI = "
|
|
1481
|
-
const _MIe = "
|
|
1480
|
+
const _MI = "MetricId";
|
|
1481
|
+
const _MIe = "MediaItem";
|
|
1482
|
+
const _MIee = "MeetingId";
|
|
1482
1483
|
const _MIet = "MetricInterval";
|
|
1483
|
-
const _MIetr = "MetricId";
|
|
1484
1484
|
const _ML = "MinLength";
|
|
1485
1485
|
const _MLIC = "MessageLengthInChars";
|
|
1486
1486
|
const _MLa = "MaxLength";
|
|
@@ -2158,8 +2158,9 @@ const _Step = "Step";
|
|
|
2158
2158
|
const _Str = "Strict";
|
|
2159
2159
|
const _Stri = "String";
|
|
2160
2160
|
const _Su = "Successful";
|
|
2161
|
-
const _Sub = "
|
|
2162
|
-
const
|
|
2161
|
+
const _Sub = "Subtype";
|
|
2162
|
+
const _Subj = "Subject";
|
|
2163
|
+
const _Subt = "Subtypes";
|
|
2163
2164
|
const _T = "Type";
|
|
2164
2165
|
const _TA = "TargetArn";
|
|
2165
2166
|
const _TACL = "TagAndConditionList";
|
|
@@ -2492,6 +2493,8 @@ const _VSi = "ViewSummary";
|
|
|
2492
2493
|
const _VSo = "VocabularySummary";
|
|
2493
2494
|
const _VT = "ValueType";
|
|
2494
2495
|
const _VTC = "ViewTypeCondition";
|
|
2496
|
+
const _VTT = "ValidationTestType";
|
|
2497
|
+
const _VTTa = "ValidationTestTypes";
|
|
2495
2498
|
const _VV = "ViewVersion";
|
|
2496
2499
|
const _VVS = "ViewVersionSummary";
|
|
2497
2500
|
const _VVSL = "ViewVersionSummaryList";
|
|
@@ -2614,7 +2617,7 @@ export var AccessDeniedException$ = [
|
|
|
2614
2617
|
-3,
|
|
2615
2618
|
n0,
|
|
2616
2619
|
_ADE,
|
|
2617
|
-
{ [
|
|
2620
|
+
{ [_aQE]: [`AccessDeniedException`, 403], [_e]: _c, [_hE]: 403 },
|
|
2618
2621
|
[_M],
|
|
2619
2622
|
[0],
|
|
2620
2623
|
];
|
|
@@ -3486,7 +3489,7 @@ export var ContactNotFoundException$ = [
|
|
|
3486
3489
|
-3,
|
|
3487
3490
|
n0,
|
|
3488
3491
|
_CNFE,
|
|
3489
|
-
{ [
|
|
3492
|
+
{ [_aQE]: [`ContactNotFoundException`, 410], [_e]: _c, [_hE]: 410 },
|
|
3490
3493
|
[_M],
|
|
3491
3494
|
[0],
|
|
3492
3495
|
];
|
|
@@ -3954,7 +3957,7 @@ export var Credentials$ = [
|
|
|
3954
3957
|
[[() => SecurityToken, 0], 4, [() => SecurityToken, 0], 4],
|
|
3955
3958
|
];
|
|
3956
3959
|
export var CrossChannelBehavior$ = [3, n0, _CCB, 0, [_BT], [0]];
|
|
3957
|
-
export var CurrentMetric$ = [3, n0, _CMur, 0, [_N, _Un], [0, 0]];
|
|
3960
|
+
export var CurrentMetric$ = [3, n0, _CMur, 0, [_N, _MI, _Un], [0, 0, 0]];
|
|
3958
3961
|
export var CurrentMetricData$ = [3, n0, _CMD, 0, [_Met, _V], [() => CurrentMetric$, 1]];
|
|
3959
3962
|
export var CurrentMetricResult$ = [
|
|
3960
3963
|
3,
|
|
@@ -4253,7 +4256,7 @@ export var DeleteInstanceRequest$ = [
|
|
|
4253
4256
|
[_II, _CT],
|
|
4254
4257
|
[
|
|
4255
4258
|
[0, 1],
|
|
4256
|
-
[0, { [
|
|
4259
|
+
[0, { [_hQ]: _cT, [_iT]: 1 }],
|
|
4257
4260
|
],
|
|
4258
4261
|
];
|
|
4259
4262
|
export var DeleteIntegrationAssociationRequest$ = [
|
|
@@ -4950,7 +4953,7 @@ export var DestinationNotAllowedException$ = [
|
|
|
4950
4953
|
-3,
|
|
4951
4954
|
n0,
|
|
4952
4955
|
_DNAE,
|
|
4953
|
-
{ [
|
|
4956
|
+
{ [_aQE]: [`DestinationNotAllowedException`, 403], [_e]: _c, [_hE]: 403 },
|
|
4954
4957
|
[_M],
|
|
4955
4958
|
[0],
|
|
4956
4959
|
];
|
|
@@ -4961,8 +4964,8 @@ export var Dimensions$ = [
|
|
|
4961
4964
|
n0,
|
|
4962
4965
|
_Dim,
|
|
4963
4966
|
0,
|
|
4964
|
-
[_Q, _C, _RP, _RSE, _ASg],
|
|
4965
|
-
[() => QueueReference$, 0, () => RoutingProfileReference$, 0, () => AgentStatusIdentifier
|
|
4967
|
+
[_Q, _C, _RP, _RSE, _ASg, _Sub, _VTT],
|
|
4968
|
+
[() => QueueReference$, 0, () => RoutingProfileReference$, 0, () => AgentStatusIdentifier$, 0, 0],
|
|
4966
4969
|
];
|
|
4967
4970
|
export var DisassociateAnalyticsDataSetRequest$ = [
|
|
4968
4971
|
3,
|
|
@@ -4981,7 +4984,7 @@ export var DisassociateApprovedOriginRequest$ = [
|
|
|
4981
4984
|
[
|
|
4982
4985
|
[0, 1],
|
|
4983
4986
|
[0, { [_hQ]: _o }],
|
|
4984
|
-
[0, { [
|
|
4987
|
+
[0, { [_hQ]: _cT, [_iT]: 1 }],
|
|
4985
4988
|
],
|
|
4986
4989
|
];
|
|
4987
4990
|
export var DisassociateBotRequest$ = [
|
|
@@ -5024,7 +5027,7 @@ export var DisassociateInstanceStorageConfigRequest$ = [
|
|
|
5024
5027
|
[0, 1],
|
|
5025
5028
|
[0, 1],
|
|
5026
5029
|
[0, { [_hQ]: _rT }],
|
|
5027
|
-
[0, { [
|
|
5030
|
+
[0, { [_hQ]: _cT, [_iT]: 1 }],
|
|
5028
5031
|
],
|
|
5029
5032
|
];
|
|
5030
5033
|
export var DisassociateLambdaFunctionRequest$ = [
|
|
@@ -5036,7 +5039,7 @@ export var DisassociateLambdaFunctionRequest$ = [
|
|
|
5036
5039
|
[
|
|
5037
5040
|
[0, 1],
|
|
5038
5041
|
[0, { [_hQ]: _fA }],
|
|
5039
|
-
[0, { [
|
|
5042
|
+
[0, { [_hQ]: _cT, [_iT]: 1 }],
|
|
5040
5043
|
],
|
|
5041
5044
|
];
|
|
5042
5045
|
export var DisassociateLexBotRequest$ = [
|
|
@@ -5049,7 +5052,7 @@ export var DisassociateLexBotRequest$ = [
|
|
|
5049
5052
|
[0, 1],
|
|
5050
5053
|
[0, { [_hQ]: _bN }],
|
|
5051
5054
|
[0, { [_hQ]: _lR }],
|
|
5052
|
-
[0, { [
|
|
5055
|
+
[0, { [_hQ]: _cT, [_iT]: 1 }],
|
|
5053
5056
|
],
|
|
5054
5057
|
];
|
|
5055
5058
|
export var DisassociatePhoneNumberContactFlowRequest$ = [
|
|
@@ -5088,7 +5091,7 @@ export var DisassociateSecurityKeyRequest$ = [
|
|
|
5088
5091
|
[
|
|
5089
5092
|
[0, 1],
|
|
5090
5093
|
[0, 1],
|
|
5091
|
-
[0, { [
|
|
5094
|
+
[0, { [_hQ]: _cT, [_iT]: 1 }],
|
|
5092
5095
|
],
|
|
5093
5096
|
];
|
|
5094
5097
|
export var DisassociateSecurityProfilesRequest$ = [
|
|
@@ -5631,8 +5634,8 @@ export var Filters$ = [
|
|
|
5631
5634
|
n0,
|
|
5632
5635
|
_Fil,
|
|
5633
5636
|
0,
|
|
5634
|
-
[_Qu, _Ch, _RPo, _RSEo, _ASge],
|
|
5635
|
-
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
|
|
5637
|
+
[_Qu, _Ch, _RPo, _RSEo, _ASge, _Subt, _VTTa],
|
|
5638
|
+
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
|
|
5636
5639
|
];
|
|
5637
5640
|
export var FilterV2$ = [
|
|
5638
5641
|
3,
|
|
@@ -6076,7 +6079,7 @@ export var InboundRawMessage$ = [
|
|
|
6076
6079
|
n0,
|
|
6077
6080
|
_IRMn,
|
|
6078
6081
|
0,
|
|
6079
|
-
[
|
|
6082
|
+
[_Subj, _B, _CTon, _He],
|
|
6080
6083
|
[[() => InboundSubject, 0], [() => Body, 0], 0, 128 | 0],
|
|
6081
6084
|
];
|
|
6082
6085
|
export var InputPredefinedAttributeConfiguration$ = [3, n0, _IPAC, 0, [_EVVOA], [2]];
|
|
@@ -6163,7 +6166,7 @@ export var LimitExceededException$ = [
|
|
|
6163
6166
|
-3,
|
|
6164
6167
|
n0,
|
|
6165
6168
|
_LEE,
|
|
6166
|
-
{ [
|
|
6169
|
+
{ [_aQE]: [`LimitExceededException`, 429], [_e]: _c, [_hE]: 429 },
|
|
6167
6170
|
[_M],
|
|
6168
6171
|
[0],
|
|
6169
6172
|
];
|
|
@@ -7325,14 +7328,14 @@ export var MediaConcurrency$ = [
|
|
|
7325
7328
|
[_C, _Conc, _CCB],
|
|
7326
7329
|
[0, 1, () => CrossChannelBehavior$],
|
|
7327
7330
|
];
|
|
7328
|
-
export var MediaItem$ = [3, n0,
|
|
7331
|
+
export var MediaItem$ = [3, n0, _MIe, 0, [_T, _So], [0, 0]];
|
|
7329
7332
|
export var MediaPlacement$ = [3, n0, _MPe, 0, [_AHU, _AFU, _SUi, _TCU, _EIU], [0, 0, 0, 0, 0]];
|
|
7330
7333
|
export var Meeting$ = [
|
|
7331
7334
|
3,
|
|
7332
7335
|
n0,
|
|
7333
7336
|
_Me,
|
|
7334
7337
|
0,
|
|
7335
|
-
[_MRed, _MPe, _MF,
|
|
7338
|
+
[_MRed, _MPe, _MF, _MIee],
|
|
7336
7339
|
[0, () => MediaPlacement$, () => MeetingFeaturesConfiguration$, 0],
|
|
7337
7340
|
];
|
|
7338
7341
|
export var MeetingFeaturesConfiguration$ = [3, n0, _MFC, 0, [_Au], [() => AudioFeatures$]];
|
|
@@ -7352,7 +7355,7 @@ export var MetricV2$ = [
|
|
|
7352
7355
|
n0,
|
|
7353
7356
|
_MVe,
|
|
7354
7357
|
0,
|
|
7355
|
-
[_N, _Thr,
|
|
7358
|
+
[_N, _Thr, _MI, _MFe],
|
|
7356
7359
|
[0, () => ThresholdCollections, 0, () => MetricFiltersV2List],
|
|
7357
7360
|
];
|
|
7358
7361
|
export var MonitorContactRequest$ = [
|
|
@@ -7407,7 +7410,7 @@ export var OutboundContactNotPermittedException$ = [
|
|
|
7407
7410
|
-3,
|
|
7408
7411
|
n0,
|
|
7409
7412
|
_OCNPE,
|
|
7410
|
-
{ [
|
|
7413
|
+
{ [_aQE]: [`OutboundContactNotPermittedException`, 403], [_e]: _c, [_hE]: 403 },
|
|
7411
7414
|
[_M],
|
|
7412
7415
|
[0],
|
|
7413
7416
|
];
|
|
@@ -7426,7 +7429,7 @@ export var OutboundRawMessage$ = [
|
|
|
7426
7429
|
n0,
|
|
7427
7430
|
_ORM,
|
|
7428
7431
|
0,
|
|
7429
|
-
[
|
|
7432
|
+
[_Subj, _B, _CTon],
|
|
7430
7433
|
[[() => OutboundSubject, 0], [() => Body, 0], 0],
|
|
7431
7434
|
];
|
|
7432
7435
|
export var OutboundStrategy$ = [3, n0, _OSu, 0, [_T, _Conf], [0, () => OutboundStrategyConfig$]];
|
|
@@ -7751,7 +7754,7 @@ export var ReleasePhoneNumberRequest$ = [
|
|
|
7751
7754
|
[_PNI, _CT],
|
|
7752
7755
|
[
|
|
7753
7756
|
[0, 1],
|
|
7754
|
-
[0, { [
|
|
7757
|
+
[0, { [_hQ]: _cT, [_iT]: 1 }],
|
|
7755
7758
|
],
|
|
7756
7759
|
];
|
|
7757
7760
|
export var ReplicateInstanceRequest$ = [
|
|
@@ -8425,7 +8428,7 @@ export var SendChatIntegrationEventRequest$ = [
|
|
|
8425
8428
|
n0,
|
|
8426
8429
|
_SCIER,
|
|
8427
8430
|
0,
|
|
8428
|
-
[_SI, _DIe,
|
|
8431
|
+
[_SI, _DIe, _Sub, _Eve, _NSD],
|
|
8429
8432
|
[0, 0, 0, () => ChatEvent$, () => NewSessionDetails$],
|
|
8430
8433
|
];
|
|
8431
8434
|
export var SendChatIntegrationEventResponse$ = [3, n0, _SCIERe, 0, [_ICI, _NCC], [0, 2]];
|
|
@@ -8434,7 +8437,7 @@ export var SendNotificationActionDefinition$ = [
|
|
|
8434
8437
|
n0,
|
|
8435
8438
|
_SNAD,
|
|
8436
8439
|
0,
|
|
8437
|
-
[_DM,
|
|
8440
|
+
[_DM, _Subj, _Co, _CTon, _Rec, _Exc],
|
|
8438
8441
|
[0, 0, 0, 0, () => NotificationRecipientType$, () => NotificationRecipientType$],
|
|
8439
8442
|
];
|
|
8440
8443
|
export var SendOutboundEmailRequest$ = [
|
|
@@ -8812,7 +8815,7 @@ export var ThrottlingException$ = [
|
|
|
8812
8815
|
-3,
|
|
8813
8816
|
n0,
|
|
8814
8817
|
_TE,
|
|
8815
|
-
{ [
|
|
8818
|
+
{ [_aQE]: [`ThrottlingException`, 429], [_e]: _c, [_hE]: 429 },
|
|
8816
8819
|
[_M],
|
|
8817
8820
|
[0],
|
|
8818
8821
|
];
|
|
@@ -10168,6 +10171,7 @@ var SingleSelectOptions = 64 | 0;
|
|
|
10168
10171
|
var SlaFieldValueUnionList = [1, n0, _SFVUL, 0, () => FieldValueUnion$];
|
|
10169
10172
|
var StateTransitions = [1, n0, _STt, 0, () => StateTransition$];
|
|
10170
10173
|
var Steps = [1, n0, _Ste, 0, () => Step$];
|
|
10174
|
+
var Subtypes = 64 | 0;
|
|
10171
10175
|
var SuccessfulBatchAssociationSummaryList = [
|
|
10172
10176
|
1,
|
|
10173
10177
|
n0,
|
|
@@ -10213,6 +10217,7 @@ var UserSearchConditionList = [1, n0, _USCL, 0, () => UserSearchCriteria$];
|
|
|
10213
10217
|
var UserSearchSummaryList = [1, n0, _USSL, 0, [() => UserSearchSummary$, 0]];
|
|
10214
10218
|
var UserSummaryList = [1, n0, _USL, 0, () => UserSummary$];
|
|
10215
10219
|
var ValidationEnumValues = 64 | 0;
|
|
10220
|
+
var ValidationTestTypes = 64 | 0;
|
|
10216
10221
|
var ValueList = 64 | 0;
|
|
10217
10222
|
var ViewActions = [1, n0, _VAi, 0, [() => ViewAction, 0]];
|
|
10218
10223
|
var ViewSearchConditionList = [1, n0, _VSCL, 0, () => ViewSearchCriteria$];
|
|
@@ -10272,10 +10277,10 @@ var SegmentAttributeValueMap = [2, n0, _SAVM, 0, 0, () => SegmentAttributeValue$
|
|
|
10272
10277
|
var TagMap = 128 | 0;
|
|
10273
10278
|
var UrlMetadataSignedHeaders = 128 | 0;
|
|
10274
10279
|
var UserTagMap = 128 | 0;
|
|
10275
|
-
export var ContactMetricValue$ = [
|
|
10276
|
-
export var CreatedByInfo$ = [
|
|
10280
|
+
export var ContactMetricValue$ = [4, n0, _CMV, 0, [_Nu], [1]];
|
|
10281
|
+
export var CreatedByInfo$ = [4, n0, _CBI, 0, [_CUA, _AWSIA], [0, 0]];
|
|
10277
10282
|
export var EvaluationAnswerData$ = [
|
|
10278
|
-
|
|
10283
|
+
4,
|
|
10279
10284
|
n0,
|
|
10280
10285
|
_EAD,
|
|
10281
10286
|
0,
|
|
@@ -10283,7 +10288,7 @@ export var EvaluationAnswerData$ = [
|
|
|
10283
10288
|
[0, 1, 64 | 0, 0, 2],
|
|
10284
10289
|
];
|
|
10285
10290
|
export var EvaluationFormItem$ = [
|
|
10286
|
-
|
|
10291
|
+
4,
|
|
10287
10292
|
n0,
|
|
10288
10293
|
_EFIv,
|
|
10289
10294
|
0,
|
|
@@ -10291,7 +10296,7 @@ export var EvaluationFormItem$ = [
|
|
|
10291
10296
|
[() => EvaluationFormSection$, () => EvaluationFormQuestion$],
|
|
10292
10297
|
];
|
|
10293
10298
|
export var EvaluationFormItemEnablementConditionOperand$ = [
|
|
10294
|
-
|
|
10299
|
+
4,
|
|
10295
10300
|
n0,
|
|
10296
10301
|
_EFIECO,
|
|
10297
10302
|
0,
|
|
@@ -10299,7 +10304,7 @@ export var EvaluationFormItemEnablementConditionOperand$ = [
|
|
|
10299
10304
|
[() => EvaluationFormItemEnablementExpression$, () => EvaluationFormItemEnablementCondition$],
|
|
10300
10305
|
];
|
|
10301
10306
|
export var EvaluationFormMultiSelectQuestionAutomationOption$ = [
|
|
10302
|
-
|
|
10307
|
+
4,
|
|
10303
10308
|
n0,
|
|
10304
10309
|
_EFMSQAO,
|
|
10305
10310
|
0,
|
|
@@ -10307,7 +10312,7 @@ export var EvaluationFormMultiSelectQuestionAutomationOption$ = [
|
|
|
10307
10312
|
[() => MultiSelectQuestionRuleCategoryAutomation$],
|
|
10308
10313
|
];
|
|
10309
10314
|
export var EvaluationFormNumericQuestionAutomation$ = [
|
|
10310
|
-
|
|
10315
|
+
4,
|
|
10311
10316
|
n0,
|
|
10312
10317
|
_EFNQA,
|
|
10313
10318
|
0,
|
|
@@ -10315,7 +10320,7 @@ export var EvaluationFormNumericQuestionAutomation$ = [
|
|
|
10315
10320
|
[() => NumericQuestionPropertyValueAutomation$, () => EvaluationFormQuestionAutomationAnswerSource$],
|
|
10316
10321
|
];
|
|
10317
10322
|
export var EvaluationFormQuestionTypeProperties$ = [
|
|
10318
|
-
|
|
10323
|
+
4,
|
|
10319
10324
|
n0,
|
|
10320
10325
|
_EFQTP,
|
|
10321
10326
|
0,
|
|
@@ -10328,7 +10333,7 @@ export var EvaluationFormQuestionTypeProperties$ = [
|
|
|
10328
10333
|
],
|
|
10329
10334
|
];
|
|
10330
10335
|
export var EvaluationFormSingleSelectQuestionAutomationOption$ = [
|
|
10331
|
-
|
|
10336
|
+
4,
|
|
10332
10337
|
n0,
|
|
10333
10338
|
_EFSSQAO,
|
|
10334
10339
|
0,
|
|
@@ -10336,20 +10341,20 @@ export var EvaluationFormSingleSelectQuestionAutomationOption$ = [
|
|
|
10336
10341
|
[() => SingleSelectQuestionRuleCategoryAutomation$],
|
|
10337
10342
|
];
|
|
10338
10343
|
export var EvaluationQuestionAnswerAnalysisDetails$ = [
|
|
10339
|
-
|
|
10344
|
+
4,
|
|
10340
10345
|
n0,
|
|
10341
10346
|
_EQAAD,
|
|
10342
10347
|
0,
|
|
10343
10348
|
[_GAI, _CLo],
|
|
10344
10349
|
[() => EvaluationGenAIAnswerAnalysisDetails$, () => EvaluationContactLensAnswerAnalysisDetails$],
|
|
10345
10350
|
];
|
|
10346
|
-
export var EvaluatorUserUnion$ = [
|
|
10347
|
-
export var InvalidRequestExceptionReason$ = [
|
|
10348
|
-
export var NextContactMetadata$ = [
|
|
10349
|
-
export var ParticipantTimerValue$ = [
|
|
10350
|
-
export var PredefinedAttributeValues$ = [
|
|
10351
|
+
export var EvaluatorUserUnion$ = [4, n0, _EUU, 0, [_CUA], [0]];
|
|
10352
|
+
export var InvalidRequestExceptionReason$ = [4, n0, _IRER, 0, [_AFIRER], [0]];
|
|
10353
|
+
export var NextContactMetadata$ = [4, n0, _NCM, 0, [_QCCD], [() => QuickConnectContactData$]];
|
|
10354
|
+
export var ParticipantTimerValue$ = [4, n0, _PTV, 0, [_PTA, _PTDIM], [0, 1]];
|
|
10355
|
+
export var PredefinedAttributeValues$ = [4, n0, _PAVre, 0, [_SLt], [64 | 0]];
|
|
10351
10356
|
export var RealtimeContactAnalysisSegment$ = [
|
|
10352
|
-
|
|
10357
|
+
4,
|
|
10353
10358
|
n0,
|
|
10354
10359
|
_RCASe,
|
|
10355
10360
|
0,
|
|
@@ -10363,9 +10368,9 @@ export var RealtimeContactAnalysisSegment$ = [
|
|
|
10363
10368
|
() => RealTimeContactAnalysisSegmentPostContactSummary$,
|
|
10364
10369
|
],
|
|
10365
10370
|
];
|
|
10366
|
-
export var RealTimeContactAnalysisTimeData$ = [
|
|
10371
|
+
export var RealTimeContactAnalysisTimeData$ = [4, n0, _RTCATD, 0, [_ATb], [5]];
|
|
10367
10372
|
export var ReferenceSummary$ = [
|
|
10368
|
-
|
|
10373
|
+
4,
|
|
10369
10374
|
n0,
|
|
10370
10375
|
_RSe,
|
|
10371
10376
|
0,
|
|
@@ -10381,9 +10386,9 @@ export var ReferenceSummary$ = [
|
|
|
10381
10386
|
() => EmailReference$,
|
|
10382
10387
|
],
|
|
10383
10388
|
];
|
|
10384
|
-
export var ServiceQuotaExceededExceptionReason$ = [
|
|
10389
|
+
export var ServiceQuotaExceededExceptionReason$ = [4, n0, _SQEER, 0, [_AFSQEER], [0]];
|
|
10385
10390
|
export var UpdateParticipantRoleConfigChannelInfo$ = [
|
|
10386
|
-
|
|
10391
|
+
4,
|
|
10387
10392
|
n0,
|
|
10388
10393
|
_UPRCCI,
|
|
10389
10394
|
0,
|
|
@@ -29,7 +29,7 @@ declare const CreateDataTableCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates a new data table with the specified properties. Supports the creation of all table properties except for
|
|
31
31
|
* attributes and values. A table with no attributes and values is a valid state for a table. The number of tables per
|
|
32
|
-
* instance is limited to 100 per instance. Customers can request an increase by using
|
|
32
|
+
* instance is limited to 100 per instance. Customers can request an increase by using Amazon Web Services Service Quotas.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -31,7 +31,7 @@ declare const EvaluateDataTableValuesCommand_base: {
|
|
|
31
31
|
* timezone, in that order, when accessing time based tables. When a value is accessed, the accessor's identity and the
|
|
32
32
|
* time of access are saved alongside the value to help identify values that are actively in use. The term "Batch" is
|
|
33
33
|
* not included in the operation name since it does not meet all the criteria for a batch operation as specified in
|
|
34
|
-
* Batch Operations:
|
|
34
|
+
* Batch Operations: Amazon Web Services API Standards.</p>
|
|
35
35
|
* @example
|
|
36
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
37
|
* ```javascript
|
|
@@ -92,13 +92,20 @@ declare const GetCurrentMetricDataCommand_base: {
|
|
|
92
92
|
* AgentStatuses: [ // AgentStatuses
|
|
93
93
|
* "STRING_VALUE",
|
|
94
94
|
* ],
|
|
95
|
+
* Subtypes: [ // Subtypes
|
|
96
|
+
* "STRING_VALUE",
|
|
97
|
+
* ],
|
|
98
|
+
* ValidationTestTypes: [ // ValidationTestTypes
|
|
99
|
+
* "STRING_VALUE",
|
|
100
|
+
* ],
|
|
95
101
|
* },
|
|
96
102
|
* Groupings: [ // Groupings
|
|
97
|
-
* "QUEUE" || "CHANNEL" || "ROUTING_PROFILE" || "ROUTING_STEP_EXPRESSION" || "AGENT_STATUS",
|
|
103
|
+
* "QUEUE" || "CHANNEL" || "ROUTING_PROFILE" || "ROUTING_STEP_EXPRESSION" || "AGENT_STATUS" || "SUBTYPE" || "VALIDATION_TEST_TYPE",
|
|
98
104
|
* ],
|
|
99
105
|
* CurrentMetrics: [ // CurrentMetrics // required
|
|
100
106
|
* { // CurrentMetric
|
|
101
107
|
* Name: "AGENTS_ONLINE" || "AGENTS_AVAILABLE" || "AGENTS_ON_CALL" || "AGENTS_NON_PRODUCTIVE" || "AGENTS_AFTER_CONTACT_WORK" || "AGENTS_ERROR" || "AGENTS_STAFFED" || "CONTACTS_IN_QUEUE" || "OLDEST_CONTACT_AGE" || "CONTACTS_SCHEDULED" || "AGENTS_ON_CONTACT" || "SLOTS_ACTIVE" || "SLOTS_AVAILABLE",
|
|
108
|
+
* MetricId: "STRING_VALUE",
|
|
102
109
|
* Unit: "SECONDS" || "COUNT" || "PERCENT",
|
|
103
110
|
* },
|
|
104
111
|
* ],
|
|
@@ -132,11 +139,14 @@ declare const GetCurrentMetricDataCommand_base: {
|
|
|
132
139
|
* // Arn: "STRING_VALUE",
|
|
133
140
|
* // Id: "STRING_VALUE",
|
|
134
141
|
* // },
|
|
142
|
+
* // Subtype: "STRING_VALUE",
|
|
143
|
+
* // ValidationTestType: "STRING_VALUE",
|
|
135
144
|
* // },
|
|
136
145
|
* // Collections: [ // CurrentMetricDataCollections
|
|
137
146
|
* // { // CurrentMetricData
|
|
138
147
|
* // Metric: { // CurrentMetric
|
|
139
148
|
* // Name: "AGENTS_ONLINE" || "AGENTS_AVAILABLE" || "AGENTS_ON_CALL" || "AGENTS_NON_PRODUCTIVE" || "AGENTS_AFTER_CONTACT_WORK" || "AGENTS_ERROR" || "AGENTS_STAFFED" || "CONTACTS_IN_QUEUE" || "OLDEST_CONTACT_AGE" || "CONTACTS_SCHEDULED" || "AGENTS_ON_CONTACT" || "SLOTS_ACTIVE" || "SLOTS_AVAILABLE",
|
|
149
|
+
* // MetricId: "STRING_VALUE",
|
|
140
150
|
* // Unit: "SECONDS" || "COUNT" || "PERCENT",
|
|
141
151
|
* // },
|
|
142
152
|
* // Value: Number("double"),
|
|
@@ -64,9 +64,15 @@ declare const GetMetricDataCommand_base: {
|
|
|
64
64
|
* AgentStatuses: [ // AgentStatuses
|
|
65
65
|
* "STRING_VALUE",
|
|
66
66
|
* ],
|
|
67
|
+
* Subtypes: [ // Subtypes
|
|
68
|
+
* "STRING_VALUE",
|
|
69
|
+
* ],
|
|
70
|
+
* ValidationTestTypes: [ // ValidationTestTypes
|
|
71
|
+
* "STRING_VALUE",
|
|
72
|
+
* ],
|
|
67
73
|
* },
|
|
68
74
|
* Groupings: [ // Groupings
|
|
69
|
-
* "QUEUE" || "CHANNEL" || "ROUTING_PROFILE" || "ROUTING_STEP_EXPRESSION" || "AGENT_STATUS",
|
|
75
|
+
* "QUEUE" || "CHANNEL" || "ROUTING_PROFILE" || "ROUTING_STEP_EXPRESSION" || "AGENT_STATUS" || "SUBTYPE" || "VALIDATION_TEST_TYPE",
|
|
70
76
|
* ],
|
|
71
77
|
* HistoricalMetrics: [ // HistoricalMetrics // required
|
|
72
78
|
* { // HistoricalMetric
|
|
@@ -103,6 +109,8 @@ declare const GetMetricDataCommand_base: {
|
|
|
103
109
|
* // Arn: "STRING_VALUE",
|
|
104
110
|
* // Id: "STRING_VALUE",
|
|
105
111
|
* // },
|
|
112
|
+
* // Subtype: "STRING_VALUE",
|
|
113
|
+
* // ValidationTestType: "STRING_VALUE",
|
|
106
114
|
* // },
|
|
107
115
|
* // Collections: [ // HistoricalMetricDataCollections
|
|
108
116
|
* // { // HistoricalMetricData
|
|
@@ -28,7 +28,7 @@ declare const ListDataTableAttributesCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Returns all attributes for a specified data table. A maximum of 100 attributes per data table is allowed.
|
|
31
|
-
* Customers can request an increase by using
|
|
31
|
+
* Customers can request an increase by using Amazon Web Services Service Quotas. The response can be filtered by specific attribute IDs
|
|
32
32
|
* for CloudFormation integration.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -28,17 +28,18 @@ declare const StartOutboundChatContactCommand_base: {
|
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* <p>Initiates a new outbound SMS contact to a customer. Response of this API provides the
|
|
32
|
-
*
|
|
31
|
+
* <p>Initiates a new outbound SMS or WhatsApp contact to a customer. Response of this API provides the
|
|
32
|
+
* <code>ContactId</code> of the outbound SMS or WhatsApp contact created.</p>
|
|
33
33
|
* <p>
|
|
34
34
|
* <b>SourceEndpoint</b> only supports Endpoints with
|
|
35
35
|
* <code>CONNECT_PHONENUMBER_ARN</code> as Type and <b>DestinationEndpoint</b> only supports
|
|
36
36
|
* Endpoints with <code>TELEPHONE_NUMBER</code> as Type. <b>ContactFlowId</b> initiates the
|
|
37
|
-
* flow to manage the new
|
|
38
|
-
* <p>This API can be used to initiate outbound SMS contacts for an agent, or it can also deflect
|
|
39
|
-
*
|
|
37
|
+
* flow to manage the new contact created.</p>
|
|
38
|
+
* <p>This API can be used to initiate outbound SMS or WhatsApp contacts for an agent, or it can also deflect
|
|
39
|
+
* an ongoing contact to an outbound SMS or WhatsApp contact by using the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_StartOutboundChatContact.html">StartOutboundChatContact</a> Flow
|
|
40
40
|
* Action.</p>
|
|
41
|
-
* <p>For more information about using SMS in Amazon Connect, see the following topics in
|
|
41
|
+
* <p>For more information about using SMS or WhatsApp in Amazon Connect, see the following topics in
|
|
42
|
+
* the <i>Amazon Connect Administrator Guide</i>:</p>
|
|
42
43
|
* <ul>
|
|
43
44
|
* <li>
|
|
44
45
|
* <p>
|
|
@@ -49,7 +50,13 @@ declare const StartOutboundChatContactCommand_base: {
|
|
|
49
50
|
* <li>
|
|
50
51
|
* <p>
|
|
51
52
|
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/sms-number.html">Request an SMS-enabled phone
|
|
52
|
-
* number through
|
|
53
|
+
* number through Amazon Web Services End User Messaging SMS</a>
|
|
54
|
+
* </p>
|
|
55
|
+
* </li>
|
|
56
|
+
* <li>
|
|
57
|
+
* <p>
|
|
58
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/whatsapp-integration.html">Set up WhatsApp
|
|
59
|
+
* Business messaging</a>
|
|
53
60
|
* </p>
|
|
54
61
|
* </li>
|
|
55
62
|
* </ul>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -33,8 +33,8 @@ export * from "./schemas/schemas_0";
|
|
|
33
33
|
export * from "./pagination";
|
|
34
34
|
export * from "./models/enums";
|
|
35
35
|
export * from "./models/errors";
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
36
|
+
export * from "./models/models_0";
|
|
37
|
+
export * from "./models/models_1";
|
|
38
|
+
export * from "./models/models_2";
|
|
39
|
+
export * from "./models/models_3";
|
|
40
40
|
export { ConnectServiceException } from "./models/ConnectServiceException";
|
|
@@ -1855,6 +1855,8 @@ export declare const Grouping: {
|
|
|
1855
1855
|
readonly QUEUE: "QUEUE";
|
|
1856
1856
|
readonly ROUTING_PROFILE: "ROUTING_PROFILE";
|
|
1857
1857
|
readonly ROUTING_STEP_EXPRESSION: "ROUTING_STEP_EXPRESSION";
|
|
1858
|
+
readonly SUBTYPE: "SUBTYPE";
|
|
1859
|
+
readonly VALIDATION_TEST_TYPE: "VALIDATION_TEST_TYPE";
|
|
1858
1860
|
};
|
|
1859
1861
|
/**
|
|
1860
1862
|
* @public
|
|
@@ -2197,7 +2197,7 @@ export interface DataTable {
|
|
|
2197
2197
|
*/
|
|
2198
2198
|
LastModifiedTime: Date | undefined;
|
|
2199
2199
|
/**
|
|
2200
|
-
* <p>The
|
|
2200
|
+
* <p>The Amazon Web Services Region where the data table was last modified, used for region replication.</p>
|
|
2201
2201
|
* @public
|
|
2202
2202
|
*/
|
|
2203
2203
|
LastModifiedRegion?: string | undefined;
|
|
@@ -2299,7 +2299,7 @@ export interface DataTableAttribute {
|
|
|
2299
2299
|
*/
|
|
2300
2300
|
LastModifiedTime?: Date | undefined;
|
|
2301
2301
|
/**
|
|
2302
|
-
* <p>The
|
|
2302
|
+
* <p>The Amazon Web Services Region where this attribute was last modified, used for region replication.</p>
|
|
2303
2303
|
* @public
|
|
2304
2304
|
*/
|
|
2305
2305
|
LastModifiedRegion?: string | undefined;
|
|
@@ -4140,7 +4140,7 @@ export interface Workspace {
|
|
|
4140
4140
|
*/
|
|
4141
4141
|
LastModifiedTime: Date | undefined;
|
|
4142
4142
|
/**
|
|
4143
|
-
* <p>The
|
|
4143
|
+
* <p>The Amazon Web Services Region where the workspace was last modified.</p>
|
|
4144
4144
|
* @public
|
|
4145
4145
|
*/
|
|
4146
4146
|
LastModifiedRegion?: string | undefined;
|
|
@@ -4960,6 +4960,9 @@ export interface GetContactMetricsResponse {
|
|
|
4960
4960
|
}
|
|
4961
4961
|
/**
|
|
4962
4962
|
* <p>Contains information about a real-time metric. For a description of each metric, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html">Metrics definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
4963
|
+
* <important>
|
|
4964
|
+
* <p>Only one of either the Name or MetricId is required.</p>
|
|
4965
|
+
* </important>
|
|
4963
4966
|
* @public
|
|
4964
4967
|
*/
|
|
4965
4968
|
export interface CurrentMetric {
|
|
@@ -4969,7 +4972,15 @@ export interface CurrentMetric {
|
|
|
4969
4972
|
*/
|
|
4970
4973
|
Name?: CurrentMetricName | undefined;
|
|
4971
4974
|
/**
|
|
4972
|
-
* <p>
|
|
4975
|
+
* <p>Out of the box current metrics or custom metrics can be referenced via this field. This field is a valid AWS Connect Arn or a UUID.</p>
|
|
4976
|
+
* @public
|
|
4977
|
+
*/
|
|
4978
|
+
MetricId?: string | undefined;
|
|
4979
|
+
/**
|
|
4980
|
+
* <note>
|
|
4981
|
+
* <p>The Unit parameter is not supported for custom metrics.</p>
|
|
4982
|
+
* </note>
|
|
4983
|
+
* <p>The unit for the metric.</p>
|
|
4973
4984
|
* @public
|
|
4974
4985
|
*/
|
|
4975
4986
|
Unit?: Unit | undefined;
|
|
@@ -5006,6 +5017,16 @@ export interface Filters {
|
|
|
5006
5017
|
* @public
|
|
5007
5018
|
*/
|
|
5008
5019
|
AgentStatuses?: string[] | undefined;
|
|
5020
|
+
/**
|
|
5021
|
+
* <p>A list of up to 10 subtypes can be provided.</p>
|
|
5022
|
+
* @public
|
|
5023
|
+
*/
|
|
5024
|
+
Subtypes?: string[] | undefined;
|
|
5025
|
+
/**
|
|
5026
|
+
* <p>A list of up to 10 validationTestTypes can be provided.</p>
|
|
5027
|
+
* @public
|
|
5028
|
+
*/
|
|
5029
|
+
ValidationTestTypes?: string[] | undefined;
|
|
5009
5030
|
}
|
|
5010
5031
|
/**
|
|
5011
5032
|
* <p>The way to sort the resulting response based on metrics. By default resources are sorted based on
|
|
@@ -5052,11 +5073,19 @@ export interface GetCurrentMetricDataRequest {
|
|
|
5052
5073
|
* <li>
|
|
5053
5074
|
* <p>AgentStatuses: 50</p>
|
|
5054
5075
|
* </li>
|
|
5076
|
+
* <li>
|
|
5077
|
+
* <p>Subtypes: 10</p>
|
|
5078
|
+
* </li>
|
|
5079
|
+
* <li>
|
|
5080
|
+
* <p>ValidationTestTypes: 10</p>
|
|
5081
|
+
* </li>
|
|
5055
5082
|
* </ul>
|
|
5056
5083
|
* <p>Metric data is retrieved only for the resources associated with the queues or routing profiles, and by any
|
|
5057
5084
|
* channels included in the filter. (You cannot filter by both queue AND routing profile.) You can include both resource
|
|
5058
5085
|
* IDs and resource ARNs in the same request.</p>
|
|
5059
5086
|
* <p>When using <code>AgentStatuses</code> as filter make sure Queues is added as primary filter.</p>
|
|
5087
|
+
* <p>When using <code>Subtypes</code> as filter make sure Queues is added as primary filter.</p>
|
|
5088
|
+
* <p>When using <code>ValidationTestTypes</code> as filter make sure Queues is added as primary filter.</p>
|
|
5060
5089
|
* <p>When using the <code>RoutingStepExpression</code> filter, you need to pass exactly one <code>QueueId</code>. The
|
|
5061
5090
|
* filter is also case sensitive so when using the <code>RoutingStepExpression</code> filter, grouping by
|
|
5062
5091
|
* <code>ROUTING_STEP_EXPRESSION</code> is required.</p>
|
|
@@ -5080,6 +5109,10 @@ export interface GetCurrentMetricDataRequest {
|
|
|
5080
5109
|
* <code>AGENTS_ONLINE</code> metric.</p>
|
|
5081
5110
|
* </li>
|
|
5082
5111
|
* <li>
|
|
5112
|
+
* <p>If you group by <code>SUBTYPE</code> or <code>VALIDATION_TEST_TYPE</code> as secondary grouping then you must include <code>QUEUE</code> as
|
|
5113
|
+
* primary grouping and use Queue as filter</p>
|
|
5114
|
+
* </li>
|
|
5115
|
+
* <li>
|
|
5083
5116
|
* <p>If you group by <code>ROUTING_PROFILE</code>, you must include either a queue or routing profile filter. In
|
|
5084
5117
|
* addition, a routing profile filter is required for metrics <code>CONTACTS_SCHEDULED</code>,
|
|
5085
5118
|
* <code>CONTACTS_IN_QUEUE</code>, and <code> OLDEST_CONTACT_AGE</code>.</p>
|
|
@@ -5093,8 +5126,11 @@ export interface GetCurrentMetricDataRequest {
|
|
|
5093
5126
|
*/
|
|
5094
5127
|
Groupings?: Grouping[] | undefined;
|
|
5095
5128
|
/**
|
|
5096
|
-
* <p>The metrics to retrieve. Specify the name and unit for each metric. The following metrics are available. For a
|
|
5129
|
+
* <p>The metrics to retrieve. Specify the name or metricId, and unit for each metric. The following metrics are available. For a
|
|
5097
5130
|
* description of all the metrics, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html">Metrics definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
5131
|
+
* <note>
|
|
5132
|
+
* <p> MetricId should be used to reference custom metrics or out of the box metrics as Arn. If using MetricId, the limit is 10 MetricId per request.</p>
|
|
5133
|
+
* </note>
|
|
5098
5134
|
* <dl>
|
|
5099
5135
|
* <dt>AGENTS_AFTER_CONTACT_WORK</dt>
|
|
5100
5136
|
* <dd>
|
|
@@ -5278,6 +5314,16 @@ export interface Dimensions {
|
|
|
5278
5314
|
* @public
|
|
5279
5315
|
*/
|
|
5280
5316
|
AgentStatus?: AgentStatusIdentifier | undefined;
|
|
5317
|
+
/**
|
|
5318
|
+
* <p>The subtype of the channel used for the contact.</p>
|
|
5319
|
+
* @public
|
|
5320
|
+
*/
|
|
5321
|
+
Subtype?: string | undefined;
|
|
5322
|
+
/**
|
|
5323
|
+
* <p>The testing and simulation type</p>
|
|
5324
|
+
* @public
|
|
5325
|
+
*/
|
|
5326
|
+
ValidationTestType?: string | undefined;
|
|
5281
5327
|
}
|
|
5282
5328
|
/**
|
|
5283
5329
|
* <p>Contains information about a set of real-time metrics.</p>
|