@aws-sdk/client-connect 3.696.0 → 3.701.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 (169) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +1021 -119
  3. package/dist-es/Connect.js +22 -0
  4. package/dist-es/commands/CreateContactCommand.js +23 -0
  5. package/dist-es/commands/CreateEmailAddressCommand.js +23 -0
  6. package/dist-es/commands/DeleteEmailAddressCommand.js +22 -0
  7. package/dist-es/commands/DescribeContactCommand.js +1 -1
  8. package/dist-es/commands/DescribeEmailAddressCommand.js +23 -0
  9. package/dist-es/commands/ListAssociatedContactsCommand.js +22 -0
  10. package/dist-es/commands/SearchEmailAddressesCommand.js +23 -0
  11. package/dist-es/commands/SendOutboundEmailCommand.js +23 -0
  12. package/dist-es/commands/StartEmailContactCommand.js +23 -0
  13. package/dist-es/commands/StartOutboundEmailContactCommand.js +23 -0
  14. package/dist-es/commands/StartTaskContactCommand.js +1 -1
  15. package/dist-es/commands/UpdateContactCommand.js +1 -1
  16. package/dist-es/commands/UpdateEmailAddressMetadataCommand.js +23 -0
  17. package/dist-es/commands/UpdateQueueOutboundEmailConfigCommand.js +22 -0
  18. package/dist-es/commands/index.js +11 -0
  19. package/dist-es/models/index.js +1 -0
  20. package/dist-es/models/models_0.js +67 -24
  21. package/dist-es/models/models_1.js +24 -40
  22. package/dist-es/models/models_2.js +142 -19
  23. package/dist-es/models/models_3.js +33 -0
  24. package/dist-es/protocols/Aws_restJson1.js +470 -10
  25. package/dist-types/Connect.d.ts +77 -0
  26. package/dist-types/ConnectClient.d.ts +13 -2
  27. package/dist-types/commands/AssociateFlowCommand.d.ts +1 -1
  28. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
  29. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
  30. package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +1 -1
  31. package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +2 -2
  32. package/dist-types/commands/BatchPutContactCommand.d.ts +2 -2
  33. package/dist-types/commands/CreateContactCommand.d.ts +139 -0
  34. package/dist-types/commands/CreateEmailAddressCommand.d.ts +111 -0
  35. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateQueueCommand.d.ts +3 -0
  37. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +2 -2
  38. package/dist-types/commands/CreateRuleCommand.d.ts +5 -2
  39. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +2 -1
  40. package/dist-types/commands/DeleteEmailAddressCommand.d.ts +91 -0
  41. package/dist-types/commands/DeleteVocabularyCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeContactCommand.d.ts +39 -4
  45. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeContactFlowCommand.d.ts +1 -2
  47. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeEmailAddressCommand.d.ts +99 -0
  49. package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeQueueCommand.d.ts +3 -0
  52. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeRuleCommand.d.ts +5 -2
  54. package/dist-types/commands/DisassociateFlowCommand.d.ts +1 -1
  55. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
  56. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
  57. package/dist-types/commands/GetAttachedFileCommand.d.ts +1 -1
  58. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +2 -2
  59. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +2 -2
  60. package/dist-types/commands/GetFlowAssociationCommand.d.ts +2 -2
  61. package/dist-types/commands/GetMetricDataCommand.d.ts +2 -2
  62. package/dist-types/commands/GetTaskTemplateCommand.d.ts +2 -1
  63. package/dist-types/commands/ListAssociatedContactsCommand.d.ts +103 -0
  64. package/dist-types/commands/ListContactReferencesCommand.d.ts +7 -2
  65. package/dist-types/commands/ListFlowAssociationsCommand.d.ts +2 -2
  66. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
  67. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
  68. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +3 -2
  69. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -2
  70. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
  71. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  72. package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
  73. package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -2
  75. package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
  76. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +2 -1
  77. package/dist-types/commands/SearchContactFlowsCommand.d.ts +3 -4
  78. package/dist-types/commands/SearchContactsCommand.d.ts +20 -4
  79. package/dist-types/commands/SearchEmailAddressesCommand.d.ts +146 -0
  80. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
  81. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
  82. package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
  83. package/dist-types/commands/SearchQueuesCommand.d.ts +5 -1
  84. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
  85. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -2
  86. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
  87. package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
  88. package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
  89. package/dist-types/commands/SendOutboundEmailCommand.d.ts +135 -0
  90. package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +4 -2
  91. package/dist-types/commands/StartChatContactCommand.d.ts +12 -1
  92. package/dist-types/commands/StartEmailContactCommand.d.ts +162 -0
  93. package/dist-types/commands/StartOutboundChatContactCommand.d.ts +14 -3
  94. package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +129 -0
  95. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -2
  96. package/dist-types/commands/StartTaskContactCommand.d.ts +22 -3
  97. package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -2
  98. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  99. package/dist-types/commands/UpdateContactCommand.d.ts +22 -3
  100. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
  103. package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +98 -0
  104. package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +2 -1
  105. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  106. package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +94 -0
  107. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateRuleCommand.d.ts +5 -2
  110. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +4 -2
  111. package/dist-types/commands/index.d.ts +11 -0
  112. package/dist-types/models/index.d.ts +1 -0
  113. package/dist-types/models/models_0.d.ts +317 -321
  114. package/dist-types/models/models_1.d.ts +567 -624
  115. package/dist-types/models/models_2.d.ts +3704 -3854
  116. package/dist-types/models/models_3.d.ts +1650 -0
  117. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  118. package/dist-types/ts3.4/Connect.d.ts +187 -0
  119. package/dist-types/ts3.4/ConnectClient.d.ts +66 -0
  120. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +48 -0
  121. package/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +51 -0
  122. package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +51 -0
  123. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +2 -4
  124. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +2 -2
  127. package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/DescribeEmailAddressCommand.d.ts +51 -0
  129. package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +51 -0
  131. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -4
  132. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +4 -2
  138. package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
  139. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
  140. package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
  141. package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +49 -0
  142. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
  143. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
  144. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
  145. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
  146. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
  147. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
  148. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
  149. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
  150. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
  151. package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
  153. package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +49 -0
  154. package/dist-types/ts3.4/commands/StartOutboundChatContactCommand.d.ts +2 -4
  155. package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +51 -0
  156. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +2 -4
  157. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +2 -4
  158. package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
  159. package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +51 -0
  160. package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
  161. package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +47 -0
  162. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  163. package/dist-types/ts3.4/models/index.d.ts +1 -0
  164. package/dist-types/ts3.4/models/models_0.d.ts +122 -90
  165. package/dist-types/ts3.4/models/models_1.d.ts +155 -213
  166. package/dist-types/ts3.4/models/models_2.d.ts +436 -296
  167. package/dist-types/ts3.4/models/models_3.d.ts +363 -0
  168. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
  169. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connect",
3
3
  "description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4
- "version": "3.696.0",
4
+ "version": "3.701.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-connect",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.696.0",
24
- "@aws-sdk/client-sts": "3.696.0",
23
+ "@aws-sdk/client-sso-oidc": "3.699.0",
24
+ "@aws-sdk/client-sts": "3.699.0",
25
25
  "@aws-sdk/core": "3.696.0",
26
- "@aws-sdk/credential-provider-node": "3.696.0",
26
+ "@aws-sdk/credential-provider-node": "3.699.0",
27
27
  "@aws-sdk/middleware-host-header": "3.696.0",
28
28
  "@aws-sdk/middleware-logger": "3.696.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.696.0",