New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-connectparticipant

Package Overview
Dependencies
Maintainers
5
Versions
439
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-connectparticipant - npm Package Compare versions

Comparing version 3.515.0 to 3.516.0

6

dist-types/commands/CompleteAttachmentUploadCommand.d.ts

@@ -30,3 +30,4 @@ import { Command as $Command } from "@smithy/smithy-client";

* <p>Allows you to confirm that the attachment has been uploaded using the pre-signed URL
* provided in StartAttachmentUpload API. </p>
* provided in StartAttachmentUpload API. A conflict exception is thrown when an attachment
* with that identifier is already being uploaded.</p>
* <note>

@@ -68,3 +69,4 @@ * <p>

* @throws {@link ConflictException} (client fault)
* <p>An attachment with that identifier is already being uploaded.</p>
* <p>The requested operation conflicts with the current state of a service
* resource associated with the request. </p>
*

@@ -71,0 +73,0 @@ * @throws {@link InternalServerException} (server fault)

@@ -31,7 +31,37 @@ import { Command as $Command } from "@smithy/smithy-client";

* information about accessing past chat contact transcripts for a persistent chat, see
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html">Enable persistent chat</a>. </p>
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html">Enable persistent chat</a>. </p>
* <p>If you have a process that consumes events in the transcript of an chat that has ended, note that chat
* transcripts contain the following event content types if the event has occurred
* during the chat session:</p>
* <ul>
* <li>
* <p>
* <code>application/vnd.amazonaws.connect.event.participant.left</code>
* </p>
* </li>
* <li>
* <p>
* <code>application/vnd.amazonaws.connect.event.participant.joined</code>
* </p>
* </li>
* <li>
* <p>
* <code>application/vnd.amazonaws.connect.event.chat.ended</code>
* </p>
* </li>
* <li>
* <p>
* <code>application/vnd.amazonaws.connect.event.transfer.succeeded</code>
* </p>
* </li>
* <li>
* <p>
* <code>application/vnd.amazonaws.connect.event.transfer.failed</code>
* </p>
* </li>
* </ul>
* <note>
* <p>
* <code>ConnectionToken</code> is used for invoking this API instead of
* <code>ParticipantToken</code>.</p>
* <code>ParticipantToken</code>.</p>
* </note>

@@ -38,0 +68,0 @@ * <p>The Amazon Connect Participant Service APIs do not use <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4

@@ -29,3 +29,11 @@ import { Command as $Command } from "@smithy/smithy-client";

* @public
* <p>Sends an event. </p>
* <note>
* <p>The <code>application/vnd.amazonaws.connect.event.connection.acknowledged</code>
* ContentType will no longer be supported starting December 31, 2024. This event has
* been migrated to the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> API using the
* <code>ConnectParticipant</code> field.</p>
* </note>
* <p>Sends an event. Message receipts are not supported when there are more than two active
* participants in the chat. Using the SendEvent API for message receipts when a supervisor
* is barged-in will result in a conflict exception.</p>
* <note>

@@ -69,3 +77,4 @@ * <p>

* @throws {@link ConflictException} (client fault)
* <p>An attachment with that identifier is already being uploaded.</p>
* <p>The requested operation conflicts with the current state of a service
* resource associated with the request. </p>
*

@@ -72,0 +81,0 @@ * @throws {@link InternalServerException} (server fault)

@@ -46,3 +46,4 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

* @public
* <p>An attachment with that identifier is already being uploaded.</p>
* <p>The requested operation conflicts with the current state of a service
* resource associated with the request. </p>
*/

@@ -128,5 +129,5 @@ export declare class ConflictException extends __BaseException {

* @public
* <p>Type of connection information required. If you need <code>CONNECTION_CREDENTIALS</code> along with marking
* participant as connected, pass <code>CONNECTION_CREDENTIALS</code> in
* <code>Type</code>.</p>
* <p>Type of connection information required. If you need
* <code>CONNECTION_CREDENTIALS</code> along with marking participant as connected,
* pass <code>CONNECTION_CREDENTIALS</code> in <code>Type</code>.</p>
*/

@@ -207,4 +208,4 @@ Type?: ConnectionType[];

* @public
* <p>An encrypted token originating from the interactive message of a ShowView block operation.
* Represents the desired view.</p>
* <p>An encrypted token originating from the interactive message of a ShowView block
* operation. Represents the desired view.</p>
*/

@@ -220,3 +221,4 @@ ViewToken: string | undefined;

* @public
* <p>View content containing all content necessary to render a view except for runtime input data.</p>
* <p>View content containing all content necessary to render a view except for runtime
* input data.</p>
*/

@@ -226,3 +228,4 @@ export interface ViewContent {

* @public
* <p>The schema representing the input data that the view template must be supplied to render.</p>
* <p>The schema representing the input data that the view template must be supplied to
* render.</p>
*/

@@ -243,3 +246,4 @@ InputSchema?: string;

* @public
* <p>A view resource object. Contains metadata and content necessary to render the view.</p>
* <p>A view resource object. Contains metadata and content necessary to render the
* view.</p>
*/

@@ -269,3 +273,4 @@ export interface View {

* @public
* <p>View content containing all content necessary to render a view except for runtime input data.</p>
* <p>View content containing all content necessary to render a view except for runtime
* input data.</p>
*/

@@ -280,3 +285,4 @@ Content?: ViewContent;

* @public
* <p>A view resource object. Contains metadata and content necessary to render the view.</p>
* <p>A view resource object. Contains metadata and content necessary to render the
* view.</p>
*/

@@ -690,3 +696,4 @@ View?: View;

* <li>
* <p>application/vnd.amazonaws.connect.event.connection.acknowledged</p>
* <p>application/vnd.amazonaws.connect.event.connection.acknowledged (will be
* deprecated on December 31, 2024) </p>
* </li>

@@ -747,4 +754,4 @@ * <li>

* <p>The type of the content. Supported types are <code>text/plain</code>,
* <code>text/markdown</code>, <code>application/json</code>, and
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>.</p>
* <code>text/markdown</code>, <code>application/json</code>, and
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>.</p>
*/

@@ -765,4 +772,5 @@ ContentType: string | undefined;

* <li>
* <p>For <code>application/vnd.amazonaws.connect.message.interactive.response</code>, the Length
* Constraints are Minimum of 1, Maximum of 12288.</p>
* <p>For
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>,
* the Length Constraints are Minimum of 1, Maximum of 12288.</p>
* </li>

@@ -769,0 +777,0 @@ * </ul>

{
"name": "@aws-sdk/client-connectparticipant",
"description": "AWS SDK for JavaScript Connectparticipant Client for Node.js, Browser and React Native",
"version": "3.515.0",
"version": "3.516.0",
"scripts": {

@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc