@aws-sdk/client-connectparticipant 3.529.1 → 3.535.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/dist-types/ConnectParticipant.d.ts +1 -1
- package/dist-types/ConnectParticipantClient.d.ts +1 -1
- package/dist-types/commands/CompleteAttachmentUploadCommand.d.ts +2 -1
- package/dist-types/commands/CreateParticipantConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeViewCommand.d.ts +2 -1
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +2 -1
- package/dist-types/commands/GetAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/GetTranscriptCommand.d.ts +2 -1
- package/dist-types/commands/SendEventCommand.d.ts +2 -1
- package/dist-types/commands/SendMessageCommand.d.ts +2 -1
- package/dist-types/commands/StartAttachmentUploadCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +104 -104
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/commands/CompleteAttachmentUploadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateParticipantConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTranscriptCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartAttachmentUploadCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -66,7 +66,6 @@ export interface ConnectParticipant {
|
|
|
66
66
|
startAttachmentUpload(args: StartAttachmentUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAttachmentUploadCommandOutput) => void): void;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
|
-
* @public
|
|
70
69
|
* <p>Amazon Connect is an easy-to-use omnichannel cloud contact center service that
|
|
71
70
|
* enables companies of any size to deliver superior customer service at a lower cost.
|
|
72
71
|
* Amazon Connect communications capabilities make it easy for companies to deliver
|
|
@@ -76,6 +75,7 @@ export interface ConnectParticipant {
|
|
|
76
75
|
* chat contact. The APIs in the service enable the following: sending chat messages,
|
|
77
76
|
* attachment sharing, managing a participant's connection state and message events, and
|
|
78
77
|
* retrieving chat transcripts.</p>
|
|
78
|
+
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ConnectParticipant extends ConnectParticipantClient implements ConnectParticipant {
|
|
81
81
|
}
|
|
@@ -160,7 +160,6 @@ export type ConnectParticipantClientResolvedConfigType = __SmithyResolvedConfigu
|
|
|
160
160
|
export interface ConnectParticipantClientResolvedConfig extends ConnectParticipantClientResolvedConfigType {
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
163
|
-
* @public
|
|
164
163
|
* <p>Amazon Connect is an easy-to-use omnichannel cloud contact center service that
|
|
165
164
|
* enables companies of any size to deliver superior customer service at a lower cost.
|
|
166
165
|
* Amazon Connect communications capabilities make it easy for companies to deliver
|
|
@@ -170,6 +169,7 @@ export interface ConnectParticipantClientResolvedConfig extends ConnectParticipa
|
|
|
170
169
|
* chat contact. The APIs in the service enable the following: sending chat messages,
|
|
171
170
|
* attachment sharing, managing a participant's connection state and message events, and
|
|
172
171
|
* retrieving chat transcripts.</p>
|
|
172
|
+
* @public
|
|
173
173
|
*/
|
|
174
174
|
export declare class ConnectParticipantClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ConnectParticipantClientResolvedConfig> {
|
|
175
175
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CompleteAttachmentUploadCommandOutput extends CompleteAttachmen
|
|
|
22
22
|
}
|
|
23
23
|
declare const CompleteAttachmentUploadCommand_base: {
|
|
24
24
|
new (input: CompleteAttachmentUploadCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteAttachmentUploadCommandInput, CompleteAttachmentUploadCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CompleteAttachmentUploadCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteAttachmentUploadCommandInput, CompleteAttachmentUploadCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Allows you to confirm that the attachment has been uploaded using the pre-signed URL
|
|
30
30
|
* provided in StartAttachmentUpload API. A conflict exception is thrown when an attachment
|
|
31
31
|
* with that identifier is already being uploaded.</p>
|
|
@@ -83,6 +83,7 @@ declare const CompleteAttachmentUploadCommand_base: {
|
|
|
83
83
|
* @throws {@link ConnectParticipantServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class CompleteAttachmentUploadCommand extends CompleteAttachmentUploadCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateParticipantConnectionCommandOutput extends CreateParticip
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateParticipantConnectionCommand_base: {
|
|
24
24
|
new (input: CreateParticipantConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateParticipantConnectionCommandInput, CreateParticipantConnectionCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateParticipantConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateParticipantConnectionCommandInput, CreateParticipantConnectionCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates the participant's connection. </p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>
|
|
@@ -110,6 +110,7 @@ declare const CreateParticipantConnectionCommand_base: {
|
|
|
110
110
|
* @throws {@link ConnectParticipantServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
|
|
112
112
|
*
|
|
113
|
+
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class CreateParticipantConnectionCommand extends CreateParticipantConnectionCommand_base {
|
|
115
116
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeViewCommandOutput extends DescribeViewResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeViewCommand_base: {
|
|
24
24
|
new (input: DescribeViewCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeViewCommandInput, DescribeViewCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeViewCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeViewCommandInput, DescribeViewCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the view for the specified view token.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const DescribeViewCommand_base: {
|
|
|
81
81
|
* @throws {@link ConnectParticipantServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DescribeViewCommand extends DescribeViewCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisconnectParticipantCommandOutput extends DisconnectParticipan
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisconnectParticipantCommand_base: {
|
|
24
24
|
new (input: DisconnectParticipantCommandInput): import("@smithy/smithy-client").CommandImpl<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisconnectParticipantCommandInput): import("@smithy/smithy-client").CommandImpl<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disconnects a participant. </p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>
|
|
@@ -71,6 +71,7 @@ declare const DisconnectParticipantCommand_base: {
|
|
|
71
71
|
* @throws {@link ConnectParticipantServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DisconnectParticipantCommand extends DisconnectParticipantCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetAttachmentCommandOutput extends GetAttachmentResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetAttachmentCommand_base: {
|
|
24
24
|
new (input: GetAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetAttachmentCommandInput, GetAttachmentCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetAttachmentCommandInput, GetAttachmentCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides a pre-signed URL for download of a completed attachment. This is an
|
|
30
30
|
* asynchronous API for use with active contacts.</p>
|
|
31
31
|
* <note>
|
|
@@ -75,6 +75,7 @@ declare const GetAttachmentCommand_base: {
|
|
|
75
75
|
* @throws {@link ConnectParticipantServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetAttachmentCommand extends GetAttachmentCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTranscriptCommandOutput extends GetTranscriptResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTranscriptCommand_base: {
|
|
24
24
|
new (input: GetTranscriptCommandInput): import("@smithy/smithy-client").CommandImpl<GetTranscriptCommandInput, GetTranscriptCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTranscriptCommandInput): import("@smithy/smithy-client").CommandImpl<GetTranscriptCommandInput, GetTranscriptCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a transcript of the session, including details about any attachments. For
|
|
30
30
|
* information about accessing past chat contact transcripts for a persistent chat, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html">Enable persistent chat</a>. </p>
|
|
@@ -147,6 +147,7 @@ declare const GetTranscriptCommand_base: {
|
|
|
147
147
|
* @throws {@link ConnectParticipantServiceException}
|
|
148
148
|
* <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
|
|
149
149
|
*
|
|
150
|
+
* @public
|
|
150
151
|
*/
|
|
151
152
|
export declare class GetTranscriptCommand extends GetTranscriptCommand_base {
|
|
152
153
|
}
|
|
@@ -22,10 +22,10 @@ export interface SendEventCommandOutput extends SendEventResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const SendEventCommand_base: {
|
|
24
24
|
new (input: SendEventCommandInput): import("@smithy/smithy-client").CommandImpl<SendEventCommandInput, SendEventCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SendEventCommandInput): import("@smithy/smithy-client").CommandImpl<SendEventCommandInput, SendEventCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>The <code>application/vnd.amazonaws.connect.event.connection.acknowledged</code>
|
|
31
31
|
* ContentType will no longer be supported starting December 31, 2024. This event has
|
|
@@ -88,6 +88,7 @@ declare const SendEventCommand_base: {
|
|
|
88
88
|
* @throws {@link ConnectParticipantServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class SendEventCommand extends SendEventCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface SendMessageCommandOutput extends SendMessageResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const SendMessageCommand_base: {
|
|
24
24
|
new (input: SendMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SendMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sends a message.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>
|
|
@@ -76,6 +76,7 @@ declare const SendMessageCommand_base: {
|
|
|
76
76
|
* @throws {@link ConnectParticipantServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class SendMessageCommand extends SendMessageCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartAttachmentUploadCommandOutput extends StartAttachmentUploa
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartAttachmentUploadCommand_base: {
|
|
24
24
|
new (input: StartAttachmentUploadCommandInput): import("@smithy/smithy-client").CommandImpl<StartAttachmentUploadCommandInput, StartAttachmentUploadCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartAttachmentUploadCommandInput): import("@smithy/smithy-client").CommandImpl<StartAttachmentUploadCommandInput, StartAttachmentUploadCommandOutput, ConnectParticipantClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides a pre-signed Amazon S3 URL in response for uploading the file directly to
|
|
30
30
|
* S3.</p>
|
|
31
31
|
* <note>
|
|
@@ -87,6 +87,7 @@ declare const StartAttachmentUploadCommand_base: {
|
|
|
87
87
|
* @throws {@link ConnectParticipantServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class StartAttachmentUploadCommand extends StartAttachmentUploadCommand_base {
|
|
92
93
|
}
|