@aws-sdk/client-connect 3.614.0 → 3.618.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 +17 -2
- package/dist-cjs/index.js +227 -31
- package/dist-es/Connect.js +4 -0
- package/dist-es/ConnectClient.js +5 -5
- package/dist-es/commands/SearchAgentStatusesCommand.js +24 -0
- package/dist-es/commands/SearchUserHierarchyGroupsCommand.js +24 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +5 -18
- package/dist-es/models/models_1.js +32 -0
- package/dist-es/models/models_2.js +12 -5
- package/dist-es/pagination/SearchAgentStatusesPaginator.js +4 -0
- package/dist-es/pagination/SearchUserHierarchyGroupsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +118 -2
- package/dist-types/Connect.d.ts +16 -3
- package/dist-types/ConnectClient.d.ts +8 -7
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +6 -1
- package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUseCasesCommand.d.ts +1 -1
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +142 -0
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +181 -0
- package/dist-types/commands/SearchUsersCommand.d.ts +32 -4
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +2 -3
- package/dist-types/models/models_0.d.ts +128 -133
- package/dist-types/models/models_1.d.ts +335 -241
- package/dist-types/models/models_2.d.ts +537 -73
- package/dist-types/pagination/SearchAgentStatusesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchUserHierarchyGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Connect.d.ts +34 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +14 -2
- package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -60
- package/dist-types/ts3.4/models/models_1.d.ts +100 -46
- package/dist-types/ts3.4/models/models_2.d.ts +125 -20
- package/dist-types/ts3.4/pagination/SearchAgentStatusesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchUserHierarchyGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +17 -17
|
@@ -17,7 +17,6 @@ import {
|
|
|
17
17
|
CreatedByInfo,
|
|
18
18
|
DirectoryType,
|
|
19
19
|
Distribution,
|
|
20
|
-
EvaluationAnswerOutput,
|
|
21
20
|
EventSourceName,
|
|
22
21
|
FileStatusType,
|
|
23
22
|
FileUseCaseType,
|
|
@@ -47,13 +46,72 @@ import {
|
|
|
47
46
|
TaskTemplateDefaults,
|
|
48
47
|
TaskTemplateField,
|
|
49
48
|
TaskTemplateStatus,
|
|
50
|
-
UseCaseType,
|
|
51
49
|
UserIdentityInfo,
|
|
52
50
|
UserPhoneConfig,
|
|
53
51
|
View,
|
|
54
52
|
VocabularyLanguageCode,
|
|
55
53
|
VocabularyState,
|
|
56
54
|
} from "./models_0";
|
|
55
|
+
export declare const RoutingCriteriaStepStatus: {
|
|
56
|
+
readonly ACTIVE: "ACTIVE";
|
|
57
|
+
readonly EXPIRED: "EXPIRED";
|
|
58
|
+
readonly INACTIVE: "INACTIVE";
|
|
59
|
+
readonly JOINED: "JOINED";
|
|
60
|
+
};
|
|
61
|
+
export type RoutingCriteriaStepStatus =
|
|
62
|
+
(typeof RoutingCriteriaStepStatus)[keyof typeof RoutingCriteriaStepStatus];
|
|
63
|
+
export interface SegmentAttributeValue {
|
|
64
|
+
ValueString?: string;
|
|
65
|
+
}
|
|
66
|
+
export interface WisdomInfo {
|
|
67
|
+
SessionArn?: string;
|
|
68
|
+
}
|
|
69
|
+
export interface DescribeContactEvaluationRequest {
|
|
70
|
+
InstanceId: string | undefined;
|
|
71
|
+
EvaluationId: string | undefined;
|
|
72
|
+
}
|
|
73
|
+
export type EvaluationAnswerData =
|
|
74
|
+
| EvaluationAnswerData.NotApplicableMember
|
|
75
|
+
| EvaluationAnswerData.NumericValueMember
|
|
76
|
+
| EvaluationAnswerData.StringValueMember
|
|
77
|
+
| EvaluationAnswerData.$UnknownMember;
|
|
78
|
+
export declare namespace EvaluationAnswerData {
|
|
79
|
+
interface StringValueMember {
|
|
80
|
+
StringValue: string;
|
|
81
|
+
NumericValue?: never;
|
|
82
|
+
NotApplicable?: never;
|
|
83
|
+
$unknown?: never;
|
|
84
|
+
}
|
|
85
|
+
interface NumericValueMember {
|
|
86
|
+
StringValue?: never;
|
|
87
|
+
NumericValue: number;
|
|
88
|
+
NotApplicable?: never;
|
|
89
|
+
$unknown?: never;
|
|
90
|
+
}
|
|
91
|
+
interface NotApplicableMember {
|
|
92
|
+
StringValue?: never;
|
|
93
|
+
NumericValue?: never;
|
|
94
|
+
NotApplicable: boolean;
|
|
95
|
+
$unknown?: never;
|
|
96
|
+
}
|
|
97
|
+
interface $UnknownMember {
|
|
98
|
+
StringValue?: never;
|
|
99
|
+
NumericValue?: never;
|
|
100
|
+
NotApplicable?: never;
|
|
101
|
+
$unknown: [string, any];
|
|
102
|
+
}
|
|
103
|
+
interface Visitor<T> {
|
|
104
|
+
StringValue: (value: string) => T;
|
|
105
|
+
NumericValue: (value: number) => T;
|
|
106
|
+
NotApplicable: (value: boolean) => T;
|
|
107
|
+
_: (name: string, value: any) => T;
|
|
108
|
+
}
|
|
109
|
+
const visit: <T>(value: EvaluationAnswerData, visitor: Visitor<T>) => T;
|
|
110
|
+
}
|
|
111
|
+
export interface EvaluationAnswerOutput {
|
|
112
|
+
Value?: EvaluationAnswerData;
|
|
113
|
+
SystemSuggestedValue?: EvaluationAnswerData;
|
|
114
|
+
}
|
|
57
115
|
export interface EvaluationScore {
|
|
58
116
|
Percentage?: number;
|
|
59
117
|
NotApplicable?: boolean;
|
|
@@ -1783,6 +1841,7 @@ export declare const RealTimeContactAnalysisSegmentType: {
|
|
|
1783
1841
|
readonly Categories: "Categories";
|
|
1784
1842
|
readonly Event: "Event";
|
|
1785
1843
|
readonly Issues: "Issues";
|
|
1844
|
+
readonly PostContactSummary: "PostContactSummary";
|
|
1786
1845
|
readonly Transcript: "Transcript";
|
|
1787
1846
|
};
|
|
1788
1847
|
export type RealTimeContactAnalysisSegmentType =
|
|
@@ -1883,6 +1942,26 @@ export interface RealTimeContactAnalysisIssueDetected {
|
|
|
1883
1942
|
export interface RealTimeContactAnalysisSegmentIssues {
|
|
1884
1943
|
IssuesDetected: RealTimeContactAnalysisIssueDetected[] | undefined;
|
|
1885
1944
|
}
|
|
1945
|
+
export declare const RealTimeContactAnalysisPostContactSummaryFailureCode: {
|
|
1946
|
+
readonly FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES";
|
|
1947
|
+
readonly INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT";
|
|
1948
|
+
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
1949
|
+
readonly INVALID_ANALYSIS_CONFIGURATION: "INVALID_ANALYSIS_CONFIGURATION";
|
|
1950
|
+
readonly QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
|
|
1951
|
+
};
|
|
1952
|
+
export type RealTimeContactAnalysisPostContactSummaryFailureCode =
|
|
1953
|
+
(typeof RealTimeContactAnalysisPostContactSummaryFailureCode)[keyof typeof RealTimeContactAnalysisPostContactSummaryFailureCode];
|
|
1954
|
+
export declare const RealTimeContactAnalysisPostContactSummaryStatus: {
|
|
1955
|
+
readonly COMPLETED: "COMPLETED";
|
|
1956
|
+
readonly FAILED: "FAILED";
|
|
1957
|
+
};
|
|
1958
|
+
export type RealTimeContactAnalysisPostContactSummaryStatus =
|
|
1959
|
+
(typeof RealTimeContactAnalysisPostContactSummaryStatus)[keyof typeof RealTimeContactAnalysisPostContactSummaryStatus];
|
|
1960
|
+
export interface RealTimeContactAnalysisSegmentPostContactSummary {
|
|
1961
|
+
Content?: string;
|
|
1962
|
+
Status: RealTimeContactAnalysisPostContactSummaryStatus | undefined;
|
|
1963
|
+
FailureCode?: RealTimeContactAnalysisPostContactSummaryFailureCode;
|
|
1964
|
+
}
|
|
1886
1965
|
export interface RealTimeContactAnalysisTranscriptItemRedaction {
|
|
1887
1966
|
CharacterOffsets?: RealTimeContactAnalysisCharacterInterval[];
|
|
1888
1967
|
}
|
|
@@ -1909,6 +1988,7 @@ export type RealtimeContactAnalysisSegment =
|
|
|
1909
1988
|
| RealtimeContactAnalysisSegment.CategoriesMember
|
|
1910
1989
|
| RealtimeContactAnalysisSegment.EventMember
|
|
1911
1990
|
| RealtimeContactAnalysisSegment.IssuesMember
|
|
1991
|
+
| RealtimeContactAnalysisSegment.PostContactSummaryMember
|
|
1912
1992
|
| RealtimeContactAnalysisSegment.TranscriptMember
|
|
1913
1993
|
| RealtimeContactAnalysisSegment.$UnknownMember;
|
|
1914
1994
|
export declare namespace RealtimeContactAnalysisSegment {
|
|
@@ -1918,6 +1998,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1918
1998
|
Issues?: never;
|
|
1919
1999
|
Event?: never;
|
|
1920
2000
|
Attachments?: never;
|
|
2001
|
+
PostContactSummary?: never;
|
|
1921
2002
|
$unknown?: never;
|
|
1922
2003
|
}
|
|
1923
2004
|
interface CategoriesMember {
|
|
@@ -1926,6 +2007,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1926
2007
|
Issues?: never;
|
|
1927
2008
|
Event?: never;
|
|
1928
2009
|
Attachments?: never;
|
|
2010
|
+
PostContactSummary?: never;
|
|
1929
2011
|
$unknown?: never;
|
|
1930
2012
|
}
|
|
1931
2013
|
interface IssuesMember {
|
|
@@ -1934,6 +2016,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1934
2016
|
Issues: RealTimeContactAnalysisSegmentIssues;
|
|
1935
2017
|
Event?: never;
|
|
1936
2018
|
Attachments?: never;
|
|
2019
|
+
PostContactSummary?: never;
|
|
1937
2020
|
$unknown?: never;
|
|
1938
2021
|
}
|
|
1939
2022
|
interface EventMember {
|
|
@@ -1942,6 +2025,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1942
2025
|
Issues?: never;
|
|
1943
2026
|
Event: RealTimeContactAnalysisSegmentEvent;
|
|
1944
2027
|
Attachments?: never;
|
|
2028
|
+
PostContactSummary?: never;
|
|
1945
2029
|
$unknown?: never;
|
|
1946
2030
|
}
|
|
1947
2031
|
interface AttachmentsMember {
|
|
@@ -1950,6 +2034,16 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1950
2034
|
Issues?: never;
|
|
1951
2035
|
Event?: never;
|
|
1952
2036
|
Attachments: RealTimeContactAnalysisSegmentAttachments;
|
|
2037
|
+
PostContactSummary?: never;
|
|
2038
|
+
$unknown?: never;
|
|
2039
|
+
}
|
|
2040
|
+
interface PostContactSummaryMember {
|
|
2041
|
+
Transcript?: never;
|
|
2042
|
+
Categories?: never;
|
|
2043
|
+
Issues?: never;
|
|
2044
|
+
Event?: never;
|
|
2045
|
+
Attachments?: never;
|
|
2046
|
+
PostContactSummary: RealTimeContactAnalysisSegmentPostContactSummary;
|
|
1953
2047
|
$unknown?: never;
|
|
1954
2048
|
}
|
|
1955
2049
|
interface $UnknownMember {
|
|
@@ -1958,6 +2052,7 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1958
2052
|
Issues?: never;
|
|
1959
2053
|
Event?: never;
|
|
1960
2054
|
Attachments?: never;
|
|
2055
|
+
PostContactSummary?: never;
|
|
1961
2056
|
$unknown: [string, any];
|
|
1962
2057
|
}
|
|
1963
2058
|
interface Visitor<T> {
|
|
@@ -1966,6 +2061,9 @@ export declare namespace RealtimeContactAnalysisSegment {
|
|
|
1966
2061
|
Issues: (value: RealTimeContactAnalysisSegmentIssues) => T;
|
|
1967
2062
|
Event: (value: RealTimeContactAnalysisSegmentEvent) => T;
|
|
1968
2063
|
Attachments: (value: RealTimeContactAnalysisSegmentAttachments) => T;
|
|
2064
|
+
PostContactSummary: (
|
|
2065
|
+
value: RealTimeContactAnalysisSegmentPostContactSummary
|
|
2066
|
+
) => T;
|
|
1969
2067
|
_: (name: string, value: any) => T;
|
|
1970
2068
|
}
|
|
1971
2069
|
const visit: <T>(
|
|
@@ -2131,50 +2229,6 @@ export interface ListTaskTemplatesResponse {
|
|
|
2131
2229
|
TaskTemplates?: TaskTemplateMetadata[];
|
|
2132
2230
|
NextToken?: string;
|
|
2133
2231
|
}
|
|
2134
|
-
export interface ListTrafficDistributionGroupsRequest {
|
|
2135
|
-
MaxResults?: number;
|
|
2136
|
-
NextToken?: string;
|
|
2137
|
-
InstanceId?: string;
|
|
2138
|
-
}
|
|
2139
|
-
export interface TrafficDistributionGroupSummary {
|
|
2140
|
-
Id?: string;
|
|
2141
|
-
Arn?: string;
|
|
2142
|
-
Name?: string;
|
|
2143
|
-
InstanceArn?: string;
|
|
2144
|
-
Status?: TrafficDistributionGroupStatus;
|
|
2145
|
-
IsDefault?: boolean;
|
|
2146
|
-
}
|
|
2147
|
-
export interface ListTrafficDistributionGroupsResponse {
|
|
2148
|
-
NextToken?: string;
|
|
2149
|
-
TrafficDistributionGroupSummaryList?: TrafficDistributionGroupSummary[];
|
|
2150
|
-
}
|
|
2151
|
-
export interface ListTrafficDistributionGroupUsersRequest {
|
|
2152
|
-
TrafficDistributionGroupId: string | undefined;
|
|
2153
|
-
MaxResults?: number;
|
|
2154
|
-
NextToken?: string;
|
|
2155
|
-
}
|
|
2156
|
-
export interface TrafficDistributionGroupUserSummary {
|
|
2157
|
-
UserId?: string;
|
|
2158
|
-
}
|
|
2159
|
-
export interface ListTrafficDistributionGroupUsersResponse {
|
|
2160
|
-
NextToken?: string;
|
|
2161
|
-
TrafficDistributionGroupUserSummaryList?: TrafficDistributionGroupUserSummary[];
|
|
2162
|
-
}
|
|
2163
|
-
export interface ListUseCasesRequest {
|
|
2164
|
-
InstanceId: string | undefined;
|
|
2165
|
-
IntegrationAssociationId: string | undefined;
|
|
2166
|
-
NextToken?: string;
|
|
2167
|
-
MaxResults?: number;
|
|
2168
|
-
}
|
|
2169
|
-
export interface UseCase {
|
|
2170
|
-
UseCaseId?: string;
|
|
2171
|
-
UseCaseArn?: string;
|
|
2172
|
-
UseCaseType?: UseCaseType;
|
|
2173
|
-
}
|
|
2174
|
-
export interface ListUseCasesResponse {
|
|
2175
|
-
UseCaseSummaryList?: UseCase[];
|
|
2176
|
-
NextToken?: string;
|
|
2177
|
-
}
|
|
2178
2232
|
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
2179
2233
|
export declare const DescribeInstanceResponseFilterSensitiveLog: (
|
|
2180
2234
|
obj: DescribeInstanceResponse
|
|
@@ -5,6 +5,8 @@ import {
|
|
|
5
5
|
AgentConfig,
|
|
6
6
|
AgentHierarchyGroups,
|
|
7
7
|
AgentInfo,
|
|
8
|
+
AgentStatus,
|
|
9
|
+
AgentStatusSearchFilter,
|
|
8
10
|
AgentStatusState,
|
|
9
11
|
AllowedCapabilities,
|
|
10
12
|
AnsweringMachineDetectionStatus,
|
|
@@ -15,11 +17,11 @@ import {
|
|
|
15
17
|
ContactFlowStatus,
|
|
16
18
|
ContactFlowType,
|
|
17
19
|
ContactInitiationMethod,
|
|
20
|
+
ControlPlaneAttributeFilter,
|
|
18
21
|
CreatedByInfo,
|
|
19
22
|
Customer,
|
|
20
23
|
CustomerVoiceActivity,
|
|
21
24
|
DisconnectDetails,
|
|
22
|
-
EvaluationAnswerData,
|
|
23
25
|
EvaluationFormQuestion,
|
|
24
26
|
EvaluationFormScoringStrategy,
|
|
25
27
|
Expiry,
|
|
@@ -38,15 +40,17 @@ import {
|
|
|
38
40
|
QuickConnectConfig,
|
|
39
41
|
Reference,
|
|
40
42
|
RehydrationType,
|
|
41
|
-
RoutingCriteriaStepStatus,
|
|
42
43
|
RoutingProfileQueueConfig,
|
|
43
44
|
RuleAction,
|
|
44
45
|
RulePublishStatus,
|
|
45
|
-
|
|
46
|
+
StringComparisonType,
|
|
47
|
+
StringCondition,
|
|
48
|
+
TagCondition,
|
|
46
49
|
TaskTemplateConstraints,
|
|
47
50
|
TaskTemplateDefaults,
|
|
48
51
|
TaskTemplateField,
|
|
49
52
|
TaskTemplateStatus,
|
|
53
|
+
UseCaseType,
|
|
50
54
|
UserIdentityInfo,
|
|
51
55
|
UserPhoneConfig,
|
|
52
56
|
UserProficiency,
|
|
@@ -56,7 +60,6 @@ import {
|
|
|
56
60
|
ViewType,
|
|
57
61
|
VocabularyLanguageCode,
|
|
58
62
|
VocabularyState,
|
|
59
|
-
WisdomInfo,
|
|
60
63
|
} from "./models_0";
|
|
61
64
|
import {
|
|
62
65
|
ContactFlow,
|
|
@@ -64,8 +67,10 @@ import {
|
|
|
64
67
|
ContactFlowModuleState,
|
|
65
68
|
ContactFlowState,
|
|
66
69
|
Evaluation,
|
|
70
|
+
EvaluationAnswerData,
|
|
67
71
|
EvaluationFormVersionStatus,
|
|
68
72
|
EvaluationNote,
|
|
73
|
+
HierarchyGroup,
|
|
69
74
|
HierarchyGroupSummary,
|
|
70
75
|
HoursOfOperation,
|
|
71
76
|
InstanceAttributeType,
|
|
@@ -76,11 +81,59 @@ import {
|
|
|
76
81
|
Queue,
|
|
77
82
|
QueueStatus,
|
|
78
83
|
QuickConnect,
|
|
84
|
+
RoutingCriteriaStepStatus,
|
|
79
85
|
RoutingProfile,
|
|
86
|
+
SegmentAttributeValue,
|
|
80
87
|
SignInConfig,
|
|
81
88
|
SortOrder,
|
|
82
89
|
TelephonyConfig,
|
|
90
|
+
TrafficDistributionGroupStatus,
|
|
91
|
+
WisdomInfo,
|
|
83
92
|
} from "./models_1";
|
|
93
|
+
export interface ListTrafficDistributionGroupsRequest {
|
|
94
|
+
MaxResults?: number;
|
|
95
|
+
NextToken?: string;
|
|
96
|
+
InstanceId?: string;
|
|
97
|
+
}
|
|
98
|
+
export interface TrafficDistributionGroupSummary {
|
|
99
|
+
Id?: string;
|
|
100
|
+
Arn?: string;
|
|
101
|
+
Name?: string;
|
|
102
|
+
InstanceArn?: string;
|
|
103
|
+
Status?: TrafficDistributionGroupStatus;
|
|
104
|
+
IsDefault?: boolean;
|
|
105
|
+
}
|
|
106
|
+
export interface ListTrafficDistributionGroupsResponse {
|
|
107
|
+
NextToken?: string;
|
|
108
|
+
TrafficDistributionGroupSummaryList?: TrafficDistributionGroupSummary[];
|
|
109
|
+
}
|
|
110
|
+
export interface ListTrafficDistributionGroupUsersRequest {
|
|
111
|
+
TrafficDistributionGroupId: string | undefined;
|
|
112
|
+
MaxResults?: number;
|
|
113
|
+
NextToken?: string;
|
|
114
|
+
}
|
|
115
|
+
export interface TrafficDistributionGroupUserSummary {
|
|
116
|
+
UserId?: string;
|
|
117
|
+
}
|
|
118
|
+
export interface ListTrafficDistributionGroupUsersResponse {
|
|
119
|
+
NextToken?: string;
|
|
120
|
+
TrafficDistributionGroupUserSummaryList?: TrafficDistributionGroupUserSummary[];
|
|
121
|
+
}
|
|
122
|
+
export interface ListUseCasesRequest {
|
|
123
|
+
InstanceId: string | undefined;
|
|
124
|
+
IntegrationAssociationId: string | undefined;
|
|
125
|
+
NextToken?: string;
|
|
126
|
+
MaxResults?: number;
|
|
127
|
+
}
|
|
128
|
+
export interface UseCase {
|
|
129
|
+
UseCaseId?: string;
|
|
130
|
+
UseCaseArn?: string;
|
|
131
|
+
UseCaseType?: UseCaseType;
|
|
132
|
+
}
|
|
133
|
+
export interface ListUseCasesResponse {
|
|
134
|
+
UseCaseSummaryList?: UseCase[];
|
|
135
|
+
NextToken?: string;
|
|
136
|
+
}
|
|
84
137
|
export interface ListUserHierarchyGroupsRequest {
|
|
85
138
|
InstanceId: string | undefined;
|
|
86
139
|
NextToken?: string;
|
|
@@ -210,6 +263,11 @@ export interface ResumeContactRecordingRequest {
|
|
|
210
263
|
InitialContactId: string | undefined;
|
|
211
264
|
}
|
|
212
265
|
export interface ResumeContactRecordingResponse {}
|
|
266
|
+
export interface SearchAgentStatusesResponse {
|
|
267
|
+
AgentStatuses?: AgentStatus[];
|
|
268
|
+
NextToken?: string;
|
|
269
|
+
ApproximateTotalCount?: number;
|
|
270
|
+
}
|
|
213
271
|
export interface SearchAvailablePhoneNumbersRequest {
|
|
214
272
|
TargetArn?: string;
|
|
215
273
|
InstanceId?: string;
|
|
@@ -228,22 +286,6 @@ export interface SearchAvailablePhoneNumbersResponse {
|
|
|
228
286
|
NextToken?: string;
|
|
229
287
|
AvailableNumbersList?: AvailableNumberSummary[];
|
|
230
288
|
}
|
|
231
|
-
export declare const StringComparisonType: {
|
|
232
|
-
readonly CONTAINS: "CONTAINS";
|
|
233
|
-
readonly EXACT: "EXACT";
|
|
234
|
-
readonly STARTS_WITH: "STARTS_WITH";
|
|
235
|
-
};
|
|
236
|
-
export type StringComparisonType =
|
|
237
|
-
(typeof StringComparisonType)[keyof typeof StringComparisonType];
|
|
238
|
-
export interface StringCondition {
|
|
239
|
-
FieldName?: string;
|
|
240
|
-
Value?: string;
|
|
241
|
-
ComparisonType?: StringComparisonType;
|
|
242
|
-
}
|
|
243
|
-
export interface TagCondition {
|
|
244
|
-
TagKey?: string;
|
|
245
|
-
TagValue?: string;
|
|
246
|
-
}
|
|
247
289
|
export interface ControlPlaneTagFilter {
|
|
248
290
|
OrConditions?: TagCondition[][];
|
|
249
291
|
AndConditions?: TagCondition[];
|
|
@@ -459,6 +501,14 @@ export interface SearchSecurityProfilesResponse {
|
|
|
459
501
|
NextToken?: string;
|
|
460
502
|
ApproximateTotalCount?: number;
|
|
461
503
|
}
|
|
504
|
+
export interface UserHierarchyGroupSearchFilter {
|
|
505
|
+
AttributeFilter?: ControlPlaneAttributeFilter;
|
|
506
|
+
}
|
|
507
|
+
export interface SearchUserHierarchyGroupsResponse {
|
|
508
|
+
UserHierarchyGroups?: HierarchyGroup[];
|
|
509
|
+
NextToken?: string;
|
|
510
|
+
ApproximateTotalCount?: number;
|
|
511
|
+
}
|
|
462
512
|
export declare const HierarchyGroupMatchType: {
|
|
463
513
|
readonly EXACT: "EXACT";
|
|
464
514
|
readonly WITH_CHILD_GROUPS: "WITH_CHILD_GROUPS";
|
|
@@ -469,6 +519,36 @@ export interface HierarchyGroupCondition {
|
|
|
469
519
|
Value?: string;
|
|
470
520
|
HierarchyGroupMatchType?: HierarchyGroupMatchType;
|
|
471
521
|
}
|
|
522
|
+
export declare const NumberComparisonType: {
|
|
523
|
+
readonly EQUAL: "EQUAL";
|
|
524
|
+
readonly GREATER: "GREATER";
|
|
525
|
+
readonly GREATER_OR_EQUAL: "GREATER_OR_EQUAL";
|
|
526
|
+
readonly LESSER: "LESSER";
|
|
527
|
+
readonly LESSER_OR_EQUAL: "LESSER_OR_EQUAL";
|
|
528
|
+
readonly NOT_EQUAL: "NOT_EQUAL";
|
|
529
|
+
readonly RANGE: "RANGE";
|
|
530
|
+
};
|
|
531
|
+
export type NumberComparisonType =
|
|
532
|
+
(typeof NumberComparisonType)[keyof typeof NumberComparisonType];
|
|
533
|
+
export interface NumberCondition {
|
|
534
|
+
FieldName?: string;
|
|
535
|
+
MinValue?: number;
|
|
536
|
+
MaxValue?: number;
|
|
537
|
+
ComparisonType?: NumberComparisonType;
|
|
538
|
+
}
|
|
539
|
+
export interface Condition {
|
|
540
|
+
StringCondition?: StringCondition;
|
|
541
|
+
NumberCondition?: NumberCondition;
|
|
542
|
+
}
|
|
543
|
+
export declare const TargetListType: {
|
|
544
|
+
readonly PROFICIENCIES: "PROFICIENCIES";
|
|
545
|
+
};
|
|
546
|
+
export type TargetListType =
|
|
547
|
+
(typeof TargetListType)[keyof typeof TargetListType];
|
|
548
|
+
export interface ListCondition {
|
|
549
|
+
TargetListType?: TargetListType;
|
|
550
|
+
Conditions?: Condition[];
|
|
551
|
+
}
|
|
472
552
|
export interface AttributeAndCondition {
|
|
473
553
|
TagConditions?: TagCondition[];
|
|
474
554
|
HierarchyGroupCondition?: HierarchyGroupCondition;
|
|
@@ -1277,6 +1357,11 @@ export interface EvaluationFormSection {
|
|
|
1277
1357
|
Items: EvaluationFormItem[] | undefined;
|
|
1278
1358
|
Weight?: number;
|
|
1279
1359
|
}
|
|
1360
|
+
export interface AgentStatusSearchCriteria {
|
|
1361
|
+
OrConditions?: AgentStatusSearchCriteria[];
|
|
1362
|
+
AndConditions?: AgentStatusSearchCriteria[];
|
|
1363
|
+
StringCondition?: StringCondition;
|
|
1364
|
+
}
|
|
1280
1365
|
export interface ContactFlowModuleSearchCriteria {
|
|
1281
1366
|
OrConditions?: ContactFlowModuleSearchCriteria[];
|
|
1282
1367
|
AndConditions?: ContactFlowModuleSearchCriteria[];
|
|
@@ -1375,10 +1460,16 @@ export interface UpdateEvaluationFormRequest {
|
|
|
1375
1460
|
ScoringStrategy?: EvaluationFormScoringStrategy;
|
|
1376
1461
|
ClientToken?: string;
|
|
1377
1462
|
}
|
|
1463
|
+
export interface UserHierarchyGroupSearchCriteria {
|
|
1464
|
+
OrConditions?: UserHierarchyGroupSearchCriteria[];
|
|
1465
|
+
AndConditions?: UserHierarchyGroupSearchCriteria[];
|
|
1466
|
+
StringCondition?: StringCondition;
|
|
1467
|
+
}
|
|
1378
1468
|
export interface UserSearchCriteria {
|
|
1379
1469
|
OrConditions?: UserSearchCriteria[];
|
|
1380
1470
|
AndConditions?: UserSearchCriteria[];
|
|
1381
1471
|
StringCondition?: StringCondition;
|
|
1472
|
+
ListCondition?: ListCondition;
|
|
1382
1473
|
HierarchyGroupCondition?: HierarchyGroupCondition;
|
|
1383
1474
|
}
|
|
1384
1475
|
export interface DescribeContactEvaluationResponse {
|
|
@@ -1388,6 +1479,13 @@ export interface DescribeContactEvaluationResponse {
|
|
|
1388
1479
|
export interface DescribeEvaluationFormResponse {
|
|
1389
1480
|
EvaluationForm: EvaluationForm | undefined;
|
|
1390
1481
|
}
|
|
1482
|
+
export interface SearchAgentStatusesRequest {
|
|
1483
|
+
InstanceId: string | undefined;
|
|
1484
|
+
NextToken?: string;
|
|
1485
|
+
MaxResults?: number;
|
|
1486
|
+
SearchFilter?: AgentStatusSearchFilter;
|
|
1487
|
+
SearchCriteria?: AgentStatusSearchCriteria;
|
|
1488
|
+
}
|
|
1391
1489
|
export interface SearchContactFlowModulesRequest {
|
|
1392
1490
|
InstanceId: string | undefined;
|
|
1393
1491
|
NextToken?: string;
|
|
@@ -1450,6 +1548,13 @@ export interface SearchSecurityProfilesRequest {
|
|
|
1450
1548
|
SearchCriteria?: SecurityProfileSearchCriteria;
|
|
1451
1549
|
SearchFilter?: SecurityProfilesSearchFilter;
|
|
1452
1550
|
}
|
|
1551
|
+
export interface SearchUserHierarchyGroupsRequest {
|
|
1552
|
+
InstanceId: string | undefined;
|
|
1553
|
+
NextToken?: string;
|
|
1554
|
+
MaxResults?: number;
|
|
1555
|
+
SearchFilter?: UserHierarchyGroupSearchFilter;
|
|
1556
|
+
SearchCriteria?: UserHierarchyGroupSearchCriteria;
|
|
1557
|
+
}
|
|
1453
1558
|
export interface SearchUsersRequest {
|
|
1454
1559
|
InstanceId: string | undefined;
|
|
1455
1560
|
NextToken?: string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchAgentStatusesCommandInput,
|
|
4
|
+
SearchAgentStatusesCommandOutput,
|
|
5
|
+
} from "../commands/SearchAgentStatusesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateSearchAgentStatuses: (
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: SearchAgentStatusesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<SearchAgentStatusesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchUserHierarchyGroupsCommandInput,
|
|
4
|
+
SearchUserHierarchyGroupsCommandOutput,
|
|
5
|
+
} from "../commands/SearchUserHierarchyGroupsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateSearchUserHierarchyGroups: (
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: SearchUserHierarchyGroupsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<SearchUserHierarchyGroupsCommandOutput>;
|
|
@@ -46,6 +46,7 @@ export * from "./ListUserProficienciesPaginator";
|
|
|
46
46
|
export * from "./ListUsersPaginator";
|
|
47
47
|
export * from "./ListViewVersionsPaginator";
|
|
48
48
|
export * from "./ListViewsPaginator";
|
|
49
|
+
export * from "./SearchAgentStatusesPaginator";
|
|
49
50
|
export * from "./SearchAvailablePhoneNumbersPaginator";
|
|
50
51
|
export * from "./SearchContactFlowModulesPaginator";
|
|
51
52
|
export * from "./SearchContactFlowsPaginator";
|
|
@@ -58,5 +59,6 @@ export * from "./SearchQuickConnectsPaginator";
|
|
|
58
59
|
export * from "./SearchResourceTagsPaginator";
|
|
59
60
|
export * from "./SearchRoutingProfilesPaginator";
|
|
60
61
|
export * from "./SearchSecurityProfilesPaginator";
|
|
62
|
+
export * from "./SearchUserHierarchyGroupsPaginator";
|
|
61
63
|
export * from "./SearchUsersPaginator";
|
|
62
64
|
export * from "./SearchVocabulariesPaginator";
|
|
@@ -695,6 +695,10 @@ import {
|
|
|
695
695
|
ResumeContactRecordingCommandInput,
|
|
696
696
|
ResumeContactRecordingCommandOutput,
|
|
697
697
|
} from "../commands/ResumeContactRecordingCommand";
|
|
698
|
+
import {
|
|
699
|
+
SearchAgentStatusesCommandInput,
|
|
700
|
+
SearchAgentStatusesCommandOutput,
|
|
701
|
+
} from "../commands/SearchAgentStatusesCommand";
|
|
698
702
|
import {
|
|
699
703
|
SearchAvailablePhoneNumbersCommandInput,
|
|
700
704
|
SearchAvailablePhoneNumbersCommandOutput,
|
|
@@ -743,6 +747,10 @@ import {
|
|
|
743
747
|
SearchSecurityProfilesCommandInput,
|
|
744
748
|
SearchSecurityProfilesCommandOutput,
|
|
745
749
|
} from "../commands/SearchSecurityProfilesCommand";
|
|
750
|
+
import {
|
|
751
|
+
SearchUserHierarchyGroupsCommandInput,
|
|
752
|
+
SearchUserHierarchyGroupsCommandOutput,
|
|
753
|
+
} from "../commands/SearchUserHierarchyGroupsCommand";
|
|
746
754
|
import {
|
|
747
755
|
SearchUsersCommandInput,
|
|
748
756
|
SearchUsersCommandOutput,
|
|
@@ -1707,6 +1715,10 @@ export declare const se_ResumeContactRecordingCommand: (
|
|
|
1707
1715
|
input: ResumeContactRecordingCommandInput,
|
|
1708
1716
|
context: __SerdeContext
|
|
1709
1717
|
) => Promise<__HttpRequest>;
|
|
1718
|
+
export declare const se_SearchAgentStatusesCommand: (
|
|
1719
|
+
input: SearchAgentStatusesCommandInput,
|
|
1720
|
+
context: __SerdeContext
|
|
1721
|
+
) => Promise<__HttpRequest>;
|
|
1710
1722
|
export declare const se_SearchAvailablePhoneNumbersCommand: (
|
|
1711
1723
|
input: SearchAvailablePhoneNumbersCommandInput,
|
|
1712
1724
|
context: __SerdeContext
|
|
@@ -1755,6 +1767,10 @@ export declare const se_SearchSecurityProfilesCommand: (
|
|
|
1755
1767
|
input: SearchSecurityProfilesCommandInput,
|
|
1756
1768
|
context: __SerdeContext
|
|
1757
1769
|
) => Promise<__HttpRequest>;
|
|
1770
|
+
export declare const se_SearchUserHierarchyGroupsCommand: (
|
|
1771
|
+
input: SearchUserHierarchyGroupsCommandInput,
|
|
1772
|
+
context: __SerdeContext
|
|
1773
|
+
) => Promise<__HttpRequest>;
|
|
1758
1774
|
export declare const se_SearchUsersCommand: (
|
|
1759
1775
|
input: SearchUsersCommandInput,
|
|
1760
1776
|
context: __SerdeContext
|
|
@@ -2719,6 +2735,10 @@ export declare const de_ResumeContactRecordingCommand: (
|
|
|
2719
2735
|
output: __HttpResponse,
|
|
2720
2736
|
context: __SerdeContext
|
|
2721
2737
|
) => Promise<ResumeContactRecordingCommandOutput>;
|
|
2738
|
+
export declare const de_SearchAgentStatusesCommand: (
|
|
2739
|
+
output: __HttpResponse,
|
|
2740
|
+
context: __SerdeContext
|
|
2741
|
+
) => Promise<SearchAgentStatusesCommandOutput>;
|
|
2722
2742
|
export declare const de_SearchAvailablePhoneNumbersCommand: (
|
|
2723
2743
|
output: __HttpResponse,
|
|
2724
2744
|
context: __SerdeContext
|
|
@@ -2767,6 +2787,10 @@ export declare const de_SearchSecurityProfilesCommand: (
|
|
|
2767
2787
|
output: __HttpResponse,
|
|
2768
2788
|
context: __SerdeContext
|
|
2769
2789
|
) => Promise<SearchSecurityProfilesCommandOutput>;
|
|
2790
|
+
export declare const de_SearchUserHierarchyGroupsCommand: (
|
|
2791
|
+
output: __HttpResponse,
|
|
2792
|
+
context: __SerdeContext
|
|
2793
|
+
) => Promise<SearchUserHierarchyGroupsCommandOutput>;
|
|
2770
2794
|
export declare const de_SearchUsersCommand: (
|
|
2771
2795
|
output: __HttpResponse,
|
|
2772
2796
|
context: __SerdeContext
|
|
@@ -56,11 +56,11 @@ export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
|
|
|
56
56
|
}
|
|
57
57
|
) => import("@smithy/types").EndpointV2;
|
|
58
58
|
tls?: boolean | undefined;
|
|
59
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
59
60
|
retryStrategy?:
|
|
60
61
|
| import("@smithy/types").RetryStrategy
|
|
61
62
|
| import("@smithy/types").RetryStrategyV2
|
|
62
63
|
| undefined;
|
|
63
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
64
64
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
65
65
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHttpAuthSchemeProvider;
|
|
66
66
|
credentials?:
|
|
@@ -60,11 +60,11 @@ export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
|
|
|
60
60
|
}
|
|
61
61
|
) => import("@smithy/types").EndpointV2;
|
|
62
62
|
tls?: boolean | undefined;
|
|
63
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
63
64
|
retryStrategy?:
|
|
64
65
|
| import("@smithy/types").RetryStrategy
|
|
65
66
|
| import("@smithy/types").RetryStrategyV2
|
|
66
67
|
| undefined;
|
|
67
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
68
68
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
69
69
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHttpAuthSchemeProvider;
|
|
70
70
|
credentials?:
|
|
@@ -50,11 +50,11 @@ export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
|
|
|
50
50
|
}
|
|
51
51
|
) => import("@smithy/types").EndpointV2;
|
|
52
52
|
tls?: boolean | undefined;
|
|
53
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
53
54
|
retryStrategy?:
|
|
54
55
|
| import("@smithy/types").RetryStrategy
|
|
55
56
|
| import("@smithy/types").RetryStrategyV2
|
|
56
57
|
| undefined;
|
|
57
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
58
58
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
59
59
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHttpAuthSchemeProvider;
|
|
60
60
|
credentials?:
|