@aws-sdk/client-chime-sdk-media-pipelines 3.477.0 → 3.481.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/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaConcatenationPipelineCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaInsightsPipelineCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaLiveConnectorPipelineCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaStreamPipelineCommand.js +18 -41
- package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +18 -41
- package/dist-cjs/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteMediaPipelineCommand.js +18 -41
- package/dist-cjs/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +18 -41
- package/dist-cjs/commands/GetMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetMediaPipelineCommand.js +18 -41
- package/dist-cjs/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-cjs/commands/GetSpeakerSearchTaskCommand.js +18 -41
- package/dist-cjs/commands/GetVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +18 -41
- package/dist-cjs/commands/ListMediaInsightsPipelineConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +18 -41
- package/dist-cjs/commands/ListMediaPipelinesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/StartSpeakerSearchTaskCommand.js +18 -41
- package/dist-cjs/commands/StartVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-cjs/commands/StopSpeakerSearchTaskCommand.js +18 -41
- package/dist-cjs/commands/StopVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateMediaInsightsPipelineStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListMediaCapturePipelinesPaginator.js +2 -24
- package/dist-cjs/pagination/ListMediaInsightsPipelineConfigurationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMediaPipelinesPaginator.js +2 -24
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +18 -41
- package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +18 -41
- package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +18 -41
- package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +18 -41
- package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-es/commands/CreateMediaStreamPipelineCommand.js +18 -41
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +18 -41
- package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteMediaPipelineCommand.js +18 -41
- package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +18 -41
- package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-es/commands/GetMediaPipelineCommand.js +18 -41
- package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-es/commands/GetSpeakerSearchTaskCommand.js +18 -41
- package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +18 -41
- package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +18 -41
- package/dist-es/commands/ListMediaPipelinesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/StartSpeakerSearchTaskCommand.js +18 -41
- package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-es/commands/StopSpeakerSearchTaskCommand.js +18 -41
- package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +18 -41
- package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js +2 -23
- package/dist-es/pagination/ListMediaInsightsPipelineConfigurationsPaginator.js +2 -23
- package/dist-es/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.js +2 -23
- package/dist-es/pagination/ListMediaPipelinesPaginator.js +2 -23
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaInsightsPipelineCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMediaPipelineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +6 -21
- package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetMediaPipelineCommand.d.ts +6 -21
- package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
- package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +6 -21
- package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +6 -21
- package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +6 -21
- package/dist-types/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +6 -21
- package/dist-types/commands/ListMediaPipelinesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +6 -21
- package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +6 -21
- package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +6 -21
- package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListMediaCapturePipelinesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMediaInsightsPipelineConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMediaPipelinesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMediaInsightsPipelineConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMediaPipelinesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_UpdateMediaPipelineKinesisVideoStreamPoolCommand, se_UpdateMediaPipelineKinesisVideoStreamPoolCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
27
|
-
const commandName = "UpdateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "ChimeSDKMediaPipelinesService",
|
|
36
|
-
operation: "UpdateMediaPipelineKinesisVideoStreamPool",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_UpdateMediaPipelineKinesisVideoStreamPoolCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_UpdateMediaPipelineKinesisVideoStreamPoolCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("ChimeSDKMediaPipelinesService", "UpdateMediaPipelineKinesisVideoStreamPool", {})
|
|
20
|
+
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaPipelineKinesisVideoStreamPoolCommand")
|
|
21
|
+
.f(void 0, UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_UpdateMediaPipelineKinesisVideoStreamPoolCommand)
|
|
23
|
+
.de(de_UpdateMediaPipelineKinesisVideoStreamPoolCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
|
|
|
6
6
|
defaultSigningName: "chime",
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
+
export const commonParams = {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ChimeSDKMediaPipelinesClient } from "../ChimeSDKMediaPipelinesClient";
|
|
2
3
|
import { ListMediaCapturePipelinesCommand, } from "../commands/ListMediaCapturePipelinesCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListMediaCapturePipelinesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListMediaCapturePipelines(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ChimeSDKMediaPipelinesClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected ChimeSDKMediaPipelines | ChimeSDKMediaPipelinesClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListMediaCapturePipelines = createPaginator(ChimeSDKMediaPipelinesClient, ListMediaCapturePipelinesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ChimeSDKMediaPipelinesClient } from "../ChimeSDKMediaPipelinesClient";
|
|
2
3
|
import { ListMediaInsightsPipelineConfigurationsCommand, } from "../commands/ListMediaInsightsPipelineConfigurationsCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListMediaInsightsPipelineConfigurationsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListMediaInsightsPipelineConfigurations(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ChimeSDKMediaPipelinesClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected ChimeSDKMediaPipelines | ChimeSDKMediaPipelinesClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListMediaInsightsPipelineConfigurations = createPaginator(ChimeSDKMediaPipelinesClient, ListMediaInsightsPipelineConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ChimeSDKMediaPipelinesClient } from "../ChimeSDKMediaPipelinesClient";
|
|
2
3
|
import { ListMediaPipelineKinesisVideoStreamPoolsCommand, } from "../commands/ListMediaPipelineKinesisVideoStreamPoolsCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListMediaPipelineKinesisVideoStreamPoolsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListMediaPipelineKinesisVideoStreamPools(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ChimeSDKMediaPipelinesClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected ChimeSDKMediaPipelines | ChimeSDKMediaPipelinesClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListMediaPipelineKinesisVideoStreamPools = createPaginator(ChimeSDKMediaPipelinesClient, ListMediaPipelineKinesisVideoStreamPoolsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ChimeSDKMediaPipelinesClient } from "../ChimeSDKMediaPipelinesClient";
|
|
2
3
|
import { ListMediaPipelinesCommand, } from "../commands/ListMediaPipelinesCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListMediaPipelinesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListMediaPipelines(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ChimeSDKMediaPipelinesClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected ChimeSDKMediaPipelines | ChimeSDKMediaPipelinesClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListMediaPipelines = createPaginator(ChimeSDKMediaPipelinesClient, ListMediaPipelinesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { CreateMediaCapturePipelineRequest, CreateMediaCapturePipelineResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateMediaCapturePipelineCommandInput extends CreateMediaCaptu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapturePipelineResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateMediaCapturePipelineCommand_base: {
|
|
24
|
+
new (input: CreateMediaCapturePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a media pipeline.</p>
|
|
@@ -206,23 +209,5 @@ export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapt
|
|
|
206
209
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
207
210
|
*
|
|
208
211
|
*/
|
|
209
|
-
export declare class CreateMediaCapturePipelineCommand extends
|
|
210
|
-
readonly input: CreateMediaCapturePipelineCommandInput;
|
|
211
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
212
|
-
/**
|
|
213
|
-
* @public
|
|
214
|
-
*/
|
|
215
|
-
constructor(input: CreateMediaCapturePipelineCommandInput);
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput>;
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
|
-
private serialize;
|
|
224
|
-
/**
|
|
225
|
-
* @internal
|
|
226
|
-
*/
|
|
227
|
-
private deserialize;
|
|
212
|
+
export declare class CreateMediaCapturePipelineCommand extends CreateMediaCapturePipelineCommand_base {
|
|
228
213
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { CreateMediaConcatenationPipelineRequest, CreateMediaConcatenationPipelineResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateMediaConcatenationPipelineCommandInput extends CreateMedi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateMediaConcatenationPipelineCommandOutput extends CreateMediaConcatenationPipelineResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateMediaConcatenationPipelineCommand_base: {
|
|
24
|
+
new (input: CreateMediaConcatenationPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a media concatenation pipeline.</p>
|
|
@@ -166,23 +169,5 @@ export interface CreateMediaConcatenationPipelineCommandOutput extends CreateMed
|
|
|
166
169
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
167
170
|
*
|
|
168
171
|
*/
|
|
169
|
-
export declare class CreateMediaConcatenationPipelineCommand extends
|
|
170
|
-
readonly input: CreateMediaConcatenationPipelineCommandInput;
|
|
171
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
172
|
-
/**
|
|
173
|
-
* @public
|
|
174
|
-
*/
|
|
175
|
-
constructor(input: CreateMediaConcatenationPipelineCommandInput);
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput>;
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
private serialize;
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
|
-
private deserialize;
|
|
172
|
+
export declare class CreateMediaConcatenationPipelineCommand extends CreateMediaConcatenationPipelineCommand_base {
|
|
188
173
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { CreateMediaInsightsPipelineRequest, CreateMediaInsightsPipelineResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateMediaInsightsPipelineCommandInput extends CreateMediaInsi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateMediaInsightsPipelineCommandOutput extends CreateMediaInsightsPipelineResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateMediaInsightsPipelineCommand_base: {
|
|
24
|
+
new (input: CreateMediaInsightsPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a media insights pipeline.</p>
|
|
@@ -174,23 +177,5 @@ export interface CreateMediaInsightsPipelineCommandOutput extends CreateMediaIns
|
|
|
174
177
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
175
178
|
*
|
|
176
179
|
*/
|
|
177
|
-
export declare class CreateMediaInsightsPipelineCommand extends
|
|
178
|
-
readonly input: CreateMediaInsightsPipelineCommandInput;
|
|
179
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
180
|
-
/**
|
|
181
|
-
* @public
|
|
182
|
-
*/
|
|
183
|
-
constructor(input: CreateMediaInsightsPipelineCommandInput);
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput>;
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
private serialize;
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
private deserialize;
|
|
180
|
+
export declare class CreateMediaInsightsPipelineCommand extends CreateMediaInsightsPipelineCommand_base {
|
|
196
181
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { CreateMediaInsightsPipelineConfigurationRequest, CreateMediaInsightsPipelineConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateMediaInsightsPipelineConfigurationCommandInput extends Cr
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateMediaInsightsPipelineConfigurationCommandOutput extends CreateMediaInsightsPipelineConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateMediaInsightsPipelineConfigurationCommand_base: {
|
|
24
|
+
new (input: CreateMediaInsightsPipelineConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>A structure that contains the static configurations for a media insights
|
|
@@ -275,23 +278,5 @@ export interface CreateMediaInsightsPipelineConfigurationCommandOutput extends C
|
|
|
275
278
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
276
279
|
*
|
|
277
280
|
*/
|
|
278
|
-
export declare class CreateMediaInsightsPipelineConfigurationCommand extends
|
|
279
|
-
readonly input: CreateMediaInsightsPipelineConfigurationCommandInput;
|
|
280
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
281
|
-
/**
|
|
282
|
-
* @public
|
|
283
|
-
*/
|
|
284
|
-
constructor(input: CreateMediaInsightsPipelineConfigurationCommandInput);
|
|
285
|
-
/**
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
288
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput>;
|
|
289
|
-
/**
|
|
290
|
-
* @internal
|
|
291
|
-
*/
|
|
292
|
-
private serialize;
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
|
-
private deserialize;
|
|
281
|
+
export declare class CreateMediaInsightsPipelineConfigurationCommand extends CreateMediaInsightsPipelineConfigurationCommand_base {
|
|
297
282
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { CreateMediaLiveConnectorPipelineRequest, CreateMediaLiveConnectorPipelineResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateMediaLiveConnectorPipelineCommandInput extends CreateMedi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateMediaLiveConnectorPipelineCommandOutput extends CreateMediaLiveConnectorPipelineResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateMediaLiveConnectorPipelineCommand_base: {
|
|
24
|
+
new (input: CreateMediaLiveConnectorPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a media live connector pipeline in an Amazon Chime SDK meeting.</p>
|
|
@@ -206,23 +209,5 @@ export interface CreateMediaLiveConnectorPipelineCommandOutput extends CreateMed
|
|
|
206
209
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
207
210
|
*
|
|
208
211
|
*/
|
|
209
|
-
export declare class CreateMediaLiveConnectorPipelineCommand extends
|
|
210
|
-
readonly input: CreateMediaLiveConnectorPipelineCommandInput;
|
|
211
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
212
|
-
/**
|
|
213
|
-
* @public
|
|
214
|
-
*/
|
|
215
|
-
constructor(input: CreateMediaLiveConnectorPipelineCommandInput);
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput>;
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
|
-
private serialize;
|
|
224
|
-
/**
|
|
225
|
-
* @internal
|
|
226
|
-
*/
|
|
227
|
-
private deserialize;
|
|
212
|
+
export declare class CreateMediaLiveConnectorPipelineCommand extends CreateMediaLiveConnectorPipelineCommand_base {
|
|
228
213
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { CreateMediaPipelineKinesisVideoStreamPoolRequest, CreateMediaPipelineKinesisVideoStreamPoolResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateMediaPipelineKinesisVideoStreamPoolCommandInput extends C
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateMediaPipelineKinesisVideoStreamPoolCommandOutput extends CreateMediaPipelineKinesisVideoStreamPoolResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateMediaPipelineKinesisVideoStreamPoolCommand_base: {
|
|
24
|
+
new (input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMediaPipelineKinesisVideoStreamPoolCommandInput, CreateMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an Kinesis video stream pool for the media pipeline.</p>
|
|
@@ -99,23 +102,5 @@ export interface CreateMediaPipelineKinesisVideoStreamPoolCommandOutput extends
|
|
|
99
102
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
100
103
|
*
|
|
101
104
|
*/
|
|
102
|
-
export declare class CreateMediaPipelineKinesisVideoStreamPoolCommand extends
|
|
103
|
-
readonly input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput;
|
|
104
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
105
|
-
/**
|
|
106
|
-
* @public
|
|
107
|
-
*/
|
|
108
|
-
constructor(input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput);
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMediaPipelineKinesisVideoStreamPoolCommandInput, CreateMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private serialize;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private deserialize;
|
|
105
|
+
export declare class CreateMediaPipelineKinesisVideoStreamPoolCommand extends CreateMediaPipelineKinesisVideoStreamPoolCommand_base {
|
|
121
106
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { CreateMediaStreamPipelineRequest, CreateMediaStreamPipelineResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateMediaStreamPipelineCommandInput extends CreateMediaStream
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateMediaStreamPipelineCommandOutput extends CreateMediaStreamPipelineResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateMediaStreamPipelineCommand_base: {
|
|
24
|
+
new (input: CreateMediaStreamPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMediaStreamPipelineCommandInput, CreateMediaStreamPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a streaming media pipeline.</p>
|
|
@@ -115,23 +118,5 @@ export interface CreateMediaStreamPipelineCommandOutput extends CreateMediaStrea
|
|
|
115
118
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
116
119
|
*
|
|
117
120
|
*/
|
|
118
|
-
export declare class CreateMediaStreamPipelineCommand extends
|
|
119
|
-
readonly input: CreateMediaStreamPipelineCommandInput;
|
|
120
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
121
|
-
/**
|
|
122
|
-
* @public
|
|
123
|
-
*/
|
|
124
|
-
constructor(input: CreateMediaStreamPipelineCommandInput);
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMediaStreamPipelineCommandInput, CreateMediaStreamPipelineCommandOutput>;
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
private serialize;
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
private deserialize;
|
|
121
|
+
export declare class CreateMediaStreamPipelineCommand extends CreateMediaStreamPipelineCommand_base {
|
|
137
122
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { DeleteMediaCapturePipelineRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteMediaCapturePipelineCommandInput extends DeleteMediaCaptu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteMediaCapturePipelineCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteMediaCapturePipelineCommand_base: {
|
|
24
|
+
new (input: DeleteMediaCapturePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the media pipeline.</p>
|
|
@@ -70,23 +73,5 @@ export interface DeleteMediaCapturePipelineCommandOutput extends __MetadataBeare
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DeleteMediaCapturePipelineCommand extends
|
|
74
|
-
readonly input: DeleteMediaCapturePipelineCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DeleteMediaCapturePipelineCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DeleteMediaCapturePipelineCommand extends DeleteMediaCapturePipelineCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { DeleteMediaInsightsPipelineConfigurationRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteMediaInsightsPipelineConfigurationCommandInput extends De
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteMediaInsightsPipelineConfigurationCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteMediaInsightsPipelineConfigurationCommand_base: {
|
|
24
|
+
new (input: DeleteMediaInsightsPipelineConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMediaInsightsPipelineConfigurationCommandInput, DeleteMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified configuration settings.</p>
|
|
@@ -74,23 +77,5 @@ export interface DeleteMediaInsightsPipelineConfigurationCommandOutput extends _
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class DeleteMediaInsightsPipelineConfigurationCommand extends
|
|
78
|
-
readonly input: DeleteMediaInsightsPipelineConfigurationCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: DeleteMediaInsightsPipelineConfigurationCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMediaInsightsPipelineConfigurationCommandInput, DeleteMediaInsightsPipelineConfigurationCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class DeleteMediaInsightsPipelineConfigurationCommand extends DeleteMediaInsightsPipelineConfigurationCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { DeleteMediaPipelineRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteMediaPipelineCommandInput extends DeleteMediaPipelineRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteMediaPipelineCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteMediaPipelineCommand_base: {
|
|
24
|
+
new (input: DeleteMediaPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the media pipeline.</p>
|
|
@@ -74,23 +77,5 @@ export interface DeleteMediaPipelineCommandOutput extends __MetadataBearer {
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class DeleteMediaPipelineCommand extends
|
|
78
|
-
readonly input: DeleteMediaPipelineCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: DeleteMediaPipelineCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class DeleteMediaPipelineCommand extends DeleteMediaPipelineCommand_base {
|
|
96
81
|
}
|