@aws-sdk/client-connect 3.709.0 → 3.712.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +56 -0
- package/dist-cjs/index.js +471 -95
- package/dist-es/Connect.js +14 -0
- package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +22 -0
- package/dist-es/commands/ListHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
- package/dist-es/commands/UpdateViewContentCommand.js +1 -1
- package/dist-es/commands/UpdateViewMetadataCommand.js +1 -1
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/models/models_1.js +0 -17
- package/dist-es/models/models_2.js +37 -40
- package/dist-es/models/models_3.js +27 -0
- package/dist-es/pagination/ListHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/SearchHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +225 -1
- package/dist-types/Connect.d.ts +49 -0
- package/dist-types/ConnectClient.d.ts +9 -2
- package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
- package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +115 -0
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -2
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +4 -0
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +168 -0
- package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +134 -73
- package/dist-types/models/models_1.d.ts +274 -314
- package/dist-types/models/models_2.d.ts +443 -486
- package/dist-types/models/models_3.d.ts +532 -3
- package/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
- package/dist-types/ts3.4/Connect.d.ts +119 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +36 -18
- package/dist-types/ts3.4/models/models_1.d.ts +68 -99
- package/dist-types/ts3.4/models/models_2.d.ts +142 -157
- package/dist-types/ts3.4/models/models_3.d.ts +163 -2
- package/dist-types/ts3.4/pagination/ListHoursOfOperationOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -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>
|
|
@@ -689,6 +697,14 @@ DeleteHoursOfOperation
|
|
|
689
697
|
|
|
690
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/)
|
|
691
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
|
+
|
|
692
708
|
</details>
|
|
693
709
|
<details>
|
|
694
710
|
<summary>
|
|
@@ -905,6 +921,14 @@ DescribeHoursOfOperation
|
|
|
905
921
|
|
|
906
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/)
|
|
907
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
|
+
|
|
908
932
|
</details>
|
|
909
933
|
<details>
|
|
910
934
|
<summary>
|
|
@@ -1185,6 +1209,14 @@ GetCurrentUserData
|
|
|
1185
1209
|
|
|
1186
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/)
|
|
1187
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
|
+
|
|
1188
1220
|
</details>
|
|
1189
1221
|
<details>
|
|
1190
1222
|
<summary>
|
|
@@ -1369,6 +1401,14 @@ ListFlowAssociations
|
|
|
1369
1401
|
|
|
1370
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/)
|
|
1371
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
|
+
|
|
1372
1412
|
</details>
|
|
1373
1413
|
<details>
|
|
1374
1414
|
<summary>
|
|
@@ -1729,6 +1769,14 @@ SearchEmailAddresses
|
|
|
1729
1769
|
|
|
1730
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/)
|
|
1731
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
|
+
|
|
1732
1780
|
</details>
|
|
1733
1781
|
<details>
|
|
1734
1782
|
<summary>
|
|
@@ -2129,6 +2177,14 @@ UpdateHoursOfOperation
|
|
|
2129
2177
|
|
|
2130
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/)
|
|
2131
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
|
+
|
|
2132
2188
|
</details>
|
|
2133
2189
|
<details>
|
|
2134
2190
|
<summary>
|