@aws-sdk/client-connect 3.958.0 → 3.961.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 +45 -6
- package/dist-es/models/errors.js +14 -0
- package/dist-es/pagination/ListEntitySecurityProfilesPaginator.js +4 -0
- package/dist-es/pagination/ListSecurityProfileFlowModulesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +24 -7
- package/dist-types/commands/DescribeContactCommand.d.ts +5 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -2
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +3 -0
- package/dist-types/commands/SearchContactsCommand.d.ts +8 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +3 -0
- package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +1 -2
- package/dist-types/commands/StopContactCommand.d.ts +3 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +3 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +3 -0
- package/dist-types/commands/TagContactCommand.d.ts +3 -0
- package/dist-types/commands/UntagContactCommand.d.ts +3 -0
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +3 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +3 -0
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +3 -0
- package/dist-types/models/errors.d.ts +13 -0
- package/dist-types/models/models_1.d.ts +21 -26
- package/dist-types/models/models_2.d.ts +31 -43
- package/dist-types/models/models_3.d.ts +55 -2
- package/dist-types/pagination/ListEntitySecurityProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSecurityProfileFlowModulesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/errors.d.ts +8 -0
- package/dist-types/ts3.4/models/models_1.d.ts +5 -6
- package/dist-types/ts3.4/models/models_2.d.ts +7 -9
- package/dist-types/ts3.4/models/models_3.d.ts +14 -0
- package/dist-types/ts3.4/pagination/ListEntitySecurityProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSecurityProfileFlowModulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -435,6 +435,20 @@ class OutputTypeNotFoundException extends ConnectServiceException {
|
|
|
435
435
|
this.Message = opts.Message;
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
|
+
class InvalidActiveRegionException extends ConnectServiceException {
|
|
439
|
+
name = "InvalidActiveRegionException";
|
|
440
|
+
$fault = "client";
|
|
441
|
+
Message;
|
|
442
|
+
constructor(opts) {
|
|
443
|
+
super({
|
|
444
|
+
name: "InvalidActiveRegionException",
|
|
445
|
+
$fault: "client",
|
|
446
|
+
...opts,
|
|
447
|
+
});
|
|
448
|
+
Object.setPrototypeOf(this, InvalidActiveRegionException.prototype);
|
|
449
|
+
this.Message = opts.Message;
|
|
450
|
+
}
|
|
451
|
+
}
|
|
438
452
|
class MaximumResultReturnedException extends ConnectServiceException {
|
|
439
453
|
name = "MaximumResultReturnedException";
|
|
440
454
|
$fault = "client";
|
|
@@ -638,6 +652,8 @@ const _AR = "AttachmentReference";
|
|
|
638
652
|
const _ARA = "AssociatedResourceArn";
|
|
639
653
|
const _ARPQ = "AssociateRoutingProfileQueues";
|
|
640
654
|
const _ARPQR = "AssociateRoutingProfileQueuesRequest";
|
|
655
|
+
const _ARc = "ActiveRegion";
|
|
656
|
+
const _ARct = "ActiveRegions";
|
|
641
657
|
const _ARd = "AdditionalRecipients";
|
|
642
658
|
const _AS = "ActionSummary";
|
|
643
659
|
const _ASA = "AssignSlaAction";
|
|
@@ -1585,6 +1601,7 @@ const _GMDVRe = "GetMetricDataV2Response";
|
|
|
1585
1601
|
const _GPF = "GetPromptFile";
|
|
1586
1602
|
const _GPFR = "GetPromptFileRequest";
|
|
1587
1603
|
const _GPFRe = "GetPromptFileResponse";
|
|
1604
|
+
const _GRM = "GlobalResiliencyMetadata";
|
|
1588
1605
|
const _GSIE = "GlobalSignInEndpoint";
|
|
1589
1606
|
const _GST = "GreetingStartTimestamp";
|
|
1590
1607
|
const _GTD = "GetTrafficDistribution";
|
|
@@ -1646,6 +1663,7 @@ const _IAA = "IntegrationAssociationArn";
|
|
|
1646
1663
|
const _IAC = "InvertActionsColors";
|
|
1647
1664
|
const _IAI = "IntegrationAssociationId";
|
|
1648
1665
|
const _IAR = "InboundAdditionalRecipients";
|
|
1666
|
+
const _IARE = "InvalidActiveRegionException";
|
|
1649
1667
|
const _IAS = "IntegrationAssociationSummary";
|
|
1650
1668
|
const _IASL = "IntegrationAssociationSummaryList";
|
|
1651
1669
|
const _IAU = "InstanceAccessUrl";
|
|
@@ -2066,6 +2084,7 @@ const _OECu = "OutboundEmailContent";
|
|
|
2066
2084
|
const _OFI = "OutboundFlowId";
|
|
2067
2085
|
const _OH = "OperationalHours";
|
|
2068
2086
|
const _OHp = "OperationalHour";
|
|
2087
|
+
const _OR = "OriginRegion";
|
|
2069
2088
|
const _ORI = "OptionRefIds";
|
|
2070
2089
|
const _ORIp = "OptionRefId";
|
|
2071
2090
|
const _ORIr = "OrganizationResourceId";
|
|
@@ -3689,8 +3708,8 @@ var ConnectionData$ = [3, n0, _CD,
|
|
|
3689
3708
|
];
|
|
3690
3709
|
var Contact$ = [3, n0, _Cont,
|
|
3691
3710
|
0,
|
|
3692
|
-
[_A, _I, _ICI, _PCI, _CAI, _IM, _N, _D, _C, _QIu, _AI, _IT, _DT, _LUT, _LPT, _LRT, _RST, _TPC, _TPDIS, _STc, _RCI, _WIi, _CIu, _CEu, _SE, _QTAS, _QP, _Ta, _CTST, _RC, _Cu, _Cam, _AMDS, _CVA, _QM, _CMh, _DD, _AER, _SAe, _Re, _DR, _CEon, _TTI, _CDo, _OSu, _Attr, _NCe],
|
|
3693
|
-
[0, 0, 0, 0, 0, 0, [() => Name, 0], [() => Description, 0], 0, () => QueueInfo$, () => AgentInfo$, 4, 4, 4, 4, 4, 4, 1, 1, 4, 0, () => WisdomInfo$, 0, () => EndpointInfo$, () => EndpointInfo$, 1, 1, 128 | 0, 4, () => RoutingCriteria$, () => Customer$, () => Campaign$, 0, () => CustomerVoiceActivity$, () => QualityMetrics$, () => ChatMetrics$, () => DisconnectDetails$, () => AdditionalEmailRecipients$, () => SegmentAttributes, () => Recordings, 0, () => ContactEvaluations, () => TaskTemplateInfoV2$, () => ContactDetails$, () => OutboundStrategy$, 128 | 0, () => NextContacts]
|
|
3711
|
+
[_A, _I, _ICI, _PCI, _CAI, _IM, _N, _D, _C, _QIu, _AI, _IT, _DT, _LUT, _LPT, _LRT, _RST, _TPC, _TPDIS, _STc, _RCI, _WIi, _CIu, _CEu, _SE, _QTAS, _QP, _Ta, _CTST, _RC, _Cu, _Cam, _AMDS, _CVA, _QM, _CMh, _DD, _AER, _SAe, _Re, _DR, _CEon, _TTI, _CDo, _OSu, _Attr, _NCe, _GRM],
|
|
3712
|
+
[0, 0, 0, 0, 0, 0, [() => Name, 0], [() => Description, 0], 0, () => QueueInfo$, () => AgentInfo$, 4, 4, 4, 4, 4, 4, 1, 1, 4, 0, () => WisdomInfo$, 0, () => EndpointInfo$, () => EndpointInfo$, 1, 1, 128 | 0, 4, () => RoutingCriteria$, () => Customer$, () => Campaign$, 0, () => CustomerVoiceActivity$, () => QualityMetrics$, () => ChatMetrics$, () => DisconnectDetails$, () => AdditionalEmailRecipients$, () => SegmentAttributes, () => Recordings, 0, () => ContactEvaluations, () => TaskTemplateInfoV2$, () => ContactDetails$, () => OutboundStrategy$, 128 | 0, () => NextContacts, () => GlobalResiliencyMetadata$]
|
|
3694
3713
|
];
|
|
3695
3714
|
var ContactAnalysis$ = [3, n0, _CAo,
|
|
3696
3715
|
0,
|
|
@@ -3821,8 +3840,8 @@ var ContactNotFoundException$ = [-3, n0, _CNFE,
|
|
|
3821
3840
|
schema.TypeRegistry.for(n0).registerError(ContactNotFoundException$, ContactNotFoundException);
|
|
3822
3841
|
var ContactSearchSummary$ = [3, n0, _CSS,
|
|
3823
3842
|
0,
|
|
3824
|
-
[_A, _I, _ICI, _PCI, _IM, _C, _QIu, _AI, _IT, _DT, _STc, _SAe, _N, _RC],
|
|
3825
|
-
[0, 0, 0, 0, 0, 0, () => ContactSearchSummaryQueueInfo$, () => ContactSearchSummaryAgentInfo$, 4, 4, 4, [() => ContactSearchSummarySegmentAttributes, 0], [() => Name, 0], () => RoutingCriteria$]
|
|
3843
|
+
[_A, _I, _ICI, _PCI, _IM, _C, _QIu, _AI, _IT, _DT, _STc, _SAe, _N, _RC, _GRM],
|
|
3844
|
+
[0, 0, 0, 0, 0, 0, () => ContactSearchSummaryQueueInfo$, () => ContactSearchSummaryAgentInfo$, 4, 4, 4, [() => ContactSearchSummarySegmentAttributes, 0], [() => Name, 0], () => RoutingCriteria$, () => GlobalResiliencyMetadata$]
|
|
3826
3845
|
];
|
|
3827
3846
|
var ContactSearchSummaryAgentInfo$ = [3, n0, _CSSAI,
|
|
3828
3847
|
0,
|
|
@@ -5611,6 +5630,11 @@ var GetTrafficDistributionResponse$ = [3, n0, _GTDRe,
|
|
|
5611
5630
|
[_TCe, _I, _A, _SIC, _ACg],
|
|
5612
5631
|
[() => TelephonyConfig$, 0, 0, () => SignInConfig$, () => AgentConfig$]
|
|
5613
5632
|
];
|
|
5633
|
+
var GlobalResiliencyMetadata$ = [3, n0, _GRM,
|
|
5634
|
+
0,
|
|
5635
|
+
[_ARc, _OR, _TDGI],
|
|
5636
|
+
[0, 0, 0]
|
|
5637
|
+
];
|
|
5614
5638
|
var GranularAccessControlConfiguration$ = [3, n0, _GACC,
|
|
5615
5639
|
0,
|
|
5616
5640
|
[_DTACC],
|
|
@@ -5818,6 +5842,12 @@ var IntervalDetails$ = [3, n0, _IDnt,
|
|
|
5818
5842
|
[_TZ, _IP],
|
|
5819
5843
|
[0, 0]
|
|
5820
5844
|
];
|
|
5845
|
+
var InvalidActiveRegionException$ = [-3, n0, _IARE,
|
|
5846
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
5847
|
+
[_M],
|
|
5848
|
+
[0]
|
|
5849
|
+
];
|
|
5850
|
+
schema.TypeRegistry.for(n0).registerError(InvalidActiveRegionException$, InvalidActiveRegionException);
|
|
5821
5851
|
var InvalidContactFlowException$ = [-3, n0, _ICFE,
|
|
5822
5852
|
{ [_e]: _c, [_hE]: 400 },
|
|
5823
5853
|
[_p],
|
|
@@ -7318,8 +7348,8 @@ var SearchContactsTimestampCondition$ = [3, n0, _SCTC,
|
|
|
7318
7348
|
];
|
|
7319
7349
|
var SearchCriteria$ = [3, n0, _SCe,
|
|
7320
7350
|
0,
|
|
7321
|
-
[_N, _AIg, _AHGg, _Ch, _CAo, _IMn, _QIue, _RC, _ATR, _SCA, _SSA],
|
|
7322
|
-
[[() => NameCriteria$, 0], 64 | 0, () => AgentHierarchyGroups$, 64 | 0, [() => ContactAnalysis$, 0], 64 | 0, 64 | 0, () => SearchableRoutingCriteria$, () => SearchContactsAdditionalTimeRange$, [() => SearchableContactAttributes$, 0], [() => SearchableSegmentAttributes$, 0]]
|
|
7351
|
+
[_N, _AIg, _AHGg, _Ch, _CAo, _IMn, _QIue, _RC, _ATR, _SCA, _SSA, _ARct],
|
|
7352
|
+
[[() => NameCriteria$, 0], 64 | 0, () => AgentHierarchyGroups$, 64 | 0, [() => ContactAnalysis$, 0], 64 | 0, 64 | 0, () => SearchableRoutingCriteria$, () => SearchContactsAdditionalTimeRange$, [() => SearchableContactAttributes$, 0], [() => SearchableSegmentAttributes$, 0], 64 | 0]
|
|
7323
7353
|
];
|
|
7324
7354
|
var SearchDataTablesRequest$ = [3, n0, _SDTR,
|
|
7325
7355
|
0,
|
|
@@ -14943,6 +14973,8 @@ const paginateListDataTableValues = core.createPaginator(ConnectClient, ListData
|
|
|
14943
14973
|
|
|
14944
14974
|
const paginateListDefaultVocabularies = core.createPaginator(ConnectClient, ListDefaultVocabulariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
14945
14975
|
|
|
14976
|
+
const paginateListEntitySecurityProfiles = core.createPaginator(ConnectClient, ListEntitySecurityProfilesCommand, "NextToken", "NextToken", "MaxResults");
|
|
14977
|
+
|
|
14946
14978
|
const paginateListEvaluationForms = core.createPaginator(ConnectClient, ListEvaluationFormsCommand, "NextToken", "NextToken", "MaxResults");
|
|
14947
14979
|
|
|
14948
14980
|
const paginateListEvaluationFormVersions = core.createPaginator(ConnectClient, ListEvaluationFormVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -14993,6 +15025,8 @@ const paginateListSecurityKeys = core.createPaginator(ConnectClient, ListSecurit
|
|
|
14993
15025
|
|
|
14994
15026
|
const paginateListSecurityProfileApplications = core.createPaginator(ConnectClient, ListSecurityProfileApplicationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
14995
15027
|
|
|
15028
|
+
const paginateListSecurityProfileFlowModules = core.createPaginator(ConnectClient, ListSecurityProfileFlowModulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
15029
|
+
|
|
14996
15030
|
const paginateListSecurityProfilePermissions = core.createPaginator(ConnectClient, ListSecurityProfilePermissionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
14997
15031
|
|
|
14998
15032
|
const paginateListSecurityProfiles = core.createPaginator(ConnectClient, ListSecurityProfilesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -17171,6 +17205,7 @@ exports.GetTrafficDistribution$ = GetTrafficDistribution$;
|
|
|
17171
17205
|
exports.GetTrafficDistributionCommand = GetTrafficDistributionCommand;
|
|
17172
17206
|
exports.GetTrafficDistributionRequest$ = GetTrafficDistributionRequest$;
|
|
17173
17207
|
exports.GetTrafficDistributionResponse$ = GetTrafficDistributionResponse$;
|
|
17208
|
+
exports.GlobalResiliencyMetadata$ = GlobalResiliencyMetadata$;
|
|
17174
17209
|
exports.GranularAccessControlConfiguration$ = GranularAccessControlConfiguration$;
|
|
17175
17210
|
exports.Grouping = Grouping;
|
|
17176
17211
|
exports.HierarchyGroup$ = HierarchyGroup$;
|
|
@@ -17230,6 +17265,8 @@ exports.InternalServiceException = InternalServiceException;
|
|
|
17230
17265
|
exports.InternalServiceException$ = InternalServiceException$;
|
|
17231
17266
|
exports.IntervalDetails$ = IntervalDetails$;
|
|
17232
17267
|
exports.IntervalPeriod = IntervalPeriod;
|
|
17268
|
+
exports.InvalidActiveRegionException = InvalidActiveRegionException;
|
|
17269
|
+
exports.InvalidActiveRegionException$ = InvalidActiveRegionException$;
|
|
17233
17270
|
exports.InvalidContactFlowException = InvalidContactFlowException;
|
|
17234
17271
|
exports.InvalidContactFlowException$ = InvalidContactFlowException$;
|
|
17235
17272
|
exports.InvalidContactFlowModuleException = InvalidContactFlowModuleException;
|
|
@@ -18272,6 +18309,7 @@ exports.paginateListDataTablePrimaryValues = paginateListDataTablePrimaryValues;
|
|
|
18272
18309
|
exports.paginateListDataTableValues = paginateListDataTableValues;
|
|
18273
18310
|
exports.paginateListDataTables = paginateListDataTables;
|
|
18274
18311
|
exports.paginateListDefaultVocabularies = paginateListDefaultVocabularies;
|
|
18312
|
+
exports.paginateListEntitySecurityProfiles = paginateListEntitySecurityProfiles;
|
|
18275
18313
|
exports.paginateListEvaluationFormVersions = paginateListEvaluationFormVersions;
|
|
18276
18314
|
exports.paginateListEvaluationForms = paginateListEvaluationForms;
|
|
18277
18315
|
exports.paginateListFlowAssociations = paginateListFlowAssociations;
|
|
@@ -18297,6 +18335,7 @@ exports.paginateListRoutingProfiles = paginateListRoutingProfiles;
|
|
|
18297
18335
|
exports.paginateListRules = paginateListRules;
|
|
18298
18336
|
exports.paginateListSecurityKeys = paginateListSecurityKeys;
|
|
18299
18337
|
exports.paginateListSecurityProfileApplications = paginateListSecurityProfileApplications;
|
|
18338
|
+
exports.paginateListSecurityProfileFlowModules = paginateListSecurityProfileFlowModules;
|
|
18300
18339
|
exports.paginateListSecurityProfilePermissions = paginateListSecurityProfilePermissions;
|
|
18301
18340
|
exports.paginateListSecurityProfiles = paginateListSecurityProfiles;
|
|
18302
18341
|
exports.paginateListTaskTemplates = paginateListTaskTemplates;
|
package/dist-es/models/errors.js
CHANGED
|
@@ -317,6 +317,20 @@ export class OutputTypeNotFoundException extends __BaseException {
|
|
|
317
317
|
this.Message = opts.Message;
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
|
+
export class InvalidActiveRegionException extends __BaseException {
|
|
321
|
+
name = "InvalidActiveRegionException";
|
|
322
|
+
$fault = "client";
|
|
323
|
+
Message;
|
|
324
|
+
constructor(opts) {
|
|
325
|
+
super({
|
|
326
|
+
name: "InvalidActiveRegionException",
|
|
327
|
+
$fault: "client",
|
|
328
|
+
...opts,
|
|
329
|
+
});
|
|
330
|
+
Object.setPrototypeOf(this, InvalidActiveRegionException.prototype);
|
|
331
|
+
this.Message = opts.Message;
|
|
332
|
+
}
|
|
333
|
+
}
|
|
320
334
|
export class MaximumResultReturnedException extends __BaseException {
|
|
321
335
|
name = "MaximumResultReturnedException";
|
|
322
336
|
$fault = "client";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListEntitySecurityProfilesCommand, } from "../commands/ListEntitySecurityProfilesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListEntitySecurityProfiles = createPaginator(ConnectClient, ListEntitySecurityProfilesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListSecurityProfileFlowModulesCommand, } from "../commands/ListSecurityProfileFlowModulesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListSecurityProfileFlowModules = createPaginator(ConnectClient, ListSecurityProfileFlowModulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -20,6 +20,7 @@ export * from "./ListDataTablePrimaryValuesPaginator";
|
|
|
20
20
|
export * from "./ListDataTablesPaginator";
|
|
21
21
|
export * from "./ListDataTableValuesPaginator";
|
|
22
22
|
export * from "./ListDefaultVocabulariesPaginator";
|
|
23
|
+
export * from "./ListEntitySecurityProfilesPaginator";
|
|
23
24
|
export * from "./ListEvaluationFormsPaginator";
|
|
24
25
|
export * from "./ListEvaluationFormVersionsPaginator";
|
|
25
26
|
export * from "./ListFlowAssociationsPaginator";
|
|
@@ -45,6 +46,7 @@ export * from "./ListRoutingProfilesPaginator";
|
|
|
45
46
|
export * from "./ListRulesPaginator";
|
|
46
47
|
export * from "./ListSecurityKeysPaginator";
|
|
47
48
|
export * from "./ListSecurityProfileApplicationsPaginator";
|
|
49
|
+
export * from "./ListSecurityProfileFlowModulesPaginator";
|
|
48
50
|
export * from "./ListSecurityProfilePermissionsPaginator";
|
|
49
51
|
export * from "./ListSecurityProfilesPaginator";
|
|
50
52
|
export * from "./ListTaskTemplatesPaginator";
|
|
@@ -144,6 +144,8 @@ const _AR = "AttachmentReference";
|
|
|
144
144
|
const _ARA = "AssociatedResourceArn";
|
|
145
145
|
const _ARPQ = "AssociateRoutingProfileQueues";
|
|
146
146
|
const _ARPQR = "AssociateRoutingProfileQueuesRequest";
|
|
147
|
+
const _ARc = "ActiveRegion";
|
|
148
|
+
const _ARct = "ActiveRegions";
|
|
147
149
|
const _ARd = "AdditionalRecipients";
|
|
148
150
|
const _AS = "ActionSummary";
|
|
149
151
|
const _ASA = "AssignSlaAction";
|
|
@@ -1091,6 +1093,7 @@ const _GMDVRe = "GetMetricDataV2Response";
|
|
|
1091
1093
|
const _GPF = "GetPromptFile";
|
|
1092
1094
|
const _GPFR = "GetPromptFileRequest";
|
|
1093
1095
|
const _GPFRe = "GetPromptFileResponse";
|
|
1096
|
+
const _GRM = "GlobalResiliencyMetadata";
|
|
1094
1097
|
const _GSIE = "GlobalSignInEndpoint";
|
|
1095
1098
|
const _GST = "GreetingStartTimestamp";
|
|
1096
1099
|
const _GTD = "GetTrafficDistribution";
|
|
@@ -1152,6 +1155,7 @@ const _IAA = "IntegrationAssociationArn";
|
|
|
1152
1155
|
const _IAC = "InvertActionsColors";
|
|
1153
1156
|
const _IAI = "IntegrationAssociationId";
|
|
1154
1157
|
const _IAR = "InboundAdditionalRecipients";
|
|
1158
|
+
const _IARE = "InvalidActiveRegionException";
|
|
1155
1159
|
const _IAS = "IntegrationAssociationSummary";
|
|
1156
1160
|
const _IASL = "IntegrationAssociationSummaryList";
|
|
1157
1161
|
const _IAU = "InstanceAccessUrl";
|
|
@@ -1572,6 +1576,7 @@ const _OECu = "OutboundEmailContent";
|
|
|
1572
1576
|
const _OFI = "OutboundFlowId";
|
|
1573
1577
|
const _OH = "OperationalHours";
|
|
1574
1578
|
const _OHp = "OperationalHour";
|
|
1579
|
+
const _OR = "OriginRegion";
|
|
1575
1580
|
const _ORI = "OptionRefIds";
|
|
1576
1581
|
const _ORIp = "OptionRefId";
|
|
1577
1582
|
const _ORIr = "OrganizationResourceId";
|
|
@@ -2586,7 +2591,7 @@ const _va = "value";
|
|
|
2586
2591
|
const n0 = "com.amazonaws.connect";
|
|
2587
2592
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2588
2593
|
import { ConnectServiceException } from "../models/ConnectServiceException";
|
|
2589
|
-
import { AccessDeniedException, ConditionalOperationFailedException, ConflictException, ContactFlowNotPublishedException, ContactNotFoundException, DestinationNotAllowedException, DuplicateResourceException, IdempotencyException, InternalServiceException, InvalidContactFlowException, InvalidContactFlowModuleException, InvalidParameterException, InvalidRequestException, LimitExceededException, MaximumResultReturnedException, OutboundContactNotPermittedException, OutputTypeNotFoundException, PropertyValidationException, ResourceConflictException, ResourceInUseException, ResourceNotFoundException, ResourceNotReadyException, ServiceQuotaExceededException, ThrottlingException, TooManyRequestsException, UserNotFoundException, } from "../models/errors";
|
|
2594
|
+
import { AccessDeniedException, ConditionalOperationFailedException, ConflictException, ContactFlowNotPublishedException, ContactNotFoundException, DestinationNotAllowedException, DuplicateResourceException, IdempotencyException, InternalServiceException, InvalidActiveRegionException, InvalidContactFlowException, InvalidContactFlowModuleException, InvalidParameterException, InvalidRequestException, LimitExceededException, MaximumResultReturnedException, OutboundContactNotPermittedException, OutputTypeNotFoundException, PropertyValidationException, ResourceConflictException, ResourceInUseException, ResourceNotFoundException, ResourceNotReadyException, ServiceQuotaExceededException, ThrottlingException, TooManyRequestsException, UserNotFoundException, } from "../models/errors";
|
|
2590
2595
|
var AgentFirstName = [0, n0, _AFN, 8, 0];
|
|
2591
2596
|
var AgentLastName = [0, n0, _ALN, 8, 0];
|
|
2592
2597
|
var AuthenticationError = [0, n0, _AE, 8, 0];
|
|
@@ -3198,8 +3203,8 @@ export var ConnectionData$ = [3, n0, _CD,
|
|
|
3198
3203
|
];
|
|
3199
3204
|
export var Contact$ = [3, n0, _Cont,
|
|
3200
3205
|
0,
|
|
3201
|
-
[_A, _I, _ICI, _PCI, _CAI, _IM, _N, _D, _C, _QIu, _AI, _IT, _DT, _LUT, _LPT, _LRT, _RST, _TPC, _TPDIS, _STc, _RCI, _WIi, _CIu, _CEu, _SE, _QTAS, _QP, _Ta, _CTST, _RC, _Cu, _Cam, _AMDS, _CVA, _QM, _CMh, _DD, _AER, _SAe, _Re, _DR, _CEon, _TTI, _CDo, _OSu, _Attr, _NCe],
|
|
3202
|
-
[0, 0, 0, 0, 0, 0, [() => Name, 0], [() => Description, 0], 0, () => QueueInfo$, () => AgentInfo$, 4, 4, 4, 4, 4, 4, 1, 1, 4, 0, () => WisdomInfo$, 0, () => EndpointInfo$, () => EndpointInfo$, 1, 1, 128 | 0, 4, () => RoutingCriteria$, () => Customer$, () => Campaign$, 0, () => CustomerVoiceActivity$, () => QualityMetrics$, () => ChatMetrics$, () => DisconnectDetails$, () => AdditionalEmailRecipients$, () => SegmentAttributes, () => Recordings, 0, () => ContactEvaluations, () => TaskTemplateInfoV2$, () => ContactDetails$, () => OutboundStrategy$, 128 | 0, () => NextContacts]
|
|
3206
|
+
[_A, _I, _ICI, _PCI, _CAI, _IM, _N, _D, _C, _QIu, _AI, _IT, _DT, _LUT, _LPT, _LRT, _RST, _TPC, _TPDIS, _STc, _RCI, _WIi, _CIu, _CEu, _SE, _QTAS, _QP, _Ta, _CTST, _RC, _Cu, _Cam, _AMDS, _CVA, _QM, _CMh, _DD, _AER, _SAe, _Re, _DR, _CEon, _TTI, _CDo, _OSu, _Attr, _NCe, _GRM],
|
|
3207
|
+
[0, 0, 0, 0, 0, 0, [() => Name, 0], [() => Description, 0], 0, () => QueueInfo$, () => AgentInfo$, 4, 4, 4, 4, 4, 4, 1, 1, 4, 0, () => WisdomInfo$, 0, () => EndpointInfo$, () => EndpointInfo$, 1, 1, 128 | 0, 4, () => RoutingCriteria$, () => Customer$, () => Campaign$, 0, () => CustomerVoiceActivity$, () => QualityMetrics$, () => ChatMetrics$, () => DisconnectDetails$, () => AdditionalEmailRecipients$, () => SegmentAttributes, () => Recordings, 0, () => ContactEvaluations, () => TaskTemplateInfoV2$, () => ContactDetails$, () => OutboundStrategy$, 128 | 0, () => NextContacts, () => GlobalResiliencyMetadata$]
|
|
3203
3208
|
];
|
|
3204
3209
|
export var ContactAnalysis$ = [3, n0, _CAo,
|
|
3205
3210
|
0,
|
|
@@ -3330,8 +3335,8 @@ export var ContactNotFoundException$ = [-3, n0, _CNFE,
|
|
|
3330
3335
|
TypeRegistry.for(n0).registerError(ContactNotFoundException$, ContactNotFoundException);
|
|
3331
3336
|
export var ContactSearchSummary$ = [3, n0, _CSS,
|
|
3332
3337
|
0,
|
|
3333
|
-
[_A, _I, _ICI, _PCI, _IM, _C, _QIu, _AI, _IT, _DT, _STc, _SAe, _N, _RC],
|
|
3334
|
-
[0, 0, 0, 0, 0, 0, () => ContactSearchSummaryQueueInfo$, () => ContactSearchSummaryAgentInfo$, 4, 4, 4, [() => ContactSearchSummarySegmentAttributes, 0], [() => Name, 0], () => RoutingCriteria$]
|
|
3338
|
+
[_A, _I, _ICI, _PCI, _IM, _C, _QIu, _AI, _IT, _DT, _STc, _SAe, _N, _RC, _GRM],
|
|
3339
|
+
[0, 0, 0, 0, 0, 0, () => ContactSearchSummaryQueueInfo$, () => ContactSearchSummaryAgentInfo$, 4, 4, 4, [() => ContactSearchSummarySegmentAttributes, 0], [() => Name, 0], () => RoutingCriteria$, () => GlobalResiliencyMetadata$]
|
|
3335
3340
|
];
|
|
3336
3341
|
export var ContactSearchSummaryAgentInfo$ = [3, n0, _CSSAI,
|
|
3337
3342
|
0,
|
|
@@ -5120,6 +5125,11 @@ export var GetTrafficDistributionResponse$ = [3, n0, _GTDRe,
|
|
|
5120
5125
|
[_TCe, _I, _A, _SIC, _ACg],
|
|
5121
5126
|
[() => TelephonyConfig$, 0, 0, () => SignInConfig$, () => AgentConfig$]
|
|
5122
5127
|
];
|
|
5128
|
+
export var GlobalResiliencyMetadata$ = [3, n0, _GRM,
|
|
5129
|
+
0,
|
|
5130
|
+
[_ARc, _OR, _TDGI],
|
|
5131
|
+
[0, 0, 0]
|
|
5132
|
+
];
|
|
5123
5133
|
export var GranularAccessControlConfiguration$ = [3, n0, _GACC,
|
|
5124
5134
|
0,
|
|
5125
5135
|
[_DTACC],
|
|
@@ -5327,6 +5337,12 @@ export var IntervalDetails$ = [3, n0, _IDnt,
|
|
|
5327
5337
|
[_TZ, _IP],
|
|
5328
5338
|
[0, 0]
|
|
5329
5339
|
];
|
|
5340
|
+
export var InvalidActiveRegionException$ = [-3, n0, _IARE,
|
|
5341
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
5342
|
+
[_M],
|
|
5343
|
+
[0]
|
|
5344
|
+
];
|
|
5345
|
+
TypeRegistry.for(n0).registerError(InvalidActiveRegionException$, InvalidActiveRegionException);
|
|
5330
5346
|
export var InvalidContactFlowException$ = [-3, n0, _ICFE,
|
|
5331
5347
|
{ [_e]: _c, [_hE]: 400 },
|
|
5332
5348
|
[_p],
|
|
@@ -6827,8 +6843,8 @@ export var SearchContactsTimestampCondition$ = [3, n0, _SCTC,
|
|
|
6827
6843
|
];
|
|
6828
6844
|
export var SearchCriteria$ = [3, n0, _SCe,
|
|
6829
6845
|
0,
|
|
6830
|
-
[_N, _AIg, _AHGg, _Ch, _CAo, _IMn, _QIue, _RC, _ATR, _SCA, _SSA],
|
|
6831
|
-
[[() => NameCriteria$, 0], 64 | 0, () => AgentHierarchyGroups$, 64 | 0, [() => ContactAnalysis$, 0], 64 | 0, 64 | 0, () => SearchableRoutingCriteria$, () => SearchContactsAdditionalTimeRange$, [() => SearchableContactAttributes$, 0], [() => SearchableSegmentAttributes$, 0]]
|
|
6846
|
+
[_N, _AIg, _AHGg, _Ch, _CAo, _IMn, _QIue, _RC, _ATR, _SCA, _SSA, _ARct],
|
|
6847
|
+
[[() => NameCriteria$, 0], 64 | 0, () => AgentHierarchyGroups$, 64 | 0, [() => ContactAnalysis$, 0], 64 | 0, 64 | 0, () => SearchableRoutingCriteria$, () => SearchContactsAdditionalTimeRange$, [() => SearchableContactAttributes$, 0], [() => SearchableSegmentAttributes$, 0], 64 | 0]
|
|
6832
6848
|
];
|
|
6833
6849
|
export var SearchDataTablesRequest$ = [3, n0, _SDTR,
|
|
6834
6850
|
0,
|
|
@@ -8175,6 +8191,7 @@ TypeRegistry.for(_sm).registerError(ConnectServiceException$, ConnectServiceExce
|
|
|
8175
8191
|
var ActionSummaries = [1, n0, _ASc,
|
|
8176
8192
|
0, () => ActionSummary$
|
|
8177
8193
|
];
|
|
8194
|
+
var ActiveRegionList = 64 | 0;
|
|
8178
8195
|
var AgentContactReferenceList = [1, n0, _ACRL,
|
|
8179
8196
|
0, () => AgentContactReference$
|
|
8180
8197
|
];
|
|
@@ -450,6 +450,11 @@ declare const DescribeContactCommand_base: {
|
|
|
450
450
|
* // },
|
|
451
451
|
* // },
|
|
452
452
|
* // ],
|
|
453
|
+
* // GlobalResiliencyMetadata: { // GlobalResiliencyMetadata
|
|
454
|
+
* // ActiveRegion: "STRING_VALUE",
|
|
455
|
+
* // OriginRegion: "STRING_VALUE",
|
|
456
|
+
* // TrafficDistributionGroupId: "STRING_VALUE",
|
|
457
|
+
* // },
|
|
453
458
|
* // },
|
|
454
459
|
* // };
|
|
455
460
|
*
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import type { ListContactFlowsRequest } from "../models/
|
|
5
|
-
import type { ListContactFlowsResponse } from "../models/models_2";
|
|
4
|
+
import type { ListContactFlowsRequest, ListContactFlowsResponse } from "../models/models_2";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -60,6 +60,9 @@ declare const ResumeContactRecordingCommand_base: {
|
|
|
60
60
|
* @throws {@link InternalServiceException} (server fault)
|
|
61
61
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
64
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
65
|
+
*
|
|
63
66
|
* @throws {@link InvalidRequestException} (client fault)
|
|
64
67
|
* <p>The request is not valid.</p>
|
|
65
68
|
*
|
|
@@ -144,6 +144,9 @@ declare const SearchContactsCommand_base: {
|
|
|
144
144
|
* ],
|
|
145
145
|
* MatchType: "MATCH_ALL" || "MATCH_ANY" || "MATCH_EXACT" || "MATCH_NONE",
|
|
146
146
|
* },
|
|
147
|
+
* ActiveRegions: [ // ActiveRegionList
|
|
148
|
+
* "STRING_VALUE",
|
|
149
|
+
* ],
|
|
147
150
|
* },
|
|
148
151
|
* MaxResults: Number("int"),
|
|
149
152
|
* NextToken: "STRING_VALUE",
|
|
@@ -297,6 +300,11 @@ declare const SearchContactsCommand_base: {
|
|
|
297
300
|
* // ActivationTimestamp: new Date("TIMESTAMP"),
|
|
298
301
|
* // Index: Number("int"),
|
|
299
302
|
* // },
|
|
303
|
+
* // GlobalResiliencyMetadata: { // GlobalResiliencyMetadata
|
|
304
|
+
* // ActiveRegion: "STRING_VALUE",
|
|
305
|
+
* // OriginRegion: "STRING_VALUE",
|
|
306
|
+
* // TrafficDistributionGroupId: "STRING_VALUE",
|
|
307
|
+
* // },
|
|
300
308
|
* // },
|
|
301
309
|
* // ],
|
|
302
310
|
* // NextToken: "STRING_VALUE",
|
|
@@ -76,6 +76,9 @@ declare const StartContactRecordingCommand_base: {
|
|
|
76
76
|
* @throws {@link InternalServiceException} (server fault)
|
|
77
77
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
80
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
81
|
+
*
|
|
79
82
|
* @throws {@link InvalidParameterException} (client fault)
|
|
80
83
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
81
84
|
*
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import type { StartOutboundEmailContactRequest } from "../models/
|
|
5
|
-
import type { StartOutboundEmailContactResponse } from "../models/models_3";
|
|
4
|
+
import type { StartOutboundEmailContactRequest, StartOutboundEmailContactResponse } from "../models/models_3";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -80,6 +80,9 @@ declare const StopContactCommand_base: {
|
|
|
80
80
|
* @throws {@link InternalServiceException} (server fault)
|
|
81
81
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
84
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
85
|
+
*
|
|
83
86
|
* @throws {@link InvalidParameterException} (client fault)
|
|
84
87
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
85
88
|
*
|
|
@@ -61,6 +61,9 @@ declare const StopContactRecordingCommand_base: {
|
|
|
61
61
|
* @throws {@link InternalServiceException} (server fault)
|
|
62
62
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
65
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
66
|
+
*
|
|
64
67
|
* @throws {@link InvalidRequestException} (client fault)
|
|
65
68
|
* <p>The request is not valid.</p>
|
|
66
69
|
*
|
|
@@ -63,6 +63,9 @@ declare const SuspendContactRecordingCommand_base: {
|
|
|
63
63
|
* @throws {@link InternalServiceException} (server fault)
|
|
64
64
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
67
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
68
|
+
*
|
|
66
69
|
* @throws {@link InvalidRequestException} (client fault)
|
|
67
70
|
* <p>The request is not valid.</p>
|
|
68
71
|
*
|
|
@@ -59,6 +59,9 @@ declare const TagContactCommand_base: {
|
|
|
59
59
|
* @throws {@link InternalServiceException} (server fault)
|
|
60
60
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
63
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
64
|
+
*
|
|
62
65
|
* @throws {@link InvalidParameterException} (client fault)
|
|
63
66
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
64
67
|
*
|
|
@@ -59,6 +59,9 @@ declare const UntagContactCommand_base: {
|
|
|
59
59
|
* @throws {@link InternalServiceException} (server fault)
|
|
60
60
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
63
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
64
|
+
*
|
|
62
65
|
* @throws {@link InvalidParameterException} (client fault)
|
|
63
66
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
64
67
|
*
|
|
@@ -66,6 +66,9 @@ declare const UpdateContactAttributesCommand_base: {
|
|
|
66
66
|
* @throws {@link InternalServiceException} (server fault)
|
|
67
67
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
70
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
71
|
+
*
|
|
69
72
|
* @throws {@link InvalidParameterException} (client fault)
|
|
70
73
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
71
74
|
*
|
|
@@ -115,6 +115,9 @@ declare const UpdateContactCommand_base: {
|
|
|
115
115
|
* @throws {@link InternalServiceException} (server fault)
|
|
116
116
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
119
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
120
|
+
*
|
|
118
121
|
* @throws {@link InvalidParameterException} (client fault)
|
|
119
122
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
120
123
|
*
|
|
@@ -161,6 +161,9 @@ declare const UpdateContactRoutingDataCommand_base: {
|
|
|
161
161
|
* @throws {@link InternalServiceException} (server fault)
|
|
162
162
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
163
163
|
*
|
|
164
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
165
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
166
|
+
*
|
|
164
167
|
* @throws {@link InvalidParameterException} (client fault)
|
|
165
168
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
166
169
|
*
|
|
@@ -337,6 +337,19 @@ export declare class OutputTypeNotFoundException extends __BaseException {
|
|
|
337
337
|
*/
|
|
338
338
|
constructor(opts: __ExceptionOptionType<OutputTypeNotFoundException, __BaseException>);
|
|
339
339
|
}
|
|
340
|
+
/**
|
|
341
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
export declare class InvalidActiveRegionException extends __BaseException {
|
|
345
|
+
readonly name: "InvalidActiveRegionException";
|
|
346
|
+
readonly $fault: "client";
|
|
347
|
+
Message?: string | undefined;
|
|
348
|
+
/**
|
|
349
|
+
* @internal
|
|
350
|
+
*/
|
|
351
|
+
constructor(opts: __ExceptionOptionType<InvalidActiveRegionException, __BaseException>);
|
|
352
|
+
}
|
|
340
353
|
/**
|
|
341
354
|
* <p>Maximum number (1000) of tags have been returned with current request. Consider changing request parameters to
|
|
342
355
|
* get more tags.</p>
|
|
@@ -1013,6 +1013,27 @@ export interface DisconnectDetails {
|
|
|
1013
1013
|
*/
|
|
1014
1014
|
PotentialDisconnectIssue?: string | undefined;
|
|
1015
1015
|
}
|
|
1016
|
+
/**
|
|
1017
|
+
* <p>Information about the global resiliency configuration for the contact, including traffic distribution details.</p>
|
|
1018
|
+
* @public
|
|
1019
|
+
*/
|
|
1020
|
+
export interface GlobalResiliencyMetadata {
|
|
1021
|
+
/**
|
|
1022
|
+
* <p>The current AWS region in which the contact is active. This indicates where the contact is being processed in real-time.</p>
|
|
1023
|
+
* @public
|
|
1024
|
+
*/
|
|
1025
|
+
ActiveRegion?: string | undefined;
|
|
1026
|
+
/**
|
|
1027
|
+
* <p>The AWS region where the contact was originally created and initiated. This may differ from the ActiveRegion if the contact has been transferred across regions.</p>
|
|
1028
|
+
* @public
|
|
1029
|
+
*/
|
|
1030
|
+
OriginRegion?: string | undefined;
|
|
1031
|
+
/**
|
|
1032
|
+
* <p>The identifier of the traffic distribution group.</p>
|
|
1033
|
+
* @public
|
|
1034
|
+
*/
|
|
1035
|
+
TrafficDistributionGroupId?: string | undefined;
|
|
1036
|
+
}
|
|
1016
1037
|
/**
|
|
1017
1038
|
* <p> Contact data associated with quick connect operations. </p>
|
|
1018
1039
|
* @public
|
|
@@ -9244,29 +9265,3 @@ export interface ListContactFlowModuleVersionsResponse {
|
|
|
9244
9265
|
*/
|
|
9245
9266
|
NextToken?: string | undefined;
|
|
9246
9267
|
}
|
|
9247
|
-
/**
|
|
9248
|
-
* @public
|
|
9249
|
-
*/
|
|
9250
|
-
export interface ListContactFlowsRequest {
|
|
9251
|
-
/**
|
|
9252
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
9253
|
-
* @public
|
|
9254
|
-
*/
|
|
9255
|
-
InstanceId: string | undefined;
|
|
9256
|
-
/**
|
|
9257
|
-
* <p>The type of flow.</p>
|
|
9258
|
-
* @public
|
|
9259
|
-
*/
|
|
9260
|
-
ContactFlowTypes?: ContactFlowType[] | undefined;
|
|
9261
|
-
/**
|
|
9262
|
-
* <p>The token for the next set of results. Use the value returned in the previous
|
|
9263
|
-
* response in the next request to retrieve the next set of results.</p>
|
|
9264
|
-
* @public
|
|
9265
|
-
*/
|
|
9266
|
-
NextToken?: string | undefined;
|
|
9267
|
-
/**
|
|
9268
|
-
* <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
|
|
9269
|
-
* @public
|
|
9270
|
-
*/
|
|
9271
|
-
MaxResults?: number | undefined;
|
|
9272
|
-
}
|
|
@@ -1,6 +1,32 @@
|
|
|
1
1
|
import { ArtifactStatus, AutoEvaluationStatus, BooleanComparisonType, Channel, ChatEventType, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactMediaProcessingFailureMode, ContactParticipantRole, ContactRecordingType, DataTableAttributeValueType, DateComparisonType, DateTimeComparisonType, DecimalComparisonType, DirectoryType, EmailHeaderType, EntityType, EvaluationFormLanguageCode, EvaluationFormVersionStatus, EvaluationStatus, EvaluationType, EventSourceName, FileStatusType, FileUseCaseType, HierarchyGroupMatchType, InboundMessageSourceType, InstanceStatus, InstanceStorageResourceType, IntegrationType, IvrRecordingTrack, ListFlowAssociationResourceType, MediaType, MonitorCapability, NumberComparisonType, OutboundMessageSourceType, ParticipantRole, PhoneNumberCountryCode, PhoneNumberType, QueueType, QuickConnectType, RealTimeContactAnalysisOutputType, RealTimeContactAnalysisPostContactSummaryFailureCode, RealTimeContactAnalysisPostContactSummaryStatus, RealTimeContactAnalysisSegmentType, RealTimeContactAnalysisSentimentLabel, RealTimeContactAnalysisStatus, RealTimeContactAnalysisSupportedChannel, ReferenceStatus, ReferenceType, RehydrationType, ResponseMode, RulePublishStatus, SearchContactsMatchType, SearchContactsTimeRangeConditionType, SearchContactsTimeRangeType, SortableFieldName, SortOrder, SourceType, StringComparisonType, TargetListType, TaskTemplateStatus, TrafficDistributionGroupStatus, TrafficType, UseCaseType, ViewStatus, ViewType, Visibility, VocabularyLanguageCode, VocabularyState, VoiceRecordingTrack } from "./enums";
|
|
2
2
|
import { type AgentHierarchyGroups, type ControlPlaneAttributeFilter, type CreatedByInfo, type DataTableLockVersion, type StringCondition, type UserPhoneConfig, ActionSummary, AgentStatus, AliasConfiguration, Application, FlowAssociationSummary, FlowModule, InstanceStorageConfig, LexBot, PrimaryValueResponse, SecurityProfileItem, TagCondition, UserProficiency, View } from "./models_0";
|
|
3
3
|
import { Attribute, ContactFlow, ContactFlowModule, DataTable, DataTableAttribute, HierarchyGroup, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, PredefinedAttribute, Prompt, Queue, QuickConnect, RoutingProfile } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface ListContactFlowsRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
InstanceId: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The type of flow.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
ContactFlowTypes?: ContactFlowType[] | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
20
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
NextToken?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
MaxResults?: number | undefined;
|
|
29
|
+
}
|
|
4
30
|
/**
|
|
5
31
|
* <p>Contains summary information about a flow.</p>
|
|
6
32
|
* <p>You can also create and update flows using the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html">Amazon Connect
|
|
@@ -5156,6 +5182,11 @@ export interface SearchCriteria {
|
|
|
5156
5182
|
* @public
|
|
5157
5183
|
*/
|
|
5158
5184
|
SearchableSegmentAttributes?: SearchableSegmentAttributes | undefined;
|
|
5185
|
+
/**
|
|
5186
|
+
* <p>The list of active regions for contacts in ACGR instances.</p>
|
|
5187
|
+
* @public
|
|
5188
|
+
*/
|
|
5189
|
+
ActiveRegions?: string[] | undefined;
|
|
5159
5190
|
}
|
|
5160
5191
|
/**
|
|
5161
5192
|
* <p>A structure that defines the field name to sort by and a sort order.</p>
|
|
@@ -7399,46 +7430,3 @@ export interface StartOutboundChatContactResponse {
|
|
|
7399
7430
|
*/
|
|
7400
7431
|
ContactId?: string | undefined;
|
|
7401
7432
|
}
|
|
7402
|
-
/**
|
|
7403
|
-
* @public
|
|
7404
|
-
*/
|
|
7405
|
-
export interface StartOutboundEmailContactRequest {
|
|
7406
|
-
/**
|
|
7407
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7408
|
-
* @public
|
|
7409
|
-
*/
|
|
7410
|
-
InstanceId: string | undefined;
|
|
7411
|
-
/**
|
|
7412
|
-
* <p>The identifier of the contact in this instance of Amazon Connect. </p>
|
|
7413
|
-
* @public
|
|
7414
|
-
*/
|
|
7415
|
-
ContactId: string | undefined;
|
|
7416
|
-
/**
|
|
7417
|
-
* <p>The email address associated with the Amazon Connect instance.</p>
|
|
7418
|
-
* @public
|
|
7419
|
-
*/
|
|
7420
|
-
FromEmailAddress?: EmailAddressInfo | undefined;
|
|
7421
|
-
/**
|
|
7422
|
-
* <p>The email address of the customer.</p>
|
|
7423
|
-
* @public
|
|
7424
|
-
*/
|
|
7425
|
-
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
7426
|
-
/**
|
|
7427
|
-
* <p>The additional recipients address of email in CC.</p>
|
|
7428
|
-
* @public
|
|
7429
|
-
*/
|
|
7430
|
-
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
7431
|
-
/**
|
|
7432
|
-
* <p>The email message body to be sent to the newly created email.</p>
|
|
7433
|
-
* @public
|
|
7434
|
-
*/
|
|
7435
|
-
EmailMessage: OutboundEmailContent | undefined;
|
|
7436
|
-
/**
|
|
7437
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
7438
|
-
* request. If not provided, the Amazon Web Services
|
|
7439
|
-
* SDK populates this field. For more information about idempotency, see
|
|
7440
|
-
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
7441
|
-
* @public
|
|
7442
|
-
*/
|
|
7443
|
-
ClientToken?: string | undefined;
|
|
7444
|
-
}
|
|
@@ -1,7 +1,50 @@
|
|
|
1
1
|
import { AgentAvailabilityTimer, AgentStatusState, AnsweringMachineDetectionStatus, Channel, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, DisconnectOnCustomerExitParticipantType, EvaluationFormItemEnablementAction, EvaluationFormItemEnablementOperator, EvaluationFormQuestionType, EvaluationFormVersionStatus, InitiateAs, InstanceAttributeType, InstanceStorageResourceType, MeetingFeatureStatus, ParticipantTimerAction, ParticipantTimerType, QueueStatus, RoutingCriteriaStepStatus, RulePublishStatus, SearchableQueueType, TaskTemplateStatus, TimerEligibleParticipantRoles, TrafficType, ViewStatus, ViewType, Visibility } from "./enums";
|
|
2
2
|
import { type AdditionalEmailRecipients, type AgentConfig, type AgentInfo, type AgentStatusSearchFilter, type AllowedCapabilities, type Campaign, type DataTableLockVersion, type Endpoint, type EvaluationFormAutoEvaluationConfiguration, type EvaluationFormLanguageConfiguration, type EvaluationFormQuestionTypeProperties, type EvaluationFormScoringStrategy, type EvaluationFormTargetConfiguration, type GranularAccessControlConfiguration, type InputPredefinedAttributeConfiguration, type InstanceStorageConfig, type OutboundCallerConfig, type OutboundEmailConfig, type OutboundStrategy, type PredefinedAttributeValues, type QuickConnectConfig, type StringCondition, type TaskTemplateConstraints, type TaskTemplateDefaults, type UserIdentityInfo, type UserInfo, type UserPhoneConfig, type Validation, type View, type ViewInputContent, type WorkspaceTheme, Application, EvaluationFormItemEnablementExpression, FlowModule, HoursOfOperationConfig, HoursOfOperationOverrideConfig, MediaConcurrency, PrimaryValue, Reference, RoutingProfileQueueConfig, RuleAction, TaskTemplateField, UserProficiency } from "./models_0";
|
|
3
|
-
import { type AttributeCondition, type ChatMetrics, type ContactDetails, type Customer, type CustomerVoiceActivity, type DisconnectDetails, type EndpointInfo, type Evaluation, type EvaluationAnswerData, type Expiry, type QualityMetrics, type QueueInfo, type SignInConfig, type TaskTemplateInfoV2, type TelephonyConfig, type WisdomInfo, ContactEvaluation, EvaluationNote, NextContactEntry, RecordingInfo } from "./models_1";
|
|
4
|
-
import { type BooleanCondition, type ChatMessage, type ContactFlowModuleSearchFilter, type ContactFlowSearchFilter, type ContactSearchSummaryAgentInfo, type ContactSearchSummaryQueueInfo, type DataTableSearchFilter, type DateCondition, type DateTimeCondition, type DecimalCondition, type EmailAddressInfo, type EmailAddressSearchFilter, type EvaluationFormSearchFilter, type EvaluationSearchFilter, type HierarchyGroupCondition, type HoursOfOperationSearchFilter, type InboundAdditionalRecipients, type InboundEmailContent, type ListCondition, type NumberCondition, type ParticipantConfiguration, type ParticipantDetails, type PersistentChat, type PromptSearchFilter, type QueueSearchFilter, type QuickConnectSearchFilter, type RoutingProfileSearchFilter, type SecurityProfilesSearchFilter, type TemplatedMessageConfig, type UserHierarchyGroupSearchFilter, type UserSearchFilter, type ViewSearchFilter, type WorkspaceAssociationSearchFilter, type WorkspaceSearchFilter, EmailAttachment } from "./models_2";
|
|
3
|
+
import { type AttributeCondition, type ChatMetrics, type ContactDetails, type Customer, type CustomerVoiceActivity, type DisconnectDetails, type EndpointInfo, type Evaluation, type EvaluationAnswerData, type Expiry, type GlobalResiliencyMetadata, type QualityMetrics, type QueueInfo, type SignInConfig, type TaskTemplateInfoV2, type TelephonyConfig, type WisdomInfo, ContactEvaluation, EvaluationNote, NextContactEntry, RecordingInfo } from "./models_1";
|
|
4
|
+
import { type BooleanCondition, type ChatMessage, type ContactFlowModuleSearchFilter, type ContactFlowSearchFilter, type ContactSearchSummaryAgentInfo, type ContactSearchSummaryQueueInfo, type DataTableSearchFilter, type DateCondition, type DateTimeCondition, type DecimalCondition, type EmailAddressInfo, type EmailAddressSearchFilter, type EvaluationFormSearchFilter, type EvaluationSearchFilter, type HierarchyGroupCondition, type HoursOfOperationSearchFilter, type InboundAdditionalRecipients, type InboundEmailContent, type ListCondition, type NumberCondition, type OutboundAdditionalRecipients, type OutboundEmailContent, type ParticipantConfiguration, type ParticipantDetails, type PersistentChat, type PromptSearchFilter, type QueueSearchFilter, type QuickConnectSearchFilter, type RoutingProfileSearchFilter, type SecurityProfilesSearchFilter, type TemplatedMessageConfig, type UserHierarchyGroupSearchFilter, type UserSearchFilter, type ViewSearchFilter, type WorkspaceAssociationSearchFilter, type WorkspaceSearchFilter, EmailAttachment } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface StartOutboundEmailContactRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
InstanceId: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The identifier of the contact in this instance of Amazon Connect. </p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
ContactId: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The email address associated with the Amazon Connect instance.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
FromEmailAddress?: EmailAddressInfo | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The email address of the customer.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The additional recipients address of email in CC.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The email message body to be sent to the newly created email.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
EmailMessage: OutboundEmailContent | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
41
|
+
* request. If not provided, the Amazon Web Services
|
|
42
|
+
* SDK populates this field. For more information about idempotency, see
|
|
43
|
+
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
ClientToken?: string | undefined;
|
|
47
|
+
}
|
|
5
48
|
/**
|
|
6
49
|
* @public
|
|
7
50
|
*/
|
|
@@ -5706,6 +5749,11 @@ export interface Contact {
|
|
|
5706
5749
|
* @public
|
|
5707
5750
|
*/
|
|
5708
5751
|
NextContacts?: NextContactEntry[] | undefined;
|
|
5752
|
+
/**
|
|
5753
|
+
* <p>Information about the global resiliency configuration for the contact, including traffic distribution details.</p>
|
|
5754
|
+
* @public
|
|
5755
|
+
*/
|
|
5756
|
+
GlobalResiliencyMetadata?: GlobalResiliencyMetadata | undefined;
|
|
5709
5757
|
}
|
|
5710
5758
|
/**
|
|
5711
5759
|
* <p>Information of returned contact.</p>
|
|
@@ -5787,6 +5835,11 @@ export interface ContactSearchSummary {
|
|
|
5787
5835
|
* @public
|
|
5788
5836
|
*/
|
|
5789
5837
|
RoutingCriteria?: RoutingCriteria | undefined;
|
|
5838
|
+
/**
|
|
5839
|
+
* <p>Additional routing information for contacts created in ACGR instances.</p>
|
|
5840
|
+
* @public
|
|
5841
|
+
*/
|
|
5842
|
+
GlobalResiliencyMetadata?: GlobalResiliencyMetadata | undefined;
|
|
5790
5843
|
}
|
|
5791
5844
|
/**
|
|
5792
5845
|
* @public
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListEntitySecurityProfilesCommandInput, ListEntitySecurityProfilesCommandOutput } from "../commands/ListEntitySecurityProfilesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListEntitySecurityProfiles: (config: ConnectPaginationConfiguration, input: ListEntitySecurityProfilesCommandInput, ...rest: any[]) => Paginator<ListEntitySecurityProfilesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListSecurityProfileFlowModulesCommandInput, ListSecurityProfileFlowModulesCommandOutput } from "../commands/ListSecurityProfileFlowModulesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListSecurityProfileFlowModules: (config: ConnectPaginationConfiguration, input: ListSecurityProfileFlowModulesCommandInput, ...rest: any[]) => Paginator<ListSecurityProfileFlowModulesCommandOutput>;
|
|
@@ -20,6 +20,7 @@ export * from "./ListDataTablePrimaryValuesPaginator";
|
|
|
20
20
|
export * from "./ListDataTablesPaginator";
|
|
21
21
|
export * from "./ListDataTableValuesPaginator";
|
|
22
22
|
export * from "./ListDefaultVocabulariesPaginator";
|
|
23
|
+
export * from "./ListEntitySecurityProfilesPaginator";
|
|
23
24
|
export * from "./ListEvaluationFormsPaginator";
|
|
24
25
|
export * from "./ListEvaluationFormVersionsPaginator";
|
|
25
26
|
export * from "./ListFlowAssociationsPaginator";
|
|
@@ -45,6 +46,7 @@ export * from "./ListRoutingProfilesPaginator";
|
|
|
45
46
|
export * from "./ListRulesPaginator";
|
|
46
47
|
export * from "./ListSecurityKeysPaginator";
|
|
47
48
|
export * from "./ListSecurityProfileApplicationsPaginator";
|
|
49
|
+
export * from "./ListSecurityProfileFlowModulesPaginator";
|
|
48
50
|
export * from "./ListSecurityProfilePermissionsPaginator";
|
|
49
51
|
export * from "./ListSecurityProfilesPaginator";
|
|
50
52
|
export * from "./ListTaskTemplatesPaginator";
|
|
@@ -499,6 +499,7 @@ export declare var GetTaskTemplateRequest$: StaticStructureSchema;
|
|
|
499
499
|
export declare var GetTaskTemplateResponse$: StaticStructureSchema;
|
|
500
500
|
export declare var GetTrafficDistributionRequest$: StaticStructureSchema;
|
|
501
501
|
export declare var GetTrafficDistributionResponse$: StaticStructureSchema;
|
|
502
|
+
export declare var GlobalResiliencyMetadata$: StaticStructureSchema;
|
|
502
503
|
export declare var GranularAccessControlConfiguration$: StaticStructureSchema;
|
|
503
504
|
export declare var HierarchyGroup$: StaticStructureSchema;
|
|
504
505
|
export declare var HierarchyGroupCondition$: StaticStructureSchema;
|
|
@@ -540,6 +541,7 @@ export declare var InstanceSummary$: StaticStructureSchema;
|
|
|
540
541
|
export declare var IntegrationAssociationSummary$: StaticStructureSchema;
|
|
541
542
|
export declare var InternalServiceException$: StaticErrorSchema;
|
|
542
543
|
export declare var IntervalDetails$: StaticStructureSchema;
|
|
544
|
+
export declare var InvalidActiveRegionException$: StaticErrorSchema;
|
|
543
545
|
export declare var InvalidContactFlowException$: StaticErrorSchema;
|
|
544
546
|
export declare var InvalidContactFlowModuleException$: StaticErrorSchema;
|
|
545
547
|
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ListContactFlowsRequest,
|
|
10
|
+
ListContactFlowsResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ListContactFlowsCommandInput extends ListContactFlowsRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
StartOutboundEmailContactRequest,
|
|
10
|
+
StartOutboundEmailContactResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface StartOutboundEmailContactCommandInput
|
|
@@ -195,6 +195,14 @@ export declare class OutputTypeNotFoundException extends __BaseException {
|
|
|
195
195
|
opts: __ExceptionOptionType<OutputTypeNotFoundException, __BaseException>
|
|
196
196
|
);
|
|
197
197
|
}
|
|
198
|
+
export declare class InvalidActiveRegionException extends __BaseException {
|
|
199
|
+
readonly name: "InvalidActiveRegionException";
|
|
200
|
+
readonly $fault: "client";
|
|
201
|
+
Message?: string | undefined;
|
|
202
|
+
constructor(
|
|
203
|
+
opts: __ExceptionOptionType<InvalidActiveRegionException, __BaseException>
|
|
204
|
+
);
|
|
205
|
+
}
|
|
198
206
|
export declare class MaximumResultReturnedException extends __BaseException {
|
|
199
207
|
readonly name: "MaximumResultReturnedException";
|
|
200
208
|
readonly $fault: "client";
|
|
@@ -348,6 +348,11 @@ export interface CustomerVoiceActivity {
|
|
|
348
348
|
export interface DisconnectDetails {
|
|
349
349
|
PotentialDisconnectIssue?: string | undefined;
|
|
350
350
|
}
|
|
351
|
+
export interface GlobalResiliencyMetadata {
|
|
352
|
+
ActiveRegion?: string | undefined;
|
|
353
|
+
OriginRegion?: string | undefined;
|
|
354
|
+
TrafficDistributionGroupId?: string | undefined;
|
|
355
|
+
}
|
|
351
356
|
export interface QuickConnectContactData {
|
|
352
357
|
ContactId?: string | undefined;
|
|
353
358
|
InitiationTimestamp?: Date | undefined;
|
|
@@ -1788,9 +1793,3 @@ export interface ListContactFlowModuleVersionsResponse {
|
|
|
1788
1793
|
| undefined;
|
|
1789
1794
|
NextToken?: string | undefined;
|
|
1790
1795
|
}
|
|
1791
|
-
export interface ListContactFlowsRequest {
|
|
1792
|
-
InstanceId: string | undefined;
|
|
1793
|
-
ContactFlowTypes?: ContactFlowType[] | undefined;
|
|
1794
|
-
NextToken?: string | undefined;
|
|
1795
|
-
MaxResults?: number | undefined;
|
|
1796
|
-
}
|
|
@@ -110,6 +110,12 @@ import {
|
|
|
110
110
|
QuickConnect,
|
|
111
111
|
RoutingProfile,
|
|
112
112
|
} from "./models_1";
|
|
113
|
+
export interface ListContactFlowsRequest {
|
|
114
|
+
InstanceId: string | undefined;
|
|
115
|
+
ContactFlowTypes?: ContactFlowType[] | undefined;
|
|
116
|
+
NextToken?: string | undefined;
|
|
117
|
+
MaxResults?: number | undefined;
|
|
118
|
+
}
|
|
113
119
|
export interface ContactFlowSummary {
|
|
114
120
|
Id?: string | undefined;
|
|
115
121
|
Arn?: string | undefined;
|
|
@@ -1447,6 +1453,7 @@ export interface SearchCriteria {
|
|
|
1447
1453
|
AdditionalTimeRange?: SearchContactsAdditionalTimeRange | undefined;
|
|
1448
1454
|
SearchableContactAttributes?: SearchableContactAttributes | undefined;
|
|
1449
1455
|
SearchableSegmentAttributes?: SearchableSegmentAttributes | undefined;
|
|
1456
|
+
ActiveRegions?: string[] | undefined;
|
|
1450
1457
|
}
|
|
1451
1458
|
export interface Sort {
|
|
1452
1459
|
FieldName: SortableFieldName | undefined;
|
|
@@ -1908,12 +1915,3 @@ export interface StartEmailContactResponse {
|
|
|
1908
1915
|
export interface StartOutboundChatContactResponse {
|
|
1909
1916
|
ContactId?: string | undefined;
|
|
1910
1917
|
}
|
|
1911
|
-
export interface StartOutboundEmailContactRequest {
|
|
1912
|
-
InstanceId: string | undefined;
|
|
1913
|
-
ContactId: string | undefined;
|
|
1914
|
-
FromEmailAddress?: EmailAddressInfo | undefined;
|
|
1915
|
-
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
1916
|
-
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
1917
|
-
EmailMessage: OutboundEmailContent | undefined;
|
|
1918
|
-
ClientToken?: string | undefined;
|
|
1919
|
-
}
|
|
@@ -90,6 +90,7 @@ import {
|
|
|
90
90
|
Evaluation,
|
|
91
91
|
EvaluationAnswerData,
|
|
92
92
|
Expiry,
|
|
93
|
+
GlobalResiliencyMetadata,
|
|
93
94
|
QualityMetrics,
|
|
94
95
|
QueueInfo,
|
|
95
96
|
SignInConfig,
|
|
@@ -122,6 +123,8 @@ import {
|
|
|
122
123
|
InboundEmailContent,
|
|
123
124
|
ListCondition,
|
|
124
125
|
NumberCondition,
|
|
126
|
+
OutboundAdditionalRecipients,
|
|
127
|
+
OutboundEmailContent,
|
|
125
128
|
ParticipantConfiguration,
|
|
126
129
|
ParticipantDetails,
|
|
127
130
|
PersistentChat,
|
|
@@ -138,6 +141,15 @@ import {
|
|
|
138
141
|
WorkspaceSearchFilter,
|
|
139
142
|
EmailAttachment,
|
|
140
143
|
} from "./models_2";
|
|
144
|
+
export interface StartOutboundEmailContactRequest {
|
|
145
|
+
InstanceId: string | undefined;
|
|
146
|
+
ContactId: string | undefined;
|
|
147
|
+
FromEmailAddress?: EmailAddressInfo | undefined;
|
|
148
|
+
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
149
|
+
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
150
|
+
EmailMessage: OutboundEmailContent | undefined;
|
|
151
|
+
ClientToken?: string | undefined;
|
|
152
|
+
}
|
|
141
153
|
export interface StartOutboundEmailContactResponse {
|
|
142
154
|
ContactId?: string | undefined;
|
|
143
155
|
}
|
|
@@ -1402,6 +1414,7 @@ export interface Contact {
|
|
|
1402
1414
|
OutboundStrategy?: OutboundStrategy | undefined;
|
|
1403
1415
|
Attributes?: Record<string, string> | undefined;
|
|
1404
1416
|
NextContacts?: NextContactEntry[] | undefined;
|
|
1417
|
+
GlobalResiliencyMetadata?: GlobalResiliencyMetadata | undefined;
|
|
1405
1418
|
}
|
|
1406
1419
|
export interface ContactSearchSummary {
|
|
1407
1420
|
Arn?: string | undefined;
|
|
@@ -1420,6 +1433,7 @@ export interface ContactSearchSummary {
|
|
|
1420
1433
|
| undefined;
|
|
1421
1434
|
Name?: string | undefined;
|
|
1422
1435
|
RoutingCriteria?: RoutingCriteria | undefined;
|
|
1436
|
+
GlobalResiliencyMetadata?: GlobalResiliencyMetadata | undefined;
|
|
1423
1437
|
}
|
|
1424
1438
|
export interface DescribeContactResponse {
|
|
1425
1439
|
Contact?: Contact | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEntitySecurityProfilesCommandInput,
|
|
4
|
+
ListEntitySecurityProfilesCommandOutput,
|
|
5
|
+
} from "../commands/ListEntitySecurityProfilesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListEntitySecurityProfiles: (
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListEntitySecurityProfilesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListEntitySecurityProfilesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSecurityProfileFlowModulesCommandInput,
|
|
4
|
+
ListSecurityProfileFlowModulesCommandOutput,
|
|
5
|
+
} from "../commands/ListSecurityProfileFlowModulesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListSecurityProfileFlowModules: (
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListSecurityProfileFlowModulesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListSecurityProfileFlowModulesCommandOutput>;
|
|
@@ -20,6 +20,7 @@ export * from "./ListDataTablePrimaryValuesPaginator";
|
|
|
20
20
|
export * from "./ListDataTablesPaginator";
|
|
21
21
|
export * from "./ListDataTableValuesPaginator";
|
|
22
22
|
export * from "./ListDefaultVocabulariesPaginator";
|
|
23
|
+
export * from "./ListEntitySecurityProfilesPaginator";
|
|
23
24
|
export * from "./ListEvaluationFormsPaginator";
|
|
24
25
|
export * from "./ListEvaluationFormVersionsPaginator";
|
|
25
26
|
export * from "./ListFlowAssociationsPaginator";
|
|
@@ -45,6 +46,7 @@ export * from "./ListRoutingProfilesPaginator";
|
|
|
45
46
|
export * from "./ListRulesPaginator";
|
|
46
47
|
export * from "./ListSecurityKeysPaginator";
|
|
47
48
|
export * from "./ListSecurityProfileApplicationsPaginator";
|
|
49
|
+
export * from "./ListSecurityProfileFlowModulesPaginator";
|
|
48
50
|
export * from "./ListSecurityProfilePermissionsPaginator";
|
|
49
51
|
export * from "./ListSecurityProfilesPaginator";
|
|
50
52
|
export * from "./ListTaskTemplatesPaginator";
|
|
@@ -504,6 +504,7 @@ export declare var GetTaskTemplateRequest$: StaticStructureSchema;
|
|
|
504
504
|
export declare var GetTaskTemplateResponse$: StaticStructureSchema;
|
|
505
505
|
export declare var GetTrafficDistributionRequest$: StaticStructureSchema;
|
|
506
506
|
export declare var GetTrafficDistributionResponse$: StaticStructureSchema;
|
|
507
|
+
export declare var GlobalResiliencyMetadata$: StaticStructureSchema;
|
|
507
508
|
export declare var GranularAccessControlConfiguration$: StaticStructureSchema;
|
|
508
509
|
export declare var HierarchyGroup$: StaticStructureSchema;
|
|
509
510
|
export declare var HierarchyGroupCondition$: StaticStructureSchema;
|
|
@@ -545,6 +546,7 @@ export declare var InstanceSummary$: StaticStructureSchema;
|
|
|
545
546
|
export declare var IntegrationAssociationSummary$: StaticStructureSchema;
|
|
546
547
|
export declare var InternalServiceException$: StaticErrorSchema;
|
|
547
548
|
export declare var IntervalDetails$: StaticStructureSchema;
|
|
549
|
+
export declare var InvalidActiveRegionException$: StaticErrorSchema;
|
|
548
550
|
export declare var InvalidContactFlowException$: StaticErrorSchema;
|
|
549
551
|
export declare var InvalidContactFlowModuleException$: StaticErrorSchema;
|
|
550
552
|
export declare var InvalidParameterException$: StaticErrorSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.961.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connect",
|