@aws-sdk/client-connect 3.703.0 → 3.711.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +74 -2
- package/dist-cjs/index.js +583 -109
- package/dist-es/Connect.js +18 -0
- package/dist-es/commands/CreateContactCommand.js +1 -1
- package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/CreatePushNotificationRegistrationCommand.js +22 -0
- package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/DeletePushNotificationRegistrationCommand.js +22 -0
- package/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +22 -0
- package/dist-es/commands/ListHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
- package/dist-es/commands/UpdateViewContentCommand.js +1 -1
- package/dist-es/commands/UpdateViewMetadataCommand.js +1 -1
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +14 -0
- package/dist-es/models/models_1.js +0 -33
- package/dist-es/models/models_2.js +53 -45
- package/dist-es/models/models_3.js +32 -0
- package/dist-es/pagination/ListHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/SearchHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +280 -1
- package/dist-types/Connect.d.ts +65 -2
- package/dist-types/ConnectClient.d.ts +13 -4
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
- package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +101 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
- package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +86 -0
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteViewCommand.d.ts +1 -1
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -2
- package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -2
- package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +2 -3
- package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +115 -0
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -2
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +4 -0
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +168 -0
- package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +2 -2
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +250 -154
- package/dist-types/models/models_1.d.ts +384 -496
- package/dist-types/models/models_2.d.ts +3508 -3653
- package/dist-types/models/models_3.d.ts +791 -7
- package/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/Connect.d.ts +165 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +64 -37
- package/dist-types/ts3.4/models/models_1.d.ts +87 -142
- package/dist-types/ts3.4/models/models_2.d.ts +185 -212
- package/dist-types/ts3.4/models/models_3.d.ts +218 -5
- package/dist-types/ts3.4/pagination/ListHoursOfOperationOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
- package/package.json +35 -35
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListHoursOfOperationOverridesCommandInput, ListHoursOfOperationOverridesCommandOutput } from "../commands/ListHoursOfOperationOverridesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListHoursOfOperationOverrides: (config: ConnectPaginationConfiguration, input: ListHoursOfOperationOverridesCommandInput, ...rest: any[]) => Paginator<ListHoursOfOperationOverridesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { SearchHoursOfOperationOverridesCommandInput, SearchHoursOfOperationOverridesCommandOutput } from "../commands/SearchHoursOfOperationOverridesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateSearchHoursOfOperationOverrides: (config: ConnectPaginationConfiguration, input: SearchHoursOfOperationOverridesCommandInput, ...rest: any[]) => Paginator<SearchHoursOfOperationOverridesCommandOutput>;
|
|
@@ -16,6 +16,7 @@ export * from "./ListDefaultVocabulariesPaginator";
|
|
|
16
16
|
export * from "./ListEvaluationFormVersionsPaginator";
|
|
17
17
|
export * from "./ListEvaluationFormsPaginator";
|
|
18
18
|
export * from "./ListFlowAssociationsPaginator";
|
|
19
|
+
export * from "./ListHoursOfOperationOverridesPaginator";
|
|
19
20
|
export * from "./ListHoursOfOperationsPaginator";
|
|
20
21
|
export * from "./ListInstanceAttributesPaginator";
|
|
21
22
|
export * from "./ListInstanceStorageConfigsPaginator";
|
|
@@ -52,6 +53,7 @@ export * from "./SearchAvailablePhoneNumbersPaginator";
|
|
|
52
53
|
export * from "./SearchContactFlowModulesPaginator";
|
|
53
54
|
export * from "./SearchContactFlowsPaginator";
|
|
54
55
|
export * from "./SearchContactsPaginator";
|
|
56
|
+
export * from "./SearchHoursOfOperationOverridesPaginator";
|
|
55
57
|
export * from "./SearchHoursOfOperationsPaginator";
|
|
56
58
|
export * from "./SearchPredefinedAttributesPaginator";
|
|
57
59
|
export * from "./SearchPromptsPaginator";
|
|
@@ -30,12 +30,14 @@ 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";
|
|
36
37
|
import { CreatePersistentContactAssociationCommandInput, CreatePersistentContactAssociationCommandOutput } from "../commands/CreatePersistentContactAssociationCommand";
|
|
37
38
|
import { CreatePredefinedAttributeCommandInput, CreatePredefinedAttributeCommandOutput } from "../commands/CreatePredefinedAttributeCommand";
|
|
38
39
|
import { CreatePromptCommandInput, CreatePromptCommandOutput } from "../commands/CreatePromptCommand";
|
|
40
|
+
import { CreatePushNotificationRegistrationCommandInput, CreatePushNotificationRegistrationCommandOutput } from "../commands/CreatePushNotificationRegistrationCommand";
|
|
39
41
|
import { CreateQueueCommandInput, CreateQueueCommandOutput } from "../commands/CreateQueueCommand";
|
|
40
42
|
import { CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput } from "../commands/CreateQuickConnectCommand";
|
|
41
43
|
import { CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput } from "../commands/CreateRoutingProfileCommand";
|
|
@@ -57,10 +59,12 @@ import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutp
|
|
|
57
59
|
import { DeleteEmailAddressCommandInput, DeleteEmailAddressCommandOutput } from "../commands/DeleteEmailAddressCommand";
|
|
58
60
|
import { DeleteEvaluationFormCommandInput, DeleteEvaluationFormCommandOutput } from "../commands/DeleteEvaluationFormCommand";
|
|
59
61
|
import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "../commands/DeleteHoursOfOperationCommand";
|
|
62
|
+
import { DeleteHoursOfOperationOverrideCommandInput, DeleteHoursOfOperationOverrideCommandOutput } from "../commands/DeleteHoursOfOperationOverrideCommand";
|
|
60
63
|
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "../commands/DeleteInstanceCommand";
|
|
61
64
|
import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "../commands/DeleteIntegrationAssociationCommand";
|
|
62
65
|
import { DeletePredefinedAttributeCommandInput, DeletePredefinedAttributeCommandOutput } from "../commands/DeletePredefinedAttributeCommand";
|
|
63
66
|
import { DeletePromptCommandInput, DeletePromptCommandOutput } from "../commands/DeletePromptCommand";
|
|
67
|
+
import { DeletePushNotificationRegistrationCommandInput, DeletePushNotificationRegistrationCommandOutput } from "../commands/DeletePushNotificationRegistrationCommand";
|
|
64
68
|
import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "../commands/DeleteQueueCommand";
|
|
65
69
|
import { DeleteQuickConnectCommandInput, DeleteQuickConnectCommandOutput } from "../commands/DeleteQuickConnectCommand";
|
|
66
70
|
import { DeleteRoutingProfileCommandInput, DeleteRoutingProfileCommandOutput } from "../commands/DeleteRoutingProfileCommand";
|
|
@@ -83,6 +87,7 @@ import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommand
|
|
|
83
87
|
import { DescribeEmailAddressCommandInput, DescribeEmailAddressCommandOutput } from "../commands/DescribeEmailAddressCommand";
|
|
84
88
|
import { DescribeEvaluationFormCommandInput, DescribeEvaluationFormCommandOutput } from "../commands/DescribeEvaluationFormCommand";
|
|
85
89
|
import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "../commands/DescribeHoursOfOperationCommand";
|
|
90
|
+
import { DescribeHoursOfOperationOverrideCommandInput, DescribeHoursOfOperationOverrideCommandOutput } from "../commands/DescribeHoursOfOperationOverrideCommand";
|
|
86
91
|
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "../commands/DescribeInstanceAttributeCommand";
|
|
87
92
|
import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "../commands/DescribeInstanceCommand";
|
|
88
93
|
import { DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput } from "../commands/DescribeInstanceStorageConfigCommand";
|
|
@@ -118,6 +123,7 @@ import { GetAttachedFileCommandInput, GetAttachedFileCommandOutput } from "../co
|
|
|
118
123
|
import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "../commands/GetContactAttributesCommand";
|
|
119
124
|
import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "../commands/GetCurrentMetricDataCommand";
|
|
120
125
|
import { GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput } from "../commands/GetCurrentUserDataCommand";
|
|
126
|
+
import { GetEffectiveHoursOfOperationsCommandInput, GetEffectiveHoursOfOperationsCommandOutput } from "../commands/GetEffectiveHoursOfOperationsCommand";
|
|
121
127
|
import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "../commands/GetFederationTokenCommand";
|
|
122
128
|
import { GetFlowAssociationCommandInput, GetFlowAssociationCommandOutput } from "../commands/GetFlowAssociationCommand";
|
|
123
129
|
import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
|
|
@@ -141,6 +147,7 @@ import { ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutp
|
|
|
141
147
|
import { ListEvaluationFormsCommandInput, ListEvaluationFormsCommandOutput } from "../commands/ListEvaluationFormsCommand";
|
|
142
148
|
import { ListEvaluationFormVersionsCommandInput, ListEvaluationFormVersionsCommandOutput } from "../commands/ListEvaluationFormVersionsCommand";
|
|
143
149
|
import { ListFlowAssociationsCommandInput, ListFlowAssociationsCommandOutput } from "../commands/ListFlowAssociationsCommand";
|
|
150
|
+
import { ListHoursOfOperationOverridesCommandInput, ListHoursOfOperationOverridesCommandOutput } from "../commands/ListHoursOfOperationOverridesCommand";
|
|
144
151
|
import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "../commands/ListHoursOfOperationsCommand";
|
|
145
152
|
import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "../commands/ListInstanceAttributesCommand";
|
|
146
153
|
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
|
|
@@ -186,6 +193,7 @@ import { SearchContactFlowModulesCommandInput, SearchContactFlowModulesCommandOu
|
|
|
186
193
|
import { SearchContactFlowsCommandInput, SearchContactFlowsCommandOutput } from "../commands/SearchContactFlowsCommand";
|
|
187
194
|
import { SearchContactsCommandInput, SearchContactsCommandOutput } from "../commands/SearchContactsCommand";
|
|
188
195
|
import { SearchEmailAddressesCommandInput, SearchEmailAddressesCommandOutput } from "../commands/SearchEmailAddressesCommand";
|
|
196
|
+
import { SearchHoursOfOperationOverridesCommandInput, SearchHoursOfOperationOverridesCommandOutput } from "../commands/SearchHoursOfOperationOverridesCommand";
|
|
189
197
|
import { SearchHoursOfOperationsCommandInput, SearchHoursOfOperationsCommandOutput } from "../commands/SearchHoursOfOperationsCommand";
|
|
190
198
|
import { SearchPredefinedAttributesCommandInput, SearchPredefinedAttributesCommandOutput } from "../commands/SearchPredefinedAttributesCommand";
|
|
191
199
|
import { SearchPromptsCommandInput, SearchPromptsCommandOutput } from "../commands/SearchPromptsCommand";
|
|
@@ -236,6 +244,7 @@ import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput }
|
|
|
236
244
|
import { UpdateEmailAddressMetadataCommandInput, UpdateEmailAddressMetadataCommandOutput } from "../commands/UpdateEmailAddressMetadataCommand";
|
|
237
245
|
import { UpdateEvaluationFormCommandInput, UpdateEvaluationFormCommandOutput } from "../commands/UpdateEvaluationFormCommand";
|
|
238
246
|
import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "../commands/UpdateHoursOfOperationCommand";
|
|
247
|
+
import { UpdateHoursOfOperationOverrideCommandInput, UpdateHoursOfOperationOverrideCommandOutput } from "../commands/UpdateHoursOfOperationOverrideCommand";
|
|
239
248
|
import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "../commands/UpdateInstanceAttributeCommand";
|
|
240
249
|
import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "../commands/UpdateInstanceStorageConfigCommand";
|
|
241
250
|
import { UpdateParticipantRoleConfigCommandInput, UpdateParticipantRoleConfigCommandOutput } from "../commands/UpdateParticipantRoleConfigCommand";
|
|
@@ -390,6 +399,10 @@ export declare const se_CreateEvaluationFormCommand: (input: CreateEvaluationFor
|
|
|
390
399
|
* serializeAws_restJson1CreateHoursOfOperationCommand
|
|
391
400
|
*/
|
|
392
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>;
|
|
393
406
|
/**
|
|
394
407
|
* serializeAws_restJson1CreateInstanceCommand
|
|
395
408
|
*/
|
|
@@ -414,6 +427,10 @@ export declare const se_CreatePredefinedAttributeCommand: (input: CreatePredefin
|
|
|
414
427
|
* serializeAws_restJson1CreatePromptCommand
|
|
415
428
|
*/
|
|
416
429
|
export declare const se_CreatePromptCommand: (input: CreatePromptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
430
|
+
/**
|
|
431
|
+
* serializeAws_restJson1CreatePushNotificationRegistrationCommand
|
|
432
|
+
*/
|
|
433
|
+
export declare const se_CreatePushNotificationRegistrationCommand: (input: CreatePushNotificationRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
417
434
|
/**
|
|
418
435
|
* serializeAws_restJson1CreateQueueCommand
|
|
419
436
|
*/
|
|
@@ -498,6 +515,10 @@ export declare const se_DeleteEvaluationFormCommand: (input: DeleteEvaluationFor
|
|
|
498
515
|
* serializeAws_restJson1DeleteHoursOfOperationCommand
|
|
499
516
|
*/
|
|
500
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>;
|
|
501
522
|
/**
|
|
502
523
|
* serializeAws_restJson1DeleteInstanceCommand
|
|
503
524
|
*/
|
|
@@ -514,6 +535,10 @@ export declare const se_DeletePredefinedAttributeCommand: (input: DeletePredefin
|
|
|
514
535
|
* serializeAws_restJson1DeletePromptCommand
|
|
515
536
|
*/
|
|
516
537
|
export declare const se_DeletePromptCommand: (input: DeletePromptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
538
|
+
/**
|
|
539
|
+
* serializeAws_restJson1DeletePushNotificationRegistrationCommand
|
|
540
|
+
*/
|
|
541
|
+
export declare const se_DeletePushNotificationRegistrationCommand: (input: DeletePushNotificationRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
517
542
|
/**
|
|
518
543
|
* serializeAws_restJson1DeleteQueueCommand
|
|
519
544
|
*/
|
|
@@ -602,6 +627,10 @@ export declare const se_DescribeEvaluationFormCommand: (input: DescribeEvaluatio
|
|
|
602
627
|
* serializeAws_restJson1DescribeHoursOfOperationCommand
|
|
603
628
|
*/
|
|
604
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>;
|
|
605
634
|
/**
|
|
606
635
|
* serializeAws_restJson1DescribeInstanceCommand
|
|
607
636
|
*/
|
|
@@ -742,6 +771,10 @@ export declare const se_GetCurrentMetricDataCommand: (input: GetCurrentMetricDat
|
|
|
742
771
|
* serializeAws_restJson1GetCurrentUserDataCommand
|
|
743
772
|
*/
|
|
744
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>;
|
|
745
778
|
/**
|
|
746
779
|
* serializeAws_restJson1GetFederationTokenCommand
|
|
747
780
|
*/
|
|
@@ -834,6 +867,10 @@ export declare const se_ListEvaluationFormVersionsCommand: (input: ListEvaluatio
|
|
|
834
867
|
* serializeAws_restJson1ListFlowAssociationsCommand
|
|
835
868
|
*/
|
|
836
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>;
|
|
837
874
|
/**
|
|
838
875
|
* serializeAws_restJson1ListHoursOfOperationsCommand
|
|
839
876
|
*/
|
|
@@ -1014,6 +1051,10 @@ export declare const se_SearchContactsCommand: (input: SearchContactsCommandInpu
|
|
|
1014
1051
|
* serializeAws_restJson1SearchEmailAddressesCommand
|
|
1015
1052
|
*/
|
|
1016
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>;
|
|
1017
1058
|
/**
|
|
1018
1059
|
* serializeAws_restJson1SearchHoursOfOperationsCommand
|
|
1019
1060
|
*/
|
|
@@ -1214,6 +1255,10 @@ export declare const se_UpdateEvaluationFormCommand: (input: UpdateEvaluationFor
|
|
|
1214
1255
|
* serializeAws_restJson1UpdateHoursOfOperationCommand
|
|
1215
1256
|
*/
|
|
1216
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>;
|
|
1217
1262
|
/**
|
|
1218
1263
|
* serializeAws_restJson1UpdateInstanceAttributeCommand
|
|
1219
1264
|
*/
|
|
@@ -1470,6 +1515,10 @@ export declare const de_CreateEvaluationFormCommand: (output: __HttpResponse, co
|
|
|
1470
1515
|
* deserializeAws_restJson1CreateHoursOfOperationCommand
|
|
1471
1516
|
*/
|
|
1472
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>;
|
|
1473
1522
|
/**
|
|
1474
1523
|
* deserializeAws_restJson1CreateInstanceCommand
|
|
1475
1524
|
*/
|
|
@@ -1494,6 +1543,10 @@ export declare const de_CreatePredefinedAttributeCommand: (output: __HttpRespons
|
|
|
1494
1543
|
* deserializeAws_restJson1CreatePromptCommand
|
|
1495
1544
|
*/
|
|
1496
1545
|
export declare const de_CreatePromptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePromptCommandOutput>;
|
|
1546
|
+
/**
|
|
1547
|
+
* deserializeAws_restJson1CreatePushNotificationRegistrationCommand
|
|
1548
|
+
*/
|
|
1549
|
+
export declare const de_CreatePushNotificationRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePushNotificationRegistrationCommandOutput>;
|
|
1497
1550
|
/**
|
|
1498
1551
|
* deserializeAws_restJson1CreateQueueCommand
|
|
1499
1552
|
*/
|
|
@@ -1578,6 +1631,10 @@ export declare const de_DeleteEvaluationFormCommand: (output: __HttpResponse, co
|
|
|
1578
1631
|
* deserializeAws_restJson1DeleteHoursOfOperationCommand
|
|
1579
1632
|
*/
|
|
1580
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>;
|
|
1581
1638
|
/**
|
|
1582
1639
|
* deserializeAws_restJson1DeleteInstanceCommand
|
|
1583
1640
|
*/
|
|
@@ -1594,6 +1651,10 @@ export declare const de_DeletePredefinedAttributeCommand: (output: __HttpRespons
|
|
|
1594
1651
|
* deserializeAws_restJson1DeletePromptCommand
|
|
1595
1652
|
*/
|
|
1596
1653
|
export declare const de_DeletePromptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePromptCommandOutput>;
|
|
1654
|
+
/**
|
|
1655
|
+
* deserializeAws_restJson1DeletePushNotificationRegistrationCommand
|
|
1656
|
+
*/
|
|
1657
|
+
export declare const de_DeletePushNotificationRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePushNotificationRegistrationCommandOutput>;
|
|
1597
1658
|
/**
|
|
1598
1659
|
* deserializeAws_restJson1DeleteQueueCommand
|
|
1599
1660
|
*/
|
|
@@ -1682,6 +1743,10 @@ export declare const de_DescribeEvaluationFormCommand: (output: __HttpResponse,
|
|
|
1682
1743
|
* deserializeAws_restJson1DescribeHoursOfOperationCommand
|
|
1683
1744
|
*/
|
|
1684
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>;
|
|
1685
1750
|
/**
|
|
1686
1751
|
* deserializeAws_restJson1DescribeInstanceCommand
|
|
1687
1752
|
*/
|
|
@@ -1822,6 +1887,10 @@ export declare const de_GetCurrentMetricDataCommand: (output: __HttpResponse, co
|
|
|
1822
1887
|
* deserializeAws_restJson1GetCurrentUserDataCommand
|
|
1823
1888
|
*/
|
|
1824
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>;
|
|
1825
1894
|
/**
|
|
1826
1895
|
* deserializeAws_restJson1GetFederationTokenCommand
|
|
1827
1896
|
*/
|
|
@@ -1914,6 +1983,10 @@ export declare const de_ListEvaluationFormVersionsCommand: (output: __HttpRespon
|
|
|
1914
1983
|
* deserializeAws_restJson1ListFlowAssociationsCommand
|
|
1915
1984
|
*/
|
|
1916
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>;
|
|
1917
1990
|
/**
|
|
1918
1991
|
* deserializeAws_restJson1ListHoursOfOperationsCommand
|
|
1919
1992
|
*/
|
|
@@ -2094,6 +2167,10 @@ export declare const de_SearchContactsCommand: (output: __HttpResponse, context:
|
|
|
2094
2167
|
* deserializeAws_restJson1SearchEmailAddressesCommand
|
|
2095
2168
|
*/
|
|
2096
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>;
|
|
2097
2174
|
/**
|
|
2098
2175
|
* deserializeAws_restJson1SearchHoursOfOperationsCommand
|
|
2099
2176
|
*/
|
|
@@ -2294,6 +2371,10 @@ export declare const de_UpdateEvaluationFormCommand: (output: __HttpResponse, co
|
|
|
2294
2371
|
* deserializeAws_restJson1UpdateHoursOfOperationCommand
|
|
2295
2372
|
*/
|
|
2296
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>;
|
|
2297
2378
|
/**
|
|
2298
2379
|
* deserializeAws_restJson1UpdateInstanceAttributeCommand
|
|
2299
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,
|
|
@@ -143,6 +147,10 @@ import {
|
|
|
143
147
|
CreatePromptCommandInput,
|
|
144
148
|
CreatePromptCommandOutput,
|
|
145
149
|
} from "./commands/CreatePromptCommand";
|
|
150
|
+
import {
|
|
151
|
+
CreatePushNotificationRegistrationCommandInput,
|
|
152
|
+
CreatePushNotificationRegistrationCommandOutput,
|
|
153
|
+
} from "./commands/CreatePushNotificationRegistrationCommand";
|
|
146
154
|
import {
|
|
147
155
|
CreateQueueCommandInput,
|
|
148
156
|
CreateQueueCommandOutput,
|
|
@@ -227,6 +235,10 @@ import {
|
|
|
227
235
|
DeleteHoursOfOperationCommandInput,
|
|
228
236
|
DeleteHoursOfOperationCommandOutput,
|
|
229
237
|
} from "./commands/DeleteHoursOfOperationCommand";
|
|
238
|
+
import {
|
|
239
|
+
DeleteHoursOfOperationOverrideCommandInput,
|
|
240
|
+
DeleteHoursOfOperationOverrideCommandOutput,
|
|
241
|
+
} from "./commands/DeleteHoursOfOperationOverrideCommand";
|
|
230
242
|
import {
|
|
231
243
|
DeleteInstanceCommandInput,
|
|
232
244
|
DeleteInstanceCommandOutput,
|
|
@@ -243,6 +255,10 @@ import {
|
|
|
243
255
|
DeletePromptCommandInput,
|
|
244
256
|
DeletePromptCommandOutput,
|
|
245
257
|
} from "./commands/DeletePromptCommand";
|
|
258
|
+
import {
|
|
259
|
+
DeletePushNotificationRegistrationCommandInput,
|
|
260
|
+
DeletePushNotificationRegistrationCommandOutput,
|
|
261
|
+
} from "./commands/DeletePushNotificationRegistrationCommand";
|
|
246
262
|
import {
|
|
247
263
|
DeleteQueueCommandInput,
|
|
248
264
|
DeleteQueueCommandOutput,
|
|
@@ -331,6 +347,10 @@ import {
|
|
|
331
347
|
DescribeHoursOfOperationCommandInput,
|
|
332
348
|
DescribeHoursOfOperationCommandOutput,
|
|
333
349
|
} from "./commands/DescribeHoursOfOperationCommand";
|
|
350
|
+
import {
|
|
351
|
+
DescribeHoursOfOperationOverrideCommandInput,
|
|
352
|
+
DescribeHoursOfOperationOverrideCommandOutput,
|
|
353
|
+
} from "./commands/DescribeHoursOfOperationOverrideCommand";
|
|
334
354
|
import {
|
|
335
355
|
DescribeInstanceAttributeCommandInput,
|
|
336
356
|
DescribeInstanceAttributeCommandOutput,
|
|
@@ -471,6 +491,10 @@ import {
|
|
|
471
491
|
GetCurrentUserDataCommandInput,
|
|
472
492
|
GetCurrentUserDataCommandOutput,
|
|
473
493
|
} from "./commands/GetCurrentUserDataCommand";
|
|
494
|
+
import {
|
|
495
|
+
GetEffectiveHoursOfOperationsCommandInput,
|
|
496
|
+
GetEffectiveHoursOfOperationsCommandOutput,
|
|
497
|
+
} from "./commands/GetEffectiveHoursOfOperationsCommand";
|
|
474
498
|
import {
|
|
475
499
|
GetFederationTokenCommandInput,
|
|
476
500
|
GetFederationTokenCommandOutput,
|
|
@@ -563,6 +587,10 @@ import {
|
|
|
563
587
|
ListFlowAssociationsCommandInput,
|
|
564
588
|
ListFlowAssociationsCommandOutput,
|
|
565
589
|
} from "./commands/ListFlowAssociationsCommand";
|
|
590
|
+
import {
|
|
591
|
+
ListHoursOfOperationOverridesCommandInput,
|
|
592
|
+
ListHoursOfOperationOverridesCommandOutput,
|
|
593
|
+
} from "./commands/ListHoursOfOperationOverridesCommand";
|
|
566
594
|
import {
|
|
567
595
|
ListHoursOfOperationsCommandInput,
|
|
568
596
|
ListHoursOfOperationsCommandOutput,
|
|
@@ -743,6 +771,10 @@ import {
|
|
|
743
771
|
SearchEmailAddressesCommandInput,
|
|
744
772
|
SearchEmailAddressesCommandOutput,
|
|
745
773
|
} from "./commands/SearchEmailAddressesCommand";
|
|
774
|
+
import {
|
|
775
|
+
SearchHoursOfOperationOverridesCommandInput,
|
|
776
|
+
SearchHoursOfOperationOverridesCommandOutput,
|
|
777
|
+
} from "./commands/SearchHoursOfOperationOverridesCommand";
|
|
746
778
|
import {
|
|
747
779
|
SearchHoursOfOperationsCommandInput,
|
|
748
780
|
SearchHoursOfOperationsCommandOutput,
|
|
@@ -943,6 +975,10 @@ import {
|
|
|
943
975
|
UpdateHoursOfOperationCommandInput,
|
|
944
976
|
UpdateHoursOfOperationCommandOutput,
|
|
945
977
|
} from "./commands/UpdateHoursOfOperationCommand";
|
|
978
|
+
import {
|
|
979
|
+
UpdateHoursOfOperationOverrideCommandInput,
|
|
980
|
+
UpdateHoursOfOperationOverrideCommandOutput,
|
|
981
|
+
} from "./commands/UpdateHoursOfOperationOverrideCommand";
|
|
946
982
|
import {
|
|
947
983
|
UpdateInstanceAttributeCommandInput,
|
|
948
984
|
UpdateInstanceAttributeCommandOutput,
|
|
@@ -1483,6 +1519,19 @@ export interface Connect {
|
|
|
1483
1519
|
options: __HttpHandlerOptions,
|
|
1484
1520
|
cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void
|
|
1485
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;
|
|
1486
1535
|
createInstance(
|
|
1487
1536
|
args: CreateInstanceCommandInput,
|
|
1488
1537
|
options?: __HttpHandlerOptions
|
|
@@ -1567,6 +1616,25 @@ export interface Connect {
|
|
|
1567
1616
|
options: __HttpHandlerOptions,
|
|
1568
1617
|
cb: (err: any, data?: CreatePromptCommandOutput) => void
|
|
1569
1618
|
): void;
|
|
1619
|
+
createPushNotificationRegistration(
|
|
1620
|
+
args: CreatePushNotificationRegistrationCommandInput,
|
|
1621
|
+
options?: __HttpHandlerOptions
|
|
1622
|
+
): Promise<CreatePushNotificationRegistrationCommandOutput>;
|
|
1623
|
+
createPushNotificationRegistration(
|
|
1624
|
+
args: CreatePushNotificationRegistrationCommandInput,
|
|
1625
|
+
cb: (
|
|
1626
|
+
err: any,
|
|
1627
|
+
data?: CreatePushNotificationRegistrationCommandOutput
|
|
1628
|
+
) => void
|
|
1629
|
+
): void;
|
|
1630
|
+
createPushNotificationRegistration(
|
|
1631
|
+
args: CreatePushNotificationRegistrationCommandInput,
|
|
1632
|
+
options: __HttpHandlerOptions,
|
|
1633
|
+
cb: (
|
|
1634
|
+
err: any,
|
|
1635
|
+
data?: CreatePushNotificationRegistrationCommandOutput
|
|
1636
|
+
) => void
|
|
1637
|
+
): void;
|
|
1570
1638
|
createQueue(
|
|
1571
1639
|
args: CreateQueueCommandInput,
|
|
1572
1640
|
options?: __HttpHandlerOptions
|
|
@@ -1840,6 +1908,19 @@ export interface Connect {
|
|
|
1840
1908
|
options: __HttpHandlerOptions,
|
|
1841
1909
|
cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void
|
|
1842
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;
|
|
1843
1924
|
deleteInstance(
|
|
1844
1925
|
args: DeleteInstanceCommandInput,
|
|
1845
1926
|
options?: __HttpHandlerOptions
|
|
@@ -1892,6 +1973,25 @@ export interface Connect {
|
|
|
1892
1973
|
options: __HttpHandlerOptions,
|
|
1893
1974
|
cb: (err: any, data?: DeletePromptCommandOutput) => void
|
|
1894
1975
|
): void;
|
|
1976
|
+
deletePushNotificationRegistration(
|
|
1977
|
+
args: DeletePushNotificationRegistrationCommandInput,
|
|
1978
|
+
options?: __HttpHandlerOptions
|
|
1979
|
+
): Promise<DeletePushNotificationRegistrationCommandOutput>;
|
|
1980
|
+
deletePushNotificationRegistration(
|
|
1981
|
+
args: DeletePushNotificationRegistrationCommandInput,
|
|
1982
|
+
cb: (
|
|
1983
|
+
err: any,
|
|
1984
|
+
data?: DeletePushNotificationRegistrationCommandOutput
|
|
1985
|
+
) => void
|
|
1986
|
+
): void;
|
|
1987
|
+
deletePushNotificationRegistration(
|
|
1988
|
+
args: DeletePushNotificationRegistrationCommandInput,
|
|
1989
|
+
options: __HttpHandlerOptions,
|
|
1990
|
+
cb: (
|
|
1991
|
+
err: any,
|
|
1992
|
+
data?: DeletePushNotificationRegistrationCommandOutput
|
|
1993
|
+
) => void
|
|
1994
|
+
): void;
|
|
1895
1995
|
deleteQueue(
|
|
1896
1996
|
args: DeleteQueueCommandInput,
|
|
1897
1997
|
options?: __HttpHandlerOptions
|
|
@@ -2178,6 +2278,19 @@ export interface Connect {
|
|
|
2178
2278
|
options: __HttpHandlerOptions,
|
|
2179
2279
|
cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void
|
|
2180
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;
|
|
2181
2294
|
describeInstance(
|
|
2182
2295
|
args: DescribeInstanceCommandInput,
|
|
2183
2296
|
options?: __HttpHandlerOptions
|
|
@@ -2651,6 +2764,19 @@ export interface Connect {
|
|
|
2651
2764
|
options: __HttpHandlerOptions,
|
|
2652
2765
|
cb: (err: any, data?: GetCurrentUserDataCommandOutput) => void
|
|
2653
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;
|
|
2654
2780
|
getFederationToken(
|
|
2655
2781
|
args: GetFederationTokenCommandInput,
|
|
2656
2782
|
options?: __HttpHandlerOptions
|
|
@@ -2950,6 +3076,19 @@ export interface Connect {
|
|
|
2950
3076
|
options: __HttpHandlerOptions,
|
|
2951
3077
|
cb: (err: any, data?: ListFlowAssociationsCommandOutput) => void
|
|
2952
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;
|
|
2953
3092
|
listHoursOfOperations(
|
|
2954
3093
|
args: ListHoursOfOperationsCommandInput,
|
|
2955
3094
|
options?: __HttpHandlerOptions
|
|
@@ -3550,6 +3689,19 @@ export interface Connect {
|
|
|
3550
3689
|
options: __HttpHandlerOptions,
|
|
3551
3690
|
cb: (err: any, data?: SearchEmailAddressesCommandOutput) => void
|
|
3552
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;
|
|
3553
3705
|
searchHoursOfOperations(
|
|
3554
3706
|
args: SearchHoursOfOperationsCommandInput,
|
|
3555
3707
|
options?: __HttpHandlerOptions
|
|
@@ -4200,6 +4352,19 @@ export interface Connect {
|
|
|
4200
4352
|
options: __HttpHandlerOptions,
|
|
4201
4353
|
cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void
|
|
4202
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;
|
|
4203
4368
|
updateInstanceAttribute(
|
|
4204
4369
|
args: UpdateInstanceAttributeCommandInput,
|
|
4205
4370
|
options?: __HttpHandlerOptions
|