@aws-sdk/client-connect 3.438.0 → 3.441.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -3
- package/dist-cjs/Connect.js +2 -0
- package/dist-cjs/commands/BatchGetFlowAssociationCommand.js +51 -0
- package/dist-cjs/commands/DescribeViewCommand.js +2 -2
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +6 -7
- package/dist-cjs/models/models_1.js +7 -14
- package/dist-cjs/models/models_2.js +14 -1
- package/dist-cjs/protocols/Aws_restJson1.js +468 -34
- package/dist-es/Connect.js +2 -0
- package/dist-es/commands/BatchGetFlowAssociationCommand.js +47 -0
- package/dist-es/commands/DescribeViewCommand.js +1 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +5 -13
- package/dist-es/models/models_2.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +457 -25
- package/dist-types/Connect.d.ts +10 -3
- package/dist-types/ConnectClient.d.ts +6 -5
- package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +101 -0
- package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +2 -1
- package/dist-types/commands/CreateViewCommand.d.ts +5 -7
- package/dist-types/commands/CreateViewVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteViewCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -0
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/DescribePromptCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQueueCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +3 -0
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +2 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +2 -0
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +12 -0
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +12 -1
- package/dist-types/commands/DescribeViewCommand.d.ts +5 -5
- package/dist-types/commands/GetPromptFileCommand.d.ts +2 -0
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +2 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +2 -0
- package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +2 -0
- package/dist-types/commands/ListPromptsCommand.d.ts +2 -0
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +4 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +2 -0
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +2 -0
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -0
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +2 -0
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +3 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +2 -0
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListUsersCommand.d.ts +2 -0
- package/dist-types/commands/ListViewVersionsCommand.d.ts +1 -2
- package/dist-types/commands/ReplicateInstanceCommand.d.ts +3 -1
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +3 -1
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -0
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -0
- package/dist-types/commands/SearchQueuesCommand.d.ts +2 -0
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -0
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +5 -3
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +2 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +4 -6
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +231 -107
- package/dist-types/models/models_1.d.ts +242 -129
- package/dist-types/models/models_2.d.ts +116 -14
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/Connect.d.ts +17 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/BatchGetFlowAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +47 -21
- package/dist-types/ts3.4/models/models_1.d.ts +50 -41
- package/dist-types/ts3.4/models/models_2.d.ts +44 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +4 -4
|
@@ -1,6 +1,72 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
|
-
import { ActionSummary, AgentConfig, AgentContactReference, AgentStatusReference, AgentStatusState, AgentStatusSummary, AgentStatusType, Application, Attribute, Channel, ContactFlowModuleState, ContactFlowState, ContactFlowType, ContactState, DirectoryType, Distribution, EvaluationAnswerData, EvaluationFormVersionStatus, EvaluationNote, EvaluationScore, EvaluationStatus, EventSourceName, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationConfig, InstanceAttributeType, InstanceStatus, InstanceStorageConfig, InstanceStorageResourceType, IntegrationType, LexBot, LexV2Bot, MonitorCapability, PhoneNumberCountryCode, PhoneNumberType, Prompt, Queue, QueueReference, QuickConnect, QuickConnectType, Reference, ReferenceType, RoutingProfile, RoutingProfileQueueReference, RulePublishStatus, SourceType, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, TrafficDistributionGroupStatus, UseCaseType, UserPhoneConfig, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState } from "./models_0";
|
|
3
|
+
import { ActionSummary, AgentConfig, AgentContactReference, AgentStatusReference, AgentStatusState, AgentStatusSummary, AgentStatusType, Application, Attribute, Channel, ContactFlowModuleState, ContactFlowState, ContactFlowType, ContactState, DirectoryType, Distribution, EvaluationAnswerData, EvaluationFormVersionStatus, EvaluationNote, EvaluationScore, EvaluationStatus, EventSourceName, HierarchyGroupSummary, HierarchyLevel, HoursOfOperation, HoursOfOperationConfig, InstanceAttributeType, InstanceStatus, InstanceStorageConfig, InstanceStorageResourceType, IntegrationType, LexBot, LexV2Bot, MonitorCapability, PhoneNumberCountryCode, PhoneNumberType, Prompt, Queue, QueueReference, QuickConnect, QuickConnectType, Reference, ReferenceType, RoutingProfile, RoutingProfileQueueReference, RulePublishStatus, SourceType, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, TrafficDistributionGroupStatus, UseCaseType, UserPhoneConfig, View, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p>Contains information about a hierarchy structure.</p>
|
|
7
|
+
*/
|
|
8
|
+
export interface HierarchyStructure {
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
* <p>Information about level one.</p>
|
|
12
|
+
*/
|
|
13
|
+
LevelOne?: HierarchyLevel;
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
* <p>Information about level two.</p>
|
|
17
|
+
*/
|
|
18
|
+
LevelTwo?: HierarchyLevel;
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
* <p>Information about level three.</p>
|
|
22
|
+
*/
|
|
23
|
+
LevelThree?: HierarchyLevel;
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Information about level four.</p>
|
|
27
|
+
*/
|
|
28
|
+
LevelFour?: HierarchyLevel;
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
* <p>Information about level five.</p>
|
|
32
|
+
*/
|
|
33
|
+
LevelFive?: HierarchyLevel;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export interface DescribeUserHierarchyStructureResponse {
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
* <p>Information about the hierarchy structure.</p>
|
|
42
|
+
*/
|
|
43
|
+
HierarchyStructure?: HierarchyStructure;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
export interface DescribeViewRequest {
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
52
|
+
*/
|
|
53
|
+
InstanceId: string | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
* <p>The ViewId of the view. This must be an ARN for Amazon Web Services managed views.</p>
|
|
57
|
+
*/
|
|
58
|
+
ViewId: string | undefined;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export interface DescribeViewResponse {
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
* <p>All view data is contained within the View object.</p>
|
|
67
|
+
*/
|
|
68
|
+
View?: View;
|
|
69
|
+
}
|
|
4
70
|
/**
|
|
5
71
|
* @public
|
|
6
72
|
*/
|
|
@@ -1422,10 +1488,10 @@ export interface IntervalDetails {
|
|
|
1422
1488
|
* @public
|
|
1423
1489
|
* <p>
|
|
1424
1490
|
* <code>IntervalPeriod</code>: An aggregated grouping applied to request metrics. Valid
|
|
1425
|
-
*
|
|
1426
|
-
*
|
|
1491
|
+
* <code>IntervalPeriod</code> values are: <code>FIFTEEN_MIN</code> | <code>THIRTY_MIN</code> |
|
|
1492
|
+
* <code>HOUR</code> | <code>DAY</code> | <code>WEEK</code> | <code>TOTAL</code>. </p>
|
|
1427
1493
|
* <p>For example, if <code>IntervalPeriod</code> is selected <code>THIRTY_MIN</code>,
|
|
1428
|
-
*
|
|
1494
|
+
* <code>StartTime</code> and <code>EndTime</code> differs by 1 day, then Amazon Connect
|
|
1429
1495
|
* returns 48 results in the response. Each result is aggregated by the THIRTY_MIN period. By
|
|
1430
1496
|
* default Amazon Connect aggregates results based on the <code>TOTAL</code> interval period. </p>
|
|
1431
1497
|
* <p>The following list describes restrictions on <code>StartTime</code> and <code>EndTime</code>
|
|
@@ -1434,12 +1500,12 @@ export interface IntervalDetails {
|
|
|
1434
1500
|
* <li>
|
|
1435
1501
|
* <p>
|
|
1436
1502
|
* <code>FIFTEEN_MIN</code>: The difference between <code>StartTime</code> and
|
|
1437
|
-
*
|
|
1503
|
+
* <code>EndTime</code> must be less than 3 days.</p>
|
|
1438
1504
|
* </li>
|
|
1439
1505
|
* <li>
|
|
1440
1506
|
* <p>
|
|
1441
1507
|
* <code>THIRTY_MIN</code>: The difference between <code>StartTime</code> and
|
|
1442
|
-
*
|
|
1508
|
+
* <code>EndTime</code> must be less than 3 days.</p>
|
|
1443
1509
|
* </li>
|
|
1444
1510
|
* <li>
|
|
1445
1511
|
* <p>
|
|
@@ -2036,7 +2102,7 @@ export interface MetricInterval {
|
|
|
2036
2102
|
* @public
|
|
2037
2103
|
* <p>The timestamp, in UNIX Epoch time format. End time is based on the interval period selected.
|
|
2038
2104
|
* For example, If <code>IntervalPeriod</code> is selected <code>THIRTY_MIN</code>,
|
|
2039
|
-
*
|
|
2105
|
+
* <code>StartTime</code> and <code>EndTime</code> in the API request differs by 1 day, then 48
|
|
2040
2106
|
* results are returned in the response. Each result is aggregated by the 30 minutes period, with
|
|
2041
2107
|
* each <code>StartTime</code> and <code>EndTime</code> differing by 30 minutes. </p>
|
|
2042
2108
|
*/
|
|
@@ -2104,6 +2170,16 @@ export interface GetPromptFileResponse {
|
|
|
2104
2170
|
* the prompt in S3.</p>
|
|
2105
2171
|
*/
|
|
2106
2172
|
PromptPresignedUrl?: string;
|
|
2173
|
+
/**
|
|
2174
|
+
* @public
|
|
2175
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
2176
|
+
*/
|
|
2177
|
+
LastModifiedTime?: Date;
|
|
2178
|
+
/**
|
|
2179
|
+
* @public
|
|
2180
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
2181
|
+
*/
|
|
2182
|
+
LastModifiedRegion?: string;
|
|
2107
2183
|
}
|
|
2108
2184
|
/**
|
|
2109
2185
|
* @public
|
|
@@ -3246,6 +3322,16 @@ export interface HoursOfOperationSummary {
|
|
|
3246
3322
|
* <p>The name of the hours of operation.</p>
|
|
3247
3323
|
*/
|
|
3248
3324
|
Name?: string;
|
|
3325
|
+
/**
|
|
3326
|
+
* @public
|
|
3327
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
3328
|
+
*/
|
|
3329
|
+
LastModifiedTime?: Date;
|
|
3330
|
+
/**
|
|
3331
|
+
* @public
|
|
3332
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
3333
|
+
*/
|
|
3334
|
+
LastModifiedRegion?: string;
|
|
3249
3335
|
}
|
|
3250
3336
|
/**
|
|
3251
3337
|
* @public
|
|
@@ -3676,10 +3762,20 @@ export interface ListPhoneNumbersResponse {
|
|
|
3676
3762
|
export interface ListPhoneNumbersV2Request {
|
|
3677
3763
|
/**
|
|
3678
3764
|
* @public
|
|
3679
|
-
* <p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone
|
|
3680
|
-
*
|
|
3765
|
+
* <p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. If both <code>TargetArn</code> and <code>InstanceId</code> input are not
|
|
3766
|
+
* provided, this API lists numbers claimed to all the Amazon Connect instances belonging to
|
|
3767
|
+
* your account in the same Amazon Web Services Region as the request.</p>
|
|
3681
3768
|
*/
|
|
3682
3769
|
TargetArn?: string;
|
|
3770
|
+
/**
|
|
3771
|
+
* @public
|
|
3772
|
+
* <p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You
|
|
3773
|
+
* can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the
|
|
3774
|
+
* instance ID</a> in the Amazon Resource Name (ARN) of the instance. If both <code>TargetArn</code> and <code>InstanceId</code> are not provided, this API lists numbers
|
|
3775
|
+
* claimed to all the Amazon Connect instances belonging to your account in the same AWS Region as
|
|
3776
|
+
* the request.</p>
|
|
3777
|
+
*/
|
|
3778
|
+
InstanceId?: string;
|
|
3683
3779
|
/**
|
|
3684
3780
|
* @public
|
|
3685
3781
|
* <p>The maximum number of results to return per page.</p>
|
|
@@ -3740,9 +3836,16 @@ export interface ListPhoneNumbersSummary {
|
|
|
3740
3836
|
PhoneNumberType?: PhoneNumberType;
|
|
3741
3837
|
/**
|
|
3742
3838
|
* @public
|
|
3743
|
-
* <p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone
|
|
3839
|
+
* <p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.</p>
|
|
3744
3840
|
*/
|
|
3745
3841
|
TargetArn?: string;
|
|
3842
|
+
/**
|
|
3843
|
+
* @public
|
|
3844
|
+
* <p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You
|
|
3845
|
+
* can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the
|
|
3846
|
+
* instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
3847
|
+
*/
|
|
3848
|
+
InstanceId?: string;
|
|
3746
3849
|
}
|
|
3747
3850
|
/**
|
|
3748
3851
|
* @public
|
|
@@ -3801,6 +3904,16 @@ export interface PromptSummary {
|
|
|
3801
3904
|
* <p>The name of the prompt.</p>
|
|
3802
3905
|
*/
|
|
3803
3906
|
Name?: string;
|
|
3907
|
+
/**
|
|
3908
|
+
* @public
|
|
3909
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
3910
|
+
*/
|
|
3911
|
+
LastModifiedTime?: Date;
|
|
3912
|
+
/**
|
|
3913
|
+
* @public
|
|
3914
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
3915
|
+
*/
|
|
3916
|
+
LastModifiedRegion?: string;
|
|
3804
3917
|
}
|
|
3805
3918
|
/**
|
|
3806
3919
|
* @public
|
|
@@ -3869,6 +3982,16 @@ export interface QuickConnectSummary {
|
|
|
3869
3982
|
* prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).</p>
|
|
3870
3983
|
*/
|
|
3871
3984
|
QuickConnectType?: QuickConnectType;
|
|
3985
|
+
/**
|
|
3986
|
+
* @public
|
|
3987
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
3988
|
+
*/
|
|
3989
|
+
LastModifiedTime?: Date;
|
|
3990
|
+
/**
|
|
3991
|
+
* @public
|
|
3992
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
3993
|
+
*/
|
|
3994
|
+
LastModifiedRegion?: string;
|
|
3872
3995
|
}
|
|
3873
3996
|
/**
|
|
3874
3997
|
* @public
|
|
@@ -3884,6 +4007,16 @@ export interface ListQueueQuickConnectsResponse {
|
|
|
3884
4007
|
* <p>Information about the quick connects.</p>
|
|
3885
4008
|
*/
|
|
3886
4009
|
QuickConnectSummaryList?: QuickConnectSummary[];
|
|
4010
|
+
/**
|
|
4011
|
+
* @public
|
|
4012
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
4013
|
+
*/
|
|
4014
|
+
LastModifiedTime?: Date;
|
|
4015
|
+
/**
|
|
4016
|
+
* @public
|
|
4017
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
4018
|
+
*/
|
|
4019
|
+
LastModifiedRegion?: string;
|
|
3887
4020
|
}
|
|
3888
4021
|
/**
|
|
3889
4022
|
* @public
|
|
@@ -3948,6 +4081,16 @@ export interface QueueSummary {
|
|
|
3948
4081
|
* <p>The type of queue.</p>
|
|
3949
4082
|
*/
|
|
3950
4083
|
QueueType?: QueueType;
|
|
4084
|
+
/**
|
|
4085
|
+
* @public
|
|
4086
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
4087
|
+
*/
|
|
4088
|
+
LastModifiedTime?: Date;
|
|
4089
|
+
/**
|
|
4090
|
+
* @public
|
|
4091
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
4092
|
+
*/
|
|
4093
|
+
LastModifiedRegion?: string;
|
|
3951
4094
|
}
|
|
3952
4095
|
/**
|
|
3953
4096
|
* @public
|
|
@@ -4086,6 +4229,16 @@ export interface ListRoutingProfileQueuesResponse {
|
|
|
4086
4229
|
* <p>Information about the routing profiles.</p>
|
|
4087
4230
|
*/
|
|
4088
4231
|
RoutingProfileQueueConfigSummaryList?: RoutingProfileQueueConfigSummary[];
|
|
4232
|
+
/**
|
|
4233
|
+
* @public
|
|
4234
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
4235
|
+
*/
|
|
4236
|
+
LastModifiedTime?: Date;
|
|
4237
|
+
/**
|
|
4238
|
+
* @public
|
|
4239
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
4240
|
+
*/
|
|
4241
|
+
LastModifiedRegion?: string;
|
|
4089
4242
|
}
|
|
4090
4243
|
/**
|
|
4091
4244
|
* @public
|
|
@@ -4128,6 +4281,16 @@ export interface RoutingProfileSummary {
|
|
|
4128
4281
|
* <p>The name of the routing profile.</p>
|
|
4129
4282
|
*/
|
|
4130
4283
|
Name?: string;
|
|
4284
|
+
/**
|
|
4285
|
+
* @public
|
|
4286
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
4287
|
+
*/
|
|
4288
|
+
LastModifiedTime?: Date;
|
|
4289
|
+
/**
|
|
4290
|
+
* @public
|
|
4291
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
4292
|
+
*/
|
|
4293
|
+
LastModifiedRegion?: string;
|
|
4131
4294
|
}
|
|
4132
4295
|
/**
|
|
4133
4296
|
* @public
|
|
@@ -4299,18 +4462,18 @@ export interface ListSecurityKeysResponse {
|
|
|
4299
4462
|
export interface ListSecurityProfileApplicationsRequest {
|
|
4300
4463
|
/**
|
|
4301
4464
|
* @public
|
|
4302
|
-
* <p>The security
|
|
4465
|
+
* <p>The identifier for the security profle.</p>
|
|
4303
4466
|
*/
|
|
4304
4467
|
SecurityProfileId: string | undefined;
|
|
4305
4468
|
/**
|
|
4306
4469
|
* @public
|
|
4307
|
-
* <p>The instance
|
|
4470
|
+
* <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>
|
|
4308
4471
|
*/
|
|
4309
4472
|
InstanceId: string | undefined;
|
|
4310
4473
|
/**
|
|
4311
4474
|
* @public
|
|
4312
|
-
* <p>The token for the next set of results.
|
|
4313
|
-
*
|
|
4475
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
4476
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
4314
4477
|
*/
|
|
4315
4478
|
NextToken?: string;
|
|
4316
4479
|
/**
|
|
@@ -4326,15 +4489,24 @@ export interface ListSecurityProfileApplicationsResponse {
|
|
|
4326
4489
|
/**
|
|
4327
4490
|
* @public
|
|
4328
4491
|
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
4329
|
-
* <p>A list of the third
|
|
4492
|
+
* <p>A list of the third-party application's metadata.</p>
|
|
4330
4493
|
*/
|
|
4331
4494
|
Applications?: Application[];
|
|
4332
4495
|
/**
|
|
4333
4496
|
* @public
|
|
4334
|
-
* <p>
|
|
4335
|
-
* token value returned in the previous response when making the next request.</p>
|
|
4497
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
4336
4498
|
*/
|
|
4337
4499
|
NextToken?: string;
|
|
4500
|
+
/**
|
|
4501
|
+
* @public
|
|
4502
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
4503
|
+
*/
|
|
4504
|
+
LastModifiedTime?: Date;
|
|
4505
|
+
/**
|
|
4506
|
+
* @public
|
|
4507
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
4508
|
+
*/
|
|
4509
|
+
LastModifiedRegion?: string;
|
|
4338
4510
|
}
|
|
4339
4511
|
/**
|
|
4340
4512
|
* @public
|
|
@@ -4378,6 +4550,16 @@ export interface ListSecurityProfilePermissionsResponse {
|
|
|
4378
4550
|
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
4379
4551
|
*/
|
|
4380
4552
|
NextToken?: string;
|
|
4553
|
+
/**
|
|
4554
|
+
* @public
|
|
4555
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
4556
|
+
*/
|
|
4557
|
+
LastModifiedTime?: Date;
|
|
4558
|
+
/**
|
|
4559
|
+
* @public
|
|
4560
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
4561
|
+
*/
|
|
4562
|
+
LastModifiedRegion?: string;
|
|
4381
4563
|
}
|
|
4382
4564
|
/**
|
|
4383
4565
|
* @public
|
|
@@ -4420,6 +4602,16 @@ export interface SecurityProfileSummary {
|
|
|
4420
4602
|
* <p>The name of the security profile.</p>
|
|
4421
4603
|
*/
|
|
4422
4604
|
Name?: string;
|
|
4605
|
+
/**
|
|
4606
|
+
* @public
|
|
4607
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
4608
|
+
*/
|
|
4609
|
+
LastModifiedTime?: Date;
|
|
4610
|
+
/**
|
|
4611
|
+
* @public
|
|
4612
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
4613
|
+
*/
|
|
4614
|
+
LastModifiedRegion?: string;
|
|
4423
4615
|
}
|
|
4424
4616
|
/**
|
|
4425
4617
|
* @public
|
|
@@ -4857,6 +5049,16 @@ export interface UserSummary {
|
|
|
4857
5049
|
* <p>The Amazon Connect user name of the user account.</p>
|
|
4858
5050
|
*/
|
|
4859
5051
|
Username?: string;
|
|
5052
|
+
/**
|
|
5053
|
+
* @public
|
|
5054
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
5055
|
+
*/
|
|
5056
|
+
LastModifiedTime?: Date;
|
|
5057
|
+
/**
|
|
5058
|
+
* @public
|
|
5059
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
5060
|
+
*/
|
|
5061
|
+
LastModifiedRegion?: string;
|
|
4860
5062
|
}
|
|
4861
5063
|
/**
|
|
4862
5064
|
* @public
|
|
@@ -4879,8 +5081,7 @@ export interface ListUsersResponse {
|
|
|
4879
5081
|
export interface ListViewsRequest {
|
|
4880
5082
|
/**
|
|
4881
5083
|
* @public
|
|
4882
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
|
|
4883
|
-
* the instance.</p>
|
|
5084
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
4884
5085
|
*/
|
|
4885
5086
|
InstanceId: string | undefined;
|
|
4886
5087
|
/**
|
|
@@ -4890,8 +5091,8 @@ export interface ListViewsRequest {
|
|
|
4890
5091
|
Type?: ViewType;
|
|
4891
5092
|
/**
|
|
4892
5093
|
* @public
|
|
4893
|
-
* <p>The token for the next set of results. Use the value returned in the previous response in
|
|
4894
|
-
*
|
|
5094
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
5095
|
+
* retrieve the next set of results.</p>
|
|
4895
5096
|
*/
|
|
4896
5097
|
NextToken?: string;
|
|
4897
5098
|
/**
|
|
@@ -4928,7 +5129,7 @@ export interface ViewSummary {
|
|
|
4928
5129
|
/**
|
|
4929
5130
|
* @public
|
|
4930
5131
|
* <p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The
|
|
4931
|
-
*
|
|
5132
|
+
* <code>PUBLISHED</code> status will initiate validation on the content.</p>
|
|
4932
5133
|
*/
|
|
4933
5134
|
Status?: ViewStatus;
|
|
4934
5135
|
/**
|
|
@@ -4948,8 +5149,8 @@ export interface ListViewsResponse {
|
|
|
4948
5149
|
ViewsSummaryList?: ViewSummary[];
|
|
4949
5150
|
/**
|
|
4950
5151
|
* @public
|
|
4951
|
-
* <p>The token for the next set of results. Use the value returned in the previous response in
|
|
4952
|
-
*
|
|
5152
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
5153
|
+
* retrieve the next set of results.</p>
|
|
4953
5154
|
*/
|
|
4954
5155
|
NextToken?: string;
|
|
4955
5156
|
}
|
|
@@ -4959,20 +5160,18 @@ export interface ListViewsResponse {
|
|
|
4959
5160
|
export interface ListViewVersionsRequest {
|
|
4960
5161
|
/**
|
|
4961
5162
|
* @public
|
|
4962
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
|
|
4963
|
-
* the instance.</p>
|
|
5163
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
4964
5164
|
*/
|
|
4965
5165
|
InstanceId: string | undefined;
|
|
4966
5166
|
/**
|
|
4967
5167
|
* @public
|
|
4968
|
-
* <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be
|
|
4969
|
-
* used.</p>
|
|
5168
|
+
* <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>
|
|
4970
5169
|
*/
|
|
4971
5170
|
ViewId: string | undefined;
|
|
4972
5171
|
/**
|
|
4973
5172
|
* @public
|
|
4974
|
-
* <p>The token for the next set of results. Use the value returned in the previous response in
|
|
4975
|
-
*
|
|
5173
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
5174
|
+
* retrieve the next set of results.</p>
|
|
4976
5175
|
*/
|
|
4977
5176
|
NextToken?: string;
|
|
4978
5177
|
/**
|
|
@@ -5033,8 +5232,8 @@ export interface ListViewVersionsResponse {
|
|
|
5033
5232
|
ViewVersionSummaryList?: ViewVersionSummary[];
|
|
5034
5233
|
/**
|
|
5035
5234
|
* @public
|
|
5036
|
-
* <p>The token for the next set of results. Use the value returned in the previous response in
|
|
5037
|
-
*
|
|
5235
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
5236
|
+
* retrieve the next set of results.</p>
|
|
5038
5237
|
*/
|
|
5039
5238
|
NextToken?: string;
|
|
5040
5239
|
}
|
|
@@ -5208,9 +5407,16 @@ export interface ResumeContactRecordingResponse {
|
|
|
5208
5407
|
export interface SearchAvailablePhoneNumbersRequest {
|
|
5209
5408
|
/**
|
|
5210
5409
|
* @public
|
|
5211
|
-
* <p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone
|
|
5410
|
+
* <p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>
|
|
5411
|
+
*/
|
|
5412
|
+
TargetArn?: string;
|
|
5413
|
+
/**
|
|
5414
|
+
* @public
|
|
5415
|
+
* <p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You
|
|
5416
|
+
* can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the
|
|
5417
|
+
* instance ID</a> in the Amazon Resource Name (ARN) of the instance. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>
|
|
5212
5418
|
*/
|
|
5213
|
-
|
|
5419
|
+
InstanceId?: string;
|
|
5214
5420
|
/**
|
|
5215
5421
|
* @public
|
|
5216
5422
|
* <p>The ISO country code.</p>
|
|
@@ -7318,102 +7524,9 @@ export declare const ParticipantTimerType: {
|
|
|
7318
7524
|
*/
|
|
7319
7525
|
export type ParticipantTimerType = (typeof ParticipantTimerType)[keyof typeof ParticipantTimerType];
|
|
7320
7526
|
/**
|
|
7321
|
-
* @
|
|
7322
|
-
* @enum
|
|
7323
|
-
*/
|
|
7324
|
-
export declare const ParticipantTimerAction: {
|
|
7325
|
-
readonly Unset: "Unset";
|
|
7326
|
-
};
|
|
7327
|
-
/**
|
|
7328
|
-
* @public
|
|
7329
|
-
*/
|
|
7330
|
-
export type ParticipantTimerAction = (typeof ParticipantTimerAction)[keyof typeof ParticipantTimerAction];
|
|
7331
|
-
/**
|
|
7332
|
-
* @public
|
|
7333
|
-
* <p>The value of the timer. Either the timer action (<code>Unset</code> to delete the timer), or
|
|
7334
|
-
* the duration of the timer in minutes. Only one value can be set.</p>
|
|
7335
|
-
* <p>For more information about how chat timeouts work, see
|
|
7336
|
-
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/setup-chat-timeouts.html">Set up chat timeouts for human participants</a>. </p>
|
|
7337
|
-
*/
|
|
7338
|
-
export type ParticipantTimerValue = ParticipantTimerValue.ParticipantTimerActionMember | ParticipantTimerValue.ParticipantTimerDurationInMinutesMember | ParticipantTimerValue.$UnknownMember;
|
|
7339
|
-
/**
|
|
7340
|
-
* @public
|
|
7341
|
-
*/
|
|
7342
|
-
export declare namespace ParticipantTimerValue {
|
|
7343
|
-
/**
|
|
7344
|
-
* @public
|
|
7345
|
-
* <p>The timer action. Currently only one value is allowed: <code>Unset</code>. It deletes a
|
|
7346
|
-
* timer.</p>
|
|
7347
|
-
*/
|
|
7348
|
-
interface ParticipantTimerActionMember {
|
|
7349
|
-
ParticipantTimerAction: ParticipantTimerAction;
|
|
7350
|
-
ParticipantTimerDurationInMinutes?: never;
|
|
7351
|
-
$unknown?: never;
|
|
7352
|
-
}
|
|
7353
|
-
/**
|
|
7354
|
-
* @public
|
|
7355
|
-
* <p>The duration of a timer, in minutes. </p>
|
|
7356
|
-
*/
|
|
7357
|
-
interface ParticipantTimerDurationInMinutesMember {
|
|
7358
|
-
ParticipantTimerAction?: never;
|
|
7359
|
-
ParticipantTimerDurationInMinutes: number;
|
|
7360
|
-
$unknown?: never;
|
|
7361
|
-
}
|
|
7362
|
-
/**
|
|
7363
|
-
* @public
|
|
7364
|
-
*/
|
|
7365
|
-
interface $UnknownMember {
|
|
7366
|
-
ParticipantTimerAction?: never;
|
|
7367
|
-
ParticipantTimerDurationInMinutes?: never;
|
|
7368
|
-
$unknown: [string, any];
|
|
7369
|
-
}
|
|
7370
|
-
interface Visitor<T> {
|
|
7371
|
-
ParticipantTimerAction: (value: ParticipantTimerAction) => T;
|
|
7372
|
-
ParticipantTimerDurationInMinutes: (value: number) => T;
|
|
7373
|
-
_: (name: string, value: any) => T;
|
|
7374
|
-
}
|
|
7375
|
-
const visit: <T>(value: ParticipantTimerValue, visitor: Visitor<T>) => T;
|
|
7376
|
-
}
|
|
7377
|
-
/**
|
|
7378
|
-
* @public
|
|
7379
|
-
* <p>Configuration information for the timer. After the timer configuration is set, it persists
|
|
7380
|
-
* for the duration of the chat. It persists across new contacts in the chain, for example, transfer
|
|
7381
|
-
* contacts.</p>
|
|
7382
|
-
* <p>For more information about how chat timeouts work, see
|
|
7383
|
-
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/setup-chat-timeouts.html">Set up chat timeouts for human participants</a>. </p>
|
|
7384
|
-
*/
|
|
7385
|
-
export interface ParticipantTimerConfiguration {
|
|
7386
|
-
/**
|
|
7387
|
-
* @public
|
|
7388
|
-
* <p>The role of the participant in the chat conversation.</p>
|
|
7389
|
-
*/
|
|
7390
|
-
ParticipantRole: TimerEligibleParticipantRoles | undefined;
|
|
7391
|
-
/**
|
|
7392
|
-
* @public
|
|
7393
|
-
* <p>The type of timer. <code>IDLE</code> indicates the timer applies for considering a human
|
|
7394
|
-
* chat participant as idle. <code>DISCONNECT_NONCUSTOMER</code> indicates the timer applies to
|
|
7395
|
-
* automatically disconnecting a chat participant due to idleness.</p>
|
|
7396
|
-
*/
|
|
7397
|
-
TimerType: ParticipantTimerType | undefined;
|
|
7398
|
-
/**
|
|
7399
|
-
* @public
|
|
7400
|
-
* <p>The value of the timer. Either the timer action (Unset to delete the timer), or the duration
|
|
7401
|
-
* of the timer in minutes. Only one value can be set.</p>
|
|
7402
|
-
*/
|
|
7403
|
-
TimerValue: ParticipantTimerValue | undefined;
|
|
7404
|
-
}
|
|
7405
|
-
/**
|
|
7406
|
-
* @public
|
|
7407
|
-
* <p>Configuration information for the chat participant role.</p>
|
|
7527
|
+
* @internal
|
|
7408
7528
|
*/
|
|
7409
|
-
export
|
|
7410
|
-
/**
|
|
7411
|
-
* @public
|
|
7412
|
-
* <p>A list of participant timers. You can specify any unique combination of role and timer type.
|
|
7413
|
-
* Duplicate entries error out the request with a 400.</p>
|
|
7414
|
-
*/
|
|
7415
|
-
ParticipantTimerConfigList: ParticipantTimerConfiguration[] | undefined;
|
|
7416
|
-
}
|
|
7529
|
+
export declare const DescribeViewResponseFilterSensitiveLog: (obj: DescribeViewResponse) => any;
|
|
7417
7530
|
/**
|
|
7418
7531
|
* @internal
|
|
7419
7532
|
*/
|