@aws-sdk/client-connectparticipant 3.130.0 → 3.141.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/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CompleteAttachmentUploadCommand.js +2 -2
- package/dist-cjs/commands/CreateParticipantConnectionCommand.js +2 -2
- package/dist-cjs/commands/DisconnectParticipantCommand.js +2 -2
- package/dist-cjs/commands/GetAttachmentCommand.js +2 -2
- package/dist-cjs/commands/GetTranscriptCommand.js +2 -2
- package/dist-cjs/commands/SendEventCommand.js +2 -2
- package/dist-cjs/commands/SendMessageCommand.js +2 -2
- package/dist-cjs/commands/StartAttachmentUploadCommand.js +2 -2
- package/dist-cjs/models/models_0.js +89 -133
- package/dist-es/commands/CompleteAttachmentUploadCommand.js +3 -3
- package/dist-es/commands/CreateParticipantConnectionCommand.js +3 -3
- package/dist-es/commands/DisconnectParticipantCommand.js +3 -3
- package/dist-es/commands/GetAttachmentCommand.js +3 -3
- package/dist-es/commands/GetTranscriptCommand.js +3 -3
- package/dist-es/commands/SendEventCommand.js +3 -3
- package/dist-es/commands/SendMessageCommand.js +3 -3
- package/dist-es/commands/StartAttachmentUploadCommand.js +3 -3
- package/dist-es/models/models_0.js +22 -88
- package/dist-types/models/models_0.d.ts +88 -132
- package/dist-types/ts3.4/models/models_0.d.ts +44 -88
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @aws-sdk/client-connectparticipant
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14)
|
|
7
37
|
|
|
8
38
|
|
package/README.md
CHANGED
|
@@ -170,7 +170,7 @@ try {
|
|
|
170
170
|
const data = await client.send(command);
|
|
171
171
|
// process data.
|
|
172
172
|
} catch (error) {
|
|
173
|
-
const { requestId, cfId, extendedRequestId } = error
|
|
173
|
+
const { requestId, cfId, extendedRequestId } = error.$$metadata;
|
|
174
174
|
console.log({ requestId, cfId, extendedRequestId });
|
|
175
175
|
/**
|
|
176
176
|
* The keys within exceptions are also parsed.
|
|
@@ -20,8 +20,8 @@ class CompleteAttachmentUploadCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CompleteAttachmentUploadRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CompleteAttachmentUploadResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class CreateParticipantConnectionCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateParticipantConnectionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateParticipantConnectionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DisconnectParticipantCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DisconnectParticipantRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DisconnectParticipantResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetAttachmentCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetAttachmentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetAttachmentResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetTranscriptCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetTranscriptRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetTranscriptResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class SendEventCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.SendEventRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.SendEventResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class SendMessageCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.SendMessageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.SendMessageResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class StartAttachmentUploadCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.StartAttachmentUploadRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.StartAttachmentUploadResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
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.StartAttachmentUploadResponseFilterSensitiveLog = exports.UploadMetadataFilterSensitiveLog = exports.StartAttachmentUploadRequestFilterSensitiveLog = exports.SendMessageResponseFilterSensitiveLog = exports.SendMessageRequestFilterSensitiveLog = exports.SendEventResponseFilterSensitiveLog = exports.SendEventRequestFilterSensitiveLog = exports.GetTranscriptResponseFilterSensitiveLog = exports.ItemFilterSensitiveLog = exports.AttachmentItemFilterSensitiveLog = exports.GetTranscriptRequestFilterSensitiveLog = exports.StartPositionFilterSensitiveLog = exports.GetAttachmentResponseFilterSensitiveLog = exports.GetAttachmentRequestFilterSensitiveLog = exports.DisconnectParticipantResponseFilterSensitiveLog = exports.DisconnectParticipantRequestFilterSensitiveLog = exports.CreateParticipantConnectionResponseFilterSensitiveLog = exports.WebsocketFilterSensitiveLog = exports.ConnectionCredentialsFilterSensitiveLog = exports.CreateParticipantConnectionRequestFilterSensitiveLog = exports.CompleteAttachmentUploadResponseFilterSensitiveLog = exports.CompleteAttachmentUploadRequestFilterSensitiveLog = 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) {
|
|
@@ -16,18 +16,6 @@ class AccessDeniedException extends ConnectParticipantServiceException_1.Connect
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
exports.AccessDeniedException = AccessDeniedException;
|
|
19
|
-
var CompleteAttachmentUploadRequest;
|
|
20
|
-
(function (CompleteAttachmentUploadRequest) {
|
|
21
|
-
CompleteAttachmentUploadRequest.filterSensitiveLog = (obj) => ({
|
|
22
|
-
...obj,
|
|
23
|
-
});
|
|
24
|
-
})(CompleteAttachmentUploadRequest = exports.CompleteAttachmentUploadRequest || (exports.CompleteAttachmentUploadRequest = {}));
|
|
25
|
-
var CompleteAttachmentUploadResponse;
|
|
26
|
-
(function (CompleteAttachmentUploadResponse) {
|
|
27
|
-
CompleteAttachmentUploadResponse.filterSensitiveLog = (obj) => ({
|
|
28
|
-
...obj,
|
|
29
|
-
});
|
|
30
|
-
})(CompleteAttachmentUploadResponse = exports.CompleteAttachmentUploadResponse || (exports.CompleteAttachmentUploadResponse = {}));
|
|
31
19
|
class ConflictException extends ConnectParticipantServiceException_1.ConnectParticipantServiceException {
|
|
32
20
|
constructor(opts) {
|
|
33
21
|
super({
|
|
@@ -103,54 +91,6 @@ var ConnectionType;
|
|
|
103
91
|
ConnectionType["CONNECTION_CREDENTIALS"] = "CONNECTION_CREDENTIALS";
|
|
104
92
|
ConnectionType["WEBSOCKET"] = "WEBSOCKET";
|
|
105
93
|
})(ConnectionType = exports.ConnectionType || (exports.ConnectionType = {}));
|
|
106
|
-
var CreateParticipantConnectionRequest;
|
|
107
|
-
(function (CreateParticipantConnectionRequest) {
|
|
108
|
-
CreateParticipantConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
109
|
-
...obj,
|
|
110
|
-
});
|
|
111
|
-
})(CreateParticipantConnectionRequest = exports.CreateParticipantConnectionRequest || (exports.CreateParticipantConnectionRequest = {}));
|
|
112
|
-
var ConnectionCredentials;
|
|
113
|
-
(function (ConnectionCredentials) {
|
|
114
|
-
ConnectionCredentials.filterSensitiveLog = (obj) => ({
|
|
115
|
-
...obj,
|
|
116
|
-
});
|
|
117
|
-
})(ConnectionCredentials = exports.ConnectionCredentials || (exports.ConnectionCredentials = {}));
|
|
118
|
-
var Websocket;
|
|
119
|
-
(function (Websocket) {
|
|
120
|
-
Websocket.filterSensitiveLog = (obj) => ({
|
|
121
|
-
...obj,
|
|
122
|
-
});
|
|
123
|
-
})(Websocket = exports.Websocket || (exports.Websocket = {}));
|
|
124
|
-
var CreateParticipantConnectionResponse;
|
|
125
|
-
(function (CreateParticipantConnectionResponse) {
|
|
126
|
-
CreateParticipantConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
127
|
-
...obj,
|
|
128
|
-
});
|
|
129
|
-
})(CreateParticipantConnectionResponse = exports.CreateParticipantConnectionResponse || (exports.CreateParticipantConnectionResponse = {}));
|
|
130
|
-
var DisconnectParticipantRequest;
|
|
131
|
-
(function (DisconnectParticipantRequest) {
|
|
132
|
-
DisconnectParticipantRequest.filterSensitiveLog = (obj) => ({
|
|
133
|
-
...obj,
|
|
134
|
-
});
|
|
135
|
-
})(DisconnectParticipantRequest = exports.DisconnectParticipantRequest || (exports.DisconnectParticipantRequest = {}));
|
|
136
|
-
var DisconnectParticipantResponse;
|
|
137
|
-
(function (DisconnectParticipantResponse) {
|
|
138
|
-
DisconnectParticipantResponse.filterSensitiveLog = (obj) => ({
|
|
139
|
-
...obj,
|
|
140
|
-
});
|
|
141
|
-
})(DisconnectParticipantResponse = exports.DisconnectParticipantResponse || (exports.DisconnectParticipantResponse = {}));
|
|
142
|
-
var GetAttachmentRequest;
|
|
143
|
-
(function (GetAttachmentRequest) {
|
|
144
|
-
GetAttachmentRequest.filterSensitiveLog = (obj) => ({
|
|
145
|
-
...obj,
|
|
146
|
-
});
|
|
147
|
-
})(GetAttachmentRequest = exports.GetAttachmentRequest || (exports.GetAttachmentRequest = {}));
|
|
148
|
-
var GetAttachmentResponse;
|
|
149
|
-
(function (GetAttachmentResponse) {
|
|
150
|
-
GetAttachmentResponse.filterSensitiveLog = (obj) => ({
|
|
151
|
-
...obj,
|
|
152
|
-
});
|
|
153
|
-
})(GetAttachmentResponse = exports.GetAttachmentResponse || (exports.GetAttachmentResponse = {}));
|
|
154
94
|
var ScanDirection;
|
|
155
95
|
(function (ScanDirection) {
|
|
156
96
|
ScanDirection["BACKWARD"] = "BACKWARD";
|
|
@@ -161,30 +101,12 @@ var SortKey;
|
|
|
161
101
|
SortKey["ASCENDING"] = "ASCENDING";
|
|
162
102
|
SortKey["DESCENDING"] = "DESCENDING";
|
|
163
103
|
})(SortKey = exports.SortKey || (exports.SortKey = {}));
|
|
164
|
-
var StartPosition;
|
|
165
|
-
(function (StartPosition) {
|
|
166
|
-
StartPosition.filterSensitiveLog = (obj) => ({
|
|
167
|
-
...obj,
|
|
168
|
-
});
|
|
169
|
-
})(StartPosition = exports.StartPosition || (exports.StartPosition = {}));
|
|
170
|
-
var GetTranscriptRequest;
|
|
171
|
-
(function (GetTranscriptRequest) {
|
|
172
|
-
GetTranscriptRequest.filterSensitiveLog = (obj) => ({
|
|
173
|
-
...obj,
|
|
174
|
-
});
|
|
175
|
-
})(GetTranscriptRequest = exports.GetTranscriptRequest || (exports.GetTranscriptRequest = {}));
|
|
176
104
|
var ArtifactStatus;
|
|
177
105
|
(function (ArtifactStatus) {
|
|
178
106
|
ArtifactStatus["APPROVED"] = "APPROVED";
|
|
179
107
|
ArtifactStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
180
108
|
ArtifactStatus["REJECTED"] = "REJECTED";
|
|
181
109
|
})(ArtifactStatus = exports.ArtifactStatus || (exports.ArtifactStatus = {}));
|
|
182
|
-
var AttachmentItem;
|
|
183
|
-
(function (AttachmentItem) {
|
|
184
|
-
AttachmentItem.filterSensitiveLog = (obj) => ({
|
|
185
|
-
...obj,
|
|
186
|
-
});
|
|
187
|
-
})(AttachmentItem = exports.AttachmentItem || (exports.AttachmentItem = {}));
|
|
188
110
|
var ParticipantRole;
|
|
189
111
|
(function (ParticipantRole) {
|
|
190
112
|
ParticipantRole["AGENT"] = "AGENT";
|
|
@@ -204,57 +126,91 @@ var ChatItemType;
|
|
|
204
126
|
ChatItemType["TRANSFER_SUCCEEDED"] = "TRANSFER_SUCCEEDED";
|
|
205
127
|
ChatItemType["TYPING"] = "TYPING";
|
|
206
128
|
})(ChatItemType = exports.ChatItemType || (exports.ChatItemType = {}));
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
129
|
+
const CompleteAttachmentUploadRequestFilterSensitiveLog = (obj) => ({
|
|
130
|
+
...obj,
|
|
131
|
+
});
|
|
132
|
+
exports.CompleteAttachmentUploadRequestFilterSensitiveLog = CompleteAttachmentUploadRequestFilterSensitiveLog;
|
|
133
|
+
const CompleteAttachmentUploadResponseFilterSensitiveLog = (obj) => ({
|
|
134
|
+
...obj,
|
|
135
|
+
});
|
|
136
|
+
exports.CompleteAttachmentUploadResponseFilterSensitiveLog = CompleteAttachmentUploadResponseFilterSensitiveLog;
|
|
137
|
+
const CreateParticipantConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
138
|
+
...obj,
|
|
139
|
+
});
|
|
140
|
+
exports.CreateParticipantConnectionRequestFilterSensitiveLog = CreateParticipantConnectionRequestFilterSensitiveLog;
|
|
141
|
+
const ConnectionCredentialsFilterSensitiveLog = (obj) => ({
|
|
142
|
+
...obj,
|
|
143
|
+
});
|
|
144
|
+
exports.ConnectionCredentialsFilterSensitiveLog = ConnectionCredentialsFilterSensitiveLog;
|
|
145
|
+
const WebsocketFilterSensitiveLog = (obj) => ({
|
|
146
|
+
...obj,
|
|
147
|
+
});
|
|
148
|
+
exports.WebsocketFilterSensitiveLog = WebsocketFilterSensitiveLog;
|
|
149
|
+
const CreateParticipantConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
150
|
+
...obj,
|
|
151
|
+
});
|
|
152
|
+
exports.CreateParticipantConnectionResponseFilterSensitiveLog = CreateParticipantConnectionResponseFilterSensitiveLog;
|
|
153
|
+
const DisconnectParticipantRequestFilterSensitiveLog = (obj) => ({
|
|
154
|
+
...obj,
|
|
155
|
+
});
|
|
156
|
+
exports.DisconnectParticipantRequestFilterSensitiveLog = DisconnectParticipantRequestFilterSensitiveLog;
|
|
157
|
+
const DisconnectParticipantResponseFilterSensitiveLog = (obj) => ({
|
|
158
|
+
...obj,
|
|
159
|
+
});
|
|
160
|
+
exports.DisconnectParticipantResponseFilterSensitiveLog = DisconnectParticipantResponseFilterSensitiveLog;
|
|
161
|
+
const GetAttachmentRequestFilterSensitiveLog = (obj) => ({
|
|
162
|
+
...obj,
|
|
163
|
+
});
|
|
164
|
+
exports.GetAttachmentRequestFilterSensitiveLog = GetAttachmentRequestFilterSensitiveLog;
|
|
165
|
+
const GetAttachmentResponseFilterSensitiveLog = (obj) => ({
|
|
166
|
+
...obj,
|
|
167
|
+
});
|
|
168
|
+
exports.GetAttachmentResponseFilterSensitiveLog = GetAttachmentResponseFilterSensitiveLog;
|
|
169
|
+
const StartPositionFilterSensitiveLog = (obj) => ({
|
|
170
|
+
...obj,
|
|
171
|
+
});
|
|
172
|
+
exports.StartPositionFilterSensitiveLog = StartPositionFilterSensitiveLog;
|
|
173
|
+
const GetTranscriptRequestFilterSensitiveLog = (obj) => ({
|
|
174
|
+
...obj,
|
|
175
|
+
});
|
|
176
|
+
exports.GetTranscriptRequestFilterSensitiveLog = GetTranscriptRequestFilterSensitiveLog;
|
|
177
|
+
const AttachmentItemFilterSensitiveLog = (obj) => ({
|
|
178
|
+
...obj,
|
|
179
|
+
});
|
|
180
|
+
exports.AttachmentItemFilterSensitiveLog = AttachmentItemFilterSensitiveLog;
|
|
181
|
+
const ItemFilterSensitiveLog = (obj) => ({
|
|
182
|
+
...obj,
|
|
183
|
+
});
|
|
184
|
+
exports.ItemFilterSensitiveLog = ItemFilterSensitiveLog;
|
|
185
|
+
const GetTranscriptResponseFilterSensitiveLog = (obj) => ({
|
|
186
|
+
...obj,
|
|
187
|
+
});
|
|
188
|
+
exports.GetTranscriptResponseFilterSensitiveLog = GetTranscriptResponseFilterSensitiveLog;
|
|
189
|
+
const SendEventRequestFilterSensitiveLog = (obj) => ({
|
|
190
|
+
...obj,
|
|
191
|
+
});
|
|
192
|
+
exports.SendEventRequestFilterSensitiveLog = SendEventRequestFilterSensitiveLog;
|
|
193
|
+
const SendEventResponseFilterSensitiveLog = (obj) => ({
|
|
194
|
+
...obj,
|
|
195
|
+
});
|
|
196
|
+
exports.SendEventResponseFilterSensitiveLog = SendEventResponseFilterSensitiveLog;
|
|
197
|
+
const SendMessageRequestFilterSensitiveLog = (obj) => ({
|
|
198
|
+
...obj,
|
|
199
|
+
});
|
|
200
|
+
exports.SendMessageRequestFilterSensitiveLog = SendMessageRequestFilterSensitiveLog;
|
|
201
|
+
const SendMessageResponseFilterSensitiveLog = (obj) => ({
|
|
202
|
+
...obj,
|
|
203
|
+
});
|
|
204
|
+
exports.SendMessageResponseFilterSensitiveLog = SendMessageResponseFilterSensitiveLog;
|
|
205
|
+
const StartAttachmentUploadRequestFilterSensitiveLog = (obj) => ({
|
|
206
|
+
...obj,
|
|
207
|
+
});
|
|
208
|
+
exports.StartAttachmentUploadRequestFilterSensitiveLog = StartAttachmentUploadRequestFilterSensitiveLog;
|
|
209
|
+
const UploadMetadataFilterSensitiveLog = (obj) => ({
|
|
210
|
+
...obj,
|
|
211
|
+
});
|
|
212
|
+
exports.UploadMetadataFilterSensitiveLog = UploadMetadataFilterSensitiveLog;
|
|
213
|
+
const StartAttachmentUploadResponseFilterSensitiveLog = (obj) => ({
|
|
214
|
+
...obj,
|
|
215
|
+
});
|
|
216
|
+
exports.StartAttachmentUploadResponseFilterSensitiveLog = StartAttachmentUploadResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CompleteAttachmentUploadRequestFilterSensitiveLog, CompleteAttachmentUploadResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CompleteAttachmentUploadCommand, serializeAws_restJson1CompleteAttachmentUploadCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CompleteAttachmentUploadCommand = (function (_super) {
|
|
7
7
|
__extends(CompleteAttachmentUploadCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CompleteAttachmentUploadCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CompleteAttachmentUploadRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CompleteAttachmentUploadResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateParticipantConnectionRequestFilterSensitiveLog, CreateParticipantConnectionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateParticipantConnectionCommand, serializeAws_restJson1CreateParticipantConnectionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateParticipantConnectionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateParticipantConnectionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateParticipantConnectionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateParticipantConnectionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateParticipantConnectionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisconnectParticipantRequestFilterSensitiveLog, DisconnectParticipantResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisconnectParticipantCommand, serializeAws_restJson1DisconnectParticipantCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisconnectParticipantCommand = (function (_super) {
|
|
7
7
|
__extends(DisconnectParticipantCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisconnectParticipantCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisconnectParticipantRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisconnectParticipantResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetAttachmentRequestFilterSensitiveLog, GetAttachmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetAttachmentCommand, serializeAws_restJson1GetAttachmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetAttachmentCommand = (function (_super) {
|
|
7
7
|
__extends(GetAttachmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAttachmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAttachmentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAttachmentResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetTranscriptRequestFilterSensitiveLog, GetTranscriptResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetTranscriptCommand, serializeAws_restJson1GetTranscriptCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetTranscriptCommand = (function (_super) {
|
|
7
7
|
__extends(GetTranscriptCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetTranscriptCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetTranscriptRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetTranscriptResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { SendEventRequestFilterSensitiveLog, SendEventResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1SendEventCommand, serializeAws_restJson1SendEventCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var SendEventCommand = (function (_super) {
|
|
7
7
|
__extends(SendEventCommand, _super);
|
|
@@ -20,8 +20,8 @@ var SendEventCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SendEventRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SendEventResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { SendMessageRequestFilterSensitiveLog, SendMessageResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1SendMessageCommand, serializeAws_restJson1SendMessageCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var SendMessageCommand = (function (_super) {
|
|
7
7
|
__extends(SendMessageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var SendMessageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SendMessageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SendMessageResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartAttachmentUploadRequestFilterSensitiveLog, StartAttachmentUploadResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StartAttachmentUploadCommand, serializeAws_restJson1StartAttachmentUploadCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var StartAttachmentUploadCommand = (function (_super) {
|
|
7
7
|
__extends(StartAttachmentUploadCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartAttachmentUploadCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartAttachmentUploadRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartAttachmentUploadResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|