@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
|
@@ -30,6 +30,7 @@ import { CreateContactFlowVersionCommandInput, CreateContactFlowVersionCommandOu
|
|
|
30
30
|
import { CreateEmailAddressCommandInput, CreateEmailAddressCommandOutput } from "../commands/CreateEmailAddressCommand";
|
|
31
31
|
import { CreateEvaluationFormCommandInput, CreateEvaluationFormCommandOutput } from "../commands/CreateEvaluationFormCommand";
|
|
32
32
|
import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "../commands/CreateHoursOfOperationCommand";
|
|
33
|
+
import { CreateHoursOfOperationOverrideCommandInput, CreateHoursOfOperationOverrideCommandOutput } from "../commands/CreateHoursOfOperationOverrideCommand";
|
|
33
34
|
import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "../commands/CreateInstanceCommand";
|
|
34
35
|
import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "../commands/CreateIntegrationAssociationCommand";
|
|
35
36
|
import { CreateParticipantCommandInput, CreateParticipantCommandOutput } from "../commands/CreateParticipantCommand";
|
|
@@ -58,6 +59,7 @@ import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutp
|
|
|
58
59
|
import { DeleteEmailAddressCommandInput, DeleteEmailAddressCommandOutput } from "../commands/DeleteEmailAddressCommand";
|
|
59
60
|
import { DeleteEvaluationFormCommandInput, DeleteEvaluationFormCommandOutput } from "../commands/DeleteEvaluationFormCommand";
|
|
60
61
|
import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "../commands/DeleteHoursOfOperationCommand";
|
|
62
|
+
import { DeleteHoursOfOperationOverrideCommandInput, DeleteHoursOfOperationOverrideCommandOutput } from "../commands/DeleteHoursOfOperationOverrideCommand";
|
|
61
63
|
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "../commands/DeleteInstanceCommand";
|
|
62
64
|
import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "../commands/DeleteIntegrationAssociationCommand";
|
|
63
65
|
import { DeletePredefinedAttributeCommandInput, DeletePredefinedAttributeCommandOutput } from "../commands/DeletePredefinedAttributeCommand";
|
|
@@ -85,6 +87,7 @@ import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommand
|
|
|
85
87
|
import { DescribeEmailAddressCommandInput, DescribeEmailAddressCommandOutput } from "../commands/DescribeEmailAddressCommand";
|
|
86
88
|
import { DescribeEvaluationFormCommandInput, DescribeEvaluationFormCommandOutput } from "../commands/DescribeEvaluationFormCommand";
|
|
87
89
|
import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "../commands/DescribeHoursOfOperationCommand";
|
|
90
|
+
import { DescribeHoursOfOperationOverrideCommandInput, DescribeHoursOfOperationOverrideCommandOutput } from "../commands/DescribeHoursOfOperationOverrideCommand";
|
|
88
91
|
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "../commands/DescribeInstanceAttributeCommand";
|
|
89
92
|
import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "../commands/DescribeInstanceCommand";
|
|
90
93
|
import { DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput } from "../commands/DescribeInstanceStorageConfigCommand";
|
|
@@ -120,6 +123,7 @@ import { GetAttachedFileCommandInput, GetAttachedFileCommandOutput } from "../co
|
|
|
120
123
|
import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "../commands/GetContactAttributesCommand";
|
|
121
124
|
import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "../commands/GetCurrentMetricDataCommand";
|
|
122
125
|
import { GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput } from "../commands/GetCurrentUserDataCommand";
|
|
126
|
+
import { GetEffectiveHoursOfOperationsCommandInput, GetEffectiveHoursOfOperationsCommandOutput } from "../commands/GetEffectiveHoursOfOperationsCommand";
|
|
123
127
|
import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "../commands/GetFederationTokenCommand";
|
|
124
128
|
import { GetFlowAssociationCommandInput, GetFlowAssociationCommandOutput } from "../commands/GetFlowAssociationCommand";
|
|
125
129
|
import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
|
|
@@ -143,6 +147,7 @@ import { ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutp
|
|
|
143
147
|
import { ListEvaluationFormsCommandInput, ListEvaluationFormsCommandOutput } from "../commands/ListEvaluationFormsCommand";
|
|
144
148
|
import { ListEvaluationFormVersionsCommandInput, ListEvaluationFormVersionsCommandOutput } from "../commands/ListEvaluationFormVersionsCommand";
|
|
145
149
|
import { ListFlowAssociationsCommandInput, ListFlowAssociationsCommandOutput } from "../commands/ListFlowAssociationsCommand";
|
|
150
|
+
import { ListHoursOfOperationOverridesCommandInput, ListHoursOfOperationOverridesCommandOutput } from "../commands/ListHoursOfOperationOverridesCommand";
|
|
146
151
|
import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "../commands/ListHoursOfOperationsCommand";
|
|
147
152
|
import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "../commands/ListInstanceAttributesCommand";
|
|
148
153
|
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
|
|
@@ -188,6 +193,7 @@ import { SearchContactFlowModulesCommandInput, SearchContactFlowModulesCommandOu
|
|
|
188
193
|
import { SearchContactFlowsCommandInput, SearchContactFlowsCommandOutput } from "../commands/SearchContactFlowsCommand";
|
|
189
194
|
import { SearchContactsCommandInput, SearchContactsCommandOutput } from "../commands/SearchContactsCommand";
|
|
190
195
|
import { SearchEmailAddressesCommandInput, SearchEmailAddressesCommandOutput } from "../commands/SearchEmailAddressesCommand";
|
|
196
|
+
import { SearchHoursOfOperationOverridesCommandInput, SearchHoursOfOperationOverridesCommandOutput } from "../commands/SearchHoursOfOperationOverridesCommand";
|
|
191
197
|
import { SearchHoursOfOperationsCommandInput, SearchHoursOfOperationsCommandOutput } from "../commands/SearchHoursOfOperationsCommand";
|
|
192
198
|
import { SearchPredefinedAttributesCommandInput, SearchPredefinedAttributesCommandOutput } from "../commands/SearchPredefinedAttributesCommand";
|
|
193
199
|
import { SearchPromptsCommandInput, SearchPromptsCommandOutput } from "../commands/SearchPromptsCommand";
|
|
@@ -238,6 +244,7 @@ import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput }
|
|
|
238
244
|
import { UpdateEmailAddressMetadataCommandInput, UpdateEmailAddressMetadataCommandOutput } from "../commands/UpdateEmailAddressMetadataCommand";
|
|
239
245
|
import { UpdateEvaluationFormCommandInput, UpdateEvaluationFormCommandOutput } from "../commands/UpdateEvaluationFormCommand";
|
|
240
246
|
import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "../commands/UpdateHoursOfOperationCommand";
|
|
247
|
+
import { UpdateHoursOfOperationOverrideCommandInput, UpdateHoursOfOperationOverrideCommandOutput } from "../commands/UpdateHoursOfOperationOverrideCommand";
|
|
241
248
|
import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "../commands/UpdateInstanceAttributeCommand";
|
|
242
249
|
import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "../commands/UpdateInstanceStorageConfigCommand";
|
|
243
250
|
import { UpdateParticipantRoleConfigCommandInput, UpdateParticipantRoleConfigCommandOutput } from "../commands/UpdateParticipantRoleConfigCommand";
|
|
@@ -392,6 +399,10 @@ export declare const se_CreateEvaluationFormCommand: (input: CreateEvaluationFor
|
|
|
392
399
|
* serializeAws_restJson1CreateHoursOfOperationCommand
|
|
393
400
|
*/
|
|
394
401
|
export declare const se_CreateHoursOfOperationCommand: (input: CreateHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
402
|
+
/**
|
|
403
|
+
* serializeAws_restJson1CreateHoursOfOperationOverrideCommand
|
|
404
|
+
*/
|
|
405
|
+
export declare const se_CreateHoursOfOperationOverrideCommand: (input: CreateHoursOfOperationOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
395
406
|
/**
|
|
396
407
|
* serializeAws_restJson1CreateInstanceCommand
|
|
397
408
|
*/
|
|
@@ -504,6 +515,10 @@ export declare const se_DeleteEvaluationFormCommand: (input: DeleteEvaluationFor
|
|
|
504
515
|
* serializeAws_restJson1DeleteHoursOfOperationCommand
|
|
505
516
|
*/
|
|
506
517
|
export declare const se_DeleteHoursOfOperationCommand: (input: DeleteHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
518
|
+
/**
|
|
519
|
+
* serializeAws_restJson1DeleteHoursOfOperationOverrideCommand
|
|
520
|
+
*/
|
|
521
|
+
export declare const se_DeleteHoursOfOperationOverrideCommand: (input: DeleteHoursOfOperationOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
507
522
|
/**
|
|
508
523
|
* serializeAws_restJson1DeleteInstanceCommand
|
|
509
524
|
*/
|
|
@@ -612,6 +627,10 @@ export declare const se_DescribeEvaluationFormCommand: (input: DescribeEvaluatio
|
|
|
612
627
|
* serializeAws_restJson1DescribeHoursOfOperationCommand
|
|
613
628
|
*/
|
|
614
629
|
export declare const se_DescribeHoursOfOperationCommand: (input: DescribeHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
630
|
+
/**
|
|
631
|
+
* serializeAws_restJson1DescribeHoursOfOperationOverrideCommand
|
|
632
|
+
*/
|
|
633
|
+
export declare const se_DescribeHoursOfOperationOverrideCommand: (input: DescribeHoursOfOperationOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
615
634
|
/**
|
|
616
635
|
* serializeAws_restJson1DescribeInstanceCommand
|
|
617
636
|
*/
|
|
@@ -752,6 +771,10 @@ export declare const se_GetCurrentMetricDataCommand: (input: GetCurrentMetricDat
|
|
|
752
771
|
* serializeAws_restJson1GetCurrentUserDataCommand
|
|
753
772
|
*/
|
|
754
773
|
export declare const se_GetCurrentUserDataCommand: (input: GetCurrentUserDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
774
|
+
/**
|
|
775
|
+
* serializeAws_restJson1GetEffectiveHoursOfOperationsCommand
|
|
776
|
+
*/
|
|
777
|
+
export declare const se_GetEffectiveHoursOfOperationsCommand: (input: GetEffectiveHoursOfOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
755
778
|
/**
|
|
756
779
|
* serializeAws_restJson1GetFederationTokenCommand
|
|
757
780
|
*/
|
|
@@ -844,6 +867,10 @@ export declare const se_ListEvaluationFormVersionsCommand: (input: ListEvaluatio
|
|
|
844
867
|
* serializeAws_restJson1ListFlowAssociationsCommand
|
|
845
868
|
*/
|
|
846
869
|
export declare const se_ListFlowAssociationsCommand: (input: ListFlowAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
870
|
+
/**
|
|
871
|
+
* serializeAws_restJson1ListHoursOfOperationOverridesCommand
|
|
872
|
+
*/
|
|
873
|
+
export declare const se_ListHoursOfOperationOverridesCommand: (input: ListHoursOfOperationOverridesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
847
874
|
/**
|
|
848
875
|
* serializeAws_restJson1ListHoursOfOperationsCommand
|
|
849
876
|
*/
|
|
@@ -1024,6 +1051,10 @@ export declare const se_SearchContactsCommand: (input: SearchContactsCommandInpu
|
|
|
1024
1051
|
* serializeAws_restJson1SearchEmailAddressesCommand
|
|
1025
1052
|
*/
|
|
1026
1053
|
export declare const se_SearchEmailAddressesCommand: (input: SearchEmailAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1054
|
+
/**
|
|
1055
|
+
* serializeAws_restJson1SearchHoursOfOperationOverridesCommand
|
|
1056
|
+
*/
|
|
1057
|
+
export declare const se_SearchHoursOfOperationOverridesCommand: (input: SearchHoursOfOperationOverridesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1027
1058
|
/**
|
|
1028
1059
|
* serializeAws_restJson1SearchHoursOfOperationsCommand
|
|
1029
1060
|
*/
|
|
@@ -1224,6 +1255,10 @@ export declare const se_UpdateEvaluationFormCommand: (input: UpdateEvaluationFor
|
|
|
1224
1255
|
* serializeAws_restJson1UpdateHoursOfOperationCommand
|
|
1225
1256
|
*/
|
|
1226
1257
|
export declare const se_UpdateHoursOfOperationCommand: (input: UpdateHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1258
|
+
/**
|
|
1259
|
+
* serializeAws_restJson1UpdateHoursOfOperationOverrideCommand
|
|
1260
|
+
*/
|
|
1261
|
+
export declare const se_UpdateHoursOfOperationOverrideCommand: (input: UpdateHoursOfOperationOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1227
1262
|
/**
|
|
1228
1263
|
* serializeAws_restJson1UpdateInstanceAttributeCommand
|
|
1229
1264
|
*/
|
|
@@ -1480,6 +1515,10 @@ export declare const de_CreateEvaluationFormCommand: (output: __HttpResponse, co
|
|
|
1480
1515
|
* deserializeAws_restJson1CreateHoursOfOperationCommand
|
|
1481
1516
|
*/
|
|
1482
1517
|
export declare const de_CreateHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHoursOfOperationCommandOutput>;
|
|
1518
|
+
/**
|
|
1519
|
+
* deserializeAws_restJson1CreateHoursOfOperationOverrideCommand
|
|
1520
|
+
*/
|
|
1521
|
+
export declare const de_CreateHoursOfOperationOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHoursOfOperationOverrideCommandOutput>;
|
|
1483
1522
|
/**
|
|
1484
1523
|
* deserializeAws_restJson1CreateInstanceCommand
|
|
1485
1524
|
*/
|
|
@@ -1592,6 +1631,10 @@ export declare const de_DeleteEvaluationFormCommand: (output: __HttpResponse, co
|
|
|
1592
1631
|
* deserializeAws_restJson1DeleteHoursOfOperationCommand
|
|
1593
1632
|
*/
|
|
1594
1633
|
export declare const de_DeleteHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHoursOfOperationCommandOutput>;
|
|
1634
|
+
/**
|
|
1635
|
+
* deserializeAws_restJson1DeleteHoursOfOperationOverrideCommand
|
|
1636
|
+
*/
|
|
1637
|
+
export declare const de_DeleteHoursOfOperationOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHoursOfOperationOverrideCommandOutput>;
|
|
1595
1638
|
/**
|
|
1596
1639
|
* deserializeAws_restJson1DeleteInstanceCommand
|
|
1597
1640
|
*/
|
|
@@ -1700,6 +1743,10 @@ export declare const de_DescribeEvaluationFormCommand: (output: __HttpResponse,
|
|
|
1700
1743
|
* deserializeAws_restJson1DescribeHoursOfOperationCommand
|
|
1701
1744
|
*/
|
|
1702
1745
|
export declare const de_DescribeHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHoursOfOperationCommandOutput>;
|
|
1746
|
+
/**
|
|
1747
|
+
* deserializeAws_restJson1DescribeHoursOfOperationOverrideCommand
|
|
1748
|
+
*/
|
|
1749
|
+
export declare const de_DescribeHoursOfOperationOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHoursOfOperationOverrideCommandOutput>;
|
|
1703
1750
|
/**
|
|
1704
1751
|
* deserializeAws_restJson1DescribeInstanceCommand
|
|
1705
1752
|
*/
|
|
@@ -1840,6 +1887,10 @@ export declare const de_GetCurrentMetricDataCommand: (output: __HttpResponse, co
|
|
|
1840
1887
|
* deserializeAws_restJson1GetCurrentUserDataCommand
|
|
1841
1888
|
*/
|
|
1842
1889
|
export declare const de_GetCurrentUserDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCurrentUserDataCommandOutput>;
|
|
1890
|
+
/**
|
|
1891
|
+
* deserializeAws_restJson1GetEffectiveHoursOfOperationsCommand
|
|
1892
|
+
*/
|
|
1893
|
+
export declare const de_GetEffectiveHoursOfOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEffectiveHoursOfOperationsCommandOutput>;
|
|
1843
1894
|
/**
|
|
1844
1895
|
* deserializeAws_restJson1GetFederationTokenCommand
|
|
1845
1896
|
*/
|
|
@@ -1932,6 +1983,10 @@ export declare const de_ListEvaluationFormVersionsCommand: (output: __HttpRespon
|
|
|
1932
1983
|
* deserializeAws_restJson1ListFlowAssociationsCommand
|
|
1933
1984
|
*/
|
|
1934
1985
|
export declare const de_ListFlowAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowAssociationsCommandOutput>;
|
|
1986
|
+
/**
|
|
1987
|
+
* deserializeAws_restJson1ListHoursOfOperationOverridesCommand
|
|
1988
|
+
*/
|
|
1989
|
+
export declare const de_ListHoursOfOperationOverridesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHoursOfOperationOverridesCommandOutput>;
|
|
1935
1990
|
/**
|
|
1936
1991
|
* deserializeAws_restJson1ListHoursOfOperationsCommand
|
|
1937
1992
|
*/
|
|
@@ -2112,6 +2167,10 @@ export declare const de_SearchContactsCommand: (output: __HttpResponse, context:
|
|
|
2112
2167
|
* deserializeAws_restJson1SearchEmailAddressesCommand
|
|
2113
2168
|
*/
|
|
2114
2169
|
export declare const de_SearchEmailAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchEmailAddressesCommandOutput>;
|
|
2170
|
+
/**
|
|
2171
|
+
* deserializeAws_restJson1SearchHoursOfOperationOverridesCommand
|
|
2172
|
+
*/
|
|
2173
|
+
export declare const de_SearchHoursOfOperationOverridesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchHoursOfOperationOverridesCommandOutput>;
|
|
2115
2174
|
/**
|
|
2116
2175
|
* deserializeAws_restJson1SearchHoursOfOperationsCommand
|
|
2117
2176
|
*/
|
|
@@ -2312,6 +2371,10 @@ export declare const de_UpdateEvaluationFormCommand: (output: __HttpResponse, co
|
|
|
2312
2371
|
* deserializeAws_restJson1UpdateHoursOfOperationCommand
|
|
2313
2372
|
*/
|
|
2314
2373
|
export declare const de_UpdateHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHoursOfOperationCommandOutput>;
|
|
2374
|
+
/**
|
|
2375
|
+
* deserializeAws_restJson1UpdateHoursOfOperationOverrideCommand
|
|
2376
|
+
*/
|
|
2377
|
+
export declare const de_UpdateHoursOfOperationOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHoursOfOperationOverrideCommandOutput>;
|
|
2315
2378
|
/**
|
|
2316
2379
|
* deserializeAws_restJson1UpdateInstanceAttributeCommand
|
|
2317
2380
|
*/
|
|
@@ -119,6 +119,10 @@ import {
|
|
|
119
119
|
CreateHoursOfOperationCommandInput,
|
|
120
120
|
CreateHoursOfOperationCommandOutput,
|
|
121
121
|
} from "./commands/CreateHoursOfOperationCommand";
|
|
122
|
+
import {
|
|
123
|
+
CreateHoursOfOperationOverrideCommandInput,
|
|
124
|
+
CreateHoursOfOperationOverrideCommandOutput,
|
|
125
|
+
} from "./commands/CreateHoursOfOperationOverrideCommand";
|
|
122
126
|
import {
|
|
123
127
|
CreateInstanceCommandInput,
|
|
124
128
|
CreateInstanceCommandOutput,
|
|
@@ -231,6 +235,10 @@ import {
|
|
|
231
235
|
DeleteHoursOfOperationCommandInput,
|
|
232
236
|
DeleteHoursOfOperationCommandOutput,
|
|
233
237
|
} from "./commands/DeleteHoursOfOperationCommand";
|
|
238
|
+
import {
|
|
239
|
+
DeleteHoursOfOperationOverrideCommandInput,
|
|
240
|
+
DeleteHoursOfOperationOverrideCommandOutput,
|
|
241
|
+
} from "./commands/DeleteHoursOfOperationOverrideCommand";
|
|
234
242
|
import {
|
|
235
243
|
DeleteInstanceCommandInput,
|
|
236
244
|
DeleteInstanceCommandOutput,
|
|
@@ -339,6 +347,10 @@ import {
|
|
|
339
347
|
DescribeHoursOfOperationCommandInput,
|
|
340
348
|
DescribeHoursOfOperationCommandOutput,
|
|
341
349
|
} from "./commands/DescribeHoursOfOperationCommand";
|
|
350
|
+
import {
|
|
351
|
+
DescribeHoursOfOperationOverrideCommandInput,
|
|
352
|
+
DescribeHoursOfOperationOverrideCommandOutput,
|
|
353
|
+
} from "./commands/DescribeHoursOfOperationOverrideCommand";
|
|
342
354
|
import {
|
|
343
355
|
DescribeInstanceAttributeCommandInput,
|
|
344
356
|
DescribeInstanceAttributeCommandOutput,
|
|
@@ -479,6 +491,10 @@ import {
|
|
|
479
491
|
GetCurrentUserDataCommandInput,
|
|
480
492
|
GetCurrentUserDataCommandOutput,
|
|
481
493
|
} from "./commands/GetCurrentUserDataCommand";
|
|
494
|
+
import {
|
|
495
|
+
GetEffectiveHoursOfOperationsCommandInput,
|
|
496
|
+
GetEffectiveHoursOfOperationsCommandOutput,
|
|
497
|
+
} from "./commands/GetEffectiveHoursOfOperationsCommand";
|
|
482
498
|
import {
|
|
483
499
|
GetFederationTokenCommandInput,
|
|
484
500
|
GetFederationTokenCommandOutput,
|
|
@@ -571,6 +587,10 @@ import {
|
|
|
571
587
|
ListFlowAssociationsCommandInput,
|
|
572
588
|
ListFlowAssociationsCommandOutput,
|
|
573
589
|
} from "./commands/ListFlowAssociationsCommand";
|
|
590
|
+
import {
|
|
591
|
+
ListHoursOfOperationOverridesCommandInput,
|
|
592
|
+
ListHoursOfOperationOverridesCommandOutput,
|
|
593
|
+
} from "./commands/ListHoursOfOperationOverridesCommand";
|
|
574
594
|
import {
|
|
575
595
|
ListHoursOfOperationsCommandInput,
|
|
576
596
|
ListHoursOfOperationsCommandOutput,
|
|
@@ -751,6 +771,10 @@ import {
|
|
|
751
771
|
SearchEmailAddressesCommandInput,
|
|
752
772
|
SearchEmailAddressesCommandOutput,
|
|
753
773
|
} from "./commands/SearchEmailAddressesCommand";
|
|
774
|
+
import {
|
|
775
|
+
SearchHoursOfOperationOverridesCommandInput,
|
|
776
|
+
SearchHoursOfOperationOverridesCommandOutput,
|
|
777
|
+
} from "./commands/SearchHoursOfOperationOverridesCommand";
|
|
754
778
|
import {
|
|
755
779
|
SearchHoursOfOperationsCommandInput,
|
|
756
780
|
SearchHoursOfOperationsCommandOutput,
|
|
@@ -951,6 +975,10 @@ import {
|
|
|
951
975
|
UpdateHoursOfOperationCommandInput,
|
|
952
976
|
UpdateHoursOfOperationCommandOutput,
|
|
953
977
|
} from "./commands/UpdateHoursOfOperationCommand";
|
|
978
|
+
import {
|
|
979
|
+
UpdateHoursOfOperationOverrideCommandInput,
|
|
980
|
+
UpdateHoursOfOperationOverrideCommandOutput,
|
|
981
|
+
} from "./commands/UpdateHoursOfOperationOverrideCommand";
|
|
954
982
|
import {
|
|
955
983
|
UpdateInstanceAttributeCommandInput,
|
|
956
984
|
UpdateInstanceAttributeCommandOutput,
|
|
@@ -1491,6 +1519,19 @@ export interface Connect {
|
|
|
1491
1519
|
options: __HttpHandlerOptions,
|
|
1492
1520
|
cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void
|
|
1493
1521
|
): void;
|
|
1522
|
+
createHoursOfOperationOverride(
|
|
1523
|
+
args: CreateHoursOfOperationOverrideCommandInput,
|
|
1524
|
+
options?: __HttpHandlerOptions
|
|
1525
|
+
): Promise<CreateHoursOfOperationOverrideCommandOutput>;
|
|
1526
|
+
createHoursOfOperationOverride(
|
|
1527
|
+
args: CreateHoursOfOperationOverrideCommandInput,
|
|
1528
|
+
cb: (err: any, data?: CreateHoursOfOperationOverrideCommandOutput) => void
|
|
1529
|
+
): void;
|
|
1530
|
+
createHoursOfOperationOverride(
|
|
1531
|
+
args: CreateHoursOfOperationOverrideCommandInput,
|
|
1532
|
+
options: __HttpHandlerOptions,
|
|
1533
|
+
cb: (err: any, data?: CreateHoursOfOperationOverrideCommandOutput) => void
|
|
1534
|
+
): void;
|
|
1494
1535
|
createInstance(
|
|
1495
1536
|
args: CreateInstanceCommandInput,
|
|
1496
1537
|
options?: __HttpHandlerOptions
|
|
@@ -1867,6 +1908,19 @@ export interface Connect {
|
|
|
1867
1908
|
options: __HttpHandlerOptions,
|
|
1868
1909
|
cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void
|
|
1869
1910
|
): void;
|
|
1911
|
+
deleteHoursOfOperationOverride(
|
|
1912
|
+
args: DeleteHoursOfOperationOverrideCommandInput,
|
|
1913
|
+
options?: __HttpHandlerOptions
|
|
1914
|
+
): Promise<DeleteHoursOfOperationOverrideCommandOutput>;
|
|
1915
|
+
deleteHoursOfOperationOverride(
|
|
1916
|
+
args: DeleteHoursOfOperationOverrideCommandInput,
|
|
1917
|
+
cb: (err: any, data?: DeleteHoursOfOperationOverrideCommandOutput) => void
|
|
1918
|
+
): void;
|
|
1919
|
+
deleteHoursOfOperationOverride(
|
|
1920
|
+
args: DeleteHoursOfOperationOverrideCommandInput,
|
|
1921
|
+
options: __HttpHandlerOptions,
|
|
1922
|
+
cb: (err: any, data?: DeleteHoursOfOperationOverrideCommandOutput) => void
|
|
1923
|
+
): void;
|
|
1870
1924
|
deleteInstance(
|
|
1871
1925
|
args: DeleteInstanceCommandInput,
|
|
1872
1926
|
options?: __HttpHandlerOptions
|
|
@@ -2224,6 +2278,19 @@ export interface Connect {
|
|
|
2224
2278
|
options: __HttpHandlerOptions,
|
|
2225
2279
|
cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void
|
|
2226
2280
|
): void;
|
|
2281
|
+
describeHoursOfOperationOverride(
|
|
2282
|
+
args: DescribeHoursOfOperationOverrideCommandInput,
|
|
2283
|
+
options?: __HttpHandlerOptions
|
|
2284
|
+
): Promise<DescribeHoursOfOperationOverrideCommandOutput>;
|
|
2285
|
+
describeHoursOfOperationOverride(
|
|
2286
|
+
args: DescribeHoursOfOperationOverrideCommandInput,
|
|
2287
|
+
cb: (err: any, data?: DescribeHoursOfOperationOverrideCommandOutput) => void
|
|
2288
|
+
): void;
|
|
2289
|
+
describeHoursOfOperationOverride(
|
|
2290
|
+
args: DescribeHoursOfOperationOverrideCommandInput,
|
|
2291
|
+
options: __HttpHandlerOptions,
|
|
2292
|
+
cb: (err: any, data?: DescribeHoursOfOperationOverrideCommandOutput) => void
|
|
2293
|
+
): void;
|
|
2227
2294
|
describeInstance(
|
|
2228
2295
|
args: DescribeInstanceCommandInput,
|
|
2229
2296
|
options?: __HttpHandlerOptions
|
|
@@ -2697,6 +2764,19 @@ export interface Connect {
|
|
|
2697
2764
|
options: __HttpHandlerOptions,
|
|
2698
2765
|
cb: (err: any, data?: GetCurrentUserDataCommandOutput) => void
|
|
2699
2766
|
): void;
|
|
2767
|
+
getEffectiveHoursOfOperations(
|
|
2768
|
+
args: GetEffectiveHoursOfOperationsCommandInput,
|
|
2769
|
+
options?: __HttpHandlerOptions
|
|
2770
|
+
): Promise<GetEffectiveHoursOfOperationsCommandOutput>;
|
|
2771
|
+
getEffectiveHoursOfOperations(
|
|
2772
|
+
args: GetEffectiveHoursOfOperationsCommandInput,
|
|
2773
|
+
cb: (err: any, data?: GetEffectiveHoursOfOperationsCommandOutput) => void
|
|
2774
|
+
): void;
|
|
2775
|
+
getEffectiveHoursOfOperations(
|
|
2776
|
+
args: GetEffectiveHoursOfOperationsCommandInput,
|
|
2777
|
+
options: __HttpHandlerOptions,
|
|
2778
|
+
cb: (err: any, data?: GetEffectiveHoursOfOperationsCommandOutput) => void
|
|
2779
|
+
): void;
|
|
2700
2780
|
getFederationToken(
|
|
2701
2781
|
args: GetFederationTokenCommandInput,
|
|
2702
2782
|
options?: __HttpHandlerOptions
|
|
@@ -2996,6 +3076,19 @@ export interface Connect {
|
|
|
2996
3076
|
options: __HttpHandlerOptions,
|
|
2997
3077
|
cb: (err: any, data?: ListFlowAssociationsCommandOutput) => void
|
|
2998
3078
|
): void;
|
|
3079
|
+
listHoursOfOperationOverrides(
|
|
3080
|
+
args: ListHoursOfOperationOverridesCommandInput,
|
|
3081
|
+
options?: __HttpHandlerOptions
|
|
3082
|
+
): Promise<ListHoursOfOperationOverridesCommandOutput>;
|
|
3083
|
+
listHoursOfOperationOverrides(
|
|
3084
|
+
args: ListHoursOfOperationOverridesCommandInput,
|
|
3085
|
+
cb: (err: any, data?: ListHoursOfOperationOverridesCommandOutput) => void
|
|
3086
|
+
): void;
|
|
3087
|
+
listHoursOfOperationOverrides(
|
|
3088
|
+
args: ListHoursOfOperationOverridesCommandInput,
|
|
3089
|
+
options: __HttpHandlerOptions,
|
|
3090
|
+
cb: (err: any, data?: ListHoursOfOperationOverridesCommandOutput) => void
|
|
3091
|
+
): void;
|
|
2999
3092
|
listHoursOfOperations(
|
|
3000
3093
|
args: ListHoursOfOperationsCommandInput,
|
|
3001
3094
|
options?: __HttpHandlerOptions
|
|
@@ -3596,6 +3689,19 @@ export interface Connect {
|
|
|
3596
3689
|
options: __HttpHandlerOptions,
|
|
3597
3690
|
cb: (err: any, data?: SearchEmailAddressesCommandOutput) => void
|
|
3598
3691
|
): void;
|
|
3692
|
+
searchHoursOfOperationOverrides(
|
|
3693
|
+
args: SearchHoursOfOperationOverridesCommandInput,
|
|
3694
|
+
options?: __HttpHandlerOptions
|
|
3695
|
+
): Promise<SearchHoursOfOperationOverridesCommandOutput>;
|
|
3696
|
+
searchHoursOfOperationOverrides(
|
|
3697
|
+
args: SearchHoursOfOperationOverridesCommandInput,
|
|
3698
|
+
cb: (err: any, data?: SearchHoursOfOperationOverridesCommandOutput) => void
|
|
3699
|
+
): void;
|
|
3700
|
+
searchHoursOfOperationOverrides(
|
|
3701
|
+
args: SearchHoursOfOperationOverridesCommandInput,
|
|
3702
|
+
options: __HttpHandlerOptions,
|
|
3703
|
+
cb: (err: any, data?: SearchHoursOfOperationOverridesCommandOutput) => void
|
|
3704
|
+
): void;
|
|
3599
3705
|
searchHoursOfOperations(
|
|
3600
3706
|
args: SearchHoursOfOperationsCommandInput,
|
|
3601
3707
|
options?: __HttpHandlerOptions
|
|
@@ -4246,6 +4352,19 @@ export interface Connect {
|
|
|
4246
4352
|
options: __HttpHandlerOptions,
|
|
4247
4353
|
cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void
|
|
4248
4354
|
): void;
|
|
4355
|
+
updateHoursOfOperationOverride(
|
|
4356
|
+
args: UpdateHoursOfOperationOverrideCommandInput,
|
|
4357
|
+
options?: __HttpHandlerOptions
|
|
4358
|
+
): Promise<UpdateHoursOfOperationOverrideCommandOutput>;
|
|
4359
|
+
updateHoursOfOperationOverride(
|
|
4360
|
+
args: UpdateHoursOfOperationOverrideCommandInput,
|
|
4361
|
+
cb: (err: any, data?: UpdateHoursOfOperationOverrideCommandOutput) => void
|
|
4362
|
+
): void;
|
|
4363
|
+
updateHoursOfOperationOverride(
|
|
4364
|
+
args: UpdateHoursOfOperationOverrideCommandInput,
|
|
4365
|
+
options: __HttpHandlerOptions,
|
|
4366
|
+
cb: (err: any, data?: UpdateHoursOfOperationOverrideCommandOutput) => void
|
|
4367
|
+
): void;
|
|
4249
4368
|
updateInstanceAttribute(
|
|
4250
4369
|
args: UpdateInstanceAttributeCommandInput,
|
|
4251
4370
|
options?: __HttpHandlerOptions
|
|
@@ -165,6 +165,10 @@ import {
|
|
|
165
165
|
CreateHoursOfOperationCommandInput,
|
|
166
166
|
CreateHoursOfOperationCommandOutput,
|
|
167
167
|
} from "./commands/CreateHoursOfOperationCommand";
|
|
168
|
+
import {
|
|
169
|
+
CreateHoursOfOperationOverrideCommandInput,
|
|
170
|
+
CreateHoursOfOperationOverrideCommandOutput,
|
|
171
|
+
} from "./commands/CreateHoursOfOperationOverrideCommand";
|
|
168
172
|
import {
|
|
169
173
|
CreateInstanceCommandInput,
|
|
170
174
|
CreateInstanceCommandOutput,
|
|
@@ -277,6 +281,10 @@ import {
|
|
|
277
281
|
DeleteHoursOfOperationCommandInput,
|
|
278
282
|
DeleteHoursOfOperationCommandOutput,
|
|
279
283
|
} from "./commands/DeleteHoursOfOperationCommand";
|
|
284
|
+
import {
|
|
285
|
+
DeleteHoursOfOperationOverrideCommandInput,
|
|
286
|
+
DeleteHoursOfOperationOverrideCommandOutput,
|
|
287
|
+
} from "./commands/DeleteHoursOfOperationOverrideCommand";
|
|
280
288
|
import {
|
|
281
289
|
DeleteInstanceCommandInput,
|
|
282
290
|
DeleteInstanceCommandOutput,
|
|
@@ -385,6 +393,10 @@ import {
|
|
|
385
393
|
DescribeHoursOfOperationCommandInput,
|
|
386
394
|
DescribeHoursOfOperationCommandOutput,
|
|
387
395
|
} from "./commands/DescribeHoursOfOperationCommand";
|
|
396
|
+
import {
|
|
397
|
+
DescribeHoursOfOperationOverrideCommandInput,
|
|
398
|
+
DescribeHoursOfOperationOverrideCommandOutput,
|
|
399
|
+
} from "./commands/DescribeHoursOfOperationOverrideCommand";
|
|
388
400
|
import {
|
|
389
401
|
DescribeInstanceAttributeCommandInput,
|
|
390
402
|
DescribeInstanceAttributeCommandOutput,
|
|
@@ -525,6 +537,10 @@ import {
|
|
|
525
537
|
GetCurrentUserDataCommandInput,
|
|
526
538
|
GetCurrentUserDataCommandOutput,
|
|
527
539
|
} from "./commands/GetCurrentUserDataCommand";
|
|
540
|
+
import {
|
|
541
|
+
GetEffectiveHoursOfOperationsCommandInput,
|
|
542
|
+
GetEffectiveHoursOfOperationsCommandOutput,
|
|
543
|
+
} from "./commands/GetEffectiveHoursOfOperationsCommand";
|
|
528
544
|
import {
|
|
529
545
|
GetFederationTokenCommandInput,
|
|
530
546
|
GetFederationTokenCommandOutput,
|
|
@@ -617,6 +633,10 @@ import {
|
|
|
617
633
|
ListFlowAssociationsCommandInput,
|
|
618
634
|
ListFlowAssociationsCommandOutput,
|
|
619
635
|
} from "./commands/ListFlowAssociationsCommand";
|
|
636
|
+
import {
|
|
637
|
+
ListHoursOfOperationOverridesCommandInput,
|
|
638
|
+
ListHoursOfOperationOverridesCommandOutput,
|
|
639
|
+
} from "./commands/ListHoursOfOperationOverridesCommand";
|
|
620
640
|
import {
|
|
621
641
|
ListHoursOfOperationsCommandInput,
|
|
622
642
|
ListHoursOfOperationsCommandOutput,
|
|
@@ -797,6 +817,10 @@ import {
|
|
|
797
817
|
SearchEmailAddressesCommandInput,
|
|
798
818
|
SearchEmailAddressesCommandOutput,
|
|
799
819
|
} from "./commands/SearchEmailAddressesCommand";
|
|
820
|
+
import {
|
|
821
|
+
SearchHoursOfOperationOverridesCommandInput,
|
|
822
|
+
SearchHoursOfOperationOverridesCommandOutput,
|
|
823
|
+
} from "./commands/SearchHoursOfOperationOverridesCommand";
|
|
800
824
|
import {
|
|
801
825
|
SearchHoursOfOperationsCommandInput,
|
|
802
826
|
SearchHoursOfOperationsCommandOutput,
|
|
@@ -997,6 +1021,10 @@ import {
|
|
|
997
1021
|
UpdateHoursOfOperationCommandInput,
|
|
998
1022
|
UpdateHoursOfOperationCommandOutput,
|
|
999
1023
|
} from "./commands/UpdateHoursOfOperationCommand";
|
|
1024
|
+
import {
|
|
1025
|
+
UpdateHoursOfOperationOverrideCommandInput,
|
|
1026
|
+
UpdateHoursOfOperationOverrideCommandOutput,
|
|
1027
|
+
} from "./commands/UpdateHoursOfOperationOverrideCommand";
|
|
1000
1028
|
import {
|
|
1001
1029
|
UpdateInstanceAttributeCommandInput,
|
|
1002
1030
|
UpdateInstanceAttributeCommandOutput,
|
|
@@ -1171,6 +1199,7 @@ export type ServiceInputTypes =
|
|
|
1171
1199
|
| CreateEmailAddressCommandInput
|
|
1172
1200
|
| CreateEvaluationFormCommandInput
|
|
1173
1201
|
| CreateHoursOfOperationCommandInput
|
|
1202
|
+
| CreateHoursOfOperationOverrideCommandInput
|
|
1174
1203
|
| CreateInstanceCommandInput
|
|
1175
1204
|
| CreateIntegrationAssociationCommandInput
|
|
1176
1205
|
| CreateParticipantCommandInput
|
|
@@ -1199,6 +1228,7 @@ export type ServiceInputTypes =
|
|
|
1199
1228
|
| DeleteEmailAddressCommandInput
|
|
1200
1229
|
| DeleteEvaluationFormCommandInput
|
|
1201
1230
|
| DeleteHoursOfOperationCommandInput
|
|
1231
|
+
| DeleteHoursOfOperationOverrideCommandInput
|
|
1202
1232
|
| DeleteInstanceCommandInput
|
|
1203
1233
|
| DeleteIntegrationAssociationCommandInput
|
|
1204
1234
|
| DeletePredefinedAttributeCommandInput
|
|
@@ -1226,6 +1256,7 @@ export type ServiceInputTypes =
|
|
|
1226
1256
|
| DescribeEmailAddressCommandInput
|
|
1227
1257
|
| DescribeEvaluationFormCommandInput
|
|
1228
1258
|
| DescribeHoursOfOperationCommandInput
|
|
1259
|
+
| DescribeHoursOfOperationOverrideCommandInput
|
|
1229
1260
|
| DescribeInstanceAttributeCommandInput
|
|
1230
1261
|
| DescribeInstanceCommandInput
|
|
1231
1262
|
| DescribeInstanceStorageConfigCommandInput
|
|
@@ -1261,6 +1292,7 @@ export type ServiceInputTypes =
|
|
|
1261
1292
|
| GetContactAttributesCommandInput
|
|
1262
1293
|
| GetCurrentMetricDataCommandInput
|
|
1263
1294
|
| GetCurrentUserDataCommandInput
|
|
1295
|
+
| GetEffectiveHoursOfOperationsCommandInput
|
|
1264
1296
|
| GetFederationTokenCommandInput
|
|
1265
1297
|
| GetFlowAssociationCommandInput
|
|
1266
1298
|
| GetMetricDataCommandInput
|
|
@@ -1284,6 +1316,7 @@ export type ServiceInputTypes =
|
|
|
1284
1316
|
| ListEvaluationFormVersionsCommandInput
|
|
1285
1317
|
| ListEvaluationFormsCommandInput
|
|
1286
1318
|
| ListFlowAssociationsCommandInput
|
|
1319
|
+
| ListHoursOfOperationOverridesCommandInput
|
|
1287
1320
|
| ListHoursOfOperationsCommandInput
|
|
1288
1321
|
| ListInstanceAttributesCommandInput
|
|
1289
1322
|
| ListInstanceStorageConfigsCommandInput
|
|
@@ -1329,6 +1362,7 @@ export type ServiceInputTypes =
|
|
|
1329
1362
|
| SearchContactFlowsCommandInput
|
|
1330
1363
|
| SearchContactsCommandInput
|
|
1331
1364
|
| SearchEmailAddressesCommandInput
|
|
1365
|
+
| SearchHoursOfOperationOverridesCommandInput
|
|
1332
1366
|
| SearchHoursOfOperationsCommandInput
|
|
1333
1367
|
| SearchPredefinedAttributesCommandInput
|
|
1334
1368
|
| SearchPromptsCommandInput
|
|
@@ -1379,6 +1413,7 @@ export type ServiceInputTypes =
|
|
|
1379
1413
|
| UpdateEmailAddressMetadataCommandInput
|
|
1380
1414
|
| UpdateEvaluationFormCommandInput
|
|
1381
1415
|
| UpdateHoursOfOperationCommandInput
|
|
1416
|
+
| UpdateHoursOfOperationOverrideCommandInput
|
|
1382
1417
|
| UpdateInstanceAttributeCommandInput
|
|
1383
1418
|
| UpdateInstanceStorageConfigCommandInput
|
|
1384
1419
|
| UpdateParticipantRoleConfigCommandInput
|
|
@@ -1444,6 +1479,7 @@ export type ServiceOutputTypes =
|
|
|
1444
1479
|
| CreateEmailAddressCommandOutput
|
|
1445
1480
|
| CreateEvaluationFormCommandOutput
|
|
1446
1481
|
| CreateHoursOfOperationCommandOutput
|
|
1482
|
+
| CreateHoursOfOperationOverrideCommandOutput
|
|
1447
1483
|
| CreateInstanceCommandOutput
|
|
1448
1484
|
| CreateIntegrationAssociationCommandOutput
|
|
1449
1485
|
| CreateParticipantCommandOutput
|
|
@@ -1472,6 +1508,7 @@ export type ServiceOutputTypes =
|
|
|
1472
1508
|
| DeleteEmailAddressCommandOutput
|
|
1473
1509
|
| DeleteEvaluationFormCommandOutput
|
|
1474
1510
|
| DeleteHoursOfOperationCommandOutput
|
|
1511
|
+
| DeleteHoursOfOperationOverrideCommandOutput
|
|
1475
1512
|
| DeleteInstanceCommandOutput
|
|
1476
1513
|
| DeleteIntegrationAssociationCommandOutput
|
|
1477
1514
|
| DeletePredefinedAttributeCommandOutput
|
|
@@ -1499,6 +1536,7 @@ export type ServiceOutputTypes =
|
|
|
1499
1536
|
| DescribeEmailAddressCommandOutput
|
|
1500
1537
|
| DescribeEvaluationFormCommandOutput
|
|
1501
1538
|
| DescribeHoursOfOperationCommandOutput
|
|
1539
|
+
| DescribeHoursOfOperationOverrideCommandOutput
|
|
1502
1540
|
| DescribeInstanceAttributeCommandOutput
|
|
1503
1541
|
| DescribeInstanceCommandOutput
|
|
1504
1542
|
| DescribeInstanceStorageConfigCommandOutput
|
|
@@ -1534,6 +1572,7 @@ export type ServiceOutputTypes =
|
|
|
1534
1572
|
| GetContactAttributesCommandOutput
|
|
1535
1573
|
| GetCurrentMetricDataCommandOutput
|
|
1536
1574
|
| GetCurrentUserDataCommandOutput
|
|
1575
|
+
| GetEffectiveHoursOfOperationsCommandOutput
|
|
1537
1576
|
| GetFederationTokenCommandOutput
|
|
1538
1577
|
| GetFlowAssociationCommandOutput
|
|
1539
1578
|
| GetMetricDataCommandOutput
|
|
@@ -1557,6 +1596,7 @@ export type ServiceOutputTypes =
|
|
|
1557
1596
|
| ListEvaluationFormVersionsCommandOutput
|
|
1558
1597
|
| ListEvaluationFormsCommandOutput
|
|
1559
1598
|
| ListFlowAssociationsCommandOutput
|
|
1599
|
+
| ListHoursOfOperationOverridesCommandOutput
|
|
1560
1600
|
| ListHoursOfOperationsCommandOutput
|
|
1561
1601
|
| ListInstanceAttributesCommandOutput
|
|
1562
1602
|
| ListInstanceStorageConfigsCommandOutput
|
|
@@ -1602,6 +1642,7 @@ export type ServiceOutputTypes =
|
|
|
1602
1642
|
| SearchContactFlowsCommandOutput
|
|
1603
1643
|
| SearchContactsCommandOutput
|
|
1604
1644
|
| SearchEmailAddressesCommandOutput
|
|
1645
|
+
| SearchHoursOfOperationOverridesCommandOutput
|
|
1605
1646
|
| SearchHoursOfOperationsCommandOutput
|
|
1606
1647
|
| SearchPredefinedAttributesCommandOutput
|
|
1607
1648
|
| SearchPromptsCommandOutput
|
|
@@ -1652,6 +1693,7 @@ export type ServiceOutputTypes =
|
|
|
1652
1693
|
| UpdateEmailAddressMetadataCommandOutput
|
|
1653
1694
|
| UpdateEvaluationFormCommandOutput
|
|
1654
1695
|
| UpdateHoursOfOperationCommandOutput
|
|
1696
|
+
| UpdateHoursOfOperationOverrideCommandOutput
|
|
1655
1697
|
| UpdateInstanceAttributeCommandOutput
|
|
1656
1698
|
| UpdateInstanceStorageConfigCommandOutput
|
|
1657
1699
|
| UpdateParticipantRoleConfigCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateHoursOfOperationOverrideRequest,
|
|
10
|
+
CreateHoursOfOperationOverrideResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateHoursOfOperationOverrideCommandInput
|
|
15
|
+
extends CreateHoursOfOperationOverrideRequest {}
|
|
16
|
+
export interface CreateHoursOfOperationOverrideCommandOutput
|
|
17
|
+
extends CreateHoursOfOperationOverrideResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateHoursOfOperationOverrideCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateHoursOfOperationOverrideCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateHoursOfOperationOverrideCommandInput,
|
|
24
|
+
CreateHoursOfOperationOverrideCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateHoursOfOperationOverrideCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateHoursOfOperationOverrideCommandInput,
|
|
33
|
+
CreateHoursOfOperationOverrideCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateHoursOfOperationOverrideCommand extends CreateHoursOfOperationOverrideCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateHoursOfOperationOverrideRequest;
|
|
44
|
+
output: CreateHoursOfOperationOverrideResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateHoursOfOperationOverrideCommandInput;
|
|
48
|
+
output: CreateHoursOfOperationOverrideCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|