@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
|
@@ -5,7 +5,8 @@ import { v4 as generateIdempotencyToken } from "uuid";
|
|
|
5
5
|
import { ConnectServiceException as __BaseException } from "../models/ConnectServiceException";
|
|
6
6
|
import { AccessDeniedException, ConflictException, DuplicateResourceException, IdempotencyException, InternalServiceException, InvalidContactFlowException, InvalidContactFlowModuleException, InvalidParameterException, InvalidRequestException, LimitExceededException, PropertyValidationException, ResourceConflictException, ResourceInUseException, ResourceNotFoundException, ResourceNotReadyException, ServiceQuotaExceededException, ThrottlingException, TooManyRequestsException, } from "../models/models_0";
|
|
7
7
|
import { ContactFlowNotPublishedException, EvaluationAnswerData, UserNotFoundException, } from "../models/models_1";
|
|
8
|
-
import { ConditionalOperationFailedException, ContactNotFoundException, DestinationNotAllowedException,
|
|
8
|
+
import { ConditionalOperationFailedException, ContactNotFoundException, DestinationNotAllowedException, MaximumResultReturnedException, OutboundContactNotPermittedException, OutputTypeNotFoundException, } from "../models/models_2";
|
|
9
|
+
import { EvaluationFormItem, } from "../models/models_3";
|
|
9
10
|
export const se_ActivateEvaluationFormCommand = async (input, context) => {
|
|
10
11
|
const b = rb(input, context);
|
|
11
12
|
const headers = {
|
|
@@ -488,6 +489,25 @@ export const se_CreateHoursOfOperationCommand = async (input, context) => {
|
|
|
488
489
|
b.m("PUT").h(headers).b(body);
|
|
489
490
|
return b.build();
|
|
490
491
|
};
|
|
492
|
+
export const se_CreateHoursOfOperationOverrideCommand = async (input, context) => {
|
|
493
|
+
const b = rb(input, context);
|
|
494
|
+
const headers = {
|
|
495
|
+
"content-type": "application/json",
|
|
496
|
+
};
|
|
497
|
+
b.bp("/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides");
|
|
498
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
499
|
+
b.p("HoursOfOperationId", () => input.HoursOfOperationId, "{HoursOfOperationId}", false);
|
|
500
|
+
let body;
|
|
501
|
+
body = JSON.stringify(take(input, {
|
|
502
|
+
Config: (_) => _json(_),
|
|
503
|
+
Description: [],
|
|
504
|
+
EffectiveFrom: [],
|
|
505
|
+
EffectiveTill: [],
|
|
506
|
+
Name: [],
|
|
507
|
+
}));
|
|
508
|
+
b.m("PUT").h(headers).b(body);
|
|
509
|
+
return b.build();
|
|
510
|
+
};
|
|
491
511
|
export const se_CreateInstanceCommand = async (input, context) => {
|
|
492
512
|
const b = rb(input, context);
|
|
493
513
|
const headers = {
|
|
@@ -945,6 +965,17 @@ export const se_DeleteHoursOfOperationCommand = async (input, context) => {
|
|
|
945
965
|
b.m("DELETE").h(headers).b(body);
|
|
946
966
|
return b.build();
|
|
947
967
|
};
|
|
968
|
+
export const se_DeleteHoursOfOperationOverrideCommand = async (input, context) => {
|
|
969
|
+
const b = rb(input, context);
|
|
970
|
+
const headers = {};
|
|
971
|
+
b.bp("/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides/{HoursOfOperationOverrideId}");
|
|
972
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
973
|
+
b.p("HoursOfOperationId", () => input.HoursOfOperationId, "{HoursOfOperationId}", false);
|
|
974
|
+
b.p("HoursOfOperationOverrideId", () => input.HoursOfOperationOverrideId, "{HoursOfOperationOverrideId}", false);
|
|
975
|
+
let body;
|
|
976
|
+
b.m("DELETE").h(headers).b(body);
|
|
977
|
+
return b.build();
|
|
978
|
+
};
|
|
948
979
|
export const se_DeleteInstanceCommand = async (input, context) => {
|
|
949
980
|
const b = rb(input, context);
|
|
950
981
|
const headers = {};
|
|
@@ -1221,6 +1252,17 @@ export const se_DescribeHoursOfOperationCommand = async (input, context) => {
|
|
|
1221
1252
|
b.m("GET").h(headers).b(body);
|
|
1222
1253
|
return b.build();
|
|
1223
1254
|
};
|
|
1255
|
+
export const se_DescribeHoursOfOperationOverrideCommand = async (input, context) => {
|
|
1256
|
+
const b = rb(input, context);
|
|
1257
|
+
const headers = {};
|
|
1258
|
+
b.bp("/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides/{HoursOfOperationOverrideId}");
|
|
1259
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
1260
|
+
b.p("HoursOfOperationId", () => input.HoursOfOperationId, "{HoursOfOperationId}", false);
|
|
1261
|
+
b.p("HoursOfOperationOverrideId", () => input.HoursOfOperationOverrideId, "{HoursOfOperationOverrideId}", false);
|
|
1262
|
+
let body;
|
|
1263
|
+
b.m("GET").h(headers).b(body);
|
|
1264
|
+
return b.build();
|
|
1265
|
+
};
|
|
1224
1266
|
export const se_DescribeInstanceCommand = async (input, context) => {
|
|
1225
1267
|
const b = rb(input, context);
|
|
1226
1268
|
const headers = {};
|
|
@@ -1635,6 +1677,20 @@ export const se_GetCurrentUserDataCommand = async (input, context) => {
|
|
|
1635
1677
|
b.m("POST").h(headers).b(body);
|
|
1636
1678
|
return b.build();
|
|
1637
1679
|
};
|
|
1680
|
+
export const se_GetEffectiveHoursOfOperationsCommand = async (input, context) => {
|
|
1681
|
+
const b = rb(input, context);
|
|
1682
|
+
const headers = {};
|
|
1683
|
+
b.bp("/effective-hours-of-operations/{InstanceId}/{HoursOfOperationId}");
|
|
1684
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
1685
|
+
b.p("HoursOfOperationId", () => input.HoursOfOperationId, "{HoursOfOperationId}", false);
|
|
1686
|
+
const query = map({
|
|
1687
|
+
[_fD]: [, __expectNonNull(input[_FD], `FromDate`)],
|
|
1688
|
+
[_tD]: [, __expectNonNull(input[_TD], `ToDate`)],
|
|
1689
|
+
});
|
|
1690
|
+
let body;
|
|
1691
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1692
|
+
return b.build();
|
|
1693
|
+
};
|
|
1638
1694
|
export const se_GetFederationTokenCommand = async (input, context) => {
|
|
1639
1695
|
const b = rb(input, context);
|
|
1640
1696
|
const headers = {};
|
|
@@ -1953,6 +2009,20 @@ export const se_ListFlowAssociationsCommand = async (input, context) => {
|
|
|
1953
2009
|
b.m("GET").h(headers).q(query).b(body);
|
|
1954
2010
|
return b.build();
|
|
1955
2011
|
};
|
|
2012
|
+
export const se_ListHoursOfOperationOverridesCommand = async (input, context) => {
|
|
2013
|
+
const b = rb(input, context);
|
|
2014
|
+
const headers = {};
|
|
2015
|
+
b.bp("/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides");
|
|
2016
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
2017
|
+
b.p("HoursOfOperationId", () => input.HoursOfOperationId, "{HoursOfOperationId}", false);
|
|
2018
|
+
const query = map({
|
|
2019
|
+
[_nT]: [, input[_NT]],
|
|
2020
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
2021
|
+
});
|
|
2022
|
+
let body;
|
|
2023
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2024
|
+
return b.build();
|
|
2025
|
+
};
|
|
1956
2026
|
export const se_ListHoursOfOperationsCommand = async (input, context) => {
|
|
1957
2027
|
const b = rb(input, context);
|
|
1958
2028
|
const headers = {};
|
|
@@ -2605,6 +2675,23 @@ export const se_SearchEmailAddressesCommand = async (input, context) => {
|
|
|
2605
2675
|
b.m("POST").h(headers).b(body);
|
|
2606
2676
|
return b.build();
|
|
2607
2677
|
};
|
|
2678
|
+
export const se_SearchHoursOfOperationOverridesCommand = async (input, context) => {
|
|
2679
|
+
const b = rb(input, context);
|
|
2680
|
+
const headers = {
|
|
2681
|
+
"content-type": "application/json",
|
|
2682
|
+
};
|
|
2683
|
+
b.bp("/search-hours-of-operation-overrides");
|
|
2684
|
+
let body;
|
|
2685
|
+
body = JSON.stringify(take(input, {
|
|
2686
|
+
InstanceId: [],
|
|
2687
|
+
MaxResults: [],
|
|
2688
|
+
NextToken: [],
|
|
2689
|
+
SearchCriteria: (_) => se_HoursOfOperationOverrideSearchCriteria(_, context),
|
|
2690
|
+
SearchFilter: (_) => _json(_),
|
|
2691
|
+
}));
|
|
2692
|
+
b.m("POST").h(headers).b(body);
|
|
2693
|
+
return b.build();
|
|
2694
|
+
};
|
|
2608
2695
|
export const se_SearchHoursOfOperationsCommand = async (input, context) => {
|
|
2609
2696
|
const b = rb(input, context);
|
|
2610
2697
|
const headers = {
|
|
@@ -3488,6 +3575,26 @@ export const se_UpdateHoursOfOperationCommand = async (input, context) => {
|
|
|
3488
3575
|
b.m("POST").h(headers).b(body);
|
|
3489
3576
|
return b.build();
|
|
3490
3577
|
};
|
|
3578
|
+
export const se_UpdateHoursOfOperationOverrideCommand = async (input, context) => {
|
|
3579
|
+
const b = rb(input, context);
|
|
3580
|
+
const headers = {
|
|
3581
|
+
"content-type": "application/json",
|
|
3582
|
+
};
|
|
3583
|
+
b.bp("/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides/{HoursOfOperationOverrideId}");
|
|
3584
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
3585
|
+
b.p("HoursOfOperationId", () => input.HoursOfOperationId, "{HoursOfOperationId}", false);
|
|
3586
|
+
b.p("HoursOfOperationOverrideId", () => input.HoursOfOperationOverrideId, "{HoursOfOperationOverrideId}", false);
|
|
3587
|
+
let body;
|
|
3588
|
+
body = JSON.stringify(take(input, {
|
|
3589
|
+
Config: (_) => _json(_),
|
|
3590
|
+
Description: [],
|
|
3591
|
+
EffectiveFrom: [],
|
|
3592
|
+
EffectiveTill: [],
|
|
3593
|
+
Name: [],
|
|
3594
|
+
}));
|
|
3595
|
+
b.m("POST").h(headers).b(body);
|
|
3596
|
+
return b.build();
|
|
3597
|
+
};
|
|
3491
3598
|
export const se_UpdateInstanceAttributeCommand = async (input, context) => {
|
|
3492
3599
|
const b = rb(input, context);
|
|
3493
3600
|
const headers = {
|
|
@@ -4416,6 +4523,20 @@ export const de_CreateHoursOfOperationCommand = async (output, context) => {
|
|
|
4416
4523
|
Object.assign(contents, doc);
|
|
4417
4524
|
return contents;
|
|
4418
4525
|
};
|
|
4526
|
+
export const de_CreateHoursOfOperationOverrideCommand = async (output, context) => {
|
|
4527
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4528
|
+
return de_CommandError(output, context);
|
|
4529
|
+
}
|
|
4530
|
+
const contents = map({
|
|
4531
|
+
$metadata: deserializeMetadata(output),
|
|
4532
|
+
});
|
|
4533
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4534
|
+
const doc = take(data, {
|
|
4535
|
+
HoursOfOperationOverrideId: __expectString,
|
|
4536
|
+
});
|
|
4537
|
+
Object.assign(contents, doc);
|
|
4538
|
+
return contents;
|
|
4539
|
+
};
|
|
4419
4540
|
export const de_CreateInstanceCommand = async (output, context) => {
|
|
4420
4541
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4421
4542
|
return de_CommandError(output, context);
|
|
@@ -4794,6 +4915,16 @@ export const de_DeleteHoursOfOperationCommand = async (output, context) => {
|
|
|
4794
4915
|
await collectBody(output.body, context);
|
|
4795
4916
|
return contents;
|
|
4796
4917
|
};
|
|
4918
|
+
export const de_DeleteHoursOfOperationOverrideCommand = async (output, context) => {
|
|
4919
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4920
|
+
return de_CommandError(output, context);
|
|
4921
|
+
}
|
|
4922
|
+
const contents = map({
|
|
4923
|
+
$metadata: deserializeMetadata(output),
|
|
4924
|
+
});
|
|
4925
|
+
await collectBody(output.body, context);
|
|
4926
|
+
return contents;
|
|
4927
|
+
};
|
|
4797
4928
|
export const de_DeleteInstanceCommand = async (output, context) => {
|
|
4798
4929
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4799
4930
|
return de_CommandError(output, context);
|
|
@@ -5114,6 +5245,20 @@ export const de_DescribeHoursOfOperationCommand = async (output, context) => {
|
|
|
5114
5245
|
Object.assign(contents, doc);
|
|
5115
5246
|
return contents;
|
|
5116
5247
|
};
|
|
5248
|
+
export const de_DescribeHoursOfOperationOverrideCommand = async (output, context) => {
|
|
5249
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5250
|
+
return de_CommandError(output, context);
|
|
5251
|
+
}
|
|
5252
|
+
const contents = map({
|
|
5253
|
+
$metadata: deserializeMetadata(output),
|
|
5254
|
+
});
|
|
5255
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5256
|
+
const doc = take(data, {
|
|
5257
|
+
HoursOfOperationOverride: _json,
|
|
5258
|
+
});
|
|
5259
|
+
Object.assign(contents, doc);
|
|
5260
|
+
return contents;
|
|
5261
|
+
};
|
|
5117
5262
|
export const de_DescribeInstanceCommand = async (output, context) => {
|
|
5118
5263
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5119
5264
|
return de_CommandError(output, context);
|
|
@@ -5564,6 +5709,21 @@ export const de_GetCurrentUserDataCommand = async (output, context) => {
|
|
|
5564
5709
|
Object.assign(contents, doc);
|
|
5565
5710
|
return contents;
|
|
5566
5711
|
};
|
|
5712
|
+
export const de_GetEffectiveHoursOfOperationsCommand = async (output, context) => {
|
|
5713
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5714
|
+
return de_CommandError(output, context);
|
|
5715
|
+
}
|
|
5716
|
+
const contents = map({
|
|
5717
|
+
$metadata: deserializeMetadata(output),
|
|
5718
|
+
});
|
|
5719
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5720
|
+
const doc = take(data, {
|
|
5721
|
+
EffectiveHoursOfOperationList: _json,
|
|
5722
|
+
TimeZone: __expectString,
|
|
5723
|
+
});
|
|
5724
|
+
Object.assign(contents, doc);
|
|
5725
|
+
return contents;
|
|
5726
|
+
};
|
|
5567
5727
|
export const de_GetFederationTokenCommand = async (output, context) => {
|
|
5568
5728
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5569
5729
|
return de_CommandError(output, context);
|
|
@@ -5928,6 +6088,23 @@ export const de_ListFlowAssociationsCommand = async (output, context) => {
|
|
|
5928
6088
|
Object.assign(contents, doc);
|
|
5929
6089
|
return contents;
|
|
5930
6090
|
};
|
|
6091
|
+
export const de_ListHoursOfOperationOverridesCommand = async (output, context) => {
|
|
6092
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6093
|
+
return de_CommandError(output, context);
|
|
6094
|
+
}
|
|
6095
|
+
const contents = map({
|
|
6096
|
+
$metadata: deserializeMetadata(output),
|
|
6097
|
+
});
|
|
6098
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6099
|
+
const doc = take(data, {
|
|
6100
|
+
HoursOfOperationOverrideList: _json,
|
|
6101
|
+
LastModifiedRegion: __expectString,
|
|
6102
|
+
LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6103
|
+
NextToken: __expectString,
|
|
6104
|
+
});
|
|
6105
|
+
Object.assign(contents, doc);
|
|
6106
|
+
return contents;
|
|
6107
|
+
};
|
|
5931
6108
|
export const de_ListHoursOfOperationsCommand = async (output, context) => {
|
|
5932
6109
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5933
6110
|
return de_CommandError(output, context);
|
|
@@ -6594,6 +6771,22 @@ export const de_SearchEmailAddressesCommand = async (output, context) => {
|
|
|
6594
6771
|
Object.assign(contents, doc);
|
|
6595
6772
|
return contents;
|
|
6596
6773
|
};
|
|
6774
|
+
export const de_SearchHoursOfOperationOverridesCommand = async (output, context) => {
|
|
6775
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6776
|
+
return de_CommandError(output, context);
|
|
6777
|
+
}
|
|
6778
|
+
const contents = map({
|
|
6779
|
+
$metadata: deserializeMetadata(output),
|
|
6780
|
+
});
|
|
6781
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6782
|
+
const doc = take(data, {
|
|
6783
|
+
ApproximateTotalCount: __expectLong,
|
|
6784
|
+
HoursOfOperationOverrides: _json,
|
|
6785
|
+
NextToken: __expectString,
|
|
6786
|
+
});
|
|
6787
|
+
Object.assign(contents, doc);
|
|
6788
|
+
return contents;
|
|
6789
|
+
};
|
|
6597
6790
|
export const de_SearchHoursOfOperationsCommand = async (output, context) => {
|
|
6598
6791
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6599
6792
|
return de_CommandError(output, context);
|
|
@@ -7241,6 +7434,16 @@ export const de_UpdateHoursOfOperationCommand = async (output, context) => {
|
|
|
7241
7434
|
await collectBody(output.body, context);
|
|
7242
7435
|
return contents;
|
|
7243
7436
|
};
|
|
7437
|
+
export const de_UpdateHoursOfOperationOverrideCommand = async (output, context) => {
|
|
7438
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7439
|
+
return de_CommandError(output, context);
|
|
7440
|
+
}
|
|
7441
|
+
const contents = map({
|
|
7442
|
+
$metadata: deserializeMetadata(output),
|
|
7443
|
+
});
|
|
7444
|
+
await collectBody(output.body, context);
|
|
7445
|
+
return contents;
|
|
7446
|
+
};
|
|
7244
7447
|
export const de_UpdateInstanceAttributeCommand = async (output, context) => {
|
|
7245
7448
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7246
7449
|
return de_CommandError(output, context);
|
|
@@ -8083,6 +8286,8 @@ const se_ContactFlowModuleSearchCriteria = (input, context) => {
|
|
|
8083
8286
|
return take(input, {
|
|
8084
8287
|
AndConditions: (_) => se_ContactFlowModuleSearchConditionList(_, context),
|
|
8085
8288
|
OrConditions: (_) => se_ContactFlowModuleSearchConditionList(_, context),
|
|
8289
|
+
StateCondition: [],
|
|
8290
|
+
StatusCondition: [],
|
|
8086
8291
|
StringCondition: _json,
|
|
8087
8292
|
});
|
|
8088
8293
|
};
|
|
@@ -8229,6 +8434,21 @@ const se_HistoricalMetrics = (input, context) => {
|
|
|
8229
8434
|
return se_HistoricalMetric(entry, context);
|
|
8230
8435
|
});
|
|
8231
8436
|
};
|
|
8437
|
+
const se_HoursOfOperationOverrideSearchConditionList = (input, context) => {
|
|
8438
|
+
return input
|
|
8439
|
+
.filter((e) => e != null)
|
|
8440
|
+
.map((entry) => {
|
|
8441
|
+
return se_HoursOfOperationOverrideSearchCriteria(entry, context);
|
|
8442
|
+
});
|
|
8443
|
+
};
|
|
8444
|
+
const se_HoursOfOperationOverrideSearchCriteria = (input, context) => {
|
|
8445
|
+
return take(input, {
|
|
8446
|
+
AndConditions: (_) => se_HoursOfOperationOverrideSearchConditionList(_, context),
|
|
8447
|
+
DateCondition: _json,
|
|
8448
|
+
OrConditions: (_) => se_HoursOfOperationOverrideSearchConditionList(_, context),
|
|
8449
|
+
StringCondition: _json,
|
|
8450
|
+
});
|
|
8451
|
+
};
|
|
8232
8452
|
const se_HoursOfOperationSearchConditionList = (input, context) => {
|
|
8233
8453
|
return input
|
|
8234
8454
|
.filter((e) => e != null)
|
|
@@ -9864,6 +10084,7 @@ const _DSI = "DataSetId";
|
|
|
9864
10084
|
const _EFV = "EvaluationFormVersion";
|
|
9865
10085
|
const _ESN = "EventSourceName";
|
|
9866
10086
|
const _FA = "FunctionArn";
|
|
10087
|
+
const _FD = "FromDate";
|
|
9867
10088
|
const _IA = "IntegrationArn";
|
|
9868
10089
|
const _II = "InstanceId";
|
|
9869
10090
|
const _IT = "IntegrationType";
|
|
@@ -9883,6 +10104,7 @@ const _RTe = "ReferenceTypes";
|
|
|
9883
10104
|
const _S = "Status";
|
|
9884
10105
|
const _SV = "SnapshotVersion";
|
|
9885
10106
|
const _T = "Type";
|
|
10107
|
+
const _TD = "ToDate";
|
|
9886
10108
|
const _TK = "TagKeys";
|
|
9887
10109
|
const _UEIS = "UrlExpiryInSeconds";
|
|
9888
10110
|
const _UI = "UserId";
|
|
@@ -9893,6 +10115,7 @@ const _cI = "contactId";
|
|
|
9893
10115
|
const _cT = "clientToken";
|
|
9894
10116
|
const _eSN = "eventSourceName";
|
|
9895
10117
|
const _fA = "functionArn";
|
|
10118
|
+
const _fD = "fromDate";
|
|
9896
10119
|
const _iA = "integrationArn";
|
|
9897
10120
|
const _iI = "instanceId";
|
|
9898
10121
|
const _iT = "integrationType";
|
|
@@ -9912,6 +10135,7 @@ const _s = "state";
|
|
|
9912
10135
|
const _sV = "snapshotVersion";
|
|
9913
10136
|
const _st = "status";
|
|
9914
10137
|
const _t = "type";
|
|
10138
|
+
const _tD = "toDate";
|
|
9915
10139
|
const _tK = "tagKeys";
|
|
9916
10140
|
const _uEIS = "urlExpiryInSeconds";
|
|
9917
10141
|
const _v = "version";
|
package/dist-types/Connect.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ import { CreateContactFlowVersionCommandInput, CreateContactFlowVersionCommandOu
|
|
|
29
29
|
import { CreateEmailAddressCommandInput, CreateEmailAddressCommandOutput } from "./commands/CreateEmailAddressCommand";
|
|
30
30
|
import { CreateEvaluationFormCommandInput, CreateEvaluationFormCommandOutput } from "./commands/CreateEvaluationFormCommand";
|
|
31
31
|
import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "./commands/CreateHoursOfOperationCommand";
|
|
32
|
+
import { CreateHoursOfOperationOverrideCommandInput, CreateHoursOfOperationOverrideCommandOutput } from "./commands/CreateHoursOfOperationOverrideCommand";
|
|
32
33
|
import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand";
|
|
33
34
|
import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "./commands/CreateIntegrationAssociationCommand";
|
|
34
35
|
import { CreateParticipantCommandInput, CreateParticipantCommandOutput } from "./commands/CreateParticipantCommand";
|
|
@@ -57,6 +58,7 @@ import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutp
|
|
|
57
58
|
import { DeleteEmailAddressCommandInput, DeleteEmailAddressCommandOutput } from "./commands/DeleteEmailAddressCommand";
|
|
58
59
|
import { DeleteEvaluationFormCommandInput, DeleteEvaluationFormCommandOutput } from "./commands/DeleteEvaluationFormCommand";
|
|
59
60
|
import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
|
|
61
|
+
import { DeleteHoursOfOperationOverrideCommandInput, DeleteHoursOfOperationOverrideCommandOutput } from "./commands/DeleteHoursOfOperationOverrideCommand";
|
|
60
62
|
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
|
|
61
63
|
import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "./commands/DeleteIntegrationAssociationCommand";
|
|
62
64
|
import { DeletePredefinedAttributeCommandInput, DeletePredefinedAttributeCommandOutput } from "./commands/DeletePredefinedAttributeCommand";
|
|
@@ -84,6 +86,7 @@ import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommand
|
|
|
84
86
|
import { DescribeEmailAddressCommandInput, DescribeEmailAddressCommandOutput } from "./commands/DescribeEmailAddressCommand";
|
|
85
87
|
import { DescribeEvaluationFormCommandInput, DescribeEvaluationFormCommandOutput } from "./commands/DescribeEvaluationFormCommand";
|
|
86
88
|
import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "./commands/DescribeHoursOfOperationCommand";
|
|
89
|
+
import { DescribeHoursOfOperationOverrideCommandInput, DescribeHoursOfOperationOverrideCommandOutput } from "./commands/DescribeHoursOfOperationOverrideCommand";
|
|
87
90
|
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
|
|
88
91
|
import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "./commands/DescribeInstanceCommand";
|
|
89
92
|
import { DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput } from "./commands/DescribeInstanceStorageConfigCommand";
|
|
@@ -119,6 +122,7 @@ import { GetAttachedFileCommandInput, GetAttachedFileCommandOutput } from "./com
|
|
|
119
122
|
import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "./commands/GetContactAttributesCommand";
|
|
120
123
|
import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "./commands/GetCurrentMetricDataCommand";
|
|
121
124
|
import { GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput } from "./commands/GetCurrentUserDataCommand";
|
|
125
|
+
import { GetEffectiveHoursOfOperationsCommandInput, GetEffectiveHoursOfOperationsCommandOutput } from "./commands/GetEffectiveHoursOfOperationsCommand";
|
|
122
126
|
import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "./commands/GetFederationTokenCommand";
|
|
123
127
|
import { GetFlowAssociationCommandInput, GetFlowAssociationCommandOutput } from "./commands/GetFlowAssociationCommand";
|
|
124
128
|
import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "./commands/GetMetricDataCommand";
|
|
@@ -142,6 +146,7 @@ import { ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutp
|
|
|
142
146
|
import { ListEvaluationFormsCommandInput, ListEvaluationFormsCommandOutput } from "./commands/ListEvaluationFormsCommand";
|
|
143
147
|
import { ListEvaluationFormVersionsCommandInput, ListEvaluationFormVersionsCommandOutput } from "./commands/ListEvaluationFormVersionsCommand";
|
|
144
148
|
import { ListFlowAssociationsCommandInput, ListFlowAssociationsCommandOutput } from "./commands/ListFlowAssociationsCommand";
|
|
149
|
+
import { ListHoursOfOperationOverridesCommandInput, ListHoursOfOperationOverridesCommandOutput } from "./commands/ListHoursOfOperationOverridesCommand";
|
|
145
150
|
import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "./commands/ListHoursOfOperationsCommand";
|
|
146
151
|
import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "./commands/ListInstanceAttributesCommand";
|
|
147
152
|
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
|
|
@@ -187,6 +192,7 @@ import { SearchContactFlowModulesCommandInput, SearchContactFlowModulesCommandOu
|
|
|
187
192
|
import { SearchContactFlowsCommandInput, SearchContactFlowsCommandOutput } from "./commands/SearchContactFlowsCommand";
|
|
188
193
|
import { SearchContactsCommandInput, SearchContactsCommandOutput } from "./commands/SearchContactsCommand";
|
|
189
194
|
import { SearchEmailAddressesCommandInput, SearchEmailAddressesCommandOutput } from "./commands/SearchEmailAddressesCommand";
|
|
195
|
+
import { SearchHoursOfOperationOverridesCommandInput, SearchHoursOfOperationOverridesCommandOutput } from "./commands/SearchHoursOfOperationOverridesCommand";
|
|
190
196
|
import { SearchHoursOfOperationsCommandInput, SearchHoursOfOperationsCommandOutput } from "./commands/SearchHoursOfOperationsCommand";
|
|
191
197
|
import { SearchPredefinedAttributesCommandInput, SearchPredefinedAttributesCommandOutput } from "./commands/SearchPredefinedAttributesCommand";
|
|
192
198
|
import { SearchPromptsCommandInput, SearchPromptsCommandOutput } from "./commands/SearchPromptsCommand";
|
|
@@ -237,6 +243,7 @@ import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput }
|
|
|
237
243
|
import { UpdateEmailAddressMetadataCommandInput, UpdateEmailAddressMetadataCommandOutput } from "./commands/UpdateEmailAddressMetadataCommand";
|
|
238
244
|
import { UpdateEvaluationFormCommandInput, UpdateEvaluationFormCommandOutput } from "./commands/UpdateEvaluationFormCommand";
|
|
239
245
|
import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "./commands/UpdateHoursOfOperationCommand";
|
|
246
|
+
import { UpdateHoursOfOperationOverrideCommandInput, UpdateHoursOfOperationOverrideCommandOutput } from "./commands/UpdateHoursOfOperationOverrideCommand";
|
|
240
247
|
import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "./commands/UpdateInstanceAttributeCommand";
|
|
241
248
|
import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "./commands/UpdateInstanceStorageConfigCommand";
|
|
242
249
|
import { UpdateParticipantRoleConfigCommandInput, UpdateParticipantRoleConfigCommandOutput } from "./commands/UpdateParticipantRoleConfigCommand";
|
|
@@ -453,6 +460,12 @@ export interface Connect {
|
|
|
453
460
|
createHoursOfOperation(args: CreateHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<CreateHoursOfOperationCommandOutput>;
|
|
454
461
|
createHoursOfOperation(args: CreateHoursOfOperationCommandInput, cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void): void;
|
|
455
462
|
createHoursOfOperation(args: CreateHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void): void;
|
|
463
|
+
/**
|
|
464
|
+
* @see {@link CreateHoursOfOperationOverrideCommand}
|
|
465
|
+
*/
|
|
466
|
+
createHoursOfOperationOverride(args: CreateHoursOfOperationOverrideCommandInput, options?: __HttpHandlerOptions): Promise<CreateHoursOfOperationOverrideCommandOutput>;
|
|
467
|
+
createHoursOfOperationOverride(args: CreateHoursOfOperationOverrideCommandInput, cb: (err: any, data?: CreateHoursOfOperationOverrideCommandOutput) => void): void;
|
|
468
|
+
createHoursOfOperationOverride(args: CreateHoursOfOperationOverrideCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHoursOfOperationOverrideCommandOutput) => void): void;
|
|
456
469
|
/**
|
|
457
470
|
* @see {@link CreateInstanceCommand}
|
|
458
471
|
*/
|
|
@@ -621,6 +634,12 @@ export interface Connect {
|
|
|
621
634
|
deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHoursOfOperationCommandOutput>;
|
|
622
635
|
deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void): void;
|
|
623
636
|
deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void): void;
|
|
637
|
+
/**
|
|
638
|
+
* @see {@link DeleteHoursOfOperationOverrideCommand}
|
|
639
|
+
*/
|
|
640
|
+
deleteHoursOfOperationOverride(args: DeleteHoursOfOperationOverrideCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHoursOfOperationOverrideCommandOutput>;
|
|
641
|
+
deleteHoursOfOperationOverride(args: DeleteHoursOfOperationOverrideCommandInput, cb: (err: any, data?: DeleteHoursOfOperationOverrideCommandOutput) => void): void;
|
|
642
|
+
deleteHoursOfOperationOverride(args: DeleteHoursOfOperationOverrideCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHoursOfOperationOverrideCommandOutput) => void): void;
|
|
624
643
|
/**
|
|
625
644
|
* @see {@link DeleteInstanceCommand}
|
|
626
645
|
*/
|
|
@@ -783,6 +802,12 @@ export interface Connect {
|
|
|
783
802
|
describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHoursOfOperationCommandOutput>;
|
|
784
803
|
describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void): void;
|
|
785
804
|
describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void): void;
|
|
805
|
+
/**
|
|
806
|
+
* @see {@link DescribeHoursOfOperationOverrideCommand}
|
|
807
|
+
*/
|
|
808
|
+
describeHoursOfOperationOverride(args: DescribeHoursOfOperationOverrideCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHoursOfOperationOverrideCommandOutput>;
|
|
809
|
+
describeHoursOfOperationOverride(args: DescribeHoursOfOperationOverrideCommandInput, cb: (err: any, data?: DescribeHoursOfOperationOverrideCommandOutput) => void): void;
|
|
810
|
+
describeHoursOfOperationOverride(args: DescribeHoursOfOperationOverrideCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHoursOfOperationOverrideCommandOutput) => void): void;
|
|
786
811
|
/**
|
|
787
812
|
* @see {@link DescribeInstanceCommand}
|
|
788
813
|
*/
|
|
@@ -993,6 +1018,12 @@ export interface Connect {
|
|
|
993
1018
|
getCurrentUserData(args: GetCurrentUserDataCommandInput, options?: __HttpHandlerOptions): Promise<GetCurrentUserDataCommandOutput>;
|
|
994
1019
|
getCurrentUserData(args: GetCurrentUserDataCommandInput, cb: (err: any, data?: GetCurrentUserDataCommandOutput) => void): void;
|
|
995
1020
|
getCurrentUserData(args: GetCurrentUserDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCurrentUserDataCommandOutput) => void): void;
|
|
1021
|
+
/**
|
|
1022
|
+
* @see {@link GetEffectiveHoursOfOperationsCommand}
|
|
1023
|
+
*/
|
|
1024
|
+
getEffectiveHoursOfOperations(args: GetEffectiveHoursOfOperationsCommandInput, options?: __HttpHandlerOptions): Promise<GetEffectiveHoursOfOperationsCommandOutput>;
|
|
1025
|
+
getEffectiveHoursOfOperations(args: GetEffectiveHoursOfOperationsCommandInput, cb: (err: any, data?: GetEffectiveHoursOfOperationsCommandOutput) => void): void;
|
|
1026
|
+
getEffectiveHoursOfOperations(args: GetEffectiveHoursOfOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEffectiveHoursOfOperationsCommandOutput) => void): void;
|
|
996
1027
|
/**
|
|
997
1028
|
* @see {@link GetFederationTokenCommand}
|
|
998
1029
|
*/
|
|
@@ -1131,6 +1162,12 @@ export interface Connect {
|
|
|
1131
1162
|
listFlowAssociations(args: ListFlowAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListFlowAssociationsCommandOutput>;
|
|
1132
1163
|
listFlowAssociations(args: ListFlowAssociationsCommandInput, cb: (err: any, data?: ListFlowAssociationsCommandOutput) => void): void;
|
|
1133
1164
|
listFlowAssociations(args: ListFlowAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFlowAssociationsCommandOutput) => void): void;
|
|
1165
|
+
/**
|
|
1166
|
+
* @see {@link ListHoursOfOperationOverridesCommand}
|
|
1167
|
+
*/
|
|
1168
|
+
listHoursOfOperationOverrides(args: ListHoursOfOperationOverridesCommandInput, options?: __HttpHandlerOptions): Promise<ListHoursOfOperationOverridesCommandOutput>;
|
|
1169
|
+
listHoursOfOperationOverrides(args: ListHoursOfOperationOverridesCommandInput, cb: (err: any, data?: ListHoursOfOperationOverridesCommandOutput) => void): void;
|
|
1170
|
+
listHoursOfOperationOverrides(args: ListHoursOfOperationOverridesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHoursOfOperationOverridesCommandOutput) => void): void;
|
|
1134
1171
|
/**
|
|
1135
1172
|
* @see {@link ListHoursOfOperationsCommand}
|
|
1136
1173
|
*/
|
|
@@ -1404,6 +1441,12 @@ export interface Connect {
|
|
|
1404
1441
|
searchEmailAddresses(args: SearchEmailAddressesCommandInput, options?: __HttpHandlerOptions): Promise<SearchEmailAddressesCommandOutput>;
|
|
1405
1442
|
searchEmailAddresses(args: SearchEmailAddressesCommandInput, cb: (err: any, data?: SearchEmailAddressesCommandOutput) => void): void;
|
|
1406
1443
|
searchEmailAddresses(args: SearchEmailAddressesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchEmailAddressesCommandOutput) => void): void;
|
|
1444
|
+
/**
|
|
1445
|
+
* @see {@link SearchHoursOfOperationOverridesCommand}
|
|
1446
|
+
*/
|
|
1447
|
+
searchHoursOfOperationOverrides(args: SearchHoursOfOperationOverridesCommandInput, options?: __HttpHandlerOptions): Promise<SearchHoursOfOperationOverridesCommandOutput>;
|
|
1448
|
+
searchHoursOfOperationOverrides(args: SearchHoursOfOperationOverridesCommandInput, cb: (err: any, data?: SearchHoursOfOperationOverridesCommandOutput) => void): void;
|
|
1449
|
+
searchHoursOfOperationOverrides(args: SearchHoursOfOperationOverridesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchHoursOfOperationOverridesCommandOutput) => void): void;
|
|
1407
1450
|
/**
|
|
1408
1451
|
* @see {@link SearchHoursOfOperationsCommand}
|
|
1409
1452
|
*/
|
|
@@ -1704,6 +1747,12 @@ export interface Connect {
|
|
|
1704
1747
|
updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHoursOfOperationCommandOutput>;
|
|
1705
1748
|
updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void): void;
|
|
1706
1749
|
updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void): void;
|
|
1750
|
+
/**
|
|
1751
|
+
* @see {@link UpdateHoursOfOperationOverrideCommand}
|
|
1752
|
+
*/
|
|
1753
|
+
updateHoursOfOperationOverride(args: UpdateHoursOfOperationOverrideCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHoursOfOperationOverrideCommandOutput>;
|
|
1754
|
+
updateHoursOfOperationOverride(args: UpdateHoursOfOperationOverrideCommandInput, cb: (err: any, data?: UpdateHoursOfOperationOverrideCommandOutput) => void): void;
|
|
1755
|
+
updateHoursOfOperationOverride(args: UpdateHoursOfOperationOverrideCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHoursOfOperationOverrideCommandOutput) => void): void;
|
|
1707
1756
|
/**
|
|
1708
1757
|
* @see {@link UpdateInstanceAttributeCommand}
|
|
1709
1758
|
*/
|