@aws-sdk/client-connect 3.936.0 → 3.938.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 +64 -0
- package/dist-cjs/index.js +425 -17
- package/dist-es/Connect.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleAliasesCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleVersionsCommand.js +16 -0
- package/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/pagination/ListContactFlowModuleAliasesPaginator.js +4 -0
- package/dist-es/pagination/ListContactFlowModuleVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +307 -17
- package/dist-types/Connect.d.ts +56 -0
- package/dist-types/ConnectClient.d.ts +10 -2
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +4 -0
- package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +99 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +8 -0
- package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +92 -0
- package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +7 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +8 -0
- package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +105 -0
- package/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +2 -1
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -2
- package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +9 -1
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
- package/dist-types/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +2 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +162 -239
- package/dist-types/models/models_1.d.ts +501 -481
- package/dist-types/models/models_2.d.ts +3522 -3819
- package/dist-types/models/models_3.d.ts +803 -3
- package/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +30 -0
- package/dist-types/ts3.4/Connect.d.ts +136 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +39 -99
- package/dist-types/ts3.4/models/models_1.d.ts +161 -102
- package/dist-types/ts3.4/models/models_2.d.ts +112 -157
- package/dist-types/ts3.4/models/models_3.d.ts +185 -2
- package/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -449,6 +449,22 @@ CreateContactFlowModule
|
|
|
449
449
|
|
|
450
450
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/CreateContactFlowModuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateContactFlowModuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateContactFlowModuleCommandOutput/)
|
|
451
451
|
|
|
452
|
+
</details>
|
|
453
|
+
<details>
|
|
454
|
+
<summary>
|
|
455
|
+
CreateContactFlowModuleAlias
|
|
456
|
+
</summary>
|
|
457
|
+
|
|
458
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/CreateContactFlowModuleAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateContactFlowModuleAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateContactFlowModuleAliasCommandOutput/)
|
|
459
|
+
|
|
460
|
+
</details>
|
|
461
|
+
<details>
|
|
462
|
+
<summary>
|
|
463
|
+
CreateContactFlowModuleVersion
|
|
464
|
+
</summary>
|
|
465
|
+
|
|
466
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/CreateContactFlowModuleVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateContactFlowModuleVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateContactFlowModuleVersionCommandOutput/)
|
|
467
|
+
|
|
452
468
|
</details>
|
|
453
469
|
<details>
|
|
454
470
|
<summary>
|
|
@@ -689,6 +705,22 @@ DeleteContactFlowModule
|
|
|
689
705
|
|
|
690
706
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DeleteContactFlowModuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteContactFlowModuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteContactFlowModuleCommandOutput/)
|
|
691
707
|
|
|
708
|
+
</details>
|
|
709
|
+
<details>
|
|
710
|
+
<summary>
|
|
711
|
+
DeleteContactFlowModuleAlias
|
|
712
|
+
</summary>
|
|
713
|
+
|
|
714
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DeleteContactFlowModuleAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteContactFlowModuleAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteContactFlowModuleAliasCommandOutput/)
|
|
715
|
+
|
|
716
|
+
</details>
|
|
717
|
+
<details>
|
|
718
|
+
<summary>
|
|
719
|
+
DeleteContactFlowModuleVersion
|
|
720
|
+
</summary>
|
|
721
|
+
|
|
722
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DeleteContactFlowModuleVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteContactFlowModuleVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteContactFlowModuleVersionCommandOutput/)
|
|
723
|
+
|
|
692
724
|
</details>
|
|
693
725
|
<details>
|
|
694
726
|
<summary>
|
|
@@ -921,6 +953,14 @@ DescribeContactFlowModule
|
|
|
921
953
|
|
|
922
954
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DescribeContactFlowModuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeContactFlowModuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeContactFlowModuleCommandOutput/)
|
|
923
955
|
|
|
956
|
+
</details>
|
|
957
|
+
<details>
|
|
958
|
+
<summary>
|
|
959
|
+
DescribeContactFlowModuleAlias
|
|
960
|
+
</summary>
|
|
961
|
+
|
|
962
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DescribeContactFlowModuleAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeContactFlowModuleAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeContactFlowModuleAliasCommandOutput/)
|
|
963
|
+
|
|
924
964
|
</details>
|
|
925
965
|
<details>
|
|
926
966
|
<summary>
|
|
@@ -1385,6 +1425,14 @@ ListContactEvaluations
|
|
|
1385
1425
|
|
|
1386
1426
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListContactEvaluationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListContactEvaluationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListContactEvaluationsCommandOutput/)
|
|
1387
1427
|
|
|
1428
|
+
</details>
|
|
1429
|
+
<details>
|
|
1430
|
+
<summary>
|
|
1431
|
+
ListContactFlowModuleAliases
|
|
1432
|
+
</summary>
|
|
1433
|
+
|
|
1434
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListContactFlowModuleAliasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListContactFlowModuleAliasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListContactFlowModuleAliasesCommandOutput/)
|
|
1435
|
+
|
|
1388
1436
|
</details>
|
|
1389
1437
|
<details>
|
|
1390
1438
|
<summary>
|
|
@@ -1393,6 +1441,14 @@ ListContactFlowModules
|
|
|
1393
1441
|
|
|
1394
1442
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListContactFlowModulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListContactFlowModulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListContactFlowModulesCommandOutput/)
|
|
1395
1443
|
|
|
1444
|
+
</details>
|
|
1445
|
+
<details>
|
|
1446
|
+
<summary>
|
|
1447
|
+
ListContactFlowModuleVersions
|
|
1448
|
+
</summary>
|
|
1449
|
+
|
|
1450
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListContactFlowModuleVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListContactFlowModuleVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListContactFlowModuleVersionsCommandOutput/)
|
|
1451
|
+
|
|
1396
1452
|
</details>
|
|
1397
1453
|
<details>
|
|
1398
1454
|
<summary>
|
|
@@ -2185,6 +2241,14 @@ UpdateContactFlowMetadata
|
|
|
2185
2241
|
|
|
2186
2242
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/UpdateContactFlowMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateContactFlowMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateContactFlowMetadataCommandOutput/)
|
|
2187
2243
|
|
|
2244
|
+
</details>
|
|
2245
|
+
<details>
|
|
2246
|
+
<summary>
|
|
2247
|
+
UpdateContactFlowModuleAlias
|
|
2248
|
+
</summary>
|
|
2249
|
+
|
|
2250
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/UpdateContactFlowModuleAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateContactFlowModuleAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateContactFlowModuleAliasCommandOutput/)
|
|
2251
|
+
|
|
2188
2252
|
</details>
|
|
2189
2253
|
<details>
|
|
2190
2254
|
<summary>
|