@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
package/README.md
CHANGED
|
@@ -28,8 +28,8 @@ touch with the appropriate agents.</p>
|
|
|
28
28
|
are also limits to the number of requests that you can make per second. For more information, see
|
|
29
29
|
<a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator
|
|
30
30
|
Guide</i>.</p>
|
|
31
|
-
<p>You can use an endpoint to connect programmatically to an Amazon Web Services service. For
|
|
32
|
-
|
|
31
|
+
<p>You can use an endpoint to connect programmatically to an Amazon Web Services service. For a
|
|
32
|
+
list of Amazon Connect endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect Endpoints</a>.</p>
|
|
33
33
|
|
|
34
34
|
## Installing
|
|
35
35
|
|
|
@@ -465,6 +465,14 @@ CreateHoursOfOperation
|
|
|
465
465
|
|
|
466
466
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/CreateHoursOfOperationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateHoursOfOperationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateHoursOfOperationCommandOutput/)
|
|
467
467
|
|
|
468
|
+
</details>
|
|
469
|
+
<details>
|
|
470
|
+
<summary>
|
|
471
|
+
CreateHoursOfOperationOverride
|
|
472
|
+
</summary>
|
|
473
|
+
|
|
474
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/CreateHoursOfOperationOverrideCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateHoursOfOperationOverrideCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateHoursOfOperationOverrideCommandOutput/)
|
|
475
|
+
|
|
468
476
|
</details>
|
|
469
477
|
<details>
|
|
470
478
|
<summary>
|
|
@@ -513,6 +521,14 @@ CreatePrompt
|
|
|
513
521
|
|
|
514
522
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/CreatePromptCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreatePromptCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreatePromptCommandOutput/)
|
|
515
523
|
|
|
524
|
+
</details>
|
|
525
|
+
<details>
|
|
526
|
+
<summary>
|
|
527
|
+
CreatePushNotificationRegistration
|
|
528
|
+
</summary>
|
|
529
|
+
|
|
530
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/CreatePushNotificationRegistrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreatePushNotificationRegistrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreatePushNotificationRegistrationCommandOutput/)
|
|
531
|
+
|
|
516
532
|
</details>
|
|
517
533
|
<details>
|
|
518
534
|
<summary>
|
|
@@ -681,6 +697,14 @@ DeleteHoursOfOperation
|
|
|
681
697
|
|
|
682
698
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DeleteHoursOfOperationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteHoursOfOperationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteHoursOfOperationCommandOutput/)
|
|
683
699
|
|
|
700
|
+
</details>
|
|
701
|
+
<details>
|
|
702
|
+
<summary>
|
|
703
|
+
DeleteHoursOfOperationOverride
|
|
704
|
+
</summary>
|
|
705
|
+
|
|
706
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DeleteHoursOfOperationOverrideCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteHoursOfOperationOverrideCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteHoursOfOperationOverrideCommandOutput/)
|
|
707
|
+
|
|
684
708
|
</details>
|
|
685
709
|
<details>
|
|
686
710
|
<summary>
|
|
@@ -713,6 +737,14 @@ DeletePrompt
|
|
|
713
737
|
|
|
714
738
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DeletePromptCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeletePromptCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeletePromptCommandOutput/)
|
|
715
739
|
|
|
740
|
+
</details>
|
|
741
|
+
<details>
|
|
742
|
+
<summary>
|
|
743
|
+
DeletePushNotificationRegistration
|
|
744
|
+
</summary>
|
|
745
|
+
|
|
746
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DeletePushNotificationRegistrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeletePushNotificationRegistrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeletePushNotificationRegistrationCommandOutput/)
|
|
747
|
+
|
|
716
748
|
</details>
|
|
717
749
|
<details>
|
|
718
750
|
<summary>
|
|
@@ -889,6 +921,14 @@ DescribeHoursOfOperation
|
|
|
889
921
|
|
|
890
922
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DescribeHoursOfOperationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeHoursOfOperationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeHoursOfOperationCommandOutput/)
|
|
891
923
|
|
|
924
|
+
</details>
|
|
925
|
+
<details>
|
|
926
|
+
<summary>
|
|
927
|
+
DescribeHoursOfOperationOverride
|
|
928
|
+
</summary>
|
|
929
|
+
|
|
930
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DescribeHoursOfOperationOverrideCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeHoursOfOperationOverrideCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeHoursOfOperationOverrideCommandOutput/)
|
|
931
|
+
|
|
892
932
|
</details>
|
|
893
933
|
<details>
|
|
894
934
|
<summary>
|
|
@@ -1169,6 +1209,14 @@ GetCurrentUserData
|
|
|
1169
1209
|
|
|
1170
1210
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/GetCurrentUserDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetCurrentUserDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetCurrentUserDataCommandOutput/)
|
|
1171
1211
|
|
|
1212
|
+
</details>
|
|
1213
|
+
<details>
|
|
1214
|
+
<summary>
|
|
1215
|
+
GetEffectiveHoursOfOperations
|
|
1216
|
+
</summary>
|
|
1217
|
+
|
|
1218
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/GetEffectiveHoursOfOperationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetEffectiveHoursOfOperationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetEffectiveHoursOfOperationsCommandOutput/)
|
|
1219
|
+
|
|
1172
1220
|
</details>
|
|
1173
1221
|
<details>
|
|
1174
1222
|
<summary>
|
|
@@ -1353,6 +1401,14 @@ ListFlowAssociations
|
|
|
1353
1401
|
|
|
1354
1402
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListFlowAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListFlowAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListFlowAssociationsCommandOutput/)
|
|
1355
1403
|
|
|
1404
|
+
</details>
|
|
1405
|
+
<details>
|
|
1406
|
+
<summary>
|
|
1407
|
+
ListHoursOfOperationOverrides
|
|
1408
|
+
</summary>
|
|
1409
|
+
|
|
1410
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListHoursOfOperationOverridesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListHoursOfOperationOverridesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListHoursOfOperationOverridesCommandOutput/)
|
|
1411
|
+
|
|
1356
1412
|
</details>
|
|
1357
1413
|
<details>
|
|
1358
1414
|
<summary>
|
|
@@ -1713,6 +1769,14 @@ SearchEmailAddresses
|
|
|
1713
1769
|
|
|
1714
1770
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/SearchEmailAddressesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchEmailAddressesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchEmailAddressesCommandOutput/)
|
|
1715
1771
|
|
|
1772
|
+
</details>
|
|
1773
|
+
<details>
|
|
1774
|
+
<summary>
|
|
1775
|
+
SearchHoursOfOperationOverrides
|
|
1776
|
+
</summary>
|
|
1777
|
+
|
|
1778
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/SearchHoursOfOperationOverridesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchHoursOfOperationOverridesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchHoursOfOperationOverridesCommandOutput/)
|
|
1779
|
+
|
|
1716
1780
|
</details>
|
|
1717
1781
|
<details>
|
|
1718
1782
|
<summary>
|
|
@@ -2113,6 +2177,14 @@ UpdateHoursOfOperation
|
|
|
2113
2177
|
|
|
2114
2178
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/UpdateHoursOfOperationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateHoursOfOperationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateHoursOfOperationCommandOutput/)
|
|
2115
2179
|
|
|
2180
|
+
</details>
|
|
2181
|
+
<details>
|
|
2182
|
+
<summary>
|
|
2183
|
+
UpdateHoursOfOperationOverride
|
|
2184
|
+
</summary>
|
|
2185
|
+
|
|
2186
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/UpdateHoursOfOperationOverrideCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateHoursOfOperationOverrideCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateHoursOfOperationOverrideCommandOutput/)
|
|
2187
|
+
|
|
2116
2188
|
</details>
|
|
2117
2189
|
<details>
|
|
2118
2190
|
<summary>
|