@aws-sdk/client-connectparticipant 3.300.0 → 3.301.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.
@@ -34,8 +34,8 @@ export interface CompleteAttachmentUploadCommandOutput extends CompleteAttachmen
34
34
  * import { ConnectParticipantClient, CompleteAttachmentUploadCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
35
35
  * // const { ConnectParticipantClient, CompleteAttachmentUploadCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
36
36
  * const client = new ConnectParticipantClient(config);
37
- * const input = {
38
- * AttachmentIds: [ // required
37
+ * const input = { // CompleteAttachmentUploadRequest
38
+ * AttachmentIds: [ // AttachmentIdList // required
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * ClientToken: "STRING_VALUE", // required
@@ -60,8 +60,8 @@ export interface CreateParticipantConnectionCommandOutput extends CreateParticip
60
60
  * import { ConnectParticipantClient, CreateParticipantConnectionCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
61
61
  * // const { ConnectParticipantClient, CreateParticipantConnectionCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
62
62
  * const client = new ConnectParticipantClient(config);
63
- * const input = {
64
- * Type: [
63
+ * const input = { // CreateParticipantConnectionRequest
64
+ * Type: [ // ConnectionTypeList
65
65
  * "WEBSOCKET" || "CONNECTION_CREDENTIALS",
66
66
  * ],
67
67
  * ParticipantToken: "STRING_VALUE", // required
@@ -33,7 +33,7 @@ export interface DisconnectParticipantCommandOutput extends DisconnectParticipan
33
33
  * import { ConnectParticipantClient, DisconnectParticipantCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
34
34
  * // const { ConnectParticipantClient, DisconnectParticipantCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
35
35
  * const client = new ConnectParticipantClient(config);
36
- * const input = {
36
+ * const input = { // DisconnectParticipantRequest
37
37
  * ClientToken: "STRING_VALUE",
38
38
  * ConnectionToken: "STRING_VALUE", // required
39
39
  * };
@@ -34,7 +34,7 @@ export interface GetAttachmentCommandOutput extends GetAttachmentResponse, __Met
34
34
  * import { ConnectParticipantClient, GetAttachmentCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
35
35
  * // const { ConnectParticipantClient, GetAttachmentCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
36
36
  * const client = new ConnectParticipantClient(config);
37
- * const input = {
37
+ * const input = { // GetAttachmentRequest
38
38
  * AttachmentId: "STRING_VALUE", // required
39
39
  * ConnectionToken: "STRING_VALUE", // required
40
40
  * };
@@ -35,13 +35,13 @@ export interface GetTranscriptCommandOutput extends GetTranscriptResponse, __Met
35
35
  * import { ConnectParticipantClient, GetTranscriptCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
36
36
  * // const { ConnectParticipantClient, GetTranscriptCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
37
37
  * const client = new ConnectParticipantClient(config);
38
- * const input = {
38
+ * const input = { // GetTranscriptRequest
39
39
  * ContactId: "STRING_VALUE",
40
40
  * MaxResults: Number("int"),
41
41
  * NextToken: "STRING_VALUE",
42
42
  * ScanDirection: "FORWARD" || "BACKWARD",
43
43
  * SortOrder: "DESCENDING" || "ASCENDING",
44
- * StartPosition: {
44
+ * StartPosition: { // StartPosition
45
45
  * Id: "STRING_VALUE",
46
46
  * AbsoluteTime: "STRING_VALUE",
47
47
  * MostRecent: Number("int"),
@@ -33,7 +33,7 @@ export interface SendEventCommandOutput extends SendEventResponse, __MetadataBea
33
33
  * import { ConnectParticipantClient, SendEventCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
34
34
  * // const { ConnectParticipantClient, SendEventCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
35
35
  * const client = new ConnectParticipantClient(config);
36
- * const input = {
36
+ * const input = { // SendEventRequest
37
37
  * ContentType: "STRING_VALUE", // required
38
38
  * Content: "STRING_VALUE",
39
39
  * ClientToken: "STRING_VALUE",
@@ -33,7 +33,7 @@ export interface SendMessageCommandOutput extends SendMessageResponse, __Metadat
33
33
  * import { ConnectParticipantClient, SendMessageCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
34
34
  * // const { ConnectParticipantClient, SendMessageCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
35
35
  * const client = new ConnectParticipantClient(config);
36
- * const input = {
36
+ * const input = { // SendMessageRequest
37
37
  * ContentType: "STRING_VALUE", // required
38
38
  * Content: "STRING_VALUE", // required
39
39
  * ClientToken: "STRING_VALUE",
@@ -34,7 +34,7 @@ export interface StartAttachmentUploadCommandOutput extends StartAttachmentUploa
34
34
  * import { ConnectParticipantClient, StartAttachmentUploadCommand } from "@aws-sdk/client-connectparticipant"; // ES Modules import
35
35
  * // const { ConnectParticipantClient, StartAttachmentUploadCommand } = require("@aws-sdk/client-connectparticipant"); // CommonJS import
36
36
  * const client = new ConnectParticipantClient(config);
37
- * const input = {
37
+ * const input = { // StartAttachmentUploadRequest
38
38
  * ContentType: "STRING_VALUE", // required
39
39
  * AttachmentSizeInBytes: Number("long"), // required
40
40
  * AttachmentName: "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.300.0",
4
+ "version": "3.301.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",