@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
package/dist-es/Connect.js
CHANGED
|
@@ -29,6 +29,7 @@ import { CreateContactFlowVersionCommand, } from "./commands/CreateContactFlowVe
|
|
|
29
29
|
import { CreateEmailAddressCommand, } from "./commands/CreateEmailAddressCommand";
|
|
30
30
|
import { CreateEvaluationFormCommand, } from "./commands/CreateEvaluationFormCommand";
|
|
31
31
|
import { CreateHoursOfOperationCommand, } from "./commands/CreateHoursOfOperationCommand";
|
|
32
|
+
import { CreateHoursOfOperationOverrideCommand, } from "./commands/CreateHoursOfOperationOverrideCommand";
|
|
32
33
|
import { CreateInstanceCommand, } from "./commands/CreateInstanceCommand";
|
|
33
34
|
import { CreateIntegrationAssociationCommand, } from "./commands/CreateIntegrationAssociationCommand";
|
|
34
35
|
import { CreateParticipantCommand, } from "./commands/CreateParticipantCommand";
|
|
@@ -57,6 +58,7 @@ import { DeleteContactFlowModuleCommand, } from "./commands/DeleteContactFlowMod
|
|
|
57
58
|
import { DeleteEmailAddressCommand, } from "./commands/DeleteEmailAddressCommand";
|
|
58
59
|
import { DeleteEvaluationFormCommand, } from "./commands/DeleteEvaluationFormCommand";
|
|
59
60
|
import { DeleteHoursOfOperationCommand, } from "./commands/DeleteHoursOfOperationCommand";
|
|
61
|
+
import { DeleteHoursOfOperationOverrideCommand, } from "./commands/DeleteHoursOfOperationOverrideCommand";
|
|
60
62
|
import { DeleteInstanceCommand, } from "./commands/DeleteInstanceCommand";
|
|
61
63
|
import { DeleteIntegrationAssociationCommand, } from "./commands/DeleteIntegrationAssociationCommand";
|
|
62
64
|
import { DeletePredefinedAttributeCommand, } from "./commands/DeletePredefinedAttributeCommand";
|
|
@@ -84,6 +86,7 @@ import { DescribeContactFlowModuleCommand, } from "./commands/DescribeContactFlo
|
|
|
84
86
|
import { DescribeEmailAddressCommand, } from "./commands/DescribeEmailAddressCommand";
|
|
85
87
|
import { DescribeEvaluationFormCommand, } from "./commands/DescribeEvaluationFormCommand";
|
|
86
88
|
import { DescribeHoursOfOperationCommand, } from "./commands/DescribeHoursOfOperationCommand";
|
|
89
|
+
import { DescribeHoursOfOperationOverrideCommand, } from "./commands/DescribeHoursOfOperationOverrideCommand";
|
|
87
90
|
import { DescribeInstanceAttributeCommand, } from "./commands/DescribeInstanceAttributeCommand";
|
|
88
91
|
import { DescribeInstanceCommand, } from "./commands/DescribeInstanceCommand";
|
|
89
92
|
import { DescribeInstanceStorageConfigCommand, } from "./commands/DescribeInstanceStorageConfigCommand";
|
|
@@ -119,6 +122,7 @@ import { GetAttachedFileCommand, } from "./commands/GetAttachedFileCommand";
|
|
|
119
122
|
import { GetContactAttributesCommand, } from "./commands/GetContactAttributesCommand";
|
|
120
123
|
import { GetCurrentMetricDataCommand, } from "./commands/GetCurrentMetricDataCommand";
|
|
121
124
|
import { GetCurrentUserDataCommand, } from "./commands/GetCurrentUserDataCommand";
|
|
125
|
+
import { GetEffectiveHoursOfOperationsCommand, } from "./commands/GetEffectiveHoursOfOperationsCommand";
|
|
122
126
|
import { GetFederationTokenCommand, } from "./commands/GetFederationTokenCommand";
|
|
123
127
|
import { GetFlowAssociationCommand, } from "./commands/GetFlowAssociationCommand";
|
|
124
128
|
import { GetMetricDataCommand, } from "./commands/GetMetricDataCommand";
|
|
@@ -142,6 +146,7 @@ import { ListDefaultVocabulariesCommand, } from "./commands/ListDefaultVocabular
|
|
|
142
146
|
import { ListEvaluationFormsCommand, } from "./commands/ListEvaluationFormsCommand";
|
|
143
147
|
import { ListEvaluationFormVersionsCommand, } from "./commands/ListEvaluationFormVersionsCommand";
|
|
144
148
|
import { ListFlowAssociationsCommand, } from "./commands/ListFlowAssociationsCommand";
|
|
149
|
+
import { ListHoursOfOperationOverridesCommand, } from "./commands/ListHoursOfOperationOverridesCommand";
|
|
145
150
|
import { ListHoursOfOperationsCommand, } from "./commands/ListHoursOfOperationsCommand";
|
|
146
151
|
import { ListInstanceAttributesCommand, } from "./commands/ListInstanceAttributesCommand";
|
|
147
152
|
import { ListInstancesCommand, } from "./commands/ListInstancesCommand";
|
|
@@ -187,6 +192,7 @@ import { SearchContactFlowModulesCommand, } from "./commands/SearchContactFlowMo
|
|
|
187
192
|
import { SearchContactFlowsCommand, } from "./commands/SearchContactFlowsCommand";
|
|
188
193
|
import { SearchContactsCommand, } from "./commands/SearchContactsCommand";
|
|
189
194
|
import { SearchEmailAddressesCommand, } from "./commands/SearchEmailAddressesCommand";
|
|
195
|
+
import { SearchHoursOfOperationOverridesCommand, } from "./commands/SearchHoursOfOperationOverridesCommand";
|
|
190
196
|
import { SearchHoursOfOperationsCommand, } from "./commands/SearchHoursOfOperationsCommand";
|
|
191
197
|
import { SearchPredefinedAttributesCommand, } from "./commands/SearchPredefinedAttributesCommand";
|
|
192
198
|
import { SearchPromptsCommand, } from "./commands/SearchPromptsCommand";
|
|
@@ -237,6 +243,7 @@ import { UpdateContactScheduleCommand, } from "./commands/UpdateContactScheduleC
|
|
|
237
243
|
import { UpdateEmailAddressMetadataCommand, } from "./commands/UpdateEmailAddressMetadataCommand";
|
|
238
244
|
import { UpdateEvaluationFormCommand, } from "./commands/UpdateEvaluationFormCommand";
|
|
239
245
|
import { UpdateHoursOfOperationCommand, } from "./commands/UpdateHoursOfOperationCommand";
|
|
246
|
+
import { UpdateHoursOfOperationOverrideCommand, } from "./commands/UpdateHoursOfOperationOverrideCommand";
|
|
240
247
|
import { UpdateInstanceAttributeCommand, } from "./commands/UpdateInstanceAttributeCommand";
|
|
241
248
|
import { UpdateInstanceStorageConfigCommand, } from "./commands/UpdateInstanceStorageConfigCommand";
|
|
242
249
|
import { UpdateParticipantRoleConfigCommand, } from "./commands/UpdateParticipantRoleConfigCommand";
|
|
@@ -303,6 +310,7 @@ const commands = {
|
|
|
303
310
|
CreateEmailAddressCommand,
|
|
304
311
|
CreateEvaluationFormCommand,
|
|
305
312
|
CreateHoursOfOperationCommand,
|
|
313
|
+
CreateHoursOfOperationOverrideCommand,
|
|
306
314
|
CreateInstanceCommand,
|
|
307
315
|
CreateIntegrationAssociationCommand,
|
|
308
316
|
CreateParticipantCommand,
|
|
@@ -331,6 +339,7 @@ const commands = {
|
|
|
331
339
|
DeleteEmailAddressCommand,
|
|
332
340
|
DeleteEvaluationFormCommand,
|
|
333
341
|
DeleteHoursOfOperationCommand,
|
|
342
|
+
DeleteHoursOfOperationOverrideCommand,
|
|
334
343
|
DeleteInstanceCommand,
|
|
335
344
|
DeleteIntegrationAssociationCommand,
|
|
336
345
|
DeletePredefinedAttributeCommand,
|
|
@@ -358,6 +367,7 @@ const commands = {
|
|
|
358
367
|
DescribeEmailAddressCommand,
|
|
359
368
|
DescribeEvaluationFormCommand,
|
|
360
369
|
DescribeHoursOfOperationCommand,
|
|
370
|
+
DescribeHoursOfOperationOverrideCommand,
|
|
361
371
|
DescribeInstanceCommand,
|
|
362
372
|
DescribeInstanceAttributeCommand,
|
|
363
373
|
DescribeInstanceStorageConfigCommand,
|
|
@@ -393,6 +403,7 @@ const commands = {
|
|
|
393
403
|
GetContactAttributesCommand,
|
|
394
404
|
GetCurrentMetricDataCommand,
|
|
395
405
|
GetCurrentUserDataCommand,
|
|
406
|
+
GetEffectiveHoursOfOperationsCommand,
|
|
396
407
|
GetFederationTokenCommand,
|
|
397
408
|
GetFlowAssociationCommand,
|
|
398
409
|
GetMetricDataCommand,
|
|
@@ -416,6 +427,7 @@ const commands = {
|
|
|
416
427
|
ListEvaluationFormsCommand,
|
|
417
428
|
ListEvaluationFormVersionsCommand,
|
|
418
429
|
ListFlowAssociationsCommand,
|
|
430
|
+
ListHoursOfOperationOverridesCommand,
|
|
419
431
|
ListHoursOfOperationsCommand,
|
|
420
432
|
ListInstanceAttributesCommand,
|
|
421
433
|
ListInstancesCommand,
|
|
@@ -461,6 +473,7 @@ const commands = {
|
|
|
461
473
|
SearchContactFlowsCommand,
|
|
462
474
|
SearchContactsCommand,
|
|
463
475
|
SearchEmailAddressesCommand,
|
|
476
|
+
SearchHoursOfOperationOverridesCommand,
|
|
464
477
|
SearchHoursOfOperationsCommand,
|
|
465
478
|
SearchPredefinedAttributesCommand,
|
|
466
479
|
SearchPromptsCommand,
|
|
@@ -511,6 +524,7 @@ const commands = {
|
|
|
511
524
|
UpdateEmailAddressMetadataCommand,
|
|
512
525
|
UpdateEvaluationFormCommand,
|
|
513
526
|
UpdateHoursOfOperationCommand,
|
|
527
|
+
UpdateHoursOfOperationOverrideCommand,
|
|
514
528
|
UpdateInstanceAttributeCommand,
|
|
515
529
|
UpdateInstanceStorageConfigCommand,
|
|
516
530
|
UpdateParticipantRoleConfigCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateHoursOfOperationOverrideCommand, se_CreateHoursOfOperationOverrideCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateHoursOfOperationOverrideCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonConnectService", "CreateHoursOfOperationOverride", {})
|
|
17
|
+
.n("ConnectClient", "CreateHoursOfOperationOverrideCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateHoursOfOperationOverrideCommand)
|
|
20
|
+
.de(de_CreateHoursOfOperationOverrideCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteHoursOfOperationOverrideCommand, se_DeleteHoursOfOperationOverrideCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteHoursOfOperationOverrideCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonConnectService", "DeleteHoursOfOperationOverride", {})
|
|
17
|
+
.n("ConnectClient", "DeleteHoursOfOperationOverrideCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteHoursOfOperationOverrideCommand)
|
|
20
|
+
.de(de_DeleteHoursOfOperationOverrideCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeHoursOfOperationOverrideCommand, se_DescribeHoursOfOperationOverrideCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeHoursOfOperationOverrideCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonConnectService", "DescribeHoursOfOperationOverride", {})
|
|
17
|
+
.n("ConnectClient", "DescribeHoursOfOperationOverrideCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeHoursOfOperationOverrideCommand)
|
|
20
|
+
.de(de_DescribeHoursOfOperationOverrideCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetEffectiveHoursOfOperationsCommand, se_GetEffectiveHoursOfOperationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetEffectiveHoursOfOperationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonConnectService", "GetEffectiveHoursOfOperations", {})
|
|
17
|
+
.n("ConnectClient", "GetEffectiveHoursOfOperationsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetEffectiveHoursOfOperationsCommand)
|
|
20
|
+
.de(de_GetEffectiveHoursOfOperationsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListHoursOfOperationOverridesCommand, se_ListHoursOfOperationOverridesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListHoursOfOperationOverridesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonConnectService", "ListHoursOfOperationOverrides", {})
|
|
17
|
+
.n("ConnectClient", "ListHoursOfOperationOverridesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListHoursOfOperationOverridesCommand)
|
|
20
|
+
.de(de_ListHoursOfOperationOverridesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_SearchHoursOfOperationOverridesCommand, se_SearchHoursOfOperationOverridesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class SearchHoursOfOperationOverridesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonConnectService", "SearchHoursOfOperationOverrides", {})
|
|
17
|
+
.n("ConnectClient", "SearchHoursOfOperationOverridesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_SearchHoursOfOperationOverridesCommand)
|
|
20
|
+
.de(de_SearchHoursOfOperationOverridesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateHoursOfOperationOverrideCommand, se_UpdateHoursOfOperationOverrideCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateHoursOfOperationOverrideCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonConnectService", "UpdateHoursOfOperationOverride", {})
|
|
17
|
+
.n("ConnectClient", "UpdateHoursOfOperationOverrideCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateHoursOfOperationOverrideCommand)
|
|
20
|
+
.de(de_UpdateHoursOfOperationOverrideCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateUserIdentityInfoRequestFilterSensitiveLog } from "../models/
|
|
5
|
+
import { UpdateUserIdentityInfoRequestFilterSensitiveLog } from "../models/models_3";
|
|
6
6
|
import { de_UpdateUserIdentityInfoCommand, se_UpdateUserIdentityInfoCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateUserIdentityInfoCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateViewContentRequestFilterSensitiveLog, UpdateViewContentResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UpdateViewContentRequestFilterSensitiveLog, UpdateViewContentResponseFilterSensitiveLog, } from "../models/models_3";
|
|
6
6
|
import { de_UpdateViewContentCommand, se_UpdateViewContentCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateViewContentCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateViewMetadataRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UpdateViewMetadataRequestFilterSensitiveLog, } from "../models/models_3";
|
|
6
6
|
import { de_UpdateViewMetadataCommand, se_UpdateViewMetadataCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateViewMetadataCommand extends $Command
|
|
@@ -28,6 +28,7 @@ export * from "./CreateContactFlowVersionCommand";
|
|
|
28
28
|
export * from "./CreateEmailAddressCommand";
|
|
29
29
|
export * from "./CreateEvaluationFormCommand";
|
|
30
30
|
export * from "./CreateHoursOfOperationCommand";
|
|
31
|
+
export * from "./CreateHoursOfOperationOverrideCommand";
|
|
31
32
|
export * from "./CreateInstanceCommand";
|
|
32
33
|
export * from "./CreateIntegrationAssociationCommand";
|
|
33
34
|
export * from "./CreateParticipantCommand";
|
|
@@ -56,6 +57,7 @@ export * from "./DeleteContactFlowModuleCommand";
|
|
|
56
57
|
export * from "./DeleteEmailAddressCommand";
|
|
57
58
|
export * from "./DeleteEvaluationFormCommand";
|
|
58
59
|
export * from "./DeleteHoursOfOperationCommand";
|
|
60
|
+
export * from "./DeleteHoursOfOperationOverrideCommand";
|
|
59
61
|
export * from "./DeleteInstanceCommand";
|
|
60
62
|
export * from "./DeleteIntegrationAssociationCommand";
|
|
61
63
|
export * from "./DeletePredefinedAttributeCommand";
|
|
@@ -83,6 +85,7 @@ export * from "./DescribeContactFlowModuleCommand";
|
|
|
83
85
|
export * from "./DescribeEmailAddressCommand";
|
|
84
86
|
export * from "./DescribeEvaluationFormCommand";
|
|
85
87
|
export * from "./DescribeHoursOfOperationCommand";
|
|
88
|
+
export * from "./DescribeHoursOfOperationOverrideCommand";
|
|
86
89
|
export * from "./DescribeInstanceAttributeCommand";
|
|
87
90
|
export * from "./DescribeInstanceCommand";
|
|
88
91
|
export * from "./DescribeInstanceStorageConfigCommand";
|
|
@@ -118,6 +121,7 @@ export * from "./GetAttachedFileCommand";
|
|
|
118
121
|
export * from "./GetContactAttributesCommand";
|
|
119
122
|
export * from "./GetCurrentMetricDataCommand";
|
|
120
123
|
export * from "./GetCurrentUserDataCommand";
|
|
124
|
+
export * from "./GetEffectiveHoursOfOperationsCommand";
|
|
121
125
|
export * from "./GetFederationTokenCommand";
|
|
122
126
|
export * from "./GetFlowAssociationCommand";
|
|
123
127
|
export * from "./GetMetricDataCommand";
|
|
@@ -141,6 +145,7 @@ export * from "./ListDefaultVocabulariesCommand";
|
|
|
141
145
|
export * from "./ListEvaluationFormVersionsCommand";
|
|
142
146
|
export * from "./ListEvaluationFormsCommand";
|
|
143
147
|
export * from "./ListFlowAssociationsCommand";
|
|
148
|
+
export * from "./ListHoursOfOperationOverridesCommand";
|
|
144
149
|
export * from "./ListHoursOfOperationsCommand";
|
|
145
150
|
export * from "./ListInstanceAttributesCommand";
|
|
146
151
|
export * from "./ListInstanceStorageConfigsCommand";
|
|
@@ -186,6 +191,7 @@ export * from "./SearchContactFlowModulesCommand";
|
|
|
186
191
|
export * from "./SearchContactFlowsCommand";
|
|
187
192
|
export * from "./SearchContactsCommand";
|
|
188
193
|
export * from "./SearchEmailAddressesCommand";
|
|
194
|
+
export * from "./SearchHoursOfOperationOverridesCommand";
|
|
189
195
|
export * from "./SearchHoursOfOperationsCommand";
|
|
190
196
|
export * from "./SearchPredefinedAttributesCommand";
|
|
191
197
|
export * from "./SearchPromptsCommand";
|
|
@@ -236,6 +242,7 @@ export * from "./UpdateContactScheduleCommand";
|
|
|
236
242
|
export * from "./UpdateEmailAddressMetadataCommand";
|
|
237
243
|
export * from "./UpdateEvaluationFormCommand";
|
|
238
244
|
export * from "./UpdateHoursOfOperationCommand";
|
|
245
|
+
export * from "./UpdateHoursOfOperationOverrideCommand";
|
|
239
246
|
export * from "./UpdateInstanceAttributeCommand";
|
|
240
247
|
export * from "./UpdateInstanceStorageConfigCommand";
|
|
241
248
|
export * from "./UpdateParticipantRoleConfigCommand";
|
|
@@ -492,6 +492,15 @@ export const HoursOfOperationDays = {
|
|
|
492
492
|
TUESDAY: "TUESDAY",
|
|
493
493
|
WEDNESDAY: "WEDNESDAY",
|
|
494
494
|
};
|
|
495
|
+
export const OverrideDays = {
|
|
496
|
+
FRIDAY: "FRIDAY",
|
|
497
|
+
MONDAY: "MONDAY",
|
|
498
|
+
SATURDAY: "SATURDAY",
|
|
499
|
+
SUNDAY: "SUNDAY",
|
|
500
|
+
THURSDAY: "THURSDAY",
|
|
501
|
+
TUESDAY: "TUESDAY",
|
|
502
|
+
WEDNESDAY: "WEDNESDAY",
|
|
503
|
+
};
|
|
495
504
|
export const DirectoryType = {
|
|
496
505
|
CONNECT_MANAGED: "CONNECT_MANAGED",
|
|
497
506
|
EXISTING_DIRECTORY: "EXISTING_DIRECTORY",
|
|
@@ -485,23 +485,6 @@ export const RealTimeContactAnalysisSegmentType = {
|
|
|
485
485
|
PostContactSummary: "PostContactSummary",
|
|
486
486
|
Transcript: "Transcript",
|
|
487
487
|
};
|
|
488
|
-
export const RealTimeContactAnalysisSupportedChannel = {
|
|
489
|
-
CHAT: "CHAT",
|
|
490
|
-
VOICE: "VOICE",
|
|
491
|
-
};
|
|
492
|
-
export const ArtifactStatus = {
|
|
493
|
-
APPROVED: "APPROVED",
|
|
494
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
495
|
-
REJECTED: "REJECTED",
|
|
496
|
-
};
|
|
497
|
-
export var RealTimeContactAnalysisTimeData;
|
|
498
|
-
(function (RealTimeContactAnalysisTimeData) {
|
|
499
|
-
RealTimeContactAnalysisTimeData.visit = (value, visitor) => {
|
|
500
|
-
if (value.AbsoluteTime !== undefined)
|
|
501
|
-
return visitor.AbsoluteTime(value.AbsoluteTime);
|
|
502
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
503
|
-
};
|
|
504
|
-
})(RealTimeContactAnalysisTimeData || (RealTimeContactAnalysisTimeData = {}));
|
|
505
488
|
export const DescribeEmailAddressResponseFilterSensitiveLog = (obj) => ({
|
|
506
489
|
...obj,
|
|
507
490
|
...(obj.EmailAddress && { EmailAddress: SENSITIVE_STRING }),
|
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
|
-
|
|
3
|
+
export const RealTimeContactAnalysisSupportedChannel = {
|
|
4
|
+
CHAT: "CHAT",
|
|
5
|
+
VOICE: "VOICE",
|
|
6
|
+
};
|
|
7
|
+
export const ArtifactStatus = {
|
|
8
|
+
APPROVED: "APPROVED",
|
|
9
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
10
|
+
REJECTED: "REJECTED",
|
|
11
|
+
};
|
|
12
|
+
export var RealTimeContactAnalysisTimeData;
|
|
13
|
+
(function (RealTimeContactAnalysisTimeData) {
|
|
14
|
+
RealTimeContactAnalysisTimeData.visit = (value, visitor) => {
|
|
15
|
+
if (value.AbsoluteTime !== undefined)
|
|
16
|
+
return visitor.AbsoluteTime(value.AbsoluteTime);
|
|
17
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
18
|
+
};
|
|
19
|
+
})(RealTimeContactAnalysisTimeData || (RealTimeContactAnalysisTimeData = {}));
|
|
4
20
|
export const RealTimeContactAnalysisPostContactSummaryFailureCode = {
|
|
5
21
|
FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",
|
|
6
22
|
INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",
|
|
@@ -76,6 +92,13 @@ export const SearchContactsTimeRangeType = {
|
|
|
76
92
|
INITIATION_TIMESTAMP: "INITIATION_TIMESTAMP",
|
|
77
93
|
SCHEDULED_TIMESTAMP: "SCHEDULED_TIMESTAMP",
|
|
78
94
|
};
|
|
95
|
+
export const DateComparisonType = {
|
|
96
|
+
EQUAL_TO: "EQUAL_TO",
|
|
97
|
+
GREATER_THAN: "GREATER_THAN",
|
|
98
|
+
GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO",
|
|
99
|
+
LESS_THAN: "LESS_THAN",
|
|
100
|
+
LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO",
|
|
101
|
+
};
|
|
79
102
|
export const SearchableQueueType = {
|
|
80
103
|
STANDARD: "STANDARD",
|
|
81
104
|
};
|
|
@@ -182,6 +205,19 @@ export class ContactNotFoundException extends __BaseException {
|
|
|
182
205
|
this.Message = opts.Message;
|
|
183
206
|
}
|
|
184
207
|
}
|
|
208
|
+
export class ConditionalOperationFailedException extends __BaseException {
|
|
209
|
+
constructor(opts) {
|
|
210
|
+
super({
|
|
211
|
+
name: "ConditionalOperationFailedException",
|
|
212
|
+
$fault: "client",
|
|
213
|
+
...opts,
|
|
214
|
+
});
|
|
215
|
+
this.name = "ConditionalOperationFailedException";
|
|
216
|
+
this.$fault = "client";
|
|
217
|
+
Object.setPrototypeOf(this, ConditionalOperationFailedException.prototype);
|
|
218
|
+
this.Message = opts.Message;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
185
221
|
export const TimerEligibleParticipantRoles = {
|
|
186
222
|
AGENT: "AGENT",
|
|
187
223
|
CUSTOMER: "CUSTOMER",
|
|
@@ -211,29 +247,6 @@ export var UpdateParticipantRoleConfigChannelInfo;
|
|
|
211
247
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
212
248
|
};
|
|
213
249
|
})(UpdateParticipantRoleConfigChannelInfo || (UpdateParticipantRoleConfigChannelInfo = {}));
|
|
214
|
-
export class ConditionalOperationFailedException extends __BaseException {
|
|
215
|
-
constructor(opts) {
|
|
216
|
-
super({
|
|
217
|
-
name: "ConditionalOperationFailedException",
|
|
218
|
-
$fault: "client",
|
|
219
|
-
...opts,
|
|
220
|
-
});
|
|
221
|
-
this.name = "ConditionalOperationFailedException";
|
|
222
|
-
this.$fault = "client";
|
|
223
|
-
Object.setPrototypeOf(this, ConditionalOperationFailedException.prototype);
|
|
224
|
-
this.Message = opts.Message;
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
export var EvaluationFormItem;
|
|
228
|
-
(function (EvaluationFormItem) {
|
|
229
|
-
EvaluationFormItem.visit = (value, visitor) => {
|
|
230
|
-
if (value.Section !== undefined)
|
|
231
|
-
return visitor.Section(value.Section);
|
|
232
|
-
if (value.Question !== undefined)
|
|
233
|
-
return visitor.Question(value.Question);
|
|
234
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
235
|
-
};
|
|
236
|
-
})(EvaluationFormItem || (EvaluationFormItem = {}));
|
|
237
250
|
export const ViewSummaryFilterSensitiveLog = (obj) => ({
|
|
238
251
|
...obj,
|
|
239
252
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
@@ -413,19 +426,3 @@ export const UpdateEmailAddressMetadataRequestFilterSensitiveLog = (obj) => ({
|
|
|
413
426
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
414
427
|
...(obj.DisplayName && { DisplayName: SENSITIVE_STRING }),
|
|
415
428
|
});
|
|
416
|
-
export const UpdateUserIdentityInfoRequestFilterSensitiveLog = (obj) => ({
|
|
417
|
-
...obj,
|
|
418
|
-
...(obj.IdentityInfo && { IdentityInfo: UserIdentityInfoFilterSensitiveLog(obj.IdentityInfo) }),
|
|
419
|
-
});
|
|
420
|
-
export const UpdateViewContentRequestFilterSensitiveLog = (obj) => ({
|
|
421
|
-
...obj,
|
|
422
|
-
...(obj.Content && { Content: ViewInputContentFilterSensitiveLog(obj.Content) }),
|
|
423
|
-
});
|
|
424
|
-
export const UpdateViewContentResponseFilterSensitiveLog = (obj) => ({
|
|
425
|
-
...obj,
|
|
426
|
-
...(obj.View && { View: ViewFilterSensitiveLog(obj.View) }),
|
|
427
|
-
});
|
|
428
|
-
export const UpdateViewMetadataRequestFilterSensitiveLog = (obj) => ({
|
|
429
|
-
...obj,
|
|
430
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
431
|
-
});
|
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
import { UserIdentityInfoFilterSensitiveLog, ViewFilterSensitiveLog, ViewInputContentFilterSensitiveLog, } from "./models_0";
|
|
2
3
|
import { EmailAddressInfoFilterSensitiveLog, InboundAdditionalRecipientsFilterSensitiveLog, InboundEmailContentFilterSensitiveLog, } from "./models_2";
|
|
4
|
+
export var EvaluationFormItem;
|
|
5
|
+
(function (EvaluationFormItem) {
|
|
6
|
+
EvaluationFormItem.visit = (value, visitor) => {
|
|
7
|
+
if (value.Section !== undefined)
|
|
8
|
+
return visitor.Section(value.Section);
|
|
9
|
+
if (value.Question !== undefined)
|
|
10
|
+
return visitor.Question(value.Question);
|
|
11
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
12
|
+
};
|
|
13
|
+
})(EvaluationFormItem || (EvaluationFormItem = {}));
|
|
14
|
+
export const UpdateUserIdentityInfoRequestFilterSensitiveLog = (obj) => ({
|
|
15
|
+
...obj,
|
|
16
|
+
...(obj.IdentityInfo && { IdentityInfo: UserIdentityInfoFilterSensitiveLog(obj.IdentityInfo) }),
|
|
17
|
+
});
|
|
18
|
+
export const UpdateViewContentRequestFilterSensitiveLog = (obj) => ({
|
|
19
|
+
...obj,
|
|
20
|
+
...(obj.Content && { Content: ViewInputContentFilterSensitiveLog(obj.Content) }),
|
|
21
|
+
});
|
|
22
|
+
export const UpdateViewContentResponseFilterSensitiveLog = (obj) => ({
|
|
23
|
+
...obj,
|
|
24
|
+
...(obj.View && { View: ViewFilterSensitiveLog(obj.View) }),
|
|
25
|
+
});
|
|
26
|
+
export const UpdateViewMetadataRequestFilterSensitiveLog = (obj) => ({
|
|
27
|
+
...obj,
|
|
28
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
29
|
+
});
|
|
3
30
|
export const CreateContactRequestFilterSensitiveLog = (obj) => ({
|
|
4
31
|
...obj,
|
|
5
32
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListHoursOfOperationOverridesCommand, } from "../commands/ListHoursOfOperationOverridesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListHoursOfOperationOverrides = createPaginator(ConnectClient, ListHoursOfOperationOverridesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { SearchHoursOfOperationOverridesCommand, } from "../commands/SearchHoursOfOperationOverridesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateSearchHoursOfOperationOverrides = createPaginator(ConnectClient, SearchHoursOfOperationOverridesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -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";
|