@aws-sdk/client-connect 3.1120.0 → 3.1122.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist-cjs/index.js +59 -9
- package/dist-es/Connect.js +4 -0
- package/dist-es/commands/GetCrossRegionRoutingCommand.js +4 -0
- package/dist-es/commands/UpdateCrossRegionRoutingCommand.js +4 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +43 -8
- package/dist-types/Connect.d.ts +14 -0
- package/dist-types/ConnectClient.d.ts +4 -2
- package/dist-types/commands/DescribeContactCommand.d.ts +1 -0
- package/dist-types/commands/GetCrossRegionRoutingCommand.d.ts +93 -0
- package/dist-types/commands/UpdateCrossRegionRoutingCommand.d.ts +95 -0
- package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +7 -0
- package/dist-types/models/models_1.d.ts +23 -64
- package/dist-types/models/models_2.d.ts +66 -45
- package/dist-types/models/models_3.d.ts +66 -94
- package/dist-types/models/models_4.d.ts +94 -4
- package/dist-types/schemas/schemas_0.d.ts +6 -0
- package/dist-types/ts3.4/Connect.d.ts +34 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetCrossRegionRoutingCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateCrossRegionRoutingCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +6 -14
- package/dist-types/ts3.4/models/models_2.d.ts +15 -14
- package/dist-types/ts3.4/models/models_3.d.ts +17 -24
- package/dist-types/ts3.4/models/models_4.d.ts +25 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1417,6 +1417,13 @@ GetContactMetrics
|
|
|
1417
1417
|
</details>
|
|
1418
1418
|
<details>
|
|
1419
1419
|
<summary>
|
|
1420
|
+
GetCrossRegionRouting
|
|
1421
|
+
</summary>
|
|
1422
|
+
|
|
1423
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/GetCrossRegionRoutingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetCrossRegionRoutingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetCrossRegionRoutingCommandOutput/)
|
|
1424
|
+
</details>
|
|
1425
|
+
<details>
|
|
1426
|
+
<summary>
|
|
1420
1427
|
GetCurrentMetricData
|
|
1421
1428
|
</summary>
|
|
1422
1429
|
|
|
@@ -2586,6 +2593,13 @@ UpdateContactTaskTemplate
|
|
|
2586
2593
|
</details>
|
|
2587
2594
|
<details>
|
|
2588
2595
|
<summary>
|
|
2596
|
+
UpdateCrossRegionRouting
|
|
2597
|
+
</summary>
|
|
2598
|
+
|
|
2599
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/UpdateCrossRegionRoutingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateCrossRegionRoutingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateCrossRegionRoutingCommandOutput/)
|
|
2600
|
+
</details>
|
|
2601
|
+
<details>
|
|
2602
|
+
<summary>
|
|
2589
2603
|
UpdateDataTableAttribute
|
|
2590
2604
|
</summary>
|
|
2591
2605
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1121.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -731,13 +731,13 @@ const _AQM = "AgentQualityMetrics";
|
|
|
731
731
|
const _AQMI = "AudioQualityMetricsInfo";
|
|
732
732
|
const _AQQC = "AssociateQueueQuickConnects";
|
|
733
733
|
const _AQQCR = "AssociateQueueQuickConnectsRequest";
|
|
734
|
-
const _AR = "
|
|
734
|
+
const _AR = "ActiveRegion";
|
|
735
735
|
const _ARA = "AssociatedResourceArn";
|
|
736
736
|
const _ARPQ = "AssociateRoutingProfileQueues";
|
|
737
737
|
const _ARPQR = "AssociateRoutingProfileQueuesRequest";
|
|
738
|
-
const _ARc = "
|
|
739
|
-
const _ARct = "ActiveRegions";
|
|
738
|
+
const _ARc = "ActiveRegions";
|
|
740
739
|
const _ARd = "AdditionalRecipients";
|
|
740
|
+
const _ARt = "AttachmentReference";
|
|
741
741
|
const _AS = "ActionSummary";
|
|
742
742
|
const _ASA = "AssignSlaAction";
|
|
743
743
|
const _ASAD = "AssignSlaActionDefinition";
|
|
@@ -1805,6 +1805,9 @@ const _GCMDR = "GetCurrentMetricDataRequest";
|
|
|
1805
1805
|
const _GCMDRe = "GetCurrentMetricDataResponse";
|
|
1806
1806
|
const _GCMR = "GetContactMetricsRequest";
|
|
1807
1807
|
const _GCMRe = "GetContactMetricsResponse";
|
|
1808
|
+
const _GCRR = "GetCrossRegionRouting";
|
|
1809
|
+
const _GCRRR = "GetCrossRegionRoutingRequest";
|
|
1810
|
+
const _GCRRRe = "GetCrossRegionRoutingResponse";
|
|
1808
1811
|
const _GCUD = "GetCurrentUserData";
|
|
1809
1812
|
const _GCUDR = "GetCurrentUserDataRequest";
|
|
1810
1813
|
const _GCUDRe = "GetCurrentUserDataResponse";
|
|
@@ -1903,6 +1906,7 @@ const _IAU = "InstanceAccessUrl";
|
|
|
1903
1906
|
const _IAn = "InstanceAlias";
|
|
1904
1907
|
const _IAns = "InstanceArn";
|
|
1905
1908
|
const _IAnt = "IntegrationArn";
|
|
1909
|
+
const _IAs = "IsolatedAll";
|
|
1906
1910
|
const _IB = "IsBonus";
|
|
1907
1911
|
const _IC = "IssueCode";
|
|
1908
1912
|
const _ICE = "InboundCallsEnabled";
|
|
@@ -1934,6 +1938,7 @@ const _IPE = "InvalidParameterException";
|
|
|
1934
1938
|
const _IPN = "ImportPhoneNumber";
|
|
1935
1939
|
const _IPNR = "ImportPhoneNumberRequest";
|
|
1936
1940
|
const _IPNRm = "ImportPhoneNumberResponse";
|
|
1941
|
+
const _IR = "IsolatedRegions";
|
|
1937
1942
|
const _IRE = "InvalidRequestException";
|
|
1938
1943
|
const _IRER = "InvalidRequestExceptionReason";
|
|
1939
1944
|
const _IRM = "IncludeRawMessage";
|
|
@@ -3253,6 +3258,9 @@ const _UCR = "UntagContactRequest";
|
|
|
3253
3258
|
const _UCRD = "UpdateContactRoutingData";
|
|
3254
3259
|
const _UCRDR = "UpdateContactRoutingDataRequest";
|
|
3255
3260
|
const _UCRDRp = "UpdateContactRoutingDataResponse";
|
|
3261
|
+
const _UCRR = "UpdateCrossRegionRouting";
|
|
3262
|
+
const _UCRRR = "UpdateCrossRegionRoutingRequest";
|
|
3263
|
+
const _UCRRRp = "UpdateCrossRegionRoutingResponse";
|
|
3256
3264
|
const _UCRn = "UntagContactResponse";
|
|
3257
3265
|
const _UCRp = "UpdateContactRequest";
|
|
3258
3266
|
const _UCRpd = "UpdateContactResponse";
|
|
@@ -3851,8 +3859,8 @@ var AgentHierarchyGroups$ = [3, n0, _AHGg,
|
|
|
3851
3859
|
];
|
|
3852
3860
|
var AgentInfo$ = [3, n0, _AI,
|
|
3853
3861
|
0,
|
|
3854
|
-
[_I, _ABAT, _PET, _CTAT, _APDIS, _HG, _DI, _Ca, _ACWD, _ACWST, _ACWET, _AIHD, _STt, _VEM],
|
|
3855
|
-
[0, 4, 4, 4, 1, () => HierarchyGroups$, () => DeviceInfo$, () => ParticipantCapabilities$, 1, 4, 4, 1, () => StateTransitions, 0]
|
|
3862
|
+
[_I, _ABAT, _PET, _CTAT, _APDIS, _HG, _DI, _Ca, _ACWD, _ACWST, _ACWET, _AIHD, _STt, _VEM, _AR],
|
|
3863
|
+
[0, 4, 4, 4, 1, () => HierarchyGroups$, () => DeviceInfo$, () => ParticipantCapabilities$, 1, 4, 4, 1, () => StateTransitions, 0, 0]
|
|
3856
3864
|
];
|
|
3857
3865
|
var AgentQualityMetrics$ = [3, n0, _AQM,
|
|
3858
3866
|
0,
|
|
@@ -4134,7 +4142,7 @@ var AttachedFilesConfigurationSummary$ = [3, n0, _AFCS,
|
|
|
4134
4142
|
[_II, _ASt, _MSLIB, _ECx],
|
|
4135
4143
|
[0, 0, 1, () => ExtensionConfiguration$], 2
|
|
4136
4144
|
];
|
|
4137
|
-
var AttachmentReference$ = [3, n0,
|
|
4145
|
+
var AttachmentReference$ = [3, n0, _ARt,
|
|
4138
4146
|
0,
|
|
4139
4147
|
[_N, _V, _St, _A],
|
|
4140
4148
|
[0, 0, 0, 0]
|
|
@@ -6549,6 +6557,16 @@ var GetContactMetricsResponse$ = [3, n0, _GCMRe,
|
|
|
6549
6557
|
[_MRe, _I, _A],
|
|
6550
6558
|
[() => ContactMetricResults, 0, 0]
|
|
6551
6559
|
];
|
|
6560
|
+
var GetCrossRegionRoutingRequest$ = [3, n0, _GCRRR,
|
|
6561
|
+
0,
|
|
6562
|
+
[_II],
|
|
6563
|
+
[[0, 1]], 1
|
|
6564
|
+
];
|
|
6565
|
+
var GetCrossRegionRoutingResponse$ = [3, n0, _GCRRRe,
|
|
6566
|
+
0,
|
|
6567
|
+
[_IR],
|
|
6568
|
+
[64 | 0]
|
|
6569
|
+
];
|
|
6552
6570
|
var GetCurrentMetricDataRequest$ = [3, n0, _GCMDR,
|
|
6553
6571
|
0,
|
|
6554
6572
|
[_II, _Fil, _CMurr, _G, _NT, _MR, _SCo],
|
|
@@ -6671,7 +6689,7 @@ var GetTrafficDistributionResponse$ = [3, n0, _GTDRe,
|
|
|
6671
6689
|
];
|
|
6672
6690
|
var GlobalResiliencyMetadata$ = [3, n0, _GRM,
|
|
6673
6691
|
0,
|
|
6674
|
-
[
|
|
6692
|
+
[_AR, _OR, _TDGI],
|
|
6675
6693
|
[0, 0, 0]
|
|
6676
6694
|
];
|
|
6677
6695
|
var GranularAccessControlConfiguration$ = [3, n0, _GACC,
|
|
@@ -8566,7 +8584,7 @@ var SearchContactsTimestampCondition$ = [3, n0, _SCTC,
|
|
|
8566
8584
|
];
|
|
8567
8585
|
var SearchCriteria$ = [3, n0, _SCea,
|
|
8568
8586
|
0,
|
|
8569
|
-
[_N, _AIg, _AHGg, _Ch, _CAo, _IMn, _QIue, _RCo, _ATR, _SCA, _SSA,
|
|
8587
|
+
[_N, _AIg, _AHGg, _Ch, _CAo, _IMn, _QIue, _RCo, _ATR, _SCA, _SSA, _ARc, _CTonta, _AAi],
|
|
8570
8588
|
[[() => NameCriteria$, 0], 64 | 0, () => AgentHierarchyGroups$, 64 | 0, [() => ContactAnalysis$, 0], 64 | 0, 64 | 0, () => SearchableRoutingCriteria$, () => SearchContactsAdditionalTimeRange$, [() => SearchableContactAttributes$, 0], [() => SearchableSegmentAttributes$, 0], 64 | 0, () => ControlPlaneTagFilter$, () => AiAgentsCriteria$]
|
|
8571
8589
|
];
|
|
8572
8590
|
var SearchDataTablesRequest$ = [3, n0, _SDTR,
|
|
@@ -9499,6 +9517,16 @@ var UpdateContactTaskTemplateResponse$ = [3, n0, _UCTTRp,
|
|
|
9499
9517
|
[],
|
|
9500
9518
|
[]
|
|
9501
9519
|
];
|
|
9520
|
+
var UpdateCrossRegionRoutingRequest$ = [3, n0, _UCRRR,
|
|
9521
|
+
0,
|
|
9522
|
+
[_II, _IAs],
|
|
9523
|
+
[[0, 1], 2], 2
|
|
9524
|
+
];
|
|
9525
|
+
var UpdateCrossRegionRoutingResponse$ = [3, n0, _UCRRRp,
|
|
9526
|
+
0,
|
|
9527
|
+
[],
|
|
9528
|
+
[]
|
|
9529
|
+
];
|
|
9502
9530
|
var UpdateDataTableAttributeRequest$ = [3, n0, _UDTAR,
|
|
9503
9531
|
0,
|
|
9504
9532
|
[_II, _DTI, _AN, _N, _VT, _D, _Pri, _Val],
|
|
@@ -11575,6 +11603,9 @@ var GetContactAttributes$ = [9, n0, _GCA,
|
|
|
11575
11603
|
var GetContactMetrics$ = [9, n0, _GCM,
|
|
11576
11604
|
{ [_h]: ["POST", "/metrics/contact", 200] }, () => GetContactMetricsRequest$, () => GetContactMetricsResponse$
|
|
11577
11605
|
];
|
|
11606
|
+
var GetCrossRegionRouting$ = [9, n0, _GCRR,
|
|
11607
|
+
{ [_h]: ["GET", "/cross-region-routing/{InstanceId}", 200] }, () => GetCrossRegionRoutingRequest$, () => GetCrossRegionRoutingResponse$
|
|
11608
|
+
];
|
|
11578
11609
|
var GetCurrentMetricData$ = [9, n0, _GCMD,
|
|
11579
11610
|
{ [_h]: ["POST", "/metrics/current/{InstanceId}", 200] }, () => GetCurrentMetricDataRequest$, () => GetCurrentMetricDataResponse$
|
|
11580
11611
|
];
|
|
@@ -12076,6 +12107,9 @@ var UpdateContactSchedule$ = [9, n0, _UCS,
|
|
|
12076
12107
|
var UpdateContactTaskTemplate$ = [9, n0, _UCTT,
|
|
12077
12108
|
{ [_h]: ["POST", "/contact/task-template", 200] }, () => UpdateContactTaskTemplateRequest$, () => UpdateContactTaskTemplateResponse$
|
|
12078
12109
|
];
|
|
12110
|
+
var UpdateCrossRegionRouting$ = [9, n0, _UCRR,
|
|
12111
|
+
{ [_h]: ["PUT", "/cross-region-routing/{InstanceId}", 200] }, () => UpdateCrossRegionRoutingRequest$, () => UpdateCrossRegionRoutingResponse$
|
|
12112
|
+
];
|
|
12079
12113
|
var UpdateDataTableAttribute$ = [9, n0, _UDTA,
|
|
12080
12114
|
{ [_h]: ["POST", "/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}", 200] }, () => UpdateDataTableAttributeRequest$, () => UpdateDataTableAttributeResponse$
|
|
12081
12115
|
];
|
|
@@ -12905,6 +12939,9 @@ class GetContactAttributesCommand extends command(_ep0, _mw0, "GetContactAttribu
|
|
|
12905
12939
|
class GetContactMetricsCommand extends command(_ep0, _mw0, "GetContactMetrics", GetContactMetrics$) {
|
|
12906
12940
|
}
|
|
12907
12941
|
|
|
12942
|
+
class GetCrossRegionRoutingCommand extends command(_ep0, _mw0, "GetCrossRegionRouting", GetCrossRegionRouting$) {
|
|
12943
|
+
}
|
|
12944
|
+
|
|
12908
12945
|
class GetCurrentMetricDataCommand extends command(_ep0, _mw0, "GetCurrentMetricData", GetCurrentMetricData$) {
|
|
12909
12946
|
}
|
|
12910
12947
|
|
|
@@ -13406,6 +13443,9 @@ class UpdateContactScheduleCommand extends command(_ep0, _mw0, "UpdateContactSch
|
|
|
13406
13443
|
class UpdateContactTaskTemplateCommand extends command(_ep0, _mw0, "UpdateContactTaskTemplate", UpdateContactTaskTemplate$) {
|
|
13407
13444
|
}
|
|
13408
13445
|
|
|
13446
|
+
class UpdateCrossRegionRoutingCommand extends command(_ep0, _mw0, "UpdateCrossRegionRouting", UpdateCrossRegionRouting$) {
|
|
13447
|
+
}
|
|
13448
|
+
|
|
13409
13449
|
class UpdateDataTableAttributeCommand extends command(_ep0, _mw0, "UpdateDataTableAttribute", UpdateDataTableAttribute$) {
|
|
13410
13450
|
}
|
|
13411
13451
|
|
|
@@ -13919,6 +13959,7 @@ const commands = {
|
|
|
13919
13959
|
GetAttachedFileCommand,
|
|
13920
13960
|
GetContactAttributesCommand,
|
|
13921
13961
|
GetContactMetricsCommand,
|
|
13962
|
+
GetCrossRegionRoutingCommand,
|
|
13922
13963
|
GetCurrentMetricDataCommand,
|
|
13923
13964
|
GetCurrentUserDataCommand,
|
|
13924
13965
|
GetEffectiveHoursOfOperationsCommand,
|
|
@@ -14086,6 +14127,7 @@ const commands = {
|
|
|
14086
14127
|
UpdateContactRoutingDataCommand,
|
|
14087
14128
|
UpdateContactScheduleCommand,
|
|
14088
14129
|
UpdateContactTaskTemplateCommand,
|
|
14130
|
+
UpdateCrossRegionRoutingCommand,
|
|
14089
14131
|
UpdateDataTableAttributeCommand,
|
|
14090
14132
|
UpdateDataTableMetadataCommand,
|
|
14091
14133
|
UpdateDataTablePrimaryValuesCommand,
|
|
@@ -16652,6 +16694,10 @@ exports.GetContactMetrics$ = GetContactMetrics$;
|
|
|
16652
16694
|
exports.GetContactMetricsCommand = GetContactMetricsCommand;
|
|
16653
16695
|
exports.GetContactMetricsRequest$ = GetContactMetricsRequest$;
|
|
16654
16696
|
exports.GetContactMetricsResponse$ = GetContactMetricsResponse$;
|
|
16697
|
+
exports.GetCrossRegionRouting$ = GetCrossRegionRouting$;
|
|
16698
|
+
exports.GetCrossRegionRoutingCommand = GetCrossRegionRoutingCommand;
|
|
16699
|
+
exports.GetCrossRegionRoutingRequest$ = GetCrossRegionRoutingRequest$;
|
|
16700
|
+
exports.GetCrossRegionRoutingResponse$ = GetCrossRegionRoutingResponse$;
|
|
16655
16701
|
exports.GetCurrentMetricData$ = GetCurrentMetricData$;
|
|
16656
16702
|
exports.GetCurrentMetricDataCommand = GetCurrentMetricDataCommand;
|
|
16657
16703
|
exports.GetCurrentMetricDataRequest$ = GetCurrentMetricDataRequest$;
|
|
@@ -17729,6 +17775,10 @@ exports.UpdateContactTaskTemplate$ = UpdateContactTaskTemplate$;
|
|
|
17729
17775
|
exports.UpdateContactTaskTemplateCommand = UpdateContactTaskTemplateCommand;
|
|
17730
17776
|
exports.UpdateContactTaskTemplateRequest$ = UpdateContactTaskTemplateRequest$;
|
|
17731
17777
|
exports.UpdateContactTaskTemplateResponse$ = UpdateContactTaskTemplateResponse$;
|
|
17778
|
+
exports.UpdateCrossRegionRouting$ = UpdateCrossRegionRouting$;
|
|
17779
|
+
exports.UpdateCrossRegionRoutingCommand = UpdateCrossRegionRoutingCommand;
|
|
17780
|
+
exports.UpdateCrossRegionRoutingRequest$ = UpdateCrossRegionRoutingRequest$;
|
|
17781
|
+
exports.UpdateCrossRegionRoutingResponse$ = UpdateCrossRegionRoutingResponse$;
|
|
17732
17782
|
exports.UpdateDataTableAttribute$ = UpdateDataTableAttribute$;
|
|
17733
17783
|
exports.UpdateDataTableAttributeCommand = UpdateDataTableAttributeCommand;
|
|
17734
17784
|
exports.UpdateDataTableAttributeRequest$ = UpdateDataTableAttributeRequest$;
|
package/dist-es/Connect.js
CHANGED
|
@@ -172,6 +172,7 @@ import { EvaluateDataTableValuesCommand, } from "./commands/EvaluateDataTableVal
|
|
|
172
172
|
import { GetAttachedFileCommand, } from "./commands/GetAttachedFileCommand";
|
|
173
173
|
import { GetContactAttributesCommand, } from "./commands/GetContactAttributesCommand";
|
|
174
174
|
import { GetContactMetricsCommand, } from "./commands/GetContactMetricsCommand";
|
|
175
|
+
import { GetCrossRegionRoutingCommand, } from "./commands/GetCrossRegionRoutingCommand";
|
|
175
176
|
import { GetCurrentMetricDataCommand, } from "./commands/GetCurrentMetricDataCommand";
|
|
176
177
|
import { GetCurrentUserDataCommand, } from "./commands/GetCurrentUserDataCommand";
|
|
177
178
|
import { GetEffectiveHoursOfOperationsCommand, } from "./commands/GetEffectiveHoursOfOperationsCommand";
|
|
@@ -339,6 +340,7 @@ import { UpdateContactFlowNameCommand, } from "./commands/UpdateContactFlowNameC
|
|
|
339
340
|
import { UpdateContactRoutingDataCommand, } from "./commands/UpdateContactRoutingDataCommand";
|
|
340
341
|
import { UpdateContactScheduleCommand, } from "./commands/UpdateContactScheduleCommand";
|
|
341
342
|
import { UpdateContactTaskTemplateCommand, } from "./commands/UpdateContactTaskTemplateCommand";
|
|
343
|
+
import { UpdateCrossRegionRoutingCommand, } from "./commands/UpdateCrossRegionRoutingCommand";
|
|
342
344
|
import { UpdateDataTableAttributeCommand, } from "./commands/UpdateDataTableAttributeCommand";
|
|
343
345
|
import { UpdateDataTableMetadataCommand, } from "./commands/UpdateDataTableMetadataCommand";
|
|
344
346
|
import { UpdateDataTablePrimaryValuesCommand, } from "./commands/UpdateDataTablePrimaryValuesCommand";
|
|
@@ -657,6 +659,7 @@ const commands = {
|
|
|
657
659
|
GetAttachedFileCommand,
|
|
658
660
|
GetContactAttributesCommand,
|
|
659
661
|
GetContactMetricsCommand,
|
|
662
|
+
GetCrossRegionRoutingCommand,
|
|
660
663
|
GetCurrentMetricDataCommand,
|
|
661
664
|
GetCurrentUserDataCommand,
|
|
662
665
|
GetEffectiveHoursOfOperationsCommand,
|
|
@@ -824,6 +827,7 @@ const commands = {
|
|
|
824
827
|
UpdateContactRoutingDataCommand,
|
|
825
828
|
UpdateContactScheduleCommand,
|
|
826
829
|
UpdateContactTaskTemplateCommand,
|
|
830
|
+
UpdateCrossRegionRoutingCommand,
|
|
827
831
|
UpdateDataTableAttributeCommand,
|
|
828
832
|
UpdateDataTableMetadataCommand,
|
|
829
833
|
UpdateDataTablePrimaryValuesCommand,
|
|
@@ -171,6 +171,7 @@ export * from "./EvaluateDataTableValuesCommand";
|
|
|
171
171
|
export * from "./GetAttachedFileCommand";
|
|
172
172
|
export * from "./GetContactAttributesCommand";
|
|
173
173
|
export * from "./GetContactMetricsCommand";
|
|
174
|
+
export * from "./GetCrossRegionRoutingCommand";
|
|
174
175
|
export * from "./GetCurrentMetricDataCommand";
|
|
175
176
|
export * from "./GetCurrentUserDataCommand";
|
|
176
177
|
export * from "./GetEffectiveHoursOfOperationsCommand";
|
|
@@ -338,6 +339,7 @@ export * from "./UpdateContactFlowNameCommand";
|
|
|
338
339
|
export * from "./UpdateContactRoutingDataCommand";
|
|
339
340
|
export * from "./UpdateContactScheduleCommand";
|
|
340
341
|
export * from "./UpdateContactTaskTemplateCommand";
|
|
342
|
+
export * from "./UpdateCrossRegionRoutingCommand";
|
|
341
343
|
export * from "./UpdateDataTableAttributeCommand";
|
|
342
344
|
export * from "./UpdateDataTableMetadataCommand";
|
|
343
345
|
export * from "./UpdateDataTablePrimaryValuesCommand";
|
|
@@ -171,13 +171,13 @@ const _AQM = "AgentQualityMetrics";
|
|
|
171
171
|
const _AQMI = "AudioQualityMetricsInfo";
|
|
172
172
|
const _AQQC = "AssociateQueueQuickConnects";
|
|
173
173
|
const _AQQCR = "AssociateQueueQuickConnectsRequest";
|
|
174
|
-
const _AR = "
|
|
174
|
+
const _AR = "ActiveRegion";
|
|
175
175
|
const _ARA = "AssociatedResourceArn";
|
|
176
176
|
const _ARPQ = "AssociateRoutingProfileQueues";
|
|
177
177
|
const _ARPQR = "AssociateRoutingProfileQueuesRequest";
|
|
178
|
-
const _ARc = "
|
|
179
|
-
const _ARct = "ActiveRegions";
|
|
178
|
+
const _ARc = "ActiveRegions";
|
|
180
179
|
const _ARd = "AdditionalRecipients";
|
|
180
|
+
const _ARt = "AttachmentReference";
|
|
181
181
|
const _AS = "ActionSummary";
|
|
182
182
|
const _ASA = "AssignSlaAction";
|
|
183
183
|
const _ASAD = "AssignSlaActionDefinition";
|
|
@@ -1245,6 +1245,9 @@ const _GCMDR = "GetCurrentMetricDataRequest";
|
|
|
1245
1245
|
const _GCMDRe = "GetCurrentMetricDataResponse";
|
|
1246
1246
|
const _GCMR = "GetContactMetricsRequest";
|
|
1247
1247
|
const _GCMRe = "GetContactMetricsResponse";
|
|
1248
|
+
const _GCRR = "GetCrossRegionRouting";
|
|
1249
|
+
const _GCRRR = "GetCrossRegionRoutingRequest";
|
|
1250
|
+
const _GCRRRe = "GetCrossRegionRoutingResponse";
|
|
1248
1251
|
const _GCUD = "GetCurrentUserData";
|
|
1249
1252
|
const _GCUDR = "GetCurrentUserDataRequest";
|
|
1250
1253
|
const _GCUDRe = "GetCurrentUserDataResponse";
|
|
@@ -1343,6 +1346,7 @@ const _IAU = "InstanceAccessUrl";
|
|
|
1343
1346
|
const _IAn = "InstanceAlias";
|
|
1344
1347
|
const _IAns = "InstanceArn";
|
|
1345
1348
|
const _IAnt = "IntegrationArn";
|
|
1349
|
+
const _IAs = "IsolatedAll";
|
|
1346
1350
|
const _IB = "IsBonus";
|
|
1347
1351
|
const _IC = "IssueCode";
|
|
1348
1352
|
const _ICE = "InboundCallsEnabled";
|
|
@@ -1374,6 +1378,7 @@ const _IPE = "InvalidParameterException";
|
|
|
1374
1378
|
const _IPN = "ImportPhoneNumber";
|
|
1375
1379
|
const _IPNR = "ImportPhoneNumberRequest";
|
|
1376
1380
|
const _IPNRm = "ImportPhoneNumberResponse";
|
|
1381
|
+
const _IR = "IsolatedRegions";
|
|
1377
1382
|
const _IRE = "InvalidRequestException";
|
|
1378
1383
|
const _IRER = "InvalidRequestExceptionReason";
|
|
1379
1384
|
const _IRM = "IncludeRawMessage";
|
|
@@ -2693,6 +2698,9 @@ const _UCR = "UntagContactRequest";
|
|
|
2693
2698
|
const _UCRD = "UpdateContactRoutingData";
|
|
2694
2699
|
const _UCRDR = "UpdateContactRoutingDataRequest";
|
|
2695
2700
|
const _UCRDRp = "UpdateContactRoutingDataResponse";
|
|
2701
|
+
const _UCRR = "UpdateCrossRegionRouting";
|
|
2702
|
+
const _UCRRR = "UpdateCrossRegionRoutingRequest";
|
|
2703
|
+
const _UCRRRp = "UpdateCrossRegionRoutingResponse";
|
|
2696
2704
|
const _UCRn = "UntagContactResponse";
|
|
2697
2705
|
const _UCRp = "UpdateContactRequest";
|
|
2698
2706
|
const _UCRpd = "UpdateContactResponse";
|
|
@@ -3294,8 +3302,8 @@ export var AgentHierarchyGroups$ = [3, n0, _AHGg,
|
|
|
3294
3302
|
];
|
|
3295
3303
|
export var AgentInfo$ = [3, n0, _AI,
|
|
3296
3304
|
0,
|
|
3297
|
-
[_I, _ABAT, _PET, _CTAT, _APDIS, _HG, _DI, _Ca, _ACWD, _ACWST, _ACWET, _AIHD, _STt, _VEM],
|
|
3298
|
-
[0, 4, 4, 4, 1, () => HierarchyGroups$, () => DeviceInfo$, () => ParticipantCapabilities$, 1, 4, 4, 1, () => StateTransitions, 0]
|
|
3305
|
+
[_I, _ABAT, _PET, _CTAT, _APDIS, _HG, _DI, _Ca, _ACWD, _ACWST, _ACWET, _AIHD, _STt, _VEM, _AR],
|
|
3306
|
+
[0, 4, 4, 4, 1, () => HierarchyGroups$, () => DeviceInfo$, () => ParticipantCapabilities$, 1, 4, 4, 1, () => StateTransitions, 0, 0]
|
|
3299
3307
|
];
|
|
3300
3308
|
export var AgentQualityMetrics$ = [3, n0, _AQM,
|
|
3301
3309
|
0,
|
|
@@ -3577,7 +3585,7 @@ export var AttachedFilesConfigurationSummary$ = [3, n0, _AFCS,
|
|
|
3577
3585
|
[_II, _ASt, _MSLIB, _ECx],
|
|
3578
3586
|
[0, 0, 1, () => ExtensionConfiguration$], 2
|
|
3579
3587
|
];
|
|
3580
|
-
export var AttachmentReference$ = [3, n0,
|
|
3588
|
+
export var AttachmentReference$ = [3, n0, _ARt,
|
|
3581
3589
|
0,
|
|
3582
3590
|
[_N, _V, _St, _A],
|
|
3583
3591
|
[0, 0, 0, 0]
|
|
@@ -5992,6 +6000,16 @@ export var GetContactMetricsResponse$ = [3, n0, _GCMRe,
|
|
|
5992
6000
|
[_MRe, _I, _A],
|
|
5993
6001
|
[() => ContactMetricResults, 0, 0]
|
|
5994
6002
|
];
|
|
6003
|
+
export var GetCrossRegionRoutingRequest$ = [3, n0, _GCRRR,
|
|
6004
|
+
0,
|
|
6005
|
+
[_II],
|
|
6006
|
+
[[0, 1]], 1
|
|
6007
|
+
];
|
|
6008
|
+
export var GetCrossRegionRoutingResponse$ = [3, n0, _GCRRRe,
|
|
6009
|
+
0,
|
|
6010
|
+
[_IR],
|
|
6011
|
+
[64 | 0]
|
|
6012
|
+
];
|
|
5995
6013
|
export var GetCurrentMetricDataRequest$ = [3, n0, _GCMDR,
|
|
5996
6014
|
0,
|
|
5997
6015
|
[_II, _Fil, _CMurr, _G, _NT, _MR, _SCo],
|
|
@@ -6114,7 +6132,7 @@ export var GetTrafficDistributionResponse$ = [3, n0, _GTDRe,
|
|
|
6114
6132
|
];
|
|
6115
6133
|
export var GlobalResiliencyMetadata$ = [3, n0, _GRM,
|
|
6116
6134
|
0,
|
|
6117
|
-
[
|
|
6135
|
+
[_AR, _OR, _TDGI],
|
|
6118
6136
|
[0, 0, 0]
|
|
6119
6137
|
];
|
|
6120
6138
|
export var GranularAccessControlConfiguration$ = [3, n0, _GACC,
|
|
@@ -8009,7 +8027,7 @@ export var SearchContactsTimestampCondition$ = [3, n0, _SCTC,
|
|
|
8009
8027
|
];
|
|
8010
8028
|
export var SearchCriteria$ = [3, n0, _SCea,
|
|
8011
8029
|
0,
|
|
8012
|
-
[_N, _AIg, _AHGg, _Ch, _CAo, _IMn, _QIue, _RCo, _ATR, _SCA, _SSA,
|
|
8030
|
+
[_N, _AIg, _AHGg, _Ch, _CAo, _IMn, _QIue, _RCo, _ATR, _SCA, _SSA, _ARc, _CTonta, _AAi],
|
|
8013
8031
|
[[() => NameCriteria$, 0], 64 | 0, () => AgentHierarchyGroups$, 64 | 0, [() => ContactAnalysis$, 0], 64 | 0, 64 | 0, () => SearchableRoutingCriteria$, () => SearchContactsAdditionalTimeRange$, [() => SearchableContactAttributes$, 0], [() => SearchableSegmentAttributes$, 0], 64 | 0, () => ControlPlaneTagFilter$, () => AiAgentsCriteria$]
|
|
8014
8032
|
];
|
|
8015
8033
|
export var SearchDataTablesRequest$ = [3, n0, _SDTR,
|
|
@@ -8942,6 +8960,16 @@ export var UpdateContactTaskTemplateResponse$ = [3, n0, _UCTTRp,
|
|
|
8942
8960
|
[],
|
|
8943
8961
|
[]
|
|
8944
8962
|
];
|
|
8963
|
+
export var UpdateCrossRegionRoutingRequest$ = [3, n0, _UCRRR,
|
|
8964
|
+
0,
|
|
8965
|
+
[_II, _IAs],
|
|
8966
|
+
[[0, 1], 2], 2
|
|
8967
|
+
];
|
|
8968
|
+
export var UpdateCrossRegionRoutingResponse$ = [3, n0, _UCRRRp,
|
|
8969
|
+
0,
|
|
8970
|
+
[],
|
|
8971
|
+
[]
|
|
8972
|
+
];
|
|
8945
8973
|
export var UpdateDataTableAttributeRequest$ = [3, n0, _UDTAR,
|
|
8946
8974
|
0,
|
|
8947
8975
|
[_II, _DTI, _AN, _N, _VT, _D, _Pri, _Val],
|
|
@@ -10000,6 +10028,7 @@ var InvisibleTaskTemplateFields = [1, n0, _ITTF,
|
|
|
10000
10028
|
0, () => InvisibleFieldInfo$
|
|
10001
10029
|
];
|
|
10002
10030
|
var IpCidrList = 64 | 0;
|
|
10031
|
+
var IsolatedRegionsList = 64 | 0;
|
|
10003
10032
|
var LexBotConfigList = [1, n0, _LBCL,
|
|
10004
10033
|
0, () => LexBotConfig$
|
|
10005
10034
|
];
|
|
@@ -11107,6 +11136,9 @@ export var GetContactAttributes$ = [9, n0, _GCA,
|
|
|
11107
11136
|
export var GetContactMetrics$ = [9, n0, _GCM,
|
|
11108
11137
|
{ [_h]: ["POST", "/metrics/contact", 200] }, () => GetContactMetricsRequest$, () => GetContactMetricsResponse$
|
|
11109
11138
|
];
|
|
11139
|
+
export var GetCrossRegionRouting$ = [9, n0, _GCRR,
|
|
11140
|
+
{ [_h]: ["GET", "/cross-region-routing/{InstanceId}", 200] }, () => GetCrossRegionRoutingRequest$, () => GetCrossRegionRoutingResponse$
|
|
11141
|
+
];
|
|
11110
11142
|
export var GetCurrentMetricData$ = [9, n0, _GCMD,
|
|
11111
11143
|
{ [_h]: ["POST", "/metrics/current/{InstanceId}", 200] }, () => GetCurrentMetricDataRequest$, () => GetCurrentMetricDataResponse$
|
|
11112
11144
|
];
|
|
@@ -11608,6 +11640,9 @@ export var UpdateContactSchedule$ = [9, n0, _UCS,
|
|
|
11608
11640
|
export var UpdateContactTaskTemplate$ = [9, n0, _UCTT,
|
|
11609
11641
|
{ [_h]: ["POST", "/contact/task-template", 200] }, () => UpdateContactTaskTemplateRequest$, () => UpdateContactTaskTemplateResponse$
|
|
11610
11642
|
];
|
|
11643
|
+
export var UpdateCrossRegionRouting$ = [9, n0, _UCRR,
|
|
11644
|
+
{ [_h]: ["PUT", "/cross-region-routing/{InstanceId}", 200] }, () => UpdateCrossRegionRoutingRequest$, () => UpdateCrossRegionRoutingResponse$
|
|
11645
|
+
];
|
|
11611
11646
|
export var UpdateDataTableAttribute$ = [9, n0, _UDTA,
|
|
11612
11647
|
{ [_h]: ["POST", "/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}", 200] }, () => UpdateDataTableAttributeRequest$, () => UpdateDataTableAttributeResponse$
|
|
11613
11648
|
];
|
package/dist-types/Connect.d.ts
CHANGED
|
@@ -172,6 +172,7 @@ import { type EvaluateDataTableValuesCommandInput, type EvaluateDataTableValuesC
|
|
|
172
172
|
import { type GetAttachedFileCommandInput, type GetAttachedFileCommandOutput } from "./commands/GetAttachedFileCommand";
|
|
173
173
|
import { type GetContactAttributesCommandInput, type GetContactAttributesCommandOutput } from "./commands/GetContactAttributesCommand";
|
|
174
174
|
import { type GetContactMetricsCommandInput, type GetContactMetricsCommandOutput } from "./commands/GetContactMetricsCommand";
|
|
175
|
+
import { type GetCrossRegionRoutingCommandInput, type GetCrossRegionRoutingCommandOutput } from "./commands/GetCrossRegionRoutingCommand";
|
|
175
176
|
import { type GetCurrentMetricDataCommandInput, type GetCurrentMetricDataCommandOutput } from "./commands/GetCurrentMetricDataCommand";
|
|
176
177
|
import { type GetCurrentUserDataCommandInput, type GetCurrentUserDataCommandOutput } from "./commands/GetCurrentUserDataCommand";
|
|
177
178
|
import { type GetEffectiveHoursOfOperationsCommandInput, type GetEffectiveHoursOfOperationsCommandOutput } from "./commands/GetEffectiveHoursOfOperationsCommand";
|
|
@@ -339,6 +340,7 @@ import { type UpdateContactFlowNameCommandInput, type UpdateContactFlowNameComma
|
|
|
339
340
|
import { type UpdateContactRoutingDataCommandInput, type UpdateContactRoutingDataCommandOutput } from "./commands/UpdateContactRoutingDataCommand";
|
|
340
341
|
import { type UpdateContactScheduleCommandInput, type UpdateContactScheduleCommandOutput } from "./commands/UpdateContactScheduleCommand";
|
|
341
342
|
import { type UpdateContactTaskTemplateCommandInput, type UpdateContactTaskTemplateCommandOutput } from "./commands/UpdateContactTaskTemplateCommand";
|
|
343
|
+
import { type UpdateCrossRegionRoutingCommandInput, type UpdateCrossRegionRoutingCommandOutput } from "./commands/UpdateCrossRegionRoutingCommand";
|
|
342
344
|
import { type UpdateDataTableAttributeCommandInput, type UpdateDataTableAttributeCommandOutput } from "./commands/UpdateDataTableAttributeCommand";
|
|
343
345
|
import { type UpdateDataTableMetadataCommandInput, type UpdateDataTableMetadataCommandOutput } from "./commands/UpdateDataTableMetadataCommand";
|
|
344
346
|
import { type UpdateDataTablePrimaryValuesCommandInput, type UpdateDataTablePrimaryValuesCommandOutput } from "./commands/UpdateDataTablePrimaryValuesCommand";
|
|
@@ -1432,6 +1434,12 @@ export interface Connect {
|
|
|
1432
1434
|
getContactMetrics(args: GetContactMetricsCommandInput, options?: __HttpHandlerOptions): Promise<GetContactMetricsCommandOutput>;
|
|
1433
1435
|
getContactMetrics(args: GetContactMetricsCommandInput, cb: (err: any, data?: GetContactMetricsCommandOutput) => void): void;
|
|
1434
1436
|
getContactMetrics(args: GetContactMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContactMetricsCommandOutput) => void): void;
|
|
1437
|
+
/**
|
|
1438
|
+
* @see {@link GetCrossRegionRoutingCommand}
|
|
1439
|
+
*/
|
|
1440
|
+
getCrossRegionRouting(args: GetCrossRegionRoutingCommandInput, options?: __HttpHandlerOptions): Promise<GetCrossRegionRoutingCommandOutput>;
|
|
1441
|
+
getCrossRegionRouting(args: GetCrossRegionRoutingCommandInput, cb: (err: any, data?: GetCrossRegionRoutingCommandOutput) => void): void;
|
|
1442
|
+
getCrossRegionRouting(args: GetCrossRegionRoutingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCrossRegionRoutingCommandOutput) => void): void;
|
|
1435
1443
|
/**
|
|
1436
1444
|
* @see {@link GetCurrentMetricDataCommand}
|
|
1437
1445
|
*/
|
|
@@ -2439,6 +2447,12 @@ export interface Connect {
|
|
|
2439
2447
|
updateContactTaskTemplate(args: UpdateContactTaskTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactTaskTemplateCommandOutput>;
|
|
2440
2448
|
updateContactTaskTemplate(args: UpdateContactTaskTemplateCommandInput, cb: (err: any, data?: UpdateContactTaskTemplateCommandOutput) => void): void;
|
|
2441
2449
|
updateContactTaskTemplate(args: UpdateContactTaskTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactTaskTemplateCommandOutput) => void): void;
|
|
2450
|
+
/**
|
|
2451
|
+
* @see {@link UpdateCrossRegionRoutingCommand}
|
|
2452
|
+
*/
|
|
2453
|
+
updateCrossRegionRouting(args: UpdateCrossRegionRoutingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCrossRegionRoutingCommandOutput>;
|
|
2454
|
+
updateCrossRegionRouting(args: UpdateCrossRegionRoutingCommandInput, cb: (err: any, data?: UpdateCrossRegionRoutingCommandOutput) => void): void;
|
|
2455
|
+
updateCrossRegionRouting(args: UpdateCrossRegionRoutingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCrossRegionRoutingCommandOutput) => void): void;
|
|
2442
2456
|
/**
|
|
2443
2457
|
* @see {@link UpdateDataTableAttributeCommand}
|
|
2444
2458
|
*/
|