@aws-sdk/client-connectparticipant 3.297.0 → 3.298.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-cjs/commands/CompleteAttachmentUploadCommand.js +2 -3
- package/dist-cjs/commands/CreateParticipantConnectionCommand.js +2 -3
- package/dist-cjs/commands/DisconnectParticipantCommand.js +2 -3
- package/dist-cjs/commands/GetAttachmentCommand.js +2 -3
- package/dist-cjs/commands/GetTranscriptCommand.js +2 -3
- package/dist-cjs/commands/SendEventCommand.js +2 -3
- package/dist-cjs/commands/SendMessageCommand.js +2 -3
- package/dist-cjs/commands/StartAttachmentUploadCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -97
- package/dist-es/commands/CompleteAttachmentUploadCommand.js +2 -3
- package/dist-es/commands/CreateParticipantConnectionCommand.js +2 -3
- package/dist-es/commands/DisconnectParticipantCommand.js +2 -3
- package/dist-es/commands/GetAttachmentCommand.js +2 -3
- package/dist-es/commands/GetTranscriptCommand.js +2 -3
- package/dist-es/commands/SendEventCommand.js +2 -3
- package/dist-es/commands/SendMessageCommand.js +2 -3
- package/dist-es/commands/StartAttachmentUploadCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -72
- package/dist-types/models/models_0.d.ts +0 -96
- package/dist-types/ts3.4/models/models_0.d.ts +0 -66
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.CompleteAttachmentUploadCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class CompleteAttachmentUploadCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class CompleteAttachmentUploadCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.CreateParticipantConnectionCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class CreateParticipantConnectionCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class CreateParticipantConnectionCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DisconnectParticipantCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class DisconnectParticipantCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DisconnectParticipantCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.GetAttachmentCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetAttachmentCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class GetAttachmentCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.GetTranscriptCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetTranscriptCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class GetTranscriptCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.SendEventCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class SendEventCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class SendEventCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.SendMessageCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class SendMessageCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class SendMessageCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.StartAttachmentUploadCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class StartAttachmentUploadCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class StartAttachmentUploadCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ChatItemType = exports.ParticipantRole = exports.ArtifactStatus = exports.SortKey = exports.ScanDirection = exports.ConnectionType = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const ConnectParticipantServiceException_1 = require("./ConnectParticipantServiceException");
|
|
5
5
|
class AccessDeniedException extends ConnectParticipantServiceException_1.ConnectParticipantServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -128,99 +128,3 @@ var ChatItemType;
|
|
|
128
128
|
ChatItemType["TRANSFER_SUCCEEDED"] = "TRANSFER_SUCCEEDED";
|
|
129
129
|
ChatItemType["TYPING"] = "TYPING";
|
|
130
130
|
})(ChatItemType = exports.ChatItemType || (exports.ChatItemType = {}));
|
|
131
|
-
const CompleteAttachmentUploadRequestFilterSensitiveLog = (obj) => ({
|
|
132
|
-
...obj,
|
|
133
|
-
});
|
|
134
|
-
exports.CompleteAttachmentUploadRequestFilterSensitiveLog = CompleteAttachmentUploadRequestFilterSensitiveLog;
|
|
135
|
-
const CompleteAttachmentUploadResponseFilterSensitiveLog = (obj) => ({
|
|
136
|
-
...obj,
|
|
137
|
-
});
|
|
138
|
-
exports.CompleteAttachmentUploadResponseFilterSensitiveLog = CompleteAttachmentUploadResponseFilterSensitiveLog;
|
|
139
|
-
const CreateParticipantConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
140
|
-
...obj,
|
|
141
|
-
});
|
|
142
|
-
exports.CreateParticipantConnectionRequestFilterSensitiveLog = CreateParticipantConnectionRequestFilterSensitiveLog;
|
|
143
|
-
const ConnectionCredentialsFilterSensitiveLog = (obj) => ({
|
|
144
|
-
...obj,
|
|
145
|
-
});
|
|
146
|
-
exports.ConnectionCredentialsFilterSensitiveLog = ConnectionCredentialsFilterSensitiveLog;
|
|
147
|
-
const WebsocketFilterSensitiveLog = (obj) => ({
|
|
148
|
-
...obj,
|
|
149
|
-
});
|
|
150
|
-
exports.WebsocketFilterSensitiveLog = WebsocketFilterSensitiveLog;
|
|
151
|
-
const CreateParticipantConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
152
|
-
...obj,
|
|
153
|
-
});
|
|
154
|
-
exports.CreateParticipantConnectionResponseFilterSensitiveLog = CreateParticipantConnectionResponseFilterSensitiveLog;
|
|
155
|
-
const DisconnectParticipantRequestFilterSensitiveLog = (obj) => ({
|
|
156
|
-
...obj,
|
|
157
|
-
});
|
|
158
|
-
exports.DisconnectParticipantRequestFilterSensitiveLog = DisconnectParticipantRequestFilterSensitiveLog;
|
|
159
|
-
const DisconnectParticipantResponseFilterSensitiveLog = (obj) => ({
|
|
160
|
-
...obj,
|
|
161
|
-
});
|
|
162
|
-
exports.DisconnectParticipantResponseFilterSensitiveLog = DisconnectParticipantResponseFilterSensitiveLog;
|
|
163
|
-
const GetAttachmentRequestFilterSensitiveLog = (obj) => ({
|
|
164
|
-
...obj,
|
|
165
|
-
});
|
|
166
|
-
exports.GetAttachmentRequestFilterSensitiveLog = GetAttachmentRequestFilterSensitiveLog;
|
|
167
|
-
const GetAttachmentResponseFilterSensitiveLog = (obj) => ({
|
|
168
|
-
...obj,
|
|
169
|
-
});
|
|
170
|
-
exports.GetAttachmentResponseFilterSensitiveLog = GetAttachmentResponseFilterSensitiveLog;
|
|
171
|
-
const StartPositionFilterSensitiveLog = (obj) => ({
|
|
172
|
-
...obj,
|
|
173
|
-
});
|
|
174
|
-
exports.StartPositionFilterSensitiveLog = StartPositionFilterSensitiveLog;
|
|
175
|
-
const GetTranscriptRequestFilterSensitiveLog = (obj) => ({
|
|
176
|
-
...obj,
|
|
177
|
-
});
|
|
178
|
-
exports.GetTranscriptRequestFilterSensitiveLog = GetTranscriptRequestFilterSensitiveLog;
|
|
179
|
-
const AttachmentItemFilterSensitiveLog = (obj) => ({
|
|
180
|
-
...obj,
|
|
181
|
-
});
|
|
182
|
-
exports.AttachmentItemFilterSensitiveLog = AttachmentItemFilterSensitiveLog;
|
|
183
|
-
const ReceiptFilterSensitiveLog = (obj) => ({
|
|
184
|
-
...obj,
|
|
185
|
-
});
|
|
186
|
-
exports.ReceiptFilterSensitiveLog = ReceiptFilterSensitiveLog;
|
|
187
|
-
const MessageMetadataFilterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
|
-
exports.MessageMetadataFilterSensitiveLog = MessageMetadataFilterSensitiveLog;
|
|
191
|
-
const ItemFilterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
194
|
-
exports.ItemFilterSensitiveLog = ItemFilterSensitiveLog;
|
|
195
|
-
const GetTranscriptResponseFilterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
});
|
|
198
|
-
exports.GetTranscriptResponseFilterSensitiveLog = GetTranscriptResponseFilterSensitiveLog;
|
|
199
|
-
const SendEventRequestFilterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
});
|
|
202
|
-
exports.SendEventRequestFilterSensitiveLog = SendEventRequestFilterSensitiveLog;
|
|
203
|
-
const SendEventResponseFilterSensitiveLog = (obj) => ({
|
|
204
|
-
...obj,
|
|
205
|
-
});
|
|
206
|
-
exports.SendEventResponseFilterSensitiveLog = SendEventResponseFilterSensitiveLog;
|
|
207
|
-
const SendMessageRequestFilterSensitiveLog = (obj) => ({
|
|
208
|
-
...obj,
|
|
209
|
-
});
|
|
210
|
-
exports.SendMessageRequestFilterSensitiveLog = SendMessageRequestFilterSensitiveLog;
|
|
211
|
-
const SendMessageResponseFilterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
exports.SendMessageResponseFilterSensitiveLog = SendMessageResponseFilterSensitiveLog;
|
|
215
|
-
const StartAttachmentUploadRequestFilterSensitiveLog = (obj) => ({
|
|
216
|
-
...obj,
|
|
217
|
-
});
|
|
218
|
-
exports.StartAttachmentUploadRequestFilterSensitiveLog = StartAttachmentUploadRequestFilterSensitiveLog;
|
|
219
|
-
const UploadMetadataFilterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
});
|
|
222
|
-
exports.UploadMetadataFilterSensitiveLog = UploadMetadataFilterSensitiveLog;
|
|
223
|
-
const StartAttachmentUploadResponseFilterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
exports.StartAttachmentUploadResponseFilterSensitiveLog = StartAttachmentUploadResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CompleteAttachmentUploadRequestFilterSensitiveLog, CompleteAttachmentUploadResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CompleteAttachmentUploadCommand, serializeAws_restJson1CompleteAttachmentUploadCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CompleteAttachmentUploadCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CompleteAttachmentUploadCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateParticipantConnectionRequestFilterSensitiveLog, CreateParticipantConnectionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateParticipantConnectionCommand, serializeAws_restJson1CreateParticipantConnectionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateParticipantConnectionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateParticipantConnectionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DisconnectParticipantRequestFilterSensitiveLog, DisconnectParticipantResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DisconnectParticipantCommand, serializeAws_restJson1DisconnectParticipantCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DisconnectParticipantCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DisconnectParticipantCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetAttachmentRequestFilterSensitiveLog, GetAttachmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetAttachmentCommand, serializeAws_restJson1GetAttachmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetAttachmentCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetAttachmentCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetTranscriptRequestFilterSensitiveLog, GetTranscriptResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetTranscriptCommand, serializeAws_restJson1GetTranscriptCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetTranscriptCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetTranscriptCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { SendEventRequestFilterSensitiveLog, SendEventResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1SendEventCommand, serializeAws_restJson1SendEventCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class SendEventCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class SendEventCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { SendMessageRequestFilterSensitiveLog, SendMessageResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1SendMessageCommand, serializeAws_restJson1SendMessageCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class SendMessageCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class SendMessageCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartAttachmentUploadRequestFilterSensitiveLog, StartAttachmentUploadResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StartAttachmentUploadCommand, serializeAws_restJson1StartAttachmentUploadCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StartAttachmentUploadCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StartAttachmentUploadCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -119,75 +119,3 @@ export var ChatItemType;
|
|
|
119
119
|
ChatItemType["TRANSFER_SUCCEEDED"] = "TRANSFER_SUCCEEDED";
|
|
120
120
|
ChatItemType["TYPING"] = "TYPING";
|
|
121
121
|
})(ChatItemType || (ChatItemType = {}));
|
|
122
|
-
export const CompleteAttachmentUploadRequestFilterSensitiveLog = (obj) => ({
|
|
123
|
-
...obj,
|
|
124
|
-
});
|
|
125
|
-
export const CompleteAttachmentUploadResponseFilterSensitiveLog = (obj) => ({
|
|
126
|
-
...obj,
|
|
127
|
-
});
|
|
128
|
-
export const CreateParticipantConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
129
|
-
...obj,
|
|
130
|
-
});
|
|
131
|
-
export const ConnectionCredentialsFilterSensitiveLog = (obj) => ({
|
|
132
|
-
...obj,
|
|
133
|
-
});
|
|
134
|
-
export const WebsocketFilterSensitiveLog = (obj) => ({
|
|
135
|
-
...obj,
|
|
136
|
-
});
|
|
137
|
-
export const CreateParticipantConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
138
|
-
...obj,
|
|
139
|
-
});
|
|
140
|
-
export const DisconnectParticipantRequestFilterSensitiveLog = (obj) => ({
|
|
141
|
-
...obj,
|
|
142
|
-
});
|
|
143
|
-
export const DisconnectParticipantResponseFilterSensitiveLog = (obj) => ({
|
|
144
|
-
...obj,
|
|
145
|
-
});
|
|
146
|
-
export const GetAttachmentRequestFilterSensitiveLog = (obj) => ({
|
|
147
|
-
...obj,
|
|
148
|
-
});
|
|
149
|
-
export const GetAttachmentResponseFilterSensitiveLog = (obj) => ({
|
|
150
|
-
...obj,
|
|
151
|
-
});
|
|
152
|
-
export const StartPositionFilterSensitiveLog = (obj) => ({
|
|
153
|
-
...obj,
|
|
154
|
-
});
|
|
155
|
-
export const GetTranscriptRequestFilterSensitiveLog = (obj) => ({
|
|
156
|
-
...obj,
|
|
157
|
-
});
|
|
158
|
-
export const AttachmentItemFilterSensitiveLog = (obj) => ({
|
|
159
|
-
...obj,
|
|
160
|
-
});
|
|
161
|
-
export const ReceiptFilterSensitiveLog = (obj) => ({
|
|
162
|
-
...obj,
|
|
163
|
-
});
|
|
164
|
-
export const MessageMetadataFilterSensitiveLog = (obj) => ({
|
|
165
|
-
...obj,
|
|
166
|
-
});
|
|
167
|
-
export const ItemFilterSensitiveLog = (obj) => ({
|
|
168
|
-
...obj,
|
|
169
|
-
});
|
|
170
|
-
export const GetTranscriptResponseFilterSensitiveLog = (obj) => ({
|
|
171
|
-
...obj,
|
|
172
|
-
});
|
|
173
|
-
export const SendEventRequestFilterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
|
-
export const SendEventResponseFilterSensitiveLog = (obj) => ({
|
|
177
|
-
...obj,
|
|
178
|
-
});
|
|
179
|
-
export const SendMessageRequestFilterSensitiveLog = (obj) => ({
|
|
180
|
-
...obj,
|
|
181
|
-
});
|
|
182
|
-
export const SendMessageResponseFilterSensitiveLog = (obj) => ({
|
|
183
|
-
...obj,
|
|
184
|
-
});
|
|
185
|
-
export const StartAttachmentUploadRequestFilterSensitiveLog = (obj) => ({
|
|
186
|
-
...obj,
|
|
187
|
-
});
|
|
188
|
-
export const UploadMetadataFilterSensitiveLog = (obj) => ({
|
|
189
|
-
...obj,
|
|
190
|
-
});
|
|
191
|
-
export const StartAttachmentUploadResponseFilterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
@@ -627,99 +627,3 @@ export interface StartAttachmentUploadResponse {
|
|
|
627
627
|
*/
|
|
628
628
|
UploadMetadata?: UploadMetadata;
|
|
629
629
|
}
|
|
630
|
-
/**
|
|
631
|
-
* @internal
|
|
632
|
-
*/
|
|
633
|
-
export declare const CompleteAttachmentUploadRequestFilterSensitiveLog: (obj: CompleteAttachmentUploadRequest) => any;
|
|
634
|
-
/**
|
|
635
|
-
* @internal
|
|
636
|
-
*/
|
|
637
|
-
export declare const CompleteAttachmentUploadResponseFilterSensitiveLog: (obj: CompleteAttachmentUploadResponse) => any;
|
|
638
|
-
/**
|
|
639
|
-
* @internal
|
|
640
|
-
*/
|
|
641
|
-
export declare const CreateParticipantConnectionRequestFilterSensitiveLog: (obj: CreateParticipantConnectionRequest) => any;
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
|
-
export declare const ConnectionCredentialsFilterSensitiveLog: (obj: ConnectionCredentials) => any;
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
|
-
export declare const WebsocketFilterSensitiveLog: (obj: Websocket) => any;
|
|
650
|
-
/**
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
653
|
-
export declare const CreateParticipantConnectionResponseFilterSensitiveLog: (obj: CreateParticipantConnectionResponse) => any;
|
|
654
|
-
/**
|
|
655
|
-
* @internal
|
|
656
|
-
*/
|
|
657
|
-
export declare const DisconnectParticipantRequestFilterSensitiveLog: (obj: DisconnectParticipantRequest) => any;
|
|
658
|
-
/**
|
|
659
|
-
* @internal
|
|
660
|
-
*/
|
|
661
|
-
export declare const DisconnectParticipantResponseFilterSensitiveLog: (obj: DisconnectParticipantResponse) => any;
|
|
662
|
-
/**
|
|
663
|
-
* @internal
|
|
664
|
-
*/
|
|
665
|
-
export declare const GetAttachmentRequestFilterSensitiveLog: (obj: GetAttachmentRequest) => any;
|
|
666
|
-
/**
|
|
667
|
-
* @internal
|
|
668
|
-
*/
|
|
669
|
-
export declare const GetAttachmentResponseFilterSensitiveLog: (obj: GetAttachmentResponse) => any;
|
|
670
|
-
/**
|
|
671
|
-
* @internal
|
|
672
|
-
*/
|
|
673
|
-
export declare const StartPositionFilterSensitiveLog: (obj: StartPosition) => any;
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
|
-
export declare const GetTranscriptRequestFilterSensitiveLog: (obj: GetTranscriptRequest) => any;
|
|
678
|
-
/**
|
|
679
|
-
* @internal
|
|
680
|
-
*/
|
|
681
|
-
export declare const AttachmentItemFilterSensitiveLog: (obj: AttachmentItem) => any;
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
|
-
export declare const ReceiptFilterSensitiveLog: (obj: Receipt) => any;
|
|
686
|
-
/**
|
|
687
|
-
* @internal
|
|
688
|
-
*/
|
|
689
|
-
export declare const MessageMetadataFilterSensitiveLog: (obj: MessageMetadata) => any;
|
|
690
|
-
/**
|
|
691
|
-
* @internal
|
|
692
|
-
*/
|
|
693
|
-
export declare const ItemFilterSensitiveLog: (obj: Item) => any;
|
|
694
|
-
/**
|
|
695
|
-
* @internal
|
|
696
|
-
*/
|
|
697
|
-
export declare const GetTranscriptResponseFilterSensitiveLog: (obj: GetTranscriptResponse) => any;
|
|
698
|
-
/**
|
|
699
|
-
* @internal
|
|
700
|
-
*/
|
|
701
|
-
export declare const SendEventRequestFilterSensitiveLog: (obj: SendEventRequest) => any;
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
|
-
export declare const SendEventResponseFilterSensitiveLog: (obj: SendEventResponse) => any;
|
|
706
|
-
/**
|
|
707
|
-
* @internal
|
|
708
|
-
*/
|
|
709
|
-
export declare const SendMessageRequestFilterSensitiveLog: (obj: SendMessageRequest) => any;
|
|
710
|
-
/**
|
|
711
|
-
* @internal
|
|
712
|
-
*/
|
|
713
|
-
export declare const SendMessageResponseFilterSensitiveLog: (obj: SendMessageResponse) => any;
|
|
714
|
-
/**
|
|
715
|
-
* @internal
|
|
716
|
-
*/
|
|
717
|
-
export declare const StartAttachmentUploadRequestFilterSensitiveLog: (obj: StartAttachmentUploadRequest) => any;
|
|
718
|
-
/**
|
|
719
|
-
* @internal
|
|
720
|
-
*/
|
|
721
|
-
export declare const UploadMetadataFilterSensitiveLog: (obj: UploadMetadata) => any;
|
|
722
|
-
/**
|
|
723
|
-
* @internal
|
|
724
|
-
*/
|
|
725
|
-
export declare const StartAttachmentUploadResponseFilterSensitiveLog: (obj: StartAttachmentUploadResponse) => any;
|
|
@@ -202,69 +202,3 @@ export interface StartAttachmentUploadResponse {
|
|
|
202
202
|
AttachmentId?: string;
|
|
203
203
|
UploadMetadata?: UploadMetadata;
|
|
204
204
|
}
|
|
205
|
-
export declare const CompleteAttachmentUploadRequestFilterSensitiveLog: (
|
|
206
|
-
obj: CompleteAttachmentUploadRequest
|
|
207
|
-
) => any;
|
|
208
|
-
export declare const CompleteAttachmentUploadResponseFilterSensitiveLog: (
|
|
209
|
-
obj: CompleteAttachmentUploadResponse
|
|
210
|
-
) => any;
|
|
211
|
-
export declare const CreateParticipantConnectionRequestFilterSensitiveLog: (
|
|
212
|
-
obj: CreateParticipantConnectionRequest
|
|
213
|
-
) => any;
|
|
214
|
-
export declare const ConnectionCredentialsFilterSensitiveLog: (
|
|
215
|
-
obj: ConnectionCredentials
|
|
216
|
-
) => any;
|
|
217
|
-
export declare const WebsocketFilterSensitiveLog: (obj: Websocket) => any;
|
|
218
|
-
export declare const CreateParticipantConnectionResponseFilterSensitiveLog: (
|
|
219
|
-
obj: CreateParticipantConnectionResponse
|
|
220
|
-
) => any;
|
|
221
|
-
export declare const DisconnectParticipantRequestFilterSensitiveLog: (
|
|
222
|
-
obj: DisconnectParticipantRequest
|
|
223
|
-
) => any;
|
|
224
|
-
export declare const DisconnectParticipantResponseFilterSensitiveLog: (
|
|
225
|
-
obj: DisconnectParticipantResponse
|
|
226
|
-
) => any;
|
|
227
|
-
export declare const GetAttachmentRequestFilterSensitiveLog: (
|
|
228
|
-
obj: GetAttachmentRequest
|
|
229
|
-
) => any;
|
|
230
|
-
export declare const GetAttachmentResponseFilterSensitiveLog: (
|
|
231
|
-
obj: GetAttachmentResponse
|
|
232
|
-
) => any;
|
|
233
|
-
export declare const StartPositionFilterSensitiveLog: (
|
|
234
|
-
obj: StartPosition
|
|
235
|
-
) => any;
|
|
236
|
-
export declare const GetTranscriptRequestFilterSensitiveLog: (
|
|
237
|
-
obj: GetTranscriptRequest
|
|
238
|
-
) => any;
|
|
239
|
-
export declare const AttachmentItemFilterSensitiveLog: (
|
|
240
|
-
obj: AttachmentItem
|
|
241
|
-
) => any;
|
|
242
|
-
export declare const ReceiptFilterSensitiveLog: (obj: Receipt) => any;
|
|
243
|
-
export declare const MessageMetadataFilterSensitiveLog: (
|
|
244
|
-
obj: MessageMetadata
|
|
245
|
-
) => any;
|
|
246
|
-
export declare const ItemFilterSensitiveLog: (obj: Item) => any;
|
|
247
|
-
export declare const GetTranscriptResponseFilterSensitiveLog: (
|
|
248
|
-
obj: GetTranscriptResponse
|
|
249
|
-
) => any;
|
|
250
|
-
export declare const SendEventRequestFilterSensitiveLog: (
|
|
251
|
-
obj: SendEventRequest
|
|
252
|
-
) => any;
|
|
253
|
-
export declare const SendEventResponseFilterSensitiveLog: (
|
|
254
|
-
obj: SendEventResponse
|
|
255
|
-
) => any;
|
|
256
|
-
export declare const SendMessageRequestFilterSensitiveLog: (
|
|
257
|
-
obj: SendMessageRequest
|
|
258
|
-
) => any;
|
|
259
|
-
export declare const SendMessageResponseFilterSensitiveLog: (
|
|
260
|
-
obj: SendMessageResponse
|
|
261
|
-
) => any;
|
|
262
|
-
export declare const StartAttachmentUploadRequestFilterSensitiveLog: (
|
|
263
|
-
obj: StartAttachmentUploadRequest
|
|
264
|
-
) => any;
|
|
265
|
-
export declare const UploadMetadataFilterSensitiveLog: (
|
|
266
|
-
obj: UploadMetadata
|
|
267
|
-
) => any;
|
|
268
|
-
export declare const StartAttachmentUploadResponseFilterSensitiveLog: (
|
|
269
|
-
obj: StartAttachmentUploadResponse
|
|
270
|
-
) => any;
|
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.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo connectparticipant"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|