@aws-sdk/client-connectparticipant 3.890.0 → 3.891.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/CancelParticipantAuthenticationCommand.d.ts +2 -0
- package/dist-types/commands/CompleteAttachmentUploadCommand.d.ts +2 -0
- package/dist-types/commands/CreateParticipantConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeViewCommand.d.ts +2 -0
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +2 -0
- package/dist-types/commands/GetAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/GetAuthenticationUrlCommand.d.ts +2 -0
- package/dist-types/commands/GetTranscriptCommand.d.ts +2 -0
- package/dist-types/commands/SendEventCommand.d.ts +2 -0
- package/dist-types/commands/SendMessageCommand.d.ts +2 -0
- package/dist-types/commands/StartAttachmentUploadCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -45,6 +45,8 @@ declare const CancelParticipantAuthenticationCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { ConnectParticipantClient, CancelParticipantAuthenticationCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
|
|
47
47
|
* // const { ConnectParticipantClient, CancelParticipantAuthenticationCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
|
|
48
|
+
* // import type { ConnectParticipantClientConfig } from "@aws-sdk/client-connectparticipant";
|
|
49
|
+
* const config = {}; // type is ConnectParticipantClientConfig
|
|
48
50
|
* const client = new ConnectParticipantClient(config);
|
|
49
51
|
* const input = { // CancelParticipantAuthenticationRequest
|
|
50
52
|
* SessionId: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const CompleteAttachmentUploadCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { ConnectParticipantClient, CompleteAttachmentUploadCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
|
|
45
45
|
* // const { ConnectParticipantClient, CompleteAttachmentUploadCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
|
|
46
|
+
* // import type { ConnectParticipantClientConfig } from "@aws-sdk/client-connectparticipant";
|
|
47
|
+
* const config = {}; // type is ConnectParticipantClientConfig
|
|
46
48
|
* const client = new ConnectParticipantClient(config);
|
|
47
49
|
* const input = { // CompleteAttachmentUploadRequest
|
|
48
50
|
* AttachmentIds: [ // AttachmentIdList // required
|
|
@@ -90,6 +90,8 @@ declare const CreateParticipantConnectionCommand_base: {
|
|
|
90
90
|
* ```javascript
|
|
91
91
|
* import { ConnectParticipantClient, CreateParticipantConnectionCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
|
|
92
92
|
* // const { ConnectParticipantClient, CreateParticipantConnectionCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
|
|
93
|
+
* // import type { ConnectParticipantClientConfig } from "@aws-sdk/client-connectparticipant";
|
|
94
|
+
* const config = {}; // type is ConnectParticipantClientConfig
|
|
93
95
|
* const client = new ConnectParticipantClient(config);
|
|
94
96
|
* const input = { // CreateParticipantConnectionRequest
|
|
95
97
|
* Type: [ // ConnectionTypeList
|
|
@@ -34,6 +34,8 @@ declare const DescribeViewCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ConnectParticipantClient, DescribeViewCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
|
|
36
36
|
* // const { ConnectParticipantClient, DescribeViewCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
|
|
37
|
+
* // import type { ConnectParticipantClientConfig } from "@aws-sdk/client-connectparticipant";
|
|
38
|
+
* const config = {}; // type is ConnectParticipantClientConfig
|
|
37
39
|
* const client = new ConnectParticipantClient(config);
|
|
38
40
|
* const input = { // DescribeViewRequest
|
|
39
41
|
* ViewToken: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const DisconnectParticipantCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { ConnectParticipantClient, DisconnectParticipantCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
|
|
43
43
|
* // const { ConnectParticipantClient, DisconnectParticipantCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
|
|
44
|
+
* // import type { ConnectParticipantClientConfig } from "@aws-sdk/client-connectparticipant";
|
|
45
|
+
* const config = {}; // type is ConnectParticipantClientConfig
|
|
44
46
|
* const client = new ConnectParticipantClient(config);
|
|
45
47
|
* const input = { // DisconnectParticipantRequest
|
|
46
48
|
* ClientToken: "STRING_VALUE",
|
|
@@ -52,6 +52,8 @@ declare const GetAttachmentCommand_base: {
|
|
|
52
52
|
* ```javascript
|
|
53
53
|
* import { ConnectParticipantClient, GetAttachmentCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
|
|
54
54
|
* // const { ConnectParticipantClient, GetAttachmentCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
|
|
55
|
+
* // import type { ConnectParticipantClientConfig } from "@aws-sdk/client-connectparticipant";
|
|
56
|
+
* const config = {}; // type is ConnectParticipantClientConfig
|
|
55
57
|
* const client = new ConnectParticipantClient(config);
|
|
56
58
|
* const input = { // GetAttachmentRequest
|
|
57
59
|
* AttachmentId: "STRING_VALUE", // required
|
|
@@ -54,6 +54,8 @@ declare const GetAuthenticationUrlCommand_base: {
|
|
|
54
54
|
* ```javascript
|
|
55
55
|
* import { ConnectParticipantClient, GetAuthenticationUrlCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
|
|
56
56
|
* // const { ConnectParticipantClient, GetAuthenticationUrlCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
|
|
57
|
+
* // import type { ConnectParticipantClientConfig } from "@aws-sdk/client-connectparticipant";
|
|
58
|
+
* const config = {}; // type is ConnectParticipantClientConfig
|
|
57
59
|
* const client = new ConnectParticipantClient(config);
|
|
58
60
|
* const input = { // GetAuthenticationUrlRequest
|
|
59
61
|
* SessionId: "STRING_VALUE", // required
|
|
@@ -78,6 +78,8 @@ declare const GetTranscriptCommand_base: {
|
|
|
78
78
|
* ```javascript
|
|
79
79
|
* import { ConnectParticipantClient, GetTranscriptCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
|
|
80
80
|
* // const { ConnectParticipantClient, GetTranscriptCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
|
|
81
|
+
* // import type { ConnectParticipantClientConfig } from "@aws-sdk/client-connectparticipant";
|
|
82
|
+
* const config = {}; // type is ConnectParticipantClientConfig
|
|
81
83
|
* const client = new ConnectParticipantClient(config);
|
|
82
84
|
* const input = { // GetTranscriptRequest
|
|
83
85
|
* ContactId: "STRING_VALUE",
|
|
@@ -49,6 +49,8 @@ declare const SendEventCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { ConnectParticipantClient, SendEventCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
|
|
51
51
|
* // const { ConnectParticipantClient, SendEventCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
|
|
52
|
+
* // import type { ConnectParticipantClientConfig } from "@aws-sdk/client-connectparticipant";
|
|
53
|
+
* const config = {}; // type is ConnectParticipantClientConfig
|
|
52
54
|
* const client = new ConnectParticipantClient(config);
|
|
53
55
|
* const input = { // SendEventRequest
|
|
54
56
|
* ContentType: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const SendMessageCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { ConnectParticipantClient, SendMessageCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
|
|
43
43
|
* // const { ConnectParticipantClient, SendMessageCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
|
|
44
|
+
* // import type { ConnectParticipantClientConfig } from "@aws-sdk/client-connectparticipant";
|
|
45
|
+
* const config = {}; // type is ConnectParticipantClientConfig
|
|
44
46
|
* const client = new ConnectParticipantClient(config);
|
|
45
47
|
* const input = { // SendMessageRequest
|
|
46
48
|
* ContentType: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const StartAttachmentUploadCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { ConnectParticipantClient, StartAttachmentUploadCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
|
|
44
44
|
* // const { ConnectParticipantClient, StartAttachmentUploadCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
|
|
45
|
+
* // import type { ConnectParticipantClientConfig } from "@aws-sdk/client-connectparticipant";
|
|
46
|
+
* const config = {}; // type is ConnectParticipantClientConfig
|
|
45
47
|
* const client = new ConnectParticipantClient(config);
|
|
46
48
|
* const input = { // StartAttachmentUploadRequest
|
|
47
49
|
* ContentType: "STRING_VALUE", // required
|
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.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connectparticipant",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|