@aws-sdk/client-connectparticipant 3.288.0 → 3.290.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/commands/CompleteAttachmentUploadCommand.d.ts +19 -0
- package/dist-types/commands/CreateParticipantConnectionCommand.d.ts +13 -0
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +13 -0
- package/dist-types/commands/GetAttachmentCommand.d.ts +13 -0
- package/dist-types/commands/GetTranscriptCommand.d.ts +13 -0
- package/dist-types/commands/SendEventCommand.d.ts +13 -0
- package/dist-types/commands/SendMessageCommand.d.ts +13 -0
- package/dist-types/commands/StartAttachmentUploadCommand.d.ts +16 -0
- package/package.json +29 -29
|
@@ -37,6 +37,25 @@ export interface CompleteAttachmentUploadCommandOutput extends CompleteAttachmen
|
|
|
37
37
|
* @see {@link CompleteAttachmentUploadCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link ConnectParticipantClientResolvedConfig | config} for ConnectParticipantClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
41
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ConflictException} (client fault)
|
|
44
|
+
* <p>An attachment with that identifier is already being uploaded.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InternalServerException} (server fault)
|
|
47
|
+
* <p>This exception occurs when there is an internal failure in the Amazon Connect service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
50
|
+
* <p>The number of attachments per contact exceeds the quota.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>The request was denied due to request throttling.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ValidationException} (client fault)
|
|
56
|
+
* <p>The input fails to satisfy the constraints specified by Amazon Connect.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
40
59
|
*/
|
|
41
60
|
export declare class CompleteAttachmentUploadCommand extends $Command<CompleteAttachmentUploadCommandInput, CompleteAttachmentUploadCommandOutput, ConnectParticipantClientResolvedConfig> {
|
|
42
61
|
readonly input: CompleteAttachmentUploadCommandInput;
|
|
@@ -63,6 +63,19 @@ export interface CreateParticipantConnectionCommandOutput extends CreateParticip
|
|
|
63
63
|
* @see {@link CreateParticipantConnectionCommandOutput} for command's `response` shape.
|
|
64
64
|
* @see {@link ConnectParticipantClientResolvedConfig | config} for ConnectParticipantClient's `config` shape.
|
|
65
65
|
*
|
|
66
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
67
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InternalServerException} (server fault)
|
|
70
|
+
* <p>This exception occurs when there is an internal failure in the Amazon Connect service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
73
|
+
* <p>The request was denied due to request throttling.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ValidationException} (client fault)
|
|
76
|
+
* <p>The input fails to satisfy the constraints specified by Amazon Connect.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
66
79
|
*/
|
|
67
80
|
export declare class CreateParticipantConnectionCommand extends $Command<CreateParticipantConnectionCommandInput, CreateParticipantConnectionCommandOutput, ConnectParticipantClientResolvedConfig> {
|
|
68
81
|
readonly input: CreateParticipantConnectionCommandInput;
|
|
@@ -36,6 +36,19 @@ export interface DisconnectParticipantCommandOutput extends DisconnectParticipan
|
|
|
36
36
|
* @see {@link DisconnectParticipantCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ConnectParticipantClientResolvedConfig | config} for ConnectParticipantClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>This exception occurs when there is an internal failure in the Amazon Connect service.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by Amazon Connect.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
39
52
|
*/
|
|
40
53
|
export declare class DisconnectParticipantCommand extends $Command<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput, ConnectParticipantClientResolvedConfig> {
|
|
41
54
|
readonly input: DisconnectParticipantCommandInput;
|
|
@@ -37,6 +37,19 @@ export interface GetAttachmentCommandOutput extends GetAttachmentResponse, __Met
|
|
|
37
37
|
* @see {@link GetAttachmentCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link ConnectParticipantClientResolvedConfig | config} for ConnectParticipantClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
41
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p>This exception occurs when there is an internal failure in the Amazon Connect service.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied due to request throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The input fails to satisfy the constraints specified by Amazon Connect.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
40
53
|
*/
|
|
41
54
|
export declare class GetAttachmentCommand extends $Command<GetAttachmentCommandInput, GetAttachmentCommandOutput, ConnectParticipantClientResolvedConfig> {
|
|
42
55
|
readonly input: GetAttachmentCommandInput;
|
|
@@ -39,6 +39,19 @@ export interface GetTranscriptCommandOutput extends GetTranscriptResponse, __Met
|
|
|
39
39
|
* @see {@link GetTranscriptCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link ConnectParticipantClientResolvedConfig | config} for ConnectParticipantClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
43
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerException} (server fault)
|
|
46
|
+
* <p>This exception occurs when there is an internal failure in the Amazon Connect service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied due to request throttling.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The input fails to satisfy the constraints specified by Amazon Connect.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
42
55
|
*/
|
|
43
56
|
export declare class GetTranscriptCommand extends $Command<GetTranscriptCommandInput, GetTranscriptCommandOutput, ConnectParticipantClientResolvedConfig> {
|
|
44
57
|
readonly input: GetTranscriptCommandInput;
|
|
@@ -36,6 +36,19 @@ export interface SendEventCommandOutput extends SendEventResponse, __MetadataBea
|
|
|
36
36
|
* @see {@link SendEventCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ConnectParticipantClientResolvedConfig | config} for ConnectParticipantClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>This exception occurs when there is an internal failure in the Amazon Connect service.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by Amazon Connect.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
39
52
|
*/
|
|
40
53
|
export declare class SendEventCommand extends $Command<SendEventCommandInput, SendEventCommandOutput, ConnectParticipantClientResolvedConfig> {
|
|
41
54
|
readonly input: SendEventCommandInput;
|
|
@@ -36,6 +36,19 @@ export interface SendMessageCommandOutput extends SendMessageResponse, __Metadat
|
|
|
36
36
|
* @see {@link SendMessageCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ConnectParticipantClientResolvedConfig | config} for ConnectParticipantClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>This exception occurs when there is an internal failure in the Amazon Connect service.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input fails to satisfy the constraints specified by Amazon Connect.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
39
52
|
*/
|
|
40
53
|
export declare class SendMessageCommand extends $Command<SendMessageCommandInput, SendMessageCommandOutput, ConnectParticipantClientResolvedConfig> {
|
|
41
54
|
readonly input: SendMessageCommandInput;
|
|
@@ -37,6 +37,22 @@ export interface StartAttachmentUploadCommandOutput extends StartAttachmentUploa
|
|
|
37
37
|
* @see {@link StartAttachmentUploadCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link ConnectParticipantClientResolvedConfig | config} for ConnectParticipantClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
41
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p>This exception occurs when there is an internal failure in the Amazon Connect service.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
47
|
+
* <p>The number of attachments per contact exceeds the quota.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>The request was denied due to request throttling.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p>The input fails to satisfy the constraints specified by Amazon Connect.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
40
56
|
*/
|
|
41
57
|
export declare class StartAttachmentUploadCommand extends $Command<StartAttachmentUploadCommandInput, StartAttachmentUploadCommandOutput, ConnectParticipantClientResolvedConfig> {
|
|
42
58
|
readonly input: StartAttachmentUploadCommandInput;
|
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.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|