@aws-sdk/client-connect 3.398.0 → 3.405.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 +72 -0
- package/dist-cjs/Connect.js +18 -0
- package/dist-cjs/commands/CreateViewCommand.js +47 -0
- package/dist-cjs/commands/CreateViewVersionCommand.js +47 -0
- package/dist-cjs/commands/DeleteViewCommand.js +46 -0
- package/dist-cjs/commands/DeleteViewVersionCommand.js +46 -0
- package/dist-cjs/commands/DescribeViewCommand.js +47 -0
- package/dist-cjs/commands/ListViewVersionsCommand.js +47 -0
- package/dist-cjs/commands/ListViewsCommand.js +47 -0
- package/dist-cjs/commands/UpdateViewContentCommand.js +47 -0
- package/dist-cjs/commands/UpdateViewMetadataCommand.js +47 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +66 -6
- package/dist-cjs/models/models_1.js +25 -1
- package/dist-cjs/models/models_2.js +18 -1
- package/dist-cjs/pagination/ListViewVersionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListViewsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +713 -20
- package/dist-es/Connect.js +18 -0
- package/dist-es/commands/CreateViewCommand.js +43 -0
- package/dist-es/commands/CreateViewVersionCommand.js +43 -0
- package/dist-es/commands/DeleteViewCommand.js +42 -0
- package/dist-es/commands/DeleteViewVersionCommand.js +42 -0
- package/dist-es/commands/DescribeViewCommand.js +43 -0
- package/dist-es/commands/ListViewVersionsCommand.js +43 -0
- package/dist-es/commands/ListViewsCommand.js +43 -0
- package/dist-es/commands/UpdateViewContentCommand.js +43 -0
- package/dist-es/commands/UpdateViewMetadataCommand.js +43 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +57 -5
- package/dist-es/models/models_1.js +20 -0
- package/dist-es/models/models_2.js +14 -0
- package/dist-es/pagination/ListViewVersionsPaginator.js +25 -0
- package/dist-es/pagination/ListViewsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +687 -13
- package/dist-types/Connect.d.ts +63 -0
- package/dist-types/ConnectClient.d.ts +11 -2
- package/dist-types/commands/CreateQueueCommand.d.ts +20 -13
- package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +8 -0
- package/dist-types/commands/CreateViewCommand.d.ts +140 -0
- package/dist-types/commands/CreateViewVersionCommand.d.ts +126 -0
- package/dist-types/commands/DeleteViewCommand.d.ts +93 -0
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +94 -0
- package/dist-types/commands/DescribeViewCommand.d.ts +121 -0
- package/dist-types/commands/DescribeVocabularyCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateBotCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -1
- package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +1 -1
- package/dist-types/commands/DismissUserContactCommand.d.ts +1 -1
- package/dist-types/commands/GetContactAttributesCommand.d.ts +1 -2
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +14 -4
- package/dist-types/commands/ListViewVersionsCommand.d.ts +106 -0
- package/dist-types/commands/ListViewsCommand.d.ts +105 -0
- package/dist-types/commands/StopContactCommand.d.ts +5 -3
- package/dist-types/commands/UpdatePromptCommand.d.ts +2 -1
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +21 -14
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +6 -3
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +127 -0
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +99 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +359 -317
- package/dist-types/models/models_1.d.ts +478 -553
- package/dist-types/models/models_2.d.ts +632 -2
- package/dist-types/pagination/ListViewVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListViewsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/Connect.d.ts +153 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +56 -2
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DismissUserContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListViewVersionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdatePromptCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +117 -90
- package/dist-types/ts3.4/models/models_1.d.ts +121 -135
- package/dist-types/ts3.4/models/models_2.d.ts +171 -1
- package/dist-types/ts3.4/pagination/ListViewVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListViewsPaginator.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 +108 -0
- package/package.json +7 -7
|
@@ -1,14 +1,29 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AgentAvailabilityTimer,
|
|
3
|
+
AgentConfig,
|
|
2
4
|
Evaluation,
|
|
3
5
|
EvaluationFormQuestion,
|
|
4
6
|
EvaluationFormScoringStrategy,
|
|
5
7
|
EvaluationFormVersionStatus,
|
|
8
|
+
MediaConcurrency,
|
|
9
|
+
OutboundCallerConfig,
|
|
10
|
+
QueueStatus,
|
|
11
|
+
QuickConnectConfig,
|
|
12
|
+
RoutingProfileQueueConfig,
|
|
13
|
+
RuleAction,
|
|
14
|
+
RulePublishStatus,
|
|
15
|
+
TaskTemplateConstraints,
|
|
16
|
+
TaskTemplateDefaults,
|
|
17
|
+
TaskTemplateField,
|
|
18
|
+
TaskTemplateStatus,
|
|
6
19
|
UserIdentityInfo,
|
|
7
20
|
UserPhoneConfig,
|
|
21
|
+
View,
|
|
22
|
+
ViewInputContent,
|
|
23
|
+
ViewStatus,
|
|
8
24
|
} from "./models_0";
|
|
9
25
|
import {
|
|
10
26
|
HierarchyGroupCondition,
|
|
11
|
-
HierarchyLevelUpdate,
|
|
12
27
|
HoursOfOperationSearchFilter,
|
|
13
28
|
PromptSearchFilter,
|
|
14
29
|
QueueSearchFilter,
|
|
@@ -16,9 +31,139 @@ import {
|
|
|
16
31
|
RoutingProfileSearchFilter,
|
|
17
32
|
SearchableQueueType,
|
|
18
33
|
SecurityProfilesSearchFilter,
|
|
34
|
+
SignInConfig,
|
|
19
35
|
StringCondition,
|
|
36
|
+
TelephonyConfig,
|
|
20
37
|
UserSearchFilter,
|
|
21
38
|
} from "./models_1";
|
|
39
|
+
export interface UpdatePromptResponse {
|
|
40
|
+
PromptARN?: string;
|
|
41
|
+
PromptId?: string;
|
|
42
|
+
}
|
|
43
|
+
export interface UpdateQueueHoursOfOperationRequest {
|
|
44
|
+
InstanceId: string | undefined;
|
|
45
|
+
QueueId: string | undefined;
|
|
46
|
+
HoursOfOperationId: string | undefined;
|
|
47
|
+
}
|
|
48
|
+
export interface UpdateQueueMaxContactsRequest {
|
|
49
|
+
InstanceId: string | undefined;
|
|
50
|
+
QueueId: string | undefined;
|
|
51
|
+
MaxContacts?: number;
|
|
52
|
+
}
|
|
53
|
+
export interface UpdateQueueNameRequest {
|
|
54
|
+
InstanceId: string | undefined;
|
|
55
|
+
QueueId: string | undefined;
|
|
56
|
+
Name?: string;
|
|
57
|
+
Description?: string;
|
|
58
|
+
}
|
|
59
|
+
export interface UpdateQueueOutboundCallerConfigRequest {
|
|
60
|
+
InstanceId: string | undefined;
|
|
61
|
+
QueueId: string | undefined;
|
|
62
|
+
OutboundCallerConfig: OutboundCallerConfig | undefined;
|
|
63
|
+
}
|
|
64
|
+
export interface UpdateQueueStatusRequest {
|
|
65
|
+
InstanceId: string | undefined;
|
|
66
|
+
QueueId: string | undefined;
|
|
67
|
+
Status: QueueStatus | string | undefined;
|
|
68
|
+
}
|
|
69
|
+
export interface UpdateQuickConnectConfigRequest {
|
|
70
|
+
InstanceId: string | undefined;
|
|
71
|
+
QuickConnectId: string | undefined;
|
|
72
|
+
QuickConnectConfig: QuickConnectConfig | undefined;
|
|
73
|
+
}
|
|
74
|
+
export interface UpdateQuickConnectNameRequest {
|
|
75
|
+
InstanceId: string | undefined;
|
|
76
|
+
QuickConnectId: string | undefined;
|
|
77
|
+
Name?: string;
|
|
78
|
+
Description?: string;
|
|
79
|
+
}
|
|
80
|
+
export interface UpdateRoutingProfileAgentAvailabilityTimerRequest {
|
|
81
|
+
InstanceId: string | undefined;
|
|
82
|
+
RoutingProfileId: string | undefined;
|
|
83
|
+
AgentAvailabilityTimer: AgentAvailabilityTimer | string | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface UpdateRoutingProfileConcurrencyRequest {
|
|
86
|
+
InstanceId: string | undefined;
|
|
87
|
+
RoutingProfileId: string | undefined;
|
|
88
|
+
MediaConcurrencies: MediaConcurrency[] | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
|
|
91
|
+
InstanceId: string | undefined;
|
|
92
|
+
RoutingProfileId: string | undefined;
|
|
93
|
+
DefaultOutboundQueueId: string | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface UpdateRoutingProfileNameRequest {
|
|
96
|
+
InstanceId: string | undefined;
|
|
97
|
+
RoutingProfileId: string | undefined;
|
|
98
|
+
Name?: string;
|
|
99
|
+
Description?: string;
|
|
100
|
+
}
|
|
101
|
+
export interface UpdateRoutingProfileQueuesRequest {
|
|
102
|
+
InstanceId: string | undefined;
|
|
103
|
+
RoutingProfileId: string | undefined;
|
|
104
|
+
QueueConfigs: RoutingProfileQueueConfig[] | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface UpdateRuleRequest {
|
|
107
|
+
RuleId: string | undefined;
|
|
108
|
+
InstanceId: string | undefined;
|
|
109
|
+
Name: string | undefined;
|
|
110
|
+
Function: string | undefined;
|
|
111
|
+
Actions: RuleAction[] | undefined;
|
|
112
|
+
PublishStatus: RulePublishStatus | string | undefined;
|
|
113
|
+
}
|
|
114
|
+
export interface UpdateSecurityProfileRequest {
|
|
115
|
+
Description?: string;
|
|
116
|
+
Permissions?: string[];
|
|
117
|
+
SecurityProfileId: string | undefined;
|
|
118
|
+
InstanceId: string | undefined;
|
|
119
|
+
AllowedAccessControlTags?: Record<string, string>;
|
|
120
|
+
TagRestrictedResources?: string[];
|
|
121
|
+
}
|
|
122
|
+
export interface UpdateTaskTemplateRequest {
|
|
123
|
+
TaskTemplateId: string | undefined;
|
|
124
|
+
InstanceId: string | undefined;
|
|
125
|
+
Name?: string;
|
|
126
|
+
Description?: string;
|
|
127
|
+
ContactFlowId?: string;
|
|
128
|
+
Constraints?: TaskTemplateConstraints;
|
|
129
|
+
Defaults?: TaskTemplateDefaults;
|
|
130
|
+
Status?: TaskTemplateStatus | string;
|
|
131
|
+
Fields?: TaskTemplateField[];
|
|
132
|
+
}
|
|
133
|
+
export interface UpdateTaskTemplateResponse {
|
|
134
|
+
InstanceId?: string;
|
|
135
|
+
Id?: string;
|
|
136
|
+
Arn?: string;
|
|
137
|
+
Name?: string;
|
|
138
|
+
Description?: string;
|
|
139
|
+
ContactFlowId?: string;
|
|
140
|
+
Constraints?: TaskTemplateConstraints;
|
|
141
|
+
Defaults?: TaskTemplateDefaults;
|
|
142
|
+
Fields?: TaskTemplateField[];
|
|
143
|
+
Status?: TaskTemplateStatus | string;
|
|
144
|
+
LastModifiedTime?: Date;
|
|
145
|
+
CreatedTime?: Date;
|
|
146
|
+
}
|
|
147
|
+
export interface UpdateTrafficDistributionRequest {
|
|
148
|
+
Id: string | undefined;
|
|
149
|
+
TelephonyConfig?: TelephonyConfig;
|
|
150
|
+
SignInConfig?: SignInConfig;
|
|
151
|
+
AgentConfig?: AgentConfig;
|
|
152
|
+
}
|
|
153
|
+
export interface UpdateTrafficDistributionResponse {}
|
|
154
|
+
export interface UpdateUserHierarchyRequest {
|
|
155
|
+
HierarchyGroupId?: string;
|
|
156
|
+
UserId: string | undefined;
|
|
157
|
+
InstanceId: string | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface UpdateUserHierarchyGroupNameRequest {
|
|
160
|
+
Name: string | undefined;
|
|
161
|
+
HierarchyGroupId: string | undefined;
|
|
162
|
+
InstanceId: string | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface HierarchyLevelUpdate {
|
|
165
|
+
Name: string | undefined;
|
|
166
|
+
}
|
|
22
167
|
export interface HierarchyStructureUpdate {
|
|
23
168
|
LevelOne?: HierarchyLevelUpdate;
|
|
24
169
|
LevelTwo?: HierarchyLevelUpdate;
|
|
@@ -50,6 +195,22 @@ export interface UpdateUserSecurityProfilesRequest {
|
|
|
50
195
|
UserId: string | undefined;
|
|
51
196
|
InstanceId: string | undefined;
|
|
52
197
|
}
|
|
198
|
+
export interface UpdateViewContentRequest {
|
|
199
|
+
InstanceId: string | undefined;
|
|
200
|
+
ViewId: string | undefined;
|
|
201
|
+
Status: ViewStatus | string | undefined;
|
|
202
|
+
Content: ViewInputContent | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface UpdateViewContentResponse {
|
|
205
|
+
View?: View;
|
|
206
|
+
}
|
|
207
|
+
export interface UpdateViewMetadataRequest {
|
|
208
|
+
InstanceId: string | undefined;
|
|
209
|
+
ViewId: string | undefined;
|
|
210
|
+
Name?: string;
|
|
211
|
+
Description?: string;
|
|
212
|
+
}
|
|
213
|
+
export interface UpdateViewMetadataResponse {}
|
|
53
214
|
export type EvaluationFormItem =
|
|
54
215
|
| EvaluationFormItem.QuestionMember
|
|
55
216
|
| EvaluationFormItem.SectionMember
|
|
@@ -221,3 +382,12 @@ export interface SearchUsersRequest {
|
|
|
221
382
|
SearchFilter?: UserSearchFilter;
|
|
222
383
|
SearchCriteria?: UserSearchCriteria;
|
|
223
384
|
}
|
|
385
|
+
export declare const UpdateViewContentRequestFilterSensitiveLog: (
|
|
386
|
+
obj: UpdateViewContentRequest
|
|
387
|
+
) => any;
|
|
388
|
+
export declare const UpdateViewContentResponseFilterSensitiveLog: (
|
|
389
|
+
obj: UpdateViewContentResponse
|
|
390
|
+
) => any;
|
|
391
|
+
export declare const UpdateViewMetadataRequestFilterSensitiveLog: (
|
|
392
|
+
obj: UpdateViewMetadataRequest
|
|
393
|
+
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListViewVersionsCommandInput,
|
|
4
|
+
ListViewVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListViewVersionsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListViewVersions(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListViewVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListViewVersionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListViewsCommandInput,
|
|
4
|
+
ListViewsCommandOutput,
|
|
5
|
+
} from "../commands/ListViewsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListViews(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListViewsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListViewsCommandOutput>;
|
|
@@ -38,6 +38,8 @@ export * from "./ListTrafficDistributionGroupsPaginator";
|
|
|
38
38
|
export * from "./ListUseCasesPaginator";
|
|
39
39
|
export * from "./ListUserHierarchyGroupsPaginator";
|
|
40
40
|
export * from "./ListUsersPaginator";
|
|
41
|
+
export * from "./ListViewVersionsPaginator";
|
|
42
|
+
export * from "./ListViewsPaginator";
|
|
41
43
|
export * from "./SearchAvailablePhoneNumbersPaginator";
|
|
42
44
|
export * from "./SearchHoursOfOperationsPaginator";
|
|
43
45
|
export * from "./SearchPromptsPaginator";
|
|
@@ -131,6 +131,14 @@ import {
|
|
|
131
131
|
CreateUserHierarchyGroupCommandInput,
|
|
132
132
|
CreateUserHierarchyGroupCommandOutput,
|
|
133
133
|
} from "../commands/CreateUserHierarchyGroupCommand";
|
|
134
|
+
import {
|
|
135
|
+
CreateViewCommandInput,
|
|
136
|
+
CreateViewCommandOutput,
|
|
137
|
+
} from "../commands/CreateViewCommand";
|
|
138
|
+
import {
|
|
139
|
+
CreateViewVersionCommandInput,
|
|
140
|
+
CreateViewVersionCommandOutput,
|
|
141
|
+
} from "../commands/CreateViewVersionCommand";
|
|
134
142
|
import {
|
|
135
143
|
CreateVocabularyCommandInput,
|
|
136
144
|
CreateVocabularyCommandOutput,
|
|
@@ -211,6 +219,14 @@ import {
|
|
|
211
219
|
DeleteUserHierarchyGroupCommandInput,
|
|
212
220
|
DeleteUserHierarchyGroupCommandOutput,
|
|
213
221
|
} from "../commands/DeleteUserHierarchyGroupCommand";
|
|
222
|
+
import {
|
|
223
|
+
DeleteViewCommandInput,
|
|
224
|
+
DeleteViewCommandOutput,
|
|
225
|
+
} from "../commands/DeleteViewCommand";
|
|
226
|
+
import {
|
|
227
|
+
DeleteViewVersionCommandInput,
|
|
228
|
+
DeleteViewVersionCommandOutput,
|
|
229
|
+
} from "../commands/DeleteViewVersionCommand";
|
|
214
230
|
import {
|
|
215
231
|
DeleteVocabularyCommandInput,
|
|
216
232
|
DeleteVocabularyCommandOutput,
|
|
@@ -299,6 +315,10 @@ import {
|
|
|
299
315
|
DescribeUserHierarchyStructureCommandInput,
|
|
300
316
|
DescribeUserHierarchyStructureCommandOutput,
|
|
301
317
|
} from "../commands/DescribeUserHierarchyStructureCommand";
|
|
318
|
+
import {
|
|
319
|
+
DescribeViewCommandInput,
|
|
320
|
+
DescribeViewCommandOutput,
|
|
321
|
+
} from "../commands/DescribeViewCommand";
|
|
302
322
|
import {
|
|
303
323
|
DescribeVocabularyCommandInput,
|
|
304
324
|
DescribeVocabularyCommandOutput,
|
|
@@ -527,6 +547,14 @@ import {
|
|
|
527
547
|
ListUsersCommandInput,
|
|
528
548
|
ListUsersCommandOutput,
|
|
529
549
|
} from "../commands/ListUsersCommand";
|
|
550
|
+
import {
|
|
551
|
+
ListViewsCommandInput,
|
|
552
|
+
ListViewsCommandOutput,
|
|
553
|
+
} from "../commands/ListViewsCommand";
|
|
554
|
+
import {
|
|
555
|
+
ListViewVersionsCommandInput,
|
|
556
|
+
ListViewVersionsCommandOutput,
|
|
557
|
+
} from "../commands/ListViewVersionsCommand";
|
|
530
558
|
import {
|
|
531
559
|
MonitorContactCommandInput,
|
|
532
560
|
MonitorContactCommandOutput,
|
|
@@ -803,6 +831,14 @@ import {
|
|
|
803
831
|
UpdateUserSecurityProfilesCommandInput,
|
|
804
832
|
UpdateUserSecurityProfilesCommandOutput,
|
|
805
833
|
} from "../commands/UpdateUserSecurityProfilesCommand";
|
|
834
|
+
import {
|
|
835
|
+
UpdateViewContentCommandInput,
|
|
836
|
+
UpdateViewContentCommandOutput,
|
|
837
|
+
} from "../commands/UpdateViewContentCommand";
|
|
838
|
+
import {
|
|
839
|
+
UpdateViewMetadataCommandInput,
|
|
840
|
+
UpdateViewMetadataCommandOutput,
|
|
841
|
+
} from "../commands/UpdateViewMetadataCommand";
|
|
806
842
|
export declare const se_ActivateEvaluationFormCommand: (
|
|
807
843
|
input: ActivateEvaluationFormCommandInput,
|
|
808
844
|
context: __SerdeContext
|
|
@@ -931,6 +967,14 @@ export declare const se_CreateUserHierarchyGroupCommand: (
|
|
|
931
967
|
input: CreateUserHierarchyGroupCommandInput,
|
|
932
968
|
context: __SerdeContext
|
|
933
969
|
) => Promise<__HttpRequest>;
|
|
970
|
+
export declare const se_CreateViewCommand: (
|
|
971
|
+
input: CreateViewCommandInput,
|
|
972
|
+
context: __SerdeContext
|
|
973
|
+
) => Promise<__HttpRequest>;
|
|
974
|
+
export declare const se_CreateViewVersionCommand: (
|
|
975
|
+
input: CreateViewVersionCommandInput,
|
|
976
|
+
context: __SerdeContext
|
|
977
|
+
) => Promise<__HttpRequest>;
|
|
934
978
|
export declare const se_CreateVocabularyCommand: (
|
|
935
979
|
input: CreateVocabularyCommandInput,
|
|
936
980
|
context: __SerdeContext
|
|
@@ -1011,6 +1055,14 @@ export declare const se_DeleteUserHierarchyGroupCommand: (
|
|
|
1011
1055
|
input: DeleteUserHierarchyGroupCommandInput,
|
|
1012
1056
|
context: __SerdeContext
|
|
1013
1057
|
) => Promise<__HttpRequest>;
|
|
1058
|
+
export declare const se_DeleteViewCommand: (
|
|
1059
|
+
input: DeleteViewCommandInput,
|
|
1060
|
+
context: __SerdeContext
|
|
1061
|
+
) => Promise<__HttpRequest>;
|
|
1062
|
+
export declare const se_DeleteViewVersionCommand: (
|
|
1063
|
+
input: DeleteViewVersionCommandInput,
|
|
1064
|
+
context: __SerdeContext
|
|
1065
|
+
) => Promise<__HttpRequest>;
|
|
1014
1066
|
export declare const se_DeleteVocabularyCommand: (
|
|
1015
1067
|
input: DeleteVocabularyCommandInput,
|
|
1016
1068
|
context: __SerdeContext
|
|
@@ -1099,6 +1151,10 @@ export declare const se_DescribeUserHierarchyStructureCommand: (
|
|
|
1099
1151
|
input: DescribeUserHierarchyStructureCommandInput,
|
|
1100
1152
|
context: __SerdeContext
|
|
1101
1153
|
) => Promise<__HttpRequest>;
|
|
1154
|
+
export declare const se_DescribeViewCommand: (
|
|
1155
|
+
input: DescribeViewCommandInput,
|
|
1156
|
+
context: __SerdeContext
|
|
1157
|
+
) => Promise<__HttpRequest>;
|
|
1102
1158
|
export declare const se_DescribeVocabularyCommand: (
|
|
1103
1159
|
input: DescribeVocabularyCommandInput,
|
|
1104
1160
|
context: __SerdeContext
|
|
@@ -1327,6 +1383,14 @@ export declare const se_ListUsersCommand: (
|
|
|
1327
1383
|
input: ListUsersCommandInput,
|
|
1328
1384
|
context: __SerdeContext
|
|
1329
1385
|
) => Promise<__HttpRequest>;
|
|
1386
|
+
export declare const se_ListViewsCommand: (
|
|
1387
|
+
input: ListViewsCommandInput,
|
|
1388
|
+
context: __SerdeContext
|
|
1389
|
+
) => Promise<__HttpRequest>;
|
|
1390
|
+
export declare const se_ListViewVersionsCommand: (
|
|
1391
|
+
input: ListViewVersionsCommandInput,
|
|
1392
|
+
context: __SerdeContext
|
|
1393
|
+
) => Promise<__HttpRequest>;
|
|
1330
1394
|
export declare const se_MonitorContactCommand: (
|
|
1331
1395
|
input: MonitorContactCommandInput,
|
|
1332
1396
|
context: __SerdeContext
|
|
@@ -1603,6 +1667,14 @@ export declare const se_UpdateUserSecurityProfilesCommand: (
|
|
|
1603
1667
|
input: UpdateUserSecurityProfilesCommandInput,
|
|
1604
1668
|
context: __SerdeContext
|
|
1605
1669
|
) => Promise<__HttpRequest>;
|
|
1670
|
+
export declare const se_UpdateViewContentCommand: (
|
|
1671
|
+
input: UpdateViewContentCommandInput,
|
|
1672
|
+
context: __SerdeContext
|
|
1673
|
+
) => Promise<__HttpRequest>;
|
|
1674
|
+
export declare const se_UpdateViewMetadataCommand: (
|
|
1675
|
+
input: UpdateViewMetadataCommandInput,
|
|
1676
|
+
context: __SerdeContext
|
|
1677
|
+
) => Promise<__HttpRequest>;
|
|
1606
1678
|
export declare const de_ActivateEvaluationFormCommand: (
|
|
1607
1679
|
output: __HttpResponse,
|
|
1608
1680
|
context: __SerdeContext
|
|
@@ -1731,6 +1803,14 @@ export declare const de_CreateUserHierarchyGroupCommand: (
|
|
|
1731
1803
|
output: __HttpResponse,
|
|
1732
1804
|
context: __SerdeContext
|
|
1733
1805
|
) => Promise<CreateUserHierarchyGroupCommandOutput>;
|
|
1806
|
+
export declare const de_CreateViewCommand: (
|
|
1807
|
+
output: __HttpResponse,
|
|
1808
|
+
context: __SerdeContext
|
|
1809
|
+
) => Promise<CreateViewCommandOutput>;
|
|
1810
|
+
export declare const de_CreateViewVersionCommand: (
|
|
1811
|
+
output: __HttpResponse,
|
|
1812
|
+
context: __SerdeContext
|
|
1813
|
+
) => Promise<CreateViewVersionCommandOutput>;
|
|
1734
1814
|
export declare const de_CreateVocabularyCommand: (
|
|
1735
1815
|
output: __HttpResponse,
|
|
1736
1816
|
context: __SerdeContext
|
|
@@ -1811,6 +1891,14 @@ export declare const de_DeleteUserHierarchyGroupCommand: (
|
|
|
1811
1891
|
output: __HttpResponse,
|
|
1812
1892
|
context: __SerdeContext
|
|
1813
1893
|
) => Promise<DeleteUserHierarchyGroupCommandOutput>;
|
|
1894
|
+
export declare const de_DeleteViewCommand: (
|
|
1895
|
+
output: __HttpResponse,
|
|
1896
|
+
context: __SerdeContext
|
|
1897
|
+
) => Promise<DeleteViewCommandOutput>;
|
|
1898
|
+
export declare const de_DeleteViewVersionCommand: (
|
|
1899
|
+
output: __HttpResponse,
|
|
1900
|
+
context: __SerdeContext
|
|
1901
|
+
) => Promise<DeleteViewVersionCommandOutput>;
|
|
1814
1902
|
export declare const de_DeleteVocabularyCommand: (
|
|
1815
1903
|
output: __HttpResponse,
|
|
1816
1904
|
context: __SerdeContext
|
|
@@ -1899,6 +1987,10 @@ export declare const de_DescribeUserHierarchyStructureCommand: (
|
|
|
1899
1987
|
output: __HttpResponse,
|
|
1900
1988
|
context: __SerdeContext
|
|
1901
1989
|
) => Promise<DescribeUserHierarchyStructureCommandOutput>;
|
|
1990
|
+
export declare const de_DescribeViewCommand: (
|
|
1991
|
+
output: __HttpResponse,
|
|
1992
|
+
context: __SerdeContext
|
|
1993
|
+
) => Promise<DescribeViewCommandOutput>;
|
|
1902
1994
|
export declare const de_DescribeVocabularyCommand: (
|
|
1903
1995
|
output: __HttpResponse,
|
|
1904
1996
|
context: __SerdeContext
|
|
@@ -2127,6 +2219,14 @@ export declare const de_ListUsersCommand: (
|
|
|
2127
2219
|
output: __HttpResponse,
|
|
2128
2220
|
context: __SerdeContext
|
|
2129
2221
|
) => Promise<ListUsersCommandOutput>;
|
|
2222
|
+
export declare const de_ListViewsCommand: (
|
|
2223
|
+
output: __HttpResponse,
|
|
2224
|
+
context: __SerdeContext
|
|
2225
|
+
) => Promise<ListViewsCommandOutput>;
|
|
2226
|
+
export declare const de_ListViewVersionsCommand: (
|
|
2227
|
+
output: __HttpResponse,
|
|
2228
|
+
context: __SerdeContext
|
|
2229
|
+
) => Promise<ListViewVersionsCommandOutput>;
|
|
2130
2230
|
export declare const de_MonitorContactCommand: (
|
|
2131
2231
|
output: __HttpResponse,
|
|
2132
2232
|
context: __SerdeContext
|
|
@@ -2403,3 +2503,11 @@ export declare const de_UpdateUserSecurityProfilesCommand: (
|
|
|
2403
2503
|
output: __HttpResponse,
|
|
2404
2504
|
context: __SerdeContext
|
|
2405
2505
|
) => Promise<UpdateUserSecurityProfilesCommandOutput>;
|
|
2506
|
+
export declare const de_UpdateViewContentCommand: (
|
|
2507
|
+
output: __HttpResponse,
|
|
2508
|
+
context: __SerdeContext
|
|
2509
|
+
) => Promise<UpdateViewContentCommandOutput>;
|
|
2510
|
+
export declare const de_UpdateViewMetadataCommand: (
|
|
2511
|
+
output: __HttpResponse,
|
|
2512
|
+
context: __SerdeContext
|
|
2513
|
+
) => Promise<UpdateViewMetadataCommandOutput>;
|
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.405.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.405.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.405.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.398.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.398.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.398.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@aws-sdk/types": "3.398.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.398.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.398.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.405.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.0.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^2.0.5",
|
|
37
37
|
"@smithy/hash-node": "^2.0.5",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@smithy/middleware-retry": "^2.0.5",
|
|
42
42
|
"@smithy/middleware-serde": "^2.0.5",
|
|
43
43
|
"@smithy/middleware-stack": "^2.0.0",
|
|
44
|
-
"@smithy/node-config-provider": "^2.0.
|
|
44
|
+
"@smithy/node-config-provider": "^2.0.6",
|
|
45
45
|
"@smithy/node-http-handler": "^2.0.5",
|
|
46
46
|
"@smithy/protocol-http": "^2.0.5",
|
|
47
47
|
"@smithy/smithy-client": "^2.0.5",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@smithy/util-base64": "^2.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^2.0.6",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^2.0.6",
|
|
55
55
|
"@smithy/util-retry": "^2.0.0",
|
|
56
56
|
"@smithy/util-utf8": "^2.0.0",
|
|
57
57
|
"tslib": "^2.5.0",
|