@aws-sdk/client-chime-sdk-voice 3.1061.0 → 3.1062.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.
@@ -829,32 +829,32 @@ export interface CreateVoiceConnectorRequest {
829
829
  */
830
830
  Tags?: Tag[] | undefined;
831
831
  /**
832
- * <p>The connectors for use with Amazon Connect.</p>
832
+ * <p>The connectors for use with Connect Customer.</p>
833
833
  * <p>The following options are available:</p>
834
834
  * <ul>
835
835
  * <li>
836
836
  * <p>
837
837
  * <code>CONNECT_CALL_TRANSFER_CONNECTOR</code> - Enables enterprises to integrate
838
- * Amazon Connect with other voice systems to directly transfer voice calls and
839
- * metadata without using the public telephone network. They can use Amazon Connect
838
+ * Connect Customer with other voice systems to directly transfer voice calls and
839
+ * metadata without using the public telephone network. They can use Connect Customer
840
840
  * telephony and Interactive Voice Response (IVR) with their existing voice systems to
841
841
  * modernize the IVR experience of their existing contact center and their enterprise
842
842
  * and branch voice systems. Additionally, enterprises migrating their contact center to
843
- * Amazon Connect can start with Connect telephony and IVR for immediate
843
+ * Connect Customer can start with Connect telephony and IVR for immediate
844
844
  * modernization ahead of agent migration.</p>
845
845
  * </li>
846
846
  * <li>
847
847
  * <p>
848
848
  * <code>CONNECT_ANALYTICS_CONNECTOR</code> - Enables enterprises to integrate
849
- * Amazon Connect with other voice systems for real-time and post-call analytics.
850
- * They can use Amazon Connect Contact Lens with their existing voice systems to
849
+ * Connect Customer with other voice systems for real-time and post-call analytics.
850
+ * They can use Connect Customer Contact Lens with their existing voice systems to
851
851
  * provides call recordings, conversational analytics (including contact transcript,
852
852
  * sensitive data redaction, content categorization, theme detection, sentiment
853
853
  * analysis, real-time alerts, and post-contact summary), and agent performance
854
854
  * evaluations (including evaluation forms, automated evaluation, supervisor review)
855
855
  * with a rich user experience to display, search and filter customer interactions, and
856
856
  * programmatic access to data streams and the data lake. Additionally, enterprises
857
- * migrating their contact center to Amazon Connect can start with Contact Lens
857
+ * migrating their contact center to Connect Customer can start with Contact Lens
858
858
  * analytics and performance insights ahead of agent migration.</p>
859
859
  * </li>
860
860
  * </ul>
@@ -915,7 +915,7 @@ export interface VoiceConnector {
915
915
  */
916
916
  VoiceConnectorArn?: string | undefined;
917
917
  /**
918
- * <p>The connectors for use with Amazon Connect.</p>
918
+ * <p>The connectors for use with Connect Customer.</p>
919
919
  * @public
920
920
  */
921
921
  IntegrationType?: VoiceConnectorIntegrationType | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-voice",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Voice Client for Node.js, Browser and React Native",
4
- "version": "3.1061.0",
4
+ "version": "3.1062.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-voice",
@@ -22,7 +22,7 @@
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/core": "^3.974.17",
25
- "@aws-sdk/credential-provider-node": "^3.972.50",
25
+ "@aws-sdk/credential-provider-node": "^3.972.51",
26
26
  "@aws-sdk/types": "^3.973.10",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",