@aws-sdk/client-ivschat 3.297.0 → 3.299.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/CreateChatTokenCommand.js +2 -3
- package/dist-cjs/commands/CreateLoggingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/CreateRoomCommand.js +2 -3
- package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DeleteMessageCommand.js +2 -3
- package/dist-cjs/commands/DeleteRoomCommand.js +2 -3
- package/dist-cjs/commands/DisconnectUserCommand.js +2 -3
- package/dist-cjs/commands/GetLoggingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/GetRoomCommand.js +2 -3
- package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/ListRoomsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/SendEventCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/UpdateRoomCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -190
- package/dist-es/commands/CreateChatTokenCommand.js +2 -3
- package/dist-es/commands/CreateLoggingConfigurationCommand.js +2 -3
- package/dist-es/commands/CreateRoomCommand.js +2 -3
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -3
- package/dist-es/commands/DeleteMessageCommand.js +2 -3
- package/dist-es/commands/DeleteRoomCommand.js +2 -3
- package/dist-es/commands/DisconnectUserCommand.js +2 -3
- package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -3
- package/dist-es/commands/GetRoomCommand.js +2 -3
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -3
- package/dist-es/commands/ListRoomsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/SendEventCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +2 -3
- package/dist-es/commands/UpdateRoomCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -148
- package/dist-types/models/models_0.d.ts +0 -160
- package/dist-types/ts3.4/models/models_0.d.ts +0 -118
- package/package.json +11 -10
|
@@ -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 { DeleteRoomRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteRoomCommand, serializeAws_restJson1DeleteRoomCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteRoomCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteRoomCommand 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 { DisconnectUserRequestFilterSensitiveLog, DisconnectUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DisconnectUserCommand, serializeAws_restJson1DisconnectUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DisconnectUserCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DisconnectUserCommand 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 { GetLoggingConfigurationRequestFilterSensitiveLog, GetLoggingConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetLoggingConfigurationCommand, serializeAws_restJson1GetLoggingConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetLoggingConfigurationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetLoggingConfigurationCommand 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 { GetRoomRequestFilterSensitiveLog, GetRoomResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetRoomCommand, serializeAws_restJson1GetRoomCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetRoomCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetRoomCommand 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 { ListLoggingConfigurationsRequestFilterSensitiveLog, ListLoggingConfigurationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListLoggingConfigurationsCommand, serializeAws_restJson1ListLoggingConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListLoggingConfigurationsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListLoggingConfigurationsCommand 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 { ListRoomsRequestFilterSensitiveLog, ListRoomsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListRoomsCommand, serializeAws_restJson1ListRoomsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListRoomsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListRoomsCommand 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 { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand 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 { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class TagResourceCommand 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 { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UntagResourceCommand 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 { UpdateLoggingConfigurationRequestFilterSensitiveLog, UpdateLoggingConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateLoggingConfigurationCommand, serializeAws_restJson1UpdateLoggingConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateLoggingConfigurationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateLoggingConfigurationCommand 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 { UpdateRoomRequestFilterSensitiveLog, UpdateRoomResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateRoomCommand, serializeAws_restJson1UpdateRoomCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateRoomCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateRoomCommand 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);
|
|
@@ -158,151 +158,3 @@ export var UpdateLoggingConfigurationState;
|
|
|
158
158
|
(function (UpdateLoggingConfigurationState) {
|
|
159
159
|
UpdateLoggingConfigurationState["ACTIVE"] = "ACTIVE";
|
|
160
160
|
})(UpdateLoggingConfigurationState || (UpdateLoggingConfigurationState = {}));
|
|
161
|
-
export const CreateChatTokenRequestFilterSensitiveLog = (obj) => ({
|
|
162
|
-
...obj,
|
|
163
|
-
});
|
|
164
|
-
export const CreateChatTokenResponseFilterSensitiveLog = (obj) => ({
|
|
165
|
-
...obj,
|
|
166
|
-
});
|
|
167
|
-
export const ValidationExceptionFieldFilterSensitiveLog = (obj) => ({
|
|
168
|
-
...obj,
|
|
169
|
-
});
|
|
170
|
-
export const CloudWatchLogsDestinationConfigurationFilterSensitiveLog = (obj) => ({
|
|
171
|
-
...obj,
|
|
172
|
-
});
|
|
173
|
-
export const FirehoseDestinationConfigurationFilterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
|
-
export const S3DestinationConfigurationFilterSensitiveLog = (obj) => ({
|
|
177
|
-
...obj,
|
|
178
|
-
});
|
|
179
|
-
export const DestinationConfigurationFilterSensitiveLog = (obj) => {
|
|
180
|
-
if (obj.s3 !== undefined)
|
|
181
|
-
return { s3: S3DestinationConfigurationFilterSensitiveLog(obj.s3) };
|
|
182
|
-
if (obj.cloudWatchLogs !== undefined)
|
|
183
|
-
return { cloudWatchLogs: CloudWatchLogsDestinationConfigurationFilterSensitiveLog(obj.cloudWatchLogs) };
|
|
184
|
-
if (obj.firehose !== undefined)
|
|
185
|
-
return { firehose: FirehoseDestinationConfigurationFilterSensitiveLog(obj.firehose) };
|
|
186
|
-
if (obj.$unknown !== undefined)
|
|
187
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
188
|
-
};
|
|
189
|
-
export const CreateLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
190
|
-
...obj,
|
|
191
|
-
...(obj.destinationConfiguration && {
|
|
192
|
-
destinationConfiguration: DestinationConfigurationFilterSensitiveLog(obj.destinationConfiguration),
|
|
193
|
-
}),
|
|
194
|
-
});
|
|
195
|
-
export const CreateLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
...(obj.destinationConfiguration && {
|
|
198
|
-
destinationConfiguration: DestinationConfigurationFilterSensitiveLog(obj.destinationConfiguration),
|
|
199
|
-
}),
|
|
200
|
-
});
|
|
201
|
-
export const MessageReviewHandlerFilterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
|
-
export const CreateRoomRequestFilterSensitiveLog = (obj) => ({
|
|
205
|
-
...obj,
|
|
206
|
-
});
|
|
207
|
-
export const CreateRoomResponseFilterSensitiveLog = (obj) => ({
|
|
208
|
-
...obj,
|
|
209
|
-
});
|
|
210
|
-
export const DeleteLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
211
|
-
...obj,
|
|
212
|
-
});
|
|
213
|
-
export const DeleteMessageRequestFilterSensitiveLog = (obj) => ({
|
|
214
|
-
...obj,
|
|
215
|
-
});
|
|
216
|
-
export const DeleteMessageResponseFilterSensitiveLog = (obj) => ({
|
|
217
|
-
...obj,
|
|
218
|
-
});
|
|
219
|
-
export const DeleteRoomRequestFilterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
});
|
|
222
|
-
export const DisconnectUserRequestFilterSensitiveLog = (obj) => ({
|
|
223
|
-
...obj,
|
|
224
|
-
});
|
|
225
|
-
export const DisconnectUserResponseFilterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
});
|
|
228
|
-
export const GetLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
229
|
-
...obj,
|
|
230
|
-
});
|
|
231
|
-
export const GetLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
232
|
-
...obj,
|
|
233
|
-
...(obj.destinationConfiguration && {
|
|
234
|
-
destinationConfiguration: DestinationConfigurationFilterSensitiveLog(obj.destinationConfiguration),
|
|
235
|
-
}),
|
|
236
|
-
});
|
|
237
|
-
export const GetRoomRequestFilterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
export const GetRoomResponseFilterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
});
|
|
243
|
-
export const ListLoggingConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
244
|
-
...obj,
|
|
245
|
-
});
|
|
246
|
-
export const LoggingConfigurationSummaryFilterSensitiveLog = (obj) => ({
|
|
247
|
-
...obj,
|
|
248
|
-
...(obj.destinationConfiguration && {
|
|
249
|
-
destinationConfiguration: DestinationConfigurationFilterSensitiveLog(obj.destinationConfiguration),
|
|
250
|
-
}),
|
|
251
|
-
});
|
|
252
|
-
export const ListLoggingConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
...(obj.loggingConfigurations && {
|
|
255
|
-
loggingConfigurations: obj.loggingConfigurations.map((item) => LoggingConfigurationSummaryFilterSensitiveLog(item)),
|
|
256
|
-
}),
|
|
257
|
-
});
|
|
258
|
-
export const ListRoomsRequestFilterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
export const RoomSummaryFilterSensitiveLog = (obj) => ({
|
|
262
|
-
...obj,
|
|
263
|
-
});
|
|
264
|
-
export const ListRoomsResponseFilterSensitiveLog = (obj) => ({
|
|
265
|
-
...obj,
|
|
266
|
-
});
|
|
267
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
});
|
|
270
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
271
|
-
...obj,
|
|
272
|
-
});
|
|
273
|
-
export const SendEventRequestFilterSensitiveLog = (obj) => ({
|
|
274
|
-
...obj,
|
|
275
|
-
});
|
|
276
|
-
export const SendEventResponseFilterSensitiveLog = (obj) => ({
|
|
277
|
-
...obj,
|
|
278
|
-
});
|
|
279
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
280
|
-
...obj,
|
|
281
|
-
});
|
|
282
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
});
|
|
285
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
});
|
|
288
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
289
|
-
...obj,
|
|
290
|
-
});
|
|
291
|
-
export const UpdateLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
292
|
-
...obj,
|
|
293
|
-
...(obj.destinationConfiguration && {
|
|
294
|
-
destinationConfiguration: DestinationConfigurationFilterSensitiveLog(obj.destinationConfiguration),
|
|
295
|
-
}),
|
|
296
|
-
});
|
|
297
|
-
export const UpdateLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
...(obj.destinationConfiguration && {
|
|
300
|
-
destinationConfiguration: DestinationConfigurationFilterSensitiveLog(obj.destinationConfiguration),
|
|
301
|
-
}),
|
|
302
|
-
});
|
|
303
|
-
export const UpdateRoomRequestFilterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
});
|
|
306
|
-
export const UpdateRoomResponseFilterSensitiveLog = (obj) => ({
|
|
307
|
-
...obj,
|
|
308
|
-
});
|
|
@@ -1116,163 +1116,3 @@ export interface UpdateRoomResponse {
|
|
|
1116
1116
|
*/
|
|
1117
1117
|
loggingConfigurationIdentifiers?: string[];
|
|
1118
1118
|
}
|
|
1119
|
-
/**
|
|
1120
|
-
* @internal
|
|
1121
|
-
*/
|
|
1122
|
-
export declare const CreateChatTokenRequestFilterSensitiveLog: (obj: CreateChatTokenRequest) => any;
|
|
1123
|
-
/**
|
|
1124
|
-
* @internal
|
|
1125
|
-
*/
|
|
1126
|
-
export declare const CreateChatTokenResponseFilterSensitiveLog: (obj: CreateChatTokenResponse) => any;
|
|
1127
|
-
/**
|
|
1128
|
-
* @internal
|
|
1129
|
-
*/
|
|
1130
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
1131
|
-
/**
|
|
1132
|
-
* @internal
|
|
1133
|
-
*/
|
|
1134
|
-
export declare const CloudWatchLogsDestinationConfigurationFilterSensitiveLog: (obj: CloudWatchLogsDestinationConfiguration) => any;
|
|
1135
|
-
/**
|
|
1136
|
-
* @internal
|
|
1137
|
-
*/
|
|
1138
|
-
export declare const FirehoseDestinationConfigurationFilterSensitiveLog: (obj: FirehoseDestinationConfiguration) => any;
|
|
1139
|
-
/**
|
|
1140
|
-
* @internal
|
|
1141
|
-
*/
|
|
1142
|
-
export declare const S3DestinationConfigurationFilterSensitiveLog: (obj: S3DestinationConfiguration) => any;
|
|
1143
|
-
/**
|
|
1144
|
-
* @internal
|
|
1145
|
-
*/
|
|
1146
|
-
export declare const DestinationConfigurationFilterSensitiveLog: (obj: DestinationConfiguration) => any;
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
export declare const CreateLoggingConfigurationRequestFilterSensitiveLog: (obj: CreateLoggingConfigurationRequest) => any;
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
*/
|
|
1154
|
-
export declare const CreateLoggingConfigurationResponseFilterSensitiveLog: (obj: CreateLoggingConfigurationResponse) => any;
|
|
1155
|
-
/**
|
|
1156
|
-
* @internal
|
|
1157
|
-
*/
|
|
1158
|
-
export declare const MessageReviewHandlerFilterSensitiveLog: (obj: MessageReviewHandler) => any;
|
|
1159
|
-
/**
|
|
1160
|
-
* @internal
|
|
1161
|
-
*/
|
|
1162
|
-
export declare const CreateRoomRequestFilterSensitiveLog: (obj: CreateRoomRequest) => any;
|
|
1163
|
-
/**
|
|
1164
|
-
* @internal
|
|
1165
|
-
*/
|
|
1166
|
-
export declare const CreateRoomResponseFilterSensitiveLog: (obj: CreateRoomResponse) => any;
|
|
1167
|
-
/**
|
|
1168
|
-
* @internal
|
|
1169
|
-
*/
|
|
1170
|
-
export declare const DeleteLoggingConfigurationRequestFilterSensitiveLog: (obj: DeleteLoggingConfigurationRequest) => any;
|
|
1171
|
-
/**
|
|
1172
|
-
* @internal
|
|
1173
|
-
*/
|
|
1174
|
-
export declare const DeleteMessageRequestFilterSensitiveLog: (obj: DeleteMessageRequest) => any;
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
export declare const DeleteMessageResponseFilterSensitiveLog: (obj: DeleteMessageResponse) => any;
|
|
1179
|
-
/**
|
|
1180
|
-
* @internal
|
|
1181
|
-
*/
|
|
1182
|
-
export declare const DeleteRoomRequestFilterSensitiveLog: (obj: DeleteRoomRequest) => any;
|
|
1183
|
-
/**
|
|
1184
|
-
* @internal
|
|
1185
|
-
*/
|
|
1186
|
-
export declare const DisconnectUserRequestFilterSensitiveLog: (obj: DisconnectUserRequest) => any;
|
|
1187
|
-
/**
|
|
1188
|
-
* @internal
|
|
1189
|
-
*/
|
|
1190
|
-
export declare const DisconnectUserResponseFilterSensitiveLog: (obj: DisconnectUserResponse) => any;
|
|
1191
|
-
/**
|
|
1192
|
-
* @internal
|
|
1193
|
-
*/
|
|
1194
|
-
export declare const GetLoggingConfigurationRequestFilterSensitiveLog: (obj: GetLoggingConfigurationRequest) => any;
|
|
1195
|
-
/**
|
|
1196
|
-
* @internal
|
|
1197
|
-
*/
|
|
1198
|
-
export declare const GetLoggingConfigurationResponseFilterSensitiveLog: (obj: GetLoggingConfigurationResponse) => any;
|
|
1199
|
-
/**
|
|
1200
|
-
* @internal
|
|
1201
|
-
*/
|
|
1202
|
-
export declare const GetRoomRequestFilterSensitiveLog: (obj: GetRoomRequest) => any;
|
|
1203
|
-
/**
|
|
1204
|
-
* @internal
|
|
1205
|
-
*/
|
|
1206
|
-
export declare const GetRoomResponseFilterSensitiveLog: (obj: GetRoomResponse) => any;
|
|
1207
|
-
/**
|
|
1208
|
-
* @internal
|
|
1209
|
-
*/
|
|
1210
|
-
export declare const ListLoggingConfigurationsRequestFilterSensitiveLog: (obj: ListLoggingConfigurationsRequest) => any;
|
|
1211
|
-
/**
|
|
1212
|
-
* @internal
|
|
1213
|
-
*/
|
|
1214
|
-
export declare const LoggingConfigurationSummaryFilterSensitiveLog: (obj: LoggingConfigurationSummary) => any;
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
|
-
export declare const ListLoggingConfigurationsResponseFilterSensitiveLog: (obj: ListLoggingConfigurationsResponse) => any;
|
|
1219
|
-
/**
|
|
1220
|
-
* @internal
|
|
1221
|
-
*/
|
|
1222
|
-
export declare const ListRoomsRequestFilterSensitiveLog: (obj: ListRoomsRequest) => any;
|
|
1223
|
-
/**
|
|
1224
|
-
* @internal
|
|
1225
|
-
*/
|
|
1226
|
-
export declare const RoomSummaryFilterSensitiveLog: (obj: RoomSummary) => any;
|
|
1227
|
-
/**
|
|
1228
|
-
* @internal
|
|
1229
|
-
*/
|
|
1230
|
-
export declare const ListRoomsResponseFilterSensitiveLog: (obj: ListRoomsResponse) => any;
|
|
1231
|
-
/**
|
|
1232
|
-
* @internal
|
|
1233
|
-
*/
|
|
1234
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1235
|
-
/**
|
|
1236
|
-
* @internal
|
|
1237
|
-
*/
|
|
1238
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1239
|
-
/**
|
|
1240
|
-
* @internal
|
|
1241
|
-
*/
|
|
1242
|
-
export declare const SendEventRequestFilterSensitiveLog: (obj: SendEventRequest) => any;
|
|
1243
|
-
/**
|
|
1244
|
-
* @internal
|
|
1245
|
-
*/
|
|
1246
|
-
export declare const SendEventResponseFilterSensitiveLog: (obj: SendEventResponse) => any;
|
|
1247
|
-
/**
|
|
1248
|
-
* @internal
|
|
1249
|
-
*/
|
|
1250
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1251
|
-
/**
|
|
1252
|
-
* @internal
|
|
1253
|
-
*/
|
|
1254
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1255
|
-
/**
|
|
1256
|
-
* @internal
|
|
1257
|
-
*/
|
|
1258
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1259
|
-
/**
|
|
1260
|
-
* @internal
|
|
1261
|
-
*/
|
|
1262
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1263
|
-
/**
|
|
1264
|
-
* @internal
|
|
1265
|
-
*/
|
|
1266
|
-
export declare const UpdateLoggingConfigurationRequestFilterSensitiveLog: (obj: UpdateLoggingConfigurationRequest) => any;
|
|
1267
|
-
/**
|
|
1268
|
-
* @internal
|
|
1269
|
-
*/
|
|
1270
|
-
export declare const UpdateLoggingConfigurationResponseFilterSensitiveLog: (obj: UpdateLoggingConfigurationResponse) => any;
|
|
1271
|
-
/**
|
|
1272
|
-
* @internal
|
|
1273
|
-
*/
|
|
1274
|
-
export declare const UpdateRoomRequestFilterSensitiveLog: (obj: UpdateRoomRequest) => any;
|
|
1275
|
-
/**
|
|
1276
|
-
* @internal
|
|
1277
|
-
*/
|
|
1278
|
-
export declare const UpdateRoomResponseFilterSensitiveLog: (obj: UpdateRoomResponse) => any;
|
|
@@ -346,121 +346,3 @@ export interface UpdateRoomResponse {
|
|
|
346
346
|
tags?: Record<string, string>;
|
|
347
347
|
loggingConfigurationIdentifiers?: string[];
|
|
348
348
|
}
|
|
349
|
-
export declare const CreateChatTokenRequestFilterSensitiveLog: (
|
|
350
|
-
obj: CreateChatTokenRequest
|
|
351
|
-
) => any;
|
|
352
|
-
export declare const CreateChatTokenResponseFilterSensitiveLog: (
|
|
353
|
-
obj: CreateChatTokenResponse
|
|
354
|
-
) => any;
|
|
355
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
356
|
-
obj: ValidationExceptionField
|
|
357
|
-
) => any;
|
|
358
|
-
export declare const CloudWatchLogsDestinationConfigurationFilterSensitiveLog: (
|
|
359
|
-
obj: CloudWatchLogsDestinationConfiguration
|
|
360
|
-
) => any;
|
|
361
|
-
export declare const FirehoseDestinationConfigurationFilterSensitiveLog: (
|
|
362
|
-
obj: FirehoseDestinationConfiguration
|
|
363
|
-
) => any;
|
|
364
|
-
export declare const S3DestinationConfigurationFilterSensitiveLog: (
|
|
365
|
-
obj: S3DestinationConfiguration
|
|
366
|
-
) => any;
|
|
367
|
-
export declare const DestinationConfigurationFilterSensitiveLog: (
|
|
368
|
-
obj: DestinationConfiguration
|
|
369
|
-
) => any;
|
|
370
|
-
export declare const CreateLoggingConfigurationRequestFilterSensitiveLog: (
|
|
371
|
-
obj: CreateLoggingConfigurationRequest
|
|
372
|
-
) => any;
|
|
373
|
-
export declare const CreateLoggingConfigurationResponseFilterSensitiveLog: (
|
|
374
|
-
obj: CreateLoggingConfigurationResponse
|
|
375
|
-
) => any;
|
|
376
|
-
export declare const MessageReviewHandlerFilterSensitiveLog: (
|
|
377
|
-
obj: MessageReviewHandler
|
|
378
|
-
) => any;
|
|
379
|
-
export declare const CreateRoomRequestFilterSensitiveLog: (
|
|
380
|
-
obj: CreateRoomRequest
|
|
381
|
-
) => any;
|
|
382
|
-
export declare const CreateRoomResponseFilterSensitiveLog: (
|
|
383
|
-
obj: CreateRoomResponse
|
|
384
|
-
) => any;
|
|
385
|
-
export declare const DeleteLoggingConfigurationRequestFilterSensitiveLog: (
|
|
386
|
-
obj: DeleteLoggingConfigurationRequest
|
|
387
|
-
) => any;
|
|
388
|
-
export declare const DeleteMessageRequestFilterSensitiveLog: (
|
|
389
|
-
obj: DeleteMessageRequest
|
|
390
|
-
) => any;
|
|
391
|
-
export declare const DeleteMessageResponseFilterSensitiveLog: (
|
|
392
|
-
obj: DeleteMessageResponse
|
|
393
|
-
) => any;
|
|
394
|
-
export declare const DeleteRoomRequestFilterSensitiveLog: (
|
|
395
|
-
obj: DeleteRoomRequest
|
|
396
|
-
) => any;
|
|
397
|
-
export declare const DisconnectUserRequestFilterSensitiveLog: (
|
|
398
|
-
obj: DisconnectUserRequest
|
|
399
|
-
) => any;
|
|
400
|
-
export declare const DisconnectUserResponseFilterSensitiveLog: (
|
|
401
|
-
obj: DisconnectUserResponse
|
|
402
|
-
) => any;
|
|
403
|
-
export declare const GetLoggingConfigurationRequestFilterSensitiveLog: (
|
|
404
|
-
obj: GetLoggingConfigurationRequest
|
|
405
|
-
) => any;
|
|
406
|
-
export declare const GetLoggingConfigurationResponseFilterSensitiveLog: (
|
|
407
|
-
obj: GetLoggingConfigurationResponse
|
|
408
|
-
) => any;
|
|
409
|
-
export declare const GetRoomRequestFilterSensitiveLog: (
|
|
410
|
-
obj: GetRoomRequest
|
|
411
|
-
) => any;
|
|
412
|
-
export declare const GetRoomResponseFilterSensitiveLog: (
|
|
413
|
-
obj: GetRoomResponse
|
|
414
|
-
) => any;
|
|
415
|
-
export declare const ListLoggingConfigurationsRequestFilterSensitiveLog: (
|
|
416
|
-
obj: ListLoggingConfigurationsRequest
|
|
417
|
-
) => any;
|
|
418
|
-
export declare const LoggingConfigurationSummaryFilterSensitiveLog: (
|
|
419
|
-
obj: LoggingConfigurationSummary
|
|
420
|
-
) => any;
|
|
421
|
-
export declare const ListLoggingConfigurationsResponseFilterSensitiveLog: (
|
|
422
|
-
obj: ListLoggingConfigurationsResponse
|
|
423
|
-
) => any;
|
|
424
|
-
export declare const ListRoomsRequestFilterSensitiveLog: (
|
|
425
|
-
obj: ListRoomsRequest
|
|
426
|
-
) => any;
|
|
427
|
-
export declare const RoomSummaryFilterSensitiveLog: (obj: RoomSummary) => any;
|
|
428
|
-
export declare const ListRoomsResponseFilterSensitiveLog: (
|
|
429
|
-
obj: ListRoomsResponse
|
|
430
|
-
) => any;
|
|
431
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
432
|
-
obj: ListTagsForResourceRequest
|
|
433
|
-
) => any;
|
|
434
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
435
|
-
obj: ListTagsForResourceResponse
|
|
436
|
-
) => any;
|
|
437
|
-
export declare const SendEventRequestFilterSensitiveLog: (
|
|
438
|
-
obj: SendEventRequest
|
|
439
|
-
) => any;
|
|
440
|
-
export declare const SendEventResponseFilterSensitiveLog: (
|
|
441
|
-
obj: SendEventResponse
|
|
442
|
-
) => any;
|
|
443
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
444
|
-
obj: TagResourceRequest
|
|
445
|
-
) => any;
|
|
446
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
447
|
-
obj: TagResourceResponse
|
|
448
|
-
) => any;
|
|
449
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
450
|
-
obj: UntagResourceRequest
|
|
451
|
-
) => any;
|
|
452
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
453
|
-
obj: UntagResourceResponse
|
|
454
|
-
) => any;
|
|
455
|
-
export declare const UpdateLoggingConfigurationRequestFilterSensitiveLog: (
|
|
456
|
-
obj: UpdateLoggingConfigurationRequest
|
|
457
|
-
) => any;
|
|
458
|
-
export declare const UpdateLoggingConfigurationResponseFilterSensitiveLog: (
|
|
459
|
-
obj: UpdateLoggingConfigurationResponse
|
|
460
|
-
) => any;
|
|
461
|
-
export declare const UpdateRoomRequestFilterSensitiveLog: (
|
|
462
|
-
obj: UpdateRoomRequest
|
|
463
|
-
) => any;
|
|
464
|
-
export declare const UpdateRoomResponseFilterSensitiveLog: (
|
|
465
|
-
obj: UpdateRoomResponse
|
|
466
|
-
) => any;
|