@aws-sdk/client-chime-sdk-media-pipelines 3.418.0 → 3.421.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 +55 -10
- 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 +3 -3
|
@@ -13,16 +13,21 @@ import { CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationP
|
|
|
13
13
|
import { CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput } from "./commands/CreateMediaInsightsPipelineCommand";
|
|
14
14
|
import { CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput } from "./commands/CreateMediaInsightsPipelineConfigurationCommand";
|
|
15
15
|
import { CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput } from "./commands/CreateMediaLiveConnectorPipelineCommand";
|
|
16
|
+
import { CreateMediaPipelineKinesisVideoStreamPoolCommandInput, CreateMediaPipelineKinesisVideoStreamPoolCommandOutput } from "./commands/CreateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
17
|
+
import { CreateMediaStreamPipelineCommandInput, CreateMediaStreamPipelineCommandOutput } from "./commands/CreateMediaStreamPipelineCommand";
|
|
16
18
|
import { DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput } from "./commands/DeleteMediaCapturePipelineCommand";
|
|
17
19
|
import { DeleteMediaInsightsPipelineConfigurationCommandInput, DeleteMediaInsightsPipelineConfigurationCommandOutput } from "./commands/DeleteMediaInsightsPipelineConfigurationCommand";
|
|
18
20
|
import { DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput } from "./commands/DeleteMediaPipelineCommand";
|
|
21
|
+
import { DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput } from "./commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand";
|
|
19
22
|
import { GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput } from "./commands/GetMediaCapturePipelineCommand";
|
|
20
23
|
import { GetMediaInsightsPipelineConfigurationCommandInput, GetMediaInsightsPipelineConfigurationCommandOutput } from "./commands/GetMediaInsightsPipelineConfigurationCommand";
|
|
21
24
|
import { GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput } from "./commands/GetMediaPipelineCommand";
|
|
25
|
+
import { GetMediaPipelineKinesisVideoStreamPoolCommandInput, GetMediaPipelineKinesisVideoStreamPoolCommandOutput } from "./commands/GetMediaPipelineKinesisVideoStreamPoolCommand";
|
|
22
26
|
import { GetSpeakerSearchTaskCommandInput, GetSpeakerSearchTaskCommandOutput } from "./commands/GetSpeakerSearchTaskCommand";
|
|
23
27
|
import { GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput } from "./commands/GetVoiceToneAnalysisTaskCommand";
|
|
24
28
|
import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "./commands/ListMediaCapturePipelinesCommand";
|
|
25
29
|
import { ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput } from "./commands/ListMediaInsightsPipelineConfigurationsCommand";
|
|
30
|
+
import { ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput } from "./commands/ListMediaPipelineKinesisVideoStreamPoolsCommand";
|
|
26
31
|
import { ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput } from "./commands/ListMediaPipelinesCommand";
|
|
27
32
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
28
33
|
import { StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput } from "./commands/StartSpeakerSearchTaskCommand";
|
|
@@ -33,17 +38,18 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
33
38
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
34
39
|
import { UpdateMediaInsightsPipelineConfigurationCommandInput, UpdateMediaInsightsPipelineConfigurationCommandOutput } from "./commands/UpdateMediaInsightsPipelineConfigurationCommand";
|
|
35
40
|
import { UpdateMediaInsightsPipelineStatusCommandInput, UpdateMediaInsightsPipelineStatusCommandOutput } from "./commands/UpdateMediaInsightsPipelineStatusCommand";
|
|
41
|
+
import { UpdateMediaPipelineKinesisVideoStreamPoolCommandInput, UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput } from "./commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
36
42
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
37
43
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
38
44
|
export { __Client };
|
|
39
45
|
/**
|
|
40
46
|
* @public
|
|
41
47
|
*/
|
|
42
|
-
export type ServiceInputTypes = CreateMediaCapturePipelineCommandInput | CreateMediaConcatenationPipelineCommandInput | CreateMediaInsightsPipelineCommandInput | CreateMediaInsightsPipelineConfigurationCommandInput | CreateMediaLiveConnectorPipelineCommandInput | DeleteMediaCapturePipelineCommandInput | DeleteMediaInsightsPipelineConfigurationCommandInput | DeleteMediaPipelineCommandInput | GetMediaCapturePipelineCommandInput | GetMediaInsightsPipelineConfigurationCommandInput | GetMediaPipelineCommandInput | GetSpeakerSearchTaskCommandInput | GetVoiceToneAnalysisTaskCommandInput | ListMediaCapturePipelinesCommandInput | ListMediaInsightsPipelineConfigurationsCommandInput | ListMediaPipelinesCommandInput | ListTagsForResourceCommandInput | StartSpeakerSearchTaskCommandInput | StartVoiceToneAnalysisTaskCommandInput | StopSpeakerSearchTaskCommandInput | StopVoiceToneAnalysisTaskCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateMediaInsightsPipelineConfigurationCommandInput | UpdateMediaInsightsPipelineStatusCommandInput;
|
|
48
|
+
export type ServiceInputTypes = CreateMediaCapturePipelineCommandInput | CreateMediaConcatenationPipelineCommandInput | CreateMediaInsightsPipelineCommandInput | CreateMediaInsightsPipelineConfigurationCommandInput | CreateMediaLiveConnectorPipelineCommandInput | CreateMediaPipelineKinesisVideoStreamPoolCommandInput | CreateMediaStreamPipelineCommandInput | DeleteMediaCapturePipelineCommandInput | DeleteMediaInsightsPipelineConfigurationCommandInput | DeleteMediaPipelineCommandInput | DeleteMediaPipelineKinesisVideoStreamPoolCommandInput | GetMediaCapturePipelineCommandInput | GetMediaInsightsPipelineConfigurationCommandInput | GetMediaPipelineCommandInput | GetMediaPipelineKinesisVideoStreamPoolCommandInput | GetSpeakerSearchTaskCommandInput | GetVoiceToneAnalysisTaskCommandInput | ListMediaCapturePipelinesCommandInput | ListMediaInsightsPipelineConfigurationsCommandInput | ListMediaPipelineKinesisVideoStreamPoolsCommandInput | ListMediaPipelinesCommandInput | ListTagsForResourceCommandInput | StartSpeakerSearchTaskCommandInput | StartVoiceToneAnalysisTaskCommandInput | StopSpeakerSearchTaskCommandInput | StopVoiceToneAnalysisTaskCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateMediaInsightsPipelineConfigurationCommandInput | UpdateMediaInsightsPipelineStatusCommandInput | UpdateMediaPipelineKinesisVideoStreamPoolCommandInput;
|
|
43
49
|
/**
|
|
44
50
|
* @public
|
|
45
51
|
*/
|
|
46
|
-
export type ServiceOutputTypes = CreateMediaCapturePipelineCommandOutput | CreateMediaConcatenationPipelineCommandOutput | CreateMediaInsightsPipelineCommandOutput | CreateMediaInsightsPipelineConfigurationCommandOutput | CreateMediaLiveConnectorPipelineCommandOutput | DeleteMediaCapturePipelineCommandOutput | DeleteMediaInsightsPipelineConfigurationCommandOutput | DeleteMediaPipelineCommandOutput | GetMediaCapturePipelineCommandOutput | GetMediaInsightsPipelineConfigurationCommandOutput | GetMediaPipelineCommandOutput | GetSpeakerSearchTaskCommandOutput | GetVoiceToneAnalysisTaskCommandOutput | ListMediaCapturePipelinesCommandOutput | ListMediaInsightsPipelineConfigurationsCommandOutput | ListMediaPipelinesCommandOutput | ListTagsForResourceCommandOutput | StartSpeakerSearchTaskCommandOutput | StartVoiceToneAnalysisTaskCommandOutput | StopSpeakerSearchTaskCommandOutput | StopVoiceToneAnalysisTaskCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateMediaInsightsPipelineConfigurationCommandOutput | UpdateMediaInsightsPipelineStatusCommandOutput;
|
|
52
|
+
export type ServiceOutputTypes = CreateMediaCapturePipelineCommandOutput | CreateMediaConcatenationPipelineCommandOutput | CreateMediaInsightsPipelineCommandOutput | CreateMediaInsightsPipelineConfigurationCommandOutput | CreateMediaLiveConnectorPipelineCommandOutput | CreateMediaPipelineKinesisVideoStreamPoolCommandOutput | CreateMediaStreamPipelineCommandOutput | DeleteMediaCapturePipelineCommandOutput | DeleteMediaInsightsPipelineConfigurationCommandOutput | DeleteMediaPipelineCommandOutput | DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput | GetMediaCapturePipelineCommandOutput | GetMediaInsightsPipelineConfigurationCommandOutput | GetMediaPipelineCommandOutput | GetMediaPipelineKinesisVideoStreamPoolCommandOutput | GetSpeakerSearchTaskCommandOutput | GetVoiceToneAnalysisTaskCommandOutput | ListMediaCapturePipelinesCommandOutput | ListMediaInsightsPipelineConfigurationsCommandOutput | ListMediaPipelineKinesisVideoStreamPoolsCommandOutput | ListMediaPipelinesCommandOutput | ListTagsForResourceCommandOutput | StartSpeakerSearchTaskCommandOutput | StartVoiceToneAnalysisTaskCommandOutput | StopSpeakerSearchTaskCommandOutput | StopVoiceToneAnalysisTaskCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateMediaInsightsPipelineConfigurationCommandOutput | UpdateMediaInsightsPipelineStatusCommandOutput | UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput;
|
|
47
53
|
/**
|
|
48
54
|
* @public
|
|
49
55
|
*/
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
|
+
import { CreateMediaPipelineKinesisVideoStreamPoolRequest, CreateMediaPipelineKinesisVideoStreamPoolResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateMediaPipelineKinesisVideoStreamPoolCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateMediaPipelineKinesisVideoStreamPoolCommandInput extends CreateMediaPipelineKinesisVideoStreamPoolRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateMediaPipelineKinesisVideoStreamPoolCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateMediaPipelineKinesisVideoStreamPoolCommandOutput extends CreateMediaPipelineKinesisVideoStreamPoolResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Creates an Kinesis video stream pool for the media pipeline.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { ChimeSDKMediaPipelinesClient, CreateMediaPipelineKinesisVideoStreamPoolCommand } from "@aws-sdk/client-chime-sdk-media-pipelines"; // ES Modules import
|
|
31
|
+
* // const { ChimeSDKMediaPipelinesClient, CreateMediaPipelineKinesisVideoStreamPoolCommand } = require("@aws-sdk/client-chime-sdk-media-pipelines"); // CommonJS import
|
|
32
|
+
* const client = new ChimeSDKMediaPipelinesClient(config);
|
|
33
|
+
* const input = { // CreateMediaPipelineKinesisVideoStreamPoolRequest
|
|
34
|
+
* StreamConfiguration: { // KinesisVideoStreamConfiguration
|
|
35
|
+
* Region: "STRING_VALUE", // required
|
|
36
|
+
* DataRetentionInHours: Number("int"),
|
|
37
|
+
* },
|
|
38
|
+
* PoolName: "STRING_VALUE", // required
|
|
39
|
+
* ClientRequestToken: "STRING_VALUE",
|
|
40
|
+
* Tags: [ // TagList
|
|
41
|
+
* { // Tag
|
|
42
|
+
* Key: "STRING_VALUE", // required
|
|
43
|
+
* Value: "STRING_VALUE", // required
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* };
|
|
47
|
+
* const command = new CreateMediaPipelineKinesisVideoStreamPoolCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateMediaPipelineKinesisVideoStreamPoolResponse
|
|
50
|
+
* // KinesisVideoStreamPoolConfiguration: { // KinesisVideoStreamPoolConfiguration
|
|
51
|
+
* // PoolArn: "STRING_VALUE",
|
|
52
|
+
* // PoolName: "STRING_VALUE",
|
|
53
|
+
* // PoolId: "STRING_VALUE",
|
|
54
|
+
* // PoolStatus: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "FAILED",
|
|
55
|
+
* // PoolSize: Number("int"),
|
|
56
|
+
* // StreamConfiguration: { // KinesisVideoStreamConfiguration
|
|
57
|
+
* // Region: "STRING_VALUE", // required
|
|
58
|
+
* // DataRetentionInHours: Number("int"),
|
|
59
|
+
* // },
|
|
60
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
61
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
62
|
+
* // },
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
65
|
+
* ```
|
|
66
|
+
*
|
|
67
|
+
* @param CreateMediaPipelineKinesisVideoStreamPoolCommandInput - {@link CreateMediaPipelineKinesisVideoStreamPoolCommandInput}
|
|
68
|
+
* @returns {@link CreateMediaPipelineKinesisVideoStreamPoolCommandOutput}
|
|
69
|
+
* @see {@link CreateMediaPipelineKinesisVideoStreamPoolCommandInput} for command's `input` shape.
|
|
70
|
+
* @see {@link CreateMediaPipelineKinesisVideoStreamPoolCommandOutput} for command's `response` shape.
|
|
71
|
+
* @see {@link ChimeSDKMediaPipelinesClientResolvedConfig | config} for ChimeSDKMediaPipelinesClient's `config` shape.
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link BadRequestException} (client fault)
|
|
74
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ConflictException} (client fault)
|
|
77
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
78
|
+
* resource.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
81
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
84
|
+
* <p>The request exceeds the resource limit.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
87
|
+
* <p>The service encountered an unexpected error.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
90
|
+
* <p>The service is currently unavailable.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
93
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
96
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link ChimeSDKMediaPipelinesServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
100
|
+
*
|
|
101
|
+
*/
|
|
102
|
+
export declare class CreateMediaPipelineKinesisVideoStreamPoolCommand extends $Command<CreateMediaPipelineKinesisVideoStreamPoolCommandInput, CreateMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
|
|
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;
|
|
121
|
+
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
|
+
import { CreateMediaStreamPipelineRequest, CreateMediaStreamPipelineResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateMediaStreamPipelineCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateMediaStreamPipelineCommandInput extends CreateMediaStreamPipelineRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateMediaStreamPipelineCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateMediaStreamPipelineCommandOutput extends CreateMediaStreamPipelineResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Creates a streaming media pipeline.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { ChimeSDKMediaPipelinesClient, CreateMediaStreamPipelineCommand } from "@aws-sdk/client-chime-sdk-media-pipelines"; // ES Modules import
|
|
31
|
+
* // const { ChimeSDKMediaPipelinesClient, CreateMediaStreamPipelineCommand } = require("@aws-sdk/client-chime-sdk-media-pipelines"); // CommonJS import
|
|
32
|
+
* const client = new ChimeSDKMediaPipelinesClient(config);
|
|
33
|
+
* const input = { // CreateMediaStreamPipelineRequest
|
|
34
|
+
* Sources: [ // MediaStreamSourceList // required
|
|
35
|
+
* { // MediaStreamSource
|
|
36
|
+
* SourceType: "ChimeSdkMeeting", // required
|
|
37
|
+
* SourceArn: "STRING_VALUE", // required
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* Sinks: [ // MediaStreamSinkList // required
|
|
41
|
+
* { // MediaStreamSink
|
|
42
|
+
* SinkArn: "STRING_VALUE", // required
|
|
43
|
+
* SinkType: "KinesisVideoStreamPool", // required
|
|
44
|
+
* ReservedStreamCapacity: Number("int"), // required
|
|
45
|
+
* MediaStreamType: "MixedAudio" || "IndividualAudio", // required
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* ClientRequestToken: "STRING_VALUE",
|
|
49
|
+
* Tags: [ // TagList
|
|
50
|
+
* { // Tag
|
|
51
|
+
* Key: "STRING_VALUE", // required
|
|
52
|
+
* Value: "STRING_VALUE", // required
|
|
53
|
+
* },
|
|
54
|
+
* ],
|
|
55
|
+
* };
|
|
56
|
+
* const command = new CreateMediaStreamPipelineCommand(input);
|
|
57
|
+
* const response = await client.send(command);
|
|
58
|
+
* // { // CreateMediaStreamPipelineResponse
|
|
59
|
+
* // MediaStreamPipeline: { // MediaStreamPipeline
|
|
60
|
+
* // MediaPipelineId: "STRING_VALUE",
|
|
61
|
+
* // MediaPipelineArn: "STRING_VALUE",
|
|
62
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
63
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
64
|
+
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused" || "NotStarted",
|
|
65
|
+
* // Sources: [ // MediaStreamSourceList
|
|
66
|
+
* // { // MediaStreamSource
|
|
67
|
+
* // SourceType: "ChimeSdkMeeting", // required
|
|
68
|
+
* // SourceArn: "STRING_VALUE", // required
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // Sinks: [ // MediaStreamSinkList
|
|
72
|
+
* // { // MediaStreamSink
|
|
73
|
+
* // SinkArn: "STRING_VALUE", // required
|
|
74
|
+
* // SinkType: "KinesisVideoStreamPool", // required
|
|
75
|
+
* // ReservedStreamCapacity: Number("int"), // required
|
|
76
|
+
* // MediaStreamType: "MixedAudio" || "IndividualAudio", // required
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // },
|
|
80
|
+
* // };
|
|
81
|
+
*
|
|
82
|
+
* ```
|
|
83
|
+
*
|
|
84
|
+
* @param CreateMediaStreamPipelineCommandInput - {@link CreateMediaStreamPipelineCommandInput}
|
|
85
|
+
* @returns {@link CreateMediaStreamPipelineCommandOutput}
|
|
86
|
+
* @see {@link CreateMediaStreamPipelineCommandInput} for command's `input` shape.
|
|
87
|
+
* @see {@link CreateMediaStreamPipelineCommandOutput} for command's `response` shape.
|
|
88
|
+
* @see {@link ChimeSDKMediaPipelinesClientResolvedConfig | config} for ChimeSDKMediaPipelinesClient's `config` shape.
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link BadRequestException} (client fault)
|
|
91
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
94
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link NotFoundException} (client fault)
|
|
97
|
+
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
100
|
+
* <p>The request exceeds the resource limit.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
103
|
+
* <p>The service encountered an unexpected error.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
106
|
+
* <p>The service is currently unavailable.</p>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
109
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
112
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
113
|
+
*
|
|
114
|
+
* @throws {@link ChimeSDKMediaPipelinesServiceException}
|
|
115
|
+
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
116
|
+
*
|
|
117
|
+
*/
|
|
118
|
+
export declare class CreateMediaStreamPipelineCommand extends $Command<CreateMediaStreamPipelineCommandInput, CreateMediaStreamPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
|
|
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;
|
|
137
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
|
+
import { DeleteMediaPipelineKinesisVideoStreamPoolRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteMediaPipelineKinesisVideoStreamPoolCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteMediaPipelineKinesisVideoStreamPoolCommandInput extends DeleteMediaPipelineKinesisVideoStreamPoolRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteMediaPipelineKinesisVideoStreamPoolCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Deletes an Kinesis video stream pool.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { ChimeSDKMediaPipelinesClient, DeleteMediaPipelineKinesisVideoStreamPoolCommand } from "@aws-sdk/client-chime-sdk-media-pipelines"; // ES Modules import
|
|
31
|
+
* // const { ChimeSDKMediaPipelinesClient, DeleteMediaPipelineKinesisVideoStreamPoolCommand } = require("@aws-sdk/client-chime-sdk-media-pipelines"); // CommonJS import
|
|
32
|
+
* const client = new ChimeSDKMediaPipelinesClient(config);
|
|
33
|
+
* const input = { // DeleteMediaPipelineKinesisVideoStreamPoolRequest
|
|
34
|
+
* Identifier: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
36
|
+
* const command = new DeleteMediaPipelineKinesisVideoStreamPoolCommand(input);
|
|
37
|
+
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* @param DeleteMediaPipelineKinesisVideoStreamPoolCommandInput - {@link DeleteMediaPipelineKinesisVideoStreamPoolCommandInput}
|
|
43
|
+
* @returns {@link DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput}
|
|
44
|
+
* @see {@link DeleteMediaPipelineKinesisVideoStreamPoolCommandInput} for command's `input` shape.
|
|
45
|
+
* @see {@link DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput} for command's `response` shape.
|
|
46
|
+
* @see {@link ChimeSDKMediaPipelinesClientResolvedConfig | config} for ChimeSDKMediaPipelinesClient's `config` shape.
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link BadRequestException} (client fault)
|
|
49
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ConflictException} (client fault)
|
|
52
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
53
|
+
* resource.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
56
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link NotFoundException} (client fault)
|
|
59
|
+
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
62
|
+
* <p>The service encountered an unexpected error.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
65
|
+
* <p>The service is currently unavailable.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
68
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
71
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ChimeSDKMediaPipelinesServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
export declare class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends $Command<DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
|
|
78
|
+
readonly input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput;
|
|
79
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
constructor(input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput);
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
87
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
91
|
+
private serialize;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
95
|
+
private deserialize;
|
|
96
|
+
}
|
|
@@ -274,6 +274,27 @@ export interface GetMediaPipelineCommandOutput extends GetMediaPipelineResponse,
|
|
|
274
274
|
* // },
|
|
275
275
|
* // ],
|
|
276
276
|
* // },
|
|
277
|
+
* // MediaStreamPipeline: { // MediaStreamPipeline
|
|
278
|
+
* // MediaPipelineId: "STRING_VALUE",
|
|
279
|
+
* // MediaPipelineArn: "STRING_VALUE",
|
|
280
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
281
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
282
|
+
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused" || "NotStarted",
|
|
283
|
+
* // Sources: [ // MediaStreamSourceList
|
|
284
|
+
* // { // MediaStreamSource
|
|
285
|
+
* // SourceType: "ChimeSdkMeeting", // required
|
|
286
|
+
* // SourceArn: "STRING_VALUE", // required
|
|
287
|
+
* // },
|
|
288
|
+
* // ],
|
|
289
|
+
* // Sinks: [ // MediaStreamSinkList
|
|
290
|
+
* // { // MediaStreamSink
|
|
291
|
+
* // SinkArn: "STRING_VALUE", // required
|
|
292
|
+
* // SinkType: "KinesisVideoStreamPool", // required
|
|
293
|
+
* // ReservedStreamCapacity: Number("int"), // required
|
|
294
|
+
* // MediaStreamType: "MixedAudio" || "IndividualAudio", // required
|
|
295
|
+
* // },
|
|
296
|
+
* // ],
|
|
297
|
+
* // },
|
|
277
298
|
* // },
|
|
278
299
|
* // };
|
|
279
300
|
*
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
|
+
import { GetMediaPipelineKinesisVideoStreamPoolRequest, GetMediaPipelineKinesisVideoStreamPoolResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetMediaPipelineKinesisVideoStreamPoolCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetMediaPipelineKinesisVideoStreamPoolCommandInput extends GetMediaPipelineKinesisVideoStreamPoolRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetMediaPipelineKinesisVideoStreamPoolCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetMediaPipelineKinesisVideoStreamPoolCommandOutput extends GetMediaPipelineKinesisVideoStreamPoolResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Gets an Kinesis video stream pool.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { ChimeSDKMediaPipelinesClient, GetMediaPipelineKinesisVideoStreamPoolCommand } from "@aws-sdk/client-chime-sdk-media-pipelines"; // ES Modules import
|
|
31
|
+
* // const { ChimeSDKMediaPipelinesClient, GetMediaPipelineKinesisVideoStreamPoolCommand } = require("@aws-sdk/client-chime-sdk-media-pipelines"); // CommonJS import
|
|
32
|
+
* const client = new ChimeSDKMediaPipelinesClient(config);
|
|
33
|
+
* const input = { // GetMediaPipelineKinesisVideoStreamPoolRequest
|
|
34
|
+
* Identifier: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
36
|
+
* const command = new GetMediaPipelineKinesisVideoStreamPoolCommand(input);
|
|
37
|
+
* const response = await client.send(command);
|
|
38
|
+
* // { // GetMediaPipelineKinesisVideoStreamPoolResponse
|
|
39
|
+
* // KinesisVideoStreamPoolConfiguration: { // KinesisVideoStreamPoolConfiguration
|
|
40
|
+
* // PoolArn: "STRING_VALUE",
|
|
41
|
+
* // PoolName: "STRING_VALUE",
|
|
42
|
+
* // PoolId: "STRING_VALUE",
|
|
43
|
+
* // PoolStatus: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "FAILED",
|
|
44
|
+
* // PoolSize: Number("int"),
|
|
45
|
+
* // StreamConfiguration: { // KinesisVideoStreamConfiguration
|
|
46
|
+
* // Region: "STRING_VALUE", // required
|
|
47
|
+
* // DataRetentionInHours: Number("int"),
|
|
48
|
+
* // },
|
|
49
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
50
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
56
|
+
* @param GetMediaPipelineKinesisVideoStreamPoolCommandInput - {@link GetMediaPipelineKinesisVideoStreamPoolCommandInput}
|
|
57
|
+
* @returns {@link GetMediaPipelineKinesisVideoStreamPoolCommandOutput}
|
|
58
|
+
* @see {@link GetMediaPipelineKinesisVideoStreamPoolCommandInput} for command's `input` shape.
|
|
59
|
+
* @see {@link GetMediaPipelineKinesisVideoStreamPoolCommandOutput} for command's `response` shape.
|
|
60
|
+
* @see {@link ChimeSDKMediaPipelinesClientResolvedConfig | config} for ChimeSDKMediaPipelinesClient's `config` shape.
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link BadRequestException} (client fault)
|
|
63
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
66
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link NotFoundException} (client fault)
|
|
69
|
+
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
72
|
+
* <p>The service encountered an unexpected error.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
75
|
+
* <p>The service is currently unavailable.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
78
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
81
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ChimeSDKMediaPipelinesServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
85
|
+
*
|
|
86
|
+
*/
|
|
87
|
+
export declare class GetMediaPipelineKinesisVideoStreamPoolCommand extends $Command<GetMediaPipelineKinesisVideoStreamPoolCommandInput, GetMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
|
|
88
|
+
readonly input: GetMediaPipelineKinesisVideoStreamPoolCommandInput;
|
|
89
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
constructor(input: GetMediaPipelineKinesisVideoStreamPoolCommandInput);
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMediaPipelineKinesisVideoStreamPoolCommandInput, GetMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
private serialize;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
105
|
+
private deserialize;
|
|
106
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
|
+
import { ListMediaPipelineKinesisVideoStreamPoolsRequest, ListMediaPipelineKinesisVideoStreamPoolsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListMediaPipelineKinesisVideoStreamPoolsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListMediaPipelineKinesisVideoStreamPoolsCommandInput extends ListMediaPipelineKinesisVideoStreamPoolsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListMediaPipelineKinesisVideoStreamPoolsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListMediaPipelineKinesisVideoStreamPoolsCommandOutput extends ListMediaPipelineKinesisVideoStreamPoolsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Lists the video stream pools in the media pipeline.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { ChimeSDKMediaPipelinesClient, ListMediaPipelineKinesisVideoStreamPoolsCommand } from "@aws-sdk/client-chime-sdk-media-pipelines"; // ES Modules import
|
|
31
|
+
* // const { ChimeSDKMediaPipelinesClient, ListMediaPipelineKinesisVideoStreamPoolsCommand } = require("@aws-sdk/client-chime-sdk-media-pipelines"); // CommonJS import
|
|
32
|
+
* const client = new ChimeSDKMediaPipelinesClient(config);
|
|
33
|
+
* const input = { // ListMediaPipelineKinesisVideoStreamPoolsRequest
|
|
34
|
+
* NextToken: "STRING_VALUE",
|
|
35
|
+
* MaxResults: Number("int"),
|
|
36
|
+
* };
|
|
37
|
+
* const command = new ListMediaPipelineKinesisVideoStreamPoolsCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* // { // ListMediaPipelineKinesisVideoStreamPoolsResponse
|
|
40
|
+
* // KinesisVideoStreamPools: [ // KinesisVideoStreamPoolSummaryList
|
|
41
|
+
* // { // KinesisVideoStreamPoolSummary
|
|
42
|
+
* // PoolName: "STRING_VALUE",
|
|
43
|
+
* // PoolId: "STRING_VALUE",
|
|
44
|
+
* // PoolArn: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // NextToken: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param ListMediaPipelineKinesisVideoStreamPoolsCommandInput - {@link ListMediaPipelineKinesisVideoStreamPoolsCommandInput}
|
|
53
|
+
* @returns {@link ListMediaPipelineKinesisVideoStreamPoolsCommandOutput}
|
|
54
|
+
* @see {@link ListMediaPipelineKinesisVideoStreamPoolsCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link ListMediaPipelineKinesisVideoStreamPoolsCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link ChimeSDKMediaPipelinesClientResolvedConfig | config} for ChimeSDKMediaPipelinesClient's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link BadRequestException} (client fault)
|
|
59
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
62
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
65
|
+
* <p>The request exceeds the resource limit.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
68
|
+
* <p>The service encountered an unexpected error.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
71
|
+
* <p>The service is currently unavailable.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
74
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
77
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ChimeSDKMediaPipelinesServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
export declare class ListMediaPipelineKinesisVideoStreamPoolsCommand extends $Command<ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
|
|
84
|
+
readonly input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput;
|
|
85
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
constructor(input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput);
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput>;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
private serialize;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
private deserialize;
|
|
102
|
+
}
|