@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.
Files changed (145) hide show
  1. package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +18 -41
  2. package/dist-cjs/commands/CreateMediaConcatenationPipelineCommand.js +18 -41
  3. package/dist-cjs/commands/CreateMediaInsightsPipelineCommand.js +18 -41
  4. package/dist-cjs/commands/CreateMediaInsightsPipelineConfigurationCommand.js +18 -41
  5. package/dist-cjs/commands/CreateMediaLiveConnectorPipelineCommand.js +18 -41
  6. package/dist-cjs/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  7. package/dist-cjs/commands/CreateMediaStreamPipelineCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteMediaPipelineCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  12. package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +18 -41
  13. package/dist-cjs/commands/GetMediaInsightsPipelineConfigurationCommand.js +18 -41
  14. package/dist-cjs/commands/GetMediaPipelineCommand.js +18 -41
  15. package/dist-cjs/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  16. package/dist-cjs/commands/GetSpeakerSearchTaskCommand.js +18 -41
  17. package/dist-cjs/commands/GetVoiceToneAnalysisTaskCommand.js +18 -41
  18. package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +18 -41
  19. package/dist-cjs/commands/ListMediaInsightsPipelineConfigurationsCommand.js +18 -41
  20. package/dist-cjs/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +18 -41
  21. package/dist-cjs/commands/ListMediaPipelinesCommand.js +18 -41
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  23. package/dist-cjs/commands/StartSpeakerSearchTaskCommand.js +18 -41
  24. package/dist-cjs/commands/StartVoiceToneAnalysisTaskCommand.js +18 -41
  25. package/dist-cjs/commands/StopSpeakerSearchTaskCommand.js +18 -41
  26. package/dist-cjs/commands/StopVoiceToneAnalysisTaskCommand.js +18 -41
  27. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  28. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateMediaInsightsPipelineStatusCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-cjs/pagination/ListMediaCapturePipelinesPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListMediaInsightsPipelineConfigurationsPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListMediaPipelinesPaginator.js +2 -24
  37. package/dist-es/commands/CreateMediaCapturePipelineCommand.js +18 -41
  38. package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +18 -41
  39. package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +18 -41
  40. package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +18 -41
  41. package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +18 -41
  42. package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  43. package/dist-es/commands/CreateMediaStreamPipelineCommand.js +18 -41
  44. package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +18 -41
  45. package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +18 -41
  46. package/dist-es/commands/DeleteMediaPipelineCommand.js +18 -41
  47. package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  48. package/dist-es/commands/GetMediaCapturePipelineCommand.js +18 -41
  49. package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +18 -41
  50. package/dist-es/commands/GetMediaPipelineCommand.js +18 -41
  51. package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  52. package/dist-es/commands/GetSpeakerSearchTaskCommand.js +18 -41
  53. package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +18 -41
  54. package/dist-es/commands/ListMediaCapturePipelinesCommand.js +18 -41
  55. package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +18 -41
  56. package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +18 -41
  57. package/dist-es/commands/ListMediaPipelinesCommand.js +18 -41
  58. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  59. package/dist-es/commands/StartSpeakerSearchTaskCommand.js +18 -41
  60. package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +18 -41
  61. package/dist-es/commands/StopSpeakerSearchTaskCommand.js +18 -41
  62. package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +18 -41
  63. package/dist-es/commands/TagResourceCommand.js +18 -41
  64. package/dist-es/commands/UntagResourceCommand.js +18 -41
  65. package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +18 -41
  66. package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +18 -41
  67. package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  68. package/dist-es/endpoint/EndpointParameters.js +6 -0
  69. package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js +2 -23
  70. package/dist-es/pagination/ListMediaInsightsPipelineConfigurationsPaginator.js +2 -23
  71. package/dist-es/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.js +2 -23
  72. package/dist-es/pagination/ListMediaPipelinesPaginator.js +2 -23
  73. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +6 -21
  74. package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +6 -21
  75. package/dist-types/commands/CreateMediaInsightsPipelineCommand.d.ts +6 -21
  76. package/dist-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
  77. package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +6 -21
  78. package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
  79. package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +6 -21
  80. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +6 -21
  81. package/dist-types/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
  82. package/dist-types/commands/DeleteMediaPipelineCommand.d.ts +6 -21
  83. package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
  84. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +6 -21
  85. package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
  86. package/dist-types/commands/GetMediaPipelineCommand.d.ts +6 -21
  87. package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
  88. package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +6 -21
  89. package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +6 -21
  90. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +6 -21
  91. package/dist-types/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +6 -21
  92. package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +6 -21
  93. package/dist-types/commands/ListMediaPipelinesCommand.d.ts +6 -21
  94. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  95. package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +6 -21
  96. package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +6 -21
  97. package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +6 -21
  98. package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +6 -21
  99. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  100. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  101. package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
  102. package/dist-types/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +6 -21
  103. package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
  104. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  105. package/dist-types/pagination/ListMediaCapturePipelinesPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListMediaInsightsPipelineConfigurationsPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListMediaPipelinesPaginator.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +12 -24
  121. package/dist-types/ts3.4/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +12 -24
  129. package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  141. package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +3 -3
  142. package/dist-types/ts3.4/pagination/ListMediaInsightsPipelineConfigurationsPaginator.d.ts +3 -3
  143. package/dist-types/ts3.4/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.d.ts +3 -3
  144. package/dist-types/ts3.4/pagination/ListMediaPipelinesPaginator.d.ts +3 -3
  145. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { DeleteMediaPipelineKinesisVideoStreamPoolRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteMediaPipelineKinesisVideoStreamPoolCommandInput extends D
21
20
  */
22
21
  export interface DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteMediaPipelineKinesisVideoStreamPoolCommand_base: {
24
+ new (input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an Kinesis video stream pool.</p>
@@ -74,23 +77,5 @@ export interface DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput extends
74
77
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
75
78
  *
76
79
  */
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;
80
+ export declare class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends DeleteMediaPipelineKinesisVideoStreamPoolCommand_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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { GetMediaCapturePipelineRequest, GetMediaCapturePipelineResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMediaCapturePipelineCommandInput extends GetMediaCapturePipe
21
20
  */
22
21
  export interface GetMediaCapturePipelineCommandOutput extends GetMediaCapturePipelineResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetMediaCapturePipelineCommand_base: {
24
+ new (input: GetMediaCapturePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an existing media pipeline.</p>
@@ -139,23 +142,5 @@ export interface GetMediaCapturePipelineCommandOutput extends GetMediaCapturePip
139
142
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
140
143
  *
141
144
  */
142
- export declare class GetMediaCapturePipelineCommand extends $Command<GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
143
- readonly input: GetMediaCapturePipelineCommandInput;
144
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
145
- /**
146
- * @public
147
- */
148
- constructor(input: GetMediaCapturePipelineCommandInput);
149
- /**
150
- * @internal
151
- */
152
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput>;
153
- /**
154
- * @internal
155
- */
156
- private serialize;
157
- /**
158
- * @internal
159
- */
160
- private deserialize;
145
+ export declare class GetMediaCapturePipelineCommand extends GetMediaCapturePipelineCommand_base {
161
146
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { GetMediaInsightsPipelineConfigurationRequest, GetMediaInsightsPipelineConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMediaInsightsPipelineConfigurationCommandInput extends GetMe
21
20
  */
22
21
  export interface GetMediaInsightsPipelineConfigurationCommandOutput extends GetMediaInsightsPipelineConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetMediaInsightsPipelineConfigurationCommand_base: {
24
+ new (input: GetMediaInsightsPipelineConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetMediaInsightsPipelineConfigurationCommandInput, GetMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the configuration settings for a media insights pipeline.</p>
@@ -171,23 +174,5 @@ export interface GetMediaInsightsPipelineConfigurationCommandOutput extends GetM
171
174
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
172
175
  *
173
176
  */
174
- export declare class GetMediaInsightsPipelineConfigurationCommand extends $Command<GetMediaInsightsPipelineConfigurationCommandInput, GetMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
175
- readonly input: GetMediaInsightsPipelineConfigurationCommandInput;
176
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
177
- /**
178
- * @public
179
- */
180
- constructor(input: GetMediaInsightsPipelineConfigurationCommandInput);
181
- /**
182
- * @internal
183
- */
184
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMediaInsightsPipelineConfigurationCommandInput, GetMediaInsightsPipelineConfigurationCommandOutput>;
185
- /**
186
- * @internal
187
- */
188
- private serialize;
189
- /**
190
- * @internal
191
- */
192
- private deserialize;
177
+ export declare class GetMediaInsightsPipelineConfigurationCommand extends GetMediaInsightsPipelineConfigurationCommand_base {
193
178
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { GetMediaPipelineRequest, GetMediaPipelineResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMediaPipelineCommandInput extends GetMediaPipelineRequest {
21
20
  */
22
21
  export interface GetMediaPipelineCommandOutput extends GetMediaPipelineResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetMediaPipelineCommand_base: {
24
+ new (input: GetMediaPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an existing media pipeline.</p>
@@ -331,23 +334,5 @@ export interface GetMediaPipelineCommandOutput extends GetMediaPipelineResponse,
331
334
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
332
335
  *
333
336
  */
334
- export declare class GetMediaPipelineCommand extends $Command<GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
335
- readonly input: GetMediaPipelineCommandInput;
336
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
337
- /**
338
- * @public
339
- */
340
- constructor(input: GetMediaPipelineCommandInput);
341
- /**
342
- * @internal
343
- */
344
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput>;
345
- /**
346
- * @internal
347
- */
348
- private serialize;
349
- /**
350
- * @internal
351
- */
352
- private deserialize;
337
+ export declare class GetMediaPipelineCommand extends GetMediaPipelineCommand_base {
353
338
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { GetMediaPipelineKinesisVideoStreamPoolRequest, GetMediaPipelineKinesisVideoStreamPoolResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMediaPipelineKinesisVideoStreamPoolCommandInput extends GetM
21
20
  */
22
21
  export interface GetMediaPipelineKinesisVideoStreamPoolCommandOutput extends GetMediaPipelineKinesisVideoStreamPoolResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetMediaPipelineKinesisVideoStreamPoolCommand_base: {
24
+ new (input: GetMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/smithy-client").CommandImpl<GetMediaPipelineKinesisVideoStreamPoolCommandInput, GetMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an Kinesis video stream pool.</p>
@@ -84,23 +87,5 @@ export interface GetMediaPipelineKinesisVideoStreamPoolCommandOutput extends Get
84
87
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
85
88
  *
86
89
  */
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;
90
+ export declare class GetMediaPipelineKinesisVideoStreamPoolCommand extends GetMediaPipelineKinesisVideoStreamPoolCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { GetSpeakerSearchTaskRequest, GetSpeakerSearchTaskResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSpeakerSearchTaskCommandInput extends GetSpeakerSearchTaskRe
21
20
  */
22
21
  export interface GetSpeakerSearchTaskCommandOutput extends GetSpeakerSearchTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetSpeakerSearchTaskCommand_base: {
24
+ new (input: GetSpeakerSearchTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetSpeakerSearchTaskCommandInput, GetSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the details of the specified speaker search task.</p>
@@ -78,23 +81,5 @@ export interface GetSpeakerSearchTaskCommandOutput extends GetSpeakerSearchTaskR
78
81
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
79
82
  *
80
83
  */
81
- export declare class GetSpeakerSearchTaskCommand extends $Command<GetSpeakerSearchTaskCommandInput, GetSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
82
- readonly input: GetSpeakerSearchTaskCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetSpeakerSearchTaskCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSpeakerSearchTaskCommandInput, GetSpeakerSearchTaskCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetSpeakerSearchTaskCommand extends GetSpeakerSearchTaskCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { GetVoiceToneAnalysisTaskRequest, GetVoiceToneAnalysisTaskResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetVoiceToneAnalysisTaskCommandInput extends GetVoiceToneAnalys
21
20
  */
22
21
  export interface GetVoiceToneAnalysisTaskCommandOutput extends GetVoiceToneAnalysisTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetVoiceToneAnalysisTaskCommand_base: {
24
+ new (input: GetVoiceToneAnalysisTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the details of a voice tone analysis task.</p>
@@ -78,23 +81,5 @@ export interface GetVoiceToneAnalysisTaskCommandOutput extends GetVoiceToneAnaly
78
81
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
79
82
  *
80
83
  */
81
- export declare class GetVoiceToneAnalysisTaskCommand extends $Command<GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
82
- readonly input: GetVoiceToneAnalysisTaskCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetVoiceToneAnalysisTaskCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetVoiceToneAnalysisTaskCommand extends GetVoiceToneAnalysisTaskCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { ListMediaCapturePipelinesRequest, ListMediaCapturePipelinesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMediaCapturePipelinesCommandInput extends ListMediaCaptureP
21
20
  */
22
21
  export interface ListMediaCapturePipelinesCommandOutput extends ListMediaCapturePipelinesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListMediaCapturePipelinesCommand_base: {
24
+ new (input: ListMediaCapturePipelinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of media pipelines.</p>
@@ -79,23 +82,5 @@ export interface ListMediaCapturePipelinesCommandOutput extends ListMediaCapture
79
82
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
80
83
  *
81
84
  */
82
- export declare class ListMediaCapturePipelinesCommand extends $Command<ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
83
- readonly input: ListMediaCapturePipelinesCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ListMediaCapturePipelinesCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ListMediaCapturePipelinesCommand extends ListMediaCapturePipelinesCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { ListMediaInsightsPipelineConfigurationsRequest, ListMediaInsightsPipelineConfigurationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMediaInsightsPipelineConfigurationsCommandInput extends Lis
21
20
  */
22
21
  export interface ListMediaInsightsPipelineConfigurationsCommandOutput extends ListMediaInsightsPipelineConfigurationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListMediaInsightsPipelineConfigurationsCommand_base: {
24
+ new (input: ListMediaInsightsPipelineConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the available media insights pipeline configurations.</p>
@@ -80,23 +83,5 @@ export interface ListMediaInsightsPipelineConfigurationsCommandOutput extends Li
80
83
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
81
84
  *
82
85
  */
83
- export declare class ListMediaInsightsPipelineConfigurationsCommand extends $Command<ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
84
- readonly input: ListMediaInsightsPipelineConfigurationsCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ListMediaInsightsPipelineConfigurationsCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ListMediaInsightsPipelineConfigurationsCommand extends ListMediaInsightsPipelineConfigurationsCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { ListMediaPipelineKinesisVideoStreamPoolsRequest, ListMediaPipelineKinesisVideoStreamPoolsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMediaPipelineKinesisVideoStreamPoolsCommandInput extends Li
21
20
  */
22
21
  export interface ListMediaPipelineKinesisVideoStreamPoolsCommandOutput extends ListMediaPipelineKinesisVideoStreamPoolsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListMediaPipelineKinesisVideoStreamPoolsCommand_base: {
24
+ new (input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the video stream pools in the media pipeline.</p>
@@ -80,23 +83,5 @@ export interface ListMediaPipelineKinesisVideoStreamPoolsCommandOutput extends L
80
83
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
81
84
  *
82
85
  */
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;
86
+ export declare class ListMediaPipelineKinesisVideoStreamPoolsCommand extends ListMediaPipelineKinesisVideoStreamPoolsCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { ListMediaPipelinesRequest, ListMediaPipelinesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMediaPipelinesCommandInput extends ListMediaPipelinesReques
21
20
  */
22
21
  export interface ListMediaPipelinesCommandOutput extends ListMediaPipelinesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListMediaPipelinesCommand_base: {
24
+ new (input: ListMediaPipelinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of media pipelines.</p>
@@ -79,23 +82,5 @@ export interface ListMediaPipelinesCommandOutput extends ListMediaPipelinesRespo
79
82
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
80
83
  *
81
84
  */
82
- export declare class ListMediaPipelinesCommand extends $Command<ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
83
- readonly input: ListMediaPipelinesCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ListMediaPipelinesCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ListMediaPipelinesCommand extends ListMediaPipelinesCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags available for a media pipeline.</p>
@@ -77,23 +80,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
77
80
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
78
81
  *
79
82
  */
80
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
81
- readonly input: ListTagsForResourceCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListTagsForResourceCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { StartSpeakerSearchTaskRequest, StartSpeakerSearchTaskResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartSpeakerSearchTaskCommandInput extends StartSpeakerSearchTa
21
20
  */
22
21
  export interface StartSpeakerSearchTaskCommandOutput extends StartSpeakerSearchTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartSpeakerSearchTaskCommand_base: {
24
+ new (input: StartSpeakerSearchTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a speaker search task.</p>
@@ -92,23 +95,5 @@ export interface StartSpeakerSearchTaskCommandOutput extends StartSpeakerSearchT
92
95
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
93
96
  *
94
97
  */
95
- export declare class StartSpeakerSearchTaskCommand extends $Command<StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
96
- readonly input: StartSpeakerSearchTaskCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: StartSpeakerSearchTaskCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class StartSpeakerSearchTaskCommand extends StartSpeakerSearchTaskCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { StartVoiceToneAnalysisTaskRequest, StartVoiceToneAnalysisTaskResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartVoiceToneAnalysisTaskCommandInput extends StartVoiceToneAn
21
20
  */
22
21
  export interface StartVoiceToneAnalysisTaskCommandOutput extends StartVoiceToneAnalysisTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartVoiceToneAnalysisTaskCommand_base: {
24
+ new (input: StartVoiceToneAnalysisTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartVoiceToneAnalysisTaskCommandInput, StartVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a voice tone analysis task. For more information about voice tone analysis, see
@@ -94,23 +97,5 @@ export interface StartVoiceToneAnalysisTaskCommandOutput extends StartVoiceToneA
94
97
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
95
98
  *
96
99
  */
97
- export declare class StartVoiceToneAnalysisTaskCommand extends $Command<StartVoiceToneAnalysisTaskCommandInput, StartVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
98
- readonly input: StartVoiceToneAnalysisTaskCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: StartVoiceToneAnalysisTaskCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartVoiceToneAnalysisTaskCommandInput, StartVoiceToneAnalysisTaskCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class StartVoiceToneAnalysisTaskCommand extends StartVoiceToneAnalysisTaskCommand_base {
116
101
  }