@aws-sdk/client-chime-sdk-media-pipelines 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/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 +7 -7
|
@@ -6,10 +6,6 @@ export var AudioMuxType;
|
|
|
6
6
|
AudioMuxType["AudioOnly"] = "AudioOnly";
|
|
7
7
|
AudioMuxType["AudioWithActiveSpeakerVideo"] = "AudioWithActiveSpeakerVideo";
|
|
8
8
|
})(AudioMuxType || (AudioMuxType = {}));
|
|
9
|
-
export var AudioArtifactsConfiguration;
|
|
10
|
-
(function (AudioArtifactsConfiguration) {
|
|
11
|
-
AudioArtifactsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
12
|
-
})(AudioArtifactsConfiguration || (AudioArtifactsConfiguration = {}));
|
|
13
9
|
export var ContentMuxType;
|
|
14
10
|
(function (ContentMuxType) {
|
|
15
11
|
ContentMuxType["ContentOnly"] = "ContentOnly";
|
|
@@ -19,22 +15,10 @@ export var ArtifactsState;
|
|
|
19
15
|
ArtifactsState["Disabled"] = "Disabled";
|
|
20
16
|
ArtifactsState["Enabled"] = "Enabled";
|
|
21
17
|
})(ArtifactsState || (ArtifactsState = {}));
|
|
22
|
-
export var ContentArtifactsConfiguration;
|
|
23
|
-
(function (ContentArtifactsConfiguration) {
|
|
24
|
-
ContentArtifactsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
-
})(ContentArtifactsConfiguration || (ContentArtifactsConfiguration = {}));
|
|
26
18
|
export var VideoMuxType;
|
|
27
19
|
(function (VideoMuxType) {
|
|
28
20
|
VideoMuxType["VideoOnly"] = "VideoOnly";
|
|
29
21
|
})(VideoMuxType || (VideoMuxType = {}));
|
|
30
|
-
export var VideoArtifactsConfiguration;
|
|
31
|
-
(function (VideoArtifactsConfiguration) {
|
|
32
|
-
VideoArtifactsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
-
})(VideoArtifactsConfiguration || (VideoArtifactsConfiguration = {}));
|
|
34
|
-
export var ArtifactsConfiguration;
|
|
35
|
-
(function (ArtifactsConfiguration) {
|
|
36
|
-
ArtifactsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
-
})(ArtifactsConfiguration || (ArtifactsConfiguration = {}));
|
|
38
22
|
export var ErrorCode;
|
|
39
23
|
(function (ErrorCode) {
|
|
40
24
|
ErrorCode["BadRequest"] = "BadRequest";
|
|
@@ -60,22 +44,6 @@ var BadRequestException = (function (_super) {
|
|
|
60
44
|
return BadRequestException;
|
|
61
45
|
}(__BaseException));
|
|
62
46
|
export { BadRequestException };
|
|
63
|
-
export var SelectedVideoStreams;
|
|
64
|
-
(function (SelectedVideoStreams) {
|
|
65
|
-
SelectedVideoStreams.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ExternalUserIds && { ExternalUserIds: SENSITIVE_STRING }))); };
|
|
66
|
-
})(SelectedVideoStreams || (SelectedVideoStreams = {}));
|
|
67
|
-
export var SourceConfiguration;
|
|
68
|
-
(function (SourceConfiguration) {
|
|
69
|
-
SourceConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelectedVideoStreams && {
|
|
70
|
-
SelectedVideoStreams: SelectedVideoStreams.filterSensitiveLog(obj.SelectedVideoStreams),
|
|
71
|
-
}))); };
|
|
72
|
-
})(SourceConfiguration || (SourceConfiguration = {}));
|
|
73
|
-
export var ChimeSdkMeetingConfiguration;
|
|
74
|
-
(function (ChimeSdkMeetingConfiguration) {
|
|
75
|
-
ChimeSdkMeetingConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SourceConfiguration && {
|
|
76
|
-
SourceConfiguration: SourceConfiguration.filterSensitiveLog(obj.SourceConfiguration),
|
|
77
|
-
}))); };
|
|
78
|
-
})(ChimeSdkMeetingConfiguration || (ChimeSdkMeetingConfiguration = {}));
|
|
79
47
|
export var MediaPipelineSinkType;
|
|
80
48
|
(function (MediaPipelineSinkType) {
|
|
81
49
|
MediaPipelineSinkType["S3Bucket"] = "S3Bucket";
|
|
@@ -84,16 +52,6 @@ export var MediaPipelineSourceType;
|
|
|
84
52
|
(function (MediaPipelineSourceType) {
|
|
85
53
|
MediaPipelineSourceType["ChimeSdkMeeting"] = "ChimeSdkMeeting";
|
|
86
54
|
})(MediaPipelineSourceType || (MediaPipelineSourceType = {}));
|
|
87
|
-
export var Tag;
|
|
88
|
-
(function (Tag) {
|
|
89
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
-
})(Tag || (Tag = {}));
|
|
91
|
-
export var CreateMediaCapturePipelineRequest;
|
|
92
|
-
(function (CreateMediaCapturePipelineRequest) {
|
|
93
|
-
CreateMediaCapturePipelineRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.SourceArn && { SourceArn: SENSITIVE_STRING })), (obj.SinkArn && { SinkArn: SENSITIVE_STRING })), (obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING })), (obj.ChimeSdkMeetingConfiguration && {
|
|
94
|
-
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfiguration.filterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
95
|
-
}))); };
|
|
96
|
-
})(CreateMediaCapturePipelineRequest || (CreateMediaCapturePipelineRequest = {}));
|
|
97
55
|
export var MediaPipelineStatus;
|
|
98
56
|
(function (MediaPipelineStatus) {
|
|
99
57
|
MediaPipelineStatus["Failed"] = "Failed";
|
|
@@ -102,18 +60,6 @@ export var MediaPipelineStatus;
|
|
|
102
60
|
MediaPipelineStatus["Stopped"] = "Stopped";
|
|
103
61
|
MediaPipelineStatus["Stopping"] = "Stopping";
|
|
104
62
|
})(MediaPipelineStatus || (MediaPipelineStatus = {}));
|
|
105
|
-
export var MediaCapturePipeline;
|
|
106
|
-
(function (MediaCapturePipeline) {
|
|
107
|
-
MediaCapturePipeline.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.SourceArn && { SourceArn: SENSITIVE_STRING })), (obj.SinkArn && { SinkArn: SENSITIVE_STRING })), (obj.ChimeSdkMeetingConfiguration && {
|
|
108
|
-
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfiguration.filterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
109
|
-
}))); };
|
|
110
|
-
})(MediaCapturePipeline || (MediaCapturePipeline = {}));
|
|
111
|
-
export var CreateMediaCapturePipelineResponse;
|
|
112
|
-
(function (CreateMediaCapturePipelineResponse) {
|
|
113
|
-
CreateMediaCapturePipelineResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MediaCapturePipeline && {
|
|
114
|
-
MediaCapturePipeline: MediaCapturePipeline.filterSensitiveLog(obj.MediaCapturePipeline),
|
|
115
|
-
}))); };
|
|
116
|
-
})(CreateMediaCapturePipelineResponse || (CreateMediaCapturePipelineResponse = {}));
|
|
117
63
|
var ForbiddenException = (function (_super) {
|
|
118
64
|
__extends(ForbiddenException, _super);
|
|
119
65
|
function ForbiddenException(opts) {
|
|
@@ -204,10 +150,6 @@ var UnauthorizedClientException = (function (_super) {
|
|
|
204
150
|
return UnauthorizedClientException;
|
|
205
151
|
}(__BaseException));
|
|
206
152
|
export { UnauthorizedClientException };
|
|
207
|
-
export var DeleteMediaCapturePipelineRequest;
|
|
208
|
-
(function (DeleteMediaCapturePipelineRequest) {
|
|
209
|
-
DeleteMediaCapturePipelineRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
-
})(DeleteMediaCapturePipelineRequest || (DeleteMediaCapturePipelineRequest = {}));
|
|
211
153
|
var NotFoundException = (function (_super) {
|
|
212
154
|
__extends(NotFoundException, _super);
|
|
213
155
|
function NotFoundException(opts) {
|
|
@@ -223,49 +165,38 @@ var NotFoundException = (function (_super) {
|
|
|
223
165
|
return NotFoundException;
|
|
224
166
|
}(__BaseException));
|
|
225
167
|
export { NotFoundException };
|
|
226
|
-
export var
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
export var
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
})
|
|
244
|
-
export var
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
export var
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
})
|
|
252
|
-
export var
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
export var
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
export var
|
|
261
|
-
(function (TagResourceResponse) {
|
|
262
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
264
|
-
export var UntagResourceRequest;
|
|
265
|
-
(function (UntagResourceRequest) {
|
|
266
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
268
|
-
export var UntagResourceResponse;
|
|
269
|
-
(function (UntagResourceResponse) {
|
|
270
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
168
|
+
export var AudioArtifactsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
+
export var ContentArtifactsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
export var VideoArtifactsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
+
export var ArtifactsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
+
export var SelectedVideoStreamsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ExternalUserIds && { ExternalUserIds: SENSITIVE_STRING }))); };
|
|
173
|
+
export var SourceConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelectedVideoStreams && {
|
|
174
|
+
SelectedVideoStreams: SelectedVideoStreamsFilterSensitiveLog(obj.SelectedVideoStreams),
|
|
175
|
+
}))); };
|
|
176
|
+
export var ChimeSdkMeetingConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SourceConfiguration && {
|
|
177
|
+
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration),
|
|
178
|
+
}))); };
|
|
179
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
+
export var CreateMediaCapturePipelineRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.SourceArn && { SourceArn: SENSITIVE_STRING })), (obj.SinkArn && { SinkArn: SENSITIVE_STRING })), (obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING })), (obj.ChimeSdkMeetingConfiguration && {
|
|
181
|
+
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfigurationFilterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
182
|
+
}))); };
|
|
183
|
+
export var MediaCapturePipelineFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.SourceArn && { SourceArn: SENSITIVE_STRING })), (obj.SinkArn && { SinkArn: SENSITIVE_STRING })), (obj.ChimeSdkMeetingConfiguration && {
|
|
184
|
+
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfigurationFilterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
185
|
+
}))); };
|
|
186
|
+
export var CreateMediaCapturePipelineResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MediaCapturePipeline && {
|
|
187
|
+
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline),
|
|
188
|
+
}))); };
|
|
189
|
+
export var DeleteMediaCapturePipelineRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
export var GetMediaCapturePipelineRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
export var GetMediaCapturePipelineResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MediaCapturePipeline && {
|
|
192
|
+
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline),
|
|
193
|
+
}))); };
|
|
194
|
+
export var ListMediaCapturePipelinesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
export var MediaCapturePipelineSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
+
export var ListMediaCapturePipelinesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -13,12 +13,6 @@ export interface AudioArtifactsConfiguration {
|
|
|
13
13
|
*/
|
|
14
14
|
MuxType: AudioMuxType | string | undefined;
|
|
15
15
|
}
|
|
16
|
-
export declare namespace AudioArtifactsConfiguration {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
|
-
const filterSensitiveLog: (obj: AudioArtifactsConfiguration) => any;
|
|
21
|
-
}
|
|
22
16
|
export declare enum ContentMuxType {
|
|
23
17
|
ContentOnly = "ContentOnly"
|
|
24
18
|
}
|
|
@@ -39,12 +33,6 @@ export interface ContentArtifactsConfiguration {
|
|
|
39
33
|
*/
|
|
40
34
|
MuxType?: ContentMuxType | string;
|
|
41
35
|
}
|
|
42
|
-
export declare namespace ContentArtifactsConfiguration {
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
|
-
const filterSensitiveLog: (obj: ContentArtifactsConfiguration) => any;
|
|
47
|
-
}
|
|
48
36
|
export declare enum VideoMuxType {
|
|
49
37
|
VideoOnly = "VideoOnly"
|
|
50
38
|
}
|
|
@@ -61,12 +49,6 @@ export interface VideoArtifactsConfiguration {
|
|
|
61
49
|
*/
|
|
62
50
|
MuxType?: VideoMuxType | string;
|
|
63
51
|
}
|
|
64
|
-
export declare namespace VideoArtifactsConfiguration {
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
const filterSensitiveLog: (obj: VideoArtifactsConfiguration) => any;
|
|
69
|
-
}
|
|
70
52
|
/**
|
|
71
53
|
* <p>The configuration for the artifacts.</p>
|
|
72
54
|
*/
|
|
@@ -84,12 +66,6 @@ export interface ArtifactsConfiguration {
|
|
|
84
66
|
*/
|
|
85
67
|
Content: ContentArtifactsConfiguration | undefined;
|
|
86
68
|
}
|
|
87
|
-
export declare namespace ArtifactsConfiguration {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
const filterSensitiveLog: (obj: ArtifactsConfiguration) => any;
|
|
92
|
-
}
|
|
93
69
|
export declare enum ErrorCode {
|
|
94
70
|
BadRequest = "BadRequest",
|
|
95
71
|
Forbidden = "Forbidden",
|
|
@@ -129,12 +105,6 @@ export interface SelectedVideoStreams {
|
|
|
129
105
|
*/
|
|
130
106
|
ExternalUserIds?: string[];
|
|
131
107
|
}
|
|
132
|
-
export declare namespace SelectedVideoStreams {
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
const filterSensitiveLog: (obj: SelectedVideoStreams) => any;
|
|
137
|
-
}
|
|
138
108
|
/**
|
|
139
109
|
* <p>Source configuration for a specified media capture pipeline.</p>
|
|
140
110
|
*/
|
|
@@ -144,12 +114,6 @@ export interface SourceConfiguration {
|
|
|
144
114
|
*/
|
|
145
115
|
SelectedVideoStreams?: SelectedVideoStreams;
|
|
146
116
|
}
|
|
147
|
-
export declare namespace SourceConfiguration {
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
const filterSensitiveLog: (obj: SourceConfiguration) => any;
|
|
152
|
-
}
|
|
153
117
|
/**
|
|
154
118
|
* <p>The configuration object of the Amazon Chime SDK meeting for a specified media capture pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>
|
|
155
119
|
*/
|
|
@@ -163,12 +127,6 @@ export interface ChimeSdkMeetingConfiguration {
|
|
|
163
127
|
*/
|
|
164
128
|
ArtifactsConfiguration?: ArtifactsConfiguration;
|
|
165
129
|
}
|
|
166
|
-
export declare namespace ChimeSdkMeetingConfiguration {
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
|
-
const filterSensitiveLog: (obj: ChimeSdkMeetingConfiguration) => any;
|
|
171
|
-
}
|
|
172
130
|
export declare enum MediaPipelineSinkType {
|
|
173
131
|
S3Bucket = "S3Bucket"
|
|
174
132
|
}
|
|
@@ -188,12 +146,6 @@ export interface Tag {
|
|
|
188
146
|
*/
|
|
189
147
|
Value: string | undefined;
|
|
190
148
|
}
|
|
191
|
-
export declare namespace Tag {
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
196
|
-
}
|
|
197
149
|
export interface CreateMediaCapturePipelineRequest {
|
|
198
150
|
/**
|
|
199
151
|
* <p>Source type from which the media artifacts are captured. A Chime SDK Meeting
|
|
@@ -225,12 +177,6 @@ export interface CreateMediaCapturePipelineRequest {
|
|
|
225
177
|
*/
|
|
226
178
|
Tags?: Tag[];
|
|
227
179
|
}
|
|
228
|
-
export declare namespace CreateMediaCapturePipelineRequest {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
|
-
const filterSensitiveLog: (obj: CreateMediaCapturePipelineRequest) => any;
|
|
233
|
-
}
|
|
234
180
|
export declare enum MediaPipelineStatus {
|
|
235
181
|
Failed = "Failed",
|
|
236
182
|
InProgress = "InProgress",
|
|
@@ -283,24 +229,12 @@ export interface MediaCapturePipeline {
|
|
|
283
229
|
*/
|
|
284
230
|
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
|
|
285
231
|
}
|
|
286
|
-
export declare namespace MediaCapturePipeline {
|
|
287
|
-
/**
|
|
288
|
-
* @internal
|
|
289
|
-
*/
|
|
290
|
-
const filterSensitiveLog: (obj: MediaCapturePipeline) => any;
|
|
291
|
-
}
|
|
292
232
|
export interface CreateMediaCapturePipelineResponse {
|
|
293
233
|
/**
|
|
294
234
|
* <p>A media capture pipeline object, the ID, source type, source ARN, sink type, and sink ARN of a media capture pipeline object.</p>
|
|
295
235
|
*/
|
|
296
236
|
MediaCapturePipeline?: MediaCapturePipeline;
|
|
297
237
|
}
|
|
298
|
-
export declare namespace CreateMediaCapturePipelineResponse {
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
|
-
const filterSensitiveLog: (obj: CreateMediaCapturePipelineResponse) => any;
|
|
303
|
-
}
|
|
304
238
|
/**
|
|
305
239
|
* <p>The client is permanently forbidden from making the request.</p>
|
|
306
240
|
*/
|
|
@@ -409,12 +343,6 @@ export interface DeleteMediaCapturePipelineRequest {
|
|
|
409
343
|
*/
|
|
410
344
|
MediaPipelineId: string | undefined;
|
|
411
345
|
}
|
|
412
|
-
export declare namespace DeleteMediaCapturePipelineRequest {
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
|
-
const filterSensitiveLog: (obj: DeleteMediaCapturePipelineRequest) => any;
|
|
417
|
-
}
|
|
418
346
|
/**
|
|
419
347
|
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
420
348
|
*/
|
|
@@ -438,24 +366,12 @@ export interface GetMediaCapturePipelineRequest {
|
|
|
438
366
|
*/
|
|
439
367
|
MediaPipelineId: string | undefined;
|
|
440
368
|
}
|
|
441
|
-
export declare namespace GetMediaCapturePipelineRequest {
|
|
442
|
-
/**
|
|
443
|
-
* @internal
|
|
444
|
-
*/
|
|
445
|
-
const filterSensitiveLog: (obj: GetMediaCapturePipelineRequest) => any;
|
|
446
|
-
}
|
|
447
369
|
export interface GetMediaCapturePipelineResponse {
|
|
448
370
|
/**
|
|
449
371
|
* <p>The media capture pipeline object.</p>
|
|
450
372
|
*/
|
|
451
373
|
MediaCapturePipeline?: MediaCapturePipeline;
|
|
452
374
|
}
|
|
453
|
-
export declare namespace GetMediaCapturePipelineResponse {
|
|
454
|
-
/**
|
|
455
|
-
* @internal
|
|
456
|
-
*/
|
|
457
|
-
const filterSensitiveLog: (obj: GetMediaCapturePipelineResponse) => any;
|
|
458
|
-
}
|
|
459
375
|
export interface ListMediaCapturePipelinesRequest {
|
|
460
376
|
/**
|
|
461
377
|
* <p>The token used to retrieve the next page of results.</p>
|
|
@@ -466,12 +382,6 @@ export interface ListMediaCapturePipelinesRequest {
|
|
|
466
382
|
*/
|
|
467
383
|
MaxResults?: number;
|
|
468
384
|
}
|
|
469
|
-
export declare namespace ListMediaCapturePipelinesRequest {
|
|
470
|
-
/**
|
|
471
|
-
* @internal
|
|
472
|
-
*/
|
|
473
|
-
const filterSensitiveLog: (obj: ListMediaCapturePipelinesRequest) => any;
|
|
474
|
-
}
|
|
475
385
|
/**
|
|
476
386
|
* <p>A summary of a media capture pipeline.</p>
|
|
477
387
|
*/
|
|
@@ -485,12 +395,6 @@ export interface MediaCapturePipelineSummary {
|
|
|
485
395
|
*/
|
|
486
396
|
MediaPipelineArn?: string;
|
|
487
397
|
}
|
|
488
|
-
export declare namespace MediaCapturePipelineSummary {
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
*/
|
|
492
|
-
const filterSensitiveLog: (obj: MediaCapturePipelineSummary) => any;
|
|
493
|
-
}
|
|
494
398
|
export interface ListMediaCapturePipelinesResponse {
|
|
495
399
|
/**
|
|
496
400
|
* <p>The media capture pipeline objects in the list.</p>
|
|
@@ -501,36 +405,18 @@ export interface ListMediaCapturePipelinesResponse {
|
|
|
501
405
|
*/
|
|
502
406
|
NextToken?: string;
|
|
503
407
|
}
|
|
504
|
-
export declare namespace ListMediaCapturePipelinesResponse {
|
|
505
|
-
/**
|
|
506
|
-
* @internal
|
|
507
|
-
*/
|
|
508
|
-
const filterSensitiveLog: (obj: ListMediaCapturePipelinesResponse) => any;
|
|
509
|
-
}
|
|
510
408
|
export interface ListTagsForResourceRequest {
|
|
511
409
|
/**
|
|
512
410
|
* <p>The resource ARN.</p>
|
|
513
411
|
*/
|
|
514
412
|
ResourceARN: string | undefined;
|
|
515
413
|
}
|
|
516
|
-
export declare namespace ListTagsForResourceRequest {
|
|
517
|
-
/**
|
|
518
|
-
* @internal
|
|
519
|
-
*/
|
|
520
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
521
|
-
}
|
|
522
414
|
export interface ListTagsForResourceResponse {
|
|
523
415
|
/**
|
|
524
416
|
* <p>The tag key-value pairs.</p>
|
|
525
417
|
*/
|
|
526
418
|
Tags?: Tag[];
|
|
527
419
|
}
|
|
528
|
-
export declare namespace ListTagsForResourceResponse {
|
|
529
|
-
/**
|
|
530
|
-
* @internal
|
|
531
|
-
*/
|
|
532
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
533
|
-
}
|
|
534
420
|
export interface TagResourceRequest {
|
|
535
421
|
/**
|
|
536
422
|
* <p>The resource ARN.</p>
|
|
@@ -541,20 +427,8 @@ export interface TagResourceRequest {
|
|
|
541
427
|
*/
|
|
542
428
|
Tags: Tag[] | undefined;
|
|
543
429
|
}
|
|
544
|
-
export declare namespace TagResourceRequest {
|
|
545
|
-
/**
|
|
546
|
-
* @internal
|
|
547
|
-
*/
|
|
548
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
549
|
-
}
|
|
550
430
|
export interface TagResourceResponse {
|
|
551
431
|
}
|
|
552
|
-
export declare namespace TagResourceResponse {
|
|
553
|
-
/**
|
|
554
|
-
* @internal
|
|
555
|
-
*/
|
|
556
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
557
|
-
}
|
|
558
432
|
export interface UntagResourceRequest {
|
|
559
433
|
/**
|
|
560
434
|
* <p>The resource ARN.</p>
|
|
@@ -565,17 +439,97 @@ export interface UntagResourceRequest {
|
|
|
565
439
|
*/
|
|
566
440
|
TagKeys: string[] | undefined;
|
|
567
441
|
}
|
|
568
|
-
export declare namespace UntagResourceRequest {
|
|
569
|
-
/**
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
572
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
573
|
-
}
|
|
574
442
|
export interface UntagResourceResponse {
|
|
575
443
|
}
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
444
|
+
/**
|
|
445
|
+
* @internal
|
|
446
|
+
*/
|
|
447
|
+
export declare const AudioArtifactsConfigurationFilterSensitiveLog: (obj: AudioArtifactsConfiguration) => any;
|
|
448
|
+
/**
|
|
449
|
+
* @internal
|
|
450
|
+
*/
|
|
451
|
+
export declare const ContentArtifactsConfigurationFilterSensitiveLog: (obj: ContentArtifactsConfiguration) => any;
|
|
452
|
+
/**
|
|
453
|
+
* @internal
|
|
454
|
+
*/
|
|
455
|
+
export declare const VideoArtifactsConfigurationFilterSensitiveLog: (obj: VideoArtifactsConfiguration) => any;
|
|
456
|
+
/**
|
|
457
|
+
* @internal
|
|
458
|
+
*/
|
|
459
|
+
export declare const ArtifactsConfigurationFilterSensitiveLog: (obj: ArtifactsConfiguration) => any;
|
|
460
|
+
/**
|
|
461
|
+
* @internal
|
|
462
|
+
*/
|
|
463
|
+
export declare const SelectedVideoStreamsFilterSensitiveLog: (obj: SelectedVideoStreams) => any;
|
|
464
|
+
/**
|
|
465
|
+
* @internal
|
|
466
|
+
*/
|
|
467
|
+
export declare const SourceConfigurationFilterSensitiveLog: (obj: SourceConfiguration) => any;
|
|
468
|
+
/**
|
|
469
|
+
* @internal
|
|
470
|
+
*/
|
|
471
|
+
export declare const ChimeSdkMeetingConfigurationFilterSensitiveLog: (obj: ChimeSdkMeetingConfiguration) => any;
|
|
472
|
+
/**
|
|
473
|
+
* @internal
|
|
474
|
+
*/
|
|
475
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
476
|
+
/**
|
|
477
|
+
* @internal
|
|
478
|
+
*/
|
|
479
|
+
export declare const CreateMediaCapturePipelineRequestFilterSensitiveLog: (obj: CreateMediaCapturePipelineRequest) => any;
|
|
480
|
+
/**
|
|
481
|
+
* @internal
|
|
482
|
+
*/
|
|
483
|
+
export declare const MediaCapturePipelineFilterSensitiveLog: (obj: MediaCapturePipeline) => any;
|
|
484
|
+
/**
|
|
485
|
+
* @internal
|
|
486
|
+
*/
|
|
487
|
+
export declare const CreateMediaCapturePipelineResponseFilterSensitiveLog: (obj: CreateMediaCapturePipelineResponse) => any;
|
|
488
|
+
/**
|
|
489
|
+
* @internal
|
|
490
|
+
*/
|
|
491
|
+
export declare const DeleteMediaCapturePipelineRequestFilterSensitiveLog: (obj: DeleteMediaCapturePipelineRequest) => any;
|
|
492
|
+
/**
|
|
493
|
+
* @internal
|
|
494
|
+
*/
|
|
495
|
+
export declare const GetMediaCapturePipelineRequestFilterSensitiveLog: (obj: GetMediaCapturePipelineRequest) => any;
|
|
496
|
+
/**
|
|
497
|
+
* @internal
|
|
498
|
+
*/
|
|
499
|
+
export declare const GetMediaCapturePipelineResponseFilterSensitiveLog: (obj: GetMediaCapturePipelineResponse) => any;
|
|
500
|
+
/**
|
|
501
|
+
* @internal
|
|
502
|
+
*/
|
|
503
|
+
export declare const ListMediaCapturePipelinesRequestFilterSensitiveLog: (obj: ListMediaCapturePipelinesRequest) => any;
|
|
504
|
+
/**
|
|
505
|
+
* @internal
|
|
506
|
+
*/
|
|
507
|
+
export declare const MediaCapturePipelineSummaryFilterSensitiveLog: (obj: MediaCapturePipelineSummary) => any;
|
|
508
|
+
/**
|
|
509
|
+
* @internal
|
|
510
|
+
*/
|
|
511
|
+
export declare const ListMediaCapturePipelinesResponseFilterSensitiveLog: (obj: ListMediaCapturePipelinesResponse) => any;
|
|
512
|
+
/**
|
|
513
|
+
* @internal
|
|
514
|
+
*/
|
|
515
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
516
|
+
/**
|
|
517
|
+
* @internal
|
|
518
|
+
*/
|
|
519
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
520
|
+
/**
|
|
521
|
+
* @internal
|
|
522
|
+
*/
|
|
523
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
524
|
+
/**
|
|
525
|
+
* @internal
|
|
526
|
+
*/
|
|
527
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
528
|
+
/**
|
|
529
|
+
* @internal
|
|
530
|
+
*/
|
|
531
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
532
|
+
/**
|
|
533
|
+
* @internal
|
|
534
|
+
*/
|
|
535
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|