@aws-sdk/client-connect 3.695.0 → 3.699.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 (161) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +968 -115
  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/UpdateEmailAddressMetadataCommand.js +23 -0
  15. package/dist-es/commands/UpdateQueueOutboundEmailConfigCommand.js +22 -0
  16. package/dist-es/commands/index.js +11 -0
  17. package/dist-es/models/index.js +1 -0
  18. package/dist-es/models/models_0.js +72 -24
  19. package/dist-es/models/models_1.js +24 -45
  20. package/dist-es/models/models_2.js +162 -17
  21. package/dist-es/models/models_3.js +10 -0
  22. package/dist-es/protocols/Aws_restJson1.js +417 -6
  23. package/dist-types/Connect.d.ts +77 -0
  24. package/dist-types/ConnectClient.d.ts +13 -2
  25. package/dist-types/commands/AssociateFlowCommand.d.ts +1 -1
  26. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
  27. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
  28. package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +1 -1
  29. package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +2 -2
  30. package/dist-types/commands/BatchPutContactCommand.d.ts +2 -2
  31. package/dist-types/commands/CreateContactCommand.d.ts +128 -0
  32. package/dist-types/commands/CreateEmailAddressCommand.d.ts +109 -0
  33. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateQueueCommand.d.ts +3 -0
  36. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +2 -2
  37. package/dist-types/commands/CreateRuleCommand.d.ts +5 -2
  38. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +2 -1
  39. package/dist-types/commands/DeleteEmailAddressCommand.d.ts +91 -0
  40. package/dist-types/commands/DeleteViewVersionCommand.d.ts +2 -1
  41. package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -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 +29 -4
  45. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeEmailAddressCommand.d.ts +99 -0
  47. package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeQueueCommand.d.ts +3 -0
  50. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeRuleCommand.d.ts +5 -2
  52. package/dist-types/commands/DisassociateFlowCommand.d.ts +1 -1
  53. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
  54. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
  55. package/dist-types/commands/GetAttachedFileCommand.d.ts +1 -1
  56. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +2 -2
  57. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +2 -2
  58. package/dist-types/commands/GetFlowAssociationCommand.d.ts +2 -2
  59. package/dist-types/commands/GetMetricDataCommand.d.ts +2 -2
  60. package/dist-types/commands/GetTaskTemplateCommand.d.ts +2 -1
  61. package/dist-types/commands/ListAssociatedContactsCommand.d.ts +102 -0
  62. package/dist-types/commands/ListContactReferencesCommand.d.ts +7 -2
  63. package/dist-types/commands/ListFlowAssociationsCommand.d.ts +2 -2
  64. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
  66. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -1
  67. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -2
  68. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
  69. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  70. package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
  71. package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  72. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -2
  73. package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
  74. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +2 -1
  75. package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
  76. package/dist-types/commands/SearchContactsCommand.d.ts +20 -4
  77. package/dist-types/commands/SearchEmailAddressesCommand.d.ts +146 -0
  78. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
  79. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
  80. package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
  81. package/dist-types/commands/SearchQueuesCommand.d.ts +5 -1
  82. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
  83. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -2
  84. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
  85. package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
  86. package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
  87. package/dist-types/commands/SendOutboundEmailCommand.d.ts +130 -0
  88. package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -1
  89. package/dist-types/commands/StartEmailContactCommand.d.ts +150 -0
  90. package/dist-types/commands/StartOutboundChatContactCommand.d.ts +2 -2
  91. package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +128 -0
  92. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -2
  93. package/dist-types/commands/StartTaskContactCommand.d.ts +10 -2
  94. package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -2
  95. package/dist-types/commands/UpdateContactCommand.d.ts +10 -2
  96. package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
  97. package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +97 -0
  98. package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +2 -1
  99. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +94 -0
  101. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateRuleCommand.d.ts +5 -2
  104. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +4 -2
  105. package/dist-types/commands/index.d.ts +11 -0
  106. package/dist-types/models/index.d.ts +1 -0
  107. package/dist-types/models/models_0.d.ts +389 -335
  108. package/dist-types/models/models_1.d.ts +560 -663
  109. package/dist-types/models/models_2.d.ts +3752 -3728
  110. package/dist-types/models/models_3.d.ts +1351 -0
  111. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  112. package/dist-types/ts3.4/Connect.d.ts +187 -0
  113. package/dist-types/ts3.4/ConnectClient.d.ts +66 -0
  114. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +50 -0
  115. package/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +51 -0
  116. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +51 -0
  118. package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +2 -4
  119. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +2 -2
  123. package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/DescribeEmailAddressCommand.d.ts +51 -0
  125. package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +51 -0
  127. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -4
  128. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +4 -2
  134. package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
  135. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
  136. package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
  137. package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +49 -0
  138. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
  139. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
  140. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
  141. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
  142. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
  143. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
  144. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
  145. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
  146. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
  147. package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +51 -0
  148. package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +51 -0
  149. package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +51 -0
  150. package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
  151. package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
  153. package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +47 -0
  154. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  155. package/dist-types/ts3.4/models/index.d.ts +1 -0
  156. package/dist-types/ts3.4/models/models_0.d.ts +143 -95
  157. package/dist-types/ts3.4/models/models_1.d.ts +160 -230
  158. package/dist-types/ts3.4/models/models_2.d.ts +451 -290
  159. package/dist-types/ts3.4/models/models_3.d.ts +325 -0
  160. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
  161. package/package.json +35 -35
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.695.0",
4
+ "version": "3.699.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,43 +20,43 @@
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.693.0",
24
- "@aws-sdk/client-sts": "3.693.0",
25
- "@aws-sdk/core": "3.693.0",
26
- "@aws-sdk/credential-provider-node": "3.693.0",
27
- "@aws-sdk/middleware-host-header": "3.693.0",
28
- "@aws-sdk/middleware-logger": "3.693.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.693.0",
30
- "@aws-sdk/middleware-user-agent": "3.693.0",
31
- "@aws-sdk/region-config-resolver": "3.693.0",
32
- "@aws-sdk/types": "3.692.0",
33
- "@aws-sdk/util-endpoints": "3.693.0",
34
- "@aws-sdk/util-user-agent-browser": "3.693.0",
35
- "@aws-sdk/util-user-agent-node": "3.693.0",
36
- "@smithy/config-resolver": "^3.0.11",
37
- "@smithy/core": "^2.5.2",
38
- "@smithy/fetch-http-handler": "^4.1.0",
39
- "@smithy/hash-node": "^3.0.9",
40
- "@smithy/invalid-dependency": "^3.0.9",
41
- "@smithy/middleware-content-length": "^3.0.11",
42
- "@smithy/middleware-endpoint": "^3.2.2",
43
- "@smithy/middleware-retry": "^3.0.26",
44
- "@smithy/middleware-serde": "^3.0.9",
45
- "@smithy/middleware-stack": "^3.0.9",
46
- "@smithy/node-config-provider": "^3.1.10",
47
- "@smithy/node-http-handler": "^3.3.0",
48
- "@smithy/protocol-http": "^4.1.6",
49
- "@smithy/smithy-client": "^3.4.3",
50
- "@smithy/types": "^3.7.0",
51
- "@smithy/url-parser": "^3.0.9",
23
+ "@aws-sdk/client-sso-oidc": "3.699.0",
24
+ "@aws-sdk/client-sts": "3.699.0",
25
+ "@aws-sdk/core": "3.696.0",
26
+ "@aws-sdk/credential-provider-node": "3.699.0",
27
+ "@aws-sdk/middleware-host-header": "3.696.0",
28
+ "@aws-sdk/middleware-logger": "3.696.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.696.0",
30
+ "@aws-sdk/middleware-user-agent": "3.696.0",
31
+ "@aws-sdk/region-config-resolver": "3.696.0",
32
+ "@aws-sdk/types": "3.696.0",
33
+ "@aws-sdk/util-endpoints": "3.696.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.696.0",
35
+ "@aws-sdk/util-user-agent-node": "3.696.0",
36
+ "@smithy/config-resolver": "^3.0.12",
37
+ "@smithy/core": "^2.5.3",
38
+ "@smithy/fetch-http-handler": "^4.1.1",
39
+ "@smithy/hash-node": "^3.0.10",
40
+ "@smithy/invalid-dependency": "^3.0.10",
41
+ "@smithy/middleware-content-length": "^3.0.12",
42
+ "@smithy/middleware-endpoint": "^3.2.3",
43
+ "@smithy/middleware-retry": "^3.0.27",
44
+ "@smithy/middleware-serde": "^3.0.10",
45
+ "@smithy/middleware-stack": "^3.0.10",
46
+ "@smithy/node-config-provider": "^3.1.11",
47
+ "@smithy/node-http-handler": "^3.3.1",
48
+ "@smithy/protocol-http": "^4.1.7",
49
+ "@smithy/smithy-client": "^3.4.4",
50
+ "@smithy/types": "^3.7.1",
51
+ "@smithy/url-parser": "^3.0.10",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.26",
56
- "@smithy/util-defaults-mode-node": "^3.0.26",
57
- "@smithy/util-endpoints": "^2.1.5",
58
- "@smithy/util-middleware": "^3.0.9",
59
- "@smithy/util-retry": "^3.0.9",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.27",
56
+ "@smithy/util-defaults-mode-node": "^3.0.27",
57
+ "@smithy/util-endpoints": "^2.1.6",
58
+ "@smithy/util-middleware": "^3.0.10",
59
+ "@smithy/util-retry": "^3.0.10",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "@types/uuid": "^9.0.1",
62
62
  "tslib": "^2.6.2",