@aws-sdk/client-connect 3.1086.0 → 3.1087.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 +7 -0
- package/dist-cjs/index.js +86 -5
- package/dist-es/Connect.js +4 -0
- package/dist-es/commands/SearchRulesCommand.js +4 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +3 -0
- package/dist-es/pagination/SearchRulesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +65 -4
- package/dist-types/Connect.d.ts +14 -0
- package/dist-types/ConnectClient.d.ts +3 -2
- package/dist-types/commands/AssociateHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListChildHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +3 -0
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchNotificationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SearchRulesCommand.d.ts +210 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +2 -2
- package/dist-types/models/models_1.d.ts +8 -2
- package/dist-types/models/models_2.d.ts +34 -20
- package/dist-types/models/models_3.d.ts +166 -184
- package/dist-types/models/models_4.d.ts +213 -1
- package/dist-types/pagination/SearchRulesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +8 -0
- package/dist-types/ts3.4/Connect.d.ts +24 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchNotificationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchRulesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/dist-types/ts3.4/models/models_2.d.ts +2 -0
- package/dist-types/ts3.4/models/models_3.d.ts +37 -41
- package/dist-types/ts3.4/models/models_4.d.ts +60 -0
- package/dist-types/ts3.4/pagination/SearchRulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/package.json +8 -8
|
@@ -47,14 +47,24 @@ import {
|
|
|
47
47
|
ContactSearchSummaryAiAgentInfo,
|
|
48
48
|
ContactSearchSummaryQueueInfo,
|
|
49
49
|
EmailAddressInfo,
|
|
50
|
+
EmailAddressSearchCriteria,
|
|
51
|
+
EmailAddressSearchFilter,
|
|
50
52
|
EmailAttachment,
|
|
51
53
|
EvaluationFormQuestion,
|
|
54
|
+
EvaluationFormSearchCriteria,
|
|
55
|
+
EvaluationFormSearchFilter,
|
|
52
56
|
Expression,
|
|
57
|
+
HoursOfOperationOverrideSearchCriteria,
|
|
58
|
+
HoursOfOperationSearchCriteria,
|
|
59
|
+
HoursOfOperationSearchFilter,
|
|
53
60
|
InboundAdditionalRecipients,
|
|
54
61
|
InboundEmailContent,
|
|
62
|
+
NotificationSearchCriteria,
|
|
63
|
+
NotificationSearchFilter,
|
|
55
64
|
ParticipantConfiguration,
|
|
56
65
|
ParticipantDetails,
|
|
57
66
|
PersistentChat,
|
|
67
|
+
PredefinedAttributeSearchCriteria,
|
|
58
68
|
PromptSearchCriteria,
|
|
59
69
|
PromptSearchFilter,
|
|
60
70
|
QueueInfoInput,
|
|
@@ -65,6 +75,8 @@ import {
|
|
|
65
75
|
RoutingCriteriaInputStep,
|
|
66
76
|
RoutingProfileSearchCriteria,
|
|
67
77
|
RoutingProfileSearchFilter,
|
|
78
|
+
RulesSearchCriteria,
|
|
79
|
+
RulesSearchFilter,
|
|
68
80
|
SecurityProfileSearchCriteria,
|
|
69
81
|
SecurityProfilesSearchFilter,
|
|
70
82
|
SegmentAttributeValue,
|
|
@@ -83,6 +95,47 @@ import {
|
|
|
83
95
|
WorkspaceSearchCriteria,
|
|
84
96
|
WorkspaceSearchFilter,
|
|
85
97
|
} from "./models_3";
|
|
98
|
+
export interface SearchEmailAddressesRequest {
|
|
99
|
+
InstanceId: string | undefined;
|
|
100
|
+
MaxResults?: number | undefined;
|
|
101
|
+
NextToken?: string | undefined;
|
|
102
|
+
SearchCriteria?: EmailAddressSearchCriteria | undefined;
|
|
103
|
+
SearchFilter?: EmailAddressSearchFilter | undefined;
|
|
104
|
+
}
|
|
105
|
+
export interface SearchEvaluationFormsRequest {
|
|
106
|
+
InstanceId: string | undefined;
|
|
107
|
+
NextToken?: string | undefined;
|
|
108
|
+
MaxResults?: number | undefined;
|
|
109
|
+
SearchCriteria?: EvaluationFormSearchCriteria | undefined;
|
|
110
|
+
SearchFilter?: EvaluationFormSearchFilter | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface SearchHoursOfOperationOverridesRequest {
|
|
113
|
+
InstanceId: string | undefined;
|
|
114
|
+
NextToken?: string | undefined;
|
|
115
|
+
MaxResults?: number | undefined;
|
|
116
|
+
SearchFilter?: HoursOfOperationSearchFilter | undefined;
|
|
117
|
+
SearchCriteria?: HoursOfOperationOverrideSearchCriteria | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface SearchHoursOfOperationsRequest {
|
|
120
|
+
InstanceId: string | undefined;
|
|
121
|
+
NextToken?: string | undefined;
|
|
122
|
+
MaxResults?: number | undefined;
|
|
123
|
+
SearchFilter?: HoursOfOperationSearchFilter | undefined;
|
|
124
|
+
SearchCriteria?: HoursOfOperationSearchCriteria | undefined;
|
|
125
|
+
}
|
|
126
|
+
export interface SearchNotificationsRequest {
|
|
127
|
+
InstanceId: string | undefined;
|
|
128
|
+
NextToken?: string | undefined;
|
|
129
|
+
MaxResults?: number | undefined;
|
|
130
|
+
SearchFilter?: NotificationSearchFilter | undefined;
|
|
131
|
+
SearchCriteria?: NotificationSearchCriteria | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface SearchPredefinedAttributesRequest {
|
|
134
|
+
InstanceId: string | undefined;
|
|
135
|
+
NextToken?: string | undefined;
|
|
136
|
+
MaxResults?: number | undefined;
|
|
137
|
+
SearchCriteria?: PredefinedAttributeSearchCriteria | undefined;
|
|
138
|
+
}
|
|
86
139
|
export interface SearchPromptsRequest {
|
|
87
140
|
InstanceId: string | undefined;
|
|
88
141
|
NextToken?: string | undefined;
|
|
@@ -111,6 +164,13 @@ export interface SearchRoutingProfilesRequest {
|
|
|
111
164
|
SearchFilter?: RoutingProfileSearchFilter | undefined;
|
|
112
165
|
SearchCriteria?: RoutingProfileSearchCriteria | undefined;
|
|
113
166
|
}
|
|
167
|
+
export interface SearchRulesRequest {
|
|
168
|
+
InstanceId: string | undefined;
|
|
169
|
+
MaxResults?: number | undefined;
|
|
170
|
+
NextToken?: string | undefined;
|
|
171
|
+
SearchCriteria?: RulesSearchCriteria | undefined;
|
|
172
|
+
SearchFilter?: RulesSearchFilter | undefined;
|
|
173
|
+
}
|
|
114
174
|
export interface SearchSecurityProfilesRequest {
|
|
115
175
|
InstanceId: string | undefined;
|
|
116
176
|
NextToken?: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchRulesCommandInput,
|
|
4
|
+
SearchRulesCommandOutput,
|
|
5
|
+
} from "../commands/SearchRulesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateSearchRules: (
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: SearchRulesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<SearchRulesCommandOutput>;
|
|
@@ -77,6 +77,7 @@ export * from "./SearchQueuesPaginator";
|
|
|
77
77
|
export * from "./SearchQuickConnectsPaginator";
|
|
78
78
|
export * from "./SearchResourceTagsPaginator";
|
|
79
79
|
export * from "./SearchRoutingProfilesPaginator";
|
|
80
|
+
export * from "./SearchRulesPaginator";
|
|
80
81
|
export * from "./SearchSecurityProfilesPaginator";
|
|
81
82
|
export * from "./SearchTestCasesPaginator";
|
|
82
83
|
export * from "./SearchUserHierarchyGroupsPaginator";
|
|
@@ -921,7 +921,12 @@ export declare var RoutingProfileSearchFilter$: StaticStructureSchema;
|
|
|
921
921
|
export declare var RoutingProfileSummary$: StaticStructureSchema;
|
|
922
922
|
export declare var Rule$: StaticStructureSchema;
|
|
923
923
|
export declare var RuleAction$: StaticStructureSchema;
|
|
924
|
+
export declare var RuleAttributeAndCondition$: StaticStructureSchema;
|
|
925
|
+
export declare var RuleAttributeFilter$: StaticStructureSchema;
|
|
924
926
|
export declare var RulesConfiguration$: StaticStructureSchema;
|
|
927
|
+
export declare var RuleSearchSummary$: StaticStructureSchema;
|
|
928
|
+
export declare var RulesSearchCriteria$: StaticStructureSchema;
|
|
929
|
+
export declare var RulesSearchFilter$: StaticStructureSchema;
|
|
925
930
|
export declare var RuleSummary$: StaticStructureSchema;
|
|
926
931
|
export declare var RuleTriggerEventSource$: StaticStructureSchema;
|
|
927
932
|
export declare var S3Config$: StaticStructureSchema;
|
|
@@ -973,6 +978,8 @@ export declare var SearchResourceTagsRequest$: StaticStructureSchema;
|
|
|
973
978
|
export declare var SearchResourceTagsResponse$: StaticStructureSchema;
|
|
974
979
|
export declare var SearchRoutingProfilesRequest$: StaticStructureSchema;
|
|
975
980
|
export declare var SearchRoutingProfilesResponse$: StaticStructureSchema;
|
|
981
|
+
export declare var SearchRulesRequest$: StaticStructureSchema;
|
|
982
|
+
export declare var SearchRulesResponse$: StaticStructureSchema;
|
|
976
983
|
export declare var SearchSecurityProfilesRequest$: StaticStructureSchema;
|
|
977
984
|
export declare var SearchSecurityProfilesResponse$: StaticStructureSchema;
|
|
978
985
|
export declare var SearchTestCasesRequest$: StaticStructureSchema;
|
|
@@ -1545,6 +1552,7 @@ export declare var SearchQueues$: StaticOperationSchema;
|
|
|
1545
1552
|
export declare var SearchQuickConnects$: StaticOperationSchema;
|
|
1546
1553
|
export declare var SearchResourceTags$: StaticOperationSchema;
|
|
1547
1554
|
export declare var SearchRoutingProfiles$: StaticOperationSchema;
|
|
1555
|
+
export declare var SearchRules$: StaticOperationSchema;
|
|
1548
1556
|
export declare var SearchSecurityProfiles$: StaticOperationSchema;
|
|
1549
1557
|
export declare var SearchTestCases$: StaticOperationSchema;
|
|
1550
1558
|
export declare var SearchUserHierarchyGroups$: StaticOperationSchema;
|
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.1087.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",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.975.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.974.
|
|
25
|
-
"@smithy/core": "^3.29.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.16.
|
|
22
|
+
"@aws-sdk/core": "^3.975.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.68",
|
|
24
|
+
"@aws-sdk/types": "^3.974.1",
|
|
25
|
+
"@smithy/core": "^3.29.3",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.5",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.5",
|
|
28
|
+
"@smithy/types": "^4.16.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|