@aws-sdk/client-connectparticipant 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.
package/README.md CHANGED
@@ -18,11 +18,11 @@ AWS SDK for JavaScript ConnectParticipant Client for Node.js, Browser and React
18
18
  </p>
19
19
  </li>
20
20
  </ul>
21
- <p>Amazon Connect is an easy-to-use omnichannel cloud contact center service that
21
+ <p>Connect Customer is an easy-to-use omnichannel cloud contact center service that
22
22
  enables companies of any size to deliver superior customer service at a lower cost.
23
- Amazon Connect communications capabilities make it easy for companies to deliver
23
+ Connect Customer communications capabilities make it easy for companies to deliver
24
24
  personalized interactions across communication channels, including chat. </p>
25
- <p>Use the Amazon Connect Participant Service to manage participants (for example,
25
+ <p>Use the Connect Customer Participant Service to manage participants (for example,
26
26
  agents, customers, and managers listening in), and to send messages and events within a
27
27
  chat contact. The APIs in the service enable the following: sending chat messages,
28
28
  attachment sharing, managing a participant's connection state and message events, and
@@ -99,11 +99,11 @@ export interface ConnectParticipant {
99
99
  * </p>
100
100
  * </li>
101
101
  * </ul>
102
- * <p>Amazon Connect is an easy-to-use omnichannel cloud contact center service that
102
+ * <p>Connect Customer is an easy-to-use omnichannel cloud contact center service that
103
103
  * enables companies of any size to deliver superior customer service at a lower cost.
104
- * Amazon Connect communications capabilities make it easy for companies to deliver
104
+ * Connect Customer communications capabilities make it easy for companies to deliver
105
105
  * personalized interactions across communication channels, including chat. </p>
106
- * <p>Use the Amazon Connect Participant Service to manage participants (for example,
106
+ * <p>Use the Connect Customer Participant Service to manage participants (for example,
107
107
  * agents, customers, and managers listening in), and to send messages and events within a
108
108
  * chat contact. The APIs in the service enable the following: sending chat messages,
109
109
  * attachment sharing, managing a participant's connection state and message events, and
@@ -191,11 +191,11 @@ export interface ConnectParticipantClientResolvedConfig extends ConnectParticipa
191
191
  * </p>
192
192
  * </li>
193
193
  * </ul>
194
- * <p>Amazon Connect is an easy-to-use omnichannel cloud contact center service that
194
+ * <p>Connect Customer is an easy-to-use omnichannel cloud contact center service that
195
195
  * enables companies of any size to deliver superior customer service at a lower cost.
196
- * Amazon Connect communications capabilities make it easy for companies to deliver
196
+ * Connect Customer communications capabilities make it easy for companies to deliver
197
197
  * personalized interactions across communication channels, including chat. </p>
198
- * <p>Use the Amazon Connect Participant Service to manage participants (for example,
198
+ * <p>Use the Connect Customer Participant Service to manage participants (for example,
199
199
  * agents, customers, and managers listening in), and to send messages and events within a
200
200
  * chat contact. The APIs in the service enable the following: sending chat messages,
201
201
  * attachment sharing, managing a participant's connection state and message events, and
@@ -32,7 +32,7 @@ declare const CompleteAttachmentUploadCommand_base: {
32
32
  * <p>Allows you to confirm that the attachment has been uploaded using the pre-signed URL
33
33
  * provided in StartAttachmentUpload API. A conflict exception is thrown when an attachment
34
34
  * with that identifier is already being uploaded.</p>
35
- * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Amazon Connect Chat security best practices</a>. </p>
35
+ * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Connect Customer Chat security best practices</a>. </p>
36
36
  * <note>
37
37
  * <p>
38
38
  * <code>ConnectionToken</code> is used for invoking this API instead of
@@ -30,8 +30,8 @@ declare const CreateParticipantConnectionCommand_base: {
30
30
  };
31
31
  /**
32
32
  * <p>Creates the participant's connection. </p>
33
- * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Amazon Connect Chat security best practices</a>. </p>
34
- * <p>For WebRTC security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-webrtc-security">Amazon Connect WebRTC security best practices</a>. </p>
33
+ * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Connect Customer Chat security best practices</a>. </p>
34
+ * <p>For WebRTC security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-webrtc-security">Connect Customer WebRTC security best practices</a>. </p>
35
35
  * <note>
36
36
  * <p>
37
37
  * <code>ParticipantToken</code> is used for invoking this API instead of
@@ -30,7 +30,7 @@ declare const DescribeViewCommand_base: {
30
30
  };
31
31
  /**
32
32
  * <p>Retrieves the view for the specified view token.</p>
33
- * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Amazon Connect Chat security best practices</a>. </p>
33
+ * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Connect Customer Chat security best practices</a>. </p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -30,7 +30,7 @@ declare const DisconnectParticipantCommand_base: {
30
30
  };
31
31
  /**
32
32
  * <p>Disconnects a participant. </p>
33
- * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Amazon Connect Chat security best practices</a>. </p>
33
+ * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Connect Customer Chat security best practices</a>. </p>
34
34
  * <note>
35
35
  * <p>
36
36
  * <code>ConnectionToken</code> is used for invoking this API instead of
@@ -31,7 +31,7 @@ declare const GetAttachmentCommand_base: {
31
31
  /**
32
32
  * <p>Provides a pre-signed URL for download of a completed attachment. This is an
33
33
  * asynchronous API for use with active contacts.</p>
34
- * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Amazon Connect Chat security best practices</a>. </p>
34
+ * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Connect Customer Chat security best practices</a>. </p>
35
35
  * <note>
36
36
  * <ul>
37
37
  * <li>
@@ -31,7 +31,7 @@ declare const GetAuthenticationUrlCommand_base: {
31
31
  /**
32
32
  * <p>Retrieves the AuthenticationUrl for the current authentication session for the
33
33
  * AuthenticateCustomer flow block. </p>
34
- * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Amazon Connect Chat security best practices</a>.</p>
34
+ * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Connect Customer Chat security best practices</a>.</p>
35
35
  * <note>
36
36
  * <ul>
37
37
  * <li>
@@ -32,7 +32,7 @@ declare const GetTranscriptCommand_base: {
32
32
  * <p>Retrieves a transcript of the session, including details about any attachments. For
33
33
  * information about accessing past chat contact transcripts for a persistent chat, see
34
34
  * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html">Enable persistent chat</a>. </p>
35
- * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Amazon Connect Chat security best practices</a>. </p>
35
+ * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Connect Customer Chat security best practices</a>. </p>
36
36
  * <p>If you have a process that consumes events in the transcript of an chat that has
37
37
  * ended, note that chat transcripts contain the following event content types if the event
38
38
  * has occurred during the chat session:</p>
@@ -38,7 +38,7 @@ declare const SendEventCommand_base: {
38
38
  * <p>Sends an event. Message receipts are not supported when there are more than two active
39
39
  * participants in the chat. Using the SendEvent API for message receipts when a supervisor
40
40
  * is barged-in will result in a conflict exception.</p>
41
- * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Amazon Connect Chat security best practices</a>. </p>
41
+ * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Connect Customer Chat security best practices</a>. </p>
42
42
  * <note>
43
43
  * <p>
44
44
  * <code>ConnectionToken</code> is used for invoking this API instead of
@@ -30,7 +30,7 @@ declare const SendMessageCommand_base: {
30
30
  };
31
31
  /**
32
32
  * <p>Sends a message.</p>
33
- * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Amazon Connect Chat security best practices</a>. </p>
33
+ * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Connect Customer Chat security best practices</a>. </p>
34
34
  * <note>
35
35
  * <p>
36
36
  * <code>ConnectionToken</code> is used for invoking this API instead of
@@ -31,7 +31,7 @@ declare const StartAttachmentUploadCommand_base: {
31
31
  /**
32
32
  * <p>Provides a pre-signed Amazon S3 URL in response for uploading the file directly to
33
33
  * S3.</p>
34
- * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Amazon Connect Chat security best practices</a>. </p>
34
+ * <p>For security recommendations, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Connect Customer Chat security best practices</a>. </p>
35
35
  * <note>
36
36
  * <p>
37
37
  * <code>ConnectionToken</code> is used for invoking this API instead of
@@ -11,11 +11,11 @@
11
11
  * </p>
12
12
  * </li>
13
13
  * </ul>
14
- * <p>Amazon Connect is an easy-to-use omnichannel cloud contact center service that
14
+ * <p>Connect Customer is an easy-to-use omnichannel cloud contact center service that
15
15
  * enables companies of any size to deliver superior customer service at a lower cost.
16
- * Amazon Connect communications capabilities make it easy for companies to deliver
16
+ * Connect Customer communications capabilities make it easy for companies to deliver
17
17
  * personalized interactions across communication channels, including chat. </p>
18
- * <p>Use the Amazon Connect Participant Service to manage participants (for example,
18
+ * <p>Use the Connect Customer Participant Service to manage participants (for example,
19
19
  * agents, customers, and managers listening in), and to send messages and events within a
20
20
  * chat contact. The APIs in the service enable the following: sending chat messages,
21
21
  * attachment sharing, managing a participant's connection state and message events, and
@@ -94,7 +94,7 @@ export declare class ResourceNotFoundException extends __BaseException {
94
94
  */
95
95
  ResourceId?: string | undefined;
96
96
  /**
97
- * <p>The type of Amazon Connect resource.</p>
97
+ * <p>The type of Connect Customer resource.</p>
98
98
  * @public
99
99
  */
100
100
  ResourceType?: ResourceType | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connectparticipant",
3
3
  "description": "AWS SDK for JavaScript Connectparticipant 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-connectparticipant",
@@ -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",