@aws-sdk/client-connect 3.703.0 → 3.711.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 +74 -2
- package/dist-cjs/index.js +583 -109
- package/dist-es/Connect.js +18 -0
- package/dist-es/commands/CreateContactCommand.js +1 -1
- package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/CreatePushNotificationRegistrationCommand.js +22 -0
- package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/DeletePushNotificationRegistrationCommand.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 +9 -0
- package/dist-es/models/models_0.js +14 -0
- package/dist-es/models/models_1.js +0 -33
- package/dist-es/models/models_2.js +53 -45
- package/dist-es/models/models_3.js +32 -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 +280 -1
- package/dist-types/Connect.d.ts +65 -2
- package/dist-types/ConnectClient.d.ts +13 -4
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
- package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +101 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
- package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +86 -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/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteViewCommand.d.ts +1 -1
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -2
- package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -2
- package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +2 -3
- 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/SendChatIntegrationEventCommand.d.ts +2 -2
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +1 -1
- 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 +9 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +250 -154
- package/dist-types/models/models_1.d.ts +384 -496
- package/dist-types/models/models_2.d.ts +3508 -3653
- package/dist-types/models/models_3.d.ts +791 -7
- 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 +81 -0
- package/dist-types/ts3.4/Connect.d.ts +165 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +51 -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/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +4 -2
- 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 +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +64 -37
- package/dist-types/ts3.4/models/models_1.d.ts +87 -142
- package/dist-types/ts3.4/models/models_2.d.ts +185 -212
- package/dist-types/ts3.4/models/models_3.d.ts +218 -5
- 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 +108 -0
- package/package.json +35 -35
|
@@ -1,19 +1,37 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AdditionalEmailRecipients,
|
|
3
|
+
AgentConfig,
|
|
3
4
|
AgentInfo,
|
|
4
5
|
AgentStatusSearchFilter,
|
|
5
6
|
Campaign,
|
|
6
7
|
Channel,
|
|
8
|
+
ContactFlowStatus,
|
|
9
|
+
ContactFlowType,
|
|
7
10
|
ContactInitiationMethod,
|
|
8
11
|
Endpoint,
|
|
12
|
+
EvaluationFormQuestion,
|
|
9
13
|
EvaluationFormScoringStrategy,
|
|
14
|
+
InitiateAs,
|
|
10
15
|
Reference,
|
|
11
16
|
StringCondition,
|
|
17
|
+
TaskTemplateConstraints,
|
|
18
|
+
TaskTemplateDefaults,
|
|
19
|
+
TaskTemplateField,
|
|
20
|
+
TaskTemplateStatus,
|
|
21
|
+
UserIdentityInfo,
|
|
12
22
|
UserInfo,
|
|
23
|
+
UserPhoneConfig,
|
|
24
|
+
UserProficiency,
|
|
25
|
+
View,
|
|
26
|
+
ViewInputContent,
|
|
27
|
+
ViewStatus,
|
|
13
28
|
} from "./models_0";
|
|
14
29
|
import {
|
|
15
30
|
AnsweringMachineDetectionStatus,
|
|
16
31
|
AttributeCondition,
|
|
32
|
+
ContactFlowModuleState,
|
|
33
|
+
ContactFlowModuleStatus,
|
|
34
|
+
ContactFlowState,
|
|
17
35
|
Customer,
|
|
18
36
|
CustomerVoiceActivity,
|
|
19
37
|
DisconnectDetails,
|
|
@@ -24,19 +42,18 @@ import {
|
|
|
24
42
|
QualityMetrics,
|
|
25
43
|
QueueInfo,
|
|
26
44
|
RoutingCriteriaStepStatus,
|
|
45
|
+
SignInConfig,
|
|
46
|
+
TelephonyConfig,
|
|
27
47
|
WisdomInfo,
|
|
28
48
|
} from "./models_1";
|
|
29
49
|
import {
|
|
30
|
-
AgentStatusSearchCriteria,
|
|
31
50
|
ChatMessage,
|
|
32
|
-
ContactFlowModuleSearchCriteria,
|
|
33
51
|
ContactFlowModuleSearchFilter,
|
|
34
|
-
ContactFlowSearchCriteria,
|
|
35
52
|
ContactFlowSearchFilter,
|
|
53
|
+
DateCondition,
|
|
36
54
|
EmailAddressInfo,
|
|
37
55
|
EmailAddressSearchFilter,
|
|
38
56
|
EmailAttachment,
|
|
39
|
-
EvaluationFormItem,
|
|
40
57
|
HierarchyGroupCondition,
|
|
41
58
|
HoursOfOperationSearchFilter,
|
|
42
59
|
InboundAdditionalRecipients,
|
|
@@ -52,10 +69,178 @@ import {
|
|
|
52
69
|
RoutingProfileSearchFilter,
|
|
53
70
|
SearchableQueueType,
|
|
54
71
|
SecurityProfilesSearchFilter,
|
|
55
|
-
SegmentAttributeValue,
|
|
56
72
|
UserHierarchyGroupSearchFilter,
|
|
57
73
|
UserSearchFilter,
|
|
58
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
|
+
}
|
|
194
|
+
export interface EvaluationFormSection {
|
|
195
|
+
Title: string | undefined;
|
|
196
|
+
RefId: string | undefined;
|
|
197
|
+
Instructions?: string | undefined;
|
|
198
|
+
Items: EvaluationFormItem[] | undefined;
|
|
199
|
+
Weight?: number | undefined;
|
|
200
|
+
}
|
|
201
|
+
export interface AgentStatusSearchCriteria {
|
|
202
|
+
OrConditions?: AgentStatusSearchCriteria[] | undefined;
|
|
203
|
+
AndConditions?: AgentStatusSearchCriteria[] | undefined;
|
|
204
|
+
StringCondition?: StringCondition | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface ContactFlowModuleSearchCriteria {
|
|
207
|
+
OrConditions?: ContactFlowModuleSearchCriteria[] | undefined;
|
|
208
|
+
AndConditions?: ContactFlowModuleSearchCriteria[] | undefined;
|
|
209
|
+
StringCondition?: StringCondition | undefined;
|
|
210
|
+
StateCondition?: ContactFlowModuleState | undefined;
|
|
211
|
+
StatusCondition?: ContactFlowModuleStatus | undefined;
|
|
212
|
+
}
|
|
213
|
+
export interface ContactFlowSearchCriteria {
|
|
214
|
+
OrConditions?: ContactFlowSearchCriteria[] | undefined;
|
|
215
|
+
AndConditions?: ContactFlowSearchCriteria[] | undefined;
|
|
216
|
+
StringCondition?: StringCondition | undefined;
|
|
217
|
+
TypeCondition?: ContactFlowType | undefined;
|
|
218
|
+
StateCondition?: ContactFlowState | undefined;
|
|
219
|
+
StatusCondition?: ContactFlowStatus | undefined;
|
|
220
|
+
}
|
|
221
|
+
export interface CreateContactRequest {
|
|
222
|
+
InstanceId: string | undefined;
|
|
223
|
+
ClientToken?: string | undefined;
|
|
224
|
+
RelatedContactId?: string | undefined;
|
|
225
|
+
Attributes?: Record<string, string> | undefined;
|
|
226
|
+
References?: Record<string, Reference> | undefined;
|
|
227
|
+
Channel: Channel | undefined;
|
|
228
|
+
InitiationMethod: ContactInitiationMethod | undefined;
|
|
229
|
+
ExpiryDurationInMinutes?: number | undefined;
|
|
230
|
+
UserInfo?: UserInfo | undefined;
|
|
231
|
+
InitiateAs?: InitiateAs | undefined;
|
|
232
|
+
Name?: string | undefined;
|
|
233
|
+
Description?: string | undefined;
|
|
234
|
+
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface CreateEvaluationFormRequest {
|
|
237
|
+
InstanceId: string | undefined;
|
|
238
|
+
Title: string | undefined;
|
|
239
|
+
Description?: string | undefined;
|
|
240
|
+
Items: EvaluationFormItem[] | undefined;
|
|
241
|
+
ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
|
|
242
|
+
ClientToken?: string | undefined;
|
|
243
|
+
}
|
|
59
244
|
export interface EmailAddressSearchCriteria {
|
|
60
245
|
OrConditions?: EmailAddressSearchCriteria[] | undefined;
|
|
61
246
|
AndConditions?: EmailAddressSearchCriteria[] | undefined;
|
|
@@ -91,6 +276,12 @@ export interface Expression {
|
|
|
91
276
|
AndExpression?: Expression[] | undefined;
|
|
92
277
|
OrExpression?: Expression[] | undefined;
|
|
93
278
|
}
|
|
279
|
+
export interface HoursOfOperationOverrideSearchCriteria {
|
|
280
|
+
OrConditions?: HoursOfOperationOverrideSearchCriteria[] | undefined;
|
|
281
|
+
AndConditions?: HoursOfOperationOverrideSearchCriteria[] | undefined;
|
|
282
|
+
StringCondition?: StringCondition | undefined;
|
|
283
|
+
DateCondition?: DateCondition | undefined;
|
|
284
|
+
}
|
|
94
285
|
export interface HoursOfOperationSearchCriteria {
|
|
95
286
|
OrConditions?: HoursOfOperationSearchCriteria[] | undefined;
|
|
96
287
|
AndConditions?: HoursOfOperationSearchCriteria[] | undefined;
|
|
@@ -259,6 +450,13 @@ export interface SearchEmailAddressesRequest {
|
|
|
259
450
|
SearchCriteria?: EmailAddressSearchCriteria | undefined;
|
|
260
451
|
SearchFilter?: EmailAddressSearchFilter | undefined;
|
|
261
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
|
+
}
|
|
262
460
|
export interface SearchHoursOfOperationsRequest {
|
|
263
461
|
InstanceId: string | undefined;
|
|
264
462
|
NextToken?: string | undefined;
|
|
@@ -382,6 +580,21 @@ export interface Contact {
|
|
|
382
580
|
export interface DescribeContactResponse {
|
|
383
581
|
Contact?: Contact | undefined;
|
|
384
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;
|
|
595
|
+
export declare const CreateContactRequestFilterSensitiveLog: (
|
|
596
|
+
obj: CreateContactRequest
|
|
597
|
+
) => any;
|
|
385
598
|
export declare const StartEmailContactRequestFilterSensitiveLog: (
|
|
386
599
|
obj: StartEmailContactRequest
|
|
387
600
|
) => 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,
|
|
@@ -147,6 +151,10 @@ import {
|
|
|
147
151
|
CreatePromptCommandInput,
|
|
148
152
|
CreatePromptCommandOutput,
|
|
149
153
|
} from "../commands/CreatePromptCommand";
|
|
154
|
+
import {
|
|
155
|
+
CreatePushNotificationRegistrationCommandInput,
|
|
156
|
+
CreatePushNotificationRegistrationCommandOutput,
|
|
157
|
+
} from "../commands/CreatePushNotificationRegistrationCommand";
|
|
150
158
|
import {
|
|
151
159
|
CreateQueueCommandInput,
|
|
152
160
|
CreateQueueCommandOutput,
|
|
@@ -231,6 +239,10 @@ import {
|
|
|
231
239
|
DeleteHoursOfOperationCommandInput,
|
|
232
240
|
DeleteHoursOfOperationCommandOutput,
|
|
233
241
|
} from "../commands/DeleteHoursOfOperationCommand";
|
|
242
|
+
import {
|
|
243
|
+
DeleteHoursOfOperationOverrideCommandInput,
|
|
244
|
+
DeleteHoursOfOperationOverrideCommandOutput,
|
|
245
|
+
} from "../commands/DeleteHoursOfOperationOverrideCommand";
|
|
234
246
|
import {
|
|
235
247
|
DeleteInstanceCommandInput,
|
|
236
248
|
DeleteInstanceCommandOutput,
|
|
@@ -247,6 +259,10 @@ import {
|
|
|
247
259
|
DeletePromptCommandInput,
|
|
248
260
|
DeletePromptCommandOutput,
|
|
249
261
|
} from "../commands/DeletePromptCommand";
|
|
262
|
+
import {
|
|
263
|
+
DeletePushNotificationRegistrationCommandInput,
|
|
264
|
+
DeletePushNotificationRegistrationCommandOutput,
|
|
265
|
+
} from "../commands/DeletePushNotificationRegistrationCommand";
|
|
250
266
|
import {
|
|
251
267
|
DeleteQueueCommandInput,
|
|
252
268
|
DeleteQueueCommandOutput,
|
|
@@ -335,6 +351,10 @@ import {
|
|
|
335
351
|
DescribeHoursOfOperationCommandInput,
|
|
336
352
|
DescribeHoursOfOperationCommandOutput,
|
|
337
353
|
} from "../commands/DescribeHoursOfOperationCommand";
|
|
354
|
+
import {
|
|
355
|
+
DescribeHoursOfOperationOverrideCommandInput,
|
|
356
|
+
DescribeHoursOfOperationOverrideCommandOutput,
|
|
357
|
+
} from "../commands/DescribeHoursOfOperationOverrideCommand";
|
|
338
358
|
import {
|
|
339
359
|
DescribeInstanceAttributeCommandInput,
|
|
340
360
|
DescribeInstanceAttributeCommandOutput,
|
|
@@ -475,6 +495,10 @@ import {
|
|
|
475
495
|
GetCurrentUserDataCommandInput,
|
|
476
496
|
GetCurrentUserDataCommandOutput,
|
|
477
497
|
} from "../commands/GetCurrentUserDataCommand";
|
|
498
|
+
import {
|
|
499
|
+
GetEffectiveHoursOfOperationsCommandInput,
|
|
500
|
+
GetEffectiveHoursOfOperationsCommandOutput,
|
|
501
|
+
} from "../commands/GetEffectiveHoursOfOperationsCommand";
|
|
478
502
|
import {
|
|
479
503
|
GetFederationTokenCommandInput,
|
|
480
504
|
GetFederationTokenCommandOutput,
|
|
@@ -567,6 +591,10 @@ import {
|
|
|
567
591
|
ListFlowAssociationsCommandInput,
|
|
568
592
|
ListFlowAssociationsCommandOutput,
|
|
569
593
|
} from "../commands/ListFlowAssociationsCommand";
|
|
594
|
+
import {
|
|
595
|
+
ListHoursOfOperationOverridesCommandInput,
|
|
596
|
+
ListHoursOfOperationOverridesCommandOutput,
|
|
597
|
+
} from "../commands/ListHoursOfOperationOverridesCommand";
|
|
570
598
|
import {
|
|
571
599
|
ListHoursOfOperationsCommandInput,
|
|
572
600
|
ListHoursOfOperationsCommandOutput,
|
|
@@ -747,6 +775,10 @@ import {
|
|
|
747
775
|
SearchEmailAddressesCommandInput,
|
|
748
776
|
SearchEmailAddressesCommandOutput,
|
|
749
777
|
} from "../commands/SearchEmailAddressesCommand";
|
|
778
|
+
import {
|
|
779
|
+
SearchHoursOfOperationOverridesCommandInput,
|
|
780
|
+
SearchHoursOfOperationOverridesCommandOutput,
|
|
781
|
+
} from "../commands/SearchHoursOfOperationOverridesCommand";
|
|
750
782
|
import {
|
|
751
783
|
SearchHoursOfOperationsCommandInput,
|
|
752
784
|
SearchHoursOfOperationsCommandOutput,
|
|
@@ -947,6 +979,10 @@ import {
|
|
|
947
979
|
UpdateHoursOfOperationCommandInput,
|
|
948
980
|
UpdateHoursOfOperationCommandOutput,
|
|
949
981
|
} from "../commands/UpdateHoursOfOperationCommand";
|
|
982
|
+
import {
|
|
983
|
+
UpdateHoursOfOperationOverrideCommandInput,
|
|
984
|
+
UpdateHoursOfOperationOverrideCommandOutput,
|
|
985
|
+
} from "../commands/UpdateHoursOfOperationOverrideCommand";
|
|
950
986
|
import {
|
|
951
987
|
UpdateInstanceAttributeCommandInput,
|
|
952
988
|
UpdateInstanceAttributeCommandOutput,
|
|
@@ -1203,6 +1239,10 @@ export declare const se_CreateHoursOfOperationCommand: (
|
|
|
1203
1239
|
input: CreateHoursOfOperationCommandInput,
|
|
1204
1240
|
context: __SerdeContext
|
|
1205
1241
|
) => Promise<__HttpRequest>;
|
|
1242
|
+
export declare const se_CreateHoursOfOperationOverrideCommand: (
|
|
1243
|
+
input: CreateHoursOfOperationOverrideCommandInput,
|
|
1244
|
+
context: __SerdeContext
|
|
1245
|
+
) => Promise<__HttpRequest>;
|
|
1206
1246
|
export declare const se_CreateInstanceCommand: (
|
|
1207
1247
|
input: CreateInstanceCommandInput,
|
|
1208
1248
|
context: __SerdeContext
|
|
@@ -1227,6 +1267,10 @@ export declare const se_CreatePromptCommand: (
|
|
|
1227
1267
|
input: CreatePromptCommandInput,
|
|
1228
1268
|
context: __SerdeContext
|
|
1229
1269
|
) => Promise<__HttpRequest>;
|
|
1270
|
+
export declare const se_CreatePushNotificationRegistrationCommand: (
|
|
1271
|
+
input: CreatePushNotificationRegistrationCommandInput,
|
|
1272
|
+
context: __SerdeContext
|
|
1273
|
+
) => Promise<__HttpRequest>;
|
|
1230
1274
|
export declare const se_CreateQueueCommand: (
|
|
1231
1275
|
input: CreateQueueCommandInput,
|
|
1232
1276
|
context: __SerdeContext
|
|
@@ -1311,6 +1355,10 @@ export declare const se_DeleteHoursOfOperationCommand: (
|
|
|
1311
1355
|
input: DeleteHoursOfOperationCommandInput,
|
|
1312
1356
|
context: __SerdeContext
|
|
1313
1357
|
) => Promise<__HttpRequest>;
|
|
1358
|
+
export declare const se_DeleteHoursOfOperationOverrideCommand: (
|
|
1359
|
+
input: DeleteHoursOfOperationOverrideCommandInput,
|
|
1360
|
+
context: __SerdeContext
|
|
1361
|
+
) => Promise<__HttpRequest>;
|
|
1314
1362
|
export declare const se_DeleteInstanceCommand: (
|
|
1315
1363
|
input: DeleteInstanceCommandInput,
|
|
1316
1364
|
context: __SerdeContext
|
|
@@ -1327,6 +1375,10 @@ export declare const se_DeletePromptCommand: (
|
|
|
1327
1375
|
input: DeletePromptCommandInput,
|
|
1328
1376
|
context: __SerdeContext
|
|
1329
1377
|
) => Promise<__HttpRequest>;
|
|
1378
|
+
export declare const se_DeletePushNotificationRegistrationCommand: (
|
|
1379
|
+
input: DeletePushNotificationRegistrationCommandInput,
|
|
1380
|
+
context: __SerdeContext
|
|
1381
|
+
) => Promise<__HttpRequest>;
|
|
1330
1382
|
export declare const se_DeleteQueueCommand: (
|
|
1331
1383
|
input: DeleteQueueCommandInput,
|
|
1332
1384
|
context: __SerdeContext
|
|
@@ -1415,6 +1467,10 @@ export declare const se_DescribeHoursOfOperationCommand: (
|
|
|
1415
1467
|
input: DescribeHoursOfOperationCommandInput,
|
|
1416
1468
|
context: __SerdeContext
|
|
1417
1469
|
) => Promise<__HttpRequest>;
|
|
1470
|
+
export declare const se_DescribeHoursOfOperationOverrideCommand: (
|
|
1471
|
+
input: DescribeHoursOfOperationOverrideCommandInput,
|
|
1472
|
+
context: __SerdeContext
|
|
1473
|
+
) => Promise<__HttpRequest>;
|
|
1418
1474
|
export declare const se_DescribeInstanceCommand: (
|
|
1419
1475
|
input: DescribeInstanceCommandInput,
|
|
1420
1476
|
context: __SerdeContext
|
|
@@ -1555,6 +1611,10 @@ export declare const se_GetCurrentUserDataCommand: (
|
|
|
1555
1611
|
input: GetCurrentUserDataCommandInput,
|
|
1556
1612
|
context: __SerdeContext
|
|
1557
1613
|
) => Promise<__HttpRequest>;
|
|
1614
|
+
export declare const se_GetEffectiveHoursOfOperationsCommand: (
|
|
1615
|
+
input: GetEffectiveHoursOfOperationsCommandInput,
|
|
1616
|
+
context: __SerdeContext
|
|
1617
|
+
) => Promise<__HttpRequest>;
|
|
1558
1618
|
export declare const se_GetFederationTokenCommand: (
|
|
1559
1619
|
input: GetFederationTokenCommandInput,
|
|
1560
1620
|
context: __SerdeContext
|
|
@@ -1647,6 +1707,10 @@ export declare const se_ListFlowAssociationsCommand: (
|
|
|
1647
1707
|
input: ListFlowAssociationsCommandInput,
|
|
1648
1708
|
context: __SerdeContext
|
|
1649
1709
|
) => Promise<__HttpRequest>;
|
|
1710
|
+
export declare const se_ListHoursOfOperationOverridesCommand: (
|
|
1711
|
+
input: ListHoursOfOperationOverridesCommandInput,
|
|
1712
|
+
context: __SerdeContext
|
|
1713
|
+
) => Promise<__HttpRequest>;
|
|
1650
1714
|
export declare const se_ListHoursOfOperationsCommand: (
|
|
1651
1715
|
input: ListHoursOfOperationsCommandInput,
|
|
1652
1716
|
context: __SerdeContext
|
|
@@ -1827,6 +1891,10 @@ export declare const se_SearchEmailAddressesCommand: (
|
|
|
1827
1891
|
input: SearchEmailAddressesCommandInput,
|
|
1828
1892
|
context: __SerdeContext
|
|
1829
1893
|
) => Promise<__HttpRequest>;
|
|
1894
|
+
export declare const se_SearchHoursOfOperationOverridesCommand: (
|
|
1895
|
+
input: SearchHoursOfOperationOverridesCommandInput,
|
|
1896
|
+
context: __SerdeContext
|
|
1897
|
+
) => Promise<__HttpRequest>;
|
|
1830
1898
|
export declare const se_SearchHoursOfOperationsCommand: (
|
|
1831
1899
|
input: SearchHoursOfOperationsCommandInput,
|
|
1832
1900
|
context: __SerdeContext
|
|
@@ -2027,6 +2095,10 @@ export declare const se_UpdateHoursOfOperationCommand: (
|
|
|
2027
2095
|
input: UpdateHoursOfOperationCommandInput,
|
|
2028
2096
|
context: __SerdeContext
|
|
2029
2097
|
) => Promise<__HttpRequest>;
|
|
2098
|
+
export declare const se_UpdateHoursOfOperationOverrideCommand: (
|
|
2099
|
+
input: UpdateHoursOfOperationOverrideCommandInput,
|
|
2100
|
+
context: __SerdeContext
|
|
2101
|
+
) => Promise<__HttpRequest>;
|
|
2030
2102
|
export declare const se_UpdateInstanceAttributeCommand: (
|
|
2031
2103
|
input: UpdateInstanceAttributeCommandInput,
|
|
2032
2104
|
context: __SerdeContext
|
|
@@ -2283,6 +2355,10 @@ export declare const de_CreateHoursOfOperationCommand: (
|
|
|
2283
2355
|
output: __HttpResponse,
|
|
2284
2356
|
context: __SerdeContext
|
|
2285
2357
|
) => Promise<CreateHoursOfOperationCommandOutput>;
|
|
2358
|
+
export declare const de_CreateHoursOfOperationOverrideCommand: (
|
|
2359
|
+
output: __HttpResponse,
|
|
2360
|
+
context: __SerdeContext
|
|
2361
|
+
) => Promise<CreateHoursOfOperationOverrideCommandOutput>;
|
|
2286
2362
|
export declare const de_CreateInstanceCommand: (
|
|
2287
2363
|
output: __HttpResponse,
|
|
2288
2364
|
context: __SerdeContext
|
|
@@ -2307,6 +2383,10 @@ export declare const de_CreatePromptCommand: (
|
|
|
2307
2383
|
output: __HttpResponse,
|
|
2308
2384
|
context: __SerdeContext
|
|
2309
2385
|
) => Promise<CreatePromptCommandOutput>;
|
|
2386
|
+
export declare const de_CreatePushNotificationRegistrationCommand: (
|
|
2387
|
+
output: __HttpResponse,
|
|
2388
|
+
context: __SerdeContext
|
|
2389
|
+
) => Promise<CreatePushNotificationRegistrationCommandOutput>;
|
|
2310
2390
|
export declare const de_CreateQueueCommand: (
|
|
2311
2391
|
output: __HttpResponse,
|
|
2312
2392
|
context: __SerdeContext
|
|
@@ -2391,6 +2471,10 @@ export declare const de_DeleteHoursOfOperationCommand: (
|
|
|
2391
2471
|
output: __HttpResponse,
|
|
2392
2472
|
context: __SerdeContext
|
|
2393
2473
|
) => Promise<DeleteHoursOfOperationCommandOutput>;
|
|
2474
|
+
export declare const de_DeleteHoursOfOperationOverrideCommand: (
|
|
2475
|
+
output: __HttpResponse,
|
|
2476
|
+
context: __SerdeContext
|
|
2477
|
+
) => Promise<DeleteHoursOfOperationOverrideCommandOutput>;
|
|
2394
2478
|
export declare const de_DeleteInstanceCommand: (
|
|
2395
2479
|
output: __HttpResponse,
|
|
2396
2480
|
context: __SerdeContext
|
|
@@ -2407,6 +2491,10 @@ export declare const de_DeletePromptCommand: (
|
|
|
2407
2491
|
output: __HttpResponse,
|
|
2408
2492
|
context: __SerdeContext
|
|
2409
2493
|
) => Promise<DeletePromptCommandOutput>;
|
|
2494
|
+
export declare const de_DeletePushNotificationRegistrationCommand: (
|
|
2495
|
+
output: __HttpResponse,
|
|
2496
|
+
context: __SerdeContext
|
|
2497
|
+
) => Promise<DeletePushNotificationRegistrationCommandOutput>;
|
|
2410
2498
|
export declare const de_DeleteQueueCommand: (
|
|
2411
2499
|
output: __HttpResponse,
|
|
2412
2500
|
context: __SerdeContext
|
|
@@ -2495,6 +2583,10 @@ export declare const de_DescribeHoursOfOperationCommand: (
|
|
|
2495
2583
|
output: __HttpResponse,
|
|
2496
2584
|
context: __SerdeContext
|
|
2497
2585
|
) => Promise<DescribeHoursOfOperationCommandOutput>;
|
|
2586
|
+
export declare const de_DescribeHoursOfOperationOverrideCommand: (
|
|
2587
|
+
output: __HttpResponse,
|
|
2588
|
+
context: __SerdeContext
|
|
2589
|
+
) => Promise<DescribeHoursOfOperationOverrideCommandOutput>;
|
|
2498
2590
|
export declare const de_DescribeInstanceCommand: (
|
|
2499
2591
|
output: __HttpResponse,
|
|
2500
2592
|
context: __SerdeContext
|
|
@@ -2635,6 +2727,10 @@ export declare const de_GetCurrentUserDataCommand: (
|
|
|
2635
2727
|
output: __HttpResponse,
|
|
2636
2728
|
context: __SerdeContext
|
|
2637
2729
|
) => Promise<GetCurrentUserDataCommandOutput>;
|
|
2730
|
+
export declare const de_GetEffectiveHoursOfOperationsCommand: (
|
|
2731
|
+
output: __HttpResponse,
|
|
2732
|
+
context: __SerdeContext
|
|
2733
|
+
) => Promise<GetEffectiveHoursOfOperationsCommandOutput>;
|
|
2638
2734
|
export declare const de_GetFederationTokenCommand: (
|
|
2639
2735
|
output: __HttpResponse,
|
|
2640
2736
|
context: __SerdeContext
|
|
@@ -2727,6 +2823,10 @@ export declare const de_ListFlowAssociationsCommand: (
|
|
|
2727
2823
|
output: __HttpResponse,
|
|
2728
2824
|
context: __SerdeContext
|
|
2729
2825
|
) => Promise<ListFlowAssociationsCommandOutput>;
|
|
2826
|
+
export declare const de_ListHoursOfOperationOverridesCommand: (
|
|
2827
|
+
output: __HttpResponse,
|
|
2828
|
+
context: __SerdeContext
|
|
2829
|
+
) => Promise<ListHoursOfOperationOverridesCommandOutput>;
|
|
2730
2830
|
export declare const de_ListHoursOfOperationsCommand: (
|
|
2731
2831
|
output: __HttpResponse,
|
|
2732
2832
|
context: __SerdeContext
|
|
@@ -2907,6 +3007,10 @@ export declare const de_SearchEmailAddressesCommand: (
|
|
|
2907
3007
|
output: __HttpResponse,
|
|
2908
3008
|
context: __SerdeContext
|
|
2909
3009
|
) => Promise<SearchEmailAddressesCommandOutput>;
|
|
3010
|
+
export declare const de_SearchHoursOfOperationOverridesCommand: (
|
|
3011
|
+
output: __HttpResponse,
|
|
3012
|
+
context: __SerdeContext
|
|
3013
|
+
) => Promise<SearchHoursOfOperationOverridesCommandOutput>;
|
|
2910
3014
|
export declare const de_SearchHoursOfOperationsCommand: (
|
|
2911
3015
|
output: __HttpResponse,
|
|
2912
3016
|
context: __SerdeContext
|
|
@@ -3107,6 +3211,10 @@ export declare const de_UpdateHoursOfOperationCommand: (
|
|
|
3107
3211
|
output: __HttpResponse,
|
|
3108
3212
|
context: __SerdeContext
|
|
3109
3213
|
) => Promise<UpdateHoursOfOperationCommandOutput>;
|
|
3214
|
+
export declare const de_UpdateHoursOfOperationOverrideCommand: (
|
|
3215
|
+
output: __HttpResponse,
|
|
3216
|
+
context: __SerdeContext
|
|
3217
|
+
) => Promise<UpdateHoursOfOperationOverrideCommandOutput>;
|
|
3110
3218
|
export declare const de_UpdateInstanceAttributeCommand: (
|
|
3111
3219
|
output: __HttpResponse,
|
|
3112
3220
|
context: __SerdeContext
|