@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
|
@@ -9,10 +9,6 @@ export interface AudioArtifactsConfiguration {
|
|
|
9
9
|
|
|
10
10
|
MuxType: AudioMuxType | string | undefined;
|
|
11
11
|
}
|
|
12
|
-
export declare namespace AudioArtifactsConfiguration {
|
|
13
|
-
|
|
14
|
-
const filterSensitiveLog: (obj: AudioArtifactsConfiguration) => any;
|
|
15
|
-
}
|
|
16
12
|
export declare enum ContentMuxType {
|
|
17
13
|
ContentOnly = "ContentOnly"
|
|
18
14
|
}
|
|
@@ -27,10 +23,6 @@ export interface ContentArtifactsConfiguration {
|
|
|
27
23
|
|
|
28
24
|
MuxType?: ContentMuxType | string;
|
|
29
25
|
}
|
|
30
|
-
export declare namespace ContentArtifactsConfiguration {
|
|
31
|
-
|
|
32
|
-
const filterSensitiveLog: (obj: ContentArtifactsConfiguration) => any;
|
|
33
|
-
}
|
|
34
26
|
export declare enum VideoMuxType {
|
|
35
27
|
VideoOnly = "VideoOnly"
|
|
36
28
|
}
|
|
@@ -41,10 +33,6 @@ export interface VideoArtifactsConfiguration {
|
|
|
41
33
|
|
|
42
34
|
MuxType?: VideoMuxType | string;
|
|
43
35
|
}
|
|
44
|
-
export declare namespace VideoArtifactsConfiguration {
|
|
45
|
-
|
|
46
|
-
const filterSensitiveLog: (obj: VideoArtifactsConfiguration) => any;
|
|
47
|
-
}
|
|
48
36
|
|
|
49
37
|
export interface ArtifactsConfiguration {
|
|
50
38
|
|
|
@@ -54,10 +42,6 @@ export interface ArtifactsConfiguration {
|
|
|
54
42
|
|
|
55
43
|
Content: ContentArtifactsConfiguration | undefined;
|
|
56
44
|
}
|
|
57
|
-
export declare namespace ArtifactsConfiguration {
|
|
58
|
-
|
|
59
|
-
const filterSensitiveLog: (obj: ArtifactsConfiguration) => any;
|
|
60
|
-
}
|
|
61
45
|
export declare enum ErrorCode {
|
|
62
46
|
BadRequest = "BadRequest",
|
|
63
47
|
Forbidden = "Forbidden",
|
|
@@ -85,19 +69,11 @@ export interface SelectedVideoStreams {
|
|
|
85
69
|
|
|
86
70
|
ExternalUserIds?: string[];
|
|
87
71
|
}
|
|
88
|
-
export declare namespace SelectedVideoStreams {
|
|
89
|
-
|
|
90
|
-
const filterSensitiveLog: (obj: SelectedVideoStreams) => any;
|
|
91
|
-
}
|
|
92
72
|
|
|
93
73
|
export interface SourceConfiguration {
|
|
94
74
|
|
|
95
75
|
SelectedVideoStreams?: SelectedVideoStreams;
|
|
96
76
|
}
|
|
97
|
-
export declare namespace SourceConfiguration {
|
|
98
|
-
|
|
99
|
-
const filterSensitiveLog: (obj: SourceConfiguration) => any;
|
|
100
|
-
}
|
|
101
77
|
|
|
102
78
|
export interface ChimeSdkMeetingConfiguration {
|
|
103
79
|
|
|
@@ -105,10 +81,6 @@ export interface ChimeSdkMeetingConfiguration {
|
|
|
105
81
|
|
|
106
82
|
ArtifactsConfiguration?: ArtifactsConfiguration;
|
|
107
83
|
}
|
|
108
|
-
export declare namespace ChimeSdkMeetingConfiguration {
|
|
109
|
-
|
|
110
|
-
const filterSensitiveLog: (obj: ChimeSdkMeetingConfiguration) => any;
|
|
111
|
-
}
|
|
112
84
|
export declare enum MediaPipelineSinkType {
|
|
113
85
|
S3Bucket = "S3Bucket"
|
|
114
86
|
}
|
|
@@ -122,10 +94,6 @@ export interface Tag {
|
|
|
122
94
|
|
|
123
95
|
Value: string | undefined;
|
|
124
96
|
}
|
|
125
|
-
export declare namespace Tag {
|
|
126
|
-
|
|
127
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
128
|
-
}
|
|
129
97
|
export interface CreateMediaCapturePipelineRequest {
|
|
130
98
|
|
|
131
99
|
SourceType: MediaPipelineSourceType | string | undefined;
|
|
@@ -142,10 +110,6 @@ export interface CreateMediaCapturePipelineRequest {
|
|
|
142
110
|
|
|
143
111
|
Tags?: Tag[];
|
|
144
112
|
}
|
|
145
|
-
export declare namespace CreateMediaCapturePipelineRequest {
|
|
146
|
-
|
|
147
|
-
const filterSensitiveLog: (obj: CreateMediaCapturePipelineRequest) => any;
|
|
148
|
-
}
|
|
149
113
|
export declare enum MediaPipelineStatus {
|
|
150
114
|
Failed = "Failed",
|
|
151
115
|
InProgress = "InProgress",
|
|
@@ -176,18 +140,10 @@ export interface MediaCapturePipeline {
|
|
|
176
140
|
|
|
177
141
|
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
|
|
178
142
|
}
|
|
179
|
-
export declare namespace MediaCapturePipeline {
|
|
180
|
-
|
|
181
|
-
const filterSensitiveLog: (obj: MediaCapturePipeline) => any;
|
|
182
|
-
}
|
|
183
143
|
export interface CreateMediaCapturePipelineResponse {
|
|
184
144
|
|
|
185
145
|
MediaCapturePipeline?: MediaCapturePipeline;
|
|
186
146
|
}
|
|
187
|
-
export declare namespace CreateMediaCapturePipelineResponse {
|
|
188
|
-
|
|
189
|
-
const filterSensitiveLog: (obj: CreateMediaCapturePipelineResponse) => any;
|
|
190
|
-
}
|
|
191
147
|
|
|
192
148
|
export declare class ForbiddenException extends __BaseException {
|
|
193
149
|
readonly name: "ForbiddenException";
|
|
@@ -258,10 +214,6 @@ export interface DeleteMediaCapturePipelineRequest {
|
|
|
258
214
|
|
|
259
215
|
MediaPipelineId: string | undefined;
|
|
260
216
|
}
|
|
261
|
-
export declare namespace DeleteMediaCapturePipelineRequest {
|
|
262
|
-
|
|
263
|
-
const filterSensitiveLog: (obj: DeleteMediaCapturePipelineRequest) => any;
|
|
264
|
-
}
|
|
265
217
|
|
|
266
218
|
export declare class NotFoundException extends __BaseException {
|
|
267
219
|
readonly name: "NotFoundException";
|
|
@@ -277,28 +229,16 @@ export interface GetMediaCapturePipelineRequest {
|
|
|
277
229
|
|
|
278
230
|
MediaPipelineId: string | undefined;
|
|
279
231
|
}
|
|
280
|
-
export declare namespace GetMediaCapturePipelineRequest {
|
|
281
|
-
|
|
282
|
-
const filterSensitiveLog: (obj: GetMediaCapturePipelineRequest) => any;
|
|
283
|
-
}
|
|
284
232
|
export interface GetMediaCapturePipelineResponse {
|
|
285
233
|
|
|
286
234
|
MediaCapturePipeline?: MediaCapturePipeline;
|
|
287
235
|
}
|
|
288
|
-
export declare namespace GetMediaCapturePipelineResponse {
|
|
289
|
-
|
|
290
|
-
const filterSensitiveLog: (obj: GetMediaCapturePipelineResponse) => any;
|
|
291
|
-
}
|
|
292
236
|
export interface ListMediaCapturePipelinesRequest {
|
|
293
237
|
|
|
294
238
|
NextToken?: string;
|
|
295
239
|
|
|
296
240
|
MaxResults?: number;
|
|
297
241
|
}
|
|
298
|
-
export declare namespace ListMediaCapturePipelinesRequest {
|
|
299
|
-
|
|
300
|
-
const filterSensitiveLog: (obj: ListMediaCapturePipelinesRequest) => any;
|
|
301
|
-
}
|
|
302
242
|
|
|
303
243
|
export interface MediaCapturePipelineSummary {
|
|
304
244
|
|
|
@@ -306,65 +246,79 @@ export interface MediaCapturePipelineSummary {
|
|
|
306
246
|
|
|
307
247
|
MediaPipelineArn?: string;
|
|
308
248
|
}
|
|
309
|
-
export declare namespace MediaCapturePipelineSummary {
|
|
310
|
-
|
|
311
|
-
const filterSensitiveLog: (obj: MediaCapturePipelineSummary) => any;
|
|
312
|
-
}
|
|
313
249
|
export interface ListMediaCapturePipelinesResponse {
|
|
314
250
|
|
|
315
251
|
MediaCapturePipelines?: MediaCapturePipelineSummary[];
|
|
316
252
|
|
|
317
253
|
NextToken?: string;
|
|
318
254
|
}
|
|
319
|
-
export declare namespace ListMediaCapturePipelinesResponse {
|
|
320
|
-
|
|
321
|
-
const filterSensitiveLog: (obj: ListMediaCapturePipelinesResponse) => any;
|
|
322
|
-
}
|
|
323
255
|
export interface ListTagsForResourceRequest {
|
|
324
256
|
|
|
325
257
|
ResourceARN: string | undefined;
|
|
326
258
|
}
|
|
327
|
-
export declare namespace ListTagsForResourceRequest {
|
|
328
|
-
|
|
329
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
330
|
-
}
|
|
331
259
|
export interface ListTagsForResourceResponse {
|
|
332
260
|
|
|
333
261
|
Tags?: Tag[];
|
|
334
262
|
}
|
|
335
|
-
export declare namespace ListTagsForResourceResponse {
|
|
336
|
-
|
|
337
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
338
|
-
}
|
|
339
263
|
export interface TagResourceRequest {
|
|
340
264
|
|
|
341
265
|
ResourceARN: string | undefined;
|
|
342
266
|
|
|
343
267
|
Tags: Tag[] | undefined;
|
|
344
268
|
}
|
|
345
|
-
export declare namespace TagResourceRequest {
|
|
346
|
-
|
|
347
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
348
|
-
}
|
|
349
269
|
export interface TagResourceResponse {
|
|
350
270
|
}
|
|
351
|
-
export declare namespace TagResourceResponse {
|
|
352
|
-
|
|
353
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
354
|
-
}
|
|
355
271
|
export interface UntagResourceRequest {
|
|
356
272
|
|
|
357
273
|
ResourceARN: string | undefined;
|
|
358
274
|
|
|
359
275
|
TagKeys: string[] | undefined;
|
|
360
276
|
}
|
|
361
|
-
export declare namespace UntagResourceRequest {
|
|
362
|
-
|
|
363
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
364
|
-
}
|
|
365
277
|
export interface UntagResourceResponse {
|
|
366
278
|
}
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
279
|
+
|
|
280
|
+
export declare const AudioArtifactsConfigurationFilterSensitiveLog: (obj: AudioArtifactsConfiguration) => any;
|
|
281
|
+
|
|
282
|
+
export declare const ContentArtifactsConfigurationFilterSensitiveLog: (obj: ContentArtifactsConfiguration) => any;
|
|
283
|
+
|
|
284
|
+
export declare const VideoArtifactsConfigurationFilterSensitiveLog: (obj: VideoArtifactsConfiguration) => any;
|
|
285
|
+
|
|
286
|
+
export declare const ArtifactsConfigurationFilterSensitiveLog: (obj: ArtifactsConfiguration) => any;
|
|
287
|
+
|
|
288
|
+
export declare const SelectedVideoStreamsFilterSensitiveLog: (obj: SelectedVideoStreams) => any;
|
|
289
|
+
|
|
290
|
+
export declare const SourceConfigurationFilterSensitiveLog: (obj: SourceConfiguration) => any;
|
|
291
|
+
|
|
292
|
+
export declare const ChimeSdkMeetingConfigurationFilterSensitiveLog: (obj: ChimeSdkMeetingConfiguration) => any;
|
|
293
|
+
|
|
294
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
295
|
+
|
|
296
|
+
export declare const CreateMediaCapturePipelineRequestFilterSensitiveLog: (obj: CreateMediaCapturePipelineRequest) => any;
|
|
297
|
+
|
|
298
|
+
export declare const MediaCapturePipelineFilterSensitiveLog: (obj: MediaCapturePipeline) => any;
|
|
299
|
+
|
|
300
|
+
export declare const CreateMediaCapturePipelineResponseFilterSensitiveLog: (obj: CreateMediaCapturePipelineResponse) => any;
|
|
301
|
+
|
|
302
|
+
export declare const DeleteMediaCapturePipelineRequestFilterSensitiveLog: (obj: DeleteMediaCapturePipelineRequest) => any;
|
|
303
|
+
|
|
304
|
+
export declare const GetMediaCapturePipelineRequestFilterSensitiveLog: (obj: GetMediaCapturePipelineRequest) => any;
|
|
305
|
+
|
|
306
|
+
export declare const GetMediaCapturePipelineResponseFilterSensitiveLog: (obj: GetMediaCapturePipelineResponse) => any;
|
|
307
|
+
|
|
308
|
+
export declare const ListMediaCapturePipelinesRequestFilterSensitiveLog: (obj: ListMediaCapturePipelinesRequest) => any;
|
|
309
|
+
|
|
310
|
+
export declare const MediaCapturePipelineSummaryFilterSensitiveLog: (obj: MediaCapturePipelineSummary) => any;
|
|
311
|
+
|
|
312
|
+
export declare const ListMediaCapturePipelinesResponseFilterSensitiveLog: (obj: ListMediaCapturePipelinesResponse) => any;
|
|
313
|
+
|
|
314
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
315
|
+
|
|
316
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
317
|
+
|
|
318
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
319
|
+
|
|
320
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
321
|
+
|
|
322
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
323
|
+
|
|
324
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-media-pipelines",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Media Pipelines Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.141.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.141.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.141.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.137.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.137.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.137.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|