@aws-sdk/client-chime-sdk-media-pipelines 3.145.0 → 3.154.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.
Files changed (56) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +2 -4
  3. package/dist-cjs/ChimeSDKMediaPipelines.js +75 -0
  4. package/dist-cjs/commands/CreateMediaConcatenationPipelineCommand.js +36 -0
  5. package/dist-cjs/commands/CreateMediaLiveConnectorPipelineCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteMediaPipelineCommand.js +36 -0
  7. package/dist-cjs/commands/GetMediaPipelineCommand.js +36 -0
  8. package/dist-cjs/commands/ListMediaPipelinesCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +5 -0
  10. package/dist-cjs/models/models_0.js +237 -1
  11. package/dist-cjs/pagination/ListMediaPipelinesPaginator.js +36 -0
  12. package/dist-cjs/pagination/index.js +1 -0
  13. package/dist-cjs/protocols/Aws_restJson1.js +878 -85
  14. package/dist-es/ChimeSDKMediaPipelines.js +75 -0
  15. package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +39 -0
  16. package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +39 -0
  17. package/dist-es/commands/DeleteMediaPipelineCommand.js +39 -0
  18. package/dist-es/commands/GetMediaPipelineCommand.js +39 -0
  19. package/dist-es/commands/ListMediaPipelinesCommand.js +39 -0
  20. package/dist-es/commands/index.js +5 -0
  21. package/dist-es/models/models_0.js +111 -0
  22. package/dist-es/pagination/ListMediaPipelinesPaginator.js +75 -0
  23. package/dist-es/pagination/index.js +1 -0
  24. package/dist-es/protocols/Aws_restJson1.js +912 -26
  25. package/dist-types/ChimeSDKMediaPipelines.d.ts +44 -11
  26. package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +9 -6
  27. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +35 -0
  29. package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +35 -0
  30. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteMediaPipelineCommand.d.ts +35 -0
  32. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +1 -1
  33. package/dist-types/commands/GetMediaPipelineCommand.d.ts +35 -0
  34. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListMediaPipelinesCommand.d.ts +35 -0
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/index.d.ts +5 -0
  40. package/dist-types/models/models_0.d.ts +674 -39
  41. package/dist-types/pagination/ListMediaPipelinesPaginator.d.ts +4 -0
  42. package/dist-types/pagination/index.d.ts +1 -0
  43. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  44. package/dist-types/ts3.4/ChimeSDKMediaPipelines.d.ts +25 -0
  45. package/dist-types/ts3.4/ChimeSDKMediaPipelinesClient.d.ts +7 -2
  46. package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +355 -1
  53. package/dist-types/ts3.4/pagination/ListMediaPipelinesPaginator.d.ts +4 -0
  54. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  55. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  56. package/package.json +4 -4
@@ -1,57 +1,90 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { ChimeSDKMediaPipelinesClient } from "./ChimeSDKMediaPipelinesClient";
3
3
  import { CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput } from "./commands/CreateMediaCapturePipelineCommand";
4
+ import { CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput } from "./commands/CreateMediaConcatenationPipelineCommand";
5
+ import { CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput } from "./commands/CreateMediaLiveConnectorPipelineCommand";
4
6
  import { DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput } from "./commands/DeleteMediaCapturePipelineCommand";
7
+ import { DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput } from "./commands/DeleteMediaPipelineCommand";
5
8
  import { GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput } from "./commands/GetMediaCapturePipelineCommand";
9
+ import { GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput } from "./commands/GetMediaPipelineCommand";
6
10
  import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "./commands/ListMediaCapturePipelinesCommand";
11
+ import { ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput } from "./commands/ListMediaPipelinesCommand";
7
12
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
8
13
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
9
14
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
10
15
  /**
11
- * <p>The Amazon Chime SDK media pipeline APIs in this section allow software developers to create Amazon Chime SDK media pipelines
12
- * and capture audio, video, events, and data messages from Amazon Chime SDK meetings. For more information about media pipleines, see
13
- * <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Media_Pipelines.html">Amzon Chime SDK media pipelines</a>.
14
- * </p>
16
+ * <p>The Amazon Chime SDK media pipeline APIs in this section allow software developers to
17
+ * create Amazon Chime SDK media pipelines that capture, concatenate, or stream your Amazon Chime SDK meetings. For more information about media pipleines, see <a href="http://amazonaws.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Media_Pipelines.html">Amazon Chime SDK media pipelines</a>. </p>
15
18
  */
16
19
  export declare class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient {
17
20
  /**
18
- * <p>Creates a media capture pipeline.</p>
21
+ * <p>Creates a media pipeline.</p>
19
22
  */
20
23
  createMediaCapturePipeline(args: CreateMediaCapturePipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreateMediaCapturePipelineCommandOutput>;
21
24
  createMediaCapturePipeline(args: CreateMediaCapturePipelineCommandInput, cb: (err: any, data?: CreateMediaCapturePipelineCommandOutput) => void): void;
22
25
  createMediaCapturePipeline(args: CreateMediaCapturePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMediaCapturePipelineCommandOutput) => void): void;
23
26
  /**
24
- * <p>Deletes the media capture pipeline.</p>
27
+ * <p>Creates a media concatenation pipeline.</p>
28
+ */
29
+ createMediaConcatenationPipeline(args: CreateMediaConcatenationPipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreateMediaConcatenationPipelineCommandOutput>;
30
+ createMediaConcatenationPipeline(args: CreateMediaConcatenationPipelineCommandInput, cb: (err: any, data?: CreateMediaConcatenationPipelineCommandOutput) => void): void;
31
+ createMediaConcatenationPipeline(args: CreateMediaConcatenationPipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMediaConcatenationPipelineCommandOutput) => void): void;
32
+ /**
33
+ * <p>Creates a streaming media pipeline in an Amazon Chime SDK meeting.</p>
34
+ */
35
+ createMediaLiveConnectorPipeline(args: CreateMediaLiveConnectorPipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreateMediaLiveConnectorPipelineCommandOutput>;
36
+ createMediaLiveConnectorPipeline(args: CreateMediaLiveConnectorPipelineCommandInput, cb: (err: any, data?: CreateMediaLiveConnectorPipelineCommandOutput) => void): void;
37
+ createMediaLiveConnectorPipeline(args: CreateMediaLiveConnectorPipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMediaLiveConnectorPipelineCommandOutput) => void): void;
38
+ /**
39
+ * <p>Deletes the media pipeline.</p>
25
40
  */
26
41
  deleteMediaCapturePipeline(args: DeleteMediaCapturePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMediaCapturePipelineCommandOutput>;
27
42
  deleteMediaCapturePipeline(args: DeleteMediaCapturePipelineCommandInput, cb: (err: any, data?: DeleteMediaCapturePipelineCommandOutput) => void): void;
28
43
  deleteMediaCapturePipeline(args: DeleteMediaCapturePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMediaCapturePipelineCommandOutput) => void): void;
29
44
  /**
30
- * <p>Gets an existing media capture pipeline.</p>
45
+ * <p>Deletes the media pipeline.</p>
46
+ */
47
+ deleteMediaPipeline(args: DeleteMediaPipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMediaPipelineCommandOutput>;
48
+ deleteMediaPipeline(args: DeleteMediaPipelineCommandInput, cb: (err: any, data?: DeleteMediaPipelineCommandOutput) => void): void;
49
+ deleteMediaPipeline(args: DeleteMediaPipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMediaPipelineCommandOutput) => void): void;
50
+ /**
51
+ * <p>Gets an existing media pipeline.</p>
31
52
  */
32
53
  getMediaCapturePipeline(args: GetMediaCapturePipelineCommandInput, options?: __HttpHandlerOptions): Promise<GetMediaCapturePipelineCommandOutput>;
33
54
  getMediaCapturePipeline(args: GetMediaCapturePipelineCommandInput, cb: (err: any, data?: GetMediaCapturePipelineCommandOutput) => void): void;
34
55
  getMediaCapturePipeline(args: GetMediaCapturePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMediaCapturePipelineCommandOutput) => void): void;
35
56
  /**
36
- * <p>Returns a list of media capture pipelines.</p>
57
+ * <p>Gets an existing media pipeline.</p>
58
+ */
59
+ getMediaPipeline(args: GetMediaPipelineCommandInput, options?: __HttpHandlerOptions): Promise<GetMediaPipelineCommandOutput>;
60
+ getMediaPipeline(args: GetMediaPipelineCommandInput, cb: (err: any, data?: GetMediaPipelineCommandOutput) => void): void;
61
+ getMediaPipeline(args: GetMediaPipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMediaPipelineCommandOutput) => void): void;
62
+ /**
63
+ * <p>Returns a list of media pipelines.</p>
37
64
  */
38
65
  listMediaCapturePipelines(args: ListMediaCapturePipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListMediaCapturePipelinesCommandOutput>;
39
66
  listMediaCapturePipelines(args: ListMediaCapturePipelinesCommandInput, cb: (err: any, data?: ListMediaCapturePipelinesCommandOutput) => void): void;
40
67
  listMediaCapturePipelines(args: ListMediaCapturePipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMediaCapturePipelinesCommandOutput) => void): void;
41
68
  /**
42
- * <p>Lists the tags applied to an Amazon Chime SDK media capture pipeline.</p>
69
+ * <p>Returns a list of media pipelines.</p>
70
+ */
71
+ listMediaPipelines(args: ListMediaPipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListMediaPipelinesCommandOutput>;
72
+ listMediaPipelines(args: ListMediaPipelinesCommandInput, cb: (err: any, data?: ListMediaPipelinesCommandOutput) => void): void;
73
+ listMediaPipelines(args: ListMediaPipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMediaPipelinesCommandOutput) => void): void;
74
+ /**
75
+ * <p>Lists the tags available for a media pipeline.</p>
43
76
  */
44
77
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
45
78
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
46
79
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
47
80
  /**
48
- * <p>Applies the specified tags to the specified Amazon Chime SDK media capture pipeline.</p>
81
+ * <p>The ARN of the media pipeline that you want to tag. Consists of he pipeline's endpoint region, resource ID, and pipeline ID.</p>
49
82
  */
50
83
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
51
84
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
52
85
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
53
86
  /**
54
- * <p>Removes the specified tags from the specified Amazon Chime SDK media capture pipeline.</p>
87
+ * <p>Removes any tags from a media pipeline.</p>
55
88
  */
56
89
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
57
90
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
@@ -7,14 +7,19 @@ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
8
  import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput } from "./commands/CreateMediaCapturePipelineCommand";
10
+ import { CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput } from "./commands/CreateMediaConcatenationPipelineCommand";
11
+ import { CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput } from "./commands/CreateMediaLiveConnectorPipelineCommand";
10
12
  import { DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput } from "./commands/DeleteMediaCapturePipelineCommand";
13
+ import { DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput } from "./commands/DeleteMediaPipelineCommand";
11
14
  import { GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput } from "./commands/GetMediaCapturePipelineCommand";
15
+ import { GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput } from "./commands/GetMediaPipelineCommand";
12
16
  import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "./commands/ListMediaCapturePipelinesCommand";
17
+ import { ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput } from "./commands/ListMediaPipelinesCommand";
13
18
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
14
19
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
15
20
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
16
- export declare type ServiceInputTypes = CreateMediaCapturePipelineCommandInput | DeleteMediaCapturePipelineCommandInput | GetMediaCapturePipelineCommandInput | ListMediaCapturePipelinesCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
17
- export declare type ServiceOutputTypes = CreateMediaCapturePipelineCommandOutput | DeleteMediaCapturePipelineCommandOutput | GetMediaCapturePipelineCommandOutput | ListMediaCapturePipelinesCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
21
+ export declare type ServiceInputTypes = CreateMediaCapturePipelineCommandInput | CreateMediaConcatenationPipelineCommandInput | CreateMediaLiveConnectorPipelineCommandInput | DeleteMediaCapturePipelineCommandInput | DeleteMediaPipelineCommandInput | GetMediaCapturePipelineCommandInput | GetMediaPipelineCommandInput | ListMediaCapturePipelinesCommandInput | ListMediaPipelinesCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
22
+ export declare type ServiceOutputTypes = CreateMediaCapturePipelineCommandOutput | CreateMediaConcatenationPipelineCommandOutput | CreateMediaLiveConnectorPipelineCommandOutput | DeleteMediaCapturePipelineCommandOutput | DeleteMediaPipelineCommandOutput | GetMediaCapturePipelineCommandOutput | GetMediaPipelineCommandOutput | ListMediaCapturePipelinesCommandOutput | ListMediaPipelinesCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
18
23
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
19
24
  /**
20
25
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -133,10 +138,8 @@ declare type ChimeSDKMediaPipelinesClientResolvedConfigType = __SmithyResolvedCo
133
138
  export interface ChimeSDKMediaPipelinesClientResolvedConfig extends ChimeSDKMediaPipelinesClientResolvedConfigType {
134
139
  }
135
140
  /**
136
- * <p>The Amazon Chime SDK media pipeline APIs in this section allow software developers to create Amazon Chime SDK media pipelines
137
- * and capture audio, video, events, and data messages from Amazon Chime SDK meetings. For more information about media pipleines, see
138
- * <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Media_Pipelines.html">Amzon Chime SDK media pipelines</a>.
139
- * </p>
141
+ * <p>The Amazon Chime SDK media pipeline APIs in this section allow software developers to
142
+ * create Amazon Chime SDK media pipelines that capture, concatenate, or stream your Amazon Chime SDK meetings. For more information about media pipleines, see <a href="http://amazonaws.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Media_Pipelines.html">Amazon Chime SDK media pipelines</a>. </p>
140
143
  */
141
144
  export declare class ChimeSDKMediaPipelinesClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeSDKMediaPipelinesClientResolvedConfig> {
142
145
  /**
@@ -7,7 +7,7 @@ export interface CreateMediaCapturePipelineCommandInput extends CreateMediaCaptu
7
7
  export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapturePipelineResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates a media capture pipeline.</p>
10
+ * <p>Creates a media pipeline.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
4
+ import { CreateMediaConcatenationPipelineRequest, CreateMediaConcatenationPipelineResponse } from "../models/models_0";
5
+ export interface CreateMediaConcatenationPipelineCommandInput extends CreateMediaConcatenationPipelineRequest {
6
+ }
7
+ export interface CreateMediaConcatenationPipelineCommandOutput extends CreateMediaConcatenationPipelineResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates a media concatenation pipeline.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ChimeSDKMediaPipelinesClient, CreateMediaConcatenationPipelineCommand } from "@aws-sdk/client-chime-sdk-media-pipelines"; // ES Modules import
15
+ * // const { ChimeSDKMediaPipelinesClient, CreateMediaConcatenationPipelineCommand } = require("@aws-sdk/client-chime-sdk-media-pipelines"); // CommonJS import
16
+ * const client = new ChimeSDKMediaPipelinesClient(config);
17
+ * const command = new CreateMediaConcatenationPipelineCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link CreateMediaConcatenationPipelineCommandInput} for command's `input` shape.
22
+ * @see {@link CreateMediaConcatenationPipelineCommandOutput} for command's `response` shape.
23
+ * @see {@link ChimeSDKMediaPipelinesClientResolvedConfig | config} for ChimeSDKMediaPipelinesClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class CreateMediaConcatenationPipelineCommand extends $Command<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
27
+ readonly input: CreateMediaConcatenationPipelineCommandInput;
28
+ constructor(input: CreateMediaConcatenationPipelineCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
4
+ import { CreateMediaLiveConnectorPipelineRequest, CreateMediaLiveConnectorPipelineResponse } from "../models/models_0";
5
+ export interface CreateMediaLiveConnectorPipelineCommandInput extends CreateMediaLiveConnectorPipelineRequest {
6
+ }
7
+ export interface CreateMediaLiveConnectorPipelineCommandOutput extends CreateMediaLiveConnectorPipelineResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates a streaming media pipeline in an Amazon Chime SDK meeting.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ChimeSDKMediaPipelinesClient, CreateMediaLiveConnectorPipelineCommand } from "@aws-sdk/client-chime-sdk-media-pipelines"; // ES Modules import
15
+ * // const { ChimeSDKMediaPipelinesClient, CreateMediaLiveConnectorPipelineCommand } = require("@aws-sdk/client-chime-sdk-media-pipelines"); // CommonJS import
16
+ * const client = new ChimeSDKMediaPipelinesClient(config);
17
+ * const command = new CreateMediaLiveConnectorPipelineCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link CreateMediaLiveConnectorPipelineCommandInput} for command's `input` shape.
22
+ * @see {@link CreateMediaLiveConnectorPipelineCommandOutput} for command's `response` shape.
23
+ * @see {@link ChimeSDKMediaPipelinesClientResolvedConfig | config} for ChimeSDKMediaPipelinesClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class CreateMediaLiveConnectorPipelineCommand extends $Command<CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
27
+ readonly input: CreateMediaLiveConnectorPipelineCommandInput;
28
+ constructor(input: CreateMediaLiveConnectorPipelineCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface DeleteMediaCapturePipelineCommandInput extends DeleteMediaCaptu
7
7
  export interface DeleteMediaCapturePipelineCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Deletes the media capture pipeline.</p>
10
+ * <p>Deletes the media pipeline.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
4
+ import { DeleteMediaPipelineRequest } from "../models/models_0";
5
+ export interface DeleteMediaPipelineCommandInput extends DeleteMediaPipelineRequest {
6
+ }
7
+ export interface DeleteMediaPipelineCommandOutput extends __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes the media pipeline.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ChimeSDKMediaPipelinesClient, DeleteMediaPipelineCommand } from "@aws-sdk/client-chime-sdk-media-pipelines"; // ES Modules import
15
+ * // const { ChimeSDKMediaPipelinesClient, DeleteMediaPipelineCommand } = require("@aws-sdk/client-chime-sdk-media-pipelines"); // CommonJS import
16
+ * const client = new ChimeSDKMediaPipelinesClient(config);
17
+ * const command = new DeleteMediaPipelineCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteMediaPipelineCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteMediaPipelineCommandOutput} for command's `response` shape.
23
+ * @see {@link ChimeSDKMediaPipelinesClientResolvedConfig | config} for ChimeSDKMediaPipelinesClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteMediaPipelineCommand extends $Command<DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
27
+ readonly input: DeleteMediaPipelineCommandInput;
28
+ constructor(input: DeleteMediaPipelineCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface GetMediaCapturePipelineCommandInput extends GetMediaCapturePipe
7
7
  export interface GetMediaCapturePipelineCommandOutput extends GetMediaCapturePipelineResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Gets an existing media capture pipeline.</p>
10
+ * <p>Gets an existing media pipeline.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
4
+ import { GetMediaPipelineRequest, GetMediaPipelineResponse } from "../models/models_0";
5
+ export interface GetMediaPipelineCommandInput extends GetMediaPipelineRequest {
6
+ }
7
+ export interface GetMediaPipelineCommandOutput extends GetMediaPipelineResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Gets an existing media pipeline.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ChimeSDKMediaPipelinesClient, GetMediaPipelineCommand } from "@aws-sdk/client-chime-sdk-media-pipelines"; // ES Modules import
15
+ * // const { ChimeSDKMediaPipelinesClient, GetMediaPipelineCommand } = require("@aws-sdk/client-chime-sdk-media-pipelines"); // CommonJS import
16
+ * const client = new ChimeSDKMediaPipelinesClient(config);
17
+ * const command = new GetMediaPipelineCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetMediaPipelineCommandInput} for command's `input` shape.
22
+ * @see {@link GetMediaPipelineCommandOutput} for command's `response` shape.
23
+ * @see {@link ChimeSDKMediaPipelinesClientResolvedConfig | config} for ChimeSDKMediaPipelinesClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetMediaPipelineCommand extends $Command<GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
27
+ readonly input: GetMediaPipelineCommandInput;
28
+ constructor(input: GetMediaPipelineCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface ListMediaCapturePipelinesCommandInput extends ListMediaCaptureP
7
7
  export interface ListMediaCapturePipelinesCommandOutput extends ListMediaCapturePipelinesResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns a list of media capture pipelines.</p>
10
+ * <p>Returns a list of media pipelines.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
4
+ import { ListMediaPipelinesRequest, ListMediaPipelinesResponse } from "../models/models_0";
5
+ export interface ListMediaPipelinesCommandInput extends ListMediaPipelinesRequest {
6
+ }
7
+ export interface ListMediaPipelinesCommandOutput extends ListMediaPipelinesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns a list of media pipelines.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ChimeSDKMediaPipelinesClient, ListMediaPipelinesCommand } from "@aws-sdk/client-chime-sdk-media-pipelines"; // ES Modules import
15
+ * // const { ChimeSDKMediaPipelinesClient, ListMediaPipelinesCommand } = require("@aws-sdk/client-chime-sdk-media-pipelines"); // CommonJS import
16
+ * const client = new ChimeSDKMediaPipelinesClient(config);
17
+ * const command = new ListMediaPipelinesCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListMediaPipelinesCommandInput} for command's `input` shape.
22
+ * @see {@link ListMediaPipelinesCommandOutput} for command's `response` shape.
23
+ * @see {@link ChimeSDKMediaPipelinesClientResolvedConfig | config} for ChimeSDKMediaPipelinesClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListMediaPipelinesCommand extends $Command<ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
27
+ readonly input: ListMediaPipelinesCommandInput;
28
+ constructor(input: ListMediaPipelinesCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists the tags applied to an Amazon Chime SDK media capture pipeline.</p>
10
+ * <p>Lists the tags available for a media pipeline.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Applies the specified tags to the specified Amazon Chime SDK media capture pipeline.</p>
10
+ * <p>The ARN of the media pipeline that you want to tag. Consists of he pipeline's endpoint region, resource ID, and pipeline ID.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
7
7
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Removes the specified tags from the specified Amazon Chime SDK media capture pipeline.</p>
10
+ * <p>Removes any tags from a media pipeline.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -1,7 +1,12 @@
1
1
  export * from "./CreateMediaCapturePipelineCommand";
2
+ export * from "./CreateMediaConcatenationPipelineCommand";
3
+ export * from "./CreateMediaLiveConnectorPipelineCommand";
2
4
  export * from "./DeleteMediaCapturePipelineCommand";
5
+ export * from "./DeleteMediaPipelineCommand";
3
6
  export * from "./GetMediaCapturePipelineCommand";
7
+ export * from "./GetMediaPipelineCommand";
4
8
  export * from "./ListMediaCapturePipelinesCommand";
9
+ export * from "./ListMediaPipelinesCommand";
5
10
  export * from "./ListTagsForResourceCommand";
6
11
  export * from "./TagResourceCommand";
7
12
  export * from "./UntagResourceCommand";