@aws-sdk/client-chime-sdk-media-pipelines 3.418.0 → 3.419.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/README.md +48 -0
- package/dist-cjs/ChimeSDKMediaPipelines.js +12 -0
- package/dist-cjs/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +52 -0
- package/dist-cjs/commands/CreateMediaStreamPipelineCommand.js +52 -0
- package/dist-cjs/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +51 -0
- package/dist-cjs/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +52 -0
- package/dist-cjs/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +52 -0
- package/dist-cjs/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +52 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +92 -1
- package/dist-cjs/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +477 -1
- package/dist-es/ChimeSDKMediaPipelines.js +12 -0
- package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +48 -0
- package/dist-es/commands/CreateMediaStreamPipelineCommand.js +48 -0
- package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +47 -0
- package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +48 -0
- package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +48 -0
- package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +48 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +78 -0
- package/dist-es/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +464 -1
- package/dist-types/ChimeSDKMediaPipelines.d.ts +42 -0
- package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +8 -2
- package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +121 -0
- package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +137 -0
- package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +96 -0
- package/dist-types/commands/GetMediaPipelineCommand.d.ts +21 -0
- package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +106 -0
- package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +102 -0
- package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +113 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +435 -12
- package/dist-types/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/ChimeSDKMediaPipelines.d.ts +132 -0
- package/dist-types/ts3.4/ChimeSDKMediaPipelinesClient.d.ts +38 -2
- package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +143 -3
- package/dist-types/ts3.4/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, take, withBaseException, } from "@smithy/smithy-client";
|
|
2
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
3
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
4
|
import { ChimeSDKMediaPipelinesServiceException as __BaseException } from "../models/ChimeSDKMediaPipelinesServiceException";
|
|
5
5
|
import { BadRequestException, ConflictException, ForbiddenException, NotFoundException, ResourceLimitExceededException, ServiceFailureException, ServiceUnavailableException, ThrottledClientException, UnauthorizedClientException, } from "../models/models_0";
|
|
@@ -126,6 +126,53 @@ export const se_CreateMediaLiveConnectorPipelineCommand = async (input, context)
|
|
|
126
126
|
body,
|
|
127
127
|
});
|
|
128
128
|
};
|
|
129
|
+
export const se_CreateMediaPipelineKinesisVideoStreamPoolCommand = async (input, context) => {
|
|
130
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
131
|
+
const headers = {
|
|
132
|
+
"content-type": "application/json",
|
|
133
|
+
};
|
|
134
|
+
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
135
|
+
"/media-pipeline-kinesis-video-stream-pools";
|
|
136
|
+
let body;
|
|
137
|
+
body = JSON.stringify(take(input, {
|
|
138
|
+
ClientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
139
|
+
PoolName: [],
|
|
140
|
+
StreamConfiguration: (_) => _json(_),
|
|
141
|
+
Tags: (_) => _json(_),
|
|
142
|
+
}));
|
|
143
|
+
return new __HttpRequest({
|
|
144
|
+
protocol,
|
|
145
|
+
hostname,
|
|
146
|
+
port,
|
|
147
|
+
method: "POST",
|
|
148
|
+
headers,
|
|
149
|
+
path: resolvedPath,
|
|
150
|
+
body,
|
|
151
|
+
});
|
|
152
|
+
};
|
|
153
|
+
export const se_CreateMediaStreamPipelineCommand = async (input, context) => {
|
|
154
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
155
|
+
const headers = {
|
|
156
|
+
"content-type": "application/json",
|
|
157
|
+
};
|
|
158
|
+
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/sdk-media-stream-pipelines";
|
|
159
|
+
let body;
|
|
160
|
+
body = JSON.stringify(take(input, {
|
|
161
|
+
ClientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
162
|
+
Sinks: (_) => _json(_),
|
|
163
|
+
Sources: (_) => _json(_),
|
|
164
|
+
Tags: (_) => _json(_),
|
|
165
|
+
}));
|
|
166
|
+
return new __HttpRequest({
|
|
167
|
+
protocol,
|
|
168
|
+
hostname,
|
|
169
|
+
port,
|
|
170
|
+
method: "POST",
|
|
171
|
+
headers,
|
|
172
|
+
path: resolvedPath,
|
|
173
|
+
body,
|
|
174
|
+
});
|
|
175
|
+
};
|
|
129
176
|
export const se_DeleteMediaCapturePipelineCommand = async (input, context) => {
|
|
130
177
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
131
178
|
const headers = {};
|
|
@@ -176,6 +223,23 @@ export const se_DeleteMediaPipelineCommand = async (input, context) => {
|
|
|
176
223
|
body,
|
|
177
224
|
});
|
|
178
225
|
};
|
|
226
|
+
export const se_DeleteMediaPipelineKinesisVideoStreamPoolCommand = async (input, context) => {
|
|
227
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
228
|
+
const headers = {};
|
|
229
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
230
|
+
"/media-pipeline-kinesis-video-stream-pools/{Identifier}";
|
|
231
|
+
resolvedPath = __resolvedPath(resolvedPath, input, "Identifier", () => input.Identifier, "{Identifier}", false);
|
|
232
|
+
let body;
|
|
233
|
+
return new __HttpRequest({
|
|
234
|
+
protocol,
|
|
235
|
+
hostname,
|
|
236
|
+
port,
|
|
237
|
+
method: "DELETE",
|
|
238
|
+
headers,
|
|
239
|
+
path: resolvedPath,
|
|
240
|
+
body,
|
|
241
|
+
});
|
|
242
|
+
};
|
|
179
243
|
export const se_GetMediaCapturePipelineCommand = async (input, context) => {
|
|
180
244
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
181
245
|
const headers = {};
|
|
@@ -226,6 +290,23 @@ export const se_GetMediaPipelineCommand = async (input, context) => {
|
|
|
226
290
|
body,
|
|
227
291
|
});
|
|
228
292
|
};
|
|
293
|
+
export const se_GetMediaPipelineKinesisVideoStreamPoolCommand = async (input, context) => {
|
|
294
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
295
|
+
const headers = {};
|
|
296
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
297
|
+
"/media-pipeline-kinesis-video-stream-pools/{Identifier}";
|
|
298
|
+
resolvedPath = __resolvedPath(resolvedPath, input, "Identifier", () => input.Identifier, "{Identifier}", false);
|
|
299
|
+
let body;
|
|
300
|
+
return new __HttpRequest({
|
|
301
|
+
protocol,
|
|
302
|
+
hostname,
|
|
303
|
+
port,
|
|
304
|
+
method: "GET",
|
|
305
|
+
headers,
|
|
306
|
+
path: resolvedPath,
|
|
307
|
+
body,
|
|
308
|
+
});
|
|
309
|
+
};
|
|
229
310
|
export const se_GetSpeakerSearchTaskCommand = async (input, context) => {
|
|
230
311
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
231
312
|
const headers = {};
|
|
@@ -302,6 +383,27 @@ export const se_ListMediaInsightsPipelineConfigurationsCommand = async (input, c
|
|
|
302
383
|
body,
|
|
303
384
|
});
|
|
304
385
|
};
|
|
386
|
+
export const se_ListMediaPipelineKinesisVideoStreamPoolsCommand = async (input, context) => {
|
|
387
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
388
|
+
const headers = {};
|
|
389
|
+
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
390
|
+
"/media-pipeline-kinesis-video-stream-pools";
|
|
391
|
+
const query = map({
|
|
392
|
+
"next-token": [, input.NextToken],
|
|
393
|
+
"max-results": [() => input.MaxResults !== void 0, () => input.MaxResults.toString()],
|
|
394
|
+
});
|
|
395
|
+
let body;
|
|
396
|
+
return new __HttpRequest({
|
|
397
|
+
protocol,
|
|
398
|
+
hostname,
|
|
399
|
+
port,
|
|
400
|
+
method: "GET",
|
|
401
|
+
headers,
|
|
402
|
+
path: resolvedPath,
|
|
403
|
+
query,
|
|
404
|
+
body,
|
|
405
|
+
});
|
|
406
|
+
};
|
|
305
407
|
export const se_ListMediaPipelinesCommand = async (input, context) => {
|
|
306
408
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
307
409
|
const headers = {};
|
|
@@ -537,6 +639,28 @@ export const se_UpdateMediaInsightsPipelineStatusCommand = async (input, context
|
|
|
537
639
|
body,
|
|
538
640
|
});
|
|
539
641
|
};
|
|
642
|
+
export const se_UpdateMediaPipelineKinesisVideoStreamPoolCommand = async (input, context) => {
|
|
643
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
644
|
+
const headers = {
|
|
645
|
+
"content-type": "application/json",
|
|
646
|
+
};
|
|
647
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
648
|
+
"/media-pipeline-kinesis-video-stream-pools/{Identifier}";
|
|
649
|
+
resolvedPath = __resolvedPath(resolvedPath, input, "Identifier", () => input.Identifier, "{Identifier}", false);
|
|
650
|
+
let body;
|
|
651
|
+
body = JSON.stringify(take(input, {
|
|
652
|
+
StreamConfiguration: (_) => _json(_),
|
|
653
|
+
}));
|
|
654
|
+
return new __HttpRequest({
|
|
655
|
+
protocol,
|
|
656
|
+
hostname,
|
|
657
|
+
port,
|
|
658
|
+
method: "PUT",
|
|
659
|
+
headers,
|
|
660
|
+
path: resolvedPath,
|
|
661
|
+
body,
|
|
662
|
+
});
|
|
663
|
+
};
|
|
540
664
|
export const de_CreateMediaCapturePipelineCommand = async (output, context) => {
|
|
541
665
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
542
666
|
return de_CreateMediaCapturePipelineCommandError(output, context);
|
|
@@ -798,6 +922,114 @@ const de_CreateMediaLiveConnectorPipelineCommandError = async (output, context)
|
|
|
798
922
|
});
|
|
799
923
|
}
|
|
800
924
|
};
|
|
925
|
+
export const de_CreateMediaPipelineKinesisVideoStreamPoolCommand = async (output, context) => {
|
|
926
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
927
|
+
return de_CreateMediaPipelineKinesisVideoStreamPoolCommandError(output, context);
|
|
928
|
+
}
|
|
929
|
+
const contents = map({
|
|
930
|
+
$metadata: deserializeMetadata(output),
|
|
931
|
+
});
|
|
932
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
933
|
+
const doc = take(data, {
|
|
934
|
+
KinesisVideoStreamPoolConfiguration: (_) => de_KinesisVideoStreamPoolConfiguration(_, context),
|
|
935
|
+
});
|
|
936
|
+
Object.assign(contents, doc);
|
|
937
|
+
return contents;
|
|
938
|
+
};
|
|
939
|
+
const de_CreateMediaPipelineKinesisVideoStreamPoolCommandError = async (output, context) => {
|
|
940
|
+
const parsedOutput = {
|
|
941
|
+
...output,
|
|
942
|
+
body: await parseErrorBody(output.body, context),
|
|
943
|
+
};
|
|
944
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
945
|
+
switch (errorCode) {
|
|
946
|
+
case "BadRequestException":
|
|
947
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
948
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
949
|
+
case "ConflictException":
|
|
950
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
951
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
952
|
+
case "ForbiddenException":
|
|
953
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
954
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
955
|
+
case "ResourceLimitExceededException":
|
|
956
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
957
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
958
|
+
case "ServiceFailureException":
|
|
959
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
960
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
961
|
+
case "ServiceUnavailableException":
|
|
962
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
963
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
964
|
+
case "ThrottledClientException":
|
|
965
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
966
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
967
|
+
case "UnauthorizedClientException":
|
|
968
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
969
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
970
|
+
default:
|
|
971
|
+
const parsedBody = parsedOutput.body;
|
|
972
|
+
return throwDefaultError({
|
|
973
|
+
output,
|
|
974
|
+
parsedBody,
|
|
975
|
+
errorCode,
|
|
976
|
+
});
|
|
977
|
+
}
|
|
978
|
+
};
|
|
979
|
+
export const de_CreateMediaStreamPipelineCommand = async (output, context) => {
|
|
980
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
981
|
+
return de_CreateMediaStreamPipelineCommandError(output, context);
|
|
982
|
+
}
|
|
983
|
+
const contents = map({
|
|
984
|
+
$metadata: deserializeMetadata(output),
|
|
985
|
+
});
|
|
986
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
987
|
+
const doc = take(data, {
|
|
988
|
+
MediaStreamPipeline: (_) => de_MediaStreamPipeline(_, context),
|
|
989
|
+
});
|
|
990
|
+
Object.assign(contents, doc);
|
|
991
|
+
return contents;
|
|
992
|
+
};
|
|
993
|
+
const de_CreateMediaStreamPipelineCommandError = async (output, context) => {
|
|
994
|
+
const parsedOutput = {
|
|
995
|
+
...output,
|
|
996
|
+
body: await parseErrorBody(output.body, context),
|
|
997
|
+
};
|
|
998
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
999
|
+
switch (errorCode) {
|
|
1000
|
+
case "BadRequestException":
|
|
1001
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1002
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1003
|
+
case "ForbiddenException":
|
|
1004
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1005
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1006
|
+
case "NotFoundException":
|
|
1007
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
1008
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1009
|
+
case "ResourceLimitExceededException":
|
|
1010
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
1011
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
1012
|
+
case "ServiceFailureException":
|
|
1013
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1014
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
1015
|
+
case "ServiceUnavailableException":
|
|
1016
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1017
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1018
|
+
case "ThrottledClientException":
|
|
1019
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1020
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
1021
|
+
case "UnauthorizedClientException":
|
|
1022
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1023
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
1024
|
+
default:
|
|
1025
|
+
const parsedBody = parsedOutput.body;
|
|
1026
|
+
return throwDefaultError({
|
|
1027
|
+
output,
|
|
1028
|
+
parsedBody,
|
|
1029
|
+
errorCode,
|
|
1030
|
+
});
|
|
1031
|
+
}
|
|
1032
|
+
};
|
|
801
1033
|
export const de_DeleteMediaCapturePipelineCommand = async (output, context) => {
|
|
802
1034
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
803
1035
|
return de_DeleteMediaCapturePipelineCommandError(output, context);
|
|
@@ -945,6 +1177,56 @@ const de_DeleteMediaPipelineCommandError = async (output, context) => {
|
|
|
945
1177
|
});
|
|
946
1178
|
}
|
|
947
1179
|
};
|
|
1180
|
+
export const de_DeleteMediaPipelineKinesisVideoStreamPoolCommand = async (output, context) => {
|
|
1181
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1182
|
+
return de_DeleteMediaPipelineKinesisVideoStreamPoolCommandError(output, context);
|
|
1183
|
+
}
|
|
1184
|
+
const contents = map({
|
|
1185
|
+
$metadata: deserializeMetadata(output),
|
|
1186
|
+
});
|
|
1187
|
+
await collectBody(output.body, context);
|
|
1188
|
+
return contents;
|
|
1189
|
+
};
|
|
1190
|
+
const de_DeleteMediaPipelineKinesisVideoStreamPoolCommandError = async (output, context) => {
|
|
1191
|
+
const parsedOutput = {
|
|
1192
|
+
...output,
|
|
1193
|
+
body: await parseErrorBody(output.body, context),
|
|
1194
|
+
};
|
|
1195
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1196
|
+
switch (errorCode) {
|
|
1197
|
+
case "BadRequestException":
|
|
1198
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1199
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1200
|
+
case "ConflictException":
|
|
1201
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
1202
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1203
|
+
case "ForbiddenException":
|
|
1204
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1205
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1206
|
+
case "NotFoundException":
|
|
1207
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
1208
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1209
|
+
case "ServiceFailureException":
|
|
1210
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1211
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
1212
|
+
case "ServiceUnavailableException":
|
|
1213
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1214
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1215
|
+
case "ThrottledClientException":
|
|
1216
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1217
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
1218
|
+
case "UnauthorizedClientException":
|
|
1219
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1220
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
1221
|
+
default:
|
|
1222
|
+
const parsedBody = parsedOutput.body;
|
|
1223
|
+
return throwDefaultError({
|
|
1224
|
+
output,
|
|
1225
|
+
parsedBody,
|
|
1226
|
+
errorCode,
|
|
1227
|
+
});
|
|
1228
|
+
}
|
|
1229
|
+
};
|
|
948
1230
|
export const de_GetMediaCapturePipelineCommand = async (output, context) => {
|
|
949
1231
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
950
1232
|
return de_GetMediaCapturePipelineCommandError(output, context);
|
|
@@ -1098,6 +1380,57 @@ const de_GetMediaPipelineCommandError = async (output, context) => {
|
|
|
1098
1380
|
});
|
|
1099
1381
|
}
|
|
1100
1382
|
};
|
|
1383
|
+
export const de_GetMediaPipelineKinesisVideoStreamPoolCommand = async (output, context) => {
|
|
1384
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1385
|
+
return de_GetMediaPipelineKinesisVideoStreamPoolCommandError(output, context);
|
|
1386
|
+
}
|
|
1387
|
+
const contents = map({
|
|
1388
|
+
$metadata: deserializeMetadata(output),
|
|
1389
|
+
});
|
|
1390
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1391
|
+
const doc = take(data, {
|
|
1392
|
+
KinesisVideoStreamPoolConfiguration: (_) => de_KinesisVideoStreamPoolConfiguration(_, context),
|
|
1393
|
+
});
|
|
1394
|
+
Object.assign(contents, doc);
|
|
1395
|
+
return contents;
|
|
1396
|
+
};
|
|
1397
|
+
const de_GetMediaPipelineKinesisVideoStreamPoolCommandError = async (output, context) => {
|
|
1398
|
+
const parsedOutput = {
|
|
1399
|
+
...output,
|
|
1400
|
+
body: await parseErrorBody(output.body, context),
|
|
1401
|
+
};
|
|
1402
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1403
|
+
switch (errorCode) {
|
|
1404
|
+
case "BadRequestException":
|
|
1405
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1406
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1407
|
+
case "ForbiddenException":
|
|
1408
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1409
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1410
|
+
case "NotFoundException":
|
|
1411
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
1412
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1413
|
+
case "ServiceFailureException":
|
|
1414
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1415
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
1416
|
+
case "ServiceUnavailableException":
|
|
1417
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1418
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1419
|
+
case "ThrottledClientException":
|
|
1420
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1421
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
1422
|
+
case "UnauthorizedClientException":
|
|
1423
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1424
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
1425
|
+
default:
|
|
1426
|
+
const parsedBody = parsedOutput.body;
|
|
1427
|
+
return throwDefaultError({
|
|
1428
|
+
output,
|
|
1429
|
+
parsedBody,
|
|
1430
|
+
errorCode,
|
|
1431
|
+
});
|
|
1432
|
+
}
|
|
1433
|
+
};
|
|
1101
1434
|
export const de_GetSpeakerSearchTaskCommand = async (output, context) => {
|
|
1102
1435
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1103
1436
|
return de_GetSpeakerSearchTaskCommandError(output, context);
|
|
@@ -1304,6 +1637,58 @@ const de_ListMediaInsightsPipelineConfigurationsCommandError = async (output, co
|
|
|
1304
1637
|
});
|
|
1305
1638
|
}
|
|
1306
1639
|
};
|
|
1640
|
+
export const de_ListMediaPipelineKinesisVideoStreamPoolsCommand = async (output, context) => {
|
|
1641
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1642
|
+
return de_ListMediaPipelineKinesisVideoStreamPoolsCommandError(output, context);
|
|
1643
|
+
}
|
|
1644
|
+
const contents = map({
|
|
1645
|
+
$metadata: deserializeMetadata(output),
|
|
1646
|
+
});
|
|
1647
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1648
|
+
const doc = take(data, {
|
|
1649
|
+
KinesisVideoStreamPools: _json,
|
|
1650
|
+
NextToken: __expectString,
|
|
1651
|
+
});
|
|
1652
|
+
Object.assign(contents, doc);
|
|
1653
|
+
return contents;
|
|
1654
|
+
};
|
|
1655
|
+
const de_ListMediaPipelineKinesisVideoStreamPoolsCommandError = async (output, context) => {
|
|
1656
|
+
const parsedOutput = {
|
|
1657
|
+
...output,
|
|
1658
|
+
body: await parseErrorBody(output.body, context),
|
|
1659
|
+
};
|
|
1660
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1661
|
+
switch (errorCode) {
|
|
1662
|
+
case "BadRequestException":
|
|
1663
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1664
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1665
|
+
case "ForbiddenException":
|
|
1666
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1667
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1668
|
+
case "ResourceLimitExceededException":
|
|
1669
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
1670
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
1671
|
+
case "ServiceFailureException":
|
|
1672
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1673
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
1674
|
+
case "ServiceUnavailableException":
|
|
1675
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1676
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1677
|
+
case "ThrottledClientException":
|
|
1678
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1679
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
1680
|
+
case "UnauthorizedClientException":
|
|
1681
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1682
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
1683
|
+
default:
|
|
1684
|
+
const parsedBody = parsedOutput.body;
|
|
1685
|
+
return throwDefaultError({
|
|
1686
|
+
output,
|
|
1687
|
+
parsedBody,
|
|
1688
|
+
errorCode,
|
|
1689
|
+
});
|
|
1690
|
+
}
|
|
1691
|
+
};
|
|
1307
1692
|
export const de_ListMediaPipelinesCommand = async (output, context) => {
|
|
1308
1693
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1309
1694
|
return de_ListMediaPipelinesCommandError(output, context);
|
|
@@ -1813,6 +2198,60 @@ const de_UpdateMediaInsightsPipelineStatusCommandError = async (output, context)
|
|
|
1813
2198
|
});
|
|
1814
2199
|
}
|
|
1815
2200
|
};
|
|
2201
|
+
export const de_UpdateMediaPipelineKinesisVideoStreamPoolCommand = async (output, context) => {
|
|
2202
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2203
|
+
return de_UpdateMediaPipelineKinesisVideoStreamPoolCommandError(output, context);
|
|
2204
|
+
}
|
|
2205
|
+
const contents = map({
|
|
2206
|
+
$metadata: deserializeMetadata(output),
|
|
2207
|
+
});
|
|
2208
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2209
|
+
const doc = take(data, {
|
|
2210
|
+
KinesisVideoStreamPoolConfiguration: (_) => de_KinesisVideoStreamPoolConfiguration(_, context),
|
|
2211
|
+
});
|
|
2212
|
+
Object.assign(contents, doc);
|
|
2213
|
+
return contents;
|
|
2214
|
+
};
|
|
2215
|
+
const de_UpdateMediaPipelineKinesisVideoStreamPoolCommandError = async (output, context) => {
|
|
2216
|
+
const parsedOutput = {
|
|
2217
|
+
...output,
|
|
2218
|
+
body: await parseErrorBody(output.body, context),
|
|
2219
|
+
};
|
|
2220
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2221
|
+
switch (errorCode) {
|
|
2222
|
+
case "BadRequestException":
|
|
2223
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2224
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2225
|
+
case "ConflictException":
|
|
2226
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
2227
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2228
|
+
case "ForbiddenException":
|
|
2229
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2230
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2231
|
+
case "NotFoundException":
|
|
2232
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2233
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2234
|
+
case "ServiceFailureException":
|
|
2235
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2236
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2237
|
+
case "ServiceUnavailableException":
|
|
2238
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2239
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2240
|
+
case "ThrottledClientException":
|
|
2241
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2242
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2243
|
+
case "UnauthorizedClientException":
|
|
2244
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2245
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2246
|
+
default:
|
|
2247
|
+
const parsedBody = parsedOutput.body;
|
|
2248
|
+
return throwDefaultError({
|
|
2249
|
+
output,
|
|
2250
|
+
parsedBody,
|
|
2251
|
+
errorCode,
|
|
2252
|
+
});
|
|
2253
|
+
}
|
|
2254
|
+
};
|
|
1816
2255
|
const throwDefaultError = withBaseException(__BaseException);
|
|
1817
2256
|
const de_BadRequestExceptionRes = async (parsedOutput, context) => {
|
|
1818
2257
|
const contents = map({});
|
|
@@ -1973,6 +2412,18 @@ const de_FragmentSelector = (output, context) => {
|
|
|
1973
2412
|
TimestampRange: (_) => de_TimestampRange(_, context),
|
|
1974
2413
|
});
|
|
1975
2414
|
};
|
|
2415
|
+
const de_KinesisVideoStreamPoolConfiguration = (output, context) => {
|
|
2416
|
+
return take(output, {
|
|
2417
|
+
CreatedTimestamp: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
2418
|
+
PoolArn: __expectString,
|
|
2419
|
+
PoolId: __expectString,
|
|
2420
|
+
PoolName: __expectString,
|
|
2421
|
+
PoolSize: __expectInt32,
|
|
2422
|
+
PoolStatus: __expectString,
|
|
2423
|
+
StreamConfiguration: _json,
|
|
2424
|
+
UpdatedTimestamp: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
2425
|
+
});
|
|
2426
|
+
};
|
|
1976
2427
|
const de_KinesisVideoStreamRecordingSourceRuntimeConfiguration = (output, context) => {
|
|
1977
2428
|
return take(output, {
|
|
1978
2429
|
FragmentSelector: (_) => de_FragmentSelector(_, context),
|
|
@@ -2047,6 +2498,18 @@ const de_MediaPipeline = (output, context) => {
|
|
|
2047
2498
|
MediaConcatenationPipeline: (_) => de_MediaConcatenationPipeline(_, context),
|
|
2048
2499
|
MediaInsightsPipeline: (_) => de_MediaInsightsPipeline(_, context),
|
|
2049
2500
|
MediaLiveConnectorPipeline: (_) => de_MediaLiveConnectorPipeline(_, context),
|
|
2501
|
+
MediaStreamPipeline: (_) => de_MediaStreamPipeline(_, context),
|
|
2502
|
+
});
|
|
2503
|
+
};
|
|
2504
|
+
const de_MediaStreamPipeline = (output, context) => {
|
|
2505
|
+
return take(output, {
|
|
2506
|
+
CreatedTimestamp: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
2507
|
+
MediaPipelineArn: __expectString,
|
|
2508
|
+
MediaPipelineId: __expectString,
|
|
2509
|
+
Sinks: _json,
|
|
2510
|
+
Sources: _json,
|
|
2511
|
+
Status: __expectString,
|
|
2512
|
+
UpdatedTimestamp: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
2050
2513
|
});
|
|
2051
2514
|
};
|
|
2052
2515
|
const de_SpeakerSearchTask = (output, context) => {
|
|
@@ -5,16 +5,21 @@ import { CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationP
|
|
|
5
5
|
import { CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput } from "./commands/CreateMediaInsightsPipelineCommand";
|
|
6
6
|
import { CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput } from "./commands/CreateMediaInsightsPipelineConfigurationCommand";
|
|
7
7
|
import { CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput } from "./commands/CreateMediaLiveConnectorPipelineCommand";
|
|
8
|
+
import { CreateMediaPipelineKinesisVideoStreamPoolCommandInput, CreateMediaPipelineKinesisVideoStreamPoolCommandOutput } from "./commands/CreateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
9
|
+
import { CreateMediaStreamPipelineCommandInput, CreateMediaStreamPipelineCommandOutput } from "./commands/CreateMediaStreamPipelineCommand";
|
|
8
10
|
import { DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput } from "./commands/DeleteMediaCapturePipelineCommand";
|
|
9
11
|
import { DeleteMediaInsightsPipelineConfigurationCommandInput, DeleteMediaInsightsPipelineConfigurationCommandOutput } from "./commands/DeleteMediaInsightsPipelineConfigurationCommand";
|
|
10
12
|
import { DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput } from "./commands/DeleteMediaPipelineCommand";
|
|
13
|
+
import { DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput } from "./commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand";
|
|
11
14
|
import { GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput } from "./commands/GetMediaCapturePipelineCommand";
|
|
12
15
|
import { GetMediaInsightsPipelineConfigurationCommandInput, GetMediaInsightsPipelineConfigurationCommandOutput } from "./commands/GetMediaInsightsPipelineConfigurationCommand";
|
|
13
16
|
import { GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput } from "./commands/GetMediaPipelineCommand";
|
|
17
|
+
import { GetMediaPipelineKinesisVideoStreamPoolCommandInput, GetMediaPipelineKinesisVideoStreamPoolCommandOutput } from "./commands/GetMediaPipelineKinesisVideoStreamPoolCommand";
|
|
14
18
|
import { GetSpeakerSearchTaskCommandInput, GetSpeakerSearchTaskCommandOutput } from "./commands/GetSpeakerSearchTaskCommand";
|
|
15
19
|
import { GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput } from "./commands/GetVoiceToneAnalysisTaskCommand";
|
|
16
20
|
import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "./commands/ListMediaCapturePipelinesCommand";
|
|
17
21
|
import { ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput } from "./commands/ListMediaInsightsPipelineConfigurationsCommand";
|
|
22
|
+
import { ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput } from "./commands/ListMediaPipelineKinesisVideoStreamPoolsCommand";
|
|
18
23
|
import { ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput } from "./commands/ListMediaPipelinesCommand";
|
|
19
24
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
20
25
|
import { StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput } from "./commands/StartSpeakerSearchTaskCommand";
|
|
@@ -25,6 +30,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
25
30
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
26
31
|
import { UpdateMediaInsightsPipelineConfigurationCommandInput, UpdateMediaInsightsPipelineConfigurationCommandOutput } from "./commands/UpdateMediaInsightsPipelineConfigurationCommand";
|
|
27
32
|
import { UpdateMediaInsightsPipelineStatusCommandInput, UpdateMediaInsightsPipelineStatusCommandOutput } from "./commands/UpdateMediaInsightsPipelineStatusCommand";
|
|
33
|
+
import { UpdateMediaPipelineKinesisVideoStreamPoolCommandInput, UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput } from "./commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
28
34
|
export interface ChimeSDKMediaPipelines {
|
|
29
35
|
/**
|
|
30
36
|
* @see {@link CreateMediaCapturePipelineCommand}
|
|
@@ -56,6 +62,18 @@ export interface ChimeSDKMediaPipelines {
|
|
|
56
62
|
createMediaLiveConnectorPipeline(args: CreateMediaLiveConnectorPipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreateMediaLiveConnectorPipelineCommandOutput>;
|
|
57
63
|
createMediaLiveConnectorPipeline(args: CreateMediaLiveConnectorPipelineCommandInput, cb: (err: any, data?: CreateMediaLiveConnectorPipelineCommandOutput) => void): void;
|
|
58
64
|
createMediaLiveConnectorPipeline(args: CreateMediaLiveConnectorPipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMediaLiveConnectorPipelineCommandOutput) => void): void;
|
|
65
|
+
/**
|
|
66
|
+
* @see {@link CreateMediaPipelineKinesisVideoStreamPoolCommand}
|
|
67
|
+
*/
|
|
68
|
+
createMediaPipelineKinesisVideoStreamPool(args: CreateMediaPipelineKinesisVideoStreamPoolCommandInput, options?: __HttpHandlerOptions): Promise<CreateMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
69
|
+
createMediaPipelineKinesisVideoStreamPool(args: CreateMediaPipelineKinesisVideoStreamPoolCommandInput, cb: (err: any, data?: CreateMediaPipelineKinesisVideoStreamPoolCommandOutput) => void): void;
|
|
70
|
+
createMediaPipelineKinesisVideoStreamPool(args: CreateMediaPipelineKinesisVideoStreamPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMediaPipelineKinesisVideoStreamPoolCommandOutput) => void): void;
|
|
71
|
+
/**
|
|
72
|
+
* @see {@link CreateMediaStreamPipelineCommand}
|
|
73
|
+
*/
|
|
74
|
+
createMediaStreamPipeline(args: CreateMediaStreamPipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreateMediaStreamPipelineCommandOutput>;
|
|
75
|
+
createMediaStreamPipeline(args: CreateMediaStreamPipelineCommandInput, cb: (err: any, data?: CreateMediaStreamPipelineCommandOutput) => void): void;
|
|
76
|
+
createMediaStreamPipeline(args: CreateMediaStreamPipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMediaStreamPipelineCommandOutput) => void): void;
|
|
59
77
|
/**
|
|
60
78
|
* @see {@link DeleteMediaCapturePipelineCommand}
|
|
61
79
|
*/
|
|
@@ -74,6 +92,12 @@ export interface ChimeSDKMediaPipelines {
|
|
|
74
92
|
deleteMediaPipeline(args: DeleteMediaPipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMediaPipelineCommandOutput>;
|
|
75
93
|
deleteMediaPipeline(args: DeleteMediaPipelineCommandInput, cb: (err: any, data?: DeleteMediaPipelineCommandOutput) => void): void;
|
|
76
94
|
deleteMediaPipeline(args: DeleteMediaPipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMediaPipelineCommandOutput) => void): void;
|
|
95
|
+
/**
|
|
96
|
+
* @see {@link DeleteMediaPipelineKinesisVideoStreamPoolCommand}
|
|
97
|
+
*/
|
|
98
|
+
deleteMediaPipelineKinesisVideoStreamPool(args: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
99
|
+
deleteMediaPipelineKinesisVideoStreamPool(args: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, cb: (err: any, data?: DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput) => void): void;
|
|
100
|
+
deleteMediaPipelineKinesisVideoStreamPool(args: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput) => void): void;
|
|
77
101
|
/**
|
|
78
102
|
* @see {@link GetMediaCapturePipelineCommand}
|
|
79
103
|
*/
|
|
@@ -92,6 +116,12 @@ export interface ChimeSDKMediaPipelines {
|
|
|
92
116
|
getMediaPipeline(args: GetMediaPipelineCommandInput, options?: __HttpHandlerOptions): Promise<GetMediaPipelineCommandOutput>;
|
|
93
117
|
getMediaPipeline(args: GetMediaPipelineCommandInput, cb: (err: any, data?: GetMediaPipelineCommandOutput) => void): void;
|
|
94
118
|
getMediaPipeline(args: GetMediaPipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMediaPipelineCommandOutput) => void): void;
|
|
119
|
+
/**
|
|
120
|
+
* @see {@link GetMediaPipelineKinesisVideoStreamPoolCommand}
|
|
121
|
+
*/
|
|
122
|
+
getMediaPipelineKinesisVideoStreamPool(args: GetMediaPipelineKinesisVideoStreamPoolCommandInput, options?: __HttpHandlerOptions): Promise<GetMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
123
|
+
getMediaPipelineKinesisVideoStreamPool(args: GetMediaPipelineKinesisVideoStreamPoolCommandInput, cb: (err: any, data?: GetMediaPipelineKinesisVideoStreamPoolCommandOutput) => void): void;
|
|
124
|
+
getMediaPipelineKinesisVideoStreamPool(args: GetMediaPipelineKinesisVideoStreamPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMediaPipelineKinesisVideoStreamPoolCommandOutput) => void): void;
|
|
95
125
|
/**
|
|
96
126
|
* @see {@link GetSpeakerSearchTaskCommand}
|
|
97
127
|
*/
|
|
@@ -116,6 +146,12 @@ export interface ChimeSDKMediaPipelines {
|
|
|
116
146
|
listMediaInsightsPipelineConfigurations(args: ListMediaInsightsPipelineConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListMediaInsightsPipelineConfigurationsCommandOutput>;
|
|
117
147
|
listMediaInsightsPipelineConfigurations(args: ListMediaInsightsPipelineConfigurationsCommandInput, cb: (err: any, data?: ListMediaInsightsPipelineConfigurationsCommandOutput) => void): void;
|
|
118
148
|
listMediaInsightsPipelineConfigurations(args: ListMediaInsightsPipelineConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMediaInsightsPipelineConfigurationsCommandOutput) => void): void;
|
|
149
|
+
/**
|
|
150
|
+
* @see {@link ListMediaPipelineKinesisVideoStreamPoolsCommand}
|
|
151
|
+
*/
|
|
152
|
+
listMediaPipelineKinesisVideoStreamPools(args: ListMediaPipelineKinesisVideoStreamPoolsCommandInput, options?: __HttpHandlerOptions): Promise<ListMediaPipelineKinesisVideoStreamPoolsCommandOutput>;
|
|
153
|
+
listMediaPipelineKinesisVideoStreamPools(args: ListMediaPipelineKinesisVideoStreamPoolsCommandInput, cb: (err: any, data?: ListMediaPipelineKinesisVideoStreamPoolsCommandOutput) => void): void;
|
|
154
|
+
listMediaPipelineKinesisVideoStreamPools(args: ListMediaPipelineKinesisVideoStreamPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMediaPipelineKinesisVideoStreamPoolsCommandOutput) => void): void;
|
|
119
155
|
/**
|
|
120
156
|
* @see {@link ListMediaPipelinesCommand}
|
|
121
157
|
*/
|
|
@@ -176,6 +212,12 @@ export interface ChimeSDKMediaPipelines {
|
|
|
176
212
|
updateMediaInsightsPipelineStatus(args: UpdateMediaInsightsPipelineStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMediaInsightsPipelineStatusCommandOutput>;
|
|
177
213
|
updateMediaInsightsPipelineStatus(args: UpdateMediaInsightsPipelineStatusCommandInput, cb: (err: any, data?: UpdateMediaInsightsPipelineStatusCommandOutput) => void): void;
|
|
178
214
|
updateMediaInsightsPipelineStatus(args: UpdateMediaInsightsPipelineStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMediaInsightsPipelineStatusCommandOutput) => void): void;
|
|
215
|
+
/**
|
|
216
|
+
* @see {@link UpdateMediaPipelineKinesisVideoStreamPoolCommand}
|
|
217
|
+
*/
|
|
218
|
+
updateMediaPipelineKinesisVideoStreamPool(args: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
219
|
+
updateMediaPipelineKinesisVideoStreamPool(args: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput, cb: (err: any, data?: UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput) => void): void;
|
|
220
|
+
updateMediaPipelineKinesisVideoStreamPool(args: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput) => void): void;
|
|
179
221
|
}
|
|
180
222
|
/**
|
|
181
223
|
* @public
|