@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,370 @@
|
|
|
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
|
+
export interface AudioArtifactsConfiguration {
|
|
9
|
+
|
|
10
|
+
MuxType: AudioMuxType | string | undefined;
|
|
11
|
+
}
|
|
12
|
+
export declare namespace AudioArtifactsConfiguration {
|
|
13
|
+
|
|
14
|
+
const filterSensitiveLog: (obj: AudioArtifactsConfiguration) => any;
|
|
15
|
+
}
|
|
16
|
+
export declare enum ContentMuxType {
|
|
17
|
+
ContentOnly = "ContentOnly"
|
|
18
|
+
}
|
|
19
|
+
export declare enum ArtifactsState {
|
|
20
|
+
Disabled = "Disabled",
|
|
21
|
+
Enabled = "Enabled"
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface ContentArtifactsConfiguration {
|
|
25
|
+
|
|
26
|
+
State: ArtifactsState | string | undefined;
|
|
27
|
+
|
|
28
|
+
MuxType?: ContentMuxType | string;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace ContentArtifactsConfiguration {
|
|
31
|
+
|
|
32
|
+
const filterSensitiveLog: (obj: ContentArtifactsConfiguration) => any;
|
|
33
|
+
}
|
|
34
|
+
export declare enum VideoMuxType {
|
|
35
|
+
VideoOnly = "VideoOnly"
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface VideoArtifactsConfiguration {
|
|
39
|
+
|
|
40
|
+
State: ArtifactsState | string | undefined;
|
|
41
|
+
|
|
42
|
+
MuxType?: VideoMuxType | string;
|
|
43
|
+
}
|
|
44
|
+
export declare namespace VideoArtifactsConfiguration {
|
|
45
|
+
|
|
46
|
+
const filterSensitiveLog: (obj: VideoArtifactsConfiguration) => any;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export interface ArtifactsConfiguration {
|
|
50
|
+
|
|
51
|
+
Audio: AudioArtifactsConfiguration | undefined;
|
|
52
|
+
|
|
53
|
+
Video: VideoArtifactsConfiguration | undefined;
|
|
54
|
+
|
|
55
|
+
Content: ContentArtifactsConfiguration | undefined;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace ArtifactsConfiguration {
|
|
58
|
+
|
|
59
|
+
const filterSensitiveLog: (obj: ArtifactsConfiguration) => any;
|
|
60
|
+
}
|
|
61
|
+
export declare enum ErrorCode {
|
|
62
|
+
BadRequest = "BadRequest",
|
|
63
|
+
Forbidden = "Forbidden",
|
|
64
|
+
NotFound = "NotFound",
|
|
65
|
+
ResourceLimitExceeded = "ResourceLimitExceeded",
|
|
66
|
+
ServiceFailure = "ServiceFailure",
|
|
67
|
+
ServiceUnavailable = "ServiceUnavailable",
|
|
68
|
+
Throttling = "Throttling"
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export declare class BadRequestException extends __BaseException {
|
|
72
|
+
readonly name: "BadRequestException";
|
|
73
|
+
readonly $fault: "client";
|
|
74
|
+
Code?: ErrorCode | string;
|
|
75
|
+
Message?: string;
|
|
76
|
+
|
|
77
|
+
RequestId?: string;
|
|
78
|
+
|
|
79
|
+
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export interface SelectedVideoStreams {
|
|
83
|
+
|
|
84
|
+
AttendeeIds?: string[];
|
|
85
|
+
|
|
86
|
+
ExternalUserIds?: string[];
|
|
87
|
+
}
|
|
88
|
+
export declare namespace SelectedVideoStreams {
|
|
89
|
+
|
|
90
|
+
const filterSensitiveLog: (obj: SelectedVideoStreams) => any;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export interface SourceConfiguration {
|
|
94
|
+
|
|
95
|
+
SelectedVideoStreams?: SelectedVideoStreams;
|
|
96
|
+
}
|
|
97
|
+
export declare namespace SourceConfiguration {
|
|
98
|
+
|
|
99
|
+
const filterSensitiveLog: (obj: SourceConfiguration) => any;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export interface ChimeSdkMeetingConfiguration {
|
|
103
|
+
|
|
104
|
+
SourceConfiguration?: SourceConfiguration;
|
|
105
|
+
|
|
106
|
+
ArtifactsConfiguration?: ArtifactsConfiguration;
|
|
107
|
+
}
|
|
108
|
+
export declare namespace ChimeSdkMeetingConfiguration {
|
|
109
|
+
|
|
110
|
+
const filterSensitiveLog: (obj: ChimeSdkMeetingConfiguration) => any;
|
|
111
|
+
}
|
|
112
|
+
export declare enum MediaPipelineSinkType {
|
|
113
|
+
S3Bucket = "S3Bucket"
|
|
114
|
+
}
|
|
115
|
+
export declare enum MediaPipelineSourceType {
|
|
116
|
+
ChimeSdkMeeting = "ChimeSdkMeeting"
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export interface Tag {
|
|
120
|
+
|
|
121
|
+
Key: string | undefined;
|
|
122
|
+
|
|
123
|
+
Value: string | undefined;
|
|
124
|
+
}
|
|
125
|
+
export declare namespace Tag {
|
|
126
|
+
|
|
127
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
128
|
+
}
|
|
129
|
+
export interface CreateMediaCapturePipelineRequest {
|
|
130
|
+
|
|
131
|
+
SourceType: MediaPipelineSourceType | string | undefined;
|
|
132
|
+
|
|
133
|
+
SourceArn: string | undefined;
|
|
134
|
+
|
|
135
|
+
SinkType: MediaPipelineSinkType | string | undefined;
|
|
136
|
+
|
|
137
|
+
SinkArn: string | undefined;
|
|
138
|
+
|
|
139
|
+
ClientRequestToken?: string;
|
|
140
|
+
|
|
141
|
+
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
|
|
142
|
+
|
|
143
|
+
Tags?: Tag[];
|
|
144
|
+
}
|
|
145
|
+
export declare namespace CreateMediaCapturePipelineRequest {
|
|
146
|
+
|
|
147
|
+
const filterSensitiveLog: (obj: CreateMediaCapturePipelineRequest) => any;
|
|
148
|
+
}
|
|
149
|
+
export declare enum MediaPipelineStatus {
|
|
150
|
+
Failed = "Failed",
|
|
151
|
+
InProgress = "InProgress",
|
|
152
|
+
Initializing = "Initializing",
|
|
153
|
+
Stopped = "Stopped",
|
|
154
|
+
Stopping = "Stopping"
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
export interface MediaCapturePipeline {
|
|
158
|
+
|
|
159
|
+
MediaPipelineId?: string;
|
|
160
|
+
|
|
161
|
+
MediaPipelineArn?: string;
|
|
162
|
+
|
|
163
|
+
SourceType?: MediaPipelineSourceType | string;
|
|
164
|
+
|
|
165
|
+
SourceArn?: string;
|
|
166
|
+
|
|
167
|
+
Status?: MediaPipelineStatus | string;
|
|
168
|
+
|
|
169
|
+
SinkType?: MediaPipelineSinkType | string;
|
|
170
|
+
|
|
171
|
+
SinkArn?: string;
|
|
172
|
+
|
|
173
|
+
CreatedTimestamp?: Date;
|
|
174
|
+
|
|
175
|
+
UpdatedTimestamp?: Date;
|
|
176
|
+
|
|
177
|
+
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
|
|
178
|
+
}
|
|
179
|
+
export declare namespace MediaCapturePipeline {
|
|
180
|
+
|
|
181
|
+
const filterSensitiveLog: (obj: MediaCapturePipeline) => any;
|
|
182
|
+
}
|
|
183
|
+
export interface CreateMediaCapturePipelineResponse {
|
|
184
|
+
|
|
185
|
+
MediaCapturePipeline?: MediaCapturePipeline;
|
|
186
|
+
}
|
|
187
|
+
export declare namespace CreateMediaCapturePipelineResponse {
|
|
188
|
+
|
|
189
|
+
const filterSensitiveLog: (obj: CreateMediaCapturePipelineResponse) => any;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export declare class ForbiddenException extends __BaseException {
|
|
193
|
+
readonly name: "ForbiddenException";
|
|
194
|
+
readonly $fault: "client";
|
|
195
|
+
Code?: ErrorCode | string;
|
|
196
|
+
Message?: string;
|
|
197
|
+
|
|
198
|
+
RequestId?: string;
|
|
199
|
+
|
|
200
|
+
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
export declare class ResourceLimitExceededException extends __BaseException {
|
|
204
|
+
readonly name: "ResourceLimitExceededException";
|
|
205
|
+
readonly $fault: "client";
|
|
206
|
+
Code?: ErrorCode | string;
|
|
207
|
+
Message?: string;
|
|
208
|
+
|
|
209
|
+
RequestId?: string;
|
|
210
|
+
|
|
211
|
+
constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
export declare class ServiceFailureException extends __BaseException {
|
|
215
|
+
readonly name: "ServiceFailureException";
|
|
216
|
+
readonly $fault: "server";
|
|
217
|
+
Code?: ErrorCode | string;
|
|
218
|
+
Message?: string;
|
|
219
|
+
|
|
220
|
+
RequestId?: string;
|
|
221
|
+
|
|
222
|
+
constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
226
|
+
readonly name: "ServiceUnavailableException";
|
|
227
|
+
readonly $fault: "server";
|
|
228
|
+
Code?: ErrorCode | string;
|
|
229
|
+
Message?: string;
|
|
230
|
+
|
|
231
|
+
RequestId?: string;
|
|
232
|
+
|
|
233
|
+
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export declare class ThrottledClientException extends __BaseException {
|
|
237
|
+
readonly name: "ThrottledClientException";
|
|
238
|
+
readonly $fault: "client";
|
|
239
|
+
Code?: ErrorCode | string;
|
|
240
|
+
Message?: string;
|
|
241
|
+
|
|
242
|
+
RequestId?: string;
|
|
243
|
+
|
|
244
|
+
constructor(opts: __ExceptionOptionType<ThrottledClientException, __BaseException>);
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
export declare class UnauthorizedClientException extends __BaseException {
|
|
248
|
+
readonly name: "UnauthorizedClientException";
|
|
249
|
+
readonly $fault: "client";
|
|
250
|
+
Code?: ErrorCode | string;
|
|
251
|
+
Message?: string;
|
|
252
|
+
|
|
253
|
+
RequestId?: string;
|
|
254
|
+
|
|
255
|
+
constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
|
|
256
|
+
}
|
|
257
|
+
export interface DeleteMediaCapturePipelineRequest {
|
|
258
|
+
|
|
259
|
+
MediaPipelineId: string | undefined;
|
|
260
|
+
}
|
|
261
|
+
export declare namespace DeleteMediaCapturePipelineRequest {
|
|
262
|
+
|
|
263
|
+
const filterSensitiveLog: (obj: DeleteMediaCapturePipelineRequest) => any;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
export declare class NotFoundException extends __BaseException {
|
|
267
|
+
readonly name: "NotFoundException";
|
|
268
|
+
readonly $fault: "client";
|
|
269
|
+
Code?: ErrorCode | string;
|
|
270
|
+
Message?: string;
|
|
271
|
+
|
|
272
|
+
RequestId?: string;
|
|
273
|
+
|
|
274
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
275
|
+
}
|
|
276
|
+
export interface GetMediaCapturePipelineRequest {
|
|
277
|
+
|
|
278
|
+
MediaPipelineId: string | undefined;
|
|
279
|
+
}
|
|
280
|
+
export declare namespace GetMediaCapturePipelineRequest {
|
|
281
|
+
|
|
282
|
+
const filterSensitiveLog: (obj: GetMediaCapturePipelineRequest) => any;
|
|
283
|
+
}
|
|
284
|
+
export interface GetMediaCapturePipelineResponse {
|
|
285
|
+
|
|
286
|
+
MediaCapturePipeline?: MediaCapturePipeline;
|
|
287
|
+
}
|
|
288
|
+
export declare namespace GetMediaCapturePipelineResponse {
|
|
289
|
+
|
|
290
|
+
const filterSensitiveLog: (obj: GetMediaCapturePipelineResponse) => any;
|
|
291
|
+
}
|
|
292
|
+
export interface ListMediaCapturePipelinesRequest {
|
|
293
|
+
|
|
294
|
+
NextToken?: string;
|
|
295
|
+
|
|
296
|
+
MaxResults?: number;
|
|
297
|
+
}
|
|
298
|
+
export declare namespace ListMediaCapturePipelinesRequest {
|
|
299
|
+
|
|
300
|
+
const filterSensitiveLog: (obj: ListMediaCapturePipelinesRequest) => any;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
export interface MediaCapturePipelineSummary {
|
|
304
|
+
|
|
305
|
+
MediaPipelineId?: string;
|
|
306
|
+
|
|
307
|
+
MediaPipelineArn?: string;
|
|
308
|
+
}
|
|
309
|
+
export declare namespace MediaCapturePipelineSummary {
|
|
310
|
+
|
|
311
|
+
const filterSensitiveLog: (obj: MediaCapturePipelineSummary) => any;
|
|
312
|
+
}
|
|
313
|
+
export interface ListMediaCapturePipelinesResponse {
|
|
314
|
+
|
|
315
|
+
MediaCapturePipelines?: MediaCapturePipelineSummary[];
|
|
316
|
+
|
|
317
|
+
NextToken?: string;
|
|
318
|
+
}
|
|
319
|
+
export declare namespace ListMediaCapturePipelinesResponse {
|
|
320
|
+
|
|
321
|
+
const filterSensitiveLog: (obj: ListMediaCapturePipelinesResponse) => any;
|
|
322
|
+
}
|
|
323
|
+
export interface ListTagsForResourceRequest {
|
|
324
|
+
|
|
325
|
+
ResourceARN: string | undefined;
|
|
326
|
+
}
|
|
327
|
+
export declare namespace ListTagsForResourceRequest {
|
|
328
|
+
|
|
329
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
330
|
+
}
|
|
331
|
+
export interface ListTagsForResourceResponse {
|
|
332
|
+
|
|
333
|
+
Tags?: Tag[];
|
|
334
|
+
}
|
|
335
|
+
export declare namespace ListTagsForResourceResponse {
|
|
336
|
+
|
|
337
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
338
|
+
}
|
|
339
|
+
export interface TagResourceRequest {
|
|
340
|
+
|
|
341
|
+
ResourceARN: string | undefined;
|
|
342
|
+
|
|
343
|
+
Tags: Tag[] | undefined;
|
|
344
|
+
}
|
|
345
|
+
export declare namespace TagResourceRequest {
|
|
346
|
+
|
|
347
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
348
|
+
}
|
|
349
|
+
export interface TagResourceResponse {
|
|
350
|
+
}
|
|
351
|
+
export declare namespace TagResourceResponse {
|
|
352
|
+
|
|
353
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
354
|
+
}
|
|
355
|
+
export interface UntagResourceRequest {
|
|
356
|
+
|
|
357
|
+
ResourceARN: string | undefined;
|
|
358
|
+
|
|
359
|
+
TagKeys: string[] | undefined;
|
|
360
|
+
}
|
|
361
|
+
export declare namespace UntagResourceRequest {
|
|
362
|
+
|
|
363
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
364
|
+
}
|
|
365
|
+
export interface UntagResourceResponse {
|
|
366
|
+
}
|
|
367
|
+
export declare namespace UntagResourceResponse {
|
|
368
|
+
|
|
369
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
370
|
+
}
|
|
@@ -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,38 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: ChimeSDKMediaPipelinesClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: ChimeSDKMediaPipelinesClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClient";
|
|
2
|
+
|
|
3
|
+
export declare const getRuntimeConfig: (config: ChimeSDKMediaPipelinesClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
disableHostPrefix: boolean;
|
|
16
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: ChimeSDKMediaPipelinesClientConfig) => {
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
logger: __Logger;
|
|
8
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
+
serviceId: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aws-sdk/client-chime-sdk-media-pipelines",
|
|
3
|
+
"description": "AWS SDK for JavaScript Chime Sdk Media Pipelines Client for Node.js, Browser and React Native",
|
|
4
|
+
"version": "3.79.0",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
|
+
"build:es": "tsc -p tsconfig.es.json",
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
13
|
+
},
|
|
14
|
+
"main": "./dist-cjs/index.js",
|
|
15
|
+
"types": "./dist-types/index.d.ts",
|
|
16
|
+
"module": "./dist-es/index.js",
|
|
17
|
+
"sideEffects": false,
|
|
18
|
+
"dependencies": {
|
|
19
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
+
"@aws-sdk/client-sts": "3.79.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.79.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.79.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.78.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.78.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.78.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.78.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.78.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.79.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.78.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.78.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.78.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.78.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.79.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.78.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.78.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.78.0",
|
|
39
|
+
"@aws-sdk/types": "3.78.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.78.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.78.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.79.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.78.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.79.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
|
+
"tslib": "^2.3.1",
|
|
52
|
+
"uuid": "^8.3.2"
|
|
53
|
+
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.58.0",
|
|
56
|
+
"@tsconfig/recommended": "1.0.1",
|
|
57
|
+
"@types/node": "^12.7.5",
|
|
58
|
+
"@types/uuid": "^8.3.0",
|
|
59
|
+
"concurrently": "7.0.0",
|
|
60
|
+
"downlevel-dts": "0.7.0",
|
|
61
|
+
"rimraf": "3.0.2",
|
|
62
|
+
"typedoc": "0.19.2",
|
|
63
|
+
"typescript": "~4.6.2"
|
|
64
|
+
},
|
|
65
|
+
"engines": {
|
|
66
|
+
"node": ">=12.0.0"
|
|
67
|
+
},
|
|
68
|
+
"typesVersions": {
|
|
69
|
+
"<4.0": {
|
|
70
|
+
"dist-types/*": [
|
|
71
|
+
"dist-types/ts3.4/*"
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"files": [
|
|
76
|
+
"dist-*"
|
|
77
|
+
],
|
|
78
|
+
"author": {
|
|
79
|
+
"name": "AWS SDK for JavaScript Team",
|
|
80
|
+
"url": "https://aws.amazon.com/javascript/"
|
|
81
|
+
},
|
|
82
|
+
"license": "Apache-2.0",
|
|
83
|
+
"browser": {
|
|
84
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
85
|
+
},
|
|
86
|
+
"react-native": {
|
|
87
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
88
|
+
},
|
|
89
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-chime-sdk-media-pipelines",
|
|
90
|
+
"repository": {
|
|
91
|
+
"type": "git",
|
|
92
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
93
|
+
"directory": "clients/client-chime-sdk-media-pipelines"
|
|
94
|
+
}
|
|
95
|
+
}
|