@aws-sdk/client-connect 3.958.0 → 3.960.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 +34 -2
- package/dist-es/models/errors.js +14 -0
- package/dist-es/schemas/schemas_0.js +18 -3
- 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/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 +26 -43
- package/dist-types/models/models_3.d.ts +50 -2
- 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 +6 -9
- package/dist-types/ts3.4/models/models_3.d.ts +13 -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,7 @@ const _AR = "AttachmentReference";
|
|
|
638
652
|
const _ARA = "AssociatedResourceArn";
|
|
639
653
|
const _ARPQ = "AssociateRoutingProfileQueues";
|
|
640
654
|
const _ARPQR = "AssociateRoutingProfileQueuesRequest";
|
|
655
|
+
const _ARc = "ActiveRegion";
|
|
641
656
|
const _ARd = "AdditionalRecipients";
|
|
642
657
|
const _AS = "ActionSummary";
|
|
643
658
|
const _ASA = "AssignSlaAction";
|
|
@@ -1585,6 +1600,7 @@ const _GMDVRe = "GetMetricDataV2Response";
|
|
|
1585
1600
|
const _GPF = "GetPromptFile";
|
|
1586
1601
|
const _GPFR = "GetPromptFileRequest";
|
|
1587
1602
|
const _GPFRe = "GetPromptFileResponse";
|
|
1603
|
+
const _GRM = "GlobalResiliencyMetadata";
|
|
1588
1604
|
const _GSIE = "GlobalSignInEndpoint";
|
|
1589
1605
|
const _GST = "GreetingStartTimestamp";
|
|
1590
1606
|
const _GTD = "GetTrafficDistribution";
|
|
@@ -1646,6 +1662,7 @@ const _IAA = "IntegrationAssociationArn";
|
|
|
1646
1662
|
const _IAC = "InvertActionsColors";
|
|
1647
1663
|
const _IAI = "IntegrationAssociationId";
|
|
1648
1664
|
const _IAR = "InboundAdditionalRecipients";
|
|
1665
|
+
const _IARE = "InvalidActiveRegionException";
|
|
1649
1666
|
const _IAS = "IntegrationAssociationSummary";
|
|
1650
1667
|
const _IASL = "IntegrationAssociationSummaryList";
|
|
1651
1668
|
const _IAU = "InstanceAccessUrl";
|
|
@@ -2066,6 +2083,7 @@ const _OECu = "OutboundEmailContent";
|
|
|
2066
2083
|
const _OFI = "OutboundFlowId";
|
|
2067
2084
|
const _OH = "OperationalHours";
|
|
2068
2085
|
const _OHp = "OperationalHour";
|
|
2086
|
+
const _OR = "OriginRegion";
|
|
2069
2087
|
const _ORI = "OptionRefIds";
|
|
2070
2088
|
const _ORIp = "OptionRefId";
|
|
2071
2089
|
const _ORIr = "OrganizationResourceId";
|
|
@@ -3689,8 +3707,8 @@ var ConnectionData$ = [3, n0, _CD,
|
|
|
3689
3707
|
];
|
|
3690
3708
|
var Contact$ = [3, n0, _Cont,
|
|
3691
3709
|
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]
|
|
3710
|
+
[_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],
|
|
3711
|
+
[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
3712
|
];
|
|
3695
3713
|
var ContactAnalysis$ = [3, n0, _CAo,
|
|
3696
3714
|
0,
|
|
@@ -5611,6 +5629,11 @@ var GetTrafficDistributionResponse$ = [3, n0, _GTDRe,
|
|
|
5611
5629
|
[_TCe, _I, _A, _SIC, _ACg],
|
|
5612
5630
|
[() => TelephonyConfig$, 0, 0, () => SignInConfig$, () => AgentConfig$]
|
|
5613
5631
|
];
|
|
5632
|
+
var GlobalResiliencyMetadata$ = [3, n0, _GRM,
|
|
5633
|
+
0,
|
|
5634
|
+
[_ARc, _OR, _TDGI],
|
|
5635
|
+
[0, 0, 0]
|
|
5636
|
+
];
|
|
5614
5637
|
var GranularAccessControlConfiguration$ = [3, n0, _GACC,
|
|
5615
5638
|
0,
|
|
5616
5639
|
[_DTACC],
|
|
@@ -5818,6 +5841,12 @@ var IntervalDetails$ = [3, n0, _IDnt,
|
|
|
5818
5841
|
[_TZ, _IP],
|
|
5819
5842
|
[0, 0]
|
|
5820
5843
|
];
|
|
5844
|
+
var InvalidActiveRegionException$ = [-3, n0, _IARE,
|
|
5845
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
5846
|
+
[_M],
|
|
5847
|
+
[0]
|
|
5848
|
+
];
|
|
5849
|
+
schema.TypeRegistry.for(n0).registerError(InvalidActiveRegionException$, InvalidActiveRegionException);
|
|
5821
5850
|
var InvalidContactFlowException$ = [-3, n0, _ICFE,
|
|
5822
5851
|
{ [_e]: _c, [_hE]: 400 },
|
|
5823
5852
|
[_p],
|
|
@@ -17171,6 +17200,7 @@ exports.GetTrafficDistribution$ = GetTrafficDistribution$;
|
|
|
17171
17200
|
exports.GetTrafficDistributionCommand = GetTrafficDistributionCommand;
|
|
17172
17201
|
exports.GetTrafficDistributionRequest$ = GetTrafficDistributionRequest$;
|
|
17173
17202
|
exports.GetTrafficDistributionResponse$ = GetTrafficDistributionResponse$;
|
|
17203
|
+
exports.GlobalResiliencyMetadata$ = GlobalResiliencyMetadata$;
|
|
17174
17204
|
exports.GranularAccessControlConfiguration$ = GranularAccessControlConfiguration$;
|
|
17175
17205
|
exports.Grouping = Grouping;
|
|
17176
17206
|
exports.HierarchyGroup$ = HierarchyGroup$;
|
|
@@ -17230,6 +17260,8 @@ exports.InternalServiceException = InternalServiceException;
|
|
|
17230
17260
|
exports.InternalServiceException$ = InternalServiceException$;
|
|
17231
17261
|
exports.IntervalDetails$ = IntervalDetails$;
|
|
17232
17262
|
exports.IntervalPeriod = IntervalPeriod;
|
|
17263
|
+
exports.InvalidActiveRegionException = InvalidActiveRegionException;
|
|
17264
|
+
exports.InvalidActiveRegionException$ = InvalidActiveRegionException$;
|
|
17233
17265
|
exports.InvalidContactFlowException = InvalidContactFlowException;
|
|
17234
17266
|
exports.InvalidContactFlowException$ = InvalidContactFlowException$;
|
|
17235
17267
|
exports.InvalidContactFlowModuleException = InvalidContactFlowModuleException;
|
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";
|
|
@@ -144,6 +144,7 @@ const _AR = "AttachmentReference";
|
|
|
144
144
|
const _ARA = "AssociatedResourceArn";
|
|
145
145
|
const _ARPQ = "AssociateRoutingProfileQueues";
|
|
146
146
|
const _ARPQR = "AssociateRoutingProfileQueuesRequest";
|
|
147
|
+
const _ARc = "ActiveRegion";
|
|
147
148
|
const _ARd = "AdditionalRecipients";
|
|
148
149
|
const _AS = "ActionSummary";
|
|
149
150
|
const _ASA = "AssignSlaAction";
|
|
@@ -1091,6 +1092,7 @@ const _GMDVRe = "GetMetricDataV2Response";
|
|
|
1091
1092
|
const _GPF = "GetPromptFile";
|
|
1092
1093
|
const _GPFR = "GetPromptFileRequest";
|
|
1093
1094
|
const _GPFRe = "GetPromptFileResponse";
|
|
1095
|
+
const _GRM = "GlobalResiliencyMetadata";
|
|
1094
1096
|
const _GSIE = "GlobalSignInEndpoint";
|
|
1095
1097
|
const _GST = "GreetingStartTimestamp";
|
|
1096
1098
|
const _GTD = "GetTrafficDistribution";
|
|
@@ -1152,6 +1154,7 @@ const _IAA = "IntegrationAssociationArn";
|
|
|
1152
1154
|
const _IAC = "InvertActionsColors";
|
|
1153
1155
|
const _IAI = "IntegrationAssociationId";
|
|
1154
1156
|
const _IAR = "InboundAdditionalRecipients";
|
|
1157
|
+
const _IARE = "InvalidActiveRegionException";
|
|
1155
1158
|
const _IAS = "IntegrationAssociationSummary";
|
|
1156
1159
|
const _IASL = "IntegrationAssociationSummaryList";
|
|
1157
1160
|
const _IAU = "InstanceAccessUrl";
|
|
@@ -1572,6 +1575,7 @@ const _OECu = "OutboundEmailContent";
|
|
|
1572
1575
|
const _OFI = "OutboundFlowId";
|
|
1573
1576
|
const _OH = "OperationalHours";
|
|
1574
1577
|
const _OHp = "OperationalHour";
|
|
1578
|
+
const _OR = "OriginRegion";
|
|
1575
1579
|
const _ORI = "OptionRefIds";
|
|
1576
1580
|
const _ORIp = "OptionRefId";
|
|
1577
1581
|
const _ORIr = "OrganizationResourceId";
|
|
@@ -2586,7 +2590,7 @@ const _va = "value";
|
|
|
2586
2590
|
const n0 = "com.amazonaws.connect";
|
|
2587
2591
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2588
2592
|
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";
|
|
2593
|
+
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
2594
|
var AgentFirstName = [0, n0, _AFN, 8, 0];
|
|
2591
2595
|
var AgentLastName = [0, n0, _ALN, 8, 0];
|
|
2592
2596
|
var AuthenticationError = [0, n0, _AE, 8, 0];
|
|
@@ -3198,8 +3202,8 @@ export var ConnectionData$ = [3, n0, _CD,
|
|
|
3198
3202
|
];
|
|
3199
3203
|
export var Contact$ = [3, n0, _Cont,
|
|
3200
3204
|
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]
|
|
3205
|
+
[_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],
|
|
3206
|
+
[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
3207
|
];
|
|
3204
3208
|
export var ContactAnalysis$ = [3, n0, _CAo,
|
|
3205
3209
|
0,
|
|
@@ -5120,6 +5124,11 @@ export var GetTrafficDistributionResponse$ = [3, n0, _GTDRe,
|
|
|
5120
5124
|
[_TCe, _I, _A, _SIC, _ACg],
|
|
5121
5125
|
[() => TelephonyConfig$, 0, 0, () => SignInConfig$, () => AgentConfig$]
|
|
5122
5126
|
];
|
|
5127
|
+
export var GlobalResiliencyMetadata$ = [3, n0, _GRM,
|
|
5128
|
+
0,
|
|
5129
|
+
[_ARc, _OR, _TDGI],
|
|
5130
|
+
[0, 0, 0]
|
|
5131
|
+
];
|
|
5123
5132
|
export var GranularAccessControlConfiguration$ = [3, n0, _GACC,
|
|
5124
5133
|
0,
|
|
5125
5134
|
[_DTACC],
|
|
@@ -5327,6 +5336,12 @@ export var IntervalDetails$ = [3, n0, _IDnt,
|
|
|
5327
5336
|
[_TZ, _IP],
|
|
5328
5337
|
[0, 0]
|
|
5329
5338
|
];
|
|
5339
|
+
export var InvalidActiveRegionException$ = [-3, n0, _IARE,
|
|
5340
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
5341
|
+
[_M],
|
|
5342
|
+
[0]
|
|
5343
|
+
];
|
|
5344
|
+
TypeRegistry.for(n0).registerError(InvalidActiveRegionException$, InvalidActiveRegionException);
|
|
5330
5345
|
export var InvalidContactFlowException$ = [-3, n0, _ICFE,
|
|
5331
5346
|
{ [_e]: _c, [_hE]: 400 },
|
|
5332
5347
|
[_p],
|
|
@@ -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
|
*
|
|
@@ -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
|
|
@@ -7399,46 +7425,3 @@ export interface StartOutboundChatContactResponse {
|
|
|
7399
7425
|
*/
|
|
7400
7426
|
ContactId?: string | undefined;
|
|
7401
7427
|
}
|
|
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>
|
|
@@ -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;
|
|
@@ -1908,12 +1914,3 @@ export interface StartEmailContactResponse {
|
|
|
1908
1914
|
export interface StartOutboundChatContactResponse {
|
|
1909
1915
|
ContactId?: string | undefined;
|
|
1910
1916
|
}
|
|
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;
|
|
@@ -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.960.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",
|