@aws-sdk/client-chime-sdk-media-pipelines 3.79.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/LICENSE +201 -0
- package/README.md +212 -0
- package/dist-cjs/ChimeSDKMediaPipelines.js +112 -0
- package/dist-cjs/ChimeSDKMediaPipelinesClient.js +35 -0
- package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +36 -0
- package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +36 -0
- package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +36 -0
- package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/endpoints.js +131 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/ChimeSDKMediaPipelinesServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +339 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListMediaCapturePipelinesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +5 -0
- package/dist-cjs/protocols/Aws_restJson1.js +999 -0
- package/dist-cjs/runtimeConfig.browser.js +45 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/ChimeSDKMediaPipelines.js +115 -0
- package/dist-es/ChimeSDKMediaPipelinesClient.js +37 -0
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +39 -0
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +39 -0
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +39 -0
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/endpoints.js +127 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/ChimeSDKMediaPipelinesServiceException.js +12 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +271 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js +75 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +1166 -0
- package/dist-es/runtimeConfig.browser.js +26 -0
- package/dist-es/runtimeConfig.js +28 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/ChimeSDKMediaPipelines.d.ts +59 -0
- package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +154 -0
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +35 -0
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +35 -0
- package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/endpoints.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/ChimeSDKMediaPipelinesServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +581 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListMediaCapturePipelinesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +23 -0
- package/dist-types/runtimeConfig.browser.d.ts +40 -0
- package/dist-types/runtimeConfig.d.ts +40 -0
- package/dist-types/runtimeConfig.native.d.ts +39 -0
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/ChimeSDKMediaPipelines.d.ts +40 -0
- package/dist-types/ts3.4/ChimeSDKMediaPipelinesClient.d.ts +80 -0
- package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/ChimeSDKMediaPipelinesServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +370 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +23 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +95 -0
|
@@ -0,0 +1,581 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ChimeSDKMediaPipelinesServiceException as __BaseException } from "./ChimeSDKMediaPipelinesServiceException";
|
|
3
|
+
export declare enum AudioMuxType {
|
|
4
|
+
AudioOnly = "AudioOnly",
|
|
5
|
+
AudioWithActiveSpeakerVideo = "AudioWithActiveSpeakerVideo"
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* <p>The audio artifact configuration object.</p>
|
|
9
|
+
*/
|
|
10
|
+
export interface AudioArtifactsConfiguration {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The MUX type of the audio artifact configuration object.</p>
|
|
13
|
+
*/
|
|
14
|
+
MuxType: AudioMuxType | string | undefined;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace AudioArtifactsConfiguration {
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
20
|
+
const filterSensitiveLog: (obj: AudioArtifactsConfiguration) => any;
|
|
21
|
+
}
|
|
22
|
+
export declare enum ContentMuxType {
|
|
23
|
+
ContentOnly = "ContentOnly"
|
|
24
|
+
}
|
|
25
|
+
export declare enum ArtifactsState {
|
|
26
|
+
Disabled = "Disabled",
|
|
27
|
+
Enabled = "Enabled"
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* <p>The content artifact object.</p>
|
|
31
|
+
*/
|
|
32
|
+
export interface ContentArtifactsConfiguration {
|
|
33
|
+
/**
|
|
34
|
+
* <p>Indicates whether the content artifact is enabled or disabled.</p>
|
|
35
|
+
*/
|
|
36
|
+
State: ArtifactsState | string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The MUX type of the artifact configuration.</p>
|
|
39
|
+
*/
|
|
40
|
+
MuxType?: ContentMuxType | string;
|
|
41
|
+
}
|
|
42
|
+
export declare namespace ContentArtifactsConfiguration {
|
|
43
|
+
/**
|
|
44
|
+
* @internal
|
|
45
|
+
*/
|
|
46
|
+
const filterSensitiveLog: (obj: ContentArtifactsConfiguration) => any;
|
|
47
|
+
}
|
|
48
|
+
export declare enum VideoMuxType {
|
|
49
|
+
VideoOnly = "VideoOnly"
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* <p>The video artifact configuration object.</p>
|
|
53
|
+
*/
|
|
54
|
+
export interface VideoArtifactsConfiguration {
|
|
55
|
+
/**
|
|
56
|
+
* <p>Indicates whether the video artifact is enabled or disabled.</p>
|
|
57
|
+
*/
|
|
58
|
+
State: ArtifactsState | string | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>The MUX type of the video artifact configuration object.</p>
|
|
61
|
+
*/
|
|
62
|
+
MuxType?: VideoMuxType | string;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace VideoArtifactsConfiguration {
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
68
|
+
const filterSensitiveLog: (obj: VideoArtifactsConfiguration) => any;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* <p>The configuration for the artifacts.</p>
|
|
72
|
+
*/
|
|
73
|
+
export interface ArtifactsConfiguration {
|
|
74
|
+
/**
|
|
75
|
+
* <p>The configuration for the audio artifacts.</p>
|
|
76
|
+
*/
|
|
77
|
+
Audio: AudioArtifactsConfiguration | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The configuration for the video artifacts.</p>
|
|
80
|
+
*/
|
|
81
|
+
Video: VideoArtifactsConfiguration | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* <p>The configuration for the content artifacts.</p>
|
|
84
|
+
*/
|
|
85
|
+
Content: ContentArtifactsConfiguration | undefined;
|
|
86
|
+
}
|
|
87
|
+
export declare namespace ArtifactsConfiguration {
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
91
|
+
const filterSensitiveLog: (obj: ArtifactsConfiguration) => any;
|
|
92
|
+
}
|
|
93
|
+
export declare enum ErrorCode {
|
|
94
|
+
BadRequest = "BadRequest",
|
|
95
|
+
Forbidden = "Forbidden",
|
|
96
|
+
NotFound = "NotFound",
|
|
97
|
+
ResourceLimitExceeded = "ResourceLimitExceeded",
|
|
98
|
+
ServiceFailure = "ServiceFailure",
|
|
99
|
+
ServiceUnavailable = "ServiceUnavailable",
|
|
100
|
+
Throttling = "Throttling"
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
104
|
+
*/
|
|
105
|
+
export declare class BadRequestException extends __BaseException {
|
|
106
|
+
readonly name: "BadRequestException";
|
|
107
|
+
readonly $fault: "client";
|
|
108
|
+
Code?: ErrorCode | string;
|
|
109
|
+
Message?: string;
|
|
110
|
+
/**
|
|
111
|
+
* <p>The request id associated with the call responsible for the exception.</p>
|
|
112
|
+
*/
|
|
113
|
+
RequestId?: string;
|
|
114
|
+
/**
|
|
115
|
+
* @internal
|
|
116
|
+
*/
|
|
117
|
+
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* <p>The video streams to capture for a specified media capture pipeline. The total number of video streams can't exceed 25.</p>
|
|
121
|
+
*/
|
|
122
|
+
export interface SelectedVideoStreams {
|
|
123
|
+
/**
|
|
124
|
+
* <p>The attendee IDs of the streams selected for a media capture pipeline. </p>
|
|
125
|
+
*/
|
|
126
|
+
AttendeeIds?: string[];
|
|
127
|
+
/**
|
|
128
|
+
* <p>The external user IDs of the streams selected for a media capture pipeline.</p>
|
|
129
|
+
*/
|
|
130
|
+
ExternalUserIds?: string[];
|
|
131
|
+
}
|
|
132
|
+
export declare namespace SelectedVideoStreams {
|
|
133
|
+
/**
|
|
134
|
+
* @internal
|
|
135
|
+
*/
|
|
136
|
+
const filterSensitiveLog: (obj: SelectedVideoStreams) => any;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* <p>Source configuration for a specified media capture pipeline.</p>
|
|
140
|
+
*/
|
|
141
|
+
export interface SourceConfiguration {
|
|
142
|
+
/**
|
|
143
|
+
* <p>The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.</p>
|
|
144
|
+
*/
|
|
145
|
+
SelectedVideoStreams?: SelectedVideoStreams;
|
|
146
|
+
}
|
|
147
|
+
export declare namespace SourceConfiguration {
|
|
148
|
+
/**
|
|
149
|
+
* @internal
|
|
150
|
+
*/
|
|
151
|
+
const filterSensitiveLog: (obj: SourceConfiguration) => any;
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* <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
|
+
*/
|
|
156
|
+
export interface ChimeSdkMeetingConfiguration {
|
|
157
|
+
/**
|
|
158
|
+
* <p>The source configuration for a specified media capture pipline.</p>
|
|
159
|
+
*/
|
|
160
|
+
SourceConfiguration?: SourceConfiguration;
|
|
161
|
+
/**
|
|
162
|
+
* <p>The configuration for the artifacts in an Amazon Chime SDK meeting.</p>
|
|
163
|
+
*/
|
|
164
|
+
ArtifactsConfiguration?: ArtifactsConfiguration;
|
|
165
|
+
}
|
|
166
|
+
export declare namespace ChimeSdkMeetingConfiguration {
|
|
167
|
+
/**
|
|
168
|
+
* @internal
|
|
169
|
+
*/
|
|
170
|
+
const filterSensitiveLog: (obj: ChimeSdkMeetingConfiguration) => any;
|
|
171
|
+
}
|
|
172
|
+
export declare enum MediaPipelineSinkType {
|
|
173
|
+
S3Bucket = "S3Bucket"
|
|
174
|
+
}
|
|
175
|
+
export declare enum MediaPipelineSourceType {
|
|
176
|
+
ChimeSdkMeeting = "ChimeSdkMeeting"
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* <p>Describes a tag applied to a resource.</p>
|
|
180
|
+
*/
|
|
181
|
+
export interface Tag {
|
|
182
|
+
/**
|
|
183
|
+
* <p>The key of the tag.</p>
|
|
184
|
+
*/
|
|
185
|
+
Key: string | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* <p>The value of the tag.</p>
|
|
188
|
+
*/
|
|
189
|
+
Value: string | undefined;
|
|
190
|
+
}
|
|
191
|
+
export declare namespace Tag {
|
|
192
|
+
/**
|
|
193
|
+
* @internal
|
|
194
|
+
*/
|
|
195
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
196
|
+
}
|
|
197
|
+
export interface CreateMediaCapturePipelineRequest {
|
|
198
|
+
/**
|
|
199
|
+
* <p>Source type from which the media artifacts are captured. A Chime SDK Meeting
|
|
200
|
+
* is the only supported source.</p>
|
|
201
|
+
*/
|
|
202
|
+
SourceType: MediaPipelineSourceType | string | undefined;
|
|
203
|
+
/**
|
|
204
|
+
* <p>ARN of the source from which the media artifacts are captured.</p>
|
|
205
|
+
*/
|
|
206
|
+
SourceArn: string | undefined;
|
|
207
|
+
/**
|
|
208
|
+
* <p>Destination type to which the media artifacts are saved. You must use an S3 bucket. </p>
|
|
209
|
+
*/
|
|
210
|
+
SinkType: MediaPipelineSinkType | string | undefined;
|
|
211
|
+
/**
|
|
212
|
+
* <p>The ARN of the sink type.</p>
|
|
213
|
+
*/
|
|
214
|
+
SinkArn: string | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* <p>The token assigned to the client making the pipeline request.</p>
|
|
217
|
+
*/
|
|
218
|
+
ClientRequestToken?: string;
|
|
219
|
+
/**
|
|
220
|
+
* <p>The configuration for a specified media capture pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>
|
|
221
|
+
*/
|
|
222
|
+
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
|
|
223
|
+
/**
|
|
224
|
+
* <p>The list of tags.</p>
|
|
225
|
+
*/
|
|
226
|
+
Tags?: Tag[];
|
|
227
|
+
}
|
|
228
|
+
export declare namespace CreateMediaCapturePipelineRequest {
|
|
229
|
+
/**
|
|
230
|
+
* @internal
|
|
231
|
+
*/
|
|
232
|
+
const filterSensitiveLog: (obj: CreateMediaCapturePipelineRequest) => any;
|
|
233
|
+
}
|
|
234
|
+
export declare enum MediaPipelineStatus {
|
|
235
|
+
Failed = "Failed",
|
|
236
|
+
InProgress = "InProgress",
|
|
237
|
+
Initializing = "Initializing",
|
|
238
|
+
Stopped = "Stopped",
|
|
239
|
+
Stopping = "Stopping"
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* <p>A media capture pipeline object consisting of an ID, source type, source ARN, a sink type, a sink ARN, and a configuration object.</p>
|
|
243
|
+
*/
|
|
244
|
+
export interface MediaCapturePipeline {
|
|
245
|
+
/**
|
|
246
|
+
* <p>The ID of a media capture pipeline.</p>
|
|
247
|
+
*/
|
|
248
|
+
MediaPipelineId?: string;
|
|
249
|
+
/**
|
|
250
|
+
* <p>The ARN of a media capture pipeline.</p>
|
|
251
|
+
*/
|
|
252
|
+
MediaPipelineArn?: string;
|
|
253
|
+
/**
|
|
254
|
+
* <p>Source type from which media artifacts are saved. You must use <code>ChimeMeeting</code>.</p>
|
|
255
|
+
*/
|
|
256
|
+
SourceType?: MediaPipelineSourceType | string;
|
|
257
|
+
/**
|
|
258
|
+
* <p>ARN of the source from which the media artifacts are saved.</p>
|
|
259
|
+
*/
|
|
260
|
+
SourceArn?: string;
|
|
261
|
+
/**
|
|
262
|
+
* <p>The status of the media capture pipeline.</p>
|
|
263
|
+
*/
|
|
264
|
+
Status?: MediaPipelineStatus | string;
|
|
265
|
+
/**
|
|
266
|
+
* <p>Destination type to which the media artifacts are saved. You must use an S3 Bucket.</p>
|
|
267
|
+
*/
|
|
268
|
+
SinkType?: MediaPipelineSinkType | string;
|
|
269
|
+
/**
|
|
270
|
+
* <p>ARN of the destination to which the media artifacts are saved.</p>
|
|
271
|
+
*/
|
|
272
|
+
SinkArn?: string;
|
|
273
|
+
/**
|
|
274
|
+
* <p>The time at which the capture pipeline was created, in ISO 8601 format.</p>
|
|
275
|
+
*/
|
|
276
|
+
CreatedTimestamp?: Date;
|
|
277
|
+
/**
|
|
278
|
+
* <p>The time at which the capture pipeline was updated, in ISO 8601 format.</p>
|
|
279
|
+
*/
|
|
280
|
+
UpdatedTimestamp?: Date;
|
|
281
|
+
/**
|
|
282
|
+
* <p>The configuration for a specified media capture pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>
|
|
283
|
+
*/
|
|
284
|
+
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
|
|
285
|
+
}
|
|
286
|
+
export declare namespace MediaCapturePipeline {
|
|
287
|
+
/**
|
|
288
|
+
* @internal
|
|
289
|
+
*/
|
|
290
|
+
const filterSensitiveLog: (obj: MediaCapturePipeline) => any;
|
|
291
|
+
}
|
|
292
|
+
export interface CreateMediaCapturePipelineResponse {
|
|
293
|
+
/**
|
|
294
|
+
* <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
|
+
*/
|
|
296
|
+
MediaCapturePipeline?: MediaCapturePipeline;
|
|
297
|
+
}
|
|
298
|
+
export declare namespace CreateMediaCapturePipelineResponse {
|
|
299
|
+
/**
|
|
300
|
+
* @internal
|
|
301
|
+
*/
|
|
302
|
+
const filterSensitiveLog: (obj: CreateMediaCapturePipelineResponse) => any;
|
|
303
|
+
}
|
|
304
|
+
/**
|
|
305
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
306
|
+
*/
|
|
307
|
+
export declare class ForbiddenException extends __BaseException {
|
|
308
|
+
readonly name: "ForbiddenException";
|
|
309
|
+
readonly $fault: "client";
|
|
310
|
+
Code?: ErrorCode | string;
|
|
311
|
+
Message?: string;
|
|
312
|
+
/**
|
|
313
|
+
* <p>The request id associated with the call responsible for the exception.</p>
|
|
314
|
+
*/
|
|
315
|
+
RequestId?: string;
|
|
316
|
+
/**
|
|
317
|
+
* @internal
|
|
318
|
+
*/
|
|
319
|
+
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* <p>The request exceeds the resource limit.</p>
|
|
323
|
+
*/
|
|
324
|
+
export declare class ResourceLimitExceededException extends __BaseException {
|
|
325
|
+
readonly name: "ResourceLimitExceededException";
|
|
326
|
+
readonly $fault: "client";
|
|
327
|
+
Code?: ErrorCode | string;
|
|
328
|
+
Message?: string;
|
|
329
|
+
/**
|
|
330
|
+
* <p>The request id associated with the call responsible for the exception.</p>
|
|
331
|
+
*/
|
|
332
|
+
RequestId?: string;
|
|
333
|
+
/**
|
|
334
|
+
* @internal
|
|
335
|
+
*/
|
|
336
|
+
constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
|
|
337
|
+
}
|
|
338
|
+
/**
|
|
339
|
+
* <p>The service encountered an unexpected error.</p>
|
|
340
|
+
*/
|
|
341
|
+
export declare class ServiceFailureException extends __BaseException {
|
|
342
|
+
readonly name: "ServiceFailureException";
|
|
343
|
+
readonly $fault: "server";
|
|
344
|
+
Code?: ErrorCode | string;
|
|
345
|
+
Message?: string;
|
|
346
|
+
/**
|
|
347
|
+
* <p>The request id associated with the call responsible for the exception.</p>
|
|
348
|
+
*/
|
|
349
|
+
RequestId?: string;
|
|
350
|
+
/**
|
|
351
|
+
* @internal
|
|
352
|
+
*/
|
|
353
|
+
constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
|
|
354
|
+
}
|
|
355
|
+
/**
|
|
356
|
+
* <p>The service is currently unavailable.</p>
|
|
357
|
+
*/
|
|
358
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
359
|
+
readonly name: "ServiceUnavailableException";
|
|
360
|
+
readonly $fault: "server";
|
|
361
|
+
Code?: ErrorCode | string;
|
|
362
|
+
Message?: string;
|
|
363
|
+
/**
|
|
364
|
+
* <p>The request id associated with the call responsible for the exception.</p>
|
|
365
|
+
*/
|
|
366
|
+
RequestId?: string;
|
|
367
|
+
/**
|
|
368
|
+
* @internal
|
|
369
|
+
*/
|
|
370
|
+
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
371
|
+
}
|
|
372
|
+
/**
|
|
373
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
374
|
+
*/
|
|
375
|
+
export declare class ThrottledClientException extends __BaseException {
|
|
376
|
+
readonly name: "ThrottledClientException";
|
|
377
|
+
readonly $fault: "client";
|
|
378
|
+
Code?: ErrorCode | string;
|
|
379
|
+
Message?: string;
|
|
380
|
+
/**
|
|
381
|
+
* <p>The request id associated with the call responsible for the exception.</p>
|
|
382
|
+
*/
|
|
383
|
+
RequestId?: string;
|
|
384
|
+
/**
|
|
385
|
+
* @internal
|
|
386
|
+
*/
|
|
387
|
+
constructor(opts: __ExceptionOptionType<ThrottledClientException, __BaseException>);
|
|
388
|
+
}
|
|
389
|
+
/**
|
|
390
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
391
|
+
*/
|
|
392
|
+
export declare class UnauthorizedClientException extends __BaseException {
|
|
393
|
+
readonly name: "UnauthorizedClientException";
|
|
394
|
+
readonly $fault: "client";
|
|
395
|
+
Code?: ErrorCode | string;
|
|
396
|
+
Message?: string;
|
|
397
|
+
/**
|
|
398
|
+
* <p>The request id associated with the call responsible for the exception.</p>
|
|
399
|
+
*/
|
|
400
|
+
RequestId?: string;
|
|
401
|
+
/**
|
|
402
|
+
* @internal
|
|
403
|
+
*/
|
|
404
|
+
constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
|
|
405
|
+
}
|
|
406
|
+
export interface DeleteMediaCapturePipelineRequest {
|
|
407
|
+
/**
|
|
408
|
+
* <p>The ID of the media capture pipeline being deleted. </p>
|
|
409
|
+
*/
|
|
410
|
+
MediaPipelineId: string | undefined;
|
|
411
|
+
}
|
|
412
|
+
export declare namespace DeleteMediaCapturePipelineRequest {
|
|
413
|
+
/**
|
|
414
|
+
* @internal
|
|
415
|
+
*/
|
|
416
|
+
const filterSensitiveLog: (obj: DeleteMediaCapturePipelineRequest) => any;
|
|
417
|
+
}
|
|
418
|
+
/**
|
|
419
|
+
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
420
|
+
*/
|
|
421
|
+
export declare class NotFoundException extends __BaseException {
|
|
422
|
+
readonly name: "NotFoundException";
|
|
423
|
+
readonly $fault: "client";
|
|
424
|
+
Code?: ErrorCode | string;
|
|
425
|
+
Message?: string;
|
|
426
|
+
/**
|
|
427
|
+
* <p>The request id associated with the call responsible for the exception.</p>
|
|
428
|
+
*/
|
|
429
|
+
RequestId?: string;
|
|
430
|
+
/**
|
|
431
|
+
* @internal
|
|
432
|
+
*/
|
|
433
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
434
|
+
}
|
|
435
|
+
export interface GetMediaCapturePipelineRequest {
|
|
436
|
+
/**
|
|
437
|
+
* <p>The ID of the pipeline that you want to get.</p>
|
|
438
|
+
*/
|
|
439
|
+
MediaPipelineId: string | undefined;
|
|
440
|
+
}
|
|
441
|
+
export declare namespace GetMediaCapturePipelineRequest {
|
|
442
|
+
/**
|
|
443
|
+
* @internal
|
|
444
|
+
*/
|
|
445
|
+
const filterSensitiveLog: (obj: GetMediaCapturePipelineRequest) => any;
|
|
446
|
+
}
|
|
447
|
+
export interface GetMediaCapturePipelineResponse {
|
|
448
|
+
/**
|
|
449
|
+
* <p>The media capture pipeline object.</p>
|
|
450
|
+
*/
|
|
451
|
+
MediaCapturePipeline?: MediaCapturePipeline;
|
|
452
|
+
}
|
|
453
|
+
export declare namespace GetMediaCapturePipelineResponse {
|
|
454
|
+
/**
|
|
455
|
+
* @internal
|
|
456
|
+
*/
|
|
457
|
+
const filterSensitiveLog: (obj: GetMediaCapturePipelineResponse) => any;
|
|
458
|
+
}
|
|
459
|
+
export interface ListMediaCapturePipelinesRequest {
|
|
460
|
+
/**
|
|
461
|
+
* <p>The token used to retrieve the next page of results.</p>
|
|
462
|
+
*/
|
|
463
|
+
NextToken?: string;
|
|
464
|
+
/**
|
|
465
|
+
* <p>The maximum number of results to return in a single call. Valid Range: 1 - 99.</p>
|
|
466
|
+
*/
|
|
467
|
+
MaxResults?: number;
|
|
468
|
+
}
|
|
469
|
+
export declare namespace ListMediaCapturePipelinesRequest {
|
|
470
|
+
/**
|
|
471
|
+
* @internal
|
|
472
|
+
*/
|
|
473
|
+
const filterSensitiveLog: (obj: ListMediaCapturePipelinesRequest) => any;
|
|
474
|
+
}
|
|
475
|
+
/**
|
|
476
|
+
* <p>A summary of a media capture pipeline.</p>
|
|
477
|
+
*/
|
|
478
|
+
export interface MediaCapturePipelineSummary {
|
|
479
|
+
/**
|
|
480
|
+
* <p>The ID of a media capture pipeline.</p>
|
|
481
|
+
*/
|
|
482
|
+
MediaPipelineId?: string;
|
|
483
|
+
/**
|
|
484
|
+
* <p>The ARN of a media capture pipeline.</p>
|
|
485
|
+
*/
|
|
486
|
+
MediaPipelineArn?: string;
|
|
487
|
+
}
|
|
488
|
+
export declare namespace MediaCapturePipelineSummary {
|
|
489
|
+
/**
|
|
490
|
+
* @internal
|
|
491
|
+
*/
|
|
492
|
+
const filterSensitiveLog: (obj: MediaCapturePipelineSummary) => any;
|
|
493
|
+
}
|
|
494
|
+
export interface ListMediaCapturePipelinesResponse {
|
|
495
|
+
/**
|
|
496
|
+
* <p>The media capture pipeline objects in the list.</p>
|
|
497
|
+
*/
|
|
498
|
+
MediaCapturePipelines?: MediaCapturePipelineSummary[];
|
|
499
|
+
/**
|
|
500
|
+
* <p>The token used to retrieve the next page of results. </p>
|
|
501
|
+
*/
|
|
502
|
+
NextToken?: string;
|
|
503
|
+
}
|
|
504
|
+
export declare namespace ListMediaCapturePipelinesResponse {
|
|
505
|
+
/**
|
|
506
|
+
* @internal
|
|
507
|
+
*/
|
|
508
|
+
const filterSensitiveLog: (obj: ListMediaCapturePipelinesResponse) => any;
|
|
509
|
+
}
|
|
510
|
+
export interface ListTagsForResourceRequest {
|
|
511
|
+
/**
|
|
512
|
+
* <p>The resource ARN.</p>
|
|
513
|
+
*/
|
|
514
|
+
ResourceARN: string | undefined;
|
|
515
|
+
}
|
|
516
|
+
export declare namespace ListTagsForResourceRequest {
|
|
517
|
+
/**
|
|
518
|
+
* @internal
|
|
519
|
+
*/
|
|
520
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
521
|
+
}
|
|
522
|
+
export interface ListTagsForResourceResponse {
|
|
523
|
+
/**
|
|
524
|
+
* <p>The tag key-value pairs.</p>
|
|
525
|
+
*/
|
|
526
|
+
Tags?: Tag[];
|
|
527
|
+
}
|
|
528
|
+
export declare namespace ListTagsForResourceResponse {
|
|
529
|
+
/**
|
|
530
|
+
* @internal
|
|
531
|
+
*/
|
|
532
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
533
|
+
}
|
|
534
|
+
export interface TagResourceRequest {
|
|
535
|
+
/**
|
|
536
|
+
* <p>The resource ARN.</p>
|
|
537
|
+
*/
|
|
538
|
+
ResourceARN: string | undefined;
|
|
539
|
+
/**
|
|
540
|
+
* <p>The tag key-value pairs.</p>
|
|
541
|
+
*/
|
|
542
|
+
Tags: Tag[] | undefined;
|
|
543
|
+
}
|
|
544
|
+
export declare namespace TagResourceRequest {
|
|
545
|
+
/**
|
|
546
|
+
* @internal
|
|
547
|
+
*/
|
|
548
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
549
|
+
}
|
|
550
|
+
export interface TagResourceResponse {
|
|
551
|
+
}
|
|
552
|
+
export declare namespace TagResourceResponse {
|
|
553
|
+
/**
|
|
554
|
+
* @internal
|
|
555
|
+
*/
|
|
556
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
557
|
+
}
|
|
558
|
+
export interface UntagResourceRequest {
|
|
559
|
+
/**
|
|
560
|
+
* <p>The resource ARN.</p>
|
|
561
|
+
*/
|
|
562
|
+
ResourceARN: string | undefined;
|
|
563
|
+
/**
|
|
564
|
+
* <p>The tag keys.</p>
|
|
565
|
+
*/
|
|
566
|
+
TagKeys: string[] | undefined;
|
|
567
|
+
}
|
|
568
|
+
export declare namespace UntagResourceRequest {
|
|
569
|
+
/**
|
|
570
|
+
* @internal
|
|
571
|
+
*/
|
|
572
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
573
|
+
}
|
|
574
|
+
export interface UntagResourceResponse {
|
|
575
|
+
}
|
|
576
|
+
export declare namespace UntagResourceResponse {
|
|
577
|
+
/**
|
|
578
|
+
* @internal
|
|
579
|
+
*/
|
|
580
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
581
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { ChimeSDKMediaPipelines } from "../ChimeSDKMediaPipelines";
|
|
3
|
+
import { ChimeSDKMediaPipelinesClient } from "../ChimeSDKMediaPipelinesClient";
|
|
4
|
+
export interface ChimeSDKMediaPipelinesPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: ChimeSDKMediaPipelines | ChimeSDKMediaPipelinesClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "../commands/ListMediaCapturePipelinesCommand";
|
|
3
|
+
import { ChimeSDKMediaPipelinesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListMediaCapturePipelines(config: ChimeSDKMediaPipelinesPaginationConfiguration, input: ListMediaCapturePipelinesCommandInput, ...additionalArguments: any): Paginator<ListMediaCapturePipelinesCommandOutput>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput } from "../commands/CreateMediaCapturePipelineCommand";
|
|
4
|
+
import { DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput } from "../commands/DeleteMediaCapturePipelineCommand";
|
|
5
|
+
import { GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput } from "../commands/GetMediaCapturePipelineCommand";
|
|
6
|
+
import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "../commands/ListMediaCapturePipelinesCommand";
|
|
7
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
8
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
9
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
10
|
+
export declare const serializeAws_restJson1CreateMediaCapturePipelineCommand: (input: CreateMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
11
|
+
export declare const serializeAws_restJson1DeleteMediaCapturePipelineCommand: (input: DeleteMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
12
|
+
export declare const serializeAws_restJson1GetMediaCapturePipelineCommand: (input: GetMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
13
|
+
export declare const serializeAws_restJson1ListMediaCapturePipelinesCommand: (input: ListMediaCapturePipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
14
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
15
|
+
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
16
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
17
|
+
export declare const deserializeAws_restJson1CreateMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaCapturePipelineCommandOutput>;
|
|
18
|
+
export declare const deserializeAws_restJson1DeleteMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaCapturePipelineCommandOutput>;
|
|
19
|
+
export declare const deserializeAws_restJson1GetMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaCapturePipelineCommandOutput>;
|
|
20
|
+
export declare const deserializeAws_restJson1ListMediaCapturePipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaCapturePipelinesCommandOutput>;
|
|
21
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
22
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
23
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: ChimeSDKMediaPipelinesClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
15
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
17
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
19
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
20
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
23
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
24
|
+
apiVersion: string;
|
|
25
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
26
|
+
disableHostPrefix: boolean;
|
|
27
|
+
logger: import("@aws-sdk/types").Logger;
|
|
28
|
+
serviceId: string;
|
|
29
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
30
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
31
|
+
tls?: boolean | undefined;
|
|
32
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
35
|
+
signingEscapePath?: boolean | undefined;
|
|
36
|
+
systemClockOffset?: number | undefined;
|
|
37
|
+
signingRegion?: string | undefined;
|
|
38
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
39
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
40
|
+
};
|