@aws-sdk/client-connect 3.709.0 → 3.712.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 +56 -0
- package/dist-cjs/index.js +471 -95
- package/dist-es/Connect.js +14 -0
- package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +22 -0
- package/dist-es/commands/ListHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
- package/dist-es/commands/UpdateViewContentCommand.js +1 -1
- package/dist-es/commands/UpdateViewMetadataCommand.js +1 -1
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/models/models_1.js +0 -17
- package/dist-es/models/models_2.js +37 -40
- package/dist-es/models/models_3.js +27 -0
- package/dist-es/pagination/ListHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/SearchHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +225 -1
- package/dist-types/Connect.d.ts +49 -0
- package/dist-types/ConnectClient.d.ts +9 -2
- package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
- package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +115 -0
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -2
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +4 -0
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +168 -0
- package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +134 -73
- package/dist-types/models/models_1.d.ts +274 -314
- package/dist-types/models/models_2.d.ts +443 -486
- package/dist-types/models/models_3.d.ts +532 -3
- package/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
- package/dist-types/ts3.4/Connect.d.ts +119 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -4
- 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/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +36 -18
- package/dist-types/ts3.4/models/models_1.d.ts +68 -99
- package/dist-types/ts3.4/models/models_2.d.ts +142 -157
- package/dist-types/ts3.4/models/models_3.d.ts +163 -2
- package/dist-types/ts3.4/pagination/ListHoursOfOperationOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchHoursOfOperationOverridesPaginator.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 +84 -0
- package/package.json +5 -5
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AdditionalEmailRecipients,
|
|
3
|
+
AgentConfig,
|
|
3
4
|
AgentInfo,
|
|
4
5
|
AgentStatusSearchFilter,
|
|
5
6
|
Campaign,
|
|
@@ -8,15 +9,28 @@ import {
|
|
|
8
9
|
ContactFlowType,
|
|
9
10
|
ContactInitiationMethod,
|
|
10
11
|
Endpoint,
|
|
12
|
+
EvaluationFormQuestion,
|
|
11
13
|
EvaluationFormScoringStrategy,
|
|
12
14
|
InitiateAs,
|
|
13
15
|
Reference,
|
|
14
16
|
StringCondition,
|
|
17
|
+
TaskTemplateConstraints,
|
|
18
|
+
TaskTemplateDefaults,
|
|
19
|
+
TaskTemplateField,
|
|
20
|
+
TaskTemplateStatus,
|
|
21
|
+
UserIdentityInfo,
|
|
15
22
|
UserInfo,
|
|
23
|
+
UserPhoneConfig,
|
|
24
|
+
UserProficiency,
|
|
25
|
+
View,
|
|
26
|
+
ViewInputContent,
|
|
27
|
+
ViewStatus,
|
|
16
28
|
} from "./models_0";
|
|
17
29
|
import {
|
|
18
30
|
AnsweringMachineDetectionStatus,
|
|
19
31
|
AttributeCondition,
|
|
32
|
+
ContactFlowModuleState,
|
|
33
|
+
ContactFlowModuleStatus,
|
|
20
34
|
ContactFlowState,
|
|
21
35
|
Customer,
|
|
22
36
|
CustomerVoiceActivity,
|
|
@@ -28,16 +42,18 @@ import {
|
|
|
28
42
|
QualityMetrics,
|
|
29
43
|
QueueInfo,
|
|
30
44
|
RoutingCriteriaStepStatus,
|
|
45
|
+
SignInConfig,
|
|
46
|
+
TelephonyConfig,
|
|
31
47
|
WisdomInfo,
|
|
32
48
|
} from "./models_1";
|
|
33
49
|
import {
|
|
34
50
|
ChatMessage,
|
|
35
51
|
ContactFlowModuleSearchFilter,
|
|
36
52
|
ContactFlowSearchFilter,
|
|
53
|
+
DateCondition,
|
|
37
54
|
EmailAddressInfo,
|
|
38
55
|
EmailAddressSearchFilter,
|
|
39
56
|
EmailAttachment,
|
|
40
|
-
EvaluationFormItem,
|
|
41
57
|
HierarchyGroupCondition,
|
|
42
58
|
HoursOfOperationSearchFilter,
|
|
43
59
|
InboundAdditionalRecipients,
|
|
@@ -53,10 +69,128 @@ import {
|
|
|
53
69
|
RoutingProfileSearchFilter,
|
|
54
70
|
SearchableQueueType,
|
|
55
71
|
SecurityProfilesSearchFilter,
|
|
56
|
-
SegmentAttributeValue,
|
|
57
72
|
UserHierarchyGroupSearchFilter,
|
|
58
73
|
UserSearchFilter,
|
|
59
74
|
} from "./models_2";
|
|
75
|
+
export interface UpdateTaskTemplateResponse {
|
|
76
|
+
InstanceId?: string | undefined;
|
|
77
|
+
Id?: string | undefined;
|
|
78
|
+
Arn?: string | undefined;
|
|
79
|
+
Name?: string | undefined;
|
|
80
|
+
Description?: string | undefined;
|
|
81
|
+
ContactFlowId?: string | undefined;
|
|
82
|
+
SelfAssignFlowId?: string | undefined;
|
|
83
|
+
Constraints?: TaskTemplateConstraints | undefined;
|
|
84
|
+
Defaults?: TaskTemplateDefaults | undefined;
|
|
85
|
+
Fields?: TaskTemplateField[] | undefined;
|
|
86
|
+
Status?: TaskTemplateStatus | undefined;
|
|
87
|
+
LastModifiedTime?: Date | undefined;
|
|
88
|
+
CreatedTime?: Date | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface UpdateTrafficDistributionRequest {
|
|
91
|
+
Id: string | undefined;
|
|
92
|
+
TelephonyConfig?: TelephonyConfig | undefined;
|
|
93
|
+
SignInConfig?: SignInConfig | undefined;
|
|
94
|
+
AgentConfig?: AgentConfig | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface UpdateTrafficDistributionResponse {}
|
|
97
|
+
export interface UpdateUserHierarchyRequest {
|
|
98
|
+
HierarchyGroupId?: string | undefined;
|
|
99
|
+
UserId: string | undefined;
|
|
100
|
+
InstanceId: string | undefined;
|
|
101
|
+
}
|
|
102
|
+
export interface UpdateUserHierarchyGroupNameRequest {
|
|
103
|
+
Name: string | undefined;
|
|
104
|
+
HierarchyGroupId: string | undefined;
|
|
105
|
+
InstanceId: string | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface HierarchyLevelUpdate {
|
|
108
|
+
Name: string | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface HierarchyStructureUpdate {
|
|
111
|
+
LevelOne?: HierarchyLevelUpdate | undefined;
|
|
112
|
+
LevelTwo?: HierarchyLevelUpdate | undefined;
|
|
113
|
+
LevelThree?: HierarchyLevelUpdate | undefined;
|
|
114
|
+
LevelFour?: HierarchyLevelUpdate | undefined;
|
|
115
|
+
LevelFive?: HierarchyLevelUpdate | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface UpdateUserHierarchyStructureRequest {
|
|
118
|
+
HierarchyStructure: HierarchyStructureUpdate | undefined;
|
|
119
|
+
InstanceId: string | undefined;
|
|
120
|
+
}
|
|
121
|
+
export interface UpdateUserIdentityInfoRequest {
|
|
122
|
+
IdentityInfo: UserIdentityInfo | undefined;
|
|
123
|
+
UserId: string | undefined;
|
|
124
|
+
InstanceId: string | undefined;
|
|
125
|
+
}
|
|
126
|
+
export interface UpdateUserPhoneConfigRequest {
|
|
127
|
+
PhoneConfig: UserPhoneConfig | undefined;
|
|
128
|
+
UserId: string | undefined;
|
|
129
|
+
InstanceId: string | undefined;
|
|
130
|
+
}
|
|
131
|
+
export interface UpdateUserProficienciesRequest {
|
|
132
|
+
InstanceId: string | undefined;
|
|
133
|
+
UserId: string | undefined;
|
|
134
|
+
UserProficiencies: UserProficiency[] | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface UpdateUserRoutingProfileRequest {
|
|
137
|
+
RoutingProfileId: string | undefined;
|
|
138
|
+
UserId: string | undefined;
|
|
139
|
+
InstanceId: string | undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface UpdateUserSecurityProfilesRequest {
|
|
142
|
+
SecurityProfileIds: string[] | undefined;
|
|
143
|
+
UserId: string | undefined;
|
|
144
|
+
InstanceId: string | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface UpdateViewContentRequest {
|
|
147
|
+
InstanceId: string | undefined;
|
|
148
|
+
ViewId: string | undefined;
|
|
149
|
+
Status: ViewStatus | undefined;
|
|
150
|
+
Content: ViewInputContent | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface UpdateViewContentResponse {
|
|
153
|
+
View?: View | undefined;
|
|
154
|
+
}
|
|
155
|
+
export interface UpdateViewMetadataRequest {
|
|
156
|
+
InstanceId: string | undefined;
|
|
157
|
+
ViewId: string | undefined;
|
|
158
|
+
Name?: string | undefined;
|
|
159
|
+
Description?: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface UpdateViewMetadataResponse {}
|
|
162
|
+
export interface SegmentAttributeValue {
|
|
163
|
+
ValueString?: string | undefined;
|
|
164
|
+
ValueMap?: Record<string, SegmentAttributeValue> | undefined;
|
|
165
|
+
ValueInteger?: number | undefined;
|
|
166
|
+
}
|
|
167
|
+
export type EvaluationFormItem =
|
|
168
|
+
| EvaluationFormItem.QuestionMember
|
|
169
|
+
| EvaluationFormItem.SectionMember
|
|
170
|
+
| EvaluationFormItem.$UnknownMember;
|
|
171
|
+
export declare namespace EvaluationFormItem {
|
|
172
|
+
interface SectionMember {
|
|
173
|
+
Section: EvaluationFormSection;
|
|
174
|
+
Question?: never;
|
|
175
|
+
$unknown?: never;
|
|
176
|
+
}
|
|
177
|
+
interface QuestionMember {
|
|
178
|
+
Section?: never;
|
|
179
|
+
Question: EvaluationFormQuestion;
|
|
180
|
+
$unknown?: never;
|
|
181
|
+
}
|
|
182
|
+
interface $UnknownMember {
|
|
183
|
+
Section?: never;
|
|
184
|
+
Question?: never;
|
|
185
|
+
$unknown: [string, any];
|
|
186
|
+
}
|
|
187
|
+
interface Visitor<T> {
|
|
188
|
+
Section: (value: EvaluationFormSection) => T;
|
|
189
|
+
Question: (value: EvaluationFormQuestion) => T;
|
|
190
|
+
_: (name: string, value: any) => T;
|
|
191
|
+
}
|
|
192
|
+
const visit: <T>(value: EvaluationFormItem, visitor: Visitor<T>) => T;
|
|
193
|
+
}
|
|
60
194
|
export interface EvaluationFormSection {
|
|
61
195
|
Title: string | undefined;
|
|
62
196
|
RefId: string | undefined;
|
|
@@ -73,6 +207,8 @@ export interface ContactFlowModuleSearchCriteria {
|
|
|
73
207
|
OrConditions?: ContactFlowModuleSearchCriteria[] | undefined;
|
|
74
208
|
AndConditions?: ContactFlowModuleSearchCriteria[] | undefined;
|
|
75
209
|
StringCondition?: StringCondition | undefined;
|
|
210
|
+
StateCondition?: ContactFlowModuleState | undefined;
|
|
211
|
+
StatusCondition?: ContactFlowModuleStatus | undefined;
|
|
76
212
|
}
|
|
77
213
|
export interface ContactFlowSearchCriteria {
|
|
78
214
|
OrConditions?: ContactFlowSearchCriteria[] | undefined;
|
|
@@ -140,6 +276,12 @@ export interface Expression {
|
|
|
140
276
|
AndExpression?: Expression[] | undefined;
|
|
141
277
|
OrExpression?: Expression[] | undefined;
|
|
142
278
|
}
|
|
279
|
+
export interface HoursOfOperationOverrideSearchCriteria {
|
|
280
|
+
OrConditions?: HoursOfOperationOverrideSearchCriteria[] | undefined;
|
|
281
|
+
AndConditions?: HoursOfOperationOverrideSearchCriteria[] | undefined;
|
|
282
|
+
StringCondition?: StringCondition | undefined;
|
|
283
|
+
DateCondition?: DateCondition | undefined;
|
|
284
|
+
}
|
|
143
285
|
export interface HoursOfOperationSearchCriteria {
|
|
144
286
|
OrConditions?: HoursOfOperationSearchCriteria[] | undefined;
|
|
145
287
|
AndConditions?: HoursOfOperationSearchCriteria[] | undefined;
|
|
@@ -308,6 +450,13 @@ export interface SearchEmailAddressesRequest {
|
|
|
308
450
|
SearchCriteria?: EmailAddressSearchCriteria | undefined;
|
|
309
451
|
SearchFilter?: EmailAddressSearchFilter | undefined;
|
|
310
452
|
}
|
|
453
|
+
export interface SearchHoursOfOperationOverridesRequest {
|
|
454
|
+
InstanceId: string | undefined;
|
|
455
|
+
NextToken?: string | undefined;
|
|
456
|
+
MaxResults?: number | undefined;
|
|
457
|
+
SearchFilter?: HoursOfOperationSearchFilter | undefined;
|
|
458
|
+
SearchCriteria?: HoursOfOperationOverrideSearchCriteria | undefined;
|
|
459
|
+
}
|
|
311
460
|
export interface SearchHoursOfOperationsRequest {
|
|
312
461
|
InstanceId: string | undefined;
|
|
313
462
|
NextToken?: string | undefined;
|
|
@@ -431,6 +580,18 @@ export interface Contact {
|
|
|
431
580
|
export interface DescribeContactResponse {
|
|
432
581
|
Contact?: Contact | undefined;
|
|
433
582
|
}
|
|
583
|
+
export declare const UpdateUserIdentityInfoRequestFilterSensitiveLog: (
|
|
584
|
+
obj: UpdateUserIdentityInfoRequest
|
|
585
|
+
) => any;
|
|
586
|
+
export declare const UpdateViewContentRequestFilterSensitiveLog: (
|
|
587
|
+
obj: UpdateViewContentRequest
|
|
588
|
+
) => any;
|
|
589
|
+
export declare const UpdateViewContentResponseFilterSensitiveLog: (
|
|
590
|
+
obj: UpdateViewContentResponse
|
|
591
|
+
) => any;
|
|
592
|
+
export declare const UpdateViewMetadataRequestFilterSensitiveLog: (
|
|
593
|
+
obj: UpdateViewMetadataRequest
|
|
594
|
+
) => any;
|
|
434
595
|
export declare const CreateContactRequestFilterSensitiveLog: (
|
|
435
596
|
obj: CreateContactRequest
|
|
436
597
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListHoursOfOperationOverridesCommandInput,
|
|
4
|
+
ListHoursOfOperationOverridesCommandOutput,
|
|
5
|
+
} from "../commands/ListHoursOfOperationOverridesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListHoursOfOperationOverrides: (
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListHoursOfOperationOverridesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListHoursOfOperationOverridesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchHoursOfOperationOverridesCommandInput,
|
|
4
|
+
SearchHoursOfOperationOverridesCommandOutput,
|
|
5
|
+
} from "../commands/SearchHoursOfOperationOverridesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateSearchHoursOfOperationOverrides: (
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: SearchHoursOfOperationOverridesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<SearchHoursOfOperationOverridesCommandOutput>;
|
|
@@ -16,6 +16,7 @@ export * from "./ListDefaultVocabulariesPaginator";
|
|
|
16
16
|
export * from "./ListEvaluationFormVersionsPaginator";
|
|
17
17
|
export * from "./ListEvaluationFormsPaginator";
|
|
18
18
|
export * from "./ListFlowAssociationsPaginator";
|
|
19
|
+
export * from "./ListHoursOfOperationOverridesPaginator";
|
|
19
20
|
export * from "./ListHoursOfOperationsPaginator";
|
|
20
21
|
export * from "./ListInstanceAttributesPaginator";
|
|
21
22
|
export * from "./ListInstanceStorageConfigsPaginator";
|
|
@@ -52,6 +53,7 @@ export * from "./SearchAvailablePhoneNumbersPaginator";
|
|
|
52
53
|
export * from "./SearchContactFlowModulesPaginator";
|
|
53
54
|
export * from "./SearchContactFlowsPaginator";
|
|
54
55
|
export * from "./SearchContactsPaginator";
|
|
56
|
+
export * from "./SearchHoursOfOperationOverridesPaginator";
|
|
55
57
|
export * from "./SearchHoursOfOperationsPaginator";
|
|
56
58
|
export * from "./SearchPredefinedAttributesPaginator";
|
|
57
59
|
export * from "./SearchPromptsPaginator";
|
|
@@ -123,6 +123,10 @@ import {
|
|
|
123
123
|
CreateHoursOfOperationCommandInput,
|
|
124
124
|
CreateHoursOfOperationCommandOutput,
|
|
125
125
|
} from "../commands/CreateHoursOfOperationCommand";
|
|
126
|
+
import {
|
|
127
|
+
CreateHoursOfOperationOverrideCommandInput,
|
|
128
|
+
CreateHoursOfOperationOverrideCommandOutput,
|
|
129
|
+
} from "../commands/CreateHoursOfOperationOverrideCommand";
|
|
126
130
|
import {
|
|
127
131
|
CreateInstanceCommandInput,
|
|
128
132
|
CreateInstanceCommandOutput,
|
|
@@ -235,6 +239,10 @@ import {
|
|
|
235
239
|
DeleteHoursOfOperationCommandInput,
|
|
236
240
|
DeleteHoursOfOperationCommandOutput,
|
|
237
241
|
} from "../commands/DeleteHoursOfOperationCommand";
|
|
242
|
+
import {
|
|
243
|
+
DeleteHoursOfOperationOverrideCommandInput,
|
|
244
|
+
DeleteHoursOfOperationOverrideCommandOutput,
|
|
245
|
+
} from "../commands/DeleteHoursOfOperationOverrideCommand";
|
|
238
246
|
import {
|
|
239
247
|
DeleteInstanceCommandInput,
|
|
240
248
|
DeleteInstanceCommandOutput,
|
|
@@ -343,6 +351,10 @@ import {
|
|
|
343
351
|
DescribeHoursOfOperationCommandInput,
|
|
344
352
|
DescribeHoursOfOperationCommandOutput,
|
|
345
353
|
} from "../commands/DescribeHoursOfOperationCommand";
|
|
354
|
+
import {
|
|
355
|
+
DescribeHoursOfOperationOverrideCommandInput,
|
|
356
|
+
DescribeHoursOfOperationOverrideCommandOutput,
|
|
357
|
+
} from "../commands/DescribeHoursOfOperationOverrideCommand";
|
|
346
358
|
import {
|
|
347
359
|
DescribeInstanceAttributeCommandInput,
|
|
348
360
|
DescribeInstanceAttributeCommandOutput,
|
|
@@ -483,6 +495,10 @@ import {
|
|
|
483
495
|
GetCurrentUserDataCommandInput,
|
|
484
496
|
GetCurrentUserDataCommandOutput,
|
|
485
497
|
} from "../commands/GetCurrentUserDataCommand";
|
|
498
|
+
import {
|
|
499
|
+
GetEffectiveHoursOfOperationsCommandInput,
|
|
500
|
+
GetEffectiveHoursOfOperationsCommandOutput,
|
|
501
|
+
} from "../commands/GetEffectiveHoursOfOperationsCommand";
|
|
486
502
|
import {
|
|
487
503
|
GetFederationTokenCommandInput,
|
|
488
504
|
GetFederationTokenCommandOutput,
|
|
@@ -575,6 +591,10 @@ import {
|
|
|
575
591
|
ListFlowAssociationsCommandInput,
|
|
576
592
|
ListFlowAssociationsCommandOutput,
|
|
577
593
|
} from "../commands/ListFlowAssociationsCommand";
|
|
594
|
+
import {
|
|
595
|
+
ListHoursOfOperationOverridesCommandInput,
|
|
596
|
+
ListHoursOfOperationOverridesCommandOutput,
|
|
597
|
+
} from "../commands/ListHoursOfOperationOverridesCommand";
|
|
578
598
|
import {
|
|
579
599
|
ListHoursOfOperationsCommandInput,
|
|
580
600
|
ListHoursOfOperationsCommandOutput,
|
|
@@ -755,6 +775,10 @@ import {
|
|
|
755
775
|
SearchEmailAddressesCommandInput,
|
|
756
776
|
SearchEmailAddressesCommandOutput,
|
|
757
777
|
} from "../commands/SearchEmailAddressesCommand";
|
|
778
|
+
import {
|
|
779
|
+
SearchHoursOfOperationOverridesCommandInput,
|
|
780
|
+
SearchHoursOfOperationOverridesCommandOutput,
|
|
781
|
+
} from "../commands/SearchHoursOfOperationOverridesCommand";
|
|
758
782
|
import {
|
|
759
783
|
SearchHoursOfOperationsCommandInput,
|
|
760
784
|
SearchHoursOfOperationsCommandOutput,
|
|
@@ -955,6 +979,10 @@ import {
|
|
|
955
979
|
UpdateHoursOfOperationCommandInput,
|
|
956
980
|
UpdateHoursOfOperationCommandOutput,
|
|
957
981
|
} from "../commands/UpdateHoursOfOperationCommand";
|
|
982
|
+
import {
|
|
983
|
+
UpdateHoursOfOperationOverrideCommandInput,
|
|
984
|
+
UpdateHoursOfOperationOverrideCommandOutput,
|
|
985
|
+
} from "../commands/UpdateHoursOfOperationOverrideCommand";
|
|
958
986
|
import {
|
|
959
987
|
UpdateInstanceAttributeCommandInput,
|
|
960
988
|
UpdateInstanceAttributeCommandOutput,
|
|
@@ -1211,6 +1239,10 @@ export declare const se_CreateHoursOfOperationCommand: (
|
|
|
1211
1239
|
input: CreateHoursOfOperationCommandInput,
|
|
1212
1240
|
context: __SerdeContext
|
|
1213
1241
|
) => Promise<__HttpRequest>;
|
|
1242
|
+
export declare const se_CreateHoursOfOperationOverrideCommand: (
|
|
1243
|
+
input: CreateHoursOfOperationOverrideCommandInput,
|
|
1244
|
+
context: __SerdeContext
|
|
1245
|
+
) => Promise<__HttpRequest>;
|
|
1214
1246
|
export declare const se_CreateInstanceCommand: (
|
|
1215
1247
|
input: CreateInstanceCommandInput,
|
|
1216
1248
|
context: __SerdeContext
|
|
@@ -1323,6 +1355,10 @@ export declare const se_DeleteHoursOfOperationCommand: (
|
|
|
1323
1355
|
input: DeleteHoursOfOperationCommandInput,
|
|
1324
1356
|
context: __SerdeContext
|
|
1325
1357
|
) => Promise<__HttpRequest>;
|
|
1358
|
+
export declare const se_DeleteHoursOfOperationOverrideCommand: (
|
|
1359
|
+
input: DeleteHoursOfOperationOverrideCommandInput,
|
|
1360
|
+
context: __SerdeContext
|
|
1361
|
+
) => Promise<__HttpRequest>;
|
|
1326
1362
|
export declare const se_DeleteInstanceCommand: (
|
|
1327
1363
|
input: DeleteInstanceCommandInput,
|
|
1328
1364
|
context: __SerdeContext
|
|
@@ -1431,6 +1467,10 @@ export declare const se_DescribeHoursOfOperationCommand: (
|
|
|
1431
1467
|
input: DescribeHoursOfOperationCommandInput,
|
|
1432
1468
|
context: __SerdeContext
|
|
1433
1469
|
) => Promise<__HttpRequest>;
|
|
1470
|
+
export declare const se_DescribeHoursOfOperationOverrideCommand: (
|
|
1471
|
+
input: DescribeHoursOfOperationOverrideCommandInput,
|
|
1472
|
+
context: __SerdeContext
|
|
1473
|
+
) => Promise<__HttpRequest>;
|
|
1434
1474
|
export declare const se_DescribeInstanceCommand: (
|
|
1435
1475
|
input: DescribeInstanceCommandInput,
|
|
1436
1476
|
context: __SerdeContext
|
|
@@ -1571,6 +1611,10 @@ export declare const se_GetCurrentUserDataCommand: (
|
|
|
1571
1611
|
input: GetCurrentUserDataCommandInput,
|
|
1572
1612
|
context: __SerdeContext
|
|
1573
1613
|
) => Promise<__HttpRequest>;
|
|
1614
|
+
export declare const se_GetEffectiveHoursOfOperationsCommand: (
|
|
1615
|
+
input: GetEffectiveHoursOfOperationsCommandInput,
|
|
1616
|
+
context: __SerdeContext
|
|
1617
|
+
) => Promise<__HttpRequest>;
|
|
1574
1618
|
export declare const se_GetFederationTokenCommand: (
|
|
1575
1619
|
input: GetFederationTokenCommandInput,
|
|
1576
1620
|
context: __SerdeContext
|
|
@@ -1663,6 +1707,10 @@ export declare const se_ListFlowAssociationsCommand: (
|
|
|
1663
1707
|
input: ListFlowAssociationsCommandInput,
|
|
1664
1708
|
context: __SerdeContext
|
|
1665
1709
|
) => Promise<__HttpRequest>;
|
|
1710
|
+
export declare const se_ListHoursOfOperationOverridesCommand: (
|
|
1711
|
+
input: ListHoursOfOperationOverridesCommandInput,
|
|
1712
|
+
context: __SerdeContext
|
|
1713
|
+
) => Promise<__HttpRequest>;
|
|
1666
1714
|
export declare const se_ListHoursOfOperationsCommand: (
|
|
1667
1715
|
input: ListHoursOfOperationsCommandInput,
|
|
1668
1716
|
context: __SerdeContext
|
|
@@ -1843,6 +1891,10 @@ export declare const se_SearchEmailAddressesCommand: (
|
|
|
1843
1891
|
input: SearchEmailAddressesCommandInput,
|
|
1844
1892
|
context: __SerdeContext
|
|
1845
1893
|
) => Promise<__HttpRequest>;
|
|
1894
|
+
export declare const se_SearchHoursOfOperationOverridesCommand: (
|
|
1895
|
+
input: SearchHoursOfOperationOverridesCommandInput,
|
|
1896
|
+
context: __SerdeContext
|
|
1897
|
+
) => Promise<__HttpRequest>;
|
|
1846
1898
|
export declare const se_SearchHoursOfOperationsCommand: (
|
|
1847
1899
|
input: SearchHoursOfOperationsCommandInput,
|
|
1848
1900
|
context: __SerdeContext
|
|
@@ -2043,6 +2095,10 @@ export declare const se_UpdateHoursOfOperationCommand: (
|
|
|
2043
2095
|
input: UpdateHoursOfOperationCommandInput,
|
|
2044
2096
|
context: __SerdeContext
|
|
2045
2097
|
) => Promise<__HttpRequest>;
|
|
2098
|
+
export declare const se_UpdateHoursOfOperationOverrideCommand: (
|
|
2099
|
+
input: UpdateHoursOfOperationOverrideCommandInput,
|
|
2100
|
+
context: __SerdeContext
|
|
2101
|
+
) => Promise<__HttpRequest>;
|
|
2046
2102
|
export declare const se_UpdateInstanceAttributeCommand: (
|
|
2047
2103
|
input: UpdateInstanceAttributeCommandInput,
|
|
2048
2104
|
context: __SerdeContext
|
|
@@ -2299,6 +2355,10 @@ export declare const de_CreateHoursOfOperationCommand: (
|
|
|
2299
2355
|
output: __HttpResponse,
|
|
2300
2356
|
context: __SerdeContext
|
|
2301
2357
|
) => Promise<CreateHoursOfOperationCommandOutput>;
|
|
2358
|
+
export declare const de_CreateHoursOfOperationOverrideCommand: (
|
|
2359
|
+
output: __HttpResponse,
|
|
2360
|
+
context: __SerdeContext
|
|
2361
|
+
) => Promise<CreateHoursOfOperationOverrideCommandOutput>;
|
|
2302
2362
|
export declare const de_CreateInstanceCommand: (
|
|
2303
2363
|
output: __HttpResponse,
|
|
2304
2364
|
context: __SerdeContext
|
|
@@ -2411,6 +2471,10 @@ export declare const de_DeleteHoursOfOperationCommand: (
|
|
|
2411
2471
|
output: __HttpResponse,
|
|
2412
2472
|
context: __SerdeContext
|
|
2413
2473
|
) => Promise<DeleteHoursOfOperationCommandOutput>;
|
|
2474
|
+
export declare const de_DeleteHoursOfOperationOverrideCommand: (
|
|
2475
|
+
output: __HttpResponse,
|
|
2476
|
+
context: __SerdeContext
|
|
2477
|
+
) => Promise<DeleteHoursOfOperationOverrideCommandOutput>;
|
|
2414
2478
|
export declare const de_DeleteInstanceCommand: (
|
|
2415
2479
|
output: __HttpResponse,
|
|
2416
2480
|
context: __SerdeContext
|
|
@@ -2519,6 +2583,10 @@ export declare const de_DescribeHoursOfOperationCommand: (
|
|
|
2519
2583
|
output: __HttpResponse,
|
|
2520
2584
|
context: __SerdeContext
|
|
2521
2585
|
) => Promise<DescribeHoursOfOperationCommandOutput>;
|
|
2586
|
+
export declare const de_DescribeHoursOfOperationOverrideCommand: (
|
|
2587
|
+
output: __HttpResponse,
|
|
2588
|
+
context: __SerdeContext
|
|
2589
|
+
) => Promise<DescribeHoursOfOperationOverrideCommandOutput>;
|
|
2522
2590
|
export declare const de_DescribeInstanceCommand: (
|
|
2523
2591
|
output: __HttpResponse,
|
|
2524
2592
|
context: __SerdeContext
|
|
@@ -2659,6 +2727,10 @@ export declare const de_GetCurrentUserDataCommand: (
|
|
|
2659
2727
|
output: __HttpResponse,
|
|
2660
2728
|
context: __SerdeContext
|
|
2661
2729
|
) => Promise<GetCurrentUserDataCommandOutput>;
|
|
2730
|
+
export declare const de_GetEffectiveHoursOfOperationsCommand: (
|
|
2731
|
+
output: __HttpResponse,
|
|
2732
|
+
context: __SerdeContext
|
|
2733
|
+
) => Promise<GetEffectiveHoursOfOperationsCommandOutput>;
|
|
2662
2734
|
export declare const de_GetFederationTokenCommand: (
|
|
2663
2735
|
output: __HttpResponse,
|
|
2664
2736
|
context: __SerdeContext
|
|
@@ -2751,6 +2823,10 @@ export declare const de_ListFlowAssociationsCommand: (
|
|
|
2751
2823
|
output: __HttpResponse,
|
|
2752
2824
|
context: __SerdeContext
|
|
2753
2825
|
) => Promise<ListFlowAssociationsCommandOutput>;
|
|
2826
|
+
export declare const de_ListHoursOfOperationOverridesCommand: (
|
|
2827
|
+
output: __HttpResponse,
|
|
2828
|
+
context: __SerdeContext
|
|
2829
|
+
) => Promise<ListHoursOfOperationOverridesCommandOutput>;
|
|
2754
2830
|
export declare const de_ListHoursOfOperationsCommand: (
|
|
2755
2831
|
output: __HttpResponse,
|
|
2756
2832
|
context: __SerdeContext
|
|
@@ -2931,6 +3007,10 @@ export declare const de_SearchEmailAddressesCommand: (
|
|
|
2931
3007
|
output: __HttpResponse,
|
|
2932
3008
|
context: __SerdeContext
|
|
2933
3009
|
) => Promise<SearchEmailAddressesCommandOutput>;
|
|
3010
|
+
export declare const de_SearchHoursOfOperationOverridesCommand: (
|
|
3011
|
+
output: __HttpResponse,
|
|
3012
|
+
context: __SerdeContext
|
|
3013
|
+
) => Promise<SearchHoursOfOperationOverridesCommandOutput>;
|
|
2934
3014
|
export declare const de_SearchHoursOfOperationsCommand: (
|
|
2935
3015
|
output: __HttpResponse,
|
|
2936
3016
|
context: __SerdeContext
|
|
@@ -3131,6 +3211,10 @@ export declare const de_UpdateHoursOfOperationCommand: (
|
|
|
3131
3211
|
output: __HttpResponse,
|
|
3132
3212
|
context: __SerdeContext
|
|
3133
3213
|
) => Promise<UpdateHoursOfOperationCommandOutput>;
|
|
3214
|
+
export declare const de_UpdateHoursOfOperationOverrideCommand: (
|
|
3215
|
+
output: __HttpResponse,
|
|
3216
|
+
context: __SerdeContext
|
|
3217
|
+
) => Promise<UpdateHoursOfOperationOverrideCommandOutput>;
|
|
3134
3218
|
export declare const de_UpdateInstanceAttributeCommand: (
|
|
3135
3219
|
output: __HttpResponse,
|
|
3136
3220
|
context: __SerdeContext
|
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.712.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connect",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.712.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.712.0",
|
|
25
25
|
"@aws-sdk/core": "3.709.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.712.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.709.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.709.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.709.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@aws-sdk/types": "3.709.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.709.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.709.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.712.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.13",
|
|
37
37
|
"@smithy/core": "^2.5.5",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.1.2",
|