@aws-sdk/client-chime-sdk-media-pipelines 3.131.0 → 3.137.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 +11 -0
- package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +2 -2
- package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +1 -1
- package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +2 -2
- package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +117 -163
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +3 -3
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +2 -2
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +3 -3
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/models/models_0.js +35 -104
- package/dist-types/models/models_0.d.ts +92 -138
- package/dist-types/ts3.4/models/models_0.d.ts +46 -92
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **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))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-chime-sdk-media-pipelines
|
|
@@ -20,8 +20,8 @@ class CreateMediaCapturePipelineCommand 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.CreateMediaCapturePipelineRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateMediaCapturePipelineResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,7 +20,7 @@ class DeleteMediaCapturePipelineCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteMediaCapturePipelineRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,8 +20,8 @@ class GetMediaCapturePipelineCommand 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.GetMediaCapturePipelineRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetMediaCapturePipelineResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListMediaCapturePipelinesCommand 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.ListMediaCapturePipelinesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListMediaCapturePipelinesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListTagsForResourceCommand 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.ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class TagResourceCommand 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.TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class UntagResourceCommand 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.UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UntagResourceResponseFilterSensitiveLog,
|
|
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.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListMediaCapturePipelinesResponseFilterSensitiveLog = exports.MediaCapturePipelineSummaryFilterSensitiveLog = exports.ListMediaCapturePipelinesRequestFilterSensitiveLog = exports.GetMediaCapturePipelineResponseFilterSensitiveLog = exports.GetMediaCapturePipelineRequestFilterSensitiveLog = exports.DeleteMediaCapturePipelineRequestFilterSensitiveLog = exports.CreateMediaCapturePipelineResponseFilterSensitiveLog = exports.MediaCapturePipelineFilterSensitiveLog = exports.CreateMediaCapturePipelineRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.ChimeSdkMeetingConfigurationFilterSensitiveLog = exports.SourceConfigurationFilterSensitiveLog = exports.SelectedVideoStreamsFilterSensitiveLog = exports.ArtifactsConfigurationFilterSensitiveLog = exports.VideoArtifactsConfigurationFilterSensitiveLog = exports.ContentArtifactsConfigurationFilterSensitiveLog = exports.AudioArtifactsConfigurationFilterSensitiveLog = exports.NotFoundException = exports.UnauthorizedClientException = exports.ThrottledClientException = exports.ServiceUnavailableException = exports.ServiceFailureException = exports.ResourceLimitExceededException = exports.ForbiddenException = exports.MediaPipelineStatus = exports.MediaPipelineSourceType = exports.MediaPipelineSinkType = exports.BadRequestException = exports.ErrorCode = exports.VideoMuxType = exports.ArtifactsState = exports.ContentMuxType = exports.AudioMuxType = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const ChimeSDKMediaPipelinesServiceException_1 = require("./ChimeSDKMediaPipelinesServiceException");
|
|
6
6
|
var AudioMuxType;
|
|
@@ -8,12 +8,6 @@ var AudioMuxType;
|
|
|
8
8
|
AudioMuxType["AudioOnly"] = "AudioOnly";
|
|
9
9
|
AudioMuxType["AudioWithActiveSpeakerVideo"] = "AudioWithActiveSpeakerVideo";
|
|
10
10
|
})(AudioMuxType = exports.AudioMuxType || (exports.AudioMuxType = {}));
|
|
11
|
-
var AudioArtifactsConfiguration;
|
|
12
|
-
(function (AudioArtifactsConfiguration) {
|
|
13
|
-
AudioArtifactsConfiguration.filterSensitiveLog = (obj) => ({
|
|
14
|
-
...obj,
|
|
15
|
-
});
|
|
16
|
-
})(AudioArtifactsConfiguration = exports.AudioArtifactsConfiguration || (exports.AudioArtifactsConfiguration = {}));
|
|
17
11
|
var ContentMuxType;
|
|
18
12
|
(function (ContentMuxType) {
|
|
19
13
|
ContentMuxType["ContentOnly"] = "ContentOnly";
|
|
@@ -23,28 +17,10 @@ var ArtifactsState;
|
|
|
23
17
|
ArtifactsState["Disabled"] = "Disabled";
|
|
24
18
|
ArtifactsState["Enabled"] = "Enabled";
|
|
25
19
|
})(ArtifactsState = exports.ArtifactsState || (exports.ArtifactsState = {}));
|
|
26
|
-
var ContentArtifactsConfiguration;
|
|
27
|
-
(function (ContentArtifactsConfiguration) {
|
|
28
|
-
ContentArtifactsConfiguration.filterSensitiveLog = (obj) => ({
|
|
29
|
-
...obj,
|
|
30
|
-
});
|
|
31
|
-
})(ContentArtifactsConfiguration = exports.ContentArtifactsConfiguration || (exports.ContentArtifactsConfiguration = {}));
|
|
32
20
|
var VideoMuxType;
|
|
33
21
|
(function (VideoMuxType) {
|
|
34
22
|
VideoMuxType["VideoOnly"] = "VideoOnly";
|
|
35
23
|
})(VideoMuxType = exports.VideoMuxType || (exports.VideoMuxType = {}));
|
|
36
|
-
var VideoArtifactsConfiguration;
|
|
37
|
-
(function (VideoArtifactsConfiguration) {
|
|
38
|
-
VideoArtifactsConfiguration.filterSensitiveLog = (obj) => ({
|
|
39
|
-
...obj,
|
|
40
|
-
});
|
|
41
|
-
})(VideoArtifactsConfiguration = exports.VideoArtifactsConfiguration || (exports.VideoArtifactsConfiguration = {}));
|
|
42
|
-
var ArtifactsConfiguration;
|
|
43
|
-
(function (ArtifactsConfiguration) {
|
|
44
|
-
ArtifactsConfiguration.filterSensitiveLog = (obj) => ({
|
|
45
|
-
...obj,
|
|
46
|
-
});
|
|
47
|
-
})(ArtifactsConfiguration = exports.ArtifactsConfiguration || (exports.ArtifactsConfiguration = {}));
|
|
48
24
|
var ErrorCode;
|
|
49
25
|
(function (ErrorCode) {
|
|
50
26
|
ErrorCode["BadRequest"] = "BadRequest";
|
|
@@ -71,31 +47,6 @@ class BadRequestException extends ChimeSDKMediaPipelinesServiceException_1.Chime
|
|
|
71
47
|
}
|
|
72
48
|
}
|
|
73
49
|
exports.BadRequestException = BadRequestException;
|
|
74
|
-
var SelectedVideoStreams;
|
|
75
|
-
(function (SelectedVideoStreams) {
|
|
76
|
-
SelectedVideoStreams.filterSensitiveLog = (obj) => ({
|
|
77
|
-
...obj,
|
|
78
|
-
...(obj.ExternalUserIds && { ExternalUserIds: smithy_client_1.SENSITIVE_STRING }),
|
|
79
|
-
});
|
|
80
|
-
})(SelectedVideoStreams = exports.SelectedVideoStreams || (exports.SelectedVideoStreams = {}));
|
|
81
|
-
var SourceConfiguration;
|
|
82
|
-
(function (SourceConfiguration) {
|
|
83
|
-
SourceConfiguration.filterSensitiveLog = (obj) => ({
|
|
84
|
-
...obj,
|
|
85
|
-
...(obj.SelectedVideoStreams && {
|
|
86
|
-
SelectedVideoStreams: SelectedVideoStreams.filterSensitiveLog(obj.SelectedVideoStreams),
|
|
87
|
-
}),
|
|
88
|
-
});
|
|
89
|
-
})(SourceConfiguration = exports.SourceConfiguration || (exports.SourceConfiguration = {}));
|
|
90
|
-
var ChimeSdkMeetingConfiguration;
|
|
91
|
-
(function (ChimeSdkMeetingConfiguration) {
|
|
92
|
-
ChimeSdkMeetingConfiguration.filterSensitiveLog = (obj) => ({
|
|
93
|
-
...obj,
|
|
94
|
-
...(obj.SourceConfiguration && {
|
|
95
|
-
SourceConfiguration: SourceConfiguration.filterSensitiveLog(obj.SourceConfiguration),
|
|
96
|
-
}),
|
|
97
|
-
});
|
|
98
|
-
})(ChimeSdkMeetingConfiguration = exports.ChimeSdkMeetingConfiguration || (exports.ChimeSdkMeetingConfiguration = {}));
|
|
99
50
|
var MediaPipelineSinkType;
|
|
100
51
|
(function (MediaPipelineSinkType) {
|
|
101
52
|
MediaPipelineSinkType["S3Bucket"] = "S3Bucket";
|
|
@@ -104,24 +55,6 @@ var MediaPipelineSourceType;
|
|
|
104
55
|
(function (MediaPipelineSourceType) {
|
|
105
56
|
MediaPipelineSourceType["ChimeSdkMeeting"] = "ChimeSdkMeeting";
|
|
106
57
|
})(MediaPipelineSourceType = exports.MediaPipelineSourceType || (exports.MediaPipelineSourceType = {}));
|
|
107
|
-
var Tag;
|
|
108
|
-
(function (Tag) {
|
|
109
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
110
|
-
...obj,
|
|
111
|
-
});
|
|
112
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
113
|
-
var CreateMediaCapturePipelineRequest;
|
|
114
|
-
(function (CreateMediaCapturePipelineRequest) {
|
|
115
|
-
CreateMediaCapturePipelineRequest.filterSensitiveLog = (obj) => ({
|
|
116
|
-
...obj,
|
|
117
|
-
...(obj.SourceArn && { SourceArn: smithy_client_1.SENSITIVE_STRING }),
|
|
118
|
-
...(obj.SinkArn && { SinkArn: smithy_client_1.SENSITIVE_STRING }),
|
|
119
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithy_client_1.SENSITIVE_STRING }),
|
|
120
|
-
...(obj.ChimeSdkMeetingConfiguration && {
|
|
121
|
-
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfiguration.filterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
122
|
-
}),
|
|
123
|
-
});
|
|
124
|
-
})(CreateMediaCapturePipelineRequest = exports.CreateMediaCapturePipelineRequest || (exports.CreateMediaCapturePipelineRequest = {}));
|
|
125
58
|
var MediaPipelineStatus;
|
|
126
59
|
(function (MediaPipelineStatus) {
|
|
127
60
|
MediaPipelineStatus["Failed"] = "Failed";
|
|
@@ -130,26 +63,6 @@ var MediaPipelineStatus;
|
|
|
130
63
|
MediaPipelineStatus["Stopped"] = "Stopped";
|
|
131
64
|
MediaPipelineStatus["Stopping"] = "Stopping";
|
|
132
65
|
})(MediaPipelineStatus = exports.MediaPipelineStatus || (exports.MediaPipelineStatus = {}));
|
|
133
|
-
var MediaCapturePipeline;
|
|
134
|
-
(function (MediaCapturePipeline) {
|
|
135
|
-
MediaCapturePipeline.filterSensitiveLog = (obj) => ({
|
|
136
|
-
...obj,
|
|
137
|
-
...(obj.SourceArn && { SourceArn: smithy_client_1.SENSITIVE_STRING }),
|
|
138
|
-
...(obj.SinkArn && { SinkArn: smithy_client_1.SENSITIVE_STRING }),
|
|
139
|
-
...(obj.ChimeSdkMeetingConfiguration && {
|
|
140
|
-
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfiguration.filterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
141
|
-
}),
|
|
142
|
-
});
|
|
143
|
-
})(MediaCapturePipeline = exports.MediaCapturePipeline || (exports.MediaCapturePipeline = {}));
|
|
144
|
-
var CreateMediaCapturePipelineResponse;
|
|
145
|
-
(function (CreateMediaCapturePipelineResponse) {
|
|
146
|
-
CreateMediaCapturePipelineResponse.filterSensitiveLog = (obj) => ({
|
|
147
|
-
...obj,
|
|
148
|
-
...(obj.MediaCapturePipeline && {
|
|
149
|
-
MediaCapturePipeline: MediaCapturePipeline.filterSensitiveLog(obj.MediaCapturePipeline),
|
|
150
|
-
}),
|
|
151
|
-
});
|
|
152
|
-
})(CreateMediaCapturePipelineResponse = exports.CreateMediaCapturePipelineResponse || (exports.CreateMediaCapturePipelineResponse = {}));
|
|
153
66
|
class ForbiddenException extends ChimeSDKMediaPipelinesServiceException_1.ChimeSDKMediaPipelinesServiceException {
|
|
154
67
|
constructor(opts) {
|
|
155
68
|
super({
|
|
@@ -246,12 +159,6 @@ class UnauthorizedClientException extends ChimeSDKMediaPipelinesServiceException
|
|
|
246
159
|
}
|
|
247
160
|
}
|
|
248
161
|
exports.UnauthorizedClientException = UnauthorizedClientException;
|
|
249
|
-
var DeleteMediaCapturePipelineRequest;
|
|
250
|
-
(function (DeleteMediaCapturePipelineRequest) {
|
|
251
|
-
DeleteMediaCapturePipelineRequest.filterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
});
|
|
254
|
-
})(DeleteMediaCapturePipelineRequest = exports.DeleteMediaCapturePipelineRequest || (exports.DeleteMediaCapturePipelineRequest = {}));
|
|
255
162
|
class NotFoundException extends ChimeSDKMediaPipelinesServiceException_1.ChimeSDKMediaPipelinesServiceException {
|
|
256
163
|
constructor(opts) {
|
|
257
164
|
super({
|
|
@@ -268,72 +175,119 @@ class NotFoundException extends ChimeSDKMediaPipelinesServiceException_1.ChimeSD
|
|
|
268
175
|
}
|
|
269
176
|
}
|
|
270
177
|
exports.NotFoundException = NotFoundException;
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
})
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
})
|
|
297
|
-
})
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
})
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
})
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
(
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
})
|
|
327
|
-
})
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
})
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
178
|
+
const AudioArtifactsConfigurationFilterSensitiveLog = (obj) => ({
|
|
179
|
+
...obj,
|
|
180
|
+
});
|
|
181
|
+
exports.AudioArtifactsConfigurationFilterSensitiveLog = AudioArtifactsConfigurationFilterSensitiveLog;
|
|
182
|
+
const ContentArtifactsConfigurationFilterSensitiveLog = (obj) => ({
|
|
183
|
+
...obj,
|
|
184
|
+
});
|
|
185
|
+
exports.ContentArtifactsConfigurationFilterSensitiveLog = ContentArtifactsConfigurationFilterSensitiveLog;
|
|
186
|
+
const VideoArtifactsConfigurationFilterSensitiveLog = (obj) => ({
|
|
187
|
+
...obj,
|
|
188
|
+
});
|
|
189
|
+
exports.VideoArtifactsConfigurationFilterSensitiveLog = VideoArtifactsConfigurationFilterSensitiveLog;
|
|
190
|
+
const ArtifactsConfigurationFilterSensitiveLog = (obj) => ({
|
|
191
|
+
...obj,
|
|
192
|
+
});
|
|
193
|
+
exports.ArtifactsConfigurationFilterSensitiveLog = ArtifactsConfigurationFilterSensitiveLog;
|
|
194
|
+
const SelectedVideoStreamsFilterSensitiveLog = (obj) => ({
|
|
195
|
+
...obj,
|
|
196
|
+
...(obj.ExternalUserIds && { ExternalUserIds: smithy_client_1.SENSITIVE_STRING }),
|
|
197
|
+
});
|
|
198
|
+
exports.SelectedVideoStreamsFilterSensitiveLog = SelectedVideoStreamsFilterSensitiveLog;
|
|
199
|
+
const SourceConfigurationFilterSensitiveLog = (obj) => ({
|
|
200
|
+
...obj,
|
|
201
|
+
...(obj.SelectedVideoStreams && {
|
|
202
|
+
SelectedVideoStreams: (0, exports.SelectedVideoStreamsFilterSensitiveLog)(obj.SelectedVideoStreams),
|
|
203
|
+
}),
|
|
204
|
+
});
|
|
205
|
+
exports.SourceConfigurationFilterSensitiveLog = SourceConfigurationFilterSensitiveLog;
|
|
206
|
+
const ChimeSdkMeetingConfigurationFilterSensitiveLog = (obj) => ({
|
|
207
|
+
...obj,
|
|
208
|
+
...(obj.SourceConfiguration && {
|
|
209
|
+
SourceConfiguration: (0, exports.SourceConfigurationFilterSensitiveLog)(obj.SourceConfiguration),
|
|
210
|
+
}),
|
|
211
|
+
});
|
|
212
|
+
exports.ChimeSdkMeetingConfigurationFilterSensitiveLog = ChimeSdkMeetingConfigurationFilterSensitiveLog;
|
|
213
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
214
|
+
...obj,
|
|
215
|
+
});
|
|
216
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
217
|
+
const CreateMediaCapturePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
218
|
+
...obj,
|
|
219
|
+
...(obj.SourceArn && { SourceArn: smithy_client_1.SENSITIVE_STRING }),
|
|
220
|
+
...(obj.SinkArn && { SinkArn: smithy_client_1.SENSITIVE_STRING }),
|
|
221
|
+
...(obj.ClientRequestToken && { ClientRequestToken: smithy_client_1.SENSITIVE_STRING }),
|
|
222
|
+
...(obj.ChimeSdkMeetingConfiguration && {
|
|
223
|
+
ChimeSdkMeetingConfiguration: (0, exports.ChimeSdkMeetingConfigurationFilterSensitiveLog)(obj.ChimeSdkMeetingConfiguration),
|
|
224
|
+
}),
|
|
225
|
+
});
|
|
226
|
+
exports.CreateMediaCapturePipelineRequestFilterSensitiveLog = CreateMediaCapturePipelineRequestFilterSensitiveLog;
|
|
227
|
+
const MediaCapturePipelineFilterSensitiveLog = (obj) => ({
|
|
228
|
+
...obj,
|
|
229
|
+
...(obj.SourceArn && { SourceArn: smithy_client_1.SENSITIVE_STRING }),
|
|
230
|
+
...(obj.SinkArn && { SinkArn: smithy_client_1.SENSITIVE_STRING }),
|
|
231
|
+
...(obj.ChimeSdkMeetingConfiguration && {
|
|
232
|
+
ChimeSdkMeetingConfiguration: (0, exports.ChimeSdkMeetingConfigurationFilterSensitiveLog)(obj.ChimeSdkMeetingConfiguration),
|
|
233
|
+
}),
|
|
234
|
+
});
|
|
235
|
+
exports.MediaCapturePipelineFilterSensitiveLog = MediaCapturePipelineFilterSensitiveLog;
|
|
236
|
+
const CreateMediaCapturePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
237
|
+
...obj,
|
|
238
|
+
...(obj.MediaCapturePipeline && {
|
|
239
|
+
MediaCapturePipeline: (0, exports.MediaCapturePipelineFilterSensitiveLog)(obj.MediaCapturePipeline),
|
|
240
|
+
}),
|
|
241
|
+
});
|
|
242
|
+
exports.CreateMediaCapturePipelineResponseFilterSensitiveLog = CreateMediaCapturePipelineResponseFilterSensitiveLog;
|
|
243
|
+
const DeleteMediaCapturePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
244
|
+
...obj,
|
|
245
|
+
});
|
|
246
|
+
exports.DeleteMediaCapturePipelineRequestFilterSensitiveLog = DeleteMediaCapturePipelineRequestFilterSensitiveLog;
|
|
247
|
+
const GetMediaCapturePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
248
|
+
...obj,
|
|
249
|
+
});
|
|
250
|
+
exports.GetMediaCapturePipelineRequestFilterSensitiveLog = GetMediaCapturePipelineRequestFilterSensitiveLog;
|
|
251
|
+
const GetMediaCapturePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
252
|
+
...obj,
|
|
253
|
+
...(obj.MediaCapturePipeline && {
|
|
254
|
+
MediaCapturePipeline: (0, exports.MediaCapturePipelineFilterSensitiveLog)(obj.MediaCapturePipeline),
|
|
255
|
+
}),
|
|
256
|
+
});
|
|
257
|
+
exports.GetMediaCapturePipelineResponseFilterSensitiveLog = GetMediaCapturePipelineResponseFilterSensitiveLog;
|
|
258
|
+
const ListMediaCapturePipelinesRequestFilterSensitiveLog = (obj) => ({
|
|
259
|
+
...obj,
|
|
260
|
+
});
|
|
261
|
+
exports.ListMediaCapturePipelinesRequestFilterSensitiveLog = ListMediaCapturePipelinesRequestFilterSensitiveLog;
|
|
262
|
+
const MediaCapturePipelineSummaryFilterSensitiveLog = (obj) => ({
|
|
263
|
+
...obj,
|
|
264
|
+
});
|
|
265
|
+
exports.MediaCapturePipelineSummaryFilterSensitiveLog = MediaCapturePipelineSummaryFilterSensitiveLog;
|
|
266
|
+
const ListMediaCapturePipelinesResponseFilterSensitiveLog = (obj) => ({
|
|
267
|
+
...obj,
|
|
268
|
+
});
|
|
269
|
+
exports.ListMediaCapturePipelinesResponseFilterSensitiveLog = ListMediaCapturePipelinesResponseFilterSensitiveLog;
|
|
270
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
271
|
+
...obj,
|
|
272
|
+
});
|
|
273
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
274
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
275
|
+
...obj,
|
|
276
|
+
});
|
|
277
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
278
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
279
|
+
...obj,
|
|
280
|
+
});
|
|
281
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
282
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
283
|
+
...obj,
|
|
284
|
+
});
|
|
285
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
286
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
287
|
+
...obj,
|
|
288
|
+
});
|
|
289
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
290
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
});
|
|
293
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
@@ -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 { CreateMediaCapturePipelineRequestFilterSensitiveLog, CreateMediaCapturePipelineResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateMediaCapturePipelineCommand, serializeAws_restJson1CreateMediaCapturePipelineCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateMediaCapturePipelineCommand = (function (_super) {
|
|
7
7
|
__extends(CreateMediaCapturePipelineCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateMediaCapturePipelineCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateMediaCapturePipelineRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateMediaCapturePipelineResponseFilterSensitiveLog,
|
|
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 { DeleteMediaCapturePipelineRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteMediaCapturePipelineCommand, serializeAws_restJson1DeleteMediaCapturePipelineCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteMediaCapturePipelineCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteMediaCapturePipelineCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteMediaCapturePipelineCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteMediaCapturePipelineRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { GetMediaCapturePipelineRequestFilterSensitiveLog, GetMediaCapturePipelineResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetMediaCapturePipelineCommand, serializeAws_restJson1GetMediaCapturePipelineCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetMediaCapturePipelineCommand = (function (_super) {
|
|
7
7
|
__extends(GetMediaCapturePipelineCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetMediaCapturePipelineCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetMediaCapturePipelineRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetMediaCapturePipelineResponseFilterSensitiveLog,
|
|
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 { ListMediaCapturePipelinesRequestFilterSensitiveLog, ListMediaCapturePipelinesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListMediaCapturePipelinesCommand, serializeAws_restJson1ListMediaCapturePipelinesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListMediaCapturePipelinesCommand = (function (_super) {
|
|
7
7
|
__extends(ListMediaCapturePipelinesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListMediaCapturePipelinesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListMediaCapturePipelinesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListMediaCapturePipelinesResponseFilterSensitiveLog,
|
|
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 { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
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 { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
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 { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|