@aws-sdk/client-connect 3.937.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.
Files changed (110) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/index.js +422 -15
  3. package/dist-es/Connect.js +16 -0
  4. package/dist-es/commands/CreateContactFlowModuleAliasCommand.js +16 -0
  5. package/dist-es/commands/CreateContactFlowModuleVersionCommand.js +16 -0
  6. package/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +16 -0
  7. package/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +16 -0
  8. package/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +16 -0
  9. package/dist-es/commands/ListContactFlowModuleAliasesCommand.js +16 -0
  10. package/dist-es/commands/ListContactFlowModuleVersionsCommand.js +16 -0
  11. package/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +16 -0
  12. package/dist-es/commands/index.js +8 -0
  13. package/dist-es/pagination/ListContactFlowModuleAliasesPaginator.js +4 -0
  14. package/dist-es/pagination/ListContactFlowModuleVersionsPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +2 -0
  16. package/dist-es/schemas/schemas_0.js +304 -15
  17. package/dist-types/Connect.d.ts +56 -0
  18. package/dist-types/ConnectClient.d.ts +10 -2
  19. package/dist-types/commands/CreateContactCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +103 -0
  21. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +4 -0
  22. package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +99 -0
  23. package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +92 -0
  24. package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
  25. package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +103 -0
  26. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +7 -0
  27. package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +105 -0
  28. package/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
  29. package/dist-types/commands/ListSecurityKeysCommand.d.ts +2 -1
  30. package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  34. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -2
  36. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
  38. package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +2 -1
  39. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +9 -1
  40. package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
  41. package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
  42. package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
  43. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
  44. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
  45. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
  46. package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
  47. package/dist-types/commands/SearchQueuesCommand.d.ts +2 -1
  48. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
  49. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +2 -1
  50. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
  51. package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
  52. package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
  53. package/dist-types/commands/StartChatContactCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
  55. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -1
  56. package/dist-types/commands/index.d.ts +8 -0
  57. package/dist-types/models/models_0.d.ts +157 -239
  58. package/dist-types/models/models_1.d.ts +501 -481
  59. package/dist-types/models/models_2.d.ts +3522 -3819
  60. package/dist-types/models/models_3.d.ts +803 -3
  61. package/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
  62. package/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
  63. package/dist-types/pagination/index.d.ts +2 -0
  64. package/dist-types/schemas/schemas_0.d.ts +30 -0
  65. package/dist-types/ts3.4/Connect.d.ts +136 -0
  66. package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
  67. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
  72. package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -2
  82. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
  84. package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +2 -4
  85. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
  86. package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
  87. package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +2 -4
  88. package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -4
  90. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
  91. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
  92. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
  93. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
  95. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
  96. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
  97. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
  98. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
  100. package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
  101. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  102. package/dist-types/ts3.4/models/models_0.d.ts +38 -99
  103. package/dist-types/ts3.4/models/models_1.d.ts +161 -102
  104. package/dist-types/ts3.4/models/models_2.d.ts +112 -157
  105. package/dist-types/ts3.4/models/models_3.d.ts +185 -2
  106. package/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
  107. package/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
  108. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  109. package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
  110. 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>